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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #fff;
  letter-spacing: 28.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #101828;
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

p {
  color: #667085;
  margin-bottom: 0;
  font-size: 1.125rem;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.form-message-success {
  color: #fff;
  background-color: #208b3a;
  border-radius: .5rem;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(16, 24, 40, .05);
}

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

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

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-background2 {
  background-color: #f9fafb;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #667085;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: #92e6a7;
}

.fs-styleguide_color-sample.is-background1 {
  background-color: #fff;
  border: 1px solid #000;
}

.fs-styleguide_color-sample.is-primary {
  background-color: #208b3a;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.button {
  color: #000;
  text-align: center;
  background-color: #208b3a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button:hover {
  background-color: #1a7431;
}

.button.is-hero {
  width: 250px;
  color: #f9fafb;
  background-color: #101828;
  border: 1px solid #000;
  justify-content: space-between;
  padding: 1rem;
  display: block;
}

.button.is-hero:hover {
  background-color: #1a7431;
  border: 1px solid #101828;
}

.button.is-secondary {
  color: #344054;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #208b3a;
}

.button.is-form {
  width: 100%;
}

.heading-medium {
  font-size: 2.25rem;
  line-height: 1.2;
}

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

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

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

.icon-medium {
  height: 3rem;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

.icon-small {
  height: 2rem;
}

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

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

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

.text-size-medium.is-cta {
  color: #344054;
}

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

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

.text-style-link {
  color: #1a7431;
  font-size: 1.25rem;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: inset 0 -2px #208b3a;
}

.text-style-link:hover {
  box-shadow: inset 0 -28px rgba(32, 139, 58, .4);
}

.form-wrapper {
  margin-bottom: 0;
}

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

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

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

.icon-large {
  height: 4rem;
}

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

.max-width-medium.align-center {
  position: relative;
}

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

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

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

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  padding: .75rem 1rem;
}

.form-input:focus {
  border: 1px solid #208b3a;
  box-shadow: 1px 0 3px #92e6a7;
}

.form-input::-ms-input-placeholder {
  color: #667085;
}

.form-input::placeholder {
  color: #667085;
}

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

.form-input.is-bigger {
  min-height: 8rem;
}

.form-checkbox-label {
  color: #344054;
  font-weight: 500;
}

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

.form-label {
  color: #344054;
  margin-bottom: .375rem;
  font-size: .875rem;
}

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

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

.form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-color: #d0d5dd;
  border-radius: .375rem;
  flex: none;
  margin: 0 .75rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #1a7431;
  background-size: 90%;
  border-color: #d0d5dd;
  margin: 0 .75rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: 1.25rem;
  height: 1.25rem;
  border-color: #208b3a;
  border-radius: .5rem;
  margin: 0 .75rem 0 0;
  box-shadow: 0 0 .25rem 0 #208b3a;
}

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

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

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

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

.page-padding.is-nav {
  padding: 0 3.5rem;
}

