:root {
  --color--color--lpd-black: #333;
  --white: white;
  --color--lpd-yellow: #e6c250;
  --color--alpha-off-white: #edf7f2;
  --color--alpha-light-blue: #a6f5ff;
  --color--alpha-dark-blue: #5b878d;
  --walsh--walsh-dark-green-2: #204f58;
  --color--alpha-light-green-fade: #a6f5ffbf;
  --walsh--black: #2c2c2c;
  --color--color--lpd-white: white;
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-light-green: #c2ecd5;
  --color--alpha-light-blue-fade: #a6f5ffb3;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --walsh--azure: #e7f1f1;
  --color--color--lpd-2yellow-fade: #e6c25000;
  --black: black;
  --alpha-kk9-green-fade: #5b878d91;
  --color--lpd-transp: #fff0;
  --color--color-lpd-yellow-fade: #e6c250c4;
  --color--alpha-green: #9fc131;
  --color--alpha-green-fade: #9fc131b0;
  --color--alpha-blue: #4cb6c2;
  --color--alpha-light-green: #b5e655;
  --walsh--walsh-dark-green: #2c5c5d;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

.walsh-label-button {
  color: var(--color--color--lpd-black);
  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: 700;
}

.walsh-label-button:hover {
  color: var(--white);
}

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

.lpd_button1 {
  background-color: var(--color--lpd-yellow);
  color: #fff;
  text-align: center;
  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;
}

.lpd_button1:hover {
  border: 1px solid var(--white);
  background-color: var(--color--color--lpd-black);
  color: var(--white);
}

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

.walsh-nav-link-white {
  color: var(--color--alpha-off-white);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Merriweather, serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.walsh-nav-link-white:hover {
  color: var(--color--alpha-light-blue);
  background-color: #00000059;
}

.walsh-nav-link-white.w--current {
  color: var(--color--alpha-light-blue);
  font-family: Merriweather, serif;
  font-size: 1.3rem;
}

.walsh-nav-link-white.w--current:hover {
  color: var(--color--alpha-light-blue);
}

.walsh-nav-link-white.w--current:active, .walsh-nav-link-white.w--current:focus, .walsh-nav-link-white.w--current:visited {
  color: var(--white);
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: #00000059;
}

.walsh-dropdown {
  color: #fff;
}

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

.walsh-nav-logo {
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.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%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

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

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: var(--color--alpha-dark-blue);
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: static;
  top: 0;
}

.walsh-button-fill {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.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 {
  max-width: 22em;
  color: var(--white);
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  line-height: 1.6;
}

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

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

.walsh-heading-xlarge-white {
  color: var(--color--alpha-dark-blue);
  letter-spacing: -.02em;
  font-family: Merriweather, serif;
  font-size: 6rem;
  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: 6em;
  padding-bottom: 6em;
  padding-left: 2rem;
  display: flex;
}

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

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 5fr 5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 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: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green-2);
  background-image: linear-gradient(to bottom, var(--color--alpha-light-green-fade), var(--color--alpha-light-green-fade)), url('../images/K9-Main-Image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.walsh-background-darkgreen.contact {
  height: auto;
}

.walsh-background-darkgreen.ddd {
  height: 70vh;
}

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

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

.alpha-paragraph {
  color: #0009;
  letter-spacing: 0;
  padding-top: 1.5rem;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.alpha-paragraph.small {
  font-size: 1.1rem;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

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

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

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  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-icon-arrow-flip-2 {
  height: 12px;
}

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

.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-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.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-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.lpd_heading {
  color: var(--walsh--black);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.25rem;
}

.lpd_heading.tiny {
  font-size: 2rem;
  font-weight: 400;
}

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

.lpd_heading.white {
  color: var(--white);
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-family: Merriweather, serif;
  font-size: 1.2em;
  font-weight: 300;
}

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

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

.walsh-center-hero {
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
}

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

.walsh-hero-inner-image-2 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

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

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

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

.walsh-heading-small {
  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-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

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

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

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

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

.button {
  background-color: var(--color--alpha-light-blue);
  color: var(--color--alpha-dark-blue);
  border-radius: 8px;
  padding: 18px 32px;
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

.button:hover {
  border: 1px solid var(--color--alpha-off-white);
  background-color: var(--color--alpha-dark-blue);
  color: var(--color--alpha-off-white);
}

.button.black {
  background-color: var(--color--alpha-dark-blue);
  color: var(--white);
}

.button.black:hover {
  border-width: 1px;
  border-color: var(--color--alpha-dark-blue);
  background-color: var(--white);
  color: var(--color--alpha-dark-blue);
  -webkit-text-stroke-color: var(--color--color--lpd-white);
}

.button.black.reversed {
  background-color: var(--white);
  color: var(--color--alpha-dark-blue);
}

.button.black.reversed:hover {
  border-color: var(--white);
  background-color: var(--color--alpha-dark-blue);
  color: var(--white);
}

.section-28 {
  background-color: var(--color--alpha-dark-blue);
  padding-top: 0;
}

.div-block-3 {
  text-align: center;
  padding: .5rem 1rem;
}

.columns-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-6 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-5 {
  color: #fff;
  padding-left: 5px;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.text-block-5.number {
  color: var(--color--color--lpd-white);
  justify-content: center;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 300;
  display: flex;
}

.section-29 {
  background-color: var(--color--lpd-yellow);
  padding-top: 0;
}

.brix---card-link-icon-wrapper {
  background-color: var(--color--alpha-light-blue);
  color: #6e7191;
  transform-style: preserve-3d;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--white);
  transform: scale3d(.96, .96, 1.01);
}

.brix---big-icon-left {
  color: #62df83db;
  border-radius: 16px;
  margin-right: 16px;
}

.brix---container-default {
  background-color: var(--color--alpha-dark-blue);
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

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

.brix---footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding: 4rem 10px 2rem;
}

.brix---footer-col-title {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
}

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

.brix---color-neutral-600 {
  color: #6e7191;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.columns-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rs_text {
  color: var(--white);
  padding-bottom: 1rem;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.rs_text:hover {
  color: var(--color--alpha-light-blue);
}

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

.rs_text.footerr {
  font-family: Merriweather, serif;
}

.rs_text.top {
  margin-top: 2rem;
}

.rs_text.dark {
  color: var(--color--alpha-dark-blue);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---footer-list-item {
  flex-flow: column;
  margin-bottom: 18px;
  padding-left: 0;
  display: flex;
}

.brix---footer-list-item:hover {
  color: #62df83;
}

.brix---footer-bottom-v14 {
  color: #6e7191;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold {
  color: var(--color--color--lpd-black);
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.text-span-5 {
  font-size: 22px;
}

.heading_section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px;
}

.heading_section.dark {
  background-color: var(--color--alpha-dark-blue);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading_section.cus {
  margin-bottom: 0;
}

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

.cell-9 {
  background-image: url('../images/G25.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #d7df23;
}

.cell-9.r2 {
  background-image: url('../images/G24.jpg');
}

.cell-9.r3 {
  background-image: url('../images/G28.jpg');
}

.cell-8 {
  background-image: url('../images/G13.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #d7df23;
}

.cell-8.r2 {
  background-image: url('../images/G21.jpg');
}

.cell-8.r3 {
  background-image: url('../images/G6.jpg');
}

.steele-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  display: flex;
}

.div-dark_new {
  width: 100%;
  height: 100%;
}

.cell-7 {
  background-image: url('../images/G8.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #d7df23;
}

.cell-7.r2 {
  background-image: url('../images/G2.jpg');
}

.cell-7.r3 {
  background-image: url('../images/G32.jpg');
  background-position: 50%;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  height: 60vh;
  margin: 0;
  padding: 0;
}

.quick-stack-3.gallery {
  grid-column-gap: 10px;
  margin: 1rem;
}

.link-block-services {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.cell-14 {
  background-image: url('../images/G5.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #d7df23;
}

.cell-14.r2 {
  background-image: url('../images/G23.jpg');
  background-position: 50%;
}

.cell-14.r3 {
  background-image: url('../images/G30.jpg');
  background-position: 50%;
}

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

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

.walsh-label-button-3 {
  outline-offset: 0px;
  outline: 3px #fff;
  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;
  text-decoration: none;
}

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

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

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

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

.walsh-link-block-orange {
  background-color: var(--color--alpha-light-blue);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 1rem;
  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 {
  border: 1px solid var(--color--alpha-off-white);
  background-color: var(--color--alpha-dark-blue);
  color: var(--color--alpha-off-white);
}

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

.walsh-icon-check {
  height: 9px;
}

.walsh-circle-check {
  background-color: var(--color--alpha-light-blue);
  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;
  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-flex-col {
  grid-column-gap: 2em;
  display: flex;
}

.walsh-heading-large {
  color: var(--color--alpha-off-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-label-tag {
  color: var(--color--alpha-dark-blue);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-tag {
  background-color: var(--color--alpha-light-blue);
  color: var(--color--alpha-dark-blue);
  text-align: left;
  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: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-cta-block-light-green {
  background-color: var(--color--alpha-dark-blue);
  border-radius: 0;
  width: 100%;
  padding: 2em 5.5em;
  position: relative;
  overflow: hidden;
}

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

.walsh-label-button-4 {
  color: var(--color--alpha-off-white);
  font-family: Merriweather, serif;
  font-size: 1.2em;
  font-weight: 700;
}

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

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

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

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

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

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

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

.lpd-text {
  color: var(--color--alpha-off-white);
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.lpd_text2 {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}

.walsh-heading-small-2 {
  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.5rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.walsh-icon-small-2 {
  height: 75px;
}

.walsh-icon-wrapper-circle {
  background-color: var(--color--alpha-light-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  display: flex;
}

.walsh-rounded-box-center {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.section-32 {
  padding: 10px;
}

.field-label-2 {
  color: var(--color--alpha-off-white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-contact-field {
  border-width: 2px;
  border-color: var(--color--color--lpd-black);
  color: #000;
  border-radius: 12px;
  margin-bottom: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  transition-property: none;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gcp_button1-2 {
  background-color: var(--color--alpha-light-blue);
  min-width: 150px;
  color: var(--color--color--lpd-black);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  padding: 18px 24px;
  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: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.gcp_button1-2:hover {
  border: 1px solid var(--color--alpha-off-white);
  background-color: var(--color--alpha-dark-blue);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.contact-form-wrap {
  background-color: var(--color--alpha-dark-blue);
  border: 0 solid #eee;
  border-radius: 12px;
  padding: 45px 50px 50px;
}

.section-33 {
  margin-bottom: 3rem;
  padding: 10px;
}

.section-34 {
  padding: 10px;
}

.rs_text-2 {
  color: #000;
  padding-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

.rs_text-2:hover {
  color: #000;
}

.rs_text-2.pp {
  text-align: justify;
}

.section-35 {
  margin-top: 3rem;
  padding: 10px;
}

.section-36 {
  padding: 10px;
}

.alpha-tick {
  color: var(--color--alpha-off-white);
  font-family: Merriweather, serif;
  font-size: 1.25rem;
}

.cell-15, .cell-16 {
  justify-content: center;
  align-items: center;
}

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

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

.walsh-text-small-left {
  color: #00000080;
  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: Merriweather, serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

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

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

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

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

.walsh-flex-col-wide {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

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

.walsh-heading-medium {
  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-quote-image {
  opacity: .26;
  height: 56px;
}

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

.walsh-rounded-box-2 {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

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

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

.div-block-11 {
  position: absolute;
  inset: auto 1% 1% auto;
}

.image-21 {
  width: 8rem;
  height: 8rem;
}

.section-43 {
  margin-top: 1rem;
  padding: 10px;
}

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

.walsh-rounded-box-large {
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 40px;
  display: flex;
}

.walsh-icon-wrapper-circle-large {
  background-color: var(--color--alpha-dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.walsh-icon-small-3 {
  height: 90px;
}

.walsh-heading-medium-2 {
  color: #2c2c2c;
  text-align: center;
  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: 2.5em;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.section-44 {
  padding: 10px;
}

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

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

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

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

.walsh-icon-check-2 {
  height: 1rem;
}

.walsh-circle-check-3 {
  background-color: var(--color--alpha-light-blue-fade);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  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-list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.walsh-button {
  z-index: 5;
  background-color: var(--walsh--walsh-light-green);
  color: var(--walsh--black);
  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: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button:hover {
  color: #fff;
  background-color: #79a315;
}

.walsh-text-grey {
  color: #2c2c2c80;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-price {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  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: .8;
}

.walsh-heading-regular-dark-green {
  color: #2c5c5d;
  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.9em;
  font-weight: 700;
}

.walsh-icon-pricing-card {
  height: 2.25em;
}

.walsh-pricing-circle-icon {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-bottom: 10px;
  display: flex;
}

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

.walsh-pricing-grid {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  width: 100%;
  overflow: hidden;
}

.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-circle-check-off {
  opacity: .35;
  background-color: #b0b2b247;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-off {
  color: #9191918a;
  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;
  text-decoration: line-through;
  display: flex;
}

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

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

.walsh-container-6 {
  z-index: 2;
  background-color: var(--color--alpha-dark-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

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

.walsh-button-hover-fill-4 {
  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-4 {
  height: 12px;
}

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

.walsh-label-button-5 {
  font-family: Merriweather, serif;
  font-size: 1.2rem;
}

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

.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-div-block-2 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

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

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

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

.walsh-inner-rounded-banner {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  padding: 6em;
  display: flex;
}

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

.walsh-inner-rounded-img-float {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 50%;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 4em;
  display: flex;
}

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

.container-fade {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--color--alpha-dark-blue), white 60%);
  flex: none;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-fade.pad {
  margin-top: 2rem;
}

.container-fade.pad.no-fade {
  background-image: none;
}

.walsh-label-button-6 {
  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-container-8 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.courses-container {
  z-index: 2;
  background-color: var(--color--alpha-dark-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.section-46 {
  margin-bottom: 2rem;
  padding: 10px;
}

.image-22 {
  padding: 10px;
}

.image-23 {
  padding: 10px 0;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-47 {
  margin-bottom: 2rem;
  padding: 10px;
}

.section-48 {
  padding: 10px;
}

.code-embed-2 {
  width: 50%;
  padding: 10px 0;
}

.section-49 {
  padding: 10px;
}

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

@media screen and (min-width: 1440px) {
  .walsh-left-hero {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .brix---footer-list-item {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

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

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

  .lpd_button1 {
    padding-left: 50px;
  }

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

  .walsh-nav-link-white {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

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

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .walsh-nav-menu-green {
    background-color: var(--color--alpha-dark-blue);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .walsh-left-hero {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .lpd_heading {
    font-size: 4em;
  }

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

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

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

  .div-block-3 {
    padding-left: 1rem;
  }

  .text-block-5, .text-block-5.number {
    font-size: 1.2rem;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .steele-div {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .quick-stack-3 {
    grid-row-gap: 0px;
    height: 60vh;
    margin: 0;
  }

  .quick-stack-3.gallery {
    grid-row-gap: 10px;
  }

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

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

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

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

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

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

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

  .walsh-container-3 {
    flex: 0 auto;
    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-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

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

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

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

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

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

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

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

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

  .walsh-main-grid-7 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

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

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

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

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

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

  .walsh-inner-rounded-img-float {
    max-width: none;
    padding-left: 4em;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

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

  .banner {
    flex-direction: column;
  }

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

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

  .walsh-nav-wrapper-green {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

  .lpd_heading {
    font-size: 3em;
    line-height: 3.1rem;
  }

  .walsh-center-hero {
    padding-top: 5em;
  }

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

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

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

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

  .section-28 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .section-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .div-dark_new {
    height: 30vh;
  }

  .quick-stack-3 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .walsh-heading-large {
    font-size: 2.25rem;
  }

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

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

  .lpd-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .lpd_text2 {
    font-size: 1.4em;
  }

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

  .text-field.cc-textarea, .text-field.cc-contact-field {
    text-align: left;
  }

  .gcp_button1-2 {
    padding: 20px 32px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .walsh-rounded-box-banner, .banner {
    grid-row-gap: 1.5em;
  }

  .banner.reverse {
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  .walsh-label-button {
    font-size: 16px;
  }

  .lpd_button1 {
    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-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

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

  .walsh-container-nav {
    padding-left: 10px;
  }

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

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    -webkit-text-stroke-width: .5px;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .walsh-hero-p-wrapper {
    max-width: none;
  }

  .walsh-heading-xlarge-white {
    font-size: 4.5rem;
    line-height: 1.1;
  }

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

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

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

  .alpha-paragraph {
    text-align: center;
    font-size: 1.1rem;
  }

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

  .walsh-heading-regular {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    padding: 0 10px 10px;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
    margin-top: .5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .lpd_heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

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

  .walsh-center-hero {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

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

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

  .link-block-6 {
    margin-left: 0;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-20 {
    margin-right: 0;
  }

  .text-block-5 {
    font-size: 15px;
    font-weight: 400;
  }

  .text-block-5.number {
    font-size: 1.5rem;
  }

  .column-17 {
    display: none;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 10px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---container-default {
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .brix---mg-bottom-24px {
    text-align: center;
    margin-bottom: 16px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---footer-col-title {
    text-align: center;
    margin-bottom: 16px;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    text-align: center;
  }

  .grid-footer-4-cols-v14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-13 {
    display: flex;
  }

  .rs_text {
    text-align: center;
  }

  .rs_text.footerr {
    margin-bottom: 2rem;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---footer-list-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-7 {
    text-align: center;
  }

  .heading_section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .steele-div {
    text-align: center;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-3.gallery {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

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

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

  .walsh-list-flex {
    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;
  }

  .walsh-flex-col {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .walsh-tag {
    text-align: left;
    margin-bottom: 1rem;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-cta-block-light-green {
    margin-top: 2rem;
    padding: 1rem;
  }

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

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

  .walsh-list-flex-white {
    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;
  }

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

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

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

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

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

  .lpd_text2 {
    text-align: center;
    font-size: 1.1rem;
  }

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

  .walsh-rounded-box-center {
    padding: 10px;
  }

  .gcp_button1-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .contact-form-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rs_text-2, .div-block-10 {
    text-align: center;
  }

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

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

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

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

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

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

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

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .div-block-11 {
    display: none;
  }

  .walsh-rounded-box-large {
    padding-bottom: 3em;
  }

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

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

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

  .walsh-list-flex-2 {
    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;
  }

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

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

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

  .walsh-icon-pricing-card {
    height: 1.8em;
  }

  .walsh-pricing-circle-icon {
    width: 6em;
    height: 6em;
  }

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

  .walsh-list-flex-off {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .walsh-pricing-card-block-featured {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 10px 40px;
  }

  .walsh-main-grid-7 {
    width: 100%;
  }

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

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

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

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

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

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

  .walsh-inner-rounded-banner, .walsh-inner-rounded-img-float {
    padding: 10px;
  }

  .walsh-rounded-box-banner {
    max-width: none;
  }

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

  .container-fade.pad.no-fade {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .courses-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-45 {
    margin-bottom: -30px;
  }

  .code-embed-2 {
    width: 60%;
  }
}

#w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad5-2f587400 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: end;
}

#w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad7-2f587400 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-d9bf685e-3822-feb7-ab7d-410e4362e80d-2f587400 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-b3d5ff55-d9d5-7579-b217-1435eeb16ddc-2f587400, #w-node-b3d5ff55-d9d5-7579-b217-1435eeb16de4-2f587400, #w-node-b3d5ff55-d9d5-7579-b217-1435eeb16dec-2f587400 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_45f2d1e1-2507-e305-c4c0-354496fbb66c-2f587400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_45f2d1e1-2507-e305-c4c0-354496fbb678-2f587400, #w-node-_45f2d1e1-2507-e305-c4c0-354496fbb684-2f587400, #w-node-cfc2a0e4-1fe8-aa43-64a0-6e843162eb6c-2f587400, #w-node-ae7eb57f-6570-01ce-88ac-d394e916ce39-2f587400, #w-node-c3c1abc3-6546-f6d1-5d2a-debdeae53850-2f587400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3e1ae970-be2f-e2c8-23a9-b804e5645ab2-2f587400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3e1ae970-be2f-e2c8-23a9-b804e5645ab4-2f587400, #w-node-_3e1ae970-be2f-e2c8-23a9-b804e5645ac3-2f587400 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7a16fbf-715a-a29f-3e4d-9a1b0329870b-2f587400, #w-node-e7a16fbf-715a-a29f-3e4d-9a1b03298713-2f587400, #w-node-e7a16fbf-715a-a29f-3e4d-9a1b0329871b-2f587400, #w-node-e7a16fbf-715a-a29f-3e4d-9a1b03298724-2f587400, #w-node-e7a16fbf-715a-a29f-3e4d-9a1b0329872c-2f587400, #w-node-e7a16fbf-715a-a29f-3e4d-9a1b03298734-2f587400 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_1ed3ff7f-f09e-9c73-e5c2-8bfb8010ef05-8010eef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0ce79c0-ab51-5c3b-0dbb-03874d1cb8fb-4d1cb8f7 {
  grid-area: 1 / 2 / 2 / 10;
  align-self: start;
}

#w-node-_5a872a8c-a170-4c5e-274b-e2fa02a252e0-2f587401 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad5-2f587404 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: end;
}

#w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad7-2f587404 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_5a872a8c-a170-4c5e-274b-e2fa02a252e0-2f587404 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad7-2f587400 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad5-2f587400 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad7-2f587400, #w-node-d9bf685e-3822-feb7-ab7d-410e4362e80d-2f587400 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_45f2d1e1-2507-e305-c4c0-354496fbb66c-2f587400, #w-node-_45f2d1e1-2507-e305-c4c0-354496fbb678-2f587400, #w-node-_45f2d1e1-2507-e305-c4c0-354496fbb684-2f587400, #w-node-cfc2a0e4-1fe8-aa43-64a0-6e843162eb6c-2f587400, #w-node-ae7eb57f-6570-01ce-88ac-d394e916ce39-2f587400, #w-node-c3c1abc3-6546-f6d1-5d2a-debdeae53850-2f587400 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1ed3ff7f-f09e-9c73-e5c2-8bfb8010eef7-8010eef4, #w-node-_1ed3ff7f-f09e-9c73-e5c2-8bfb8010ef1b-8010eef4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e0ce79c0-ab51-5c3b-0dbb-03874d1cb8fb-4d1cb8f7, #w-node-_5a872a8c-a170-4c5e-274b-e2fa02a252e0-2f587401 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad5-2f587404 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad7-2f587404, #w-node-_5a872a8c-a170-4c5e-274b-e2fa02a252e0-2f587404 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1ed3ff7f-f09e-9c73-e5c2-8bfb8010eef7-8010eef4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1ed3ff7f-f09e-9c73-e5c2-8bfb8010ef1b-8010eef4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad5-2f587400 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad7-2f587400 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-d9bf685e-3822-feb7-ab7d-410e4362e80d-2f587400, #w-node-e0ce79c0-ab51-5c3b-0dbb-03874d1cb8fb-4d1cb8f7, #w-node-_5a872a8c-a170-4c5e-274b-e2fa02a252e0-2f587401 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad5-2f587404 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9edd4246-f018-8eb4-84fb-8729d9a3cad7-2f587404 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_5a872a8c-a170-4c5e-274b-e2fa02a252e0-2f587404 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


