body .navbar6_container {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 16px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

body .navbar6_logo-link {
  margin-right: 0 !important;
  justify-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

body .navbar6_logo {
  display: block !important;
  width: auto !important;
  max-width: 180px !important;
  max-height: 42px !important;
  height: auto !important;
  object-fit: contain !important;
}

body .navbar6_menu {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-left: 0 !important;
}

body .navbar6_menu-left {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  margin-right: auto !important;
  flex-wrap: wrap !important;
}

body .navbar6_menu-left > .w-dropdown:last-of-type {
  order: 1;
}

body .navbar6_menu-left > .w-dropdown:first-of-type {
  order: 2;
}

body .navbar6_menu-left > a[href="/pricing"],
body .navbar6_menu-left > a[href="/pricing/"] {
  order: 3;
}

body .navbar6_menu-left > a[href="/faq"],
body .navbar6_menu-left > a[href="/faq/"] {
  order: 4;
}

body .navbar6_menu-left > a[href="/contact"],
body .navbar6_menu-left > a[href="/contact/"] {
  order: 5;
}

body .navbar6_menu-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin-left: 12px !important;
}

body .navbar6_link,
body .dropdown-toggle-2 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  height: 44px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}

body .navbar6_menu-left > .w-dropdown,
body .navbar6_menu-left > .navbar6_link,
body .navbar6_menu-right > a {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
}

body .navbar6_menu-left .w-dropdown {
  position: relative !important;
  align-self: center !important;
}

body .dropdown-toggle-2 {
  gap: 6px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .dropdown-toggle-2 .text-block-214,
body .navbar6_link {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  height: 44px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

body .dropdown-toggle-2 .icon-4,
body .w-icon-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  margin: 0 !important;
  height: 44px !important;
}

body .navbar6_menu-left .w-dropdown-toggle,
body .navbar6_menu-left > .navbar6_link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .navbar6_component .w-dropdown-list {
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: auto !important;
  margin-top: 0 !important;
  transform: none !important;
}

body .navbar6_component .w-dropdown-list.w--open {
  display: block !important;
}

body .handy-background-darkblue .walsh-container-4,
body .section-shell:first-of-type,
body .hero-section:first-of-type {
  padding-top: 40px !important;
}

body .handy-background-darkblue .town-title .code-embed-76,
body .hero-section h1,
body .hero-section h2,
body .section-shell:first-of-type h1,
body .section-shell:first-of-type h2 {
  line-height: 1.14 !important;
}

.section-93 .div-block-641 {
  position: sticky;
  top: 84px;
  z-index: 9;
  padding: 14px 0 10px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.section-93 #service-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.section-93 #service-buttons::-webkit-scrollbar {
  display: none;
}

.section-93 #service-buttons .w-dyn-item {
  flex: 0 0 auto;
}

.section-93 .div-block-656 {
  border-radius: 999px;
  background: #f4f7fb;
  border: 1px solid rgba(6, 22, 56, 0.1);
  padding-right: 18px;
}

.section-114 .sa-blocks {
  max-width: 1180px;
  margin: 0 auto;
}

.section-114 .div-block-822 {
  max-width: 980px;
}

html,
body {
  overflow-x: clip;
}

img,
svg,
iframe {
  max-width: 100%;
}

