:root {
  --_kanji---kj-black: #000;
  --_paws-at-the-lodge---p-white: #faf8f3;
  --_kanji---kj-shade: #0000000d;
  --_kanji---kj-tan: #ebe8e3;
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-dark-green: #2c5c5d;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary50: #f9f5ff;
  --_kanji---kj-white: white;
  --walsh--black: #2c2c2c;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --_kanji---kj-transparent: #fff0;
  --_paws-at-the-lodge---p-black-333: #333;
  --_paws-at-the-lodge---p-grey-fade: #5e6f738c;
  --_paws-at-the-lodge---p-grey: #5e6f73;
  --_paws-at-the-lodge---p-transparent: #fff0;
  --_paws-at-the-lodge---p-green: #9caf88;
  --walsh--walsh-light-green: #c2ecd5;
  --_paws-at-the-lodge---p-green-fade: var(--_paws-at-the-lodge---p-grey-fade);
  --walsh--walsh-dark-green-2: #204f58;
  --walsh--azure: #e7f1f1;
  --_paws-at-the-lodge---p-brown: #b85c38;
  --_paws-at-the-lodge---p-ice: white;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.walsh-link-block-orange {
  background-color: var(--_kanji---kj-black);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.walsh-main-nav {
  background-color: var(--_paws-at-the-lodge---p-white);
}

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

.walsh-nav-logo {
  width: 15rem;
}

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

.walsh-nav-link-white {
  color: var(--_kanji---kj-black);
  border-radius: 8px;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.walsh-nav-link-white:hover {
  background-color: var(--_kanji---kj-shade);
}

.walsh-nav-link-white.w--current {
  color: var(--_kanji---kj-black);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.walsh-nav-wrapper-green {
  z-index: 9999;
  background-color: var(--_kanji---kj-tan);
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  color: var(--_kanji---kj-black);
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: var(--_kanji---kj-shade);
}

.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-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.walsh-dropdown-link:hover {
  background-color: var(--_kanji---kj-tan);
  color: var(--_kanji---kj-black);
  border-radius: 3px;
}

.walsh-dropdown-link.w--current {
  color: var(--_kanji---kj-black);
}

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

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

.walsh-link-block-transparent-1 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: .5px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  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.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  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: 600;
  line-height: 1.4;
}

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

.uui-pricing06_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing06_feature {
  display: flex;
}

.uui-pricing06_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-pricing06_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing06_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-pricing06_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-pricing06_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-tiny {
  width: 100%;
  min-height: .25rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing06_price {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing06_price-text {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.rt-text-white {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-margin-bottom-zero.rt-padding-left-right-twenty-two-percent {
  padding-left: 22%;
  padding-right: 22%;
}

.rt-text-light-white {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-body-font-color {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-memorable-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-image: url('../images/Memorable-Brand_1Memorable-Brand.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 31px 2px;
  padding-left: 45px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.rt-memorable-text.rt-dark-text {
  color: #0f0f0f;
  background-image: url('../images/Black-Line.svg');
}

.rt-text-black {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
}

.rt-button-arrow-5 {
  z-index: 1;
  object-fit: cover;
  min-width: 1.06em;
  position: absolute;
}

.rt-button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.rt-container-one {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-pricing-details-one-text {
  color: #fff;
  text-transform: capitalize;
  background-image: url('../images/Vector-853.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 34px;
  font-weight: 600;
}

.rt-pricing-details-one-text.rt-color-dark-one-with-check {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  font-weight: 300;
}

.rt-get-in-touch-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-margin-bottom-twentyfive {
  margin-bottom: 25px;
}

.rt-margin-bottom-twentyfive.rt-text-light-white {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-primary-button-2 {
  z-index: 2;
  opacity: 1;
  color: #0b0d0f;
  letter-spacing: .28em;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #beff35;
  border-style: none;
  border-width: 1px;
  border-radius: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  min-height: auto;
  padding: 7px 10px 5px 7px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rt-primary-button-2.rt-pricing-one-btn {
  grid-column-gap: 15px;
  background-color: #fff;
  justify-content: center;
  transition: all .45s;
  position: static;
}

.rt-primary-button-2.rt-pricing-one-btn:hover {
  transform: translate(0, -5px);
}

.rt-primary-button-2.rt-pricing-one-btn.w--current:hover {
  background-color: #fff;
}

.rt-pricing-text {
  color: #fff;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.9rem;
}

.rt-pricing-text.rt-color-dark {
  color: #0f0f0f;
}

.rt-pricing-one-details {
  margin-top: 25px;
  margin-bottom: 35px;
}

.rt-pricing-one-details.rt-pricing-two-details {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  background-color: #fff;
  border-radius: 10px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 15px 10px 10px 20px;
  font-size: 16px;
}

.rt-bg-round-black {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  max-width: none;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: 5px 5px 0% auto;
}

.rt-bg-round-black.rt-pricing-one-btn {
  background-color: #0000;
  align-self: center;
  width: 0;
  height: auto;
  position: static;
}

.rt-button-text-4 {
  letter-spacing: 0;
  padding: 5px 52px 5px 15px;
  position: relative;
}

.rt-button-text-4.rt-black-btn-text {
  color: #0f0f0f;
  padding-left: 0;
  padding-right: 0;
}

.rt-pricing-one-box-one {
  background-color: #16161d;
  border-radius: 20px;
  flex: 1;
  padding: 20px 32px 40px;
  position: relative;
}

.rt-pricing-one-box-one.rt-pricing-two-box-two {
  background-color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-pricing-one-box-one.rt-pricing-two-box-one {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  background-color: #1670f81a;
}

.rt-per-month-text {
  font-size: 1rem;
  line-height: 1.75rem;
}

.rt-pricing-one-block-3 {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.rt-insurence-heading {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.rt-insurence-heading.rt-text-white {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-price-premium-tag {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  padding: 4px 15px;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  inset: 6% 0% auto auto;
}

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

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

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

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

.walsh-main-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  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-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.walsh-text-grey {
  color: var(--_kanji---kj-black);
  font-family: Open Sans, sans-serif;
}

.walsh-text-grey.white {
  color: var(--_kanji---kj-white);
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.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-price {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: Gilda Display, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: .8;
}

.walsh-price.white {
  color: var(--_kanji---kj-white);
}

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

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

.walsh-text-block-purple {
  background-color: var(--_kanji---kj-tan);
  color: var(--_kanji---kj-black);
  border: .5px solid #000;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

.walsh-price-green-wrapper-padding {
  grid-row-gap: .6em;
  background-color: var(--_kanji---kj-tan);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 35px;
  display: flex;
}

.walsh-price-green-wrapper-padding.black {
  background-color: var(--_kanji---kj-black);
}

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

.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-icon-pricing-card {
  height: 2.25em;
}

.walsh-pricing-grid {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  background-color: var(--_kanji---kj-tan);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  overflow: hidden;
}

.walsh-pricing-grid.black {
  background-color: var(--_kanji---kj-black);
}

.walsh-pricing-inner-card {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em 0;
  display: flex;
  position: relative;
}

.walsh-pricing-inner-card-featured {
  grid-row-gap: 2.5em;
  border: 2px solid var(--_kanji---kj-black);
  background-color: var(--_kanji---kj-black);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em 0;
  display: flex;
  position: relative;
}

.walsh-heading-regular-dark-green {
  color: #2c5c5d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.9em;
  font-weight: 400;
}

.walsh-heading-regular-dark-green.white {
  color: var(--_kanji---kj-white);
}

.walsh-button-orange {
  z-index: 5;
  background-color: var(--_kanji---kj-tan);
  color: var(--_kanji---kj-black);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #ffa286;
}

.p-section {
  padding: 2rem 10px 1rem;
}

.p-section.tint {
  background-color: var(--_paws-at-the-lodge---p-white);
}

.p-section.button {
  background-color: var(--_paws-at-the-lodge---p-white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-block {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
}

.text-block.white {
  color: var(--_kanji---kj-white);
  text-align: center;
  font-size: .9rem;
  font-weight: 300;
}

.walsh-button-orange-copy {
  z-index: 5;
  background-color: var(--_kanji---kj-tan);
  color: var(--_kanji---kj-black);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange-copy:hover {
  color: #fff;
  background-color: #ffa286;
}

.kj-button-1 {
  z-index: 5;
  background-color: var(--walsh--black);
  color: var(--_kanji---kj-tan);
  text-align: center;
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.kj-button-1:hover {
  background-color: var(--_kanji---kj-transparent);
  color: var(--_kanji---kj-black);
  border: 1px solid #000;
}

.kj-button-2 {
  z-index: 5;
  border: 1px solid var(--_kanji---kj-white);
  background-color: var(--_kanji---kj-tan);
  color: var(--_kanji---kj-black);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.kj-button-2:hover {
  border: 1px solid var(--_kanji---kj-white);
  background-color: var(--_kanji---kj-transparent);
  color: #fff;
}

.learn.white {
  color: var(--_kanji---kj-white);
}

.p-heading-2 {
  color: var(--_paws-at-the-lodge---p-black-333);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  display: flex;
}

.p-heading-2.white {
  color: var(--_paws-at-the-lodge---p-white);
}

.div-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.kanji-herbal, .waxing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  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;
}

.p-text {
  color: var(--_paws-at-the-lodge---p-black-333);
  font-family: Alata, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.3;
}

.p-text.white {
  color: var(--_paws-at-the-lodge---p-white);
}

.p-text.grey {
  color: var(--_paws-at-the-lodge---p-grey-fade);
}

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

.p-section-content.tint {
  background-color: var(--_paws-at-the-lodge---p-white);
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.p-section-content.tint.gallery {
  padding-left: 5rem;
  padding-right: 5rem;
}

.p-section-content.dark {
  background-color: var(--_paws-at-the-lodge---p-grey);
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.walsh-heading-large {
  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-hero-p-wrapper {
  width: 100%;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

.walsh-rounded-block {
  background-color: var(--_paws-at-the-lodge---p-transparent);
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  overflow: hidden;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.walsh-cover-image.how-we-help, .walsh-cover-image.circadiam {
  height: auto;
}

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

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

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

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

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

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

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

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

.walsh-label-button-3 {
  color: var(--_paws-at-the-lodge---p-white);
  font-family: Playfair Display, sans-serif;
  font-size: 1.3rem;
}

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

.walsh-cta-green-wrapper {
  background-color: var(--_paws-at-the-lodge---p-grey);
  margin-top: 0;
}

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

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

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

.walsh-link-block {
  border: 1px solid var(--_paws-at-the-lodge---p-green);
  background-color: var(--_paws-at-the-lodge---p-green);
  color: var(--_paws-at-the-lodge---p-white);
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block:hover {
  border: 1px solid var(--_paws-at-the-lodge---p-white);
  background-color: var(--_paws-at-the-lodge---p-transparent);
  color: #000;
}

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

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

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

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

.walsh-link-block-default-white {
  box-shadow: inset 0 -3px 0 0 var(--_paws-at-the-lodge---p-green-fade);
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
}

.walsh-link-block-default-white:hover {
  box-shadow: inset 0 -3px 0 0 var(--_paws-at-the-lodge---p-white);
  color: #fff;
}

.jd-section {
  padding: 1rem 10px 10px;
}

.jd-section.tint {
  background-color: #d9d6ce59;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion-icon_vertical-line {
  -webkit-text-stroke-color: #134d4d;
  background-color: #98a2b3;
  border: 1px solid #134d4d;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.jd-div-1 {
  display: block;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--_paws-at-the-lodge---p-green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: var(--_paws-at-the-lodge---p-green);
}

.s2f-text-1 {
  color: #0009;
  letter-spacing: 0;
  min-height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.s2f-text-1.faqs {
  color: var(--_paws-at-the-lodge---p-black-333);
  font-family: Alata, sans-serif;
  font-size: 1.15rem;
}

.uui-faq01_heading {
  color: var(--_paws-at-the-lodge---p-black-333);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
}

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #134d4d;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_list {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_horizontal-line {
  color: #123737;
  background-color: #98a2b3;
  border: 1px solid #134d4d;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

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

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

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

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

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

.jd-bullet {
  font-size: 1.2rem;
}

.jd-heading-3 {
  color: #464849;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  font-family: Gilda Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.jd-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

.kj-5-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 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.waves-section-hero-5 {
  background-image: linear-gradient(to bottom, var(--_paws-at-the-lodge---p-grey-fade), var(--_paws-at-the-lodge---p-grey-fade)), url('../images/istockphoto-1298295737-1024x1024.jpg');
  color: #fff;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 9rem;
  padding-bottom: 9rem;
  position: relative;
}

.waves-gradient-hero-5 {
  position: absolute;
  inset: 0%;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---mega-heading-1 {
  width: 85%;
  color: var(--_paws-at-the-lodge---p-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4.75rem;
  font-weight: 600;
  line-height: 1;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.sc-button-3 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sc-button-3:hover {
  box-shadow: none;
  color: #1b428a;
  background-color: #fc0;
}

.text-block-3 {
  color: var(--_paws-at-the-lodge---p-white);
  font-family: Alata, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.div-block-2 {
  max-width: 65%;
}

.kj-button-3 {
  border: 1px solid var(--_paws-at-the-lodge---p-green);
  background-color: var(--_paws-at-the-lodge---p-green);
  color: var(--_paws-at-the-lodge---p-white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.kj-button-3:hover {
  border-color: var(--_paws-at-the-lodge---p-green);
  background-color: var(--_paws-at-the-lodge---p-white);
  color: var(--_paws-at-the-lodge---p-black-333);
}

.kj-button-4 {
  border: .5px solid var(--_paws-at-the-lodge---p-grey);
  color: var(--_kanji---kj-black);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.kj-button-4:hover {
  background-color: var(--_paws-at-the-lodge---p-grey);
  box-shadow: none;
  color: var(--_kanji---kj-tan);
}

.button-div {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.kj-button-5 {
  border: .5px solid var(--_paws-at-the-lodge---p-white);
  color: var(--_paws-at-the-lodge---p-white);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.kj-button-5:hover {
  background-color: var(--_kanji---kj-tan);
  box-shadow: none;
  color: var(--walsh--black);
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.div-block-59 {
  width: 100%;
}

.uui-form_input-3 {
  border: 1px solid var(--_paws-at-the-lodge---p-green);
  background-color: var(--_paws-at-the-lodge---p-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--_paws-at-the-lodge---p-grey);
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: .75rem .875rem;
  font-family: Alata, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-form_input-3:focus {
  color: #101828;
  border-color: #edf2f4;
  box-shadow: 0 0 0 2px #edf2f4;
}

.uui-form_input-3::placeholder {
  color: #667085;
}

.uui-form_input-3.text-area {
  border-color: var(--_paws-at-the-lodge---p-green);
  border-radius: 8px;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.featured-roles-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.sp-section {
  padding: 2rem 10px 1.5rem;
}

.sp-section.tint {
  background-color: #c9c54412;
}

.uui-padding-vertical-xhuge-17 {
  padding: 20px 20px 2rem;
}

.uui-container-small {
  background-color: var(--_paws-at-the-lodge---p-green);
  border-radius: 8px;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  color: #e23939;
}

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

.uui-form-button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

.uui-contact01_component-2 {
  flex-direction: column;
  align-items: stretch;
  max-width: 50rem;
  margin: 1rem auto 0;
}

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

.ef-button-nav {
  border: 1px solid var(--_kanji---kj-tan);
  background-color: var(--_paws-at-the-lodge---p-white);
  color: var(--_paws-at-the-lodge---p-black-333);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ef-button-nav:hover {
  border-color: var(--_paws-at-the-lodge---p-white);
  color: var(--_paws-at-the-lodge---p-white);
  background-color: #fff0;
  font-weight: 400;
}

.surfista-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.uui-form-field-wrapper {
  position: relative;
}

.tpg-text {
  color: #323232;
  letter-spacing: 0;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.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-footer-link {
  color: var(--_kanji---kj-black);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

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

.walsh-logo-footer {
  width: 10rem;
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: var(--_kanji---kj-tan);
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

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

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

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

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

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

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

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

.text-block-13 {
  color: #161922;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.bfra-section {
  padding: 2rem 10px 1rem;
}

.bfra-section.black {
  background-color: #333;
}

.div-pad {
  border-bottom: 0 solid #000;
  flex-flow: column;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.uui-layout47_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-icon-featured-outline-large-3 {
  color: #7f56d9;
  background-color: #fff0;
  border: .5rem solid #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout47_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.is-container {
  z-index: 10;
  max-width: 1000px;
  position: relative;
}

.bfra-text-2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.qs-values-div {
  margin-top: 0;
}

.image-22 {
  width: 100%;
}

.uui-layout32_timeline-wrapper-2 {
  position: relative;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-layout32_progress-bar-2 {
  background-color: #a5996e;
  width: 4px;
  height: 110%;
  margin-left: 20px;
}

.uui-layout32_progress-bar-2.short {
  background-color: var(--_paws-at-the-lodge---p-grey);
  height: 95%;
}

.uui-layout32_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-icon-featured-outline-large-4 {
  background-color: var(--_paws-at-the-lodge---p-green);
  color: #a0414c;
  border: .5rem solid #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.uui-layout32_timeline-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-padding-vertical-xhuge-19 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uui-layout32_timeline-right-2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-heading-xxsmall-2 {
  color: #252f59;
  letter-spacing: normal;
  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.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.cpj-section {
  padding: 1rem 10px 10px;
}

.cpj-section.pad {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.uui-layout32_timeline-icon-wrapper-2 {
  z-index: 1;
  background-color: #fff0;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_content-left-2 {
  position: sticky;
  top: 120px;
}

.uui-layout32_progress-bar-wrapper-2 {
  background-color: #fff;
  width: 2px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_progress-bar-wrapper-2.short {
  background-color: var(--_paws-at-the-lodge---p-white);
  height: 75%;
}

.jd-heading-3-3 {
  color: #464849;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.jd-heading-3-3.process {
  color: var(--_paws-at-the-lodge---p-black-333);
}

.uui-heading-medium-3 {
  color: #101828;
  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.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.jd-heading {
  color: var(--_paws-at-the-lodge---p-black-333);
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.uui-layout32_timeline-step-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.image-23 {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.cpj-text {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
}

.link-block {
  color: var(--_paws-at-the-lodge---p-grey);
  text-decoration: none;
}

.quick-stack {
  padding-top: 2rem;
}

.div-button {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.div-block-62 {
  margin-top: 1rem;
}

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

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

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

.walsh-main-grid-5 {
  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-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

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

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

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

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

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

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

.walsh-main-paragraph-2 {
  color: #0009;
  letter-spacing: 0;
  width: 75%;
  font-family: Merriweather, serif;
  font-size: 1.15rem;
  line-height: 1.5;
}

.walsh-heading-small {
  color: var(--_paws-at-the-lodge---p-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-link-2 {
  color: #0000008a;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: Alata, sans-serif;
  font-size: 1.15rem;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link-2:hover {
  color: var(--_paws-at-the-lodge---p-black-333);
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-line-divider {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.walsh-footer-legal-text-2 {
  color: var(--_paws-at-the-lodge---p-black-333);
  font-family: Alata, sans-serif;
  font-size: 1.15rem;
}

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

.walsh-logo-footer-2 {
  width: 15rem;
  margin-bottom: 0;
}

.walsh-content-wrapper-white-2 {
  background-color: var(--_paws-at-the-lodge---p-white);
  color: var(--_paws-at-the-lodge---p-black-333);
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

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

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

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

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

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

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-footer-list {
  grid-row-gap: .8em;
  flex-direction: column;
  display: flex;
}

.image-24 {
  width: 8rem;
}

.div-block-24 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.wbs-alert-bar-title {
  color: #fff;
}

.wbs-alert-bar-title.grey {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
}

.wbs-alert-bar-title.grey.email {
  color: #1a1a1a;
  padding-right: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.15rem;
  font-weight: 200;
}

.wbs-alert-bar-title.grey.tel {
  color: #1a1a1a;
  font-family: Playfair Display, sans-serif;
  font-size: 1.15rem;
}

.wbs-alert-bar {
  background-color: #f2892d;
}

.wbs-alert-bar.grey {
  background-color: var(--_paws-at-the-lodge---p-white);
  font-family: Playfair Display, sans-serif;
}

.link-block-3 {
  text-decoration: none;
}

.quick-stack-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: right;
  padding: 0;
}

.wbs-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.cell-12 {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.wbs-alert-bar-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.wbs-alert-bar-wrap.grey {
  justify-content: flex-end;
  align-items: center;
  padding: 10px 10px 5px;
}

.quick-stack-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.qs-find {
  padding-top: 2rem;
}

.heading-banner {
  width: 85%;
  color: var(--_paws-at-the-lodge---p-white);
  background-color: #fff0;
  padding: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.slide-nav {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 10px;
  display: none;
}

.main-slide-1 {
  background-image: linear-gradient(to bottom, var(--_paws-at-the-lodge---p-grey-fade), var(--_paws-at-the-lodge---p-grey-fade)), url('../images/003-H4-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.div-block-63 {
  width: 100%;
  height: 100%;
}

.section {
  background-image: linear-gradient(#5a426c80, #5a426c80), url('../images/CGI-Ash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 55vh;
  display: flex;
  position: relative;
}

.section.home {
  background-image: linear-gradient(#5a426c80, #5a426c80), url('../images/CGI-Ash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 75vh;
}

.mask {
  width: 100%;
  height: 100%;
}

.is-section {
  padding: 2rem 10px;
}

.is-section.banner {
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-slide-2 {
  background-image: linear-gradient(to bottom, var(--_paws-at-the-lodge---p-grey-fade), var(--_paws-at-the-lodge---p-grey-fade)), url('../images/002-H4-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slider {
  height: 100%;
}

.icon-2 {
  display: none;
}

.div-block-64 {
  display: flex;
}

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

.accordion-icon_horizontal-line-2 {
  color: #123737;
  background-color: #98a2b3;
  border: 1px solid #1a6c82;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.tpg-team-card {
  grid-row-gap: 3em;
  background-color: var(--_paws-at-the-lodge---p-transparent);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-icon_component-2 {
  color: #98a2b3;
  border: 2px solid #1a6c82;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.text-span-49 {
  font-size: 1.25rem;
}

.walsh-rounded-card-3 {
  grid-row-gap: 3em;
  background-color: var(--_paws-at-the-lodge---p-transparent);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.uui-faq01_heading-2 {
  color: #161922;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.uui-faq01_heading-2.read-more {
  color: var(--_paws-at-the-lodge---p-black-333);
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-span-48 {
  font-size: 1.25rem;
}

.uui-faq01_accordion-2 {
  border-bottom: 1px solid #a50924;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-2.read-more {
  border-bottom-width: 0;
}

.text-span-47 {
  font-size: 1.25rem;
}

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

.accordion-icon_vertical-line-2 {
  -webkit-text-stroke-color: #134d4d;
  background-color: #98a2b3;
  border: 1px solid #1a6c82;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

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

.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 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.ln-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: none;
  margin: 1rem auto;
  padding: 1rem 4rem;
  position: relative;
}

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

.text-span-46, .text-span-45 {
  font-size: 1.25rem;
}

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

.tpg-text-2 {
  color: #001e31;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.tpg-heading-3 {
  color: #1a6c82;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-consultation {
  margin-top: 2rem;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.text-span-39, .link-block-5 {
  text-decoration: none;
}

.div-signature {
  background-color: var(--_kanji---kj-shade);
  padding: 10px;
}

.div-block-8, .link-block-6 {
  text-decoration: none;
}

.tpg-text-3 {
  color: #001e31;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.tpg-text-3.signature {
  margin-bottom: 0;
  font-family: Alata, sans-serif;
}

.link-block-4 {
  text-decoration: none;
}

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

.text-block-14 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

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

.text-block-15 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.main-slide-3 {
  background-image: linear-gradient(to bottom, var(--_paws-at-the-lodge---p-grey-fade), var(--_paws-at-the-lodge---p-grey-fade)), url('../images/001-H4-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.h4-grid-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.main-slide-4 {
  background-image: linear-gradient(to bottom, var(--_paws-at-the-lodge---p-grey-fade), var(--_paws-at-the-lodge---p-grey-fade)), url('../images/004-H4-Square.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .uui-form_input-3 {
    color: #333333c2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .uui-container-small {
    max-width: 75rem;
  }

  .uui-contact01_component-2 {
    max-width: 50rem;
    margin-top: 1rem;
  }

  .div-pad {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .s2f-text-1.faqs {
    font-size: 1.2rem;
  }

  .waves-section-hero-5 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .uui-form_input-3 {
    font-size: 1.4rem;
  }

  .div-pad {
    max-width: none;
    position: relative;
  }

  .bfra-text-2 {
    font-size: 1.2rem;
  }

  .walsh-main-paragraph-2 {
    width: 55%;
  }

  .quick-stack-3 {
    padding-left: 0;
  }

  .wbs-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    margin-right: auto;
    display: flex;
  }

  .wbs-alert-bar-wrap {
    justify-content: center;
    align-items: center;
  }

  .wbs-alert-bar-wrap.grey {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .section {
    height: 80vh;
  }
}

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

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

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

  .walsh-nav-logo {
    width: 10rem;
  }

  .walsh-inner-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

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

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

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

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

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

  .walsh-nav-menu-green-left {
    background-color: var(--_paws-at-the-lodge---p-white);
    padding-top: 0;
    padding-right: 20px;
  }

  .uui-pricing06_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-two-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .rt-pricing-text {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .rt-pricing-text.rt-color-dark {
    font-size: 2.4rem;
  }

  .rt-pricing-one-box-one.rt-pricing-two-box-two {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rt-pricing-one-block-3 {
    display: block;
  }

  .rt-insurence-heading {
    line-height: 1.7rem;
  }

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

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

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

  .walsh-pricing-inner-card, .walsh-pricing-inner-card-featured {
    align-items: center;
  }

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

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

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

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

  .kj-button-1 {
    padding: 18px 40px;
  }

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

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

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

  .kanji-herbal, .waxing {
    grid-template-columns: 1fr 1fr;
  }

  .p-section-content {
    flex: 0 auto;
    width: auto;
  }

  .p-section-content.tint {
    padding-top: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-section-content.tint.gallery {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-section-content.dark {
    padding-left: 10px;
  }

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

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

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

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

  .walsh-rounded-block {
    padding-top: 0;
  }

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

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

  .walsh-content-wrap-50 {
    order: -1;
    width: 100%;
    padding: 2rem 0;
  }

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

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

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

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

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

  .s2f-text-1 {
    min-height: auto;
  }

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

  .jd-heading-3 {
    min-height: auto;
  }

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

  .waves---mega-heading-1 {
    width: 100%;
    font-size: 4rem;
  }

  .div-block-2 {
    max-width: none;
  }

  .icon {
    color: var(--_paws-at-the-lodge---p-grey);
    font-size: 2.2rem;
  }

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

  .walsh-main-grid-4 {
    text-align: center;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

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

  .walsh-content-wrapper-white {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .walsh-footer-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .div-pad {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .uui-layout47_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-layout32_component-2 {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-19 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cpj-section.pad {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-layout32_content-left-2 {
    position: static;
  }

  .jd-heading-3-3 {
    min-height: auto;
  }

  .uui-layout32_timeline-step-2 {
    grid-column-gap: 24px;
  }

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

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

  .walsh-main-paragraph-2 {
    width: 100%;
  }

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

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

  .wbs-alert-bar-wrap.grey {
    padding-right: 12.5px;
  }

  .quick-stack-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-banner {
    width: 100%;
  }

  .is-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tpg-team-card, .walsh-rounded-card-3 {
    grid-row-gap: 2em;
  }

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

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

  .tpg-heading-3 {
    text-align: center;
  }

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

  .h4-grid-5 {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-pricing06_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-pricing06_plan {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

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

  .uui-pricing06_price {
    font-size: 2.25rem;
  }

  .uui-pricing06_price-text {
    font-size: 1.5rem;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-two-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rt-pricing-text {
    font-size: 1.8rem;
  }

  .rt-button-text-4 {
    padding-bottom: 7px;
  }

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

  .walsh-pricing-grid {
    padding: 10px;
  }

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

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

  .kanji-herbal, .waxing {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

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

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

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

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

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

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

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

  .walsh-container-4 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

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

  .div-pad {
    flex-flow: column;
    display: flex;
  }

  .uui-layout47_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .bfra-text-2 {
    flex-flow: row;
  }

  .uui-layout32_component-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-19 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-3 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

  .walsh-text-field-single-grey {
    text-align: left;
  }

  .wbs-alert-bar-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
    padding-left: 12px;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-banner {
    font-size: 3rem;
  }

  .tpg-team-card, .walsh-rounded-card-3 {
    grid-row-gap: 1.5em;
  }

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

  .h4-grid-5 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

  .walsh-nav-menu-green-left {
    padding-bottom: 2rem;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-two-percent {
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-memorable-text {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .rt-memorable-text.rt-dark-text {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-primary-button-2 {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .rt-primary-button-2.rt-pricing-one-btn {
    grid-column-gap: 10px;
    width: 100%;
    display: flex;
  }

  .rt-pricing-text.rt-color-dark {
    font-size: 2rem;
  }

  .rt-pricing-one-details.rt-pricing-two-details {
    padding-left: 15px;
  }

  .rt-pricing-one-box-one {
    padding: 10px 20px 30px;
  }

  .rt-pricing-one-box-one.rt-pricing-two-box-two {
    padding-top: 60px;
  }

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

  .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-icon-check {
    margin-bottom: 0;
  }

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

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

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

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

  .walsh-price-green-wrapper-padding {
    padding: 30px 20px;
  }

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

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

  .walsh-pricing-inner-card {
    padding: 0;
  }

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

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

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

  .p-heading-2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .div-block {
    padding-top: 0;
  }

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

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

  .p-section-content {
    flex: 0 auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

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

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

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

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

  .walsh-container-padding-large {
    flex: 0 auto;
    width: 100%;
    padding: 2rem 15px;
  }

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

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

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

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

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

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

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

  .s2f-text-1.faqs {
    text-align: left;
  }

  .uui-faq01_heading {
    width: 90%;
    font-size: 1.3rem;
    line-height: 1.1;
  }

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

  .walsh-content-wrapper-gap-2 {
    grid-row-gap: 1.2em;
    justify-content: flex-start;
    align-items: center;
  }

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

  .waves-section-hero-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .waves---main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .waves-title-wrap-hero-5 {
    padding: 8px;
  }

  .waves---mega-heading-1 {
    font-size: 3.25rem;
    font-weight: 600;
  }

  .sc-button-3 {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.2;
  }

  .text-block-3 {
    font-size: 1.25rem;
  }

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

  .kj-button-4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .button-div {
    justify-content: center;
    align-items: center;
  }

  .kj-button-5 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .sp-section.tint {
    padding-top: 1rem;
  }

  .uui-container-small {
    max-width: none;
  }

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

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

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

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

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

  .bfra-text-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .uui-layout32_progress-bar-2, .uui-layout32_progress-bar-2.short {
    height: 85%;
  }

  .uui-padding-vertical-xhuge-19 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .uui-layout32_timeline-right-2 {
    display: flex;
  }

  .uui-layout32_progress-bar-wrapper-2 {
    height: 60%;
  }

  .uui-layout32_progress-bar-wrapper-2.short {
    height: 70%;
  }

  .jd-heading-3-3.process {
    font-size: 1.4rem;
  }

  .jd-heading {
    margin-top: 10px;
    font-size: 2.5rem;
  }

  .div-button {
    padding-top: 0;
  }

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

  .walsh-main-grid-no-gap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .walsh-main-grid-5 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-main-paragraph-2 {
    text-align: center;
    font-size: 1.1rem;
  }

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

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

  .walsh-footer-inner-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .walsh-footer-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
  }

  .wbs-alert-bar-title.grey {
    color: #276296;
    background-color: #b2d3e7;
    border-radius: 8px;
    justify-content: flex-end;
    align-items: center;
    padding: 7px;
    display: flex;
  }

  .wbs-alert-bar-title.grey.email {
    background-color: #fff0;
    display: none;
  }

  .wbs-alert-bar-title.grey.tel {
    background-color: #fff0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .cell-12 {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .wbs-alert-bar-wrap {
    padding-right: 30px;
  }

  .wbs-alert-bar-wrap.grey {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 15px 0 0;
  }

  .heading-banner {
    margin-top: 10px;
    font-size: 2.25rem;
  }

  .section.home {
    height: 70vh;
  }

  .is-section.banner {
    padding-bottom: 1rem;
  }

  .uui-faq01_heading-2 {
    line-height: 1.1;
  }

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

  .ln-container {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .tpg-text-2 {
    font-size: 1.3rem;
  }

  .tpg-heading-3 {
    line-height: 1.2;
  }

  .tpg-text-3 {
    font-size: 1.3rem;
  }

  .brix---footer-bottom-v14-2, .brix---footer-bottom-v14-4 {
    padding: 10px;
  }
}

#w-node-e08710ba-63da-a708-b9e3-fa13e7cdb68e-0db1018f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_985d6013-0006-e8f6-d6ec-2f28ed218960-0db1018f {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-c3d073b3-66e7-0a7d-c405-502f13a58b8c-13a58b89 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c3d073b3-66e7-0a7d-c405-502f13a58b94-13a58b89 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-c3d073b3-66e7-0a7d-c405-502f13a58ba2-13a58b89, #w-node-c3d073b3-66e7-0a7d-c405-502f13a58baf-13a58b89, #w-node-_7bb721b0-7a9a-6677-558f-6f2d5414ffda-13a58b89 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c3d073b3-66e7-0a7d-c405-502f13a58bd2-13a58b89 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-c3d073b3-66e7-0a7d-c405-502f13a58bd3-13a58b89 {
  grid-area: 3 / 1 / 4 / 7;
  place-self: center start;
}

#w-node-c3d073b3-66e7-0a7d-c405-502f13a58bd6-13a58b89 {
  grid-area: 3 / 7 / 4 / 13;
  justify-self: end;
}

#w-node-c3d073b3-66e7-0a7d-c405-502f13a58bd8-13a58b89 {
  justify-self: center;
}

#w-node-_12412731-5781-3060-578b-2456d11cf9b8-d11cf9b5 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-b2b19e68-b354-30a5-0010-d0f20bd1db5f-0bd1db5b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b2b19e68-b354-30a5-0010-d0f20bd1db61-0bd1db5b {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-dc8011f7-ae94-cc0a-cb42-ce974076b531-25dd8cd9, #w-node-_1cf690ac-8650-f339-f1f2-09f1ae261aa9-25dd8cd9, #w-node-c5ff6dd1-896e-7806-2f3c-6ec3257824b8-25dd8cd9, #w-node-_11e4742f-9da9-5f61-ac67-953ecb250cbb-25dd8cd9 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_1ff1bdf3-0421-a7e6-d00e-5cc603a0ac2e-2bc1b8c4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1ff1bdf3-0421-a7e6-d00e-5cc603a0ac64-2bc1b8c4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e08710ba-63da-a708-b9e3-fa13e7cdb68e-84223a5c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_31bfe1c5-7f0f-b60c-99e1-d0555285ca97-a6ea02d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31bfe1c5-7f0f-b60c-99e1-d0555285ca98-a6ea02d9 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_985d6013-0006-e8f6-d6ec-2f28ed218960-0db1018f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c3d073b3-66e7-0a7d-c405-502f13a58b8c-13a58b89 {
    grid-column-end: 3;
  }

  #w-node-c3d073b3-66e7-0a7d-c405-502f13a58b94-13a58b89 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c3d073b3-66e7-0a7d-c405-502f13a58ba2-13a58b89 {
    grid-column: span 1 / span 1;
  }

  #w-node-c3d073b3-66e7-0a7d-c405-502f13a58baf-13a58b89, #w-node-_7bb721b0-7a9a-6677-558f-6f2d5414ffda-13a58b89 {
    grid-column: span 2 / span 2;
  }

  #w-node-c3d073b3-66e7-0a7d-c405-502f13a58bd2-13a58b89 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-c3d073b3-66e7-0a7d-c405-502f13a58bd3-13a58b89 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-c3d073b3-66e7-0a7d-c405-502f13a58bd6-13a58b89 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_12412731-5781-3060-578b-2456d11cf9b8-d11cf9b5 {
    grid-column: 1 / 3;
  }

  #w-node-b2b19e68-b354-30a5-0010-d0f20bd1db5f-0bd1db5b {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-dc8011f7-ae94-cc0a-cb42-ce974076b531-25dd8cd9, #w-node-_1cf690ac-8650-f339-f1f2-09f1ae261aa9-25dd8cd9, #w-node-c5ff6dd1-896e-7806-2f3c-6ec3257824b8-25dd8cd9, #w-node-_11e4742f-9da9-5f61-ac67-953ecb250cbb-25dd8cd9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1ff1bdf3-0421-a7e6-d00e-5cc603a0ac2e-2bc1b8c4, #w-node-_1ff1bdf3-0421-a7e6-d00e-5cc603a0ac64-2bc1b8c4 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e08710ba-63da-a708-b9e3-fa13e7cdb68e-0db1018f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_985d6013-0006-e8f6-d6ec-2f28ed218960-0db1018f {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-c3d073b3-66e7-0a7d-c405-502f13a58b8c-13a58b89 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c3d073b3-66e7-0a7d-c405-502f13a58b94-13a58b89 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12412731-5781-3060-578b-2456d11cf9b8-d11cf9b5 {
    grid-column: 1 / 5;
  }

  #w-node-b2b19e68-b354-30a5-0010-d0f20bd1db5f-0bd1db5b {
    grid-column-end: 3;
  }

  #w-node-dc8011f7-ae94-cc0a-cb42-ce974076b531-25dd8cd9, #w-node-_1cf690ac-8650-f339-f1f2-09f1ae261aa9-25dd8cd9, #w-node-c5ff6dd1-896e-7806-2f3c-6ec3257824b8-25dd8cd9, #w-node-_11e4742f-9da9-5f61-ac67-953ecb250cbb-25dd8cd9 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-e08710ba-63da-a708-b9e3-fa13e7cdb68e-84223a5c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


