:root {
  --indian-red: #f05f68;
  --lime-green: #62bb4e;
  --gold: #fcd600;
  --black: black;
  --medium-sea-green: #20aa7e;
  --dark-turquoise: #32c6cb;
  --dark-slate-blue: #1a4789;
  --deep-sky-blue: #01bffd;
  --white: white;
  --white-smoke: whitesmoke;
  --dark-orange: #f28321;
  --relume-library-lite-rl-white: white;
  --black-30: rgba(0, 0, 0, .3);
  --medium-slate-blue: #796fcc;
  --flowstica-webflow-library-black: #010b15;
  --waves-library-black: #131313;
  --waves-library-white: white;
  --relume-library-lite-rl-black: black;
  --waves-library-dark-elevation: #ede0d8;
  --yellow-green: #c9e265;
  --size: 0px;
  --transparent: #fff;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Aileron Regular, Arial, sans-serif;
}

a {
  font-family: Aileron Bold, Arial, sans-serif;
  text-decoration: underline;
}

li {
  font-family: Aileron Regular, Arial, sans-serif;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Aileron Regular, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-bold {
  font-family: Aileron Bold, Arial, sans-serif;
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-red {
  background-color: var(--indian-red);
  color: #f5f5f5;
}

.heading-style-h4 {
  text-transform: uppercase;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.text-color-white {
  background-color: rgba(0, 0, 0, 0);
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
}

.heading-style-h4.text-color-white.text-center.sign-off {
  margin-top: 0;
  margin-bottom: 0;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-family: Aileron Regular, Arial, sans-serif;
  font-size: .875rem;
}

.text-weight-xbold {
  font-family: Aileron Black, sans-serif;
  font-weight: 800;
}

.page-wrapper {
  position: relative;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-family: Aileron Regular, Arial, sans-serif;
  font-weight: 400;
}

.text-size-tiny {
  font-family: Aileron Regular, Arial, sans-serif;
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-green {
  background-color: var(--lime-green);
}

.icon-1x1-small {
  color: #000;
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-align-right {
  text-align: right;
  font-family: Aileron Regular, Arial, sans-serif;
}

.text-size-large {
  font-family: Aileron Regular, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 25px;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-regular {
  font-family: Aileron Regular, Arial, sans-serif;
  font-size: 1rem;
}

.text-size-regular.text-align-center {
  max-width: none;
}

.text-size-regular.text-align-center.about {
  margin-bottom: 0;
}

.text-size-regular.text-align-center.text-color-white {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.text-size-regular.text-align-center.text-weight-bold.text-color-white {
  padding-left: 8rem;
  padding-right: 8rem;
}

.text-size-regular.text-align-center.text-color-yellow {
  color: var(--gold);
}

.text-size-regular.text-weight-bold {
  text-align: left;
  font-family: Aileron Bold, Arial, sans-serif;
}

.text-size-regular.text-weight-bold.text-align-center {
  text-align: center;
}

.text-size-regular.text-weight-bold.text-align-center.text-color-white {
  padding-left: 0;
  padding-right: 0;
}

.text-size-regular.text-weight-bold.text-align-center.text-color-white.no-margin {
  margin-bottom: 0;
}

.text-size-regular.text-color-white {
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  align-self: auto;
  max-width: none;
  margin-bottom: 20px;
}

.text-size-regular.text-color-white.text-align-center {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.text-size-regular.text-color-white.text-align-center.padding-left {
  padding-right: 8rem;
}

.text-size-regular.text-color-white.text-align-center.padding-left.padding-right {
  padding-left: 8rem;
}

.text-size-regular.text-color-white.news {
  max-width: none;
}

.text-size-regular.text-color-white.donation {
  line-height: 24px;
}

.text-size-regular.text-color-white.padding-left {
  padding-right: 4rem;
}

.text-size-regular.text-color-white.padding-left.padding-right {
  padding-left: 8rem;
  padding-right: 8rem;
}

.text-size-regular.text-color-white.text-center.text-align-left {
  align-self: auto;
}

.text-size-regular.text-color-white.mob {
  display: none;
}

.text-size-regular.category, .text-size-regular.text-no-margin {
  margin-bottom: 0;
}

.text-size-regular.hero {
  margin-top: 10px;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3-2 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-top: 1px solid #000;
  border-bottom: 0 solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-top: 3rem;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_item.menu {
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-color-white {
  background-color: var(--black);
  color: #fff;
  font-family: Aileron Regular, Arial, sans-serif;
}

.text-weight-semibold {
  font-family: Aileron Black, sans-serif;
  font-weight: 600;
}

.text-color-black {
  color: #000;
  font-family: Aileron Regular, Arial, sans-serif;
}

.text-color-grey {
  color: gray;
  font-family: Aileron Regular, Arial, sans-serif;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-align-center {
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
}

.heading-style-h2.text-align-center.text-color-white {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.heading-style-h2.text-align-center.text-color-seagreen {
  color: var(--medium-sea-green);
  background-color: rgba(0, 0, 0, 0);
}

.heading-style-h2.heading-color-white {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 3rem;
}

.heading-style-h2.text-color-white {
  background-color: rgba(0, 0, 0, 0);
}

.heading-style-h2.text-color-white.text-align-center.sign-off {
  margin-top: 0;
}

.heading-style-h2.text-center {
  line-height: .6;
}

.heading-style-h2.text-color-light-greenblue {
  color: var(--dark-turquoise);
}

.heading-style-h2.text-color-seagreen {
  color: var(--medium-sea-green);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-align-center {
  text-align: center;
  font-family: Aileron Regular, Arial, sans-serif;
}

.text-style-link {
  color: #000;
  font-family: Aileron Regular, Arial, sans-serif;
  text-decoration: underline;
}

.heading-style-h3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-align-center.text-color-white.sign-off {
  margin-top: 0;
}

.heading-style-h3.text-align-center.text-color-white.padding-left {
  padding-right: 4rem;
}

.heading-style-h3.text-align-center.text-color-white.padding-left.padding-right {
  padding-left: 4rem;
}

.heading-style-h3.text-color-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  align-self: auto;
}

.heading-style-h3.text-color-white.text-align-center {
  align-self: center;
}

.heading-style-h3.text-color-white.text-center.no-margin {
  margin-bottom: 20px;
}

.heading-style-h3.text-color-light-blue {
  color: var(--deep-sky-blue);
}

.heading-style-h3.text-color-seagreen {
  color: var(--medium-sea-green);
}

.heading-style-h3.hero {
  color: #fff;
  margin-top: 0;
}

.text-style-strikethrough {
  font-family: Aileron Regular, Arial, sans-serif;
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: Aileron Regular, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-3lines {
  font-family: Aileron Regular, Arial, sans-serif;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-align-left {
  text-align: left;
  font-family: Aileron Regular, Arial, sans-serif;
}

.text-align-left.text-size-regular.text-color-black {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.overflow-auto {
  overflow: auto;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.icon-1x1-medium {
  color: var(--black);
  width: 2rem;
  height: 2rem;
  text-decoration: none;
}

.icon-1x1-medium.menu {
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 0;
}

.icon-1x1-large {
  color: #000;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-styleguide_row.vert {
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.margin-left {
  margin-right: 1rem;
}

.button-group.margin-left.z-index-2 {
  mix-blend-mode: normal;
  margin-bottom: 1rem;
}

.button-group.margin-left.z-index-2.mobile {
  display: none;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Aileron Regular, Arial, sans-serif;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.background-color-gold {
  background-color: var(--gold);
}

.text-style-muted {
  opacity: .6;
  font-family: Aileron Regular, Arial, sans-serif;
}

.heading-style-h6 {
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacer-large {
  padding-top: 3rem;
  display: none;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.text-style-2lines {
  font-family: Aileron Regular, Arial, sans-serif;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  text-transform: uppercase;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h5.text-color-seagreen {
  color: var(--medium-sea-green);
}

.form_message-success {
  background-color: var(--indian-red);
  border-radius: 3.7rem;
  padding: 1.25rem 1.25rem .125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: var(--white);
}

.fs-styleguide_color.is-1 {
  background-color: var(--black);
}

.fs-styleguide_color.is-2 {
  background-color: var(--white-smoke);
}

.fs-styleguide_color.is-red {
  background-color: var(--indian-red);
}

.fs-styleguide_color.is-gold {
  background-color: var(--gold);
}

.fs-styleguide_color.is-green {
  background-color: #62bb4e;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.button-2 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #000;
  border-radius: 30px;
  padding: .5rem 1.5rem;
  font-weight: 700;
}

.button-2.is-secondary {
  background-color: var(--white);
  color: #000;
  border: 1px #000;
}

.button-2.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button-2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-large {
  padding: .5rem 5rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.news {
  margin-left: 1rem;
  margin-right: 1rem;
}

.margin-custom1-2 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  color: #000;
  text-transform: uppercase;
  width: auto;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
}

.heading-style-h1.text-align-center {
  color: var(--black);
}

.heading-style-h1.text-align-center.text-color-white {
  color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
}

.heading-style-h1.text-align-center.text-color-white.hero {
  display: none;
}

.heading-style-h1.about {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h1.story {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-style-h1.story.padding-xxlarge {
  padding-bottom: 0;
}

.heading-style-h1.text-color-white {
  color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.heading-style-h1.text-color-white.eay {
  margin-top: 0;
}

.heading-style-h1.text-color-white.hero {
  margin-bottom: 0;
}

.heading-style-h1.hero {
  margin-top: 0;
}

.heading-style-h1.hero.text-color-white {
  color: var(--white-smoke);
  text-align: center;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Aileron Regular, Arial, sans-serif;
}

.padding-custom1-3 {
  padding: 1.5rem;
}

.fs-styleguide_heading-large-2 {
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 6rem;
}

.text-size-medium-2 {
  font-family: Aileron Regular, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 24px;
}

.margin-custom2-3 {
  margin: 2.5rem;
}

.margin-custom3-3 {
  margin: 3.5rem;
}

.padding-custom2-3 {
  padding: 2.5rem;
}

.fs-styleguide_version-2 {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-medium-2 {
  text-transform: uppercase;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 4rem;
}

.background-color-white {
  background-color: #fff;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-color-black {
  color: #000;
  text-transform: uppercase;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}

.heading-color-white {
  background-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}

.button-text {
  z-index: 20;
  color: var(--black);
  mix-blend-mode: normal;
  background-color: rgba(56, 152, 236, 0);
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.button-text.alt {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button {
  z-index: 20;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border: 3px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: .5rem 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-small {
  mix-blend-mode: normal;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.button.is-large {
  padding-left: 5rem;
  padding-right: 5rem;
}

.button.story {
  width: 15rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.button.form {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button.ig-feed {
  filter: invert();
  width: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.button.news {
  width: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.button.eay {
  width: 19rem;
  padding-left: 0;
  padding-right: 0;
}

.button.eay.invert {
  z-index: 2;
}

.button.hap {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  width: 19rem;
  padding-left: 0;
  padding-right: 0;
}

.button.invert {
  filter: invert();
}

.button.alt {
  width: 19rem;
  padding: 0;
}

.button.alt.invert {
  width: 19rem;
}

.button-hover-circle {
  z-index: 5;
  mix-blend-mode: normal;
  background-color: #000;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  top: auto;
  bottom: -400%;
  left: -16px;
  right: auto;
}

.button-hover-circle.hap {
  background-color: var(--deep-sky-blue);
}

.arrow-button {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.arrow-button.pad {
  align-items: center;
  margin-right: 0;
  padding: .5rem .2rem;
  text-decoration: none;
}

.arrow-button.pad.invert {
  filter: invert();
  align-items: flex-start;
}

.arrow-button.pad.invert.news {
  filter: invert();
  margin-top: 0;
}

.title-wrapper {
  align-items: center;
  display: flex;
}

.button-title {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Aileron Black, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.arrow-wrapper {
  width: 14px;
  margin-top: -10px;
  margin-left: 5px;
  overflow: hidden;
}

.button-arrow {
  filter: invert();
}

.underline {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.nav-menu {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-img-wrapper {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-content-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.menu-content-wrapper.z-index-2 {
  justify-content: center;
}

.alf-logo-link-wrapper.margin-right {
  margin-left: 1rem;
}

.alf-logo-link-wrapper.margin-right.z-index-3 {
  z-index: 3;
  margin-top: 0;
  margin-bottom: 1.1rem;
  margin-left: 1rem;
  position: relative;
}

.alf-logo-link-wrapper.margin-right.z-index-3.w--current {
  cursor: pointer;
  margin-bottom: 1rem;
}

.burger {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(91, 58, 204, .1);
  border-radius: 100px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: relative;
}

.burger.z-index-3 {
  z-index: 3;
  border: 0 #000;
  border-radius: 0;
  padding-bottom: 19px;
  padding-left: 10px;
  padding-right: 0;
}

.burger-bar-wrap {
  width: 20px;
}

.b2-bar1 {
  background-color: #000;
  width: 100%;
  height: 4px;
}

.b2-middle-wrap {
  align-items: center;
  width: auto;
  display: flex;
}

.b2-middle-bar-left, .b2-middle-bar-right {
  background-color: #000;
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.b2-bar3 {
  background-color: var(--black);
  width: 100%;
  height: 4px;
}

.menu-outer-wrapper {
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-outer-wrapper.z-index-1 {
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.menu-item-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.menu-link {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 49px;
  margin-bottom: 2.5rem;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.alignment {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  background-color: var(--black);
  -webkit-text-stroke-color: #000;
  width: 0%;
  height: 3px;
  margin-top: 19px;
}

.menu-link-text {
  text-align: center;
  text-transform: uppercase;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 4rem;
}

.social-media-link {
  text-decoration: none;
}

.hero-wrapper {
  margin-top: 8rem;
}

.hero-wrapper.padding-left {
  padding-right: 8rem;
}

.hero-wrapper.padding-left.padding-right {
  padding-left: 4rem;
  padding-right: 4rem;
}

.background-video {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.menu-inner-wrapper {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .77);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.down-arrow {
  width: 20px;
  height: 20px;
}

.scroll-more-wrapper {
  color: var(--white);
  text-transform: none;
  cursor: n-resize;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  font-family: Aileron Regular, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.scroll-more-wrapper.invert {
  filter: invert();
}

.section-story {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.section-founder {
  background-color: var(--white);
  height: auto;
}

.section-about {
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: block;
  position: static;
}

.about-lottie {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.lottie-container {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.about-content-wrapper {
  width: 100vw;
  height: 500vh;
  position: relative;
}

.about-sticky-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.story-pillar-wrapper {
  width: 100vw;
  height: 100vh;
}

.story-pillar-wrapper.gender {
  background-color: var(--gold);
  width: auto;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.story-pillar-wrapper.gender.padding-left {
  padding-right: 4rem;
}

.story-pillar-wrapper.gender.padding-left.padding-right {
  height: auto;
  padding-bottom: 2rem;
  padding-left: 4rem;
}

.story-pillar-wrapper.health {
  background-color: var(--indian-red);
}

.story-pillar-wrapper.health.padding-left {
  padding-left: 4rem;
}

.story-pillar-wrapper.health.padding-left.padding-right {
  width: auto;
  height: auto;
  padding-right: 4rem;
}

.story-pillar-wrapper.environment {
  background-color: var(--lime-green);
}

.story-pillar-wrapper.environment.padding-left {
  padding-left: 4rem;
}

.story-pillar-wrapper.environment.padding-left.padding-right {
  width: auto;
  height: auto;
  padding-bottom: 4rem;
  padding-right: 4rem;
}

.founder-wrapper.padding-left {
  padding-left: 4rem;
}

.founder-wrapper.padding-left.padding-right {
  padding-right: 4rem;
}

.home-story-cell {
  align-items: flex-start;
}

.home-story-cell.center {
  justify-content: center;
  align-items: center;
}

.home-story-cell.center.left-align, .home-story-cell.center.youthandgender {
  align-items: flex-start;
}

.home-story-header {
  background-color: var(--gold);
  padding-top: 0;
}

.home-cell-center {
  justify-content: center;
  align-items: center;
}

.home-cell-center.social {
  justify-content: flex-start;
}

.home-founder-cell.center {
  justify-content: center;
  align-items: center;
}

.ashley-image-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.section-ig-feed {
  width: auto;
  height: auto;
}

.home-ig-header {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.ig-content-wrapper.margin-left {
  margin-right: 4rem;
}

.ig-content-wrapper.margin-left.margin-right {
  margin-left: 4rem;
}

.news-wrapper.margin-left {
  margin-right: 4rem;
}

.news-wrapper.margin-left.margin-right {
  margin-left: 4rem;
}

.news-content-wrapper {
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.home-news-button-wrapper {
  background-color: var(--gold);
  padding-top: 0;
}

.home-news-button-wrapper.padding-xxlarge {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.home-news-button-wrapper.padding-xxlarge.invertoff {
  filter: none;
}

.home-news-button-wrapper.padding-xxlarge.eay {
  filter: invert();
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-news-button-wrapper.padding-xxlarge.eay-hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-news-button-wrapper.padding-xxlarge.hcf {
  filter: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-news-button-wrapper.padding-xxlarge.invert {
  filter: invert();
}

.home-news-button-wrapper.padding-xxlarge.byca {
  filter: invert();
  mix-blend-mode: luminosity;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section-partners {
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-horizontal-2 {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-3 {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 7.4rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.section-sign-off {
  display: flex;
  overflow: hidden;
}

.sign-off-wrapper {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 29rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sign-off-text.margin-left {
  margin-right: 8rem;
}

.sign-off-text.margin-left.margin-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sign-off-text.margin-left.margin-right.padding-bottom {
  padding-left: 0;
  padding-right: 0;
}

.sign-off-text.padding-left {
  padding-right: 8rem;
}

.sign-off-text.padding-left.padding-right {
  padding-left: 8rem;
}

.sign-off-lottie-wrapper {
  z-index: -1;
  width: 600px;
  height: 600px;
  position: absolute;
}

.form-block-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-form-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  display: block;
}

.footer-text-field {
  border: 3px solid #e0e0e0;
  border-radius: 30px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Aileron Regular, Arial, sans-serif;
}

.footer-cell-center {
  justify-content: center;
  align-items: center;
}

.footer-cell-center.email {
  align-items: flex-start;
}

.about-heading-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 500px;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.about-heading-container.padding-bottom {
  width: 100%;
  max-width: none;
  padding-top: 0;
}

.about-text-container-a {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 500px;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.about-text-container-a.margin-right {
  margin-left: 8rem;
}

.about-text-container-a.margin-right.margin-left {
  margin-left: 20rem;
  margin-right: 20rem;
}

.about-text-container-a.margin-left.margin-right.eay {
  margin-left: 22rem;
  margin-right: 22rem;
  display: flex;
}

.about-text-container-b {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 500px;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.about-text-container-b.margin-right {
  margin-left: 8rem;
}

.about-text-container-b.margin-right.margin-left {
  margin-left: 20rem;
  margin-right: 20rem;
  display: flex;
}

.about-text-container-b.margin-right.margin-left.eay {
  margin-left: 22rem;
  margin-right: 22rem;
}

.about-text-container-c {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 500px;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.about-text-container-c.margin-right {
  margin-left: 8rem;
}

.about-text-container-c.margin-right.margin-left {
  margin-left: 20rem;
  margin-right: 20rem;
}

.story-pillar-lottie-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 80%;
}

.ig-feed-collection-wrapper {
  margin-bottom: 20px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-cms-main {
  align-items: baseline;
  display: block;
}

.news-collection-list-sub {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-collection-item-main {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 880px;
  padding: 2rem 20px 2rem 40px;
  display: flex;
}

.section-activities {
  width: 100vw;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.activites-wrapper {
  padding-left: 4rem;
  padding-right: 4rem;
}

.activites-wrapper.margin-left {
  margin-right: 4rem;
}

.activites-wrapper.margin-left.margin-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 4rem;
  padding: 0;
}

.activity-content-wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/ECO-ACTIVE-YOUTH-MAIN.webp');
  background-position: 0 0, 63%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  min-width: 100%;
  min-height: 500px;
  display: flex;
}

.activity-content-wrapper.padding-top {
  padding-bottom: 8rem;
}

.activity-content-wrapper.padding-top.padding-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/ECO-ACTIVE-YOUTH-MAIN.webp');
  height: 500px;
  min-height: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.activity-content-wrapper.padding-top.padding-bottom.hey {
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(252, 214, 0, .39), rgba(252, 214, 0, .39)), url('../images/HeyCampaignCollage.webp');
  justify-content: space-between;
  padding-bottom: 2rem;
}

.activity-content-wrapper.padding-top.padding-bottom.hey:hover {
  transform: scale3d(1none, 1none, 1none);
}

.activity-content-wrapper.padding-top.padding-bottom.bca {
  background-image: linear-gradient(rgba(98, 187, 78, .58), rgba(98, 187, 78, .58)), url('../images/292603812_123316977069733_8112251395869593163_n.webp');
  padding-bottom: 2rem;
}

.activity-content-wrapper.padding-top.padding-bottom.gs {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/BG-2.jpg');
  padding-bottom: 2rem;
}

.activity-content-wrapper.padding-top.padding-bottom.ecy {
  background-image: linear-gradient(rgba(240, 95, 104, .55), rgba(240, 95, 104, .55)), url('../images/ECO-ACTIVE-YOUTH-MAIN.webp');
  background-position: 0 0, 63%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 2rem;
}

.button-block {
  border: 0 solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.button-block.news {
  filter: invert();
  justify-content: flex-start;
}

.button-block.news.featured {
  filter: none;
}

.button-title-2 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Aileron Bold, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.arrow-wrapper-2 {
  filter: invert();
  width: 14px;
  margin-top: -10px;
  margin-left: 5px;
  overflow: hidden;
}

.underline-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.underline-2.news {
  width: 30%;
  overflow: hidden;
}

.donation-content-wrapper {
  mix-blend-mode: normal;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .42), rgba(0, 0, 0, 0) 43%), url('../images/19475977-outdoor-portrait-of-a-cute-young-black-little-girl-reading-a-book-african-people.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  height: 100vh;
}

.donation-content-wrapper.padding-left {
  padding-right: 4rem;
}

.donation-content-wrapper.padding-left.padding-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0) 54%), url('../images/Mask-Group-6.jpg');
  background-size: auto, cover;
  height: auto;
  padding-left: 4rem;
}

.quick-stack-2 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.all-news-wrapper {
  mix-blend-mode: normal;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .42), rgba(0, 0, 0, 0) 43%), url('../images/19475977-outdoor-portrait-of-a-cute-young-black-little-girl-reading-a-book-african-people.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  height: 100vh;
}

.all-news-wrapper.padding-left {
  padding-right: 4rem;
}

.all-news-wrapper.padding-left.padding-right {
  background-image: none;
  height: auto;
  padding-left: 4rem;
}

.news-filter-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  display: flex;
}

.news-header-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.allnews-collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding: 0 2rem 4rem 4rem;
  display: flex;
}

.image-2 {
  max-width: none;
  height: auto;
}

.eay-hero-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.eay-hero-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.eay-hero-content-wrapper.margin-xlarge {
  justify-content: center;
}

.eay-background-video {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .27));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section-eay-about-content {
  background-color: var(--indian-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-eay-about-content.padding-xxhuge {
  position: relative;
  overflow: hidden;
}

.section-eay-about-content.padding-left {
  padding-right: 8rem;
}

.section-eay-about-content.padding-left.padding-right {
  background-color: var(--indian-red);
  object-fit: fill;
  background-image: url('../images/Health-1.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  height: 500px;
  min-height: 0;
  padding-left: 20rem;
  padding-right: 20rem;
  position: relative;
  overflow: hidden;
}

.eca-image-wrapper-left, .eca-image-wrapper-right {
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.eac-images-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.eac-left-image-1 {
  z-index: 1;
  position: absolute;
  top: 523px;
  left: auto;
  right: 271px;
  box-shadow: 4px 5px 4px rgba(0, 0, 0, .2);
}

.eac-left-image-2 {
  z-index: 1;
  position: absolute;
  top: 175px;
  left: auto;
  right: 273px;
  box-shadow: 3px 5px 4px rgba(0, 0, 0, .2);
}

.eac-left-image-3 {
  background-image: url('../images/BG-3.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 150px;
  height: 148px;
  position: absolute;
  top: 114px;
  left: auto;
  right: 158px;
  box-shadow: 3px 5px 4px rgba(0, 0, 0, .2);
}

.eac-left-image-4 {
  position: absolute;
  top: 444px;
  bottom: 0%;
  left: auto;
  right: 432px;
  box-shadow: 3px 5px 4px rgba(0, 0, 0, .2);
}

.eac-right-image-1 {
  position: absolute;
  top: 80px;
  left: 236px;
  right: auto;
}

.eac-right-image-2 {
  z-index: 2;
  position: absolute;
  top: 170px;
  left: 365px;
  right: auto;
}

.eac-right-image-3 {
  z-index: 1;
  position: absolute;
  top: 510px;
  left: 250px;
  right: auto;
}

.eac-right-image-4 {
  position: absolute;
  top: 430px;
  left: 430px;
  right: auto;
}

.sign-off-bg {
  z-index: -1;
  background-color: var(--indian-red);
  border-radius: 510px;
  width: 1000px;
  height: 1000px;
  position: absolute;
  top: 2px;
}

.section-bca-about-content {
  background-color: var(--lime-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-bca-about-content.padding-xxhuge {
  background-color: var(--lime-green);
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section-bca-about-content.padding-left {
  padding-right: 10rem;
}

.section-bca-about-content.padding-left.padding-right {
  height: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  overflow: hidden;
}

.lottie-animation-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 1010px;
  height: auto;
  position: absolute;
  top: -60%;
  bottom: auto;
  left: auto;
  right: auto;
}

.bca-content-wrapper {
  height: auto;
  padding: 0 0;
}

.bca-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.bca-header.padding-xxhuge {
  background-image: url('../images/Smog.webp');
  height: auto;
}

.bca-header.padding-xhuge {
  background-image: none;
  align-items: center;
  height: auto;
}

.bca-content.padding-left {
  padding-right: 4rem;
}

.bca-content.padding-left.padding-right {
  flex-direction: column;
  align-items: center;
  padding-left: 4rem;
  display: flex;
}

.bca-quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.bca-cell {
  justify-content: center;
  align-items: center;
}

.lottie-animation-3 {
  width: auto;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-70deg);
}

.lottie-animation-4 {
  width: auto;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie-eay-about {
  opacity: .25;
  height: 500px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cell {
  transform: translate(0);
}

.lottie-bycase-intro {
  z-index: -1;
  opacity: .25;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-hey-hero {
  width: 100vw;
  height: 100vh;
}

.gender-outline {
  z-index: 1;
  position: absolute;
  top: -30%;
  bottom: 0%;
  left: -6%;
  right: auto;
  transform: rotate(67deg);
}

.gender-solid {
  z-index: 1;
  position: absolute;
  top: -16%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(61deg);
}

.env-solid {
  z-index: 1;
  position: absolute;
  top: -21%;
  bottom: 0%;
  left: auto;
  right: -7%;
  transform: rotate(61deg);
}

.env-outline {
  z-index: 1;
  position: absolute;
  top: -34%;
  bottom: 0%;
  left: auto;
  right: -14%;
  transform: rotate(61deg);
}

.section-hey-about {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  display: flex;
}

.section-hey-about.padding-left {
  padding-right: 4rem;
}

.section-hey-about.padding-left.padding-right {
  padding-left: 8rem;
  padding-right: 8rem;
}

.section-hey-about.padding-left.padding-right.padding-bottom {
  padding-bottom: 4rem;
}

.section-hey-about-content {
  background-color: var(--indian-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-hey-about-content.padding-xxhuge {
  position: relative;
  overflow: hidden;
}

.section-hey-about-content.padding-left {
  padding-right: 8rem;
}

.section-hey-about-content.padding-left.padding-right {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Health-1.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 500px;
  min-height: 0;
  padding-left: 15rem;
  padding-right: 15rem;
  position: relative;
  overflow: hidden;
}

.section-hey-about-content.padding-left.padding-right.padding-top {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-hey-about-content.padding-left.padding-right.padding-top.padding-bottom {
  background-color: var(--deep-sky-blue);
  background-image: none;
}

.section-hey-regions-impact {
  background-color: #389cd8;
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: block;
  position: static;
}

.section-hey-regions-impact.padding-left {
  padding-right: 4rem;
}

.hey-impact {
  width: 100vw;
  height: auto;
  position: relative;
}

.ghp-wrapper {
  background-color: var(--dark-slate-blue);
  border-radius: 700px;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.ghp-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ghp-header-img {
  background-image: url('../images/HeyCampaignCollage.webp');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50rem;
  height: 500px;
  display: flex;
}

.ghp-process-wrapper {
  grid-row-gap: 20px;
  align-self: auto;
  width: auto;
  padding: 0 0 4rem;
}

.impact-cell {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.impact-cell.left {
  justify-content: flex-start;
}

.hgp-text {
  width: 400px;
  max-width: none;
}

.impact-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  display: flex;
}

.hgp-cell-img {
  width: auto;
  height: auto;
}

.hgp-cell-final-day {
  align-items: center;
}

.ghp-final-day-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ghp-final-day-wrapper.padding-left {
  padding-right: 4rem;
}

.ghp-final-day-wrapper.padding-left.padding-right {
  width: 50%;
  padding-left: 4rem;
}

.ghp-img-cell {
  flex-direction: row;
}

.image-3 {
  z-index: -1;
  text-align: left;
  align-self: auto;
  width: 100%;
  max-width: none;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: 47px;
  right: auto;
  transform: rotate(0);
}

.red-circle-ghp {
  z-index: -1;
  text-align: left;
  align-self: auto;
  width: 100%;
  max-width: none;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: auto;
  right: auto;
}

.section-hcf {
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: block;
  position: static;
}

.section-hcf.padding-left {
  padding-right: 4rem;
}

.hcf-content-wrapper {
  width: auto;
  height: auto;
  position: relative;
}

.hcf-wrapper {
  background-color: var(--dark-orange);
  background-image: linear-gradient(to bottom, var(--gold) 55%, var(--dark-orange));
  border-radius: 700px;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.hcf-wrapper.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(201, 226, 101, .94), rgba(201, 226, 101, .94)), url('../images/Rectangle-495.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 0;
}

.hcf-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hcf-header-img {
  background-image: url('../images/BG-1_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90vw;
  height: 20rem;
  display: flex;
}

.hcf-about.padding-left {
  padding-right: 8rem;
}

.hcf-about.padding-left.padding-right {
  padding-left: 8rem;
}

.hcf-content {
  flex-direction: column;
  align-items: center;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.section-hap {
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: block;
  position: static;
}

.section-hap.padding-left {
  padding-right: 4rem;
}

.hap-content-wrapper {
  width: 100vw;
  height: auto;
  position: relative;
}

.hap-wrapper {
  background-color: var(--deep-sky-blue);
  background-image: linear-gradient(to bottom, var(--lime-green) 55%, var(--deep-sky-blue));
  border-radius: 700px;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.hap-wrapper.padding-left.padding-right {
  background-color: var(--dark-slate-blue);
  background-image: none;
  border-radius: 0;
}

.hap-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hap-header-img {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 65%), url('../images/ADK_5715-1.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90vw;
  height: 35rem;
  display: flex;
}

.hap-about-text {
  color: var(--deep-sky-blue);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hap-application-process {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.eay-about-content-wrapper {
  background-color: var(--indian-red);
  width: 100vw;
  height: 300vh;
  position: relative;
}

.eay-section-about {
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: none;
  position: static;
}

.arrow-down-lottie {
  height: auto;
}

.stack_component {
  grid-row-gap: 14rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.stack_card-content {
  background-color: var(--white-smoke);
}

.stack_card-content.padding-xlarge {
  background-color: var(--lime-green);
  color: var(--relume-library-lite-rl-white);
  align-items: center;
  display: flex;
}

.stack_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8da65;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, 1fr);
  grid-auto-columns: 1fr;
  height: 25rem;
  margin-bottom: 9rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  overflow: hidden;
  box-shadow: 0 -12px 16px -4px rgba(0, 0, 0, .05);
}

.stack_card.is-2 {
  background-color: #fca943;
  margin-bottom: 6rem;
  top: 10rem;
}

.stack_card.is-6 {
  background-color: #5c7da3;
  margin-bottom: 3rem;
  top: 13rem;
}

.stack_card.is-last {
  background-color: #365a75;
  margin-bottom: 0;
  top: 16rem;
}

.stack_card-image-wrapper {
  width: 100%;
  height: 25rem;
}

.stack_card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_stack {
  width: 58rem;
}

.ghp-top {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

.image-4 {
  width: 100vw;
  max-width: none;
  position: relative;
  overflow: visible;
}

.ghp-final-day-img {
  background-image: url('../images/DSC_5389.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 700px;
  height: 400px;
}

.lottie-animation-6 {
  width: auto;
  height: auto;
}

.hey-progress-bar-wrapper {
  z-index: 2;
  box-shadow: -2px -2px 5px -2px var(--black-30);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hey-progress-bar-links-wrapper {
  justify-content: space-between;
  width: 75%;
  text-decoration: none;
  display: flex;
}

.progress-bar {
  background-color: var(--black);
  transform-origin: 0%;
  width: 75%;
  height: 5px;
  padding-right: 0;
}

.progress-links {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.bca-hero-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.bca-hero-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bca-hero-content-wrapper.margin-xlarge {
  justify-content: center;
}

.hey-hero-wrapper {
  background-image: url('../images/WhatsApp-Image-2023-06-19-at-11.57.00-AM.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.news-info-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-right: 8rem;
  display: flex;
}

.news-infro-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  padding-right: 0;
  display: flex;
}

.button-group-donate {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-donate.margin-left {
  margin-right: 1rem;
}

.button-group-donate.margin-left.z-index-2 {
  mix-blend-mode: normal;
  margin-bottom: 1rem;
}

.button-group-donate.margin-left.z-index-2.mobile {
  display: none;
}

.rich-text-block {
  text-align: justify;
}

.news-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.catergory-wrapper {
  align-items: center;
  width: 25%;
  height: 40px;
  padding-left: 1rem;
  display: flex;
}

.catergory-wrapper.text-weight-bold {
  font-weight: 700;
  position: static;
}

.small-text-1 {
  top: -24vh;
  left: 20%;
}

.small-text-1._2 {
  top: -32.2vh;
  left: 65%;
}

.small-text-1._3 {
  top: -45.1vh;
  left: 20%;
}

.small-text-1._4 {
  top: -66.6vh;
  left: 65%;
}

.hero-visual {
  background-image: url('../images/BG-3.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 0;
  width: 35%;
  height: 380px;
  position: relative;
  top: 0;
}

.hero-visual._2nd-right {
  background-image: url('../images/BG.webp');
  background-position: 100%;
  background-size: contain;
  width: 25%;
  top: -43.6vh;
  left: 85%;
}

.hero-visual.right {
  background-image: url('../images/BG-6.webp');
  background-position: 100%;
  background-size: contain;
  width: 25%;
  top: 0;
  left: 85%;
}

.hero-visual._2nd-left {
  background-image: url('../images/BG-1.webp');
  border-radius: 0;
  top: -18vh;
}

.big-text {
  z-index: 3;
  color: #f2e6d8;
  text-transform: uppercase;
  top: -40px;
}

.big-text._2 {
  top: -41vh;
}

.container {
  z-index: 2;
  max-width: 1290px;
  padding-right: 5%;
}

.hero-section {
  background-color: var(--indian-red);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.div-block, .eay-about-img1-wrapper, .eay-about-img2-wrapper {
  align-items: center;
  display: flex;
}

.eay-about-text2-wrapper {
  width: 25%;
}

.partner-logo {
  width: 100%;
  max-width: none;
  height: auto;
  overflow: visible;
}

.text-hide {
  overflow: hidden;
}

.team-intro-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 110em;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-intro-title {
  letter-spacing: .01em;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.team-text-sticky {
  background-image: radial-gradient(circle closest-side at 50% 50%, rgba(121, 111, 204, .63), var(--indian-red));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.team-member-image {
  object-fit: cover;
  border-radius: 999em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
}

.team-title-wrapper {
  margin-bottom: .6em;
}

.team-member-wrapper {
  border-radius: 999em;
  width: 10em;
  height: 10em;
  font-size: 1.3em;
  position: relative;
  box-shadow: 0 44px 5.2em rgba(0, 0, 0, .31);
}

.team-member-wrapper.is-small {
  font-size: .7em;
}

.team-member-wrapper.is-medium {
  font-size: .8em;
}

.section-team {
  background-color: var(--indian-red);
}

.section-team.second, .section-team.third, .section-team.third {
  display: block;
}

.team-member-item.is-center {
  align-self: center;
}

.team-member-item.is-right {
  align-self: flex-end;
}

.team-images-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.team-text-wrapper {
  grid-row-gap: 1em;
  color: #ff3c3a;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 35em;
  height: 100%;
  position: absolute;
}

.team-images-column {
  grid-row-gap: 6em;
  flex-direction: column;
  width: 100%;
  max-width: 35%;
  padding-left: 4.5em;
  padding-right: 4.5em;
  display: flex;
}

.section-intro {
  background-color: var(--indian-red);
  background-image: radial-gradient(circle closest-corner at 50% 0%, var(--medium-slate-blue), var(--indian-red) 25%);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-intro.padding-xlarge {
  background-image: none;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.container-w3.gutter-outside.padding-top {
  padding-bottom: 8rem;
}

.container-w3.gutter-outside.padding-top.padding-bottom {
  padding-top: 4rem;
}

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

.title1 {
  font-size: 4.25em;
  font-weight: 600;
  line-height: 1.1;
}

.intro-description {
  padding: 2em 4em 1.7em;
}

.tutorial-link {
  color: #edebd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.tutorial-link:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: dashed;
}

.text-span {
  font-family: Aileron Bold, Arial, sans-serif;
}

.text-span.text-size-large.text-spacing-small {
  line-height: 30px;
}

.team-images-column_left {
  grid-row-gap: 6em;
  flex-direction: column;
  width: 100%;
  max-width: 35%;
  padding-left: 4.5em;
  padding-right: 5.8em;
  display: flex;
}

.cell-2 {
  justify-content: center;
}

.donate-embed {
  margin-right: 2rem;
}

.donation-cell {
  justify-content: center;
  align-items: center;
}

.donor-form-wrapper {
  margin-top: 10rem;
}

.alf-menu-bg-image-mob {
  display: none;
}

.donate-button-wrapper {
  margin-right: 2rem;
}

.donation-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.what-we-stand-for-lottie {
  width: auto;
  height: 210px;
}

.div-block-2 {
  width: 100%;
}

.about-lottie-update {
  background-color: #6b5555;
  width: 120vw;
  height: 120vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bycase-2023highlights {
  background-color: #818181;
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(0, 0, 0, .28)), url('../images/Its-a-movement-bycase.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-2023highlights.padding-left {
  padding-right: 8rem;
}

.bycase-2023highlights.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-left: 8rem;
  position: relative;
}

.bycase-activities-wrapper {
  width: 100vw;
}

.bycase-activities-wrapper.padding-left {
  padding-right: 8rem;
}

.bycase-activities-wrapper.padding-left.padding-right {
  background-image: url('../images/Environment-outline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  margin-top: 2rem;
  padding-left: 8rem;
}

.bycase-activities-quick-stack {
  width: 100%;
  height: 70vh;
  padding-left: 0;
  padding-right: 0;
}

.activities-cell {
  align-items: center;
}

.activities-cell.left {
  align-items: center;
  padding-left: 0;
}

.activities-cell.right {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.activities-cell.hey {
  background-image: linear-gradient(rgba(252, 214, 0, .5), rgba(252, 214, 0, .5)), url('../images/HeyCampaignCollage.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
}

.activities-cell.bycase {
  background-image: linear-gradient(rgba(98, 187, 78, .5), rgba(98, 187, 78, .5)), url('../images/292603812_123316977069733_8112251395869593163_n.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: center;
}

.activities-cell.eco {
  background-image: linear-gradient(rgba(240, 95, 104, .5), rgba(240, 95, 104, .5)), url('../images/eco-home.webp');
  background-position: 0 0, 36%;
  background-size: auto, cover;
  justify-content: center;
}

.bycase-movement {
  background-color: #818181;
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(0, 0, 0, .28)), url('../images/Its-a-movement-bycase.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-movement.padding-left {
  padding-right: 8rem;
}

.bycase-movement.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(98, 187, 78, .89), rgba(98, 187, 78, .89)), url('../images/Its-a-movement-bycase_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-left: 8rem;
}

.env-green-outline {
  z-index: -1;
  margin-left: -41px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(-40deg);
}

.bycase-2023highlights-paragraph {
  background-color: #818181;
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(0, 0, 0, .28)), url('../images/Its-a-movement-bycase.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-2023highlights-paragraph.padding-left {
  padding-right: 8rem;
}

.bycase-2023highlights-paragraph.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  height: auto;
  padding-left: 8rem;
  position: relative;
}

.bycase-2023-core-events-wrapper {
  background-color: #818181;
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(0, 0, 0, .28)), url('../images/Its-a-movement-bycase.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-2023-core-events-wrapper.padding-left {
  padding-right: 8rem;
}

.bycase-2023-core-events-wrapper.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  height: auto;
  padding-left: 8rem;
  position: relative;
  overflow: hidden;
}

.bycase-text-right-cell {
  text-align: left;
  justify-content: center;
}

.bycase-text-left-cell {
  justify-content: center;
  align-items: flex-end;
}

.hey-features-stack {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
}

.bycase-2023-core-events-bg {
  z-index: -1;
  background-color: var(--lime-green);
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.bycase-2023-core-events-bg-image {
  z-index: -1;
  width: 200vw;
  max-width: none;
  height: 440vh;
  position: absolute;
  transform: rotate(-40deg);
}

.bycase-2023-main-focus-areas {
  background-color: #818181;
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(0, 0, 0, .28)), url('../images/Its-a-movement-bycase.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-2023-main-focus-areas.padding-left {
  padding-right: 8rem;
}

.bycase-2023-main-focus-areas.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-left: 8rem;
}

.bycase-focus-areas-cell {
  justify-content: center;
  align-items: center;
}

.bycase-event-schedule-section {
  background-color: var(--lime-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-event-schedule-section.padding-left {
  padding-right: 8rem;
}

.bycase-event-schedule-section.padding-left.padding-right {
  background-color: var(--lime-green);
  background-image: url('../images/env-white-bg.webp');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-left: 8rem;
}

.bycase-event-schedule-arrow {
  width: 50px;
  height: 50px;
}

.event-schedule-button {
  background-color: var(--gold);
  padding-top: 0;
}

.event-schedule-button.padding-xxlarge {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.event-schedule-button.padding-xxlarge.invertoff {
  filter: none;
}

.event-schedule-button.padding-xxlarge.eay, .event-schedule-button.padding-xxlarge.eay-hero {
  filter: invert();
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.event-schedule-button.padding-xxlarge.hcf {
  filter: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.event-schedule-button.padding-xxlarge.inverted {
  filter: invert();
}

.event-schedule-button.padding-xlarge {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 4rem;
}

.bycase-2023-event-schedule-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bycase-2023-event-schedule-container.padding-left {
  padding-right: 4rem;
}

.bycase-2023-event-schedule-container.padding-left.padding-right {
  padding-left: 14rem;
  padding-right: 14rem;
}

.event-key-achievements {
  background-color: #818181;
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(0, 0, 0, .28)), url('../images/Its-a-movement-bycase.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.event-key-achievements.padding-left {
  padding-right: 8rem;
}

.event-key-achievements.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  height: auto;
  padding-left: 8rem;
  padding-right: 8rem;
}

.achievement-cell {
  justify-content: center;
  align-items: center;
}

.achievement-quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.achievements-partners {
  width: 650px;
  max-width: none;
  height: 500px;
}

.achievements-regional-chat {
  width: 400px;
  max-width: none;
  height: 500px;
}

.achievements-sponsor {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('../images/industry-partners.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 0 0 0 2rem;
  display: flex;
}

.achievments-press-coverage {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('../images/press-coverage.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  height: auto;
  min-height: auto;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.achievments-regional-chat {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('../images/Regional-chat.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.achievements-schools {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .49), rgba(0, 0, 0, 0)), url('../images/schools-attended.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.bycase-offerings-cell-left {
  background-image: url('../images/offerings-bg.webp');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.bycase-offerings-cell-left.padding-right {
  background-position: 0%;
  padding-top: 2rem;
  padding-left: 4rem;
}

.bycase-offerings-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-left: 0;
}

.bycase-offerings-cell-right {
  justify-content: center;
}

.offerings-image {
  padding-top: 20px;
}

.list {
  padding-left: 10px;
}

.bycase-offerings-cell-bottom {
  align-items: center;
}

.bycase-offerings-cell-bottom.padding-left {
  padding-right: 8rem;
}

.bycase-offerings-cell-bottom.padding-left.padding-right {
  padding-left: 8rem;
}

.bycase-stay-connected-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-stay-connected-section.padding-left {
  padding-right: 8rem;
}

.bycase-stay-connected-section.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(1, 191, 253, .14)), url('../images/Get-Involved.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-left: 8rem;
}

.bycase-stay-connected-section.padding-right {
  padding-left: 8rem;
}

.bycase-stay-connected-section.padding-right.padding-left {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  height: auto;
}

.bycase-partners-sponsors-section {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/sponsor-benefits-bottom.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.bycase-partners-sponsors-section.padding-left {
  padding-right: 8rem;
}

.bycase-partners-sponsors-section.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(1, 191, 253, .14)), url('../images/Get-Involved.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-left: 8rem;
}

.bycase-partners-sponsors-section.padding-right {
  padding-left: 8rem;
}

.bycase-partners-sponsors-section.padding-right.padding-left {
  background-image: none;
}

.bycase-partners-sponsors-section.padding-top {
  padding-bottom: 4rem;
}

.bycase-partners-sponsors-section.padding-top.padding-bottom {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bycase-partners-sponsors-copy-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-partners-sponsors-copy-wrapper.padding-left {
  padding-right: 8rem;
}

.bycase-partners-sponsors-copy-wrapper.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(1, 191, 253, .14)), url('../images/Get-Involved.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-left: 8rem;
}

.bycase-partners-sponsors-copy-wrapper.padding-right {
  padding-left: 8rem;
}

.bycase-partners-sponsors-copy-wrapper.padding-right.padding-left {
  background-image: none;
  height: auto;
}

.bycase-sponsor-benefits-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-sponsor-benefits-wrapper.padding-left {
  padding-right: 8rem;
}

.bycase-sponsor-benefits-wrapper.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(1, 191, 253, .14)), url('../images/Get-Involved.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-left: 8rem;
}

.bycase-sponsor-benefits-wrapper.padding-right {
  padding-left: 8rem;
}

.bycase-sponsor-benefits-wrapper.padding-right.padding-left {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: auto;
  padding-bottom: 0;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  mix-blend-mode: normal;
}

.wbs-button-link {
  color: var(--flowstica-webflow-library-black);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-accordion-content {
  padding-top: 10px;
  overflow: hidden;
}

.wbs-accordion-icon {
  width: 14px;
  margin-top: 5px;
}

.wbs-accordion-title {
  color: var(--flowstica-webflow-library-black);
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.wbs-accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.wbs-accordion-item {
  border: 1px solid var(--lime-green);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 15px 20px 10px;
}

.wbs-accordion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.wbs-faq-image {
  border-radius: 0;
}

.wbs-according-split {
  grid-column-gap: 11px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section {
  padding: 6.25rem 5% 0;
}

.faq-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.faq-image {
  z-index: -1;
  position: static;
  left: 636px;
  transform: rotate(-33deg);
}

.faq-text-wrapper {
  background-image: url('../images/Environment-rotate.svg');
  background-position: 20% 90%;
  background-repeat: repeat-x;
  background-size: 160px;
  margin-bottom: 0;
  padding: 2.5rem;
  transform: rotate(0);
}

.div-block-3 {
  width: 1%;
}

.image-5 {
  max-width: none;
  height: 400px;
}

.divider {
  background-color: var(--lime-green);
  width: 100%;
  padding-top: .25rem;
}

.bycase-get-involved {
  background-color: #818181;
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(0, 0, 0, .28)), url('../images/Its-a-movement-bycase.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;
}

.bycase-get-involved.padding-left {
  padding-right: 8rem;
}

.bycase-get-involved.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(98, 187, 78, .92), rgba(98, 187, 78, .92)), url('../images/Get-Involved.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 21rem;
  padding-left: 8rem;
}

.bycase-image-left-cell {
  align-items: flex-end;
}

.what-to-expect-lottie {
  width: 60rem;
  height: auto;
}

.image-6 {
  max-width: 100%;
}

.event-key-achievements-stack {
  width: 100%;
  height: 75vh;
  padding: 0;
}

.event-key-acheivements-cell-1 {
  background-image: linear-gradient(to top, var(--black-30), transparent), url('../images/industry-partners_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: flex-end;
}

.event-key-acheivements-cell-2 {
  background-image: linear-gradient(to top, var(--black-30), rgba(0, 0, 0, 0)), url('../images/Regional-chat_1.webp');
  background-position: 0 0, 50% 37%;
  background-size: auto, cover;
  justify-content: flex-end;
}

.event-key-acheivements-cell-3 {
  background-image: linear-gradient(to top, var(--black-30), rgba(0, 0, 0, 0)), url('../images/schools-attended_1.webp');
  background-position: 0 0, 50% 32%;
  background-size: auto, cover;
  justify-content: flex-end;
}

.event-key-acheivements-cell-4 {
  background-image: linear-gradient(to top, var(--black-30), rgba(0, 0, 0, 0)), url('../images/press-coverage_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
}

.waves---heading-3-no-margins {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  filter: invert();
  width: 50px;
  height: 50px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: var(--lime-green);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.waves---sticky-halves {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 4rem;
}

.bycase-offerings-bg-img {
  background-color: var(--lime-green);
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
}

.image-7 {
  background-image: url('../images/Environment-rotate.svg');
  background-position: 0 0;
  background-size: cover;
}

.bycase-our-offerings-signoff {
  background-color: #818181;
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(0, 0, 0, .28)), url('../images/Its-a-movement-bycase.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10rem;
  display: flex;
}

.bycase-our-offerings-signoff.padding-left {
  padding-right: 8rem;
}

.bycase-our-offerings-signoff.padding-left.padding-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(98, 187, 78, .53), rgba(1, 191, 253, .14)), url('../images/Get-Involved.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 21rem;
  padding-left: 8rem;
}

.bycase-our-offerings-signoff.padding-right {
  padding-left: 8rem;
}

.bycase-our-offerings-signoff.padding-right.padding-left {
  background-image: none;
  height: auto;
}

.waves---covered-item-text-pricing {
  font-size: 16px;
  line-height: 130%;
}

.waves---icon-covered-pricing {
  width: 20px;
  height: 20px;
}

.waves-check-item-pricing-1 {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-covered-list-wrap-pricing-1 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.waves-covered-heading-pricing-1 {
  font-size: 18px;
  line-height: 120%;
}

.waves-covered-wrap-pricing-1 {
  grid-row-gap: 8px;
  background-color: rgba(19, 19, 19, .1);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  padding: 16px;
  display: flex;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves-price-text-pricing-1 {
  color: rgba(19, 19, 19, .7);
  font-size: 17px;
  font-weight: 500;
}

.waves-wrap-price-1 {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.waves-divider-pricing-1 {
  background-color: rgba(20, 23, 27, .1);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.waves-heading-pricing-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 120%;
}

.waves-top-text-pricing-1 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.waves-tile-pricing-1 {
  background-color: var(--waves-library-white);
  border-radius: 8px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.waves-grid-pricing-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 120%;
  display: flex;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_layout239_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout239_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout239_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout239_image-wrapper {
  width: 100%;
  position: relative;
}

.rl_layout239_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rl_layout239_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  width: 100%;
  display: grid;
}

.rl_layout239_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout239_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout239_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout239_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_layout239_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout239 {
  background-color: var(--relume-library-lite-rl-white);
}

.insightful-img {
  background-image: url('../images/DSC_8519.webp');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.interactive-img {
  background-image: url('../images/DSC_3804.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.engaging-img {
  background-image: url('../images/DSC_5713.webp');
  background-position: 60%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sponsor-benefits-image {
  max-width: none;
  height: 400px;
}

.hey-vision-wrapper {
  background-color: var(--lime-green);
  box-shadow: 10px 10px 0 0 var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hey-vision-wrapper.padding-medium.marging-vision {
  margin-top: 0;
}

.hey-campaign-about-features-stack {
  grid-column-gap: 0px;
  width: 100%;
  height: 100vh;
  padding-top: 0;
}

.hey-features-quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
}

.hey-features-text-right-cell {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-left: 0;
}

.hey-features-text-right-cell.padding-medium {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  padding-left: 2rem;
}

.hey-features-image-left-cell-1 {
  background-image: url('../images/beach-collective-clean-up-Kihaadhoo-34.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
}

.hey-features-text-right-cell-copy {
  text-align: left;
  justify-content: center;
}

.hey-features-text-wrapper_r {
  background-color: var(--gold);
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  align-items: center;
  height: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.hey-features-text-wrapper_l {
  background-color: var(--gold);
  text-align: right;
  border-radius: 4rem 0 0 4rem;
  align-items: center;
  height: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.bycase-image-left-cell-3 {
  background-image: url('../images/DSC_1578.webp');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
}

.hey-text-left-cell {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hey-features-cell-right {
  background-image: url('../images/BG_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.hey-regions-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.image-8 {
  width: auto;
}

.hey-na {
  z-index: 1;
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 36%;
  bottom: 0%;
  left: 17%;
  right: auto;
}

.hey-la {
  z-index: 1;
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 66%;
  bottom: 0%;
  left: 21%;
  right: auto;
}

.hey-crb {
  z-index: 1;
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 49%;
  bottom: 0%;
  left: 29%;
  right: auto;
}

.hey-eu {
  z-index: 1;
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 46%;
  bottom: 0%;
  left: auto;
  right: 9%;
}

.hey-as {
  z-index: 1;
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 32%;
  bottom: 0%;
  left: auto;
  right: 33%;
}

.hey-af {
  z-index: 1;
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 53%;
  bottom: 0%;
  left: auto;
  right: 45%;
}

.cell-4 {
  flex-direction: row;
  align-items: center;
}

.hcf-grant {
  background-color: var(--medium-sea-green);
  border-radius: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gfc-features-stack {
  grid-column-gap: 40px;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.hcf-header-img2 {
  background-image: url('../images/DSC_4866.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90vw;
  height: 20rem;
  display: flex;
}

.section-gyns {
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: block;
  position: static;
}

.section-gyns.padding-left {
  padding-right: 4rem;
}

.gyns-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.gyns-wrapper {
  background-color: var(--dark-orange);
  background-image: linear-gradient(to bottom, var(--gold) 55%, var(--dark-orange));
  border-radius: 700px;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.gyns-wrapper.padding-left.padding-right {
  background-color: var(--deep-sky-blue);
  background-image: none;
  border-radius: 0;
}

.gyns-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gyns-features {
  background-color: #e73f7a;
  border-radius: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gyns-features.padding-left.padding-right {
  padding-left: 4rem;
  padding-right: 4rem;
}

.gyns-poster {
  background-image: url('../images/image-2.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90vw;
  height: 20rem;
  display: flex;
}

.hey-key-partners {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hey-key-partners.padding-left {
  padding-right: 8rem;
}

.hey-key-partners.padding-left.padding-right {
  padding-left: 8rem;
}

.key-partners-logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.key-partner-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  display: flex;
}

.gcf-features-image-left-cell-1 {
  align-items: center;
}

.gcf-text-left-cell {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hey-image-left-cell-3 {
  background-image: url('../images/1425670674.jpg.960w.webp');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
}

.hry-text-right-cell {
  text-align: left;
  justify-content: center;
}

.bycase-features-stack {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
}

.gcf-features-cell-right {
  background-image: url('../images/6357e61c413173145cf470a6_Ino-Gro-Hydroponic-Farm_Thumbnail.webp');
  background-position: 50%;
  background-size: cover;
}

.summit-cell {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.summit-cell.left {
  justify-content: flex-start;
}

.page-loader-lottie {
  z-index: 0;
  background-color: var(--relume-library-lite-rl-white);
  width: 20rem;
  height: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-load-wrapper {
  z-index: 9999;
  background-color: var(--relume-library-lite-rl-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hey-hero-bg-vid {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.byca-hero-bg-vid {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
}

.body {
  background-color: var(--white);
}

.background-video-2 {
  background-image: linear-gradient(to top, var(--black-30), rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.bycase-hero-content-wrapper-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bycase-hero-content-wrapper-copy.margin-xlarge {
  justify-content: center;
}

.utility-page-wrap {
  background-color: var(--indian-red);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

._404-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lottie-animation-7 {
  width: 300px;
  height: auto;
}

.play-icon {
  border: 10px rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(234, 255, 0, 0);
  border-left: 10px solid #db0000;
  width: 0;
  height: 0;
}

.lightbox-link {
  color: #000;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.triangle {
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #fff;
  width: 0;
  height: 0;
  margin-left: .5rem;
}

.awardees-lightbox-1 {
  background-image: url('../images/HEY-Global-Climate-Fund-Grantee-2022---Don-Leacock.webp');
  background-position: 50% 20%;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.awardees-image {
  width: 100%;
  height: 100%;
}

.awardees-lightbox-2 {
  background-image: url('../images/HEY-Global-Climate-Fund-Grantee-2022---Laurence-Tremblay.webp');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.awardees-lightbox-3 {
  background-image: url('../images/HEY-Global-Climate-Fund-Grantee-2022---Mark-Virgil-Jamer.webp');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cell-6, .cell-7 {
  align-items: center;
}

.video-section {
  width: 100vw;
  height: 100vh;
}

.video-section.padding-xlarge {
  height: 100vh;
}

.video-section.padding-left {
  padding-right: 4rem;
}

.video-section.padding-left.padding-right {
  background-color: var(--deep-sky-blue);
  padding-left: 4rem;
}

.alf-hero-quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.lightbox-link-2 {
  background-image: url('../images/Home-video-Thumbnail.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.byca-hero {
  margin-top: 8rem;
}

.byca-hero.padding-left {
  padding-right: 8rem;
}

.byca-hero.padding-left.padding-right {
  margin-top: 0;
  padding-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.byca-hero.padding-left.padding-right.padding-top {
  background-color: var(--lime-green);
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
}

.hero-cell {
  align-items: center;
}

.bycase-video-section {
  width: 100vw;
  height: 100vh;
}

.bycase-video-section.padding-xlarge {
  height: 100vh;
}

.bycase-video-section.padding-left {
  padding-right: 4rem;
}

.bycase-video-section.padding-left.padding-right {
  background-color: var(--lime-green);
  height: 80vh;
  padding-left: 4rem;
}

.bycase-video-lightbox {
  background-image: url('../images/eco-thumb.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 102%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.eay-hero {
  margin-top: 0;
}

.eay-hero.padding-left {
  padding-right: 8rem;
}

.eay-hero.padding-left.padding-right {
  margin-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.eay-hero.padding-left.padding-right.padding-top {
  background-color: var(--indian-red);
  padding-top: 0;
  padding-left: 0;
}

.eco-video-lightbox {
  background-image: url('../images/eco-thumb.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.hero-cell-r {
  justify-content: center;
  align-items: flex-end;
}

.hey-hero-quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.hey-hero {
  margin-top: 8rem;
}

.hey-hero.padding-left {
  padding-right: 8rem;
}

.hey-hero.padding-left.padding-right {
  margin-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.hey-hero.padding-left.padding-right.padding-top {
  background-color: var(--deep-sky-blue);
  padding-top: 8rem;
}

.hey-light-box {
  background-image: url('../images/hey-hero-vid.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 220px;
  text-decoration: none;
  display: flex;
}

.home-video-section {
  width: 100vw;
  height: 100vh;
}

.home-video-section.padding-xlarge {
  height: 100vh;
}

.home-video-section.padding-left {
  padding-right: 4rem;
}

.home-video-section.padding-left.padding-right {
  background-color: rgba(1, 191, 253, 0);
  padding-left: 4rem;
}

.home-video-section.padding-left.padding-right.margin-bottom {
  margin-bottom: 2rem;
}

.eya-video-section {
  width: 100vw;
  height: 100vh;
}

.eya-video-section.padding-xlarge {
  height: 100vh;
}

.eya-video-section.padding-left {
  padding-right: 4rem;
}

.eya-video-section.padding-left.padding-right {
  background-color: var(--indian-red);
  height: 80vh;
  padding-left: 4rem;
}

.eay-hero-bg-vid {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.eay-hero-bg-vid.padding-left.padding-right {
  height: 100vh;
}

.hero-video-play {
  text-decoration: none;
}

.play-button {
  width: 6rem;
  max-width: none;
}

.scroll-more-lottie {
  width: 15px;
}

.eay-hero-bg-vid-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.hey-hero-bg-vid--wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 95vh;
  display: flex;
}

.bycase-hero-bg-vid--wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: var(--black);
  font-family: Aileron Bold, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-family: Aileron Regular, Arial, sans-serif;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Aileron Regular, Arial, sans-serif;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_label {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button {
  border: 2px solid var(--black);
  background-color: var(--black);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

.fs-cc-banner_button {
  border: 2px solid var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: #f5f5f5;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  font-family: Aileron Bold, Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.bold-text {
  color: var(--black);
}

.image-9 {
  width: 8rem;
}

.about-content-wrapper-mob {
  width: 100vw;
  height: 500vh;
  position: relative;
}

.about-sticky-container-mob {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.fs-cc-banner_container-2 {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component-2 {
  z-index: 999;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_title-2 {
  color: var(--black);
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_text-link-2 {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_component-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_label-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2 {
  border: 2px solid var(--black);
  background-color: var(--black);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: #fff;
}

.fs-cc-banner_button-2 {
  border: 2px solid var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: #f5f5f5;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-alt {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Anek Bangla Condensed Bold, Impact, sans-serif;
  font-size: 1.3rem;
  display: flex;
}

.quick-stack-4 {
  height: 100vh;
}

.video-growing {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.video-growing.heycampaign {
  background-image: linear-gradient(rgba(252, 214, 0, .5), rgba(252, 214, 0, .5)), url('../images/Screen-Shot-2023-10-08-at-9.22.35-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.video-growing.bycase {
  background-image: linear-gradient(rgba(98, 187, 78, .5), rgba(98, 187, 78, .5)), url('../images/292603812_123316977069733_8112251395869593163_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.video-growing.eca {
  background-image: linear-gradient(rgba(240, 95, 104, .5), rgba(240, 95, 104, .5)), url('../images/eco-home.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.our-video-work-list {
  width: 100%;
  height: 100%;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.growing-background {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.growing-background.six, .growing-background.five, .growing-background.four {
  background-image: none;
}

.collection-our-work {
  width: 100%;
  height: 100%;
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.video-work-item {
  width: 100%;
  height: 100%;
}

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.left {
  margin-right: 24px;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
  margin-right: 0;
  overflow: visible;
}

.growing-image.right {
  margin-left: 24px;
}

.section-activities-grid {
  width: 100vw;
  height: 50vh;
  padding-left: 2rem;
  padding-right: 2rem;
}

.dynamic-landing-hero-content-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 8rem;
  display: flex;
}

.dynamic-landing-hero {
  align-items: center;
  margin-top: 0;
  display: block;
}

.dynamic-landing-hero.padding-left {
  padding-right: 8rem;
}

.dynamic-landing-hero.padding-left.padding-right {
  margin-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.dynamic-landing-hero.padding-left.padding-right.padding-top {
  background-color: var(--indian-red);
  padding-top: 0;
  padding-left: 0;
}

.dynamic-landing-content-section {
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: none;
  position: static;
}

.dynamic-landing-content-wrapper {
  background-color: var(--indian-red);
  width: auto;
  height: auto;
  position: relative;
}

.initiative-hero {
  margin-top: 0;
}

.initiative-hero.padding-left {
  padding-right: 8rem;
}

.initiative-hero.padding-left.padding-right {
  margin-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.initiative-hero.padding-left.padding-right.padding-top {
  background-color: var(--indian-red);
  padding-top: 0;
  padding-left: 0;
}

.initiatives-her-content-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.initiatives-her-content-wrapper.padding-left.padding-right {
  background-image: url('../images/Hey-Campaign-landing-hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  padding-left: 2rem;
  padding-right: 2rem;
}

.initiatives-section {
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: none;
  position: static;
}

.initiatives-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.rich-text-block-2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .spacer-huge {
    padding: 5rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.text-align-center.text-color-white, .text-size-regular.text-align-center.text-color-white.text-weight-bold {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular.text-weight-bold.text-align-center.text-color-white.no-margin {
    margin-bottom: 0;
  }

  .text-size-regular.text-color-white {
    max-width: none;
    margin-bottom: 20px;
  }

  .text-size-regular.text-color-white.text-center {
    max-width: none;
  }

  .text-size-regular.text-no-margin.cell-text-centered {
    text-align: center;
  }

  .spacer-xxlarge {
    padding: 4rem;
    display: none;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2.text-color-darkblue {
    color: var(--dark-slate-blue);
  }

  .heading-style-h3.text-align-center.text-color-white.padding-left.padding-right {
    padding-right: 0;
  }

  .heading-style-h3.text-color-white {
    text-align: left;
  }

  .heading-style-h3.text-color-seagreen.text-align-right {
    text-align: right;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    display: block;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button-2.news {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .heading-style-h1.story.padding-xxlarge {
    padding-bottom: 4rem;
  }

  .fs-styleguide_heading-medium-2 {
    font-size: 3rem;
  }

  .button.news {
    width: auto;
  }

  .arrow-button.pad {
    margin-right: 0;
  }

  .alf-logo-link-wrapper.margin-right.z-index-3 {
    margin-bottom: 1.9rem;
  }

  .alf-logo-link-wrapper.margin-right.z-index-3.w--current {
    margin-bottom: 2rem;
    margin-left: .5rem;
  }

  .burger.z-index-3 {
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .menu-outer-wrapper.z-index-1 {
    display: none;
  }

  .hero-wrapper.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-founder {
    height: auto;
  }

  .about-lottie {
    display: block;
  }

  .story-pillar-wrapper.gender.padding-left.padding-right {
    padding-bottom: 0;
  }

  .story-pillar-wrapper.gender.padding-left.padding-right.padding-top {
    padding-top: 2rem;
  }

  .story-pillar-wrapper.gender.padding-left.padding-right.padding-top.padding-bottom {
    padding-bottom: 2rem;
  }

  .story-pillar-wrapper.health.padding-left.padding-right.padding-top {
    padding-top: 2rem;
  }

  .story-pillar-wrapper.health.padding-left.padding-right.padding-top.padding-bottom {
    padding-bottom: 2rem;
  }

  .story-pillar-wrapper.environment.padding-left.padding-right {
    padding-bottom: 0;
  }

  .story-pillar-wrapper.environment.padding-left.padding-right.padding-top {
    padding-top: 2rem;
  }

  .story-pillar-wrapper.environment.padding-left.padding-right.padding-top.padding-bottom {
    padding-bottom: 2rem;
  }

  .home-story-cell.center {
    align-items: flex-start;
  }

  .home-cell-center {
    flex-direction: column;
    justify-content: center;
  }

  .home-cell-center.social {
    display: flex;
  }

  .ashley-image-wrapper {
    width: auto;
    height: auto;
  }

  .home-news-button-wrapper.padding-xxlarge.invertoff {
    filter: none;
  }

  .section-sign-off {
    justify-content: center;
    align-items: center;
  }

  .sign-off-wrapper {
    width: auto;
  }

  .sign-off-text.margin-left.margin-right.padding-bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-text-container-a.margin-left {
    margin-right: 4rem;
  }

  .about-text-container-a.margin-left.margin-right {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .about-text-container-a.margin-left.margin-right.eay {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .about-text-container-b.margin-right.margin-left {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .about-text-container-b.margin-right.margin-left.eay {
    margin-left: 12rem;
    margin-right: 12rem;
    padding-right: 0;
  }

  .about-text-container-c.margin-right.margin-left {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .collection-list {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .news-collection-list-sub {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .collection-item {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-activities {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    display: flex;
  }

  .activites-wrapper {
    width: 100%;
  }

  .activites-wrapper.margin-left.margin-right {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .activity-content-wrapper.padding-top.padding-bottom.hey, .activity-content-wrapper.padding-top.padding-bottom.bca, .activity-content-wrapper.padding-top.padding-bottom.ecy {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .donation-content-wrapper.padding-left.padding-right {
    background-position: 0 0, 50% 0;
  }

  .donation-copy-wrapper {
    margin-top: 15.2rem;
  }

  .all-news-wrapper.padding-left.padding-right {
    background-position: 0 0, 50% 0;
  }

  .allnews-collection-item {
    margin-bottom: 0;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .new-post-content {
    padding-left: 0;
    padding-right: 0;
  }

  .section-eay-about-content.padding-left.padding-right {
    justify-content: flex-start;
    height: 450px;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .eac-left-image-1 {
    right: 218px;
  }

  .eac-left-image-2 {
    top: 120px;
    right: 200px;
  }

  .eac-left-image-3 {
    top: 82px;
    left: auto;
    right: 86px;
  }

  .eac-left-image-4 {
    top: 379px;
    bottom: auto;
    right: 257px;
  }

  .eac-right-image-1 {
    left: 110px;
  }

  .eac-right-image-2 {
    left: 234px;
  }

  .eac-right-image-3 {
    left: 202px;
  }

  .eac-right-image-4 {
    left: 272px;
  }

  .bca-header.padding-xxhuge {
    background-position: 50%;
  }

  .lottie-eay-about {
    height: 300px;
  }

  .gender-outline {
    top: -25%;
    left: -22%;
  }

  .gender-solid {
    top: -29%;
    left: -4%;
  }

  .env-solid {
    top: -40%;
    right: -28%;
  }

  .env-outline {
    right: -35%;
  }

  .section-hey-about.padding-left.padding-right.padding-bottom {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-hey-about-content.padding-left.padding-right {
    height: 450px;
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .section-hey-about-content.padding-left.padding-right.padding-top {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hey-impact.padding-left {
    overflow: visible;
  }

  .ghp-header-img {
    width: 90vw;
    height: 360px;
  }

  .ghp-process-wrapper {
    padding-bottom: 2rem;
  }

  .hgp-text {
    width: auto;
  }

  .hgp-cell-img {
    height: auto;
  }

  .ghp-final-day-wrapper.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-3, .red-circle-ghp {
    top: -2%;
  }

  .hcf-content-wrapper.padding-left {
    overflow: visible;
  }

  .hcf-about.padding-left.padding-right, .hcf-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hap-content-wrapper.padding-left {
    overflow: visible;
  }

  .hap-wrapper.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hap-about-text.padding-left {
    padding-right: 4rem;
  }

  .hap-about-text.padding-left.padding-right {
    padding-left: 0;
    padding-right: 0;
  }

  .section_stack {
    width: 45rem;
  }

  .bca-hero-wrapper {
    background-position: 0 0, 50% 100%;
  }

  .news-image-wrapper {
    height: auto;
  }

  .catergory-wrapper.text-weight-bold {
    width: 50%;
  }

  .small-text-1 {
    left: 29%;
  }

  .small-text-1._2 {
    left: 50%;
  }

  .small-text-1._3 {
    left: 29%;
  }

  .small-text-1._4 {
    left: 50%;
  }

  .hero-visual._2nd-right, .hero-visual.right {
    width: 35%;
    left: 70%;
  }

  .team-intro-wrapper {
    justify-content: flex-end;
  }

  .team-intro-title {
    font-size: 16vw;
  }

  .team-text-sticky {
    align-items: flex-start;
    width: 50%;
    min-height: auto;
    top: 17.4vh;
  }

  .team-images-wrapper {
    grid-column-gap: 4.75em;
    justify-content: flex-end;
    padding-bottom: 6em;
    padding-left: 45%;
    overflow: hidden;
  }

  .team-text-wrapper {
    text-align: left;
    max-width: 100%;
    padding-top: 9em;
    padding-bottom: 4em;
    left: 6vw;
    right: 6vw;
  }

  .team-images-column {
    grid-row-gap: 7.5em;
    flex: 1;
    margin-right: -.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .section-intro {
    background-image: none;
  }

  .container-w3.gutter-outside {
    padding: 2rem;
  }

  .container-w3.gutter-outside.padding-top.padding-bottom.padding-left {
    padding-right: 2rem;
  }

  .container-w3.gutter-outside.padding-top.padding-bottom.padding-left.padding-right {
    padding-left: 2rem;
  }

  .team-images-column_left {
    grid-row-gap: 7.5em;
    flex: 1;
    margin-right: -.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .donation-cell {
    align-items: flex-start;
  }

  .alf-menu-bg-image-dt {
    display: none;
  }

  .alf-menu-bg-image-mob {
    display: block;
  }

  .donation-header-wrapper {
    margin-top: 15.2rem;
  }

  .bycase-2023highlights.padding-left.padding-right {
    height: 26rem;
  }

  .bycase-activities-wrapper.padding-left.padding-right {
    background-image: url('../images/Environment.svg');
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .activities-cell.left {
    padding-left: 0;
  }

  .activities-cell.right {
    padding-right: 0;
  }

  .activities-cell.bycase {
    background-image: linear-gradient(rgba(240, 95, 104, .5), rgba(240, 95, 104, .5)), url('../images/6357e61c413173145cf470a6_Ino-Gro-Hydroponic-Farm_Thumbnail.webp');
    background-position: 0 0, 50% 28%;
  }

  .activities-cell.eco {
    background-image: linear-gradient(rgba(240, 95, 104, .5), rgba(240, 95, 104, .5)), url('../images/eco-home.webp');
    background-position: 0 0, 50% 30%;
  }

  .bycase-movement.padding-left.padding-right {
    background-image: linear-gradient(rgba(98, 187, 78, .88), rgba(98, 187, 78, .88)), url('../images/Its-a-movement-bycase_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bycase-2023-core-events-wrapper.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bycase-2023-main-focus-areas.padding-left.padding-right {
    height: auto;
  }

  .event-schedule-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .event-schedule-button.padding-xxlarge.invertoff {
    filter: none;
  }

  .bycase-2023-event-schedule-container.padding-left.padding-right {
    padding-left: 0;
    padding-right: 0;
  }

  .event-key-achievements.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .quick-stack-3 {
    width: 100vw;
  }

  .wbs-faq-image {
    width: 100%;
  }

  .wbs-according-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .faq-header-wrapper {
    justify-content: center;
  }

  .image-5 {
    height: 320px;
  }

  .bycase-image-left-cell {
    justify-content: center;
  }

  .what-to-expect-lottie {
    width: 100vw;
  }

  .cell-3 {
    justify-content: center;
  }

  .event-key-acheivements-cell-1 {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .event-key-acheivements-cell-4 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .34) 46%, rgba(0, 0, 0, 0)), url('../images/press-coverage_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .waves-icon-32 {
    filter: invert();
    width: 50px;
    height: 50px;
  }

  .waves-tile-features-2 {
    align-items: center;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves-grid-pricing-1 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout239_content {
    grid-column-gap: 2rem;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sponsor-benefits-image {
    height: 320px;
  }

  .hey-vision-wrapper.padding-medium.marging-vision {
    margin-top: -8.3rem;
  }

  .hey-campaign-about-features-stack {
    height: 110vh;
  }

  .hey-features-image-left-cell-1 {
    background-image: url('../images/313406759_180612461183052_3288174714679336955_n-1.webp');
    background-position: 54%;
    justify-content: center;
  }

  .hey-features-text-wrapper_r, .hey-features-text-wrapper_l {
    height: 17rem;
  }

  .bycase-image-left-cell-3 {
    justify-content: center;
  }

  .hey-text-left-cell {
    text-align: right;
  }

  .hey-features-cell-right {
    background-position: 22%;
  }

  .gfc-features-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .gyns-content-wrapper.padding-left {
    overflow: visible;
  }

  .gyns-features.padding-left {
    padding-right: 2rem;
  }

  .gyns-features.padding-left.padding-right {
    padding-left: 2rem;
  }

  .gcf-features-image-left-cell-1 {
    background-position: 54%;
    justify-content: center;
  }

  .gcf-text-left-cell {
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hey-image-left-cell-3, .bycase-image-right-cell {
    justify-content: center;
  }

  .gcf-features-cell-right {
    background-position: 22%;
  }

  .video-section.padding-left.padding-right, .bycase-video-section.padding-left.padding-right, .eay-hero.padding-left.padding-right.padding-top, .home-video-section.padding-left.padding-right, .eya-video-section.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .eay-hero-bg-vid.padding-left {
    padding-right: 2rem;
  }

  .eay-hero-bg-vid.padding-left.padding-right {
    padding-left: 2rem;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-wrapper {
    grid-row-gap: 15px;
  }

  .growing-image.left {
    margin-right: 15px;
  }

  .growing-image.right {
    margin-left: 15px;
  }

  .section-activities-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    display: flex;
  }

  .dynamic-landing-hero.padding-left.padding-right.padding-top, .initiative-hero.padding-left.padding-right.padding-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .initiatives-content-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .page-wrapper {
    overflow: visible;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .spacer-huge {
    padding: 3.5rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .text-size-regular.text-weight-bold.text-align-center.text-color-white.no-margin {
    margin-bottom: 0;
  }

  .text-size-regular.text-weight-bold.cell-text-centred, .text-size-regular.text-color-white.text-align-right.centered, .text-size-regular.text-no-margin.cell-text-centered, .text-size-regular.cell-text-centered, .text-size-regular.hero.text-color-white {
    text-align: center;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h3.hero {
    text-align: left;
  }

  .button-group.margin-left.z-index-2.mobile {
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .heading-style-h5.text-color-seagreen {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.text-color-white {
    text-align: center;
  }

  .fs-styleguide_heading-large-2 {
    font-size: 3rem;
  }

  .fs-styleguide_version-2 {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium-2 {
    font-size: 2rem;
  }

  .arrow-button.pad {
    margin-right: 0;
  }

  .alf-logo-link-wrapper.margin-right.z-index-3 {
    margin-bottom: 2.1rem;
  }

  .alf-logo-link-wrapper.margin-right.z-index-3.w--current {
    margin-bottom: 2rem;
  }

  .burger.z-index-3 {
    padding-bottom: 2rem;
  }

  .menu-outer-wrapper.z-index-1 {
    display: none;
  }

  .menu-link {
    margin-bottom: 2rem;
  }

  .menu-link-text {
    font-size: 3rem;
  }

  .section-about.mob {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-container {
    overflow: visible;
  }

  .about-content-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sign-off-text.padding-left {
    padding-right: 2rem;
  }

  .sign-off-text.padding-left.padding-right {
    flex-direction: column;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .about-text-container-a.margin-left.margin-right {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .about-text-container-a.margin-left.margin-right.eay {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .about-text-container-b.margin-right.margin-left {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .about-text-container-b.margin-right.margin-left.eay {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .about-text-container-c.margin-right.margin-left {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .collection-list {
    flex-direction: column;
    display: flex;
  }

  .news-collection-list-sub {
    align-items: stretch;
    display: flex;
  }

  .news-collection-item-main {
    min-height: 500px;
  }

  .collection-item {
    justify-content: center;
    align-self: center;
  }

  .donation-content-wrapper.padding-left.padding-right {
    background-position: 0 0, 50%;
  }

  .all-news-wrapper.padding-left.padding-right {
    background-image: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-eay-about-content.padding-left.padding-right {
    background-position: 50% 100%;
    background-size: cover;
    justify-content: center;
    height: 480px;
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }

  .eca-image-wrapper-left, .eca-image-wrapper-right {
    background-color: rgba(0, 0, 0, 0);
  }

  .eac-left-image-1 {
    right: 148px;
  }

  .eac-left-image-2 {
    right: 162px;
  }

  .eac-left-image-3 {
    right: 27px;
  }

  .eac-left-image-4 {
    right: 190px;
  }

  .eac-right-image-2 {
    left: 200px;
  }

  .eac-right-image-3 {
    left: 164px;
  }

  .eac-right-image-4 {
    left: 188px;
  }

  .section-bca-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gender-outline {
    top: -54%;
  }

  .gender-solid {
    top: -37%;
  }

  .env-solid {
    top: 48%;
    right: -33%;
  }

  .env-outline {
    top: 59%;
    right: -43%;
  }

  .section-hey-about.padding-left.padding-right.padding-bottom {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-hey-about-content.padding-left.padding-right {
    background-position: 50% 100%;
    background-size: cover;
    height: 480px;
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }

  .ghp-wrapper {
    border-radius: 14rem;
  }

  .ghp-header-img {
    width: 90vw;
  }

  .ghp-final-day-wrapper.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hcf-header-img {
    background-position: 50% 0;
    background-attachment: fixed;
    width: 90vw;
  }

  .hcf-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hap-header-img {
    width: 90vw;
    height: 500px;
  }

  .stack_card-content.padding-xlarge {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .stack_card {
    order: 0;
    grid-auto-flow: row;
    top: 10rem;
  }

  .stack_card-image-wrapper {
    height: 14rem;
  }

  .section_stack {
    width: 100%;
  }

  .hey-progress-bar-wrapper {
    z-index: 100;
  }

  .progress-links {
    text-align: center;
  }

  .bca-hero-wrapper {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .37), rgba(1, 11, 21, 0) 98%), url('../images/DSC_4081.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .button-group-donate.margin-left.z-index-2.mobile {
    margin-right: 0;
    overflow: hidden;
  }

  .news-image-wrapper {
    height: auto;
  }

  .small-text-1 {
    left: 38%;
  }

  .small-text-1._2 {
    left: 45%;
  }

  .small-text-1._3 {
    left: 38%;
  }

  .small-text-1._4 {
    left: 45%;
  }

  .hero-visual {
    width: 45%;
  }

  .hero-visual._2nd-right {
    width: 45%;
    left: 60%;
  }

  .hero-visual.right {
    width: 45%;
    top: -8.7vh;
    left: 60%;
  }

  .team-text-sticky {
    width: 50%;
  }

  .copy-medium {
    line-height: 1.4em;
  }

  .team-member-wrapper {
    box-shadow: 0 15px 6em rgba(0, 0, 0, .31);
  }

  .team-copy-wrapper {
    width: 36em;
    font-size: .7em;
  }

  .team-images-column {
    font-size: .7em;
  }

  .section-intro {
    background-image: radial-gradient(circle farthest-side at 50% 0%, var(--medium-slate-blue), var(--indian-red) 69%);
    min-height: auto;
    margin-bottom: 0;
  }

  .container-w3.gutter-outside {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .title1 {
    font-size: 3.2em;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .team-images-column_left {
    font-size: .7em;
    display: none;
  }

  .donate-button-wrapper {
    display: none;
  }

  .bycase-2023highlights.padding-left.padding-right {
    height: 20rem;
  }

  .bycase-activities-quick-stack {
    height: 140vh;
  }

  .env-green-outline {
    width: 12rem;
    height: auto;
  }

  .bycase-2023highlights-paragraph.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bycase-text-right-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .bycase-text-left-cell {
    text-align: center;
    align-items: center;
  }

  .bycase-event-schedule-section.padding-left.padding-right {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .wbs-accordion-icon {
    margin-left: 20px;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .faq-text-wrapper {
    background-position: 50%;
    padding: 3.5rem;
  }

  .image-5 {
    width: 100vw;
    height: auto;
  }

  .event-key-acheivements-cell-2 {
    background-position: 0 0, 50% 18%;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-grid-pricing-1 {
    max-width: 400px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout239_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout239_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout239_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_layout239_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout239_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .insightful-img {
    background-position: 50% 20%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .interactive-img, .engaging-img {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sponsor-benefits-image {
    width: 100vw;
    height: auto;
  }

  .hey-campaign-about-features-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 195vh;
    padding-bottom: 0;
  }

  .hey-features-text-right-cell {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .hey-features-image-left-cell-1 {
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-right: 0;
  }

  .hey-features-text-wrapper_r {
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    order: 2;
    height: 12rem;
  }

  .hey-features-text-wrapper_l {
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4rem;
    height: 12rem;
  }

  .bycase-image-left-cell-3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .hey-text-left-cell {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .hey-features-cell-right {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-right: 0;
  }

  .hey-na, .hey-la {
    width: 80px;
    height: 80px;
  }

  .hey-crb {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  .hey-eu, .hey-as {
    width: 80px;
    height: 80px;
  }

  .hey-af {
    width: 80px;
    height: 80px;
    right: 41%;
  }

  .gfc-features-stack {
    grid-column-gap: 20px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hcf-header-img2 {
    width: 90vw;
  }

  .gyns-poster {
    width: auto;
  }

  .key-partners-logos {
    padding-left: 0;
    padding-right: 0;
  }

  .gcf-features-image-left-cell-1 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .gcf-text-left-cell {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hey-image-left-cell-3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .hry-text-right-cell {
    justify-content: flex-start;
  }

  .bycase-image-right-cell {
    justify-content: center;
  }

  .gcf-features-cell-right {
    background-image: url('../images/DSC_3054.webp');
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-right: 0;
  }

  .awardees-lightbox-1 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 15rem;
  }

  .awardees-lightbox-2 {
    background-position: 50% 32%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15rem;
  }

  .awardees-lightbox-3 {
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15rem;
    padding-bottom: 0;
  }

  .bycase-video-section.padding-left.padding-right {
    background-color: var(--lime-green);
  }

  .hero-cell-r, .hey-hero-cell-r, .eco-hero-cell-l {
    align-items: center;
  }

  .eya-video-section.padding-left.padding-right {
    background-color: var(--lime-green);
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .test-about-container {
    width: 100vw;
    height: 500vh;
    position: relative;
  }

  .test-about-sticky-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .fs-cc-banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title-2 {
    font-size: 1.25rem;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .initiatives-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-wrapper {
    overflow: visible;
  }

  .text-size-regular {
    margin-top: 10px;
  }

  .text-size-regular.text-align-center {
    max-width: none;
  }

  .text-size-regular.text-align-center.text-color-white {
    display: flex;
  }

  .text-size-regular.text-align-center.text-color-yellow {
    color: var(--gold);
  }

  .text-size-regular.text-align-center.padding-left {
    padding-right: 2rem;
  }

  .text-size-regular.text-align-center.padding-left.padding-right {
    padding-left: 2rem;
  }

  .text-size-regular.text-align-center.padding-top {
    padding-bottom: 4rem;
  }

  .text-size-regular.text-weight-bold.text-color-white {
    display: flex;
  }

  .text-size-regular.text-color-white {
    max-width: 90%;
    display: none;
  }

  .text-size-regular.text-color-white.text-align-center {
    max-width: none;
  }

  .text-size-regular.text-color-white.text-align-center.padding-left.padding-right {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-regular.text-color-white.text-center {
    display: flex;
  }

  .text-size-regular.text-color-white.mob {
    text-align: center;
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .spacer-xxlarge {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_item.menu {
    padding-top: 1rem;
  }

  .heading-style-h2 {
    text-align: left;
    align-self: auto;
  }

  .heading-style-h2.text-align-center {
    text-align: center;
  }

  .heading-style-h2.text-color-white {
    text-align: left;
  }

  .heading-style-h2.text-color-white.padding-left {
    padding-right: 2rem;
  }

  .heading-style-h2.text-color-white.padding-left.padding-right {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .heading-style-h2.text-color-white.text-align-center, .heading-style-h2.text-color-white.text-align-center.sign-off {
    text-align: center;
  }

  .heading-style-h2.text-center {
    line-height: 1;
  }

  .heading-style-h2.text-color-seagreen.text-align-center {
    text-align: center;
  }

  .heading-style-h2.text-color-seagreen.text-align-center.padding-left {
    padding-right: 1rem;
  }

  .heading-style-h2.text-color-seagreen.text-align-center.padding-left.padding-right {
    padding-left: 1rem;
  }

  .heading-style-h3.text-align-center, .heading-style-h3.text-align-center.text-mob {
    color: #fff;
  }

  .heading-style-h3.text-color-white {
    text-align: center;
    margin-top: 0;
  }

  .heading-style-h3.text-color-white.text-align-center, .heading-style-h3.text-color-white.text-center, .heading-style-h3.text-color-white.center, .heading-style-h3.text-color-seagreen.text-align-right.centered {
    text-align: center;
  }

  .fs-styleguide_row.vert {
    flex-direction: row;
    justify-content: center;
    position: static;
  }

  .button-group.margin-left.z-index-2 {
    display: none;
  }

  .button-group.margin-left.z-index-2.mobile {
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    align-self: center;
    height: 45px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .button.form {
    margin-top: 1rem;
    margin-left: 0;
  }

  .button.ig-feed {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.news {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.eay, .button.hap {
    width: 18rem;
    height: 45px;
    padding-left: .125rem;
  }

  .arrow-button.pad {
    margin-right: 0;
  }

  .arrow-button.pad.invert, .arrow-button.pad.invert.news {
    filter: invert();
  }

  .alf-logo-link-wrapper.margin-right.z-index-3.w--current {
    margin-bottom: 1.6rem;
  }

  .burger.z-index-3 {
    padding-bottom: 2rem;
    padding-right: 1rem;
  }

  .menu-outer-wrapper.z-index-1 {
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .menu-item-wrapper {
    margin-top: 9rem;
    margin-bottom: auto;
    line-height: 29px;
  }

  .menu-link {
    margin-bottom: .5rem;
  }

  .menu-link-text {
    font-size: 2.1rem;
  }

  .hero-wrapper.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-about.mob {
    overflow: visible;
  }

  .about-sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .story-pillar-wrapper.gender.padding-left.padding-right {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .story-pillar-wrapper.gender.padding-left.padding-right.padding-top.padding-bottom, .story-pillar-wrapper.health.padding-left.padding-right.padding-top.padding-bottom, .story-pillar-wrapper.environment.padding-left.padding-right.padding-top.padding-bottom, .founder-wrapper.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-story-cell.center {
    padding-top: 0;
  }

  .home-ig-header.padding-left {
    padding-right: 1rem;
  }

  .home-ig-header.padding-left.padding-right {
    padding-left: 1rem;
  }

  .ig-content-wrapper.margin-left.margin-right, .news-wrapper.margin-left.margin-right {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .home-news-button-wrapper.padding-xxlarge {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-news-button-wrapper.padding-xxlarge.invertoff {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .home-news-button-wrapper.padding-xxlarge.eay {
    padding-top: 2rem;
  }

  .link-block-3 {
    margin-right: 2rem;
  }

  .section-sign-off {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sign-off-wrapper {
    height: 29rem;
  }

  .sign-off-text.margin-left.margin-right {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sign-off-text.margin-left.margin-right.padding-bottom {
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sign-off-text.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-block-footer {
    flex-direction: column;
  }

  .about-text-container-a.margin-left.margin-right, .about-text-container-a.margin-left.margin-right.eay, .about-text-container-b.margin-right.margin-left, .about-text-container-b.margin-right.margin-left.eay, .about-text-container-c.margin-right.margin-left {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .news-collection-item-main {
    background-position: 25%;
  }

  .collection-item {
    align-items: flex-start;
  }

  .section-activities {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .activites-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .activites-wrapper.margin-left.margin-right {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .button-block.news {
    justify-content: center;
  }

  .donation-content-wrapper.padding-left.padding-right {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Mask-Group-6.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .donation-copy-wrapper {
    margin-top: 8rem;
  }

  .all-news-wrapper.padding-left.padding-right {
    background-image: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .news-filter-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .allnews-collection-item {
    background-image: none;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 0;
  }

  .new-post-content {
    width: 100%;
    overflow: visible;
  }

  .eay-hero-wrapper {
    background-position: 50% 0;
  }

  .eay-hero-content-wrapper.margin-xlarge {
    margin-bottom: 8rem;
  }

  .section-eay-about-content.padding-left.padding-right {
    background-position: 50% 100%;
    background-size: 670px;
    justify-content: center;
    height: 570px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .eac-left-image-1 {
    display: none;
    right: 108px;
  }

  .eac-left-image-2, .eac-left-image-3 {
    display: none;
  }

  .eac-left-image-4 {
    display: none;
    right: 139px;
  }

  .eac-right-image-1 {
    display: none;
  }

  .eac-right-image-2 {
    display: none;
    left: 149px;
  }

  .eac-right-image-3 {
    display: none;
  }

  .eac-right-image-4 {
    display: none;
    left: 130px;
  }

  .sign-off-bg {
    border-radius: 580px;
  }

  .section-bca-about-content.padding-xxhuge {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .section-bca-about-content.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bca-content-wrapper {
    overflow: visible;
  }

  .bca-header {
    width: 100vw;
    overflow: hidden;
  }

  .bca-content.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bca-main-wrapper {
    overflow: hidden;
  }

  .section-bca-about {
    overflow: visible;
  }

  .lottie-animation-3 {
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-eay-about {
    height: 500px;
    display: none;
  }

  .gender-outline {
    display: none;
  }

  .gender-solid {
    top: -29%;
    left: -34%;
  }

  .env-solid {
    top: 75%;
  }

  .env-outline {
    display: none;
    top: 63%;
  }

  .section-hey-about.padding-left.padding-right.padding-bottom {
    padding-bottom: 8rem;
    padding-left: 2rem;
  }

  .section-hey-about-content.padding-left.padding-right {
    background-color: #01bffd;
    background-image: none;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .section-hey-about-content.padding-left.padding-right.padding-top {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hey-about-content.padding-left.padding-right.padding-top.padding-bottom {
    padding-bottom: 2rem;
  }

  .ghp-header-img {
    width: 90vw;
    height: 300px;
  }

  .impact-cell {
    color: var(--dark-turquoise);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hgp-text {
    text-align: center;
  }

  .impact-icon-wrapper {
    margin-right: 0;
  }

  .hgp-cell-img {
    width: auto;
  }

  .ghp-final-day-wrapper.padding-left.padding-right {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .ghp-img-cell {
    align-items: center;
  }

  .image-3, .red-circle-ghp {
    top: -1%;
  }

  .hcf-wrapper.padding-left {
    padding-right: 2rem;
  }

  .hcf-wrapper.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hcf-header-img {
    background-position: 50%;
    background-size: cover;
    width: 90vw;
  }

  .hcf-about.padding-left.padding-right, .hcf-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hcf-content.padding-left {
    padding-right: 2rem;
  }

  .hcf-content.padding-left.padding-right {
    padding-left: 2rem;
  }

  .hap-wrapper.padding-left {
    padding-right: 2rem;
  }

  .hap-wrapper.padding-left.padding-right {
    padding-left: 2rem;
  }

  .hap-header-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .51)), url('../images/Ambassador-Program-image.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    width: 90vw;
    height: 300px;
  }

  .stack_card {
    height: auto;
  }

  .stack_card.is-2 {
    top: 13rem;
  }

  .stack_card.is-6 {
    top: 16rem;
  }

  .stack_card-image-wrapper {
    height: 10rem;
  }

  .ghp-final-day-img {
    width: 100vw;
  }

  .hey-progress-bar-wrapper {
    height: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hey-progress-bar-links-wrapper {
    width: 100%;
  }

  .progress-bar {
    width: 100%;
    padding-left: 0;
    padding-right: 1rem;
  }

  .progress-links {
    text-align: center;
    align-items: center;
    font-size: 13px;
    display: flex;
  }

  .bca-hero-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .64)), url('../images/DSC_4081.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    overflow: hidden;
  }

  .bca-hero-content-wrapper.margin-xlarge {
    flex-wrap: nowrap;
    align-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hey-hero-wrapper {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 49%, #000), url('../images/WhatsApp-Image-2023-06-19-at-11.57.00-AM.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .news-info-wrapper {
    padding-right: 0;
  }

  .button-group-donate.margin-left.z-index-2 {
    display: none;
  }

  .button-group-donate.margin-left.z-index-2.mobile {
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .rich-text-block {
    color: var(--black);
    width: 100%;
    text-decoration: none;
  }

  .news-image-wrapper {
    background-image: none;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .catergory-wrapper.text-weight-bold {
    width: 100%;
  }

  .small-text-1 {
    top: -21vh;
  }

  .small-text-1._2 {
    top: -32.9vh;
    left: 20%;
  }

  .small-text-1._4 {
    left: 20%;
  }

  .hero-visual {
    width: 50%;
  }

  .hero-visual._2nd-right {
    width: 50%;
    left: 58%;
  }

  .hero-visual.right {
    width: 50%;
    top: 0;
    left: auto;
  }

  .big-text {
    top: 6px;
  }

  .eay-about-img1-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .eay-about-img2-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 4rem;
  }

  .eay-about-text2-wrapper {
    width: auto;
    position: static;
    left: auto;
    right: 140px;
  }

  .team-copy-wrapper {
    width: 21em;
    font-size: .7em;
  }

  .team-images-wrapper {
    grid-column-gap: 2em;
  }

  .team-images-column {
    margin-right: .5rem;
    font-size: .6em;
  }

  .team-images-column_left {
    font-size: .6em;
    display: none;
  }

  .donate-button-wrapper {
    display: none;
  }

  .donation-header-wrapper {
    margin-top: 8rem;
  }

  .bycase-2023highlights.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: visible;
  }

  .bycase-activities-wrapper.padding-left.padding-right {
    color: #fff;
    background-color: rgba(98, 187, 78, 0);
    background-position: 50% 100%;
    background-size: cover;
    overflow: visible;
  }

  .bycase-activities-quick-stack {
    padding-top: 0;
  }

  .activities-cell.bycase {
    background-image: linear-gradient(rgba(98, 187, 78, .5), rgba(98, 187, 78, .5)), url('../images/6357e61c413173145cf470a6_Ino-Gro-Hydroponic-Farm_Thumbnail.webp');
    background-position: 0 0, 50% 28%;
    background-size: auto, cover;
  }

  .bycase-movement.padding-left.padding-right, .bycase-2023highlights-paragraph.padding-left.padding-right {
    overflow: visible;
  }

  .bycase-2023-core-events-wrapper.padding-left.padding-right {
    object-fit: contain;
    overflow: visible;
  }

  .bycase-text-right-cell, .bycase-text-left-cell {
    align-items: center;
  }

  .bycase-2023-core-events-bg-image {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    display: none;
  }

  .bycase-2023-main-focus-areas.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: visible;
  }

  .bycase-event-schedule-section.padding-left.padding-right {
    background-color: rgba(98, 187, 78, .36);
    background-image: none;
    background-size: auto;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
    overflow: visible;
  }

  .event-schedule-button.padding-xxlarge {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .event-schedule-button.padding-xxlarge.eay {
    padding-top: 2rem;
  }

  .event-schedule-button.padding-xlarge {
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bycase-2023-event-schedule-container.padding-left.padding-right {
    align-self: auto;
  }

  .event-key-achievements.padding-left.padding-right {
    overflow: visible;
  }

  .bycase-stay-connected-section.padding-right.padding-left {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: visible;
  }

  .bycase-partners-sponsors-section {
    overflow: visible;
  }

  .bycase-partners-sponsors-copy-wrapper.padding-right.padding-left, .bycase-sponsor-benefits-wrapper.padding-right.padding-left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wbs-accordion-icon {
    margin-left: 10px;
  }

  .wbs-accordion-title {
    padding-right: 20px;
  }

  .wbs-section {
    overflow: visible;
  }

  .faq-text-wrapper {
    background-position: -20% 90%;
  }

  .bycase-get-involved.padding-left.padding-right {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: visible;
  }

  .what-to-expect-lottie {
    width: 100%;
    overflow: visible;
  }

  .event-key-acheivements-cell-1 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0)), url('../images/industry-partners_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .event-key-acheivements-cell-2 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/Regional-chat_1.webp');
    background-position: 0 0, 50% 18%;
    background-size: auto, cover;
  }

  .event-key-acheivements-cell-3 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/schools-attended_1.webp');
    background-position: 0 0, 50% 32%;
    background-size: auto, cover;
  }

  .event-key-acheivements-cell-4 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, 0)), url('../images/press-coverage_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .waves---heading-3-no-margins {
    text-align: center;
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: visible;
  }

  .bycase-our-offerings-signoff.padding-right.padding-left {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: visible;
  }

  .waves-tile-pricing-1 {
    padding: 24px 16px 16px;
  }

  .waves-grid-pricing-1 {
    margin-top: 40px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .rl_layout239_content {
    grid-template-columns: 1fr;
  }

  .bycase-focus-areas-stack {
    width: 100vw;
  }

  .sponsor-benefits-image {
    width: 95vw;
  }

  .hey-vision-wrapper.padding-medium.marging-vision {
    margin-top: -2.5rem;
  }

  .hey-campaign-about-features-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .hey-features-text-right-cell {
    align-items: center;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hey-features-text-right-cell-copy {
    align-items: center;
  }

  .hey-features-text-wrapper_r {
    height: 18rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hey-features-text-wrapper_l {
    height: auto;
    padding: 1rem;
  }

  .hey-text-left-cell {
    align-items: center;
    padding-bottom: 2rem;
  }

  .hey-na {
    width: 80px;
    height: 80px;
    font-size: 13px;
    left: 2%;
    transform: scale(.8);
  }

  .hey-la {
    transform: scale(.8);
  }

  .hey-crb {
    top: 40%;
    left: 23%;
    transform: scale(.8);
  }

  .hey-eu {
    transform: scale(.8);
  }

  .hey-as {
    top: 27%;
    right: 29%;
    transform: scale(.8);
  }

  .hey-af {
    top: 66%;
    right: 28%;
    transform: scale(.8);
  }

  .hcf-grant {
    text-align: left;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .hcf-header-img2 {
    background-position: 50%;
    background-size: cover;
    width: 90vw;
  }

  .gyns-wrapper.padding-left {
    padding-right: 2rem;
  }

  .gyns-wrapper.padding-left.padding-right {
    width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gyns-features.padding-left.padding-right {
    text-align: center;
    padding-right: 2rem;
  }

  .gyns-poster {
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .hey-key-partners.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .key-partners-logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    width: 100vw;
  }

  .gcf-text-left-cell {
    text-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hry-text-right-cell {
    align-items: center;
  }

  .summit-cell {
    color: var(--relume-library-lite-rl-white);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cell-5, .key-partner-cell {
    align-items: center;
  }

  .div-block-4 {
    align-self: auto;
  }

  .html-embed {
    display: none;
  }

  .bycase-hero-content-wrapper-copy.margin-xlarge {
    margin-bottom: 8rem;
  }

  .video-section.padding-left.padding-right {
    height: 40vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lightbox-link-2 {
    background-position: 40% 0;
    background-size: cover;
  }

  .byca-hero.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .byca-hero.padding-left.padding-right.padding-top {
    overflow: visible;
  }

  .bycase-video-section.padding-left.padding-right {
    background-color: var(--lime-green);
    height: 50vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bycase-video-lightbox {
    background-position: 38% 0;
    background-size: cover;
    padding-bottom: 0;
  }

  .eay-hero.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .eco-video-lightbox {
    background-position: 40% 0;
    background-size: cover;
  }

  .hey-hero.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hey-light-box {
    background-position: 40% 0;
    background-size: cover;
    padding-top: 40px;
  }

  .home-video-section.padding-left.padding-right {
    background-color: rgba(1, 191, 253, 0);
    height: 40vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cell-8, .eco-hero-cell-l {
    align-items: center;
  }

  .eya-video-section.padding-left.padding-right {
    background-color: var(--lime-green);
    height: 50vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .eay-hero-bg-vid.padding-left.padding-right {
    height: 101vh;
  }

  .bycase-hero-bg-vid--wrapper {
    overflow: visible;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .about-sticky-container-mob {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .fs-cc-prefs_component-2 {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .large-growing-images {
    min-height: auto;
  }

  .section-activities-grid {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dynamic-landing-hero.padding-left.padding-right, .initiative-hero.padding-left.padding-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .initiatives-her-content-wrapper.padding-left.padding-right {
    background-size: cover;
  }

  .initiatives-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_115a910c-1d12-ff8e-d7aa-e52167a6b415-a14f9af3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cfe3-a14f9af3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18547d69-209e-e0f3-3615-358adc1ad017-a14f9af3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9f3c43fc-da1a-9463-fee9-6a1ca156585c-a14f9af3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c55b2732-5fa9-b0f9-82d0-5427b34660f1-a14f9af3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dae6b83f-09ee-03e9-9d39-1c8a58fd8062-a14f9af3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_58693d18-bfc5-c96b-5705-5ed3c6ac3e1b-a14f9af3 {
  grid-row: span 2 / span 2;
}

#w-node-_7bbd5c59-fb14-442b-307d-9421fd0872d3-a14f9af3 {
  grid-column: span 2 / span 2;
}

#w-node-cd06719d-53f1-5d80-103f-bdeb0bc479ab-a14f9af3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cd06719d-53f1-5d80-103f-bdeb0bc479b5-a14f9af3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c28e4352-0802-2e73-8550-8c817a2aa494-a14f9af3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cea8870e-143c-1410-e6ab-be9343d278dd-a14f9af3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b27b0abd-d39d-8e16-1a63-12f65bad489c-5bad489a {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 2.75fr 1.75fr;
}

#w-node-b27b0abd-d39d-8e16-1a63-12f65bad489d-5bad489a, #w-node-b27b0abd-d39d-8e16-1a63-12f65bad48a0-5bad489a, #w-node-b27b0abd-d39d-8e16-1a63-12f65bad48ac-5bad489a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b27b0abd-d39d-8e16-1a63-12f65bad48b3-5bad489a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3c5e0ef6-42b7-ec60-24c4-5a91c1abf915-a14f9af5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3c5e0ef6-42b7-ec60-24c4-5a91c1abf916-a14f9af5, #w-node-_3c5e0ef6-42b7-ec60-24c4-5a91c1abf917-a14f9af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c117b00-e45a-5a1a-aa8d-48475d67fc8d-a14f9af6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c26a3-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c26a8-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c26ad-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c26b2-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c26b8-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c26be-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c26c4-a14f9afc {
  justify-self: start;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c27ea-a14f9afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c27ed-a14f9afc {
  justify-self: start;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c27ef-a14f9afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c27f2-a14f9afc {
  justify-self: start;
}

#w-node-_39928cfa-9eec-3579-b32c-e2c7fc6a6463-a14f9afc, #w-node-_41c1a99d-f79c-bd9d-b80e-b11f178da0a6-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c285b-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2865-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2866-a14f9afc, #w-node-_102ef720-2ce0-fdd4-c784-464bfa2e2bab-a14f9afc, #w-node-_102ef720-2ce0-fdd4-c784-464bfa2e2bb5-a14f9afc, #w-node-_102ef720-2ce0-fdd4-c784-464bfa2e2bb6-a14f9afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c28d4-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c28d9-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c28de-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c28e3-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c28e8-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c28ed-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c28f7-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c28fc-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2901-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2906-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c290b-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2910-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2915-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c291a-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c291f-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2924-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2929-a14f9afc {
  justify-self: start;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c292d-a14f9afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c292e-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2933-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2938-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c293d-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2952-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2957-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c295c-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2961-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2966-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c296b-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2975-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c297a-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c297f-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2984-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2989-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c298e-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2993-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2998-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c299d-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29a2-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29a7-a14f9afc {
  justify-self: start;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c29ab-a14f9afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c29ac-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29b1-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29b6-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29bb-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29cd-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29d2-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29d7-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29dc-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29e1-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29e6-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29eb-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29f0-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29f5-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c29fa-a14f9afc {
  justify-self: start;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c29fe-a14f9afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c29ff-a14f9afc {
  justify-self: start;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c2a02-a14f9afc, #w-node-a3ab37e0-3104-90db-e92f-4f87608c2a85-a14f9afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ab37e0-3104-90db-e92f-4f87608c2ae1-a14f9afc {
  justify-self: start;
}

#w-node-faf2de37-07ee-5b7f-215b-8bcf7d8157eb-a14f9afd {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1d122313-51fa-049c-5e76-6ba7af73aba6-a14f9afd {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1d122313-51fa-049c-5e76-6ba7af73aba8-a14f9afd, #w-node-_0fe7157d-e64a-b228-d7ec-30825622c63c-a14f9afd, #w-node-_3ce1dc32-2808-1151-8e5e-70a5690f5460-a14f9afd, #w-node-be2613a7-a877-24d5-aa71-c6c76f688947-a14f9afd, #w-node-cb741d7a-9163-6159-b5d1-501602289ca8-a14f9afd, #w-node-_5ed89a48-02d4-eca1-9f5f-cf65a75c09f8-a14f9afd, #w-node-c7a882ac-ee7b-ae4f-5b02-6d5ae1eef5e4-a14f9afd {
  grid-column: span 2 / span 2;
}

#w-node-_938fe949-e4db-12f3-b31c-ab7739a75f63-a14f9afd, #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f64-a14f9afd, #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f67-a14f9afd, #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f68-a14f9afd, #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f6b-a14f9afd, #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f6c-a14f9afd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_960c0b53-6bb2-3e0f-7259-43225497176e-a14f9afd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_960c0b53-6bb2-3e0f-7259-43225497177e-a14f9afd {
  grid-column: span 2 / span 2;
}

#w-node-f13968df-90fe-aa33-f261-4256498cc7d6-a14f9afd {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f13968df-90fe-aa33-f261-4256498cc7d7-a14f9afd, #w-node-f13968df-90fe-aa33-f261-4256498cc7de-a14f9afd, #w-node-f13968df-90fe-aa33-f261-4256498cc7e3-a14f9afd, #w-node-f13968df-90fe-aa33-f261-4256498cc7e8-a14f9afd, #w-node-f13968df-90fe-aa33-f261-4256498cc7ed-a14f9afd, #w-node-f13968df-90fe-aa33-f261-4256498cc7f2-a14f9afd {
  grid-column: span 2 / span 2;
}

#w-node-_6587380b-b599-e285-901f-d8ff4fe29c7d-a14f9afd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9a65d0d8-35b6-7128-dc58-d2faf5084cbe-14c919db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314e6-14c919db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314e7-14c919db, #w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314ec-14c919db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314ef-14c919db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314f0-14c919db, #w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314f5-14c919db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314f8-14c919db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314f9-14c919db, #w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314fe-14c919db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5c721f0-d90f-d2b4-bcc5-0d6d8ae3793b-14c919db {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e5c721f0-d90f-d2b4-bcc5-0d6d8ae3793c-14c919db {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e5c721f0-d90f-d2b4-bcc5-0d6d8ae3793f-14c919db, #w-node-e5c721f0-d90f-d2b4-bcc5-0d6d8ae3794e-14c919db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19823646-1f3d-1df9-920c-a993d2b553bf-14c919db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_19823646-1f3d-1df9-920c-a993d2b553c0-14c919db, #w-node-_19823646-1f3d-1df9-920c-a993d2b553d1-14c919db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c55b2732-5fa9-b0f9-82d0-5427b34660f1-a14f9af3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dae6b83f-09ee-03e9-9d39-1c8a58fd8062-a14f9af3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58693d18-bfc5-c96b-5705-5ed3c6ac3e1b-a14f9af3 {
    grid-row: span 1 / span 1;
  }

  #w-node-_7bbd5c59-fb14-442b-307d-9421fd0872d3-a14f9af3 {
    grid-column: span 2 / span 2;
  }

  #w-node-b27b0abd-d39d-8e16-1a63-12f65bad489d-5bad489a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b27b0abd-d39d-8e16-1a63-12f65bad48a0-5bad489a, #w-node-b27b0abd-d39d-8e16-1a63-12f65bad48ac-5bad489a {
    grid-column: span 3 / span 3;
  }

  #w-node-_3c5e0ef6-42b7-ec60-24c4-5a91c1abf915-a14f9af5 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_1c117b00-e45a-5a1a-aa8d-48475d67fc8e-a14f9af6, #w-node-_1c117b00-e45a-5a1a-aa8d-48475d67fc8f-a14f9af6 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_960c0b53-6bb2-3e0f-7259-432254971776-a14f9afd {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-_960c0b53-6bb2-3e0f-7259-43225497177e-a14f9afd {
    grid-column: span 3 / span 3;
  }

  #w-node-_9a65d0d8-35b6-7128-dc58-d2faf5084cbe-14c919db {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  #w-node-_6ffd949b-a180-dc92-27fb-aa593d015cbb-14c919db, #w-node-_2c678a61-63b7-25ab-b9f3-85a713500521-14c919db, #w-node-_2c3a9452-7ef6-8f5d-3836-fb598bec9b07-14c919db {
    grid-column: span 3 / span 3;
  }

  #w-node-e5c721f0-d90f-d2b4-bcc5-0d6d8ae3793b-14c919db {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e5c721f0-d90f-d2b4-bcc5-0d6d8ae3793c-14c919db {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5c721f0-d90f-d2b4-bcc5-0d6d8ae3793f-14c919db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5c721f0-d90f-d2b4-bcc5-0d6d8ae3794e-14c919db {
    grid-column: span 2 / span 2;
  }

  #w-node-_19823646-1f3d-1df9-920c-a993d2b553c0-14c919db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_19823646-1f3d-1df9-920c-a993d2b553d1-14c919db {
    grid-column: span 2 / span 2;
  }

  #w-node-_19823646-1f3d-1df9-920c-a993d2b553d4-14c919db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_115a910c-1d12-ff8e-d7aa-e52167a6b415-a14f9af3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cfe3-a14f9af3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cfe4-a14f9af3 {
    order: 1;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cfe6-a14f9af3 {
    order: 2;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cfeb-a14f9af3 {
    order: 4;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cff0-a14f9af3 {
    order: 3;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cff2-a14f9af3 {
    order: 5;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cff4-a14f9af3 {
    order: 6;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cff9-a14f9af3 {
    order: 8;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cffe-a14f9af3 {
    order: 7;
  }

  #w-node-c55b2732-5fa9-b0f9-82d0-5427b34660f1-a14f9af3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dae6b83f-09ee-03e9-9d39-1c8a58fd8062-a14f9af3, #w-node-_7bbd5c59-fb14-442b-307d-9421fd0872d3-a14f9af3 {
    grid-column: span 1 / span 1;
  }

  #w-node-faf2de37-07ee-5b7f-215b-8bcf7d8157eb-a14f9afd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-faf2de37-07ee-5b7f-215b-8bcf7d8157f5-a14f9afd {
    order: 3;
  }

  #w-node-faf2de37-07ee-5b7f-215b-8bcf7d8157fe-a14f9afd {
    order: 4;
  }

  #w-node-faf2de37-07ee-5b7f-215b-8bcf7d815800-a14f9afd {
    order: 5;
  }

  #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f63-a14f9afd {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f64-a14f9afd {
    order: -9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f67-a14f9afd {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f68-a14f9afd, #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f6b-a14f9afd {
    grid-column: span 2 / span 2;
  }

  #w-node-_938fe949-e4db-12f3-b31c-ab7739a75f6c-a14f9afd {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_960c0b53-6bb2-3e0f-7259-43225497176e-a14f9afd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_960c0b53-6bb2-3e0f-7259-43225497176f-a14f9afd, #w-node-_8ea5f2d5-a630-dd8d-e3c0-938fc2ca47c5-a14f9afd, #w-node-e0934aeb-bee2-4659-0687-c8b39be01a4b-a14f9afd {
    grid-column: span 3 / span 3;
  }

  #w-node-_960c0b53-6bb2-3e0f-7259-432254971776-a14f9afd {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cfe3-a14f9af3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cfe4-a14f9af3, #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cfe6-a14f9af3 {
    order: -9999;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cfeb-a14f9af3 {
    order: 0;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cff0-a14f9af3 {
    order: -9999;
  }

  #w-node-_3650ec0d-e140-0d2b-9a1c-0ff858b2cff9-a14f9af3 {
    order: 9999;
  }

  #w-node-_18547d69-209e-e0f3-3615-358adc1ad017-a14f9af3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9f3c43fc-da1a-9463-fee9-6a1ca156585c-a14f9af3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c28e4352-0802-2e73-8550-8c817a2aa494-a14f9af3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3c5e0ef6-42b7-ec60-24c4-5a91c1abf916-a14f9af5, #w-node-_3c5e0ef6-42b7-ec60-24c4-5a91c1abf917-a14f9af5 {
    grid-column: span 2 / span 2;
  }

  #w-node-faf2de37-07ee-5b7f-215b-8bcf7d8157eb-a14f9afd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-faf2de37-07ee-5b7f-215b-8bcf7d8157ec-a14f9afd, #w-node-faf2de37-07ee-5b7f-215b-8bcf7d8157ee-a14f9afd {
    order: -9999;
  }

  #w-node-faf2de37-07ee-5b7f-215b-8bcf7d8157f5-a14f9afd {
    order: 0;
  }

  #w-node-faf2de37-07ee-5b7f-215b-8bcf7d8157fc-a14f9afd {
    order: -9999;
  }

  #w-node-_1d122313-51fa-049c-5e76-6ba7af73aba8-a14f9afd {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_960c0b53-6bb2-3e0f-7259-43225497176e-a14f9afd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_960c0b53-6bb2-3e0f-7259-43225497176f-a14f9afd {
    order: 1;
  }

  #w-node-_8ea5f2d5-a630-dd8d-e3c0-938fc2ca47c5-a14f9afd {
    order: 2;
  }

  #w-node-e0934aeb-bee2-4659-0687-c8b39be01a4b-a14f9afd {
    order: 3;
  }

  #w-node-_960c0b53-6bb2-3e0f-7259-432254971776-a14f9afd {
    order: 9999;
  }

  #w-node-_960c0b53-6bb2-3e0f-7259-43225497177e-a14f9afd {
    order: 4;
  }

  #w-node-f13968df-90fe-aa33-f261-4256498cc7d7-a14f9afd {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_6587380b-b599-e285-901f-d8ff4fe29c7d-a14f9afd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314e7-14c919db {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314ec-14c919db, #w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314f0-14c919db {
    grid-column: span 2 / span 2;
  }

  #w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314f5-14c919db {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314f9-14c919db {
    grid-column: span 2 / span 2;
  }

  #w-node-_4bfdc20e-3e17-c173-f552-e8bedc8314fe-14c919db {
    order: -9999;
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Aileron Bold';
  src: url('../fonts/Aileron-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron Regular';
  src: url('../fonts/Aileron-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Bangla Condensed Bold';
  src: url('../fonts/anek-bangla-condensed-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron Black';
  src: url('../fonts/Aileron-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}