:root {
  --walsh--black: #59595b;
  --walsh--walsh-mid-gray: #fff;
  --walsh--walsh-mid-green: #4ac3c6;
  --walsh--walsh-dark-green: #dadada;
  --walsh--walsh-dark-green-2: #5c7f39;
  --walsh--walsh-light-green: #c2ecd5;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
  --walsh--light-goldenrod-yellow: #f1e194;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  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 {
  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-main-nav {
  background-color: #0000;
}

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

.walsh-nav-logo {
  height: 95px;
}

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

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

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

.walsh-float-menu {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 20px;
}

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

.walsh-nav-link-black {
  color: var(--walsh--black);
  border-radius: 8px;
  padding: 15px 18px;
  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-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
  color: #6d6d6d;
  background-color: #dbdbdb59;
}

.walsh-link-block-transparent-2 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-gray), inset -1px 1px 0 0 var(--walsh--walsh-mid-gray), inset -1px -1px 0 0 var(--walsh--walsh-mid-gray), inset 1px 1px 0 0 var(--walsh--walsh-mid-gray);
  color: var(--walsh--black);
  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-2:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #e4e4e4;
}

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

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

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

.walsh-heading-xxlarge {
  letter-spacing: -.02em;
  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: 8.5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-background-darkgreen {
  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 {
  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-text-lightgreen {
  color: #b0ebb9;
}

.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-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-ui-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-image-hero-device {
  height: 48em;
}

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

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

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: block;
}

.walsh-link-block-green {
  background-color: var(--walsh--walsh-light-green);
  color: #000;
  text-align: center;
  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 {
  text-align: left;
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 16em;
  height: 16em;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  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 {
  color: #4ac3c6;
  letter-spacing: -.02em;
  background-color: #4ac3c605;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.walsh-heading-medium {
  color: var(--walsh--walsh-mid-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex {
  color: #000000a6;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-icon-check {
  height: 25px;
  font-size: 20px;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-single {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-button-circle-small {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: #ffdd79;
}

.walsh-paragraph {
  color: #161616ad;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  position: static;
}

.walsh-list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.walsh-grid-col-2 {
  grid-column-gap: 3.1em;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  padding-right: 6px;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.3em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-cta-block-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 0 5.5em;
  display: grid;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.walsh-text-field-single-gray {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #eee;
}

.walsh-button-circle-wrapper-gray {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.paragraph {
  color: var(--walsh--walsh-mid-gray);
  margin-top: 26px;
  margin-left: 21px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 29px;
  line-height: 25px;
}

.text-block {
  color: #59595b;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 550px;
  padding-left: 0;
  font-size: 19px;
  display: flex;
}

.bold-text {
  width: 400px;
}

.bold-text-2 {
  width: 700px;
  font-size: 20px;
}

.text-block-2 {
  width: 550px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
}

.text-block-3, .text-block-4 {
  width: 400px;
}

.bold-text-3 {
  width: 319px;
  font-size: 20px;
}

.text-block-5 {
  width: 400px;
}

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

.walsh-main-grid-2 {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  border: 0px none var(--walsh--walsh-dark-green);
  background-color: var(--walsh--walsh-dark-green-2);
  flex-flow: row;
  grid-template: ". . Area"
  / 1fr .25fr .75fr 1fr .5fr .75fr 1fr 1fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

.walsh-heading-small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  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: 700;
  line-height: 1.25;
}

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

.walsh-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.walsh-paragraph-small-2 {
  color: #161616ad;
  text-align: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 1.6;
}

.walsh-rounded-box {
  grid-column-gap: 0px;
  grid-row-gap: 1.2em;
  border: 2px solid var(--walsh--walsh-mid-green);
  background-color: var(--walsh--walsh-dark-green);
  opacity: 1;
  color: #233e7d;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  margin-top: 21px;
  margin-right: 20px;
  padding: 40px 30px;
  display: flex;
}

.walsh-rounded-box:hover {
  background-color: var(--relume-library-lite--rl-white);
}

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

.walsh-form-error-2 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-text-field-single {
  border: 1px solid #fff;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-button-circle-wrapper-white {
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-form-success-2 {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-form-wrapper-2 {
  width: 100%;
}

.walsh-full-form-2 {
  width: 100%;
  margin-bottom: 0;
}

.walsh-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.walsh-form-single-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-button-circle-small-2 {
  background-color: #233e7d;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small-2:hover {
  background-color: #ffdd79;
}

.walsh-heading-medium-white {
  outline-offset: 0px;
  color: #fff;
  outline: 3px #fff;
  width: 516px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
  position: static;
}

.walsh-cta-block-dark-green {
  background-color: var(--walsh--walsh-dark-green-2);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  top: 34px;
  overflow: hidden;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 9px;
  padding-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-4 {
  font-size: 50px;
  font-weight: 700;
}

.walsh-heading-medium-2 {
  color: var(--walsh--black);
  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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-circle-check-2 {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-2 {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-icon-check-2 {
  height: 25px;
}

.walsh-main-grid-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  grid-template: "." 127px
                 "."
                 "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.walsh-paragraph-2 {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.6em;
  line-height: 1.4;
}

.walsh-list-wrapper-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.walsh-grid-col-2-2 {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  width: 100%;
}

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

.walsh-paragraph-small-3 {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
}

.walsh-cta-block-white-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 5.5em 5.5em 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-text-field-single-gray-2 {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #eee;
}

.walsh-button-circle-wrapper-gray-2 {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.text-block-6 {
  width: 400px;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.walsh-center-h-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 47px;
  display: grid;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  text-align: center;
  width: 95vw;
  padding-top: 36px;
  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 {
  width: auto;
  height: 400px;
  max-height: 120px;
  margin-bottom: 52px;
  font-size: 32px;
  line-height: 100px;
}

.walsh-content-wrapper-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4.5em;
  padding-bottom: 0;
  display: flex;
  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;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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: 30px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.walsh-footer-link-center {
  color: #0000008a;
  font-size: 16px;
  text-decoration: none;
}

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

.bold-text-8 {
  padding-left: 100px;
}

.be_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: -27px;
  margin-left: 0;
  padding-bottom: 60px;
  padding-left: 60px;
  font-size: 14px;
  display: block;
}

.be_line-1 {
  color: var(--walsh--walsh-mid-gray);
}

.be_line-2 {
  color: var(--walsh--walsh-mid-green);
}

.be_line-3 {
  color: var(--relume-library-lite--rl-white);
}

.be_line-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f2cb05;
  display: flex;
}

.bold-text-9 {
  color: var(--walsh--walsh-mid-gray);
}

.bold-text-10 {
  color: var(--walsh--walsh-light-green);
}

.bold-text-11 {
  color: var(--walsh--walsh-mid-gray);
}

.bold-text-12 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.italic-text {
  font-size: 22px;
}

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

.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-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  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-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  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-main-grid-4 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  display: block;
  position: relative;
}

.walsh-link-block {
  color: #000;
  background-color: #fff;
  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-content-wrapper-gap-3 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.walsh-heading-medium-white-2 {
  color: var(--walsh--walsh-dark-green-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.1em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-cta-block-dark-green-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--walsh--walsh-mid-gray);
  color: #fff;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  margin-top: -3px;
  margin-left: 0;
  margin-right: 0;
  padding: 5.5em;
  display: block;
  position: relative;
  overflow: hidden;
}

.walsh-main-paragraph-white {
  color: #59595b;
  letter-spacing: 0;
  width: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 1.5;
}

.italic-text-2 {
  font-family: Merriweather, serif;
  font-size: 25px;
  line-height: 31px;
}

.section {
  background-color: #fff;
}

.background-video {
  position: sticky;
}

.rl-padding-section-large {
  opacity: 1;
  border: 1px solid #00000005;
  padding-top: 0;
  padding-bottom: 0;
}

.rl-text-style-regular {
  opacity: 1;
  outline-offset: 0px;
  color: var(--walsh--black);
  mix-blend-mode: normal;
  border: 0 #00000008;
  border-radius: 0;
  outline: 3px #59595b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border: 1px solid #00000005;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.rl-heading-style-h4 {
  color: var(--walsh--walsh-mid-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

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

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

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  border: 0px none var(--walsh--walsh-dark-green-2);
  grid-template-rows: auto auto;
  grid-template-columns: 5fr;
  grid-auto-columns: .25fr;
  display: grid;
}

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

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  opacity: 1;
  outline-offset: 3px;
  background-color: #0000;
  border: 1px solid #fafafa;
  outline: 0 solid #b52929;
  margin-left: 20px;
  padding-left: 0;
}

.bold-text-13, .bold-text-14 {
  font-size: 20px;
}

.bold-text-15 {
  color: var(--walsh--walsh-mid-green);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: .5;
}

.bold-text-16 {
  font-size: 46px;
  font-weight: 700;
  line-height: 43px;
}

.heading {
  color: #59595b;
  font-weight: 400;
}

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 0;
}

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

.rl_layout242_icon {
  filter: invert();
  width: 3rem;
  height: 3rem;
}

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

.rl_layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_section_layout242 {
  background-color: var(--walsh--walsh-mid-green);
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

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

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

.rl-heading-style-h3 {
  color: var(--relume-library-lite--rl-white);
  margin-top: 2rem;
  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: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.rl_layout242_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.bold-text-17, .bold-text-18, .bold-text-19, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6 {
  color: var(--relume-library-lite--rl-white);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.paragraph-3 {
  color: #000;
  flex-flow: row;
  width: 300px;
  display: flex;
}

.text-block-7 {
  color: var(--walsh--walsh-dark-green);
}

.italic-text-7 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 3rem;
}

.italic-text-8 {
  color: var(--walsh--walsh-dark-green);
  line-height: 1.1rem;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper-2 {
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #233e7d;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.hero-stack {
  background-color: #5c7f39;
  border-bottom: 1px solid #e4ebf3;
  padding: 19px 30px 80px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  position: static;
}

.heading-2 {
  color: #fff;
  border: 0 #000;
  width: 900px;
  font-size: 50px;
}

.italic-text-9 {
  line-height: 30px;
}

.div-block-2 {
  background-color: #233e7d;
}

.heading-3, .heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9 {
  font-size: 90px;
}

.heading-10 {
  font-size: 0;
}

.heading-11 {
  color: #4ac3c6;
  margin-top: 40px;
  font-size: 70px;
  line-height: 80px;
}

.heading-12 {
  color: #f7efef;
}

.heading-13 {
  color: #f7efef;
  font-size: 70px;
  line-height: 20px;
}

.heading-14 {
  font-size: 70px;
}

.heading-15 {
  color: var(--walsh--walsh-mid-gray);
  font-size: 70px;
}

.heading-16 {
  font-size: 70px;
}

.heading-17 {
  color: #fff;
  font-size: 70px;
  line-height: 60px;
}

.heading-18 {
  margin-bottom: 0;
  font-size: 70px;
}

.heading-19 {
  font-size: 70px;
}

.heading-20 {
  color: #f2cb05;
}

.heading-21 {
  color: #f2cb05;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

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

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

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-22 {
  color: #8a3131;
  text-align: left;
  font-size: 60px;
  line-height: 80px;
  position: static;
}

.text-block-8 {
  color: #5c7f39;
  font-size: 25px;
}

.text-block-9 {
  color: #4ac3c6;
  object-fit: contain;
}

.text-block-10 {
  color: #4ac3c6;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-11 {
  font-size: 30px;
}

.heading-23 {
  color: var(--walsh--walsh-mid-green);
  font-size: 40px;
}

.text-block-12, .text-block-13 {
  font-size: 35px;
}

.div-block-3 {
  color: #5c7f39;
}

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

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

.heading-24 {
  color: #4ac3c6;
  border: 0 #4ac3c6;
}

.bold-text-20 {
  border: 1px #000;
}

.image-2 {
  margin-top: 0;
}

.image-3 {
  margin-top: 20px;
}

.bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30 {
  font-size: 20px;
}

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

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

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

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

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

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

  .walsh-menu-button-black {
    order: 1;
  }

  .walsh-menu-button-black.w--open {
    color: var(--walsh--black);
    background-color: #0000;
  }

  .walsh-nav-float {
    z-index: 1;
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

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

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

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

  .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-ui-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-image-hero-device {
    height: auto;
    max-height: 45em;
  }

  .walsh-main-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .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: 2em 0;
  }

  .walsh-hero-wrapper {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

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

  .walsh-heading-medium {
    text-align: left;
    width: 90vw;
  }

  .walsh-list-flex {
    width: 80vw;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-paragraph {
    overflow: hidden;
  }

  .walsh-list-wrapper {
    width: 80%;
  }

  .walsh-grid-col-2 {
    clear: none;
    text-align: center;
    grid-auto-flow: row;
    justify-items: center;
  }

  .walsh-content-wrapper-gap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95vw;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .walsh-cta-block-white {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 3em;
    display: flex;
  }

  .walsh-text-field-single-gray {
    min-width: auto;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
    padding-bottom: 42px;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: start stretch;
    display: grid;
  }

  .walsh-rounded-box {
    padding-bottom: 40px;
  }

  .walsh-text-field-single {
    min-width: auto;
  }

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-icon-check-2 {
    margin-right: 0;
  }

  .walsh-main-grid-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .walsh-content-wrapper-gap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 1.25em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .walsh-cta-block-white-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-text-field-single-gray-2 {
    min-width: auto;
  }

  .walsh-content-wrapper-white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center flex-start;
    align-items: flex-start;
    margin-top: 37px;
    display: flex;
  }

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

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

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

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

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

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

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

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

  .walsh-cta-v-wrapper {
    justify-content: center;
  }

  .walsh-cta-block-dark-green-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

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

  .bold-text-16 {
    font-size: 35px;
  }

  .heading {
    font-size: 16px;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

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

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-2 {
    width: 100vw;
  }

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

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

  .image-2 {
    text-align: center;
    margin-top: -19px;
  }

  .bold-text-21 {
    padding-left: 10px;
  }

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

  .bold-text-23 {
    width: 100vw;
    padding-left: 0;
  }

  .bold-text-24 {
    text-align: center;
    width: 100vw;
  }
}

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

  .walsh-container {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

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

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

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

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

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

  .walsh-form-single {
    flex-direction: row;
  }

  .walsh-paragraph {
    text-align: left;
    padding-left: 10px;
    font-size: 1.4em;
  }

  .walsh-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
    overflow: hidden;
  }

  .walsh-grid-col-2 {
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
    place-items: stretch start;
    padding-left: 11px;
    overflow: visible;
  }

  .walsh-content-wrapper-gap {
    justify-content: center;
    align-items: center;
  }

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

  .walsh-cta-block-white {
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-text-field-single-gray {
    text-align: left;
    margin-right: 0;
  }

  .text-block-2 {
    text-align: left;
    width: 80vw;
    overflow: hidden;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    place-items: start stretch;
    display: grid;
    position: static;
    overflow: hidden;
  }

  .walsh-paragraph-small-2 {
    flex: 0 auto;
    font-size: 1em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    margin-right: 20px;
    padding-right: 30px;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-right: 0;
  }

  .walsh-form-single-2 {
    flex-direction: row;
  }

  .walsh-heading-medium-white {
    justify-content: center;
    align-items: center;
    font-size: 2.4em;
    display: flex;
  }

  .walsh-cta-block-dark-green {
    padding-left: 0;
  }

  .walsh-heading-medium-2 {
    text-align: center;
    width: 80vw;
    padding-left: 20px;
    font-size: 2.4em;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    width: 100%;
  }

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

  .walsh-content-wrapper-gap-2 {
    grid-column-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .walsh-text-field-single-gray-2 {
    text-align: left;
    margin-right: 0;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-footer-grid-social {
    padding-top: 0;
    padding-bottom: 0;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .be_section {
    padding-left: 30px;
    overflow: hidden;
  }

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

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

  .rl-padding-section-large {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

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

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
    overflow: hidden;
  }

  .heading-2 {
    width: 100vw;
    overflow: hidden;
  }

  .hero-without-image, .hero-subscribe-left {
    padding: 60px 15px;
  }

  .bold-text-22 {
    text-align: center;
    width: 100vw;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

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

  .body {
    overflow: hidden;
  }

  .div-block-4 {
    flex: 1;
    align-self: auto;
  }
}

@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: 60px;
  }

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

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

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

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

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

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

  .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-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    width: 100vw;
    display: flex;
  }

  .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-heading-medium {
    text-align: left;
    font-size: 1.8em;
  }

  .walsh-list-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: repeat(auto-fit, 130px);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: space-between;
    align-items: center;
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 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;
    display: flex;
    overflow: visible;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-paragraph {
    padding-left: 10px;
    font-size: 20px;
  }

  .walsh-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    padding-left: 16px;
    display: flex;
  }

  .walsh-grid-col-2 {
    grid-column-gap: 1em;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 2.25fr;
    grid-template-areas: "Area";
    place-items: center;
    width: 90vw;
    margin-left: -20px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
    text-align: left;
    flex-flow: column;
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .walsh-cta-block-white {
    padding: 3em 0;
  }

  .walsh-text-field-single-gray {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .text-block {
    width: 90vw;
  }

  .bold-text-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 80vw;
    padding-top: 15px;
    font-size: 20px;
    display: flex;
  }

  .text-block-2 {
    text-align: left;
    width: 80vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    overflow: visible;
  }

  .walsh-container-2 {
    flex-flow: wrap;
    flex: 0 auto;
    width: 100%;
    padding-bottom: 33px;
    display: flex;
    overflow: visible;
  }

  .walsh-main-grid-2 {
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-right: 0;
    padding-right: 0;
  }

  .walsh-heading-small {
    padding-left: 0;
    font-size: 1em;
  }

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

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .walsh-form-wrapper-2 {
    width: 100%;
  }

  .walsh-form-single-2 {
    align-items: center;
  }

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

  .walsh-cta-block-dark-green {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center start;
    padding: 3em 2em;
    display: flex;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .walsh-heading-medium-2 {
    text-align: center;
    padding-left: 40px;
    font-size: 1.8em;
  }

  .walsh-list-flex-2 {
    width: 80vw;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    overflow: hidden;
  }

  .walsh-icon-check-2 {
    margin-bottom: 0;
  }

  .walsh-main-grid-3 {
    padding-bottom: 0;
  }

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

  .walsh-grid-col-2-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .walsh-paragraph-small-3 {
    font-size: 17px;
  }

  .walsh-cta-block-white-2 {
    padding: 3em 1em;
    overflow: visible;
  }

  .walsh-text-field-single-gray-2 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .text-block-6, .bold-text-6 {
    width: 80vw;
    font-size: 19px;
  }

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

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

  .walsh-logo-footer {
    width: auto;
    height: 100px;
    max-height: 150px;
  }

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

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

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

  .walsh-footer-inner-menu {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .walsh-footer-link-center {
    font-size: 16px;
  }

  .bold-text-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    vertical-align: baseline;
    flex-flow: row;
    flex: 1;
    place-content: stretch flex-start;
    align-items: flex-start;
    padding-top: 35px;
    font-size: .8em;
    display: block;
    position: relative;
    left: -25px;
    overflow: hidden;
  }

  .be_section {
    width: 100vw;
    padding-left: 10px;
    overflow: visible;
  }

  .be_line-2, .be_line-3 {
    font-size: 43px;
  }

  .be_line-4 {
    font-size: 41px;
    display: block;
  }

  .div-block {
    display: block;
  }

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

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

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

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

  .walsh-content-wrapper-gap-3 {
    grid-row-gap: 1.2em;
  }

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

  .walsh-heading-medium-white-2 {
    font-size: 1.8em;
  }

  .walsh-cta-block-dark-green-2 {
    padding: 3em 2em;
    overflow: visible;
  }

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

  .rl-padding-section-large {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_layout28_component {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .rl_layout28_image {
    margin-top: 1px;
    padding-top: 0;
  }

  .rl_layout28_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
    grid-auto-columns: .25fr;
    display: grid;
  }

  .rl_layout28_tabs-link.w--current {
    margin-right: 20px;
  }

  .bold-text-13 {
    width: 100vw;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .bold-text-16 {
    font-size: 32px;
    line-height: 7px;
  }

  .heading {
    font-size: 32px;
    line-height: 34px;
  }

  .rl_layout242_content {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .hero-stack {
    overflow: visible;
  }

  .heading-2 {
    width: 100vw;
    font-size: 43px;
    line-height: 41px;
  }

  .italic-text-9 {
    font-size: 18px;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-13 {
    font-size: 43px;
    display: flex;
  }

  .heading-17 {
    margin-top: 0;
  }

  .heading-23 {
    text-align: center;
    font-size: 38px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .bold-text-21 {
    text-align: left;
    padding-left: 0;
    font-size: 1.2em;
    display: block;
  }

  .bold-text-22 {
    text-align: center;
    font-size: 1.3em;
  }

  .bold-text-24 {
    font-size: 1.2em;
  }

  .body {
    overflow: visible;
  }

  .italic-text-10, .italic-text-11 {
    font-size: 20px;
  }

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

  .bold-text-31 {
    font-size: 17px;
  }
}

#w-node-_73663c16-7cc1-6a30-f4e5-20af889ef3fe-f78b0c8c {
  grid-area: 1 / 1 / 2 / 11;
  align-self: center;
}

#w-node-_560c3931-6e1e-337d-9660-c7a84ae958d5-f78b0c8c {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-a8460295-cd7d-8300-4fee-a234a093ed94-f78b0c8c, #w-node-a8460295-cd7d-8300-4fee-a234a093ed9c-f78b0c8c, #w-node-a8460295-cd7d-8300-4fee-a234a093eda4-f78b0c8c, #w-node-a8460295-cd7d-8300-4fee-a234a093edb4-f78b0c8c, #w-node-a8460295-cd7d-8300-4fee-a234a093edbc-f78b0c8c, #w-node-a8460295-cd7d-8300-4fee-a234a093edc4-f78b0c8c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_69c7fc90-6f4d-3a1e-c311-58344518ca80-f78b0c8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69c7fc90-6f4d-3a1e-c311-58344518ca81-f78b0c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_328a05fa-91c0-d5a9-2a18-62185b4c655b-f78b0c8c {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_2a61facc-7a38-a744-1322-25ceaa824126-f78b0c8c {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_2198eafe-9052-96e8-66c6-205c6e8f9a2c-f78b0c8c {
  grid-area: 1 / 1 / 2 / 7;
  place-self: end center;
}

#w-node-_2a61facc-7a38-a744-1322-25ceaa82412f-f78b0c8c {
  grid-area: 4 / 5 / 5 / 9;
  place-self: center;
}

#w-node-_2a61facc-7a38-a744-1322-25ceaa824131-f78b0c8c {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_73663c16-7cc1-6a30-f4e5-20af889ef3fe-f78b0c8c, #w-node-_560c3931-6e1e-337d-9660-c7a84ae958d5-f78b0c8c, #w-node-_328a05fa-91c0-d5a9-2a18-62185b4c655b-f78b0c8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2a61facc-7a38-a744-1322-25ceaa824126-f78b0c8c {
    grid-column: 1 / 3;
  }

  #w-node-_2198eafe-9052-96e8-66c6-205c6e8f9a2c-f78b0c8c {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_2a61facc-7a38-a744-1322-25ceaa82412f-f78b0c8c {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_73663c16-7cc1-6a30-f4e5-20af889ef3fe-f78b0c8c, #w-node-_560c3931-6e1e-337d-9660-c7a84ae958d5-f78b0c8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_560c3931-6e1e-337d-9660-c7a84ae958dd-f78b0c8c {
    place-self: center start;
  }

  #w-node-_3873ee5e-8675-8c75-7223-71c01c24dad3-f78b0c8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_328a05fa-91c0-d5a9-2a18-62185b4c655b-f78b0c8c, #w-node-_2a61facc-7a38-a744-1322-25ceaa824126-f78b0c8c {
    grid-area: 1 / 1 / 2 / 3;
  }
}