@media (max-width: 767px) {
  body.hh-mobile-nav-active {
    padding-top: var(--hh-mobile-nav-height, 74px) !important;
  }

  body.hh-mobile-nav-active .navbar6_component {
    display: none !important;
  }

  body.hh-mobile-nav-active .navbar6_container,
  body.hh-mobile-nav-active .navbar6_menu,
  body.hh-mobile-nav-active .navbar6_menu-left,
  body.hh-mobile-nav-active .navbar6_menu-right,
  body.hh-mobile-nav-active .navbar6_menu-button,
  body.hh-mobile-nav-active .w-nav-overlay {
    display: none !important;
  }

  body .navbar6_component {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(13, 47, 86, 0.08) !important;
  }

  body {
    padding-top: 84px !important;
  }

  body.hh-mobile-nav-active {
    padding-top: var(--hh-mobile-nav-height, 74px) !important;
  }

  body .navbar6_container {
    grid-template-columns: auto 1fr auto auto !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    column-gap: 12px !important;
    align-items: center !important;
    min-height: 72px !important;
    position: relative !important;
  }

  body .navbar6_logo-link {
    grid-column: 1 !important;
    position: relative !important;
    z-index: 3 !important;
  }

  body .navbar6_menu {
    display: block !important;
    position: static !important;
    background: transparent !important;
    overflow: visible !important;
  }

  body .navbar6_menu-right {
    position: absolute !important;
    top: 50% !important;
    right: 62px !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    gap: 0 !important;
    z-index: 3 !important;
  }

  body .navbar6_menu-right .headerphone {
    display: none !important;
  }

  body .navbar6_menu-right .btn-primary-copy {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    background: #0d2f56 !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  body .navbar6_menu-right .btn-primary-copy .text-block-39 {
    font-size: 0 !important;
    line-height: 1 !important;
  }

  body .navbar6_menu-right .btn-primary-copy .text-block-39::before {
    content: "BOOK NOW";
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  body .navbar6_menu-right .btn-primary-copy .icon-1x1-xsmall {
    display: none !important;
  }

  body .navbar6_menu-button {
    grid-column: 4 !important;
    justify-self: end !important;
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    transform: translateY(-50%) !important;
    z-index: 3 !important;
    margin: 0 !important;
  }

  body .navbar6_menu-button.w-nav-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body .navbar6_menu-button .menu-icon {
    width: 28px !important;
    height: 20px !important;
    display: grid !important;
    align-content: space-between !important;
  }

  body .navbar6_menu-button .menu-icon_line-top,
  body .navbar6_menu-button .menu-icon_line-middle,
  body .navbar6_menu-button .menu-icon_line-middle-inner,
  body .navbar6_menu-button .menu-icon_line-bottom {
    width: 28px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #111 !important;
  }

  body .navbar6_menu-button.w--open .menu-icon_line-top {
    transform: translateY(8px) rotate(45deg) !important;
  }

  body .navbar6_menu-button.w--open .menu-icon_line-middle,
  body .navbar6_menu-button.w--open .menu-icon_line-middle-inner {
    opacity: 0 !important;
  }

  body .navbar6_menu-button.w--open .menu-icon_line-bottom {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  body .navbar6_menu-left {
    display: grid !important;
    position: absolute !important;
    top: calc(100% + 1px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 998 !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border-top: 1px solid rgba(13, 47, 86, 0.08) !important;
    background: #fff !important;
    box-shadow: 0 18px 34px rgba(13, 47, 86, 0.08) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-6px) !important;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease !important;
  }

  body .navbar6_component.w--open .navbar6_menu-left,
  body .navbar6_menu.w--nav-menu-open .navbar6_menu-left {
    display: grid !important;
    gap: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body .navbar6_component,
  body .navbar6_container,
  body .navbar6_menu,
  body .w-nav-overlay {
    overflow: visible !important;
  }

  body .navbar6_component.w--open .navbar6_container {
    padding-bottom: 8px !important;
  }

  body .navbar6_menu-left > .w-dropdown,
  body .navbar6_menu-left > .navbar6_link {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(13, 47, 86, 0.08) !important;
  }

  body .navbar6_menu-left > .w-dropdown:first-of-type {
    order: 2;
  }

  body .navbar6_menu-left > .w-dropdown:last-of-type {
    order: 1;
  }

  body .navbar6_menu-left > .navbar6_link[href="/pricing"],
  body .navbar6_menu-left > .navbar6_link[href="/pricing/"] {
    order: 3;
  }

  body .navbar6_menu-left > .navbar6_link[href="/faq"],
  body .navbar6_menu-left > .navbar6_link[href="/faq/"] {
    order: 4;
  }

  body .navbar6_menu-left > .navbar6_link[href="/contact"],
  body .navbar6_menu-left > .navbar6_link[href="/contact/"] {
    order: 5;
  }

  body .navbar6_menu-left > .hide,
  body .navbar6_menu-left > a[href="/about"],
  body .navbar6_menu-left > a[href="/about/"] {
    display: none !important;
  }

  body .navbar6_menu-left > a[href="/see-our-work"],
  body .navbar6_menu-left > a[href="/see-our-work/"] {
    display: none !important;
  }

  body .navbar6_menu-left .w-dropdown-toggle,
  body .navbar6_menu-left > .navbar6_link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 72px !important;
    height: auto !important;
    padding: 0 !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
  }

  body .navbar6_menu-left .text-block-214,
  body .navbar6_menu-left .navbar6_link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 72px !important;
    height: auto !important;
    font-size: 1.35rem !important;
  }

  body .navbar6_menu-left .icon-4,
  body .navbar6_menu-left .w-icon-dropdown-toggle {
    display: none !important;
  }

  body .navbar6_menu-left .w-dropdown-toggle::after {
    content: "+";
    flex: 0 0 auto;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
    color: #0d2f56;
  }

  body .navbar6_menu-left .w-dropdown-list {
    position: static !important;
    display: none !important;
    padding: 0 0 14px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body .navbar6_menu-left .w-dropdown.w--open .w-dropdown-list,
  body .navbar6_menu-left .w-dropdown.w--open .w-dropdown-list.w--open {
    display: block !important;
  }

  body .navbar6_menu-left .dropdown-link-2 {
    display: block !important;
    padding: 8px 0 8px 10px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
  }

  body .navbar6_component.w-nav {
    background: #fff !important;
  }

  body .handy-background-darkblue .walsh-container-4,
  body .section-shell:first-of-type,
  body .hero-section:first-of-type {
    padding-top: 40px !important;
  }

  body .w-container,
  body [class^="container-"],
  body [class*=" container-"],
  body .walsh-container-4,
  body .hero-wrapper-two,
  body .hero-wrapper-two-2,
  body .hero-wrapper-two-3,
  body .section-shell,
  body .section-93,
  body .section-94,
  body .section-114,
  body .cms-about-pros {
    box-sizing: border-box !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body .navbar6_component .w-dropdown-list {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }

  body .btn-primary-copy,
  body .headerphone,
  body .site-shell__cta,
  body .site-shell__phone {
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }

  body .btn-primary-copy,
  body .site-shell__cta {
    min-height: 48px !important;
  }

  .section-93 .div-block-641 {
    top: 72px;
    padding-top: 10px;
  }

  .slider-20 .div-block-524,
  .slider-20 .div-block-526,
  .slider-20 .div-block-527 {
    display: grid !important;
    gap: 16px;
  }

  .slider-20 .image-182,
  .slider-20 .image-183 {
    display: none !important;
  }

  .slider-20 .fixed-visit-pricing-cards,
  .slider-20 .fixed-visit-pricing-cards img,
  .slider-20 .image-180,
  .slider-20 .image-181,
  .slider-19 .image-177 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .slider-20 .mask-13,
  .slider-19 .mask-12 {
    height: auto !important;
  }

  #app {
    padding-bottom: 44px !important;
  }

  #app .div-block-533,
  .div-block-683 {
    margin-top: 32px !important;
  }

  .section-94 {
    margin-top: 24px !important;
  }

  #app .div-block-638,
  .app-download-card .div-block-548 {
    display: grid !important;
    gap: 14px;
  }

  #app .app-store.border.small,
  #app .google-play.border.small,
  .app-download-card .app-store.border,
  .app-download-card .google-play.border {
    width: 100% !important;
    max-width: 320px;
  }

  .app-download-card {
    overflow: hidden;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .hero-section {
    padding-top: 8px !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80 .diff-row-flex,
  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80 .div-block-499 {
    display: grid !important;
    gap: 18px !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80 .diff-row-flex {
    margin-bottom: 28px !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80 .container-76 {
    margin-top: 28px !important;
    margin-bottom: 18px !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80 .hiw-heading {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    line-height: 1.08 !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80 .text-block-370 {
    line-height: 1.5 !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80.section-96 .container-94,
  html[data-wf-page="65f88899e5a8303c02c54436"] body .section-80.section-96 .container-94 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80.section-96 #membershipplan,
  html[data-wf-page="65f88899e5a8303c02c54436"] body .section-80.section-96 #membershipplan {
    display: grid !important;
    gap: 24px !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80.section-96 .div-block-617,
  html[data-wf-page="65f88899e5a8303c02c54436"] body .section-80.section-96 .div-block-617 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80.section-96 .div-block-623.membership-plan,
  html[data-wf-page="65f88899e5a8303c02c54436"] body .section-80.section-96 .div-block-623.membership-plan {
    display: grid !important;
    gap: 16px !important;
    width: 100% !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80.section-96 .fixed-visit-pricing-cards,
  html[data-wf-page="65f88899e5a8303c02c54436"] body .section-80.section-96 .fixed-visit-pricing-cards {
    width: 100% !important;
    max-width: 100% !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .section-80.section-96 .price-section-2,
  html[data-wf-page="65f88899e5a8303c02c54436"] body .section-80.section-96 .price-section-2 {
    padding: 24px 22px !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .pricing-hourly,
  html[data-wf-page="65f88899e5a8303c02c54436"] body .pricing-hourly {
    line-height: 1.45 !important;
    margin-bottom: 10px !important;
  }

  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .card-price-annual,
  html[data-wf-page="65f88899e5a8303c02c54436"] body .card-price-annual,
  html[data-wf-page="65f88899e5a8303c0a97e31b"] body .price-card-desc,
  html[data-wf-page="65f88899e5a8303c02c54436"] body .price-card-desc {
    line-height: 1.45 !important;
  }
}

.cms-about-pros {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
}

.cms-about-pros__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.cms-about-pros__viewport::-webkit-scrollbar {
  display: none;
}

.cms-about-pros__track {
  display: flex;
}

.cms-about-pro__slide {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
  max-width: 980px;
  margin: 0 auto;
}

.cms-about-pro__card {
  border-radius: 28px;
  background: #f4f5f7;
  border: 1px solid rgba(6, 22, 56, 0.08);
  box-shadow: 0 18px 42px rgba(6, 22, 56, 0.08);
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
}

.handypros__title {
  margin-bottom: 28px !important;
}

.cms-about-pro__visual {
  position: relative;
  padding: 28px 28px 0;
}

.cms-about-pro__backdrop {
  height: 160px;
  border-radius: 24px;
  background: #dceaf8;
}

.cms-about-pro__avatar {
  display: block;
  width: min(220px, 42vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  margin: -118px auto 0;
  background: #ff8a00;
  box-shadow: 0 18px 34px rgba(6, 22, 56, 0.12);
}

.cms-about-pro__badge {
  width: fit-content;
  margin: -12px auto 0;
  padding: 10px 18px;
  border-radius: 999px;
  background: #024737;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cms-about-pro__content {
  padding: 18px 26px 28px;
}

.cms-about-pro__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
}

.cms-about-pro__header h2 {
  margin: 0;
  color: #061638;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.2;
}

.cms-about-pro__role {
  margin-top: 8px;
  color: #2684ea;
  font-weight: 700;
}

.cms-about-pro__meta {
  display: grid;
  gap: 10px;
  text-align: right;
}

.cms-about-pro__rating {
  display: inline-flex;
  justify-self: end;
  gap: 8px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f7e8b4;
  color: #9f6f00;
  font-weight: 800;
}

.cms-about-pro__rating--empty {
  background: rgba(38, 132, 234, 0.1);
  color: #2684ea;
}

.cms-about-pro__location {
  color: #667085;
  font-size: 0.95rem;
}

.cms-about-pro__bio {
  margin: 18px 0 0;
  color: #344054;
  line-height: 1.7;
}

.cms-about-pro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cms-about-pro__chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: #dceaf8;
  color: #0d5ea6;
  font-size: 0.92rem;
  font-weight: 700;
}

.cms-about-pros__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(6, 22, 56, 0.12);
  color: #061638;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.cms-about-pros__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.cms-about-pros__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(6, 22, 56, 0.16);
  cursor: pointer;
}

.cms-about-pros__dot.is-active {
  background: #2684ea;
}

@media (max-width: 767px) {
  .cms-about-pros {
    grid-template-columns: 1fr;
  }

  .cms-about-pros__arrow {
    display: none;
  }

  .cms-about-pro__content {
    padding: 18px 18px 24px;
  }

  .cms-about-pro__header {
    grid-template-columns: 1fr;
  }

  .cms-about-pro__meta {
    text-align: left;
  }

  .cms-about-pro__rating {
    justify-self: start;
  }
}
