@font-face {
  font-family: Darkline;
  src: url('../fonts/Darkline.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan Variablefont Wght;
  src: url('../fonts/LeagueSpartan-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Glacialindifference;
  src: url('../fonts/GlacialIndifference-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Glacialindifference;
  src: url('../fonts/GlacialIndifference-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Glacialindifference, Arial, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darker);
  --_typography---font-styles--heading: "Leaguespartan Variablefont Wght", Arial, sans-serif;
  --color-scheme-1--main-color: var(--_primitives---colors--blue-whale);
  --color-scheme-1--grey: #858789;
  --color-scheme-1--light-blue: #13bcc3;
  --_primitives---colors--white: #fff;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---colors--neutral-darkest: #000;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--blue-whale: #043549;
  --_primitives---colors--blue-whale-dark: #032a3a;
  --_primitives---colors--neutral-lighter: #d8d8d8;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---opacity--neutral-darkest-15);
  --_ui-styles---radius--medium: 8px;
  --color-scheme-1--foreground: var(--_primitives---colors--white);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 8px;
  --_ui-styles---radius--large: 30px;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---colors--neutral-dark: #4c4c4c;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---colors--neutral-light: #b2b2b2;
  --_primitives---colors--neutral: #7f7f7f;
  --_primitives---colors--neutral-darker: #191919;
  --_typography---font-styles--decorative: Darkline, Georgia, sans-serif;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_primitives---colors--blue-whale-lighter: #ccd6da;
  --_primitives---colors--blue-whale-light: #4f717f;
  --_primitives---colors--blue-whale-lightest: #e5eaec;
  --_primitives---colors--blue-whale-darker: #01151d;
  --_primitives---colors--blue-whale-darkest: #010f15;
  --_primitives---colors--oslo-gray-lightest: #f2f3f3;
  --_primitives---colors--oslo-gray-lighter: #e6e7e7;
  --_primitives---colors--oslo-gray-light: #a9abac;
  --_primitives---colors--oslo-gray: #858789;
  --_primitives---colors--oslo-gray-dark: #6a6c6d;
  --_primitives---colors--oslo-gray-darkest: #272829;
  --_primitives---colors--java-lightest: #e7f8f9;
  --_primitives---colors--java-lighter: #cff1f3;
  --_primitives---colors--java-light: #59d0d5;
  --_primitives---colors--oslo-gray-darker: #353636;
  --_primitives---colors--java: #13bcc3;
  --_primitives---colors--java-dark: #0f969c;
  --_primitives---colors--java-darker: #074b4e;
  --_primitives---colors--java-darkest: #05383a;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.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;
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--main-color);
  letter-spacing: -.0375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--main-color);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--light-blue);
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--main-color);
  letter-spacing: -.01625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  color: var(--color-scheme-1--main-color);
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--grey);
  text-decoration: none;
}

a:hover {
  color: var(--color-scheme-1--light-blue);
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  color: var(--color-scheme-1--main-color);
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--light-blue);
  color: var(--color-scheme-1--main-color);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

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

.container-large.less-margin-top, .container-large.nav, .container-large.none-padding {
  padding-top: 0%;
}

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

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

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

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

.max-width-large.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.max-width-large.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 60vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-top.margin-medium.center {
  justify-content: center;
  align-items: center;
}

.margin-top.margin-medium.left {
  justify-content: flex-start;
  align-items: center;
}

.margin-top.margin-medium.moved-buttons {
  z-index: 5;
  position: relative;
  top: -35px;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge {
  margin: 0 0 3rem;
}

.margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin: 0;
  display: flex;
}

.margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall._100 {
  width: 100%;
}

.margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding: 0 0 3rem;
}

.padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny {
  padding-left: 0;
  padding-right: 0;
}

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

.padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  width: 100%;
  color: var(--color-scheme-1--main-color);
  text-align: left;
  font-size: 1.25rem;
}

.text-size-medium.white {
  color: var(--_primitives---colors--white);
  text-align: center;
}

.text-size-medium.bold {
  font-weight: 700;
}

.text-size-medium._80 {
  width: 80%;
}

