:root {
  --walsh--azure: #fff;
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-dark-green: #2c5c5d;
  --walsh--walsh-dark-green-2: #204f58;
  --walsh--black: #2c2c2c;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --walsh--walsh-light-green: #c2ecd5;
}

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

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #eb6619;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  color: var(--walsh--azure);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo {
  height: auto;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-nav-link-white {
  opacity: 1;
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: #00000059;
}

.walsh-nav-link-white.stories {
  opacity: 0;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  position: sticky;
  top: 0;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-green), inset -1px 1px 0 0 var(--walsh--walsh-mid-green), inset -1px -1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

.walsh-nav-menu-green-left {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.walsh-nav-grid-center {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr 1.25fr;
  width: 100%;
}

.walsh-nav-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  width: 100%;
}

.walsh-container {
  z-index: 2;
  background-color: var(--walsh--walsh-dark-green-2);
  text-align: center;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green-2);
  position: relative;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-inner-float-image {
  background-color: #cfc2c2;
  border-top-left-radius: 45px;
  width: 100%;
  height: 100%;
}

.walsh-padding-image-hero {
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 3em;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-text-marker {
  color: #fff;
  background-image: url('../images/span-marker.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .05em .1em;
  display: inline-block;
}

.body {
  background-color: var(--walsh--walsh-dark-green-2);
  color: var(--walsh--azure);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-main-grid.process {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.walsh-main-grid.cta {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.walsh-main-grid.footer {
  grid-row-gap: 2.2em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-heading-small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-paragraph-small {
  color: var(--walsh--azure);
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-stats-number-medium {
  color: var(--walsh--azure);
  font-size: 4.4em;
  font-weight: 700;
  line-height: 1;
}

.walsh-heading-large {
  color: var(--walsh--azure);
  text-align: center;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #eb6619;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-main-paragraph {
  color: var(--walsh--azure);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-main-paragraph.testimony {
  background-color: var(--walsh--azure);
  color: var(--walsh--black);
  text-align: left;
}

.walsh-main-paragraph.partnercharities {
  margin-left: -50%;
  margin-right: -50%;
}

.walsh-link-wrapper {
  color: var(--walsh--azure);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-image-hero {
  border-radius: 20px;
  max-height: 45em;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.walsh-rounded-container {
  z-index: 2;
  background-color: var(--walsh--walsh-dark-green-2);
  color: var(--walsh--walsh-dark-green-2);
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-content-wrap {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 42em;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-content-wrap.partnercharities {
  margin-left: 0;
  margin-right: 0;
}

.walsh-content-image-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 42em;
  display: flex;
}

.walsh-title-tag {
  color: var(--walsh--azure);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-link-block-orange-3 {
  color: #fff;
  text-align: center;
  background-color: #eb6619;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-3:hover {
  background-color: #ffbba6;
}

.walsh-hero-inner-float-image {
  background-color: var(--walsh--walsh-dark-green-2);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 44em;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 35px;
  display: flex;
}

.walsh-ui-image {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  max-width: 35em;
  max-height: 35em;
}

.walsh-heading-regular {
  color: var(--walsh--azure);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-heading-regular.process {
  background-color: var(--walsh--azure);
}

.walsh-cover-image {
  background-color: var(--walsh--azure);
  object-fit: cover;
  border-radius: 0;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-cover-image.icons {
  max-width: 80%;
  height: auto;
}

.walsh-card-wrapper-image {
  background-color: var(--walsh--azure);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: .5rem;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  background-color: var(--walsh--azure);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-text-small-left {
  color: var(--walsh--azure);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-center {
  grid-row-gap: 1.5em;
  background-color: var(--walsh--walsh-dark-green-2);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: flex;
}

.walsh-quote-image-wrapper {
  background-color: #d0f6f6;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-left {
  grid-row-gap: 1.5em;
  background-color: var(--walsh--walsh-dark-green-2);
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  height: auto;
  padding: 4em 0 4em 4em;
  display: flex;
}

.testimonial-slider-large {
  background-color: var(--walsh--walsh-dark-green-2);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  background-color: var(--walsh--azure);
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  background-color: var(--walsh--azure);
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  background-color: var(--walsh--azure);
  margin-bottom: 24px;
}

.testimonial-quote {
  color: #0000000f;
  margin-bottom: 32px;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.5em;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: var(--walsh--black);
  font-weight: 700;
}

.testimonial-image-two {
  background-color: var(--walsh--azure);
  object-fit: cover;
  border-radius: 20px;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.walsh-icon-wrapper-circle {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-grid-list {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
}

.walsh-content-wrapper-padding {
  grid-row-gap: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-inner-padding-list {
  grid-row-gap: 2em;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-cta-green-wrapper {
  background-color: var(--walsh--walsh-dark-green-2);
}

.walsh-container-padding-large {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 4.5em;
  position: relative;
}

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-link-block {
  color: #000;
  background-color: #eb6619;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block:hover {
  color: #000;
  background-color: #dbffe0;
}

.walsh-cta-center-wrapper {
  grid-row-gap: 3em;
  color: #2c5c5d;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-heading-large-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-main-paragraph-white {
  color: #fffc;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-tag-white {
  color: var(--walsh--walsh-light-green);
  text-align: left;
  text-transform: uppercase;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-link-block-default-white {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-default-white:hover {
  box-shadow: inset 0 -3px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-footer-legal-text {
  color: var(--walsh--azure);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-logo-footer {
  max-height: none;
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: var(--walsh--walsh-dark-green-2);
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-footer-link-center {
  color: var(--walsh--azure);
  font-size: 16px;
  text-decoration: none;
}

.walsh-footer-link-center:hover {
  color: #000;
}

.text-block {
  color: var(--walsh--black);
  font-family: Merriweather, serif;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: var(--walsh--black);
}

.supportheading {
  text-align: left;
}

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

.image {
  border-radius: 20px;
}

.div-block {
  margin-bottom: .5em;
  padding-bottom: 4em;
}

.bold-text-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.4rem;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.4rem;
  line-height: 1.2em;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-section {
  background-color: var(--walsh--walsh-dark-green-2);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.fn-label-small {
  color: var(--walsh--azure);
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active, .fn-field:focus {
  border-color: #df0;
}

.fn-field::placeholder {
  color: #ecf0ef;
}

.fn-field-message {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active, .fn-field-message:focus {
  border-color: #df0;
}

.fn-field-message::placeholder {
  color: #ecf0ef;
}

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

.fn-button-form {
  color: #fff;
  text-align: left;
  background-color: #eb6619;
  border: 1px #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 8px 42px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: #3e4545;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fn-form-advance {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: grid;
}

.form-label {
  color: #fff;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.form-label.no-margin {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.fn-radio-buttons-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.fn-select-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.fn-radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.fn-radio-button.w--redirected-focus {
  box-shadow: none;
}

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

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.walsh-background-darkgreen-2 {
  background-color: var(--walsh--walsh-dark-green-2);
  position: relative;
}

.walsh-text-burst {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-hero-div-block-2 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w-2 {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-link-block-white-2 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white-2:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-cover-image-2 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 70%;
}

.walsh-link-block-green {
  color: #000;
  text-align: center;
  background-color: #eb6619;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-green:hover {
  color: #000;
  background-color: #ffbba6;
}

.walsh-hero-center-wrapper {
  grid-row-gap: 2em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 6em 3em;
  display: flex;
}

.walsh-hero-wrapper {
  padding: 2em 5em 5em;
}

.walsh-hero-frame-image {
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 16em;
  height: 16em;
  overflow: hidden;
}

.walsh-hero-frame-image-med {
  border-radius: 8px;
  flex: none;
  width: 100%;
  max-width: 20em;
  overflow: hidden;
}

.walsh-logo-wrapper-green {
  box-shadow: 0 1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
}

.walsh-heading-xlarge-white-2 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-large-2 {
  color: var(--walsh--azure);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-hero-p-wrapper-2 {
  width: 100%;
  max-width: 36em;
}

.walsh-link-block-orange-4 {
  color: #fff;
  text-align: center;
  background-color: #eb6619;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-4:hover {
  background-color: #ffbba6;
}

.walsh-main-paragraph-2 {
  color: var(--walsh--azure);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-main-paragraph-2.subtitle {
  color: #fff9;
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-rounded-block-2 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-flex-horizontal-2 {
  grid-column-gap: 4em;
  background-color: var(--walsh--walsh-dark-green-2);
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-title-tag-2 {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-flex-tag-2 {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-bullet-tag-2 {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-col-image-wrapper {
  flex: 0 auto;
  width: 50%;
  max-width: none;
}

.walsh-content-wrap-50 {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 8em 4em;
  display: flex;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-large-3 {
  color: var(--walsh--azure);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-hero-p-wrapper-3 {
  width: 100%;
  max-width: 36em;
}

.walsh-hero-div-block-3 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip-3 {
  height: 12px;
}

.walsh-link-block-orange-5 {
  color: #fff;
  text-align: center;
  background-color: #eb6619;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-5:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper-3 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill-3 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-main-paragraph-3 {
  color: var(--walsh--azure);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-link-wrapper-3 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-3:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow-3 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-rounded-block-3 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-flex-horizontal-3 {
  grid-column-gap: 4em;
  background-color: var(--walsh--walsh-dark-green-2);
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-cover-image-3 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 70%;
}

.walsh-title-tag-3 {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-flex-tag-3 {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-bullet-tag-3 {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-col-image-wrapper-2 {
  flex: 0 auto;
  width: 50%;
  max-width: none;
}

.walsh-content-wrap-50-2 {
  grid-row-gap: 2em;
  background-color: var(--walsh--walsh-dark-green-2);
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 8em 4em;
  display: flex;
}

.body-2 {
  background-color: var(--walsh--walsh-dark-green-2);
}

.fn-section-2 {
  background-color: var(--walsh--walsh-dark-green-2);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.fn-rich-text {
  color: #939b9b;
}

.fn-rich-text h2 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-rich-text h4 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-rich-text p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-rich-text blockquote {
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0;
  font-size: 24px;
  line-height: 1.6em;
}

.fn-rich-text figure {
  width: 100%;
  min-width: 100%;
  margin-bottom: 56px;
  margin-left: 0;
  margin-right: 0;
}

.fn-rich-text figcaption {
  text-align: right;
  justify-content: flex-end;
  text-decoration: underline;
  display: flex;
}

.fn-rich-text img {
  border-radius: 12px;
}

.fn-rich-text ul, .fn-rich-text ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.fn-rich-text h1 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.fn-rich-text h3 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.2em;
}

.fn-rich-text h5 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3em;
}

.fn-rich-text h6 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2em;
}

.link-block {
  color: var(--walsh--azure);
  text-decoration: underline;
}

.slide, .mask, .slide-2 {
  background-color: var(--walsh--azure);
}

.div-block-5 {
  height: 4rem;
}

.nav-link {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-nav-link-white.stories {
    opacity: 100;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button.w--open {
    background-color: #0000;
  }

  .walsh-nav-menu-green-left {
    background-color: var(--walsh--walsh-dark-green-2);
    padding-top: 0;
    padding-right: 20px;
  }

  .walsh-nav-grid-center {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-padding-image-hero {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-main-grid.process {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .walsh-main-grid.cta, .walsh-main-grid.footer {
    grid-template-columns: 1fr;
  }

  .walsh-stats-number-medium {
    font-size: 3em;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-main-paragraph.partnercharities {
    margin-left: auto;
    margin-right: auto;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-content-wrap {
    order: -1;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .walsh-content-image-wrap {
    max-width: none;
  }

  .walsh-link-block-orange-3 {
    padding-left: 50px;
  }

  .walsh-hero-inner-float-image {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .walsh-cover-image.icons {
    object-fit: contain;
    max-width: 50%;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-rounded-box-banner {
    background-color: var(--walsh--walsh-dark-green-2);
    flex-direction: column;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-left {
    max-width: none;
    padding: 4em 4em 0;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .walsh-container-padding-large {
    flex: 0 auto;
    width: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .walsh-cta-div-block {
    justify-content: center;
  }

  .walsh-link-block {
    padding-left: 50px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-link-center {
    text-align: center;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 3em;
    line-height: 1.5em;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-hero-div-block-2 {
    justify-content: center;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-hero-center-wrapper {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-hero-wrapper {
    padding-top: 7.2em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-hero-frame-image, .walsh-hero-frame-image-med {
    display: none;
  }

  .walsh-heading-xlarge-white-2 {
    font-size: 4em;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-large-2 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-link-block-orange-4 {
    padding-left: 50px;
  }

  .walsh-flex-horizontal-2 {
    flex-flow: column wrap;
  }

  .walsh-content-wrap-50 {
    order: -1;
    width: 100%;
    padding: 4em 40px;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-large-3 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-hero-div-block-3 {
    justify-content: center;
  }

  .walsh-link-block-orange-5 {
    padding-left: 50px;
  }

  .walsh-button-hover-fill-3 {
    display: none;
  }

  .walsh-flex-horizontal-3 {
    flex-flow: column wrap;
  }

  .walsh-content-wrap-50-2 {
    order: -1;
    width: 100%;
    padding: 4em 40px;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-rich-text h2 {
    font-size: 40px;
  }

  .fn-rich-text h4 {
    font-size: 28px;
  }

  .fn-rich-text h1 {
    font-size: 52px;
  }

  .fn-rich-text h3 {
    font-size: 32px;
  }

  .fn-rich-text h5 {
    font-size: 22px;
  }

  .fn-rich-text h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-padding-image-hero {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-main-paragraph {
    text-align: left;
  }

  .walsh-main-paragraph.testimony {
    text-align: left;
    margin-bottom: -5rem;
    padding-bottom: 0;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-rounded-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-content-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-cover-image.icons {
    max-width: 60%;
    height: 80%;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
    background-color: var(--walsh--walsh-dark-green-2);
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding-top: 4em;
    padding-bottom: 0;
    padding-right: 4em;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .walsh-container-padding-large {
    padding: 6em 3.5em;
  }

  .walsh-cta-center-wrapper {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-large-white {
    font-size: 2.4em;
  }

  .walsh-logo-footer {
    height: auto;
    max-height: none;
  }

  .fn-heading-2 {
    font-size: 2em;
    line-height: 2em;
  }

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

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-form-advance {
    grid-template-columns: 1fr;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-hero-center-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-logo-wrapper-green {
    height: 10em;
  }

  .walsh-heading-xlarge-white-2 {
    font-size: 3em;
  }

  .walsh-heading-large-2 {
    font-size: 2em;
  }

  .walsh-rounded-block-2 {
    border-radius: 20px;
  }

  .walsh-content-wrap-50 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-heading-large-3 {
    font-size: 2em;
  }

  .walsh-rounded-block-3 {
    border-radius: 20px;
  }

  .walsh-content-wrap-50-2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-rich-text figure {
    margin-bottom: 36px;
  }

  .fn-rich-text h1 {
    font-size: 48px;
  }

  .fn-rich-text h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-nav-logo {
    height: auto;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-hero-p-wrapper {
    font-size: 1em;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: left;
    font-size: 1em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-heading-xlarge-white {
    text-align: left;
    font-size: 2.4em;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
    font-size: 2em;
  }

  .walsh-heading-small {
    font-family: Merriweather, serif;
    font-size: .6em;
    font-weight: 300;
    line-height: 1.5;
  }

  .walsh-inner-wrap, .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-stats-number-medium {
    font-size: 1.5em;
  }

  .walsh-heading-large {
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-main-paragraph.testimony {
    margin-bottom: auto;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-content-wrap {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-link-block-orange-3 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-inner-float-image {
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 0;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-heading-regular.process {
    color: var(--walsh--black);
    text-align: left;
  }

  .walsh-cover-image.icons {
    max-width: 50%;
    height: 100%;
  }

  .walsh-card-wrapper-image {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-rounded-box-banner {
    background-color: #fff0;
  }

  .walsh-inner-column-center {
    padding-top: 30px;
    font-size: 1em;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding: 30px 30px 0;
  }

  .container {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .walsh-content-wrapper-padding {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-container-padding-large {
    flex: 0 auto;
    width: 100%;
    padding: 4em 2.5em;
  }

  .walsh-cta-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-center-wrapper {
    font-size: 18px;
  }

  .walsh-heading-large-white {
    font-size: 2em;
    line-height: 1.2;
  }

  .walsh-main-paragraph-white {
    text-align: left;
    font-size: 1em;
  }

  .walsh-tag-white {
    text-align: left;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: none;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .div-block {
    height: 3rem;
  }

  .bold-text-2 {
    text-align: left;
    font-weight: 700;
  }

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

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 2em;
  }

  .fn-heading-2 {
    line-height: 2em;
  }

  .fn-paragraph {
    font-size: 1em;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-hero-div-block-2 {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-link-block-green {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-center-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-hero-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-hero-frame-image {
    max-width: 8em;
    height: 8em;
  }

  .walsh-hero-frame-image-med {
    max-width: 14em;
  }

  .walsh-logo-wrapper-green {
    min-width: 35vw;
    height: 8em;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-link-block-orange-4 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-link-wrapper-2 {
    font-size: 16px;
  }

  .walsh-flex-horizontal-2 {
    grid-row-gap: 2em;
  }

  .walsh-title-tag-2 {
    font-size: 16px;
  }

  .walsh-col-image-wrapper {
    width: 100%;
  }

  .walsh-col-image-wrapper.travel {
    order: -9999;
  }

  .walsh-content-wrap-50 {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding: 30px;
    font-size: 18px;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-hero-div-block-3 {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange-5 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button-3 {
    font-size: 16px;
  }

  .walsh-main-paragraph-3 {
    font-size: 1em;
  }

  .walsh-link-wrapper-3 {
    font-size: 16px;
  }

  .walsh-flex-horizontal-3 {
    grid-row-gap: 2em;
  }

  .walsh-title-tag-3 {
    font-size: 16px;
  }

  .walsh-col-image-wrapper-2 {
    order: -9999;
    width: 100%;
  }

  .walsh-col-image-wrapper-2.travel {
    order: -9999;
  }

  .walsh-content-wrap-50-2 {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding: 30px;
    font-size: 18px;
  }

  .div-block-2, .div-block-3, .div-block-4 {
    height: 3rem;
  }

  .div-block-6 {
    height: 4rem;
  }
}

#w-node-bfbbfe03-db9d-2263-0a16-30052e18e9aa-071e3ba6 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-bfbbfe03-db9d-2263-0a16-30052e18e9c3-071e3ba6 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-_154b0f42-8b4a-b427-2de2-3540ac6a1346-071e3ba6, #w-node-_154b0f42-8b4a-b427-2de2-3540ac6a134e-071e3ba6, #w-node-_154b0f42-8b4a-b427-2de2-3540ac6a1356-071e3ba6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6038cd40-deb1-9cb6-e14e-c58cc629738d-071e3ba6, #w-node-_55e5b981-9746-a500-fd4c-1db5f99e4ffd-071e3ba6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_751281f1-382c-e5a0-bde3-e8a27db12be1-071e3ba6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_751281f1-382c-e5a0-bde3-e8a27db12bed-071e3ba6, #w-node-_751281f1-382c-e5a0-bde3-e8a27db12bf9-071e3ba6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-f999e8ad-47a5-a933-b20b-add728cd1275-071e3ba6, #w-node-_912acae2-517c-dfc3-3204-155f45c4aaeb-071e3ba6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_834359da-721a-faca-8e7a-d92b40a84412-40a8440f {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_834359da-721a-faca-8e7a-d92b40a84414-40a8440f {
  grid-area: 3 / 4 / 4 / 10;
  place-self: center;
}

#w-node-_834359da-721a-faca-8e7a-d92b40a8441b-40a8440f {
  grid-area: 4 / 5 / 5 / 9;
  place-self: center;
}

#w-node-_834359da-721a-faca-8e7a-d92b40a8441d-40a8440f {
  justify-self: center;
}

#w-node-_834359da-721a-faca-8e7a-d92b40a84423-40a8440f {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
}

#w-node-a2c045d0-2b50-2851-6bf4-b5b8122717a3-122717a1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a2c045d0-2b50-2851-6bf4-b5b8122717b8-122717a1 {
  grid-area: 1 / 7 / 2 / 13;
}

#Email.w-node-a2c045d0-2b50-2851-6bf4-b5b8122717bc-122717a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2c045d0-2b50-2851-6bf4-b5b8122717bf-122717a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2c045d0-2b50-2851-6bf4-b5b8122717c1-122717a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message.w-node-a2c045d0-2b50-2851-6bf4-b5b8122717d6-122717a1, #w-node-a2c045d0-2b50-2851-6bf4-b5b8122717d7-122717a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356eec-88356ee7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356eee-88356ee7 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356ef0-88356ee7 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356efb-88356ee7 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356f07-88356ee7 {
  grid-column: span 3 / span 3;
}

#w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6a9-fce853c4 {
  grid-area: 7 / 3 / 8 / 7;
  place-self: end;
}

#w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6ab-fce853c4 {
  grid-area: 1 / 1 / 4 / 4;
  place-self: end;
}

#w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6ad-fce853c4 {
  grid-area: 4 / 1 / 7 / 5;
  place-self: center;
}

#w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6af-fce853c4 {
  grid-area: 2 / 10 / 5 / 13;
  place-self: start end;
}

#w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6b1-fce853c4 {
  grid-area: 5 / 9 / 7 / 12;
  place-self: end;
}

#w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6b3-fce853c4 {
  grid-area: 1 / 4 / 7 / 10;
  align-self: center;
}

#w-node-e16f8dbe-0a61-3fc8-0811-ea5cb59e1e36-fce853c4, #w-node-b257d1a8-319a-9989-8eb8-936eb81f9d07-fce853c4, #w-node-_3cff0bb8-4d18-9fc3-92a5-dce89e9db128-fce853c4, #w-node-f4bcfe46-8a02-54a2-c552-dfae71146cb6-fce853c4, #w-node-_67a6bdbf-2f22-f546-1385-3a16aa826ee9-fce853c4 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_75b3a108-f4dd-5fee-5943-787a7e45f414-ebce1309, #w-node-_5d3c648f-9d87-4246-5935-e563fa9f8068-ebce1309, #w-node-e9ef5baa-086e-78f5-0f7d-5d0a14db5ed7-ebce1309 {
  grid-area: 1 / 3 / 2 / 11;
}

@media screen and (max-width: 991px) {
  #w-node-bfbbfe03-db9d-2263-0a16-30052e18e9aa-071e3ba6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bfbbfe03-db9d-2263-0a16-30052e18e9c3-071e3ba6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6038cd40-deb1-9cb6-e14e-c58cc629738d-071e3ba6, #w-node-_55e5b981-9746-a500-fd4c-1db5f99e4ffd-071e3ba6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_751281f1-382c-e5a0-bde3-e8a27db12be1-071e3ba6, #w-node-_751281f1-382c-e5a0-bde3-e8a27db12bed-071e3ba6, #w-node-_751281f1-382c-e5a0-bde3-e8a27db12bf9-071e3ba6 {
    grid-column: span 2 / span 2;
  }

  #w-node-f999e8ad-47a5-a933-b20b-add728cd1275-071e3ba6, #w-node-_912acae2-517c-dfc3-3204-155f45c4aaeb-071e3ba6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_834359da-721a-faca-8e7a-d92b40a84412-40a8440f {
    grid-column: 1 / 3;
  }

  #w-node-_834359da-721a-faca-8e7a-d92b40a84414-40a8440f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_834359da-721a-faca-8e7a-d92b40a8441b-40a8440f {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_834359da-721a-faca-8e7a-d92b40a84423-40a8440f {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-a2c045d0-2b50-2851-6bf4-b5b8122717a3-122717a1 {
    grid-column: span 3 / span 3;
  }

  #w-node-a2c045d0-2b50-2851-6bf4-b5b8122717b8-122717a1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a2c045d0-2b50-2851-6bf4-b5b8122717c1-122717a1 {
    grid-column: span 2 / span 2;
  }

  #w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356eec-88356ee7 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356ef0-88356ee7 {
    grid-column: 1 / 4;
    justify-self: auto;
  }

  #w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356efb-88356ee7 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356f07-88356ee7 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6a9-fce853c4 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6ab-fce853c4 {
    grid-row-start: 3;
    grid-column-end: 3;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6ad-fce853c4 {
    grid-column-end: 3;
    justify-self: start;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6af-fce853c4 {
    grid-column: 1 / 3;
    place-self: start;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6b1-fce853c4 {
    grid-column: 1 / 3;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6b3-fce853c4, #w-node-e16f8dbe-0a61-3fc8-0811-ea5cb59e1e36-fce853c4, #w-node-b257d1a8-319a-9989-8eb8-936eb81f9d07-fce853c4, #w-node-_3cff0bb8-4d18-9fc3-92a5-dce89e9db128-fce853c4, #w-node-f4bcfe46-8a02-54a2-c552-dfae71146cb6-fce853c4, #w-node-_67a6bdbf-2f22-f546-1385-3a16aa826ee9-fce853c4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_75b3a108-f4dd-5fee-5943-787a7e45f414-ebce1309, #w-node-_5d3c648f-9d87-4246-5935-e563fa9f8068-ebce1309, #w-node-e9ef5baa-086e-78f5-0f7d-5d0a14db5ed7-ebce1309 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a2c045d0-2b50-2851-6bf4-b5b8122717a3-122717a1, #w-node-a2c045d0-2b50-2851-6bf4-b5b8122717b8-122717a1 {
    grid-column: span 4 / span 4;
  }

  #w-node-a2c045d0-2b50-2851-6bf4-b5b8122717bf-122717a1, #w-node-a2c045d0-2b50-2851-6bf4-b5b8122717c1-122717a1, #Message.w-node-a2c045d0-2b50-2851-6bf4-b5b8122717d6-122717a1, #w-node-a2c045d0-2b50-2851-6bf4-b5b8122717d7-122717a1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_75b3a108-f4dd-5fee-5943-787a7e45f414-ebce1309, #w-node-_5d3c648f-9d87-4246-5935-e563fa9f8068-ebce1309, #w-node-e9ef5baa-086e-78f5-0f7d-5d0a14db5ed7-ebce1309 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bfbbfe03-db9d-2263-0a16-30052e18e9aa-071e3ba6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6038cd40-deb1-9cb6-e14e-c58cc629738d-071e3ba6, #w-node-_55e5b981-9746-a500-fd4c-1db5f99e4ffd-071e3ba6, #w-node-f999e8ad-47a5-a933-b20b-add728cd1275-071e3ba6, #w-node-_912acae2-517c-dfc3-3204-155f45c4aaeb-071e3ba6 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_834359da-721a-faca-8e7a-d92b40a84412-40a8440f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f7eefc8d-be62-4efa-6bb1-6e8b88356eec-88356ee7 {
    grid-column-end: 3;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6a9-fce853c4, #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6ab-fce853c4 {
    grid-row-start: 3;
    justify-self: start;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6ad-fce853c4 {
    grid-row-end: 5;
    justify-self: end;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6af-fce853c4 {
    grid-row-end: 3;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6b1-fce853c4 {
    grid-row-start: 5;
    justify-self: center;
  }

  #w-node-_52d2a90b-35fa-f96a-eceb-86adcad8c6b3-fce853c4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e16f8dbe-0a61-3fc8-0811-ea5cb59e1e36-fce853c4, #w-node-b257d1a8-319a-9989-8eb8-936eb81f9d07-fce853c4, #w-node-_3cff0bb8-4d18-9fc3-92a5-dce89e9db128-fce853c4, #w-node-f4bcfe46-8a02-54a2-c552-dfae71146cb6-fce853c4, #w-node-_67a6bdbf-2f22-f546-1385-3a16aa826ee9-fce853c4 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }
}