.page-padding.is-header {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

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

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

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

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

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

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

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

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

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

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  border-radius: .5rem;
  margin-top: .75rem;
  padding: .75rem;
}

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

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  overflow: hidden;
}

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

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

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button-secondary:hover {
  background-color: #208b3a;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

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

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

.margin-small {
  margin: 1.25rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

.margin-bottom.margin-xlarge {
  margin-bottom: 4rem;
}

.margin-bottom.margin-custom1 {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.padding-vertical.padding-custom2 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

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

.heading-small {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.icon_firefox {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin-bottom: 5px;
  padding: 6px;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_link {
  width: 33.3333%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.browser-warning {
  max-width: 600px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
  display: flex;
  box-shadow: 11px 11px 55px rgba(53, 90, 164, .1);
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser-detect {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_menu-button {
  padding: 1.25rem;
}

.nav_button-wrapper {
  display: none;
}

.nav_menu {
  color: #101828;
  align-items: center;
  display: flex;
}

.nav_component {
  z-index: 100;
  background-color: #92e6a7;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: .55rem;
  padding-bottom: .55rem;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav_link {
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav_link:hover {
  color: #1a7431;
  text-decoration: none;
}

.nav_link.w--current {
  color: #0385ce;
  background-color: #dce5ec;
  box-shadow: inset 0 -2px #0385ce;
}

.nav_link.nav-bar-text {
  transition: all .2s;
}

.nav_link.nav-bar-text.w--current {
  color: #1a7431;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -2px #1a7431;
}

.nav_container {
  width: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-logo {
  color: #fff;
  font-family: Pacifico, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}

.nav-logo.is-footer {
  color: #000;
}

.section-header {
  min-height: 80vh;
  background-image: url('../images/Hero-bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -5.5rem;
}

.section-header.hide-mobile-landscape {
  height: 95vh;
  background-image: linear-gradient(#92e6a7, #92e6a7);
  background-position: 0 0;
  margin-top: 0;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  padding-top: 12rem;
  display: grid;
}

.hero-logo {
  width: 8rem;
}

.hero-text.max-width-medium {
  color: #101828;
  text-align: left;
  text-transform: none;
  margin-top: 1rem;
}

.arrow-right {
  margin-left: .75rem;
}

.hero-heading {
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 3rem;
  line-height: 1.1;
}

.section-services {
  background-color: #92e6a7;
  padding-top: 4rem;
  overflow: hidden;
}

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

.title-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kicker-text {
  color: #1a7431;
  font-weight: 600;
}

.button-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  margin-top: 3rem;
  display: grid;
}

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

.layout-image-wrapper {
  min-height: 32rem;
  background-image: url('../images/landscaping---front-yard--tree-bed-copy.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-right: -12rem;
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .2);
}

.layout-image-wrapper.is-lawn-care {
  background-image: url('../images/landscaping---backyard--patio-deck.webp'), url('../images/deck---Copy.jpg');
  background-position: 0%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  margin-left: -12rem;
  margin-right: 0;
}

.layout-image-wrapper.is-deck {
  background-image: url('../images/deck---Copy.jpg');
}

.global-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  display: grid;
}

.global-2-col.is-flipped {
  grid-template-columns: 1fr 1fr;
  margin-top: 6rem;
  margin-bottom: 0;
  padding-left: 0;
}

.global-list-wrapper {
  margin-top: 2rem;
}

.global-list-item {
  align-items: center;
  display: flex;
}

.global-list-item.is-second {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

.checkmark-image {
  margin-left: 1rem;
  margin-right: .75rem;
}

.global-icon {
  width: 3rem;
}

.heading-wrapper {
  align-items: flex-end;
  display: flex;
}

.cta_component {
  text-align: center;
  background-color: #92e6a7;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
}

.cta_component.is-faq {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-testimonials {
  min-height: 100vh;
}

.tesimonials_component {
  min-height: 100vh;
  background-color: rgba(221, 221, 221, 0);
}

.testimonials_slide-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonials_slide-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonials_slide-quote {
  font-size: 3rem;
  font-weight: 500;
}

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

.author-image {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
}

.author_text-wrapper {
  margin-left: 1rem;
}

.author_name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}

.author_job-title {
  color: #667085;
}

.testimonials_slide-image-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.arrow {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #92e6a7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 22%;
  left: 30%;
  right: auto;
}

.arrow.next {
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  left: 42%;
}

.arrow.next:hover {
  background-color: #92e6a7;
}

.arrow.previous {
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  left: 35%;
}

.arrow.previous:hover {
  background-color: #92e6a7;
}

.faq_item {
  border-bottom: 1px solid #e4e7ec;
  padding-bottom: 1.5rem;
}

.faq_content-wrapper {
  padding-top: 1.5rem;
  overflow: hidden;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.7;
}

.faq_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.section-faq {
  background-color: #f9fafb;
}

.faq_question-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.layout-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_open-wrapper {
  width: 20px;
  height: 20px;
  border: 2px solid #208b3a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq_open-line {
  width: .625rem;
  height: 2px;
  background-color: #208b3a;
}

.faq_open-line.is-vertical {
  width: 2px;
  height: .625rem;
  border-radius: 50%;
  position: absolute;
}

.faq_open-line.is-horizontal {
  border-radius: 50%;
}

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

.contact_info-column {
  color: #fff;
  background-color: #1a7431;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.contact_info-text {
  color: #e4e7ec;
}

.contact_info-choices {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.choices-text-wrapper {
  margin-top: -.25rem;
}

.choices-heading {
  color: #fff;
}

.choices-text {
  color: #e4e7ec;
}

.choices-link {
  font-weight: 500;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

.choices-link:hover {
  color: #e4e7ec;
}

.social-media-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25rem 1.25rem 1.25rem 1.25rem 1.25rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
}

.social-link:hover {
  transform: scale(1.2);
}

.form-checkbox-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leaf-icon {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 29rem;
  right: 0%;
}

.footer_component {
  text-align: center;
  align-items: flex-start;
}

.footer_link {
  color: #667085;
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.footer_link:hover {
  color: #1a7431;
  text-decoration: none;
}

.footer2_content {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: flex;
}

.footer2_brand-wrapper {
  max-width: 20rem;
}

.footer2_link-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.footer {
  background-color: #f9fafb;
}

.footer-copyright {
  color: #98a2b3;
  flex-direction: column;
  align-self: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.heading-4 {
  text-transform: capitalize;
}

.image {
  width: 800px;
  height: 650px;
  max-width: none;
  opacity: 1;
  border-radius: 100px;
  position: relative;
  bottom: 4rem;
  left: 9rem;
  overflow: hidden;
}

.div-block {
  flex-direction: column;
  display: flex;
}

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

.walsh-hero-frame-square {
  width: 100%;
  max-width: 22em;
  border-radius: 10px;
  flex: none;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rail-bottom {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-rail {
  width: 100%;
  height: 20em;
  grid-column-gap: 1em;
  display: flex;
}

.walsh-inner-rail-top {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-sub-bg {
  height: 100vh;
  min-height: 100vh;
  grid-row-gap: 1em;
  background-color: #47888a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.walsh-container-hero {
  z-index: 5;
  width: 100%;
  height: auto;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.walsh-background-darkgreen {
  background-color: #204f58;
  position: relative;
}

.text-span, .text-span-2 {
  text-shadow: 2px 2px 1px #f9fafb;
  font-size: 3.2rem;
}

.lp-services-heading {
  text-transform: capitalize;
}

.section-our-process {
  background-color: #fff;
  padding-top: 6rem;
  overflow: hidden;
}

.heading-5 {
  align-self: center;
  font-size: 2.5rem;
  font-weight: 700;
}

.title-wrapper-copy {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

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

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.walsh-heading-regular {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  order: 0;
  align-items: center;
  padding: 2rem 1.5em;
  display: flex;
}

.walsh-cover-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(#1a7431, #1a7431);
  flex: 1;
}

.walsh-card-wrapper-image {
  width: 20em;
  height: 28em;
  background-color: #208b3a;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  width: 17em;
  height: auto;
  grid-row-gap: 3em;
  background-color: #92e6a7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

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

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
}

.our-process-grid-div-block {
  padding-left: 4rem;
  padding-right: 4rem;
}

.image-2, .image-3, .image-4 {
  width: 65px;
}

.button-copy {
  color: #f9fafb;
  text-align: center;
  cursor: pointer;
  background-color: #cb7401;
  border: 1px solid #2c2c2c;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  padding: .75rem 1.25rem;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-copy:hover {
  color: #f9fafb;
  background-color: #1a7431;
  border-style: solid;
  border-color: #2c2c2c;
  transform: scale(1.05);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-copy.is-hero {
  width: 150px;
  color: #f9fafb;
  background-color: #101828;
  border: 1px solid #000;
  justify-content: space-between;
  padding: 1rem;
  display: block;
}

.button-copy.is-hero:hover {
  background-color: #1a7431;
  border: 1px solid #101828;
}

.button-copy.is-secondary {
  color: #344054;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button-copy.is-secondary:hover {
  color: #fff;
  background-color: #208b3a;
}

.button-copy.is-form {
  width: 100%;
}

.div-block-2 {
  width: 50%;
  height: 1px;
  border: 1px solid #667085;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.layout-image-wrapper-copy {
  min-height: 32rem;
  justify-content: center;
  align-items: center;
  margin-right: -12rem;
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .2);
}

.layout-image-wrapper-copy.is-lawn-care {
  background-image: url('../images/landscaping---backyard--patio-deck.webp'), url('../images/deck---Copy.jpg');
  background-position: 0%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  margin-left: -12rem;
  margin-right: 0;
}

.layout-image-wrapper-copy.is-deck {
  background-image: url('../images/deck---Copy.jpg');
}

.layout-image-wrapper-copy {
  min-height: 32rem;
  background-image: url('../images/landscaping---front-yard--tree-bed-copy.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-right: -12rem;
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .2);
}

.layout-image-wrapper-copy.is-lawn-care {
  background-image: url('../images/electrical-appliance.webp');
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: contain;
  margin-left: -12rem;
  margin-right: 0;
}

.layout-image-wrapper-copy.is-deck {
  background-image: url('../images/deck---Copy.jpg');
}

.layout-image-wrapper-copy-copy {
  min-height: 32rem;
  background-image: url('../images/handyman---kitchen-backsplash-after.webp'), url('../images/big-black-dumpster-driveway.webp');
  background-position: 50%, 100%;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  margin-right: -12rem;
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .2);
}

.layout-image-wrapper-copy-copy.is-lawn-care {
  background-image: url('../images/landscaping---backyard--patio-deck.webp'), url('../images/deck---Copy.jpg');
  background-position: 0%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  margin-left: -12rem;
  margin-right: 0;
}

.layout-image-wrapper-copy-copy.is-deck {
  background-image: url('../images/deck---Copy.jpg');
}

.dropdown-toggle {
  font-weight: 500;
  display: none;
}

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

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  border-radius: 0;
}

.dropdown-link-5 {
  border-radius: 8px;
}

.dropdown-link-6 {
  border-radius: 13px;
}

.dropdown-link-7 {
  border-radius: 19px;
}

.dropdown-link-8, .dropdown-link-9 {
  border-radius: 20px;
}

.dropdown-link-10, .dropdown-link-11 {
  border-radius: 1px;
}

.dropdown-link-12 {
  border-radius: 9px;
}

.dropdown-link-13 {
  border-radius: 14px;
}

.dropdown-link-14, .dropdown-link-15, .dropdown-link-16 {
  border-radius: 18px;
}

.footer_link-copy {
  color: #667085;
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.footer_link-copy:hover {
  color: #1a7431;
  text-decoration: none;
}

.footer_link-copy {
  color: #667085;
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.footer_link-copy:hover {
  color: #1a7431;
  text-decoration: none;
}

.footer_link-copy {
  color: #667085;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .6rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.footer_link-copy:hover {
  color: #1a7431;
  text-decoration: none;
}

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

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

.padding-vertical-faqs.padding-custom2 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.button-copy-copy {
  color: #f9fafb;
  text-align: center;
  cursor: pointer;
  background-color: #cb7401;
  border: 1px solid #2c2c2c;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  padding: .75rem 1.25rem;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-copy-copy:hover {
  color: #f9fafb;
  background-color: #1a7431;
  border-style: solid;
  border-color: #2c2c2c;
  transform: scale(1.05);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-copy-copy.is-hero {
  width: 150px;
  color: #f9fafb;
  background-color: #101828;
  border: 1px solid #000;
  justify-content: space-between;
  padding: 1rem;
  display: block;
}

.button-copy-copy.is-hero:hover {
  background-color: #1a7431;
  border: 1px solid #101828;
}

.button-copy-copy.is-secondary {
  color: #344054;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button-copy-copy.is-secondary:hover {
  color: #fff;
  background-color: #208b3a;
}

.button-copy-copy.is-form {
  width: 100%;
}

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

.margin-bottom-copy.margin-xlarge {
  margin-bottom: 4rem;
}

.margin-bottom-copy.margin-large, .margin-bottom-copy.margin-custom1 {
  margin-bottom: 1rem;
}

.heading-6 {
  font-size: 2.6rem;
}

.text-span-3 {
  text-shadow: 2px 2px 1px #92e6a7;
}

.heading-7 {
  color: #101828;
  text-shadow: none;
  font-size: 2rem;
}

.image-6 {
  width: 25%;
}

.div-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-span-4, .text-span-5 {
  text-shadow: 2px 2px 1px #92e6a7;
}

.image-7, .image-8 {
  display: none;
}

.div-block-5 {
  width: 25px;
  border: 1px solid #cb7401;
  align-self: center;
  margin-right: 1rem;
}

.global-2-col-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: grid;
}

.global-2-col-copy.is-flipped {
  grid-template-columns: 1fr 1fr;
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-left: 0;
}

.global-2-col-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  display: grid;
}

.global-2-col-copy.is-flipped {
  grid-template-columns: 1fr 1fr;
  margin-top: 6rem;
  margin-bottom: 4rem;
  padding-left: 0;
}

.layout-image-wrapper-copy-copy-copy {
  min-height: 32rem;
  background-image: url('../images/big-black-dumpster-driveway.webp');
  background-position: 100%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-right: -12rem;
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .2);
}

.layout-image-wrapper-copy-copy-copy.is-lawn-care {
  background-image: url('../images/landscaping---backyard--patio-deck.webp'), url('../images/deck---Copy.jpg');
  background-position: 0%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  margin-left: -12rem;
  margin-right: 0;
}

.layout-image-wrapper-copy-copy-copy.is-deck {
  background-image: url('../images/deck---Copy.jpg');
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
  }

  .hide-tablet {
    display: none;
  }

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

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

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-huge {
    padding-top: 2rem;
  }

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

  .nav_menu-button {
    color: #fff;
    border-radius: .5rem;
  }

  .nav_menu-button.w--open {
    color: #fff;
    background-color: #1a7431;
  }

  .nav_button-wrapper {
    display: none;
  }

  .nav_menu {
    max-height: 90vh;
    background-color: #1a7431;
    overflow: auto;
  }

  .nav_component {
    z-index: 100;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav_link {
    justify-content: center;
    padding: 1.25rem 2.5rem;
  }

  .nav_link.nav-bar-text {
    color: #f9fafb;
  }

  .hero-heading {
    letter-spacing: 3px;
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .global-2-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .tesimonials_component {
    padding-bottom: 0;
  }

  .testimonials_slide-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonials_slide-image-wrapper {
    align-items: center;
  }

  .testimonials-image {
    position: relative;
    bottom: 149px;
  }

  .arrow.next {
    top: auto;
    bottom: 30%;
    left: 11%;
    right: auto;
  }

  .arrow.previous {
    top: auto;
    bottom: 30%;
    left: 0%;
    right: auto;
  }

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

  .footer_link {
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_content {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    justify-items: start;
    display: grid;
  }

  .image {
    width: 800px;
    height: auto;
    bottom: 3.7rem;
    left: 16rem;
  }

  .walsh-hero-sub-bg {
    min-height: auto;
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .walsh-hero-grid-wrapper {
    padding-top: 7.2em;
  }

  .text-span, .text-span-2 {
    font-size: 1.9rem;
  }

  .section-our-process {
    padding-top: 4.5rem;
  }

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

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

  .walsh-inner-card-bottom {
    padding-left: 1em;
    padding-right: 1em;
  }

  .walsh-rounded-card {
    width: 12.2em;
    height: 33em;
    grid-row-gap: 2em;
  }

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

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

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

  .our-process-grid-div-block {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer_link-copy {
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    width: 30px;
  }

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

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

  .heading-7 {
    text-align: center;
    font-size: 1.8rem;
  }

  .container {
    margin-bottom: 2rem;
  }

  .global-2-col-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    width: 100%;
    display: block;
  }

  .button.is-hero {
    width: 100%;
    justify-content: center;
  }

  .button.is-secondary {
    width: 100%;
  }

  .button.is-secondary.ic-cta {
    margin-top: .75rem;
  }

  .heading-medium {
    font-size: 1.875rem;
  }

  .heading-large {
    font-size: 2rem;
  }

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

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

  .text-size-medium.is-cta {
    font-size: 1rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

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

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

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

  .margin-bottom.margin-custom3 {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .nav_menu-button {
    padding: 1rem;
  }

  .nav_component {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-logo {
    color: #000;
  }

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

  .hero-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .hero-wrapper.max-width-medium {
    align-items: center;
  }

  .hero-text {
    color: #344054;
    text-align: center;
  }

  .hero-heading {
    letter-spacing: 1px;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .title-wrapper {
    position: relative;
  }

  .button-row {
    width: 100%;
    flex-direction: column;
    grid-auto-flow: row;
    margin-top: 2rem;
    display: flex;
  }

  .layout-image-wrapper {
    min-height: 22rem;
    margin-right: 0;
  }

  .layout-image-wrapper.is-lawn-care {
    margin-left: 0;
  }

  .global-2-col, .global-2-col.is-flipped {
    grid-template-columns: 1fr;
  }

  .cta_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonials_slide-quote {
    font-size: 2.4rem;
  }

  .testimonials-image {
    bottom: 80px;
  }

  .arrow.next {
    bottom: 44%;
    left: 16%;
  }

  .arrow.previous {
    bottom: 44%;
  }

  .text-size-medium-2 {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .layout-centered {
    text-align: left;
    align-items: flex-start;
  }

  .section-header-mobile {
    min-height: 80vh;
    background-color: #92e6a7;
    margin-top: -4.6rem;
  }

  .section-header-mobile.show-mobile-landscape {
    display: block;
  }

  .icon {
    color: #000;
  }

  .hero-heading-mobile {
    color: #101828;
    letter-spacing: 12px;
    font-size: 2.25rem;
    font-weight: 600;
  }

  .hero-mobile-bg {
    z-index: 1;
    min-height: 20rem;
    background-image: url('../images/hero-mobile-bg.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-top: -18.375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .hero-mobile-image-wrapper {
    z-index: 2;
    width: 100%;
    height: 18rem;
    background-image: url('../images/landscaping---front-yard--tree-bed-2.webp'), url('../images/hero-bg-mobile.jpg');
    background-position: 0%, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    border-radius: .5rem;
    margin-top: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 8px -4px rgba(16, 24, 40, .04), 0 20px 24px -4px rgba(16, 24, 40, .1);
  }

  .white-spacer {
    z-index: 0;
    height: 8rem;
    background-color: #fff;
    margin-top: -114px;
    position: relative;
  }

  .plant-image-mobile {
    width: 3rem;
    position: absolute;
    top: auto;
    bottom: 54%;
    left: auto;
    right: 0%;
  }

  .plant-image-mobile.show-mobile-landscape {
    display: none;
    bottom: 30%;
  }

  .image {
    width: 700px;
  }

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

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

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

  .text-span, .text-span-2 {
    font-size: 2rem;
  }

  .section-our-process {
    padding-top: 2.5rem;
  }

  .heading-5 {
    font-size: 2.3rem;
  }

  .title-wrapper-copy {
    position: relative;
  }

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

  .walsh-heading-regular {
    height: 75px;
    font-size: 1.2em;
  }

  .walsh-rounded-card {
    width: 100%;
    height: auto;
    grid-row-gap: 1.5em;
  }

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

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

  .button-copy {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .55rem;
    padding-right: .55rem;
    display: block;
  }

  .button-copy.is-hero {
    width: 100%;
    justify-content: center;
  }

  .button-copy.is-secondary {
    width: 100%;
  }

  .button-copy.is-secondary.ic-cta {
    margin-top: .75rem;
  }

  .layout-image-wrapper-copy {
    min-height: 22rem;
    margin-right: 0;
  }

  .layout-image-wrapper-copy.is-lawn-care {
    margin-left: 0;
  }

  .layout-image-wrapper-copy {
    min-height: 22rem;
    margin-right: 0;
  }

  .layout-image-wrapper-copy.is-lawn-care {
    margin-left: 0;
  }

  .layout-image-wrapper-copy-copy {
    min-height: 22rem;
    margin-right: 0;
  }

  .layout-image-wrapper-copy-copy.is-lawn-care {
    margin-left: 0;
  }

  .image-5 {
    width: 20px;
  }

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

  .padding-vertical-faqs.padding-huge {
    padding-top: 5rem;
  }

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

  .button-copy-copy {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .55rem;
    padding-right: .55rem;
    display: block;
  }

  .button-copy-copy.is-hero {
    width: 100%;
    justify-content: center;
  }

  .button-copy-copy.is-secondary {
    width: 100%;
  }

  .button-copy-copy.is-secondary.ic-cta {
    margin-top: .75rem;
  }

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

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

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

  .global-2-col-copy, .global-2-col-copy.is-flipped, .global-2-col-copy, .global-2-col-copy.is-flipped {
    grid-template-columns: 1fr;
  }

  .layout-image-wrapper-copy-copy-copy {
    min-height: 22rem;
    margin-right: 0;
  }

  .layout-image-wrapper-copy-copy-copy.is-lawn-care {
    margin-left: 0;
  }
}

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

  .button.is-hero {
    display: none;
  }

  .show-mobile-portrait {
    display: block;
  }

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

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .form-field-wrapper {
    padding-top: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small {
    font-size: 1.25rem;
  }

  .nav_menu-button {
    margin-right: -1rem;
  }

  .hero-wrapper.max-width-medium.align-center {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(120px, 50%) minmax(120px, 50%);
    align-items: flex-start;
  }

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

  .hero-heading {
    text-align: center;
    letter-spacing: 1.1px;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .button-row {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: stretch;
  }

  .layout-image-wrapper {
    min-height: 14.25rem;
  }

  .global-2-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: -1rem;
  }

  .global-2-col.is-flipped {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .cta_component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-testimonials {
    min-height: 80vh;
  }

  .tesimonials_component {
    position: relative;
  }

  .testimonials_slide-quote {
    font-size: 1.875rem;
  }

  .testimonials_slide-image-wrapper {
    justify-content: flex-start;
    margin-top: -9.9rem;
  }

  .testimonials-image {
    bottom: -20px;
  }

  .arrow.next {
    bottom: 38%;
    left: 24%;
  }

  .arrow.previous {
    top: auto;
    bottom: 38%;
    left: 0%;
    right: auto;
  }

  .faq_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .faq_question-wrapper {
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

  .faq_open-wrapper {
    margin-left: .5rem;
  }

  .faq_open-line.is-vertical, .faq_open-line.is-horizontal {
    border-radius: .5rem;
  }

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

  .contact_info-column {
    align-items: center;
  }

  .social-media-wrapper {
    margin-top: 1.5rem;
  }

  .form-checkbox-wrapper {
    grid-column-gap: 1rem;
  }

  .leaf-icon {
    width: 4rem;
    height: 4rem;
    top: 11%;
  }

  .footer_component {
    text-align: left;
  }

  .footer_link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer2_content {
    flex-direction: column;
  }

  .footer2_link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-heading-mobile {
    letter-spacing: 10px;
    font-size: 8vw;
  }

  .hero-mobile-bg {
    min-height: 19rem;
    margin-top: -17rem;
  }

  .hero-mobile-image-wrapper {
    width: 85%;
    height: 13rem;
    background-position: 50% 100%;
  }

  .plant-image-mobile.show-mobile-landscape {
    z-index: 0;
  }

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

  .walsh-hero-frame-square {
    max-width: 16em;
  }

  .walsh-hero-rail {
    height: 16em;
  }

  .walsh-hero-sub-bg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .walsh-container-hero {
    height: 100%;
  }

  .text-span, .text-span-2 {
    font-size: 1.6rem;
  }

  .title-wrapper-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

  .walsh-rounded-card {
    order: 0;
  }

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

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

  .button-copy {
    width: 80%;
  }

  .layout-image-wrapper-copy {
    min-height: 14.25rem;
    min-height: 14.25rem;
  }

  .layout-image-wrapper-copy-copy {
    min-height: 14.25rem;
  }

  .footer_link-copy {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .image-5 {
    order: 0;
    display: none;
  }

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

  .button-copy-copy {
    width: 80%;
  }

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

  .heading-7 {
    font-size: 1.2rem;
  }

  .div-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-7, .image-8 {
    width: 20px;
    align-self: center;
    display: block;
  }

  .div-block-5 {
    margin-top: 1rem;
    margin-right: 0;
  }

  .global-2-col-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: -1rem;
  }

  .global-2-col-copy.is-flipped {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .global-2-col-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: -1rem;
  }

  .global-2-col-copy.is-flipped {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .layout-image-wrapper-copy-copy-copy {
    min-height: 14.25rem;
  }
}

#w-node-_8e85f078-32c9-7f35-fd09-be61e4a61618-1800dcfa {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_8c597bbc-da56-fd05-d2e7-9719ebbc85d2-1800dcfa {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_93ed528c-6d01-8653-4a63-aedae6f01986-1800dcfa {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0d171de7-5ff9-7070-1e5a-c2577336fe0a-1800dcfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a91e54e-4107-2624-f7b2-74e16e6881e2-1800dcfa {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
  justify-self: auto;
}

#w-node-_15979151-de69-30ee-34e0-8be5a89a1d1c-1800dcfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9913bd2e-775b-9c40-d0ee-355ed51979d0-1800dcfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e12d68f-20d0-e17e-2c72-c1eb7dcb43a6-1800dcfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9913bd2e-775b-9c40-d0ee-355ed51979dc-1800dcfa {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-a49afbf1-98c1-897e-0ab3-e22b3cb958b7-1800dcfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9913bd2e-775b-9c40-d0ee-355ed51979e8-1800dcfa {
  grid-area: 1 / 5 / 2 / 6;
  align-self: stretch;
}

#w-node-_410f704a-2671-a01a-0f76-29a2ec033e8b-1800dcfa, #w-node-_1d3855f3-68aa-5af2-f457-c69dd04a457e-1800dcfa {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-_9913bd2e-775b-9c40-d0ee-355ed51979d0-1800dcfa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5e12d68f-20d0-e17e-2c72-c1eb7dcb43a6-1800dcfa {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_9913bd2e-775b-9c40-d0ee-355ed51979dc-1800dcfa {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-a49afbf1-98c1-897e-0ab3-e22b3cb958b7-1800dcfa {
    grid-area: 1 / 6 / 2 / 7;
  }

  #w-node-_9913bd2e-775b-9c40-d0ee-355ed51979e8-1800dcfa {
    grid-area: 1 / 7 / 2 / 9;
  }

  #w-node-_6d5eac0d-ff96-7961-81ad-28ef66dc03b5-1800dcfa {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b313a16-79be-8010-d765-c4cef64a30c1-1800dcfa {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_3acd36d7-08d5-ea7b-418e-1ec302a3a241-1800dcfa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_481a35d5-26f1-1ade-b6f6-3e1116077160-1800dcfa {
    grid-area: 3 / 1 / 4 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_410f704a-2671-a01a-0f76-29a2ec033e8b-1800dcfa, #w-node-_1d3855f3-68aa-5af2-f457-c69dd04a457e-1800dcfa {
    order: 9999;
  }

  #w-node-_94889e62-8e11-47e9-12ec-e18eab25e217-1800dcfa {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e383387-abea-0e3f-7553-5f69744b9624-1800dcfa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9b313a16-79be-8010-d765-c4cef64a30c1-1800dcfa {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3acd36d7-08d5-ea7b-418e-1ec302a3a241-1800dcfa {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_481a35d5-26f1-1ade-b6f6-3e1116077160-1800dcfa {
    grid-area: 3 / 1 / 4 / 3;
    align-self: auto;
    justify-self: auto;
  }
}