.text-size-medium._80.center, .text-size-medium.centre {
  text-align: center;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  color: var(--color-scheme-1--main-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .375s;
  display: flex;
}

.icon-embed-small:hover {
  color: var(--color-scheme-1--light-blue);
}

.heading-style-h2 {
  color: var(--color-scheme-1--main-color);
  text-align: left;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.white {
  color: var(--_primitives---colors--white);
}

.heading-style-h2.bold {
  font-weight: 700;
}

.heading-style-h2.top {
  margin-top: 40px;
  padding-bottom: 20px;
}

.heading-style-h2.center {
  text-align: center;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  letter-spacing: -.01625rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  letter-spacing: -.02rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  letter-spacing: -.0525rem;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.white {
  color: var(--_primitives---colors--white);
  text-align: center;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-weight: 600;
  line-height: 1em;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  cursor: pointer;
  border-radius: 2px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_checkbox-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_checkbox-icon.is-alternate.w--redirected-checked {
  background-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--_primitives---colors--white);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_primitives---colors--blue-whale);
  box-shadow: inset 0 -2px 1px 0 #0003, inset 0 32px 24px 0 #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px var(--_primitives---opacity--neutral-darkest-15), 0 1px 2px 0 var(--_primitives---opacity--neutral-darkest-15);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--_primitives---colors--blue-whale-dark);
  box-shadow: inset 0 -2px 1px 0 #0003, inset 0 32px 24px 0 #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px var(--_primitives---opacity--neutral-darkest-15), 0 2px 4px 0 var(--_primitives---opacity--neutral-darkest-15);
  transform: translate(0, -2px);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-alternate:hover {
  background-color: var(--_primitives---opacity--transparent);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-scheme-1--main-color);
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  box-shadow: 0 1px 2px 0 var(--_primitives---opacity--neutral-darkest-5), inset 0 -2px 1px 0 var(--_primitives---opacity--neutral-darkest-5), inset 0 0 0 1px var(--_primitives---opacity--neutral-darkest-5);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--white-10);
  box-shadow: 0 1px 2px 0 var(--_primitives---opacity--neutral-darkest-5), inset 0 -2px 1px 0 var(--_primitives---opacity--neutral-darkest-5), inset 0 0 0 1px var(--_primitives---opacity--white-10);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

.button.is-secondary.is-small {
  background-color: var(--_primitives---colors--neutral-lighter);
  color: var(--color-scheme-1--main-color);
  border-radius: 30px;
}

.button.is-secondary.is-small:hover {
  color: var(--color-scheme-1--light-blue);
}

.button.is-small {
  border-radius: 30px;
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-alternate:hover {
  background-color: var(--_primitives---colors--neutral-lighter);
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  letter-spacing: -.025rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1.125rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 6px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .2s;
}

.form_input:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

.form_input.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: none;
}

.form_input.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_input.is-alternate:focus {
  border-color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.button-group.is-center {
  justify-content: center;
}

.button-group.is-center.margin-top {
  margin-top: 20px;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.text-color-white {
  color: var(--_primitives---colors--white);
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall.dark {
  width: 2rem;
  height: 2rem;
  color: var(--color-scheme-1--main-color);
  font-size: 1rem;
}

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--main-color);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_radio-icon:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_radio-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_radio-icon.is-alternate.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-darkest);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  flex-flow: column;
  font-size: 1rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  letter-spacing: -.0525rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  letter-spacing: -.025rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.625rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  padding-left: 10%;
  padding-right: 10%;
}

.padding-global.more-spacing-top-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-global.programmes-page {
  padding-top: 10%;
  padding-bottom: 10%;
}

.padding-global.programmes-page.less-bottom {
  padding-bottom: 3%;
}

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

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

.padding-section-large.less-rem {
  padding-bottom: 0;
}

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

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

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

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

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

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-color-white {
  color: var(--_primitives---colors--white);
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  color: var(--_primitives---colors--white);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--main-color);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 6px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: var(--_primitives---opacity--transparent);
  border: 1px solid #0000;
  border-radius: 4px;
  padding: .625rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  font-weight: 500;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  padding: .625rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

.slider-arrow {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.c-magnetic-btn {
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.c-magnetic-btn._20px-right {
  width: 240px;
  margin-right: 20px;
}

.c-magnetic-btn._20px-right.download-button {
  width: 150px;
}

.c-magnetic-btn-content {
  background-color: #fff;
  padding: 10px 40px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.background-element {
  background-image: url('../images/MFH-Background-ImagePresentation.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.sg-nav-container {
  background-color: #f7f7f7;
  width: 240px;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--_primitives---opacity--neutral-darkest-10);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: flex-start;
  align-items: center;
}

.logo-for-styleguide {
  width: 220px;
}

.ds-icon-grid {
  margin-top: 24px;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.sg-description {
  max-width: 400px;
}

.divider-wrapper {
  margin-top: 24px;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.sg-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.c-magnetic-btn-link {
  color: #333;
  border: 1px #ddd;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.icon {
  color: #fff;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
}

.icon:hover {
  opacity: 1;
}

.icon.graphic {
  width: 40px;
  height: 90px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.sg-body {
  background-color: #fff;
}

.sg-menu {
  width: 100%;
  margin-top: 20px;
}

.sg-menu-link {
  width: 100%;
  color: var(--color-scheme-1--main-color);
  border-left: 4px solid #0000;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: var(--color-scheme-1--light-blue);
  -webkit-text-stroke-color: var(--color-scheme-1--light-blue);
}

.sg-menu-link.w--current {
  color: var(--color-scheme-1--light-blue);
  -webkit-text-stroke-color: var(--color-scheme-1--main-color);
  background-color: #f8f8f8;
  padding-right: 0;
}

.sg-menu-link.w--current:hover {
  -webkit-text-stroke-color: var(--color-scheme-1--light-blue);
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.divider {
  width: 100%;
  margin-bottom: 10px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.ds-colour-block {
  width: 20%;
  padding-right: 16px;
  display: inline-block;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.sg-menu-brand.w--current {
  margin-bottom: 0;
}

.sg-block {
  margin-bottom: 32px;
}

.color-block {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--main-color);
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.light-grey {
  background-color: var(--color-scheme-1--grey);
}

.color-block.light-blue {
  background-color: var(--color-scheme-1--light-blue);
}

.color-block.soft-grey {
  background-color: var(--_primitives---colors--neutral-lighter);
}

.color-block.dark-grey {
  background-color: var(--_primitives---colors--neutral-dark);
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-4 {
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
}

.text-box {
  max-width: 750px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.sg-title {
  font-family: var(--_typography---font-styles--body);
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.magnetic-btn-content-text {
  font-weight: 400;
}

.link-2 {
  transition: all .25s;
}

.button-text {
  z-index: 2;
  color: var(--_primitives---colors--white);
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.button-text.button-text-absolute {
  position: absolute;
}

.button-text.secondary-btn-text {
  color: var(--color-scheme-1--main-color);
  font-family: Glacialindifference, Arial, sans-serif;
}

.button-background {
  background-color: var(--_primitives---colors--neutral-dark);
  min-height: 5.5rem;
}

.button-background.button-background-2 {
  background-color: var(--color-scheme-1--light-blue);
}

.button-background.button-background-1 {
  background-color: var(--color-scheme-1--main-color);
}

.button-background.button-background-1.secondary-btn {
  background-color: #e9e8e8;
}

.button-background.button-background-3 {
  background-color: var(--color-scheme-1--grey);
}

.button-background.button-background-3.secondary-btn-last {
  background-color: var(--color-scheme-1--main-color);
}

.button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ccc;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.button-backgrounds {
  z-index: 1;
  border-radius: 30rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-text-inner-wrapper {
  position: relative;
}

.button-text-wrapper {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.p-small {
  font-size: .9rem;
}

.p-large {
  font-size: 1.1rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .325s;
}

.image:hover {
  transform: translate3d(2px, 2px, 2px);
}

.gallery9_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.gallery9_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery9_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery9_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery9_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.navbar7_item-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar7_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar7_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar7_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar7_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.1rem;
  display: flex;
  position: static;
}

.navbar7_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  font-weight: 400;
  display: flex;
}

.navbar7_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar7_component {
  background-color: var(--_primitives---colors--white);
  border-radius: 0 0 30px 30px;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

.navbar7_logo-link {
  padding-left: 0;
}

.navbar7_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.navbar7_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navbar7_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar7_icon-wrapper {
  flex: none;
}

.navbar7_link {
  color: var(--color-scheme-1--main-color);
  text-transform: none;
  padding: 1.5rem 1rem;
  font-weight: 400;
}

.navbar7_link.w--current {
  color: var(--color-scheme-1--light-blue);
}

.navbar7_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.navbar7_bottom-bar-background-layer {
  background-color: var(--color-scheme-1--foreground);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.navbar7_menu-button {
  padding: 0;
}

.navbar7_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.text-weight-semibold {
  color: var(--_primitives---colors--white);
  font-weight: 600;
}

.navbar7_menu-dropdown {
  position: static;
}

.navbar7_dropdown-list {
  background-color: var(--color-scheme-1--background);
}

.navbar7_dropdown-list.w--open {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.section_home_hero-header {
  background-color: var(--_primitives---opacity--neutral-darkest-10);
  background-image: url('../images/MFH-Background-ImagePresentation.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}

.home_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  inset: 0%;
}

.home_hero-header_card-content {
  z-index: 1;
  position: relative;
}

.home_hero-header_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_hero-header_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_hero-header_card.text-color-white {
  border-radius: 0 0 30px 30px;
  box-shadow: 7px 7px 19px 6px #0003;
}

.home_stats_component.center {
  flex-flow: column;
  display: flex;
}

.home_stats_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_stats_content.top {
  place-items: start stretch;
}

.home_stats_content-left.top {
  margin-top: 20px;
}

.home_stats_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.home_stats_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_stats_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_stats_image.image {
  border-radius: 30px;
}

.home_stats_image.image.margin {
  margin-bottom: 40px;
}

.home_stats_image.bigger-image {
  border-radius: 30px;
  height: 500px;
}

.home_features-list_card-large-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_features-list_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home_features-list_card-small-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_features-list_card-small {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.home_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.home_features-list_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home_features-list_card-small-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section_home_features-list {
  background-image: linear-gradient(#e2e2e2b0, #e2e2e2b0), url('../images/MFH-Background-ImagePresentation.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 30px;
}

.section_home_features-list.moved {
  background-color: var(--_primitives---colors--white);
  background-image: linear-gradient(to bottom, var(--color-scheme-1--main-color), var(--color-scheme-1--main-color));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  position: relative;
  top: 31px;
}

.home_features-list_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.home_features-list_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.home_features-list_card-large-content {
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  display: flex;
}

.home_benefits_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.home_benefits_card-small-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_benefits_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.home_benefits_card-small {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.home_benefits_card-large-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.home_benefits_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 1.5rem;
  display: flex;
}

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

.home_benefits_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home_benefits_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home_benefits_card-small-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.home_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 5px 7px 13px 14px #000000db;
}

.section_home_cta.dark-blue {
  background-color: var(--color-scheme-1--main-color);
}

.home_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.section_home_faq {
  background-image: linear-gradient(#e2e2e2b0, #e2e2e2b0), url('../images/MFH-Background-ImagePresentation.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 30px;
}

.section_home_faq.moved-up {
  background-color: var(--_primitives---colors--white);
}

.home_faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.home_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.home_faq_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.home_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.home_faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.home_gallery_image_large {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_gallery_image_large.image {
  border-radius: 30px;
}

.home_gallery_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.home_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home_gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.home_gallery_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_gallery_image.image {
  border-radius: 30px;
}

.home_gallery_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_credit-text {
  font-size: .875rem;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_link {
  color: var(--_primitives---colors--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
}

.footer1_link.dark {
  color: var(--color-scheme-1--main-color);
  font-size: 1rem;
}

.footer1_bottom-wrapper {
  color: var(--_primitives---colors--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer1_logo-link {
  color: var(--_primitives---colors--white);
  padding-left: 0;
}

.footer1_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_social-link.dark {
  color: var(--color-scheme-1--main-color);
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .75fr;
  align-items: start;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.footer1_logo {
  border-radius: 100%;
}

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
}

.footer1_component {
  background-color: var(--color-scheme-1--main-color);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.header50_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  inset: 0%;
}

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

.header50_background-image {
  filter: blur(8px);
  object-fit: cover;
  object-position: 50% 30%;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_header50 {
  position: relative;
}

.section_header50.text-color-white {
  color: var(--color-scheme-1--main-color);
}

.about-us_about_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.about-us_about_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
}

.about-us_about_logo {
  max-height: 3.5rem;
}

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

.about-us_about_component.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.about-us_benefits_card-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us_benefits_card-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_benefits_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.about-us_benefits_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-us_benefits_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.about-us_benefits_card, .about-us_features-list_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.about-us_features-list_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.about-us_features-list_card-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-us_features-list_card-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us_features-list_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.about-us_stats_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.about-us_stats_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.about-us_stats_item {
  border-left: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.about-us_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us_cta_card-content {
  z-index: 1;
  position: relative;
}

.about-us_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-us_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.rl-styleguide_label-2 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.history_timeline_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 48rem;
  display: grid;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.history_timeline_progress-line {
  z-index: 0;
  background-color: var(--color-scheme-1--text);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.history_timeline_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.history_timeline_item {
  z-index: 2;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  margin-left: 3rem;
  overflow: hidden;
}

.history_timeline_line {
  background-color: var(--color-scheme-1--text);
  opacity: .15;
  width: 3px;
  height: 100%;
}

.history_timeline_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.history_timeline_item-content {
  padding: 2rem;
}

.history_timeline_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--color-scheme-1--background));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.history_timeline_circle {
  z-index: 2;
  background-color: var(--color-scheme-1--text);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--color-scheme-1--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.history_timeline_image-wrapper {
  overflow: hidden;
}

.history_timeline_progress-line-cover {
  z-index: 2;
  background-color: var(--color-scheme-1--background);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.history_timeline_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: relative;
}

.history_timeline_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  height: 100%;
  margin-left: -2rem;
  display: flex;
  position: absolute;
}

.history_timeline_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--color-scheme-1--background), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.component-instructions-item {
  padding-left: .5rem;
}

.history_timeline_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  position: relative;
}

.history_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.history_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.history_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.history_feature_icon-wrapper {
  display: inline-block;
}

.history_features-list_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.history_features-list_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.history_features-list_card-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.history_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.history_features-list_card-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.history_features-list_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.history_benefits_tabs-link {
  border-left: 1.5px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 1rem 0 1rem 2rem;
  display: block;
}

.history_benefits_tabs-link.w--current {
  border-left-color: var(--color-scheme-1--text);
  background-color: var(--color-scheme-1--foreground);
  opacity: 1;
}

.history_benefits_lightbox-image {
  object-fit: cover;
}

.history_benefits_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.history_benefits_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.history_benefits_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.history_benefits_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.history_gallery_list {
  column-count: 3;
  column-gap: 2rem;
}

.history_gallery_image2, .history_gallery_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.history_gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.history_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.history_gallery_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.history_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.history_gallery_image1, .history_gallery_image6, .history_gallery_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.history_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.history_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.history_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.meet-the-team_team_slider {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.meet-the-team_team_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.meet-the-team_team_slide {
  padding-right: 3rem;
}

.meet-the-team_team_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_meet-the-team_team {
  overflow: hidden;
}

.meet-the-team_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.meet-the-team_team_mask {
  width: 33.33%;
  overflow: visible;
}

.meet-the-team_team_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.meet-the-team_testimonial_content {
  text-align: center;
}

.meet-the-team_testimonial_client-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.meet-the-team_testimonial_logo-wrapper {
  display: inline-block;
}

.meet-the-team_testimonial_logo {
  max-height: 3.5rem;
}

.meet-the-team_testimonial_client-image-wrapper {
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.meet-the-team_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.meet-the-team_cta_card-content {
  z-index: 1;
  position: relative;
}

.meet-the-team_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.meet-the-team_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.programmes_features-list_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.programmes_features-list_image {
  aspect-ratio: 1;
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
  width: 100%;
  position: absolute;
}

.programmes_features-list_image.is-image2, .programmes_features-list_image.is-image3, .programmes_features-list_image.is-image1, .programmes_features-list_image.is-image4, .programmes_features-list_image.is-image5 {
  width: 80%;
  max-width: 80%;
}

.programmes_features-list_mobile-image {
  width: 100%;
  position: absolute;
}

.programmes_features-list_desktop-image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  display: flex;
  position: sticky;
  top: 40px;
  bottom: 10px;
}

.programmes_features-list_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.programmes_features-list_mobile-image-wrapper {
  display: none;
}

.programmes_features-list_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 100px;
  display: flex;
}

.programmes_features-list_content.last {
  margin-bottom: 0;
}

.programmes_features-list_content.longer {
  height: 80vh;
}

.programmes_features-list_content.longer-2 {
  height: 100vh;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-1 {
  background-color: #e5e5e5;
}

.background-layer.background-color-2 {
  background-color: var(--_primitives---colors--white);
}

.background-layer.background-color-3 {
  background-color: #e5e5e5;
}

.background-layer.background-color-4 {
  background-color: var(--_primitives---colors--white);
}

.section_programmes_features-list.white-background {
  background-image: linear-gradient(269deg, #ffffffb3, #ffffffd1), url('../images/MFH-Background-ImagePresentation.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 60px;
}

.programmes_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.programmes_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.programmes_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.programmes_faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.programmes_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.programmes_faq_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.programmes_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.programmes_faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.community-kitchen-feeding-scheme_feature_logo {
  max-height: 3rem;
}

.community-kitchen-feeding-scheme_feature_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.community-kitchen-feeding-scheme_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.community-kitchen-feeding-scheme_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.community-kitchen-feeding-scheme_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.community-kitchen-feeding-scheme_gallery_list {
  column-count: 3;
  column-gap: 2rem;
}

.community-kitchen-feeding-scheme_gallery_image2, .community-kitchen-feeding-scheme_gallery_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.community-kitchen-feeding-scheme_gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.community-kitchen-feeding-scheme_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.community-kitchen-feeding-scheme_gallery_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.community-kitchen-feeding-scheme_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.community-kitchen-feeding-scheme_gallery_image1, .community-kitchen-feeding-scheme_gallery_image6, .community-kitchen-feeding-scheme_gallery_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.community-kitchen-feeding-scheme_how-it-works_image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.community-kitchen-feeding-scheme_how-it-works_component {
  position: sticky;
  top: 0%;
}

.community-kitchen-feeding-scheme_how-it-works_anchor {
  height: 0;
  position: relative;
  top: -8rem;
}

.community-kitchen-feeding-scheme_how-it-works_content-item {
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
  position: sticky;
}

.community-kitchen-feeding-scheme_how-it-works_content-item.first-content-item {
  margin-bottom: 8rem;
  top: 0;
}

.community-kitchen-feeding-scheme_how-it-works_content-item.content-item-2 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.community-kitchen-feeding-scheme_how-it-works_content-item.content-item-3 {
  margin-bottom: 4rem;
  top: 8rem;
}

.community-kitchen-feeding-scheme_how-it-works_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.community-kitchen-feeding-scheme_how-it-works_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  position: relative;
  overflow: hidden;
}

.community-kitchen-feeding-scheme_how-it-works_content-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.community-kitchen-feeding-scheme_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.community-kitchen-feeding-scheme_features-list_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.community-kitchen-feeding-scheme_features-list_card-large-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.community-kitchen-feeding-scheme_features-list_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.community-kitchen-feeding-scheme_features-list_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.community-kitchen-feeding-scheme_features-list_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.community-kitchen-feeding-scheme_features-list_item-icon-wrapper {
  display: inline-block;
}

.community-kitchen-feeding-scheme_features-list_card-large {
  border-radius: var(--_ui-styles---radius--medium);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.community-kitchen-feeding-scheme_features-list_card-small {
  border-radius: var(--_ui-styles---radius--medium);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.community-kitchen-feeding-scheme_testimonial_content {
  text-align: center;
}

.community-kitchen-feeding-scheme_testimonial_client-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.community-kitchen-feeding-scheme_testimonial_logo-wrapper {
  display: inline-block;
}

.community-kitchen-feeding-scheme_testimonial_logo {
  max-height: 3.5rem;
}

.community-kitchen-feeding-scheme_testimonial_client-image-wrapper {
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.community-kitchen-feeding-scheme_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.community-kitchen-feeding-scheme_cta_card-content {
  z-index: 1;
  position: relative;
}

.community-kitchen-feeding-scheme_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.community-kitchen-feeding-scheme_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.substance-abuse-support_feature_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.substance-abuse-support_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

.substance-abuse-support_feature_logo {
  max-height: 3.5rem;
}

.substance-abuse-support_feature_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.substance-abuse-support_feature_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.substance-abuse-support_gallery_list {
  column-count: 3;
  column-gap: 2rem;
}

.substance-abuse-support_gallery_image2, .substance-abuse-support_gallery_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.substance-abuse-support_gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.substance-abuse-support_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.substance-abuse-support_gallery_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.substance-abuse-support_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.substance-abuse-support_gallery_image1, .substance-abuse-support_gallery_image6, .substance-abuse-support_gallery_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.substance-abuse-support_how-it-works_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.substance-abuse-support_how-it-works_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.substance-abuse-support_how-it-works_item-icon-wrapper {
  display: inline-block;
}

.substance-abuse-support_how-it-works_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.substance-abuse-support_how-it-works_card-small {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.substance-abuse-support_how-it-works_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.substance-abuse-support_how-it-works_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.substance-abuse-support_how-it-works_card-large-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.substance-abuse-support_how-it-works_card-large {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.substance-abuse-support_features-list_image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.substance-abuse-support_features-list_component {
  position: sticky;
  top: 0%;
}

.substance-abuse-support_features-list_anchor {
  height: 0;
  position: relative;
  top: -8rem;
}

.substance-abuse-support_features-list_content-item {
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
  position: sticky;
}

.substance-abuse-support_features-list_content-item.first-content-item {
  margin-bottom: 8rem;
  top: 0;
}

.substance-abuse-support_features-list_content-item.content-item-2 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.substance-abuse-support_features-list_content-item.content-item-3 {
  margin-bottom: 4rem;
  top: 8rem;
}

.substance-abuse-support_features-list_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.substance-abuse-support_features-list_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  position: relative;
  overflow: hidden;
}

.substance-abuse-support_features-list_content-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.substance-abuse-support_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.substance-abuse-support_cta_card-content {
  z-index: 1;
  position: relative;
}

.substance-abuse-support_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.substance-abuse-support_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.women-s-upliftment-programmes_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.women-s-upliftment-programmes_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.women-s-upliftment-programmes_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.women-s-upliftment-programmes_feature_icon-wrapper {
  display: inline-block;
}

.women-s-upliftment-programmes_gallery_list {
  column-count: 3;
  column-gap: 2rem;
}

.women-s-upliftment-programmes_gallery_image2, .women-s-upliftment-programmes_gallery_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.women-s-upliftment-programmes_gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.women-s-upliftment-programmes_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.women-s-upliftment-programmes_gallery_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.women-s-upliftment-programmes_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.women-s-upliftment-programmes_gallery_image1, .women-s-upliftment-programmes_gallery_image6, .women-s-upliftment-programmes_gallery_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.women-s-upliftment-programmes_features-list_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.women-s-upliftment-programmes_features-list_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.women-s-upliftment-programmes_features-list_card-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.women-s-upliftment-programmes_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.women-s-upliftment-programmes_features-list_card-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.women-s-upliftment-programmes_features-list_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.women-s-upliftment-programmes_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.women-s-upliftment-programmes_cta_card-content {
  z-index: 1;
  position: relative;
}

.women-s-upliftment-programmes_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.women-s-upliftment-programmes_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.children-s-aftercare-programme_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.children-s-aftercare-programme_feature_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.children-s-aftercare-programme_feature_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.children-s-aftercare-programme_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.children-s-aftercare-programme_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.children-s-aftercare-programme_feature_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.children-s-aftercare-programme_gallery_list {
  column-count: 3;
  column-gap: 2rem;
}

.children-s-aftercare-programme_gallery_image2, .children-s-aftercare-programme_gallery_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.children-s-aftercare-programme_gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.children-s-aftercare-programme_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.children-s-aftercare-programme_gallery_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.children-s-aftercare-programme_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.children-s-aftercare-programme_gallery_image1, .children-s-aftercare-programme_gallery_image6, .children-s-aftercare-programme_gallery_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.children-s-aftercare-programme_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.children-s-aftercare-programme_features-list_card-small-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.children-s-aftercare-programme_features-list_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.children-s-aftercare-programme_features-list_card-small {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.children-s-aftercare-programme_features-list_card-large-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.children-s-aftercare-programme_features-list_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 1.5rem;
  display: flex;
}

.children-s-aftercare-programme_features-list_card-large-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.children-s-aftercare-programme_features-list_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.children-s-aftercare-programme_features-list_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.children-s-aftercare-programme_features-list_card-small-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.children-s-aftercare-programme_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.children-s-aftercare-programme_cta_card-content {
  z-index: 1;
  position: relative;
}

.children-s-aftercare-programme_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.children-s-aftercare-programme_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.sponsor-partner_features-list_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sponsor-partner_features-list_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.sponsor-partner_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.sponsor-partner_features-list_hover-content {
  display: none;
}

.sponsor-partner_features-list_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sponsor-partner_features-list_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 19rem;
  display: flex;
  position: relative;
}

.sponsor-partner_features-list_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sponsor-partner_features-list_card {
  border-radius: var(--_ui-styles---radius--medium);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sponsor-partner_features-list_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.sponsor-partner_stats_number {
  color: var(--color-scheme-1--main-color);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.sponsor-partner_stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sponsor-partner_stats_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.sponsor-partner_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sponsor-partner_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.sponsor-partner_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sponsor-partner_feature_icon-wrapper {
  display: inline-block;
}

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

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

.sponsor-partner_testimonial_logo-wrapper {
  display: inline-block;
}

.sponsor-partner_testimonial_logo {
  max-height: 3.5rem;
}

.sponsor-partner_testimonial_client-image-wrapper {
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.sponsor-partner_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sponsor-partner_cta_card-content {
  z-index: 1;
  position: relative;
}

.sponsor-partner_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sponsor-partner_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.sponsor-partner_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  color: #e23939;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.section_sponsor-partner_cta-form {
  position: relative;
}

.success-text {
  font-weight: 600;
}

.text-size-small-2 {
  font-size: .875rem;
}

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

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

.stories-impact_testimonial_logo-wrapper {
  display: inline-block;
}

.stories-impact_testimonial_logo {
  max-height: 3.5rem;
}

.stories-impact_testimonial_client-image-wrapper {
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.stories-impact_gallery_list {
  column-count: 3;
  column-gap: 2rem;
}

.stories-impact_gallery_image2, .stories-impact_gallery_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stories-impact_gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stories-impact_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.stories-impact_gallery_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stories-impact_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.stories-impact_gallery_image1, .stories-impact_gallery_image6, .stories-impact_gallery_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stories-impact_featured-updates-list-header_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.dropdown2_toggle {
  grid-column-gap: .5rem;
  border: 1px solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown2_toggle.is-stories-impact_featured-updates-list-header, .dropdown2_toggle.is-news-updates_featured-updates-list-header {
  justify-content: space-between;
  min-width: 12.5rem;
}

.stories-impact_featured-updates-list-header_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  overflow: hidden;
}

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

.stories-impact_featured-updates-list-header_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.dropdown2_dropdown-list.w--open {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  margin-top: .5rem;
  padding: .5rem;
}

.stories-impact_featured-updates-list-header_dropdown-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.stories-impact_featured-updates-list-header_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.stories-impact_featured-updates-list-header_content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.dropdown2_dropdown-link {
  padding: .5rem;
}

.dropdown2_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.stories-impact_featured-updates-list-header_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.stories-impact_featured-updates-list-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stories-impact_featured-updates-list-header_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.stories-impact_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stories-impact_cta_card-content {
  z-index: 1;
  position: relative;
}

.stories-impact_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stories-impact_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.testimonials_testimonial_content {
  text-align: center;
}

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

.testimonials_testimonial_logo-wrapper {
  display: inline-block;
}

.testimonials_testimonial_logo {
  max-height: 3.5rem;
}

.testimonials_testimonial_client-image-wrapper {
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.testimonials_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.testimonials_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonials_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.photo-gallery_gallery_list {
  column-count: 3;
  column-gap: 2rem;
}

.photo-gallery_gallery_image2, .photo-gallery_gallery_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-gallery_gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-gallery_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.photo-gallery_gallery_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-gallery_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.photo-gallery_gallery_image1, .photo-gallery_gallery_image6, .photo-gallery_gallery_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-gallery_faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.photo-gallery_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.photo-gallery_faq_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.photo-gallery_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.photo-gallery_faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.news-updates_updates-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.news-updates_updates-list_group {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 8rem;
  position: relative;
}

.news-updates_updates-list_mask {
  width: 33.33%;
  overflow: visible;
}

.section_news-updates_updates-list {
  overflow: hidden;
}

.news-updates_updates-list_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.news-updates_updates-list_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-updates_updates-list_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-updates_updates-list_slide {
  padding-right: 2rem;
}

.news-updates_updates-list_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.news-updates_updates-list_heading {
  flex: 1;
}

.show-mobile-landscape {
  display: none;
}

.news-updates_updates-list_item-link {
  text-decoration: none;
}

.news-updates_featured-updates-list-header_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.news-updates_featured-updates-list-header_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  overflow: hidden;
}

.news-updates_featured-updates-list-header_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.news-updates_featured-updates-list-header_dropdown-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.news-updates_featured-updates-list-header_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.news-updates_featured-updates-list-header_content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.news-updates_featured-updates-list-header_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.news-updates_featured-updates-list-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-updates_featured-updates-list-header_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.news-updates_gallery_list {
  column-count: 3;
  column-gap: 2rem;
}

.news-updates_gallery_image2, .news-updates_gallery_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-updates_gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-updates_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.news-updates_gallery_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-updates_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.news-updates_gallery_image1, .news-updates_gallery_image6, .news-updates_gallery_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-updates_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-updates_cta_card-content {
  z-index: 1;
  position: relative;
}

.news-updates_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.news-updates_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.contact-section-a_contact_image {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.contact-section-a_contact_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-section-a_contact_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.contact-section-a_contact_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.contact-section-a_contact_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.contact-section-a_contact_item, .contact-section-a_contact-form_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-section-a_contact-form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-section-a_contact-form_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-section-a_contact-form_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-section-a_contact-form_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact-section-a_contact-form_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.contact-section-a_locations_location {
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-section-a_locations_grid-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.contact-section-a_locations_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-section-a_locations_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.contact-section-a_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_contact-section-a_cta-form {
  position: relative;
}

.donate_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.donate_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.donate_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.donate_pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.donate_pricing_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.donate_pricing_plan {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

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

.donate_pricing_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.donate_pricing_feature {
  display: flex;
}

.donate_features-list_content-left {
  flex-direction: column;
  justify-content: center;
  max-width: 35rem;
  height: 100vh;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.donate_features-list_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.donate_features-list_card-content {
  max-width: 35rem;
}

.donate_features-list_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.donate_features-list_card {
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.donate_features-list_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.donate_feature_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.donate_feature_logo {
  max-height: 3.5rem;
}

.donate_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_donate_cta-form {
  position: relative;
}

.donate_faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.donate_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.donate_faq_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.donate_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.donate_faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.small-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.code-embed {
  margin-bottom: 20px;
}

.button-3 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header30_background-image {
  object-fit: cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 18px 7px #00000052;
}

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

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

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header30_background-image-wrapper {
  z-index: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  inset: 0%;
}

.section_header30 {
  position: relative;
}

.section_header30.text-color-white.color-scheme-1 {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  inset: 0%;
}

.home_follow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

.home-follow-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
}

.code-embed-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.about-us-statements {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.about-us-statement-wrapper {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.text-weight-semibold {
  font-weight: 600;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-form-heading-wrap.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-email-link {
  opacity: .6;
  color: #1b2945;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
  color: #000;
}

.contact-email-link:active {
  opacity: .8;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.html-embed {
  margin-top: 20px;
  margin-left: 0;
}

.div-block-5 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 240px;
  padding: 15px;
  display: flex;
  box-shadow: 3px 3px 12px #0003;
}

.div-block-6 {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 15px;
  display: flex;
  position: relative;
}

.label {
  color: #1b2945;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-2 {
  color: #1b2945;
  margin-bottom: 0;
}

.contact-form-wrap {
  outline-offset: 0px;
  border: 1px #eee;
  outline: 3px #1a1b1f;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-light {
  opacity: .6;
  color: #1b2945;
  text-align: left;
  margin-bottom: 17px;
  font-weight: 500;
}

.paragraph-light:hover {
  color: #000;
}

.highlight {
  color: #ff1707;
}

.code-embed-5 {
  width: 100%;
  height: 100%;
}

.wrapper-info {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 240px;
  padding: 15px;
  display: flex;
  box-shadow: 3px 3px 12px #0003;
}

.donate-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template: ". ."
  / 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.wrapper-donate {
  background-color: var(--_primitives---opacity--white-50);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  margin-top: 10px;
  padding: 15px;
  display: flex;
  box-shadow: 3px 3px 12px #0003;
}

.contact-form-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  place-items: start stretch;
  position: relative;
}

.container {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-7 {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 28px;
  margin-bottom: 90px;
  position: sticky;
  top: 40px;
  bottom: 140px;
  box-shadow: 3px 3px 12px #0003;
}

.div-block-8 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 15px;
  display: flex;
  position: relative;
}

.details-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.label-2 {
  color: var(--color-scheme-1--main-color);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-9, .div-block-10, .div-block-11 {
  display: flex;
}

.contact-icon {
  background-color: var(--color-scheme-1--main-color);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.contact-info-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.icon-image {
  width: 30px;
}

.map-section {
  border-radius: 30px;
}

.map-section.moved-up {
  background-color: var(--_primitives---colors--white);
}

.code-embed-6 {
  width: 100%;
  height: 100%;
}

.paragraph {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.section-18a {
  height: 100%;
}

.donations-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template: ". ."
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
  position: relative;
}

.h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.payfast {
  flex-flow: column;
  display: flex;
}

.text-span, .text-span-2 {
  color: var(--color-scheme-1--light-blue);
}

@media screen and (min-width: 1280px) {
  .sg-nav-container, .sg-nav {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .div-block-7 {
    position: static;
  }
}

@media screen and (min-width: 1920px) {
  .sg-menu {
    margin-top: 0;
  }

  .sg-menu-brand.w--current {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-large {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .max-width-large.align-center {
    justify-content: center;
    align-items: center;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-bottom.margin-large {
    justify-content: center;
    align-items: center;
  }

  .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-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;
  }

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

  .text-size-medium.left {
    text-align: left;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 2.75rem;
  }

  .heading-style-h2.left {
    text-align: left;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #98d7c2;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .sg-nav {
    z-index: 10;
    background-color: #fafafa;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .sg-menu {
    z-index: 500;
    background-color: #fafafa;
    border-bottom: 1px solid #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .column {
    width: 50%;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .menu-icon5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar7_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 30px;
    align-items: flex-start;
    height: 55vh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
  }

  .menu-icon1_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar7_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar7_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar7_bottom-bar-left {
    margin-bottom: 1rem;
  }

  .navbar7_dropdown-content {
    flex-direction: column;
  }

  .navbar7_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar7_bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .navbar7_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .menu-icon1_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar7_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar7_menu-dropdown {
    width: 100%;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar7_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar7_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .home_stats_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_features-list_row, .home_benefits_row {
    grid-template-columns: 1fr 1fr;
  }

  .home_cta_card {
    padding: 3rem;
  }

  .footer1_left-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer1_bottom-wrapper {
    flex-flow: column;
  }

  .footer1_menu-wrapper {
    grid-template-columns: .75fr 1.25fr 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .about-us_benefits_row, .about-us_features-list_row {
    grid-template-columns: 1fr;
  }

  .about-us_stats_list {
    grid-column-gap: 2rem;
  }

  .about-us_stats_number {
    font-size: 4rem;
  }

  .about-us_cta_card {
    padding: 3rem;
  }

  .history_timeline_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .history_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .history_features-list_row {
    grid-template-columns: 1fr;
  }

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

  .history_benefits_content {
    grid-column-gap: 3rem;
  }

  .history_cta_card {
    padding: 3rem;
  }

  .meet-the-team_team_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .meet-the-team_team_slide {
    padding-right: 2rem;
  }

  .meet-the-team_team_mask {
    width: 50%;
  }

  .meet-the-team_cta_card {
    padding: 3rem;
  }

  .programmes_features-list_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .programmes_cta_card {
    padding: 3rem;
  }

  .community-kitchen-feeding-scheme_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .community-kitchen-feeding-scheme_how-it-works_image {
    height: 30rem;
  }

  .community-kitchen-feeding-scheme_how-it-works_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .community-kitchen-feeding-scheme_how-it-works_content-item.first-content-item {
    margin-bottom: 0;
  }

  .community-kitchen-feeding-scheme_how-it-works_content-item.content-item-2, .community-kitchen-feeding-scheme_how-it-works_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .community-kitchen-feeding-scheme_how-it-works_content-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .community-kitchen-feeding-scheme_features-list_row {
    grid-template-columns: 1fr 1fr;
  }

  .community-kitchen-feeding-scheme_features-list_card-large, .community-kitchen-feeding-scheme_features-list_card-small {
    padding: 2rem;
  }

  .community-kitchen-feeding-scheme_cta_card {
    padding: 3rem;
  }

  .substance-abuse-support_how-it-works_card-small-content {
    padding: 2rem;
  }

  .substance-abuse-support_how-it-works_row {
    grid-template-columns: 1fr 1fr;
  }

  .substance-abuse-support_how-it-works_card-large-content {
    padding: 2rem;
  }

  .substance-abuse-support_features-list_image {
    height: 30rem;
  }

  .substance-abuse-support_features-list_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .substance-abuse-support_features-list_content-item.first-content-item {
    margin-bottom: 0;
  }

  .substance-abuse-support_features-list_content-item.content-item-2, .substance-abuse-support_features-list_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .substance-abuse-support_features-list_content-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .substance-abuse-support_cta_card {
    padding: 3rem;
  }

  .women-s-upliftment-programmes_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .women-s-upliftment-programmes_features-list_row {
    grid-template-columns: 1fr;
  }

  .women-s-upliftment-programmes_cta_card {
    padding: 3rem;
  }

  .children-s-aftercare-programme_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .children-s-aftercare-programme_features-list_row {
    grid-template-columns: 1fr 1fr;
  }

  .children-s-aftercare-programme_cta_card {
    padding: 3rem;
  }

  .sponsor-partner_features-list_image {
    object-fit: cover;
  }

  .sponsor-partner_features-list_row {
    flex-direction: column;
  }

  .sponsor-partner_features-list_card {
    width: 100%;
  }

  .sponsor-partner_stats_number {
    font-size: 4rem;
  }

  .sponsor-partner_stats_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .sponsor-partner_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .sponsor-partner_cta_card {
    padding: 3rem;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .stories-impact_featured-updates-list-header_list {
    grid-column-gap: 2rem;
  }

  .stories-impact_cta_card, .testimonials_cta_card {
    padding: 3rem;
  }

  .news-updates_updates-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .news-updates_updates-list_group {
    padding-left: 0;
    padding-right: 0;
  }

  .news-updates_updates-list_mask {
    width: 50%;
  }

  .news-updates_updates-list_heading {
    margin-right: 3rem;
  }

  .news-updates_featured-updates-list-header_list {
    grid-column-gap: 2rem;
  }

  .news-updates_cta_card {
    padding: 3rem;
  }

  .contact-section-a_contact_content {
    grid-column-gap: 3rem;
  }

  .contact-section-a_contact-form_contact-list {
    grid-row-gap: 1rem;
  }

  .contact-section-a_contact-form_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-section-a_locations_grid-list {
    grid-column-gap: 3rem;
  }

  .donate_cta_card {
    padding: 3rem;
  }

  .donate_pricing_plans {
    grid-template-columns: 1fr;
  }

  .donate_features-list_content-left {
    height: 100svh;
    margin-right: 3rem;
  }

  .donate_features-list_card {
    height: 100svh;
  }

  .small-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

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

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .home_follow {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    height: 200px;
    position: static;
  }

  .div-block-6 {
    text-align: left;
  }

  .heading-2 {
    margin-bottom: 39px;
    font-size: 30px;
  }

  .wrapper-info {
    position: static;
  }

  .donate-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-donate {
    position: static;
  }

  .contact-form-grid-2 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    margin-top: 32px;
  }

  .div-block-7 {
    position: static;
  }

  .div-block-8 {
    text-align: left;
  }

  .donations-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-top.margin-medium {
    flex-flow: column;
    margin-top: 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-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;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .c-magnetic-btn {
    width: 240px;
  }

  .c-magnetic-btn._20px-right {
    margin-right: 0;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-menu {
    background-color: #fff;
  }

  .spacer {
    height: 32px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .column.desk-4 {
    width: 100%;
  }

  .button-text.secondary-btn-text {
    text-align: center;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .gallery9_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery9_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .navbar7_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar7_menu {
    padding-bottom: 6rem;
  }

  .navbar7_component {
    min-height: 4rem;
  }

  .navbar7_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .home_hero-header_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .home_stats_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_features-list_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_benefits_row, .home_benefits_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_cta_card {
    padding: 2rem;
  }

  .home_faq_question {
    padding: 1rem 1.25rem;
  }

  .home_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home_faq_icon-wrappper {
    width: 1.75rem;
  }

  .home_gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home_gallery_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
  }

  .footer1_left-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer1_credit-text {
    text-align: center;
    margin-top: 1.5rem;
  }

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

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    flex-flow: row;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: .75fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .about-us_benefits_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-us_benefits_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-us_benefits_card-content, .about-us_features-list_card-content {
    padding: 1.5rem;
  }

  .about-us_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-us_features-list_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-us_stats_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .about-us_stats_number {
    font-size: 3.5rem;
  }

  .about-us_cta_card {
    padding: 2rem;
  }

  .history_timeline_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .history_timeline_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 1rem;
  }

  .history_timeline_item-content {
    padding: 1.5rem;
  }

  .history_timeline_fade-overlay-bottom {
    left: .5rem;
  }

  .history_timeline_circle {
    margin-top: 2.25rem;
  }

  .history_timeline_progress {
    width: 1.25rem;
    left: 0;
  }

  .history_timeline_circle-wrapper {
    width: 1.25rem;
    margin-left: -1.25rem;
    left: 0;
  }

  .history_timeline_fade-overlay-top {
    left: .5rem;
  }

  .history_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .history_features-list_card-content {
    padding: 1.5rem;
  }

  .history_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .history_features-list_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .history_benefits_tabs-link {
    padding-left: 1.5rem;
  }

  .history_benefits_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .history_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .history_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .history_cta_card {
    padding: 2rem;
  }

  .meet-the-team_team_slide {
    padding-right: 1.5rem;
  }

  .meet-the-team_team_mask {
    width: 80%;
  }

  .meet-the-team_team_image-wrapper {
    height: 100%;
  }

  .meet-the-team_cta_card {
    padding: 2rem;
  }

  .programmes_features-list_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .programmes_features-list_mobile-image {
    position: static;
  }

  .programmes_features-list_desktop-image-wrapper {
    display: none;
  }

  .programmes_features-list_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .programmes_features-list_component.less-bottom-padding {
    padding-bottom: 0;
  }

  .programmes_features-list_mobile-image-wrapper {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 30px;
    display: block;
  }

  .programmes_features-list_content {
    height: auto;
  }

  .programmes_cta_card {
    padding: 2rem;
  }

  .programmes_faq_question {
    padding: 1rem 1.25rem;
  }

  .programmes_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .programmes_faq_icon-wrappper {
    width: 1.75rem;
  }

  .community-kitchen-feeding-scheme_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .community-kitchen-feeding-scheme_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .community-kitchen-feeding-scheme_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .community-kitchen-feeding-scheme_how-it-works_content-item {
    padding-bottom: 2rem;
  }

  .community-kitchen-feeding-scheme_how-it-works_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .community-kitchen-feeding-scheme_features-list_row, .community-kitchen-feeding-scheme_features-list_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .community-kitchen-feeding-scheme_features-list_card-large {
    padding: 1.5rem;
  }

  .community-kitchen-feeding-scheme_features-list_card-small {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .community-kitchen-feeding-scheme_cta_card {
    padding: 2rem;
  }

  .substance-abuse-support_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .substance-abuse-support_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .substance-abuse-support_how-it-works_card-small-content {
    padding: 1.5rem;
  }

  .substance-abuse-support_how-it-works_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .substance-abuse-support_how-it-works_card-large-content {
    padding: 1.5rem;
  }

  .substance-abuse-support_how-it-works_card-small {
    grid-template-columns: 1fr;
  }

  .substance-abuse-support_how-it-works_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .substance-abuse-support_how-it-works_card-large {
    grid-template-columns: 1fr;
  }

  .substance-abuse-support_features-list_content-item {
    padding-bottom: 2rem;
  }

  .substance-abuse-support_features-list_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .substance-abuse-support_cta_card {
    padding: 2rem;
  }

  .women-s-upliftment-programmes_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .women-s-upliftment-programmes_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .women-s-upliftment-programmes_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .women-s-upliftment-programmes_features-list_card-content {
    padding: 1.5rem;
  }

  .women-s-upliftment-programmes_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .women-s-upliftment-programmes_features-list_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .women-s-upliftment-programmes_cta_card {
    padding: 2rem;
  }

  .children-s-aftercare-programme_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .children-s-aftercare-programme_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .children-s-aftercare-programme_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .children-s-aftercare-programme_features-list_row, .children-s-aftercare-programme_features-list_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .children-s-aftercare-programme_cta_card {
    padding: 2rem;
  }

  .sponsor-partner_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .sponsor-partner_features-list_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .sponsor-partner_features-list_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .sponsor-partner_stats_number {
    font-size: 3.5rem;
  }

  .sponsor-partner_stats_list {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .sponsor-partner_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .sponsor-partner_cta_card {
    padding: 2rem;
  }

  .stories-impact_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .stories-impact_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .dropdown2_component.is-width-full-tablet {
    width: 100%;
  }

  .stories-impact_featured-updates-list-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stories-impact_featured-updates-list-header_dropdown-wrapper {
    display: block;
  }

  .stories-impact_cta_card, .testimonials_cta_card {
    padding: 2rem;
  }

  .photo-gallery_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .photo-gallery_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .photo-gallery_faq_question {
    padding: 1rem 1.25rem;
  }

  .photo-gallery_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .photo-gallery_faq_icon-wrappper {
    width: 1.75rem;
  }

  .news-updates_updates-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .news-updates_updates-list_group {
    padding-bottom: 6rem;
  }

  .news-updates_updates-list_mask {
    width: 80%;
  }

  .news-updates_updates-list_slide {
    padding-right: 1.5rem;
  }

  .news-updates_updates-list_heading {
    margin-right: 0;
  }

  .show-mobile-landscape {
    display: block;
  }

  .news-updates_featured-updates-list-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .news-updates_featured-updates-list-header_dropdown-wrapper {
    display: block;
  }

  .news-updates_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .news-updates_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .news-updates_cta_card {
    padding: 2rem;
  }

  .contact-section-a_contact_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact-section-a_contact-form_content, .contact-section-a_locations_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .donate_cta_card {
    padding: 2rem;
  }

  .donate_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .donate_pricing_plans {
    grid-template-columns: 1fr;
  }

  .donate_features-list_content-left {
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    position: static;
  }

  .donate_features-list_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .donate_features-list_content-right {
    position: sticky;
    top: 0;
  }

  .donate_features-list_card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .donate_features-list_card.is-first {
    border-left-style: none;
  }

  .donate_faq_question {
    padding: 1rem 1.25rem;
  }

  .donate_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .donate_faq_icon-wrappper {
    width: 1.75rem;
  }

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

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .home_follow {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .about-us-statements {
    padding: 1rem 1.25rem;
  }

  .div-block-6 {
    text-align: left;
  }

  .heading-2 {
    font-size: 25px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .container {
    text-align: center;
    margin-top: 33px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .margin-top.margin-medium.left {
    flex-flow: column;
  }

  .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-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;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .heading-style-h1.white {
    font-size: 2.5rem;
  }

  .text-size-tiny {
    font-size: .625rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .text-size-regular {
    font-size: .75rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-size-small {
    font-size: .75rem;
  }

  .text-rich-text h1 {
    font-size: 3rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .c-magnetic-btn._20px-right {
    margin-right: 0;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-for-styleguide {
    width: 200px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .navbar7_menu {
    top: 95px;
  }

  .navbar7_dropdown-link {
    padding-left: 0;
  }

  .navbar7_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar7_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .navbar7_bottom-bar {
    align-items: flex-start;
  }

  .home_stats_content, .home_stats_item-list, .home_features-list_row {
    grid-template-columns: 1fr;
  }

  .home_features-list_card-large {
    flex-direction: column;
    display: flex;
  }

  .home_features-list_card-large-content {
    display: block;
  }

  .home_benefits_row {
    grid-template-columns: 1fr;
  }

  .home_benefits_card-large {
    flex-direction: column;
    display: flex;
  }

  .home_benefits_card-large-content {
    display: block;
  }

  .footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .about-us_stats_list {
    grid-template-columns: 1fr;
  }

  .history_timeline_content-right {
    grid-row-gap: 2rem;
  }

  .history_timeline_item {
    grid-template-columns: 3rem 1fr;
  }

  .history_timeline_row {
    grid-column-gap: 1rem;
  }

  .history_feature_content {
    grid-template-columns: 1fr;
  }

  .history_benefits_content {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .meet-the-team_team_mask {
    width: 95%;
  }

  .meet-the-team_team_image-wrapper {
    padding-top: 66%;
  }

  .programmes_features-list_component {
    grid-template-columns: 1fr;
  }

  .programmes_features-list_content {
    height: auto;
  }

  .community-kitchen-feeding-scheme_feature_content {
    grid-template-columns: 1fr;
  }

  .community-kitchen-feeding-scheme_how-it-works_image {
    height: 25rem;
  }

  .community-kitchen-feeding-scheme_how-it-works_content-layout, .community-kitchen-feeding-scheme_features-list_row {
    grid-template-columns: 1fr;
  }

  .community-kitchen-feeding-scheme_features-list_card-large-content {
    display: block;
  }

  .community-kitchen-feeding-scheme_features-list_card-large {
    flex-direction: column;
    display: flex;
  }

  .substance-abuse-support_how-it-works_row {
    grid-template-columns: 1fr;
  }

  .substance-abuse-support_how-it-works_card-large-content {
    display: block;
  }

  .substance-abuse-support_features-list_image {
    height: 25rem;
  }

  .substance-abuse-support_features-list_content-layout, .women-s-upliftment-programmes_feature_content, .children-s-aftercare-programme_feature_content, .children-s-aftercare-programme_features-list_row {
    grid-template-columns: 1fr;
  }

  .children-s-aftercare-programme_features-list_card-large {
    flex-direction: column;
    display: flex;
  }

  .children-s-aftercare-programme_features-list_card-large-content {
    display: block;
  }

  .sponsor-partner_features-list_row {
    grid-template-columns: 1fr;
  }

  .sponsor-partner_stats_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .sponsor-partner_feature_content {
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .stories-impact_featured-updates-list-header_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .news-updates_updates-list_mask {
    width: 95%;
  }

  .news-updates_featured-updates-list-header_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-section-a_contact_content, .contact-section-a_contact_contact-list, .contact-section-a_contact-form_content, .home_follow {
    grid-template-columns: 1fr;
  }

  .home-follow-wrapper {
    flex-direction: column;
    display: flex;
  }

  .code-embed-3 {
    width: auto;
  }

  .contact-form-grid {
    width: 100%;
  }

  .html-embed {
    margin-left: 0;
  }

  .heading-2 {
    margin-top: 40px;
    font-size: 30px;
  }

  .contact-form-wrap {
    margin-top: -59px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .paragraph-light {
    margin-bottom: 0;
  }

  .wrapper-info {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .donate-grid {
    width: 100%;
  }

  .wrapper-donate {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .contact-form-grid-2 {
    width: 100%;
  }

  .container {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .donations-grid {
    width: 100%;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-99ed775d {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-99ed775d {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-99ed775d {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-99ed775d {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-99ed775d, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-99ed775d, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-99ed775d {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-99ed775d, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-99ed775d, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-99ed775d {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-99ed775d, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-99ed775d, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-99ed775d {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-99ed775d, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-99ed775d, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-99ed775d {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-99ed775d, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-99ed775d {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-99ed775d, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-99ed775d, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-99ed775d {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-99ed775d, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-99ed775d {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-99ed775d, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-99ed775d {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-99ed775d, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-99ed775d, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-99ed775d, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-99ed775d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-99ed775d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-99ed775d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-99ed775d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-99ed775d {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-99ed775d {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-99ed775d {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-99ed775d {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-99ed775d {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-99ed775d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-99ed775d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-99ed775d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-99ed775d, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-99ed775d, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-99ed775d, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-99ed775d, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-99ed775d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-99ed775d {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-99ed775d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-99ed775d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-99ed775d {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-99ed775d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-99ed775d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-99ed775d {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-99ed775d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-99ed775d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-99ed775d {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-99ed775d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-99ed775d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-99ed775d {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-99ed775d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-99ed775d, #w-node-ee961e8d-845a-edc3-3307-509470022457-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-99ed775d {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-99ed775d, #w-node-ee961e8d-845a-edc3-3307-50947002245b-99ed775d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-99ed775d {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-99ed775d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-99ed775d, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-99ed775d {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-99ed775d, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-99ed775d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-99ed775d {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-99ed775d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-99ed775d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-99ed775d {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-99ed775d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-99ed775d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-99ed775d {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-99ed775d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-99ed775d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-99ed775d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-99ed775d {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-99ed775d {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-99ed775d {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-99ed775d {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-99ed775d {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-99ed775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-99ed775d {
  justify-self: start;
}

#w-node-_4a3f07c2-094c-75e6-42c3-4fc143c3b8af-02f847ea {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a3f07c2-094c-75e6-42c3-4fc143c3b8b2-02f847ea, #w-node-_4a3f07c2-094c-75e6-42c3-4fc143c3b8b5-02f847ea, #w-node-_4a3f07c2-094c-75e6-42c3-4fc143c3b8b8-02f847ea, #w-node-_4a3f07c2-094c-75e6-42c3-4fc143c3b8bb-02f847ea, #w-node-eeb44fa8-22ba-f206-db73-26d56a7fed36-fd5a2d27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78162db2-bc04-f599-cc81-4ff1027f70a7-7d2b1cba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78162db2-bc04-f599-cc81-4ff1027f70b0-7d2b1cba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a950ed65-ad2d-2c79-fc5b-692e879b9752-e5612e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a950ed65-ad2d-2c79-fc5b-692e879b9779-e5612e6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a950ed65-ad2d-2c79-fc5b-692e879b977a-e5612e6e {
  align-self: start;
}

#w-node-_3270de43-1d2e-f46f-7035-bb2c5115ab5f-e5612e6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3270de43-1d2e-f46f-7035-bb2c5115ab60-e5612e6e {
  align-self: start;
}

#w-node-efcd5067-8ea8-da1f-3529-14b51a933505-e5612e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efcd5067-8ea8-da1f-3529-14b51a933506-e5612e6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_78162db2-bc04-f599-cc81-4ff1027f70b0-7d2b1cba {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a950ed65-ad2d-2c79-fc5b-692e879b9779-e5612e6e, #w-node-_3270de43-1d2e-f46f-7035-bb2c5115ab5f-e5612e6e, #w-node-efcd5067-8ea8-da1f-3529-14b51a933506-e5612e6e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a950ed65-ad2d-2c79-fc5b-692e879b9779-e5612e6e, #w-node-_3270de43-1d2e-f46f-7035-bb2c5115ab5f-e5612e6e, #w-node-efcd5067-8ea8-da1f-3529-14b51a933506-e5612e6e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Darkline';
  src: url('../fonts/Darkline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan Variablefont Wght';
  src: url('../fonts/LeagueSpartan-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}