:root {
  --accent: #0031cb;
  --walsh-black: #2c2c2c;
  --red: #cb0031;
  --background: #0096cb;
  --steel-blue: #007dcb42;
  --complementary: #cb9a00;
  --walsh-walsh-light-green: #c2ecd5;
}

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

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

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

h1 {
  color: var(--accent);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  color: var(--accent);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

p {
  color: #161616ad;
  margin-bottom: 10px;
  font-size: 16px;
}

.walsh-button-circle {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

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

.walsh-paragraph-serif-left-hero {
  color: var(--walsh-black);
  text-align: left;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6;
}

.walsh-hero-p-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-text-marker-green {
  color: #fff;
  text-shadow: 0 0 20px #00000078;
  background-image: url('../images/Marker-Wide-Blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .1em;
  display: inline-block;
}

.walsh-heading-xlarge-white {
  color: var(--accent);
  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: 5em;
  font-weight: 700;
  line-height: 1;
}

.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: 0;
  padding-bottom: 5em;
  display: flex;
}

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

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

.walsh-background-darkgreen {
  padding-left: 20px;
  padding-right: 20px;
  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-icon-arrow-flip {
  color: #fff;
  height: 100%;
}

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

.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: 18px;
  font-weight: 800;
}

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

.cta-button {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button.button {
  z-index: 1;
}

.cta-button.button.white-button {
  background-color: #4b4b4b;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

.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;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

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

.walsh-footer-legal-text {
  color: #6e6e6e;
  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-logo-footer {
  margin-bottom: 0;
}

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

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 2em;
  padding-bottom: 4.5em;
  position: relative;
}

.walsh-nav-link-black {
  color: #2c2c2c;
  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: 18px;
  font-weight: 500;
}

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

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

.walsh-nav-menu-white {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.walsh-float-menu {
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 20px;
  position: fixed;
  inset: 10px 20px auto;
  box-shadow: 0 2px 10px 3px #0006;
}

.walsh-nav-wrapper-green-padding {
  z-index: 10;
  background-color: var(--background);
  height: 140px;
  padding: 20px 30px;
  position: sticky;
  top: 0;
}

.button {
  background-color: var(--red);
  color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  font-size: 18px;
  box-shadow: 0 2px 7px 5px #cb00311a;
}

.button.white-button {
  background-color: var(--red);
  outline-offset: 0px;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  outline: 3px #000;
  font-weight: 800;
  transition: box-shadow .2s;
}

.button.white-button:hover {
  box-shadow: 0 9px 17px 11px #0003;
}

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

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

.walsh-form-success-rounded {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.walsh-text-field-auto {
  color: #444;
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  min-width: auto;
  height: 65px;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-form-single-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.walsh-form-block-center {
  text-align: center;
  flex: 1;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}

.walsh-heading-medium {
  color: #fff;
  justify-content: center;
  align-items: 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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.walsh-cta-block-light-green {
  background-color: var(--background);
  background-image: linear-gradient(180deg, var(--accent), var(--background));
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-link-wrapper {
  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:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-button-orange-2 {
  z-index: 5;
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  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: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  box-shadow: 0 2px 16px 11px #0031cb33;
}

.walsh-button-orange-2:hover {
  background-color: var(--red);
  color: #fff;
}

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

.walsh-text-grey {
  color: #000c;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.walsh-text-grey.preis-neu {
  margin-top: 0;
}

.walsh-price {
  color: var(--walsh-black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: .8;
}

.walsh-price-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-pricing-card-block {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.walsh-pricing-card-block-featured {
  grid-row-gap: 2.5em;
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

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

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

.section {
  margin-bottom: 20px;
  padding-top: 20px;
}

.paragraph {
  text-align: left;
  text-transform: none;
}

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

.walsh-heading-small-2 {
  margin-top: 15px;
  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: 30px;
  font-weight: 700;
  line-height: 1.25;
}

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

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

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #0096cb2e;
  border-radius: 15px;
  flex-direction: column;
  height: 220px;
  padding: 10px 20px 20px;
  display: flex;
  overflow: visible;
}

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

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

.text-block {
  color: #fff;
  background-image: url('../images/Circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding: 25px;
  font-size: 30px;
  font-weight: 800;
}

.walsh-label-tag {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-tag {
  text-align: left;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-main-grid-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  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-cta-block-white {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 0 5.5em 3em;
  position: relative;
  overflow: hidden;
}

.walsh-heading-regular {
  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: 18px;
  font-weight: 200;
  line-height: 1.2;
}

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

.walsh-stats-number-large {
  color: #fff;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.walsh-center-col {
  grid-row-gap: 1.8em;
  outline-offset: 0px;
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  outline: 0 solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 35px;
  display: flex;
}

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

.section-2 {
  background-color: var(--background);
}

.numbers-icon {
  margin-top: 0;
}

.paragraph-4 {
  color: var(--walsh-black);
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.image {
  -webkit-text-stroke-color: var(--steel-blue);
  margin-top: 50px;
}

.walsh-text-small-2 {
  color: #00000080;
  margin-bottom: 15px;
  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-heading-small-3 {
  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: 700;
  line-height: 1.25;
}

.walsh-info-wrap-center-2 {
  text-align: center;
  min-height: 50px;
}

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

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

.walsh-profile-v-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.html-embed {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.lightbox-link, .image-2 {
  width: 100%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  padding-top: 20px;
}

.div-block-3 {
  width: 315px;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-3 {
  color: #fff;
}

.section-3 {
  z-index: 999999;
  position: fixed;
}

.image-3 {
  z-index: 999999;
  max-width: 80px;
  margin-bottom: 40px;
  margin-right: 40px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.heading-5 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

.heading-6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  line-height: 100%;
}

.lottie-animation {
  height: 300px;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.cell {
  justify-content: center;
}

.section-4 {
  padding-top: 8rem;
}

.div-block-4 {
  position: absolute;
  inset: 0%;
}

.white {
  color: #fff;
}

.navigation_contact_bar {
  z-index: 5;
  color: #fff;
  background-color: #b40105;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 5%;
  font-size: .85rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  text-decoration: underline;
}

.link-block-2.only-mobile {
  display: none;
}

.link-block-2.no-link:hover {
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  h1 {
    text-align: center;
  }

  h2 {
    font-size: 3.5em;
  }

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

  .walsh-hero-p-wrapper {
    align-items: center;
    max-width: 100%;
  }

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

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(200px, .25fr);
    justify-items: baseline;
  }

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

  .walsh-background-darkgreen {
    display: flex;
  }

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

  .cta-button {
    padding-left: 50px;
  }

  .cta-button.button.white-button {
    background-color: var(--walsh-black);
    box-shadow: none;
    transition-property: none;
  }

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

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

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

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

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

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

  .walsh-nav-menu-white {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .walsh-float-menu {
    margin-top: 2rem;
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    height: 100px;
    margin-top: 2rem;
    padding: 10px;
  }

  .button {
    text-align: center;
  }

  .walsh-text-field-auto {
    background-color: #fff;
    min-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

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

  .walsh-form-block-center {
    padding-right: 0;
  }

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

  .walsh-button-orange-2 {
    padding: 18px 40px;
  }

  .walsh-button-orange-2:hover {
    background-color: #80808033;
  }

  .walsh-pricing-card-block {
    align-items: flex-start;
  }

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

  .heading {
    font-size: 3em;
  }

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

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

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

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

  .walsh-center-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading-4 {
    font-size: 40px;
  }

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

  .columns {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-3 {
    display: block;
  }

  .image-3 {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .heading-5 {
    margin-top: 10px;
    font-size: 20px;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .navigation_contact_bar {
    z-index: 20;
    background-color: var(--accent);
    display: flex;
  }

  .link-block-2.only-mobile {
    display: flex;
  }

  .link-block-2.no-link {
    display: none;
  }
}

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

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

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

  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

  .walsh-form-block-center {
    width: 100%;
  }

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

  .walsh-button-orange-2 {
    width: 100%;
    font-size: 16px;
  }

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

  .heading {
    line-height: 1em;
  }

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

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
    height: 240px;
  }

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

  .walsh-main-grid-3 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

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

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

  .link-block-2.only-mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2em;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: left;
    font-size: 14px;
  }

  .walsh-heading-xlarge-white {
    text-align: center;
    font-size: 2em;
  }

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

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

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

  .cta-button {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

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

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

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

  .walsh-footer-inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .walsh-logo-footer {
    max-height: 100%;
  }

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

  .walsh-content-wrapper-white {
    padding: 3em 20px;
  }

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

  .walsh-float-menu {
    left: 10px;
    right: 10px;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

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

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

  .walsh-cta-block-light-green {
    padding: 3em 2em;
  }

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

  .walsh-button-orange-2 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .walsh-price {
    font-size: 30px;
  }

  .walsh-pricing-card-block {
    padding: 40px 30px;
  }

  .walsh-pricing-card-block-featured {
    padding: 30px 30px 40px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
    margin-top: 40px;
  }

  .section {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .walsh-paragraph-small {
    margin-top: -20px;
    font-size: 14px;
    line-height: 20px;
  }

  .walsh-heading-small-2 {
    font-size: 18px;
  }

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

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

  .walsh-label-tag {
    font-size: 12px;
  }

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

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .walsh-heading-regular {
    margin-top: -20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .walsh-stats-number-large {
    margin-top: 0;
    font-size: 2em;
  }

  .walsh-center-col {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

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

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

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

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

  .walsh-info-wrap-center-2 {
    min-height: 100px;
  }

  .walsh-circle-image-2 {
    flex: none;
    align-items: flex-start;
    width: 100px;
    height: 100px;
    display: block;
  }

  .div-block-3 {
    width: 275px;
  }

  .image-3 {
    max-width: 60px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_4c8e0dbc-8475-27d9-5267-dc78ee22f223-5d9e0832 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-cd7bad06-eb25-fe54-2341-7a3c656a768a-5d9e0832 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_6d5f35f8-07f8-b81f-b83e-985ebc88421f-5d9e0832, #w-node-_6d5f35f8-07f8-b81f-b83e-985ebc884227-5d9e0832, #w-node-_6d5f35f8-07f8-b81f-b83e-985ebc88422f-5d9e0832 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d9013720-c110-b082-46ed-9aef37ca0525-5d9e0832, #w-node-b893a472-40c3-8ce2-8141-c10d7b173e48-5d9e0832, #w-node-_190c59e0-08e8-4b1b-cf33-e6ec6422e24c-5d9e0832, #w-node-fce28804-5f07-8285-e443-ab3154ff8546-5d9e0832 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a8362b52-aa22-dac3-50b6-32341ca368b5-5d9e0832 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-c81d750c-ad8a-ecb0-f53c-81a4178c9cf9-5d9e0832, #w-node-_2a3ed11f-8852-5678-6236-1138d06d18e8-5d9e0832, #w-node-b0824509-f087-a879-6288-1f6a549be400-5d9e0832 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c701f67a-7ec1-3b44-b5a0-8dbf1ec8f15d-5d9e0832, #w-node-_5ddf8081-eb73-19fd-65b0-294ab62e68b2-5d9e0832, #w-node-e2102917-6447-f2e2-c2ff-bb85d4b15832-5d9e0832, #w-node-c4f61f0a-51f9-7e7a-a39a-071a40cac81f-5d9e0832, #w-node-d4e983fa-7bd5-5397-b3ac-8ada14ff3b37-5d9e0832, #w-node-cf85e962-b700-18f8-ce98-90be34581f3b-5d9e0832, #w-node-_6f9dd621-a515-d033-ec0d-ff0aa03fc395-5d9e0832, #w-node-_5de6634a-5184-f3e5-de17-7879ac514b6e-5d9e0832 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe219e-5d9e0832 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a7-5d9e0832 {
  grid-area: 4 / 5 / 5 / 9;
  place-self: center;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a9-5d9e0832 {
  justify-self: center;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a0-5d9e0832 {
  grid-area: 3 / 4 / 4 / 10;
  place-self: center;
}

#w-node-_3b00220d-7631-4684-2840-886f9f333d74-9f333d74 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe219e-c01182b5 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a7-c01182b5 {
  grid-area: 4 / 5 / 5 / 9;
  place-self: center;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a9-c01182b5 {
  justify-self: center;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a0-c01182b5 {
  grid-area: 3 / 4 / 4 / 10;
  place-self: center;
}

#w-node-_4c8e0dbc-8475-27d9-5267-dc78ee22f223-31d49b69 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-cd7bad06-eb25-fe54-2341-7a3c656a768a-31d49b69 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_6d5f35f8-07f8-b81f-b83e-985ebc88421f-31d49b69, #w-node-_6d5f35f8-07f8-b81f-b83e-985ebc884227-31d49b69, #w-node-_6d5f35f8-07f8-b81f-b83e-985ebc88422f-31d49b69 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d9013720-c110-b082-46ed-9aef37ca0525-31d49b69, #w-node-b893a472-40c3-8ce2-8141-c10d7b173e48-31d49b69, #w-node-_190c59e0-08e8-4b1b-cf33-e6ec6422e24c-31d49b69, #w-node-fce28804-5f07-8285-e443-ab3154ff8546-31d49b69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a8362b52-aa22-dac3-50b6-32341ca368b5-31d49b69 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-c81d750c-ad8a-ecb0-f53c-81a4178c9cf9-31d49b69, #w-node-_2a3ed11f-8852-5678-6236-1138d06d18e8-31d49b69, #w-node-b0824509-f087-a879-6288-1f6a549be400-31d49b69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c701f67a-7ec1-3b44-b5a0-8dbf1ec8f15d-31d49b69, #w-node-_5ddf8081-eb73-19fd-65b0-294ab62e68b2-31d49b69, #w-node-e2102917-6447-f2e2-c2ff-bb85d4b15832-31d49b69, #w-node-c4f61f0a-51f9-7e7a-a39a-071a40cac81f-31d49b69, #w-node-d4e983fa-7bd5-5397-b3ac-8ada14ff3b37-31d49b69, #w-node-cf85e962-b700-18f8-ce98-90be34581f3b-31d49b69, #w-node-_6f9dd621-a515-d033-ec0d-ff0aa03fc395-31d49b69, #w-node-_5de6634a-5184-f3e5-de17-7879ac514b6e-31d49b69 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe219e-31d49b69 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a7-31d49b69 {
  grid-area: 4 / 5 / 5 / 9;
  place-self: center;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a9-31d49b69 {
  justify-self: center;
}

#w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a0-31d49b69 {
  grid-area: 3 / 4 / 4 / 10;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4c8e0dbc-8475-27d9-5267-dc78ee22f223-5d9e0832 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-cd7bad06-eb25-fe54-2341-7a3c656a768a-5d9e0832 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-a8362b52-aa22-dac3-50b6-32341ca368b5-5d9e0832 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c81d750c-ad8a-ecb0-f53c-81a4178c9cf9-5d9e0832, #w-node-_2a3ed11f-8852-5678-6236-1138d06d18e8-5d9e0832, #w-node-b0824509-f087-a879-6288-1f6a549be400-5d9e0832 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe219e-5d9e0832 {
    grid-column: 1 / 3;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a7-5d9e0832 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a0-5d9e0832 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_3b00220d-7631-4684-2840-886f9f333d74-9f333d74, #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe219e-c01182b5 {
    grid-column: 1 / 3;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a7-c01182b5 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a0-c01182b5 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_4c8e0dbc-8475-27d9-5267-dc78ee22f223-31d49b69 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-cd7bad06-eb25-fe54-2341-7a3c656a768a-31d49b69 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-a8362b52-aa22-dac3-50b6-32341ca368b5-31d49b69 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c81d750c-ad8a-ecb0-f53c-81a4178c9cf9-31d49b69, #w-node-_2a3ed11f-8852-5678-6236-1138d06d18e8-31d49b69, #w-node-b0824509-f087-a879-6288-1f6a549be400-31d49b69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe219e-31d49b69 {
    grid-column: 1 / 3;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a7-31d49b69 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe21a0-31d49b69 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c81d750c-ad8a-ecb0-f53c-81a4178c9cf9-5d9e0832, #w-node-_2a3ed11f-8852-5678-6236-1138d06d18e8-5d9e0832, #w-node-b0824509-f087-a879-6288-1f6a549be400-5d9e0832, #w-node-c81d750c-ad8a-ecb0-f53c-81a4178c9cf9-31d49b69, #w-node-_2a3ed11f-8852-5678-6236-1138d06d18e8-31d49b69, #w-node-b0824509-f087-a879-6288-1f6a549be400-31d49b69 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd7bad06-eb25-fe54-2341-7a3c656a768a-5d9e0832 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-a8362b52-aa22-dac3-50b6-32341ca368b5-5d9e0832 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c81d750c-ad8a-ecb0-f53c-81a4178c9cf9-5d9e0832, #w-node-_2a3ed11f-8852-5678-6236-1138d06d18e8-5d9e0832, #w-node-b0824509-f087-a879-6288-1f6a549be400-5d9e0832 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe219e-5d9e0832, #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe219e-c01182b5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cd7bad06-eb25-fe54-2341-7a3c656a768a-31d49b69 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-a8362b52-aa22-dac3-50b6-32341ca368b5-31d49b69 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c81d750c-ad8a-ecb0-f53c-81a4178c9cf9-31d49b69, #w-node-_2a3ed11f-8852-5678-6236-1138d06d18e8-31d49b69, #w-node-b0824509-f087-a879-6288-1f6a549be400-31d49b69 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48bcd8e1-7541-74fa-0464-8e3018fe219e-31d49b69 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


