:root {
  --pale-goldenrod: #faeda6;
  --dark-slate-blue: #33546c;
  --black: #0a0a0a;
  --forest-green-2: #318a28;
  --forest-green: #40a535;
  --lemon-chiffon: #fff6c2;
  --white: white;
  --border-radius: 15px;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--pale-goldenrod);
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: Barlow Condensed, sans-serif;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--dark-slate-blue);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

.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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.padding-section-large.no-top {
  padding-top: 0;
}

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.page-wrapper {
  overflow: hidden;
}

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

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

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

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

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

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

.text-size-medium {
  font-size: 1.25rem;
}

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

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

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

.hide {
  display: none;
}

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

.padding-section-medium.no-bottom {
  padding-bottom: 0;
}

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.menu-title {
  color: var(--black);
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.social-nav-image {
  width: 30px;
  height: 30px;
}

.nav-social-link {
  padding-left: 5px;
  padding-right: 5px;
}

.navigation-image {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.toggle-fallen {
  color: var(--black);
  padding-left: 0;
  padding-right: 24px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 36px;
  transition: all .2s;
}

.toggle-fallen:hover {
  color: #276e1f;
}

.brand-logo {
  width: 204px;
  max-width: none;
  margin-left: 0;
  margin-right: 5px;
  display: block;
}

.list-wrap-fallen {
  border-bottom: 4px solid var(--forest-green);
  background-color: var(--pale-goldenrod);
  padding: 20px 44px;
  box-shadow: 0 20px 15px 11px #00000059;
}

.nav-container-fallen {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-fallen {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-fallen {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.menu-subtext {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.large-link-fallen {
  background-color: var(--lemon-chiffon);
  color: #000;
  border-radius: 20px;
  padding: 51px 23px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: visible;
}

.large-link-fallen:hover {
  border-color: #40a535;
}

.navigation-menu-fallen {
  flex: 1;
  align-items: center;
  display: flex;
}

.nav-link-fallen {
  color: #000;
  text-transform: none;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .35s;
}

.nav-link-fallen:hover {
  color: #276e1f;
}

.nav-link-fallen.w--current {
  color: var(--black);
}

.grid-fallen {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.navigation-fallen {
  background-color: var(--pale-goldenrod);
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  box-shadow: 30px 30px 52px #09072512;
}

.list-fallen {
  min-width: 100%;
}

.list-fallen.w--open {
  background-color: #0000;
  padding-top: 10px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 4px 70px 50px #00000014;
}

.nav-menu-fallen {
  color: #000;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.brand {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.chevron-fallen {
  margin-right: 5px;
  font-size: 14px;
}

.home-hero_component {
  border-style: solid none;
  border-width: 4px;
  border-color: var(--forest-green);
  position: relative;
  overflow: hidden;
}

.home-hero_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-get-involved_component {
  background-color: var(--lemon-chiffon);
  padding-bottom: 3rem;
}

.home-get-involved_main-heading {
  color: var(--black);
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
}

.home-get-involved_link-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-get-involved_link {
  border: 4px solid var(--forest-green-2);
  color: var(--black);
  border-radius: 15px;
  flex-direction: column;
  height: 300px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-get-involved_link.on-the-left {
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 10px;
}

.home-get-involved_link.on-the-right {
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 10px;
}

.home-get-involved_link-heading {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

.home-get-involved_link-arrow {
  width: 50px;
  position: relative;
}

.home-get-involved_link-background-image {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.involved-arrow {
  width: 30px;
  height: 30px;
}

.involved-arrow.on-the-right {
  transform: rotate(180deg);
}

.div-block-2 {
  background-color: var(--white);
  justify-content: flex-start;
  display: flex;
}

.home-get-involved_text-containers {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 15px;
  align-items: center;
  margin: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.home-hero_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.home-hero_grid-item {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.home-hero_grid-item.with-fade {
  background-image: none;
  align-items: flex-end;
}

.home-hero_heading {
  border-bottom: 4px solid var(--forest-green);
  background-color: var(--pale-goldenrod);
  color: var(--black);
  border-radius: 15px;
  margin-bottom: 2rem;
  padding: 10px 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
}

.home-hero_paragraph {
  border-bottom: 4px solid var(--forest-green);
  background-color: var(--pale-goldenrod);
  color: var(--black);
  border-radius: 15px;
  max-width: 318px;
  margin-bottom: 2rem;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 500;
}

.button-2 {
  background-color: var(--forest-green-2);
  box-shadow: 0 4px 0 0 var(--white);
  color: var(--white);
  text-transform: none;
  background-image: url('../images/external-link.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 1.1rem;
  font-weight: 500;
}

.button-2:hover {
  background-color: var(--forest-green-2);
  border-bottom-width: 6px;
}

.button-2.link-external.event {
  background-image: url('../images/external-link-white.svg');
  padding-right: 50px;
}

.home-hero_text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-right: 50px;
  display: flex;
}

.footer_component {
  border-top: 4px solid var(--forest-green);
  border-right: 4px none var(--forest-green);
  border-left: 4px none var(--forest-green);
  background-color: var(--pale-goldenrod);
}

.da-button {
  background-color: var(--forest-green-2);
  color: var(--white);
  border-radius: 15px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.da-button_bg {
  background-color: var(--forest-green-2);
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

.text-block {
  padding: 10px 20px;
  position: relative;
}

.da-button_bg-white {
  background-color: var(--white);
  border-radius: 15px;
  position: absolute;
  inset: 0%;
  transform: translate(0, 4px);
}

.events-calender-wrap {
  width: 100%;
  padding: 20px;
}

.divcalendar {
  width: 100%;
}

.event-message {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 10px;
  padding: 20px;
}

.ec-col-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.ec-col-item {
  width: 100%;
}

.footer_wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

.footer_wrapper.info {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.footer_updates {
  width: 50%;
}

.footer_block-heading {
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.footer_links-column {
  justify-content: space-between;
  align-items: stretch;
  width: 35%;
  display: flex;
}

.footer_block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: var(--dark-slate-blue);
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.footer_main-logo {
  width: 150px;
}

.footer_text {
  font-size: 1.2rem;
}

.footer_text-link {
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.footer_social-link-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer_bottom {
  background-color: var(--lemon-chiffon);
}

.footer-logo-block {
  margin-right: 0;
}

.mb-40 {
  margin-bottom: 40px;
}

.mission-item {
  border-bottom: 2px solid var(--forest-green);
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.mission-item.hide-line {
  grid-row-gap: 0px;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mission-wrapper {
  margin-left: auto;
  margin-right: auto;
}

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

.footer-logo {
  width: 90px;
  margin-top: 8px;
}

.footer-logo.catalyst {
  width: 130px;
  text-decoration: none;
}

.footer-logo.vonne {
  width: 140px;
  margin-top: 10px;
  text-decoration: none;
}

.section-org-logos {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-header_component {
  border-style: solid none none;
  border-width: 4px;
  border-color: var(--forest-green-2);
}

.hero-split-wrapper {
  grid-column-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.hero-header-text {
  width: 50%;
}

.hero-header-text.width-60 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.hero-subtitle {
  text-align: left;
  max-width: 502px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.3rem;
  line-height: 27px;
}

.hero-header-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
}

.hero-header-img.mission {
  background-image: none;
  background-size: auto;
  width: 40%;
}

.sf_rich-text {
  font-size: 1.2rem;
}

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

.image-2 {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 400px;
}

.sf-about_container.on-the-left {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.balloon-logo {
  width: 70px;
  display: block;
  position: absolute;
  top: 10%;
  right: 100%;
}

.abouts-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 400px;
}

.heading {
  margin-bottom: .9rem;
  font-size: 3.5rem;
}

.sf-blog_blog-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--border-radius);
  background-color: var(--lemon-chiffon);
  color: var(--black);
  border: 4px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.sf-blog_blog-item-image {
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.sf-blog_blog-item-main {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.sf-blog_blog-item-published {
  text-transform: uppercase;
}

.sf-blog_blog-item-title {
  text-transform: none;
  border-bottom: 1px solid #00000029;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.sf-blog_blog-item-excerpt {
  text-transform: none;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.2rem;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.field-set {
  margin-bottom: 40px;
}

.red {
  color: red;
}

.field {
  border-bottom: 2px solid var(--forest-green-2);
  background-color: #fff;
  border-radius: 2px;
  min-height: 50px;
  font-size: 20px;
  line-height: 32px;
}

.field.dropdown {
  color: #33546c;
}

.button-3 {
  background-color: var(--forest-green-2);
  color: var(--white);
  border-radius: 15px;
  padding: 10px 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.button-3:hover {
  background-color: var(--forest-green);
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.sf-programme_columns-container {
  flex-flow: wrap;
  display: flex;
}

.sf-programme_columns-break {
  font-size: .9rem;
}

.sf-programme_columns-break-heading {
  font-size: 1rem;
}

.sf-programme_columns-block {
  width: 25%;
}

.sf-programme_event-container {
  border-bottom: 2px solid var(--forest-green);
  color: var(--black);
  padding-bottom: 1rem;
  font-size: .9rem;
  text-decoration: none;
  display: block;
}

.sf-programme_event-title {
  color: var(--black);
  border-bottom: 1px solid #0000001a;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  text-decoration: none;
}

.div-block-3 {
  margin-top: 500px;
}

.empty-state {
  background-color: #0000;
}

.sf-programme_event-organisation-text {
  font-style: italic;
}

.sf-programme_event-time-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-item {
  width: 25%;
  padding: 10px;
}

.menu-sub-link-background {
  background-color: var(--forest-green-2);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  transform: translate(0, 4px);
  box-shadow: 0 2px 5px #0003;
}

.menu-sub-link-background-top {
  border: 2px solid var(--pale-goldenrod);
  background-color: var(--lemon-chiffon);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 5px #0003;
}

.menu-sub-text-container {
  position: relative;
}

.footer-support-logo-container {
  flex-direction: column;
  display: flex;
}

.footer-support-logo {
  width: 100px;
}

.footer-central-text {
  flex: 1;
  margin-left: 30px;
  margin-right: 30px;
}

.events-sign-post_component {
  padding-bottom: 3rem;
}

.events-sign-post_main-heading {
  color: var(--black);
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.events-sign-post_link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.events-sign-post_link {
  border: 4px solid var(--forest-green-2);
  color: var(--black);
  border-radius: 15px;
  flex-direction: column;
  height: 300px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.events-sign-post_link.on-the-left {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
}

.events-sign-post_link.on-the-right {
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.events-sign-post_link-background-image {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.events-sign-post_text-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 15px;
  align-items: center;
  margin: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.events-sign-post_link-heading {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

.sf-programme_event-day-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ssf-programme_event-date-wordsf-programme_event-date-wordf-programme_event-date-wordsf-programme_event-date-wordssf-programme_event-date-wordsf-programme_event-date-wordf-programme_event-date-wordsf-programme_event-date-word {
  margin-right: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.button-container {
  justify-content: flex-end;
  display: flex;
}

.sf-event_page {
  border-top: 4px solid var(--forest-green-2);
}

.home-family-fun-day_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-family-fun-day_grid-text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-section_heading {
  margin-bottom: 2rem;
}

.home-section_para {
  font-size: 1.1rem;
}

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

.archive_grid-text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.archive_heading {
  margin-bottom: 2rem;
}

.archive_para {
  font-size: 1.1rem;
}

.archive_grid-lightboax-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.archive_grid-lightbox-link {
  border: 4px solid var(--forest-green-2);
  border-radius: var(--border-radius);
}

.archive_grid-lightbox-image {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 150px;
  display: block;
}

.archive_grid-lightbox-image.jewellery-sale {
  object-position: 50% 0%;
}

.sf-host-an-event_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-host-an-event_text-container {
  flex-direction: column;
  display: flex;
}

.sf-host-an-event_para {
  font-size: 1.1rem;
}

.sf-host-an-event_link-to-programme {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.sf-host-an-event_programme-image {
  width: 150px;
}

.home-section_grid-image {
  border: 4px solid var(--forest-green-2);
  border-radius: var(--border-radius);
  object-fit: cover;
  object-position: 18% 50%;
  width: 100%;
}

.home-section__grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-section__grid-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-section__grid-text.launch {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.home-family-fun-day_heading-copy {
  margin-bottom: 2rem;
}

.home-hero_dates {
  border-radius: var(--border-radius);
  background-color: var(--pale-goldenrod);
  margin-bottom: 1rem;
  padding: 10px 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.nav-socials-container {
  align-items: center;
  display: flex;
}

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

.sustainability_grid-text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.sustainability_grid-lightboax-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sustainability_heading {
  margin-bottom: 2rem;
}

.sustainability_para {
  font-size: 1.1rem;
}

.sustainability_grid-lightboax-container-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wfga-logo-nav {
  height: 86px;
}

.about-intro {
  font-size: 1.2rem;
}

.empty-state-2 {
  background-color: #ddd0;
}

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

.contact_grid-aside {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-sustfest-logo {
  width: 374px;
  margin-left: auto;
  margin-right: auto;
}

.contact-wfga-logo {
  width: 159px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.contact-social-link {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.about-heading {
  margin-bottom: 2rem;
  font-size: 2.9rem;
  font-weight: 600;
}

.blog-template_header {
  border-style: solid none none;
  border-width: 4px;
  border-color: var(--forest-green-2);
}

.blog-template_hero {
  grid-column-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.blog-template_hero-image, .abouts-image-copy {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 400px;
}

.blog-template_nav-links {
  margin-bottom: 2rem;
}

.sf-host-an-event_link-outer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.archive_heading-copy {
  margin-bottom: 2rem;
}

.sf-host-an-event_linkheading {
  text-align: center;
  margin-bottom: 2rem;
}

.sf-host-an-event_grid-register {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  display: block;
}

.div-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.events-main_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.events-main_date {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #f2d091;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.events-main_date-month {
  color: #fff;
  text-align: center;
  background-color: #f55a5d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 2rem;
  font-size: 2rem;
}

.events-main_date-month-text {
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.events-main_date-day {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #f2d091;
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 2rem;
  font-size: 2rem;
  display: flex;
}

.events-main_day-text {
  text-align: center;
  font-size: 2rem;
}

.events-main_info-stack {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.events-main_info-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: 1.5rem;
  display: flex;
}

.event-heading {
  font-size: 3rem;
}

.event-heading-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.event-heading-container.width-60 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.event-image-holder {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 400px;
}

.booking-info, .event-summary {
  font-size: 1.2rem;
}

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

.sponsors-image {
  object-fit: contain;
  width: 150px;
  height: 150px;
}

.sponsors-image.quantum {
  object-fit: contain;
  width: 250px;
}

.sponsors-image.small-square {
  width: 67px;
}

.sponsors-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sponsors-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.blog-text {
  font-size: 1.2rem;
}

.archive-container {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  flex-flow: column;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .menu-button-fallen {
    color: var(--forest-green-2);
    background-color: #318a284d;
    border-radius: 15px;
    margin-left: 14px;
  }

  .menu-button-fallen:hover {
    background-color: var(--forest-green-2);
    color: #fff;
  }

  .menu-button-fallen.w--open {
    background-color: var(--forest-green-2);
    color: #fff;
    border-style: none;
    border-radius: 10px;
  }

  .navigation-image {
    max-width: 29%;
  }

  .toggle-fallen {
    width: 100%;
    padding-left: 30px;
  }

  .toggle-fallen.w--open {
    width: 100%;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .list-wrap-fallen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-container-fallen {
    flex-wrap: wrap;
  }

  .container-fallen {
    position: relative;
  }

  .dropdown-fallen {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-subtext {
    max-width: 40ch;
  }

  .navigation-menu-fallen {
    align-items: center;
    display: flex;
  }

  .nav-link-fallen {
    width: 100%;
    padding-left: 30px;
  }

  .navigation-fallen {
    padding-left: 3%;
    padding-right: 3%;
  }

  .list-fallen.w--open {
    z-index: 5;
    box-shadow: none;
    padding-top: 0;
    position: static;
    top: auto;
  }

  .nav-menu-fallen {
    background-color: var(--lemon-chiffon);
    height: auto;
    position: absolute;
    top: 80px;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .chevron-fallen {
    margin-right: 20px;
  }

  .mission-wrapper {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-logo.vonne {
    width: 120px;
  }

  .section-org-logos {
    grid-column-gap: 1.5rem;
  }

  .hero-split-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    height: auto;
  }

  .hero-header-text {
    width: 100%;
  }

  .hero-header-text.width-60 {
    width: 50%;
  }

  .hero-subtitle {
    font-size: 42px;
    line-height: 54px;
  }

  .hero-header-img {
    background-position: 0%;
    background-size: contain;
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }

  .hero-header-img.mission {
    width: 50%;
    height: auto;
  }

  .abouts-image {
    height: 100%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .collection-item {
    width: 33.3333%;
  }

  .events-sign-post_link-heading {
    font-size: 1.2rem;
  }

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

  .contact-heading {
    font-size: 1.9rem;
  }

  .bold-text {
    font-size: 1.7rem;
  }

  .blog-template_hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    height: auto;
  }

  .blog-template_hero-image, .abouts-image-copy {
    height: 100%;
  }

  .event-heading-container {
    width: 100%;
  }

  .event-heading-container.width-60 {
    width: 50%;
  }

  .event-image-holder {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .large-link-fallen {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .navigation-menu-fallen {
    width: 100%;
  }

  .grid-fallen {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-get-involved_link-grid {
    grid-template-columns: 1fr;
  }

  .home-get-involved_link {
    margin-bottom: 2rem;
  }

  .home-get-involved_link.on-the-left {
    align-items: center;
    margin-right: 20px;
  }

  .home-get-involved_link.on-the-right {
    align-items: center;
    margin-left: 20px;
  }

  .home-hero_grid {
    grid-template-columns: 1fr;
  }

  .footer_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_wrapper.info {
    align-items: center;
  }

  .footer_updates, .footer_links-column {
    width: 100%;
  }

  .footer_text {
    text-align: center;
  }

  .footer_social-link-container {
    justify-content: center;
  }

  .section-org-logos {
    margin-top: 40px;
  }

  .hero-split-wrapper {
    flex-direction: column;
    display: block;
  }

  .hero-header-text.width-60 {
    width: 100%;
  }

  .hero-subtitle {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-header-img {
    display: flex;
  }

  .hero-header-img.mission {
    width: auto;
  }

  .abouts-image {
    height: 350px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .collection-item {
    width: 50%;
  }

  .events-sign-post_link-grid {
    grid-template-columns: 1fr;
  }

  .events-sign-post_link {
    margin-bottom: 2rem;
  }

  .events-sign-post_link.on-the-left {
    align-items: center;
    margin-right: 20px;
  }

  .events-sign-post_link.on-the-right {
    align-items: center;
    margin-left: 20px;
  }

  .archive_grid, .sf-host-an-event_grid, .home-section__grid, .sustainability_grid {
    grid-template-columns: 1fr;
  }

  .contact_grid {
    display: block;
  }

  .contact-social-link {
    justify-content: center;
  }

  .blog-template_hero {
    flex-direction: column;
    display: block;
  }

  .blog-template_hero-image, .abouts-image-copy {
    height: 350px;
  }

  .event-heading-container.width-60 {
    width: 100%;
  }

  .event-image-holder {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .home-hero_heading {
    font-size: 2rem;
  }

  .home-hero_text-container {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo-block {
    margin-bottom: 28px;
    margin-right: 0;
  }

  .mission-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .rich-text-block {
    font-size: 18px;
  }

  .footer-logo.vonne {
    width: 100px;
  }

  .section-org-logos {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    flex-direction: row;
  }

  .hero-subtitle {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-header-img {
    height: 220px;
  }

  .sf-about_columns {
    display: block;
  }

  .container {
    max-width: none;
  }

  .collection-item {
    width: 100%;
  }

  .events-sign-post_link-grid {
    flex-direction: column;
    align-items: center;
  }

  .archive_grid-lightboax-container {
    grid-template-columns: 1fr;
  }

  .sf-host-an-event_link-to-programme {
    text-align: center;
  }

  .sustainability_grid-lightboax-container, .sustainability_grid-lightboax-container-copy {
    grid-template-columns: 1fr;
  }

  .wfga-logo-nav {
    display: none;
  }

  .events-main_info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .event-heading-container {
    align-items: center;
  }

  .sponsors-grid {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_477d6a73-78c6-b71a-472b-e42009b2dda9-978309dc, #w-node-_6f6ac216-2a8f-ba48-51a7-bee13f1c1269-978309dc, #w-node-_4bbd45b3-c6f7-2b71-ff23-e21309388d38-978309dc, #w-node-a72db5d2-f12b-fd6f-f358-e2cf49e72d2c-978309dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0530158a-ba42-4546-9e58-2e8dd57eeb1e-978309dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0530158a-ba42-4546-9e58-2e8dd57eeb0b-978309dc, #w-node-_1785800f-af99-99dc-aec3-ac16a72daf81-978309dc, #w-node-_1785800f-af99-99dc-aec3-ac16a72daf7a-978309dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-978309df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-978309df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-978309df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-978309df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-978309df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-978309df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-978309df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-978309df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-978309df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-978309df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-978309df, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-978309df {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-978309df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-978309df {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-978309df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-978309df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-978309df {
  justify-self: start;
}

#w-node-_68bcab1a-c1bc-872f-ed5b-e40049d5c862-5712708d, #w-node-_31409194-3a78-b121-cfbe-b460fad08ae0-5712708d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c81eee4-c108-84ec-bdd0-0476865ce7ec-55afe67f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28e3940-6e44-38ca-d274-94c7d8340751-55afe67f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_81e29cd6-31d2-b011-77be-df7c96c3d8d9-55afe67f, #w-node-_81e29cd6-31d2-b011-77be-df7c96c3d8df-55afe67f, #w-node-_08f99355-ab65-3f44-ab82-7114ede71e23-55afe67f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f99355-ab65-3f44-ab82-7114ede71e28-55afe67f, #w-node-_08f99355-ab65-3f44-ab82-7114ede71e29-55afe67f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_472b8be8-d8ac-1b1c-ffc7-d7ce6fe56fe5-2fb78c93, #w-node-c9e5173c-24b8-86d6-8de1-7f3bb1767051-2fb78c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b50d95a6-2bdd-dfb3-5f90-87c5bd12425b-16f487a8 {
  align-self: center;
}

#w-node-f65b7b3a-d5bd-65ff-7671-237f0205db51-658a3e3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f65b7b3a-d5bd-65ff-7671-237f0205db56-658a3e3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_705b579b-a7d7-1908-5c2d-3c98a9e2cce1-1fad4a0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_705b579b-a7d7-1908-5c2d-3c98a9e2ccf4-1fad4a0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fc7f7f4f-87f9-ec08-7ac2-a13b44110f29-44110f26, #w-node-fc7f7f4f-87f9-ec08-7ac2-a13b44110f2f-44110f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eece922-0686-91f5-1415-8912663d8af4-fdc2b735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_64e935cc-a82f-e5c8-4ca4-635214437972-fdc2b735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ff1cdb4b-fbf5-628d-52cc-4c11930fce3e-930fce3b, #w-node-c54dd2bd-711c-225a-da51-8e628296e9e8-2a975ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3709ca70-75ee-ff0a-866b-d123e9cb25a8-d00b43a4, #w-node-_3709ca70-75ee-ff0a-866b-d123e9cb25ab-d00b43a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_0530158a-ba42-4546-9e58-2e8dd57eeb1e-978309dc {
    order: 9999;
  }

  #w-node-_1785800f-af99-99dc-aec3-ac16a72daf7a-978309dc {
    order: -9999;
  }
}


