.service-press-mentions.locations-v1 {
  background: #098953;
  display: block; }
  @media screen and (min-width: 768px) {
    .service-press-mentions.locations-v1 {
      height: 200px; } }
.service-press-mentions {
  height: 137px;
  color: #fff;
  background-color: #098953;
  font-family: ProximaNova-Regular; }
  .service-press-mentions .press-container {
    margin: 0 auto;
    padding: 20px 80px 0;
    max-width: 1366px; }
    @media (min-width: 768px) {
      .service-press-mentions .press-container {
        padding: 20px 60px 0; } }
    @media (min-width: 1200px) {
      .service-press-mentions .press-container {
        padding: 20px 80px 0; } }
  .service-press-mentions .breadcrumbs a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.695px;
    text-decoration: none; }
    .service-press-mentions .breadcrumbs a:hover {
      text-decoration: underline; }
  .service-press-mentions .breadcrumbs img {
    margin-inline: 3px; }
  .service-press-mentions .breadcrumbs span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.695px;
    opacity: 0.8; }
  .service-press-mentions .press-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1057px;
    margin: 0 auto;
    height: 98px; }
  .service-press-mentions .divider {
    width: 2px;
    height: 107px;
    background-color: #FFF;
    opacity: 0.2;
    flex-shrink: 0; }
  .service-press-mentions .local-press {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    flex-shrink: 0; }
    .service-press-mentions .local-press .press-label {
      position: relative;
      display: inline-flex;
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      white-space: nowrap;
      gap: 2px; }
      .service-press-mentions .local-press .press-label img {
        margin-top: 10px; }
    .service-press-mentions .local-press .local-paper-name {
      font-family: 'ProximaNova-Bold', 'proxima_nova_rgbold';
      font-size: 32px;
      color: #00B0FF;
      font-weight: 800;
      white-space: nowrap;
      background: #fff;
      padding: 10px;
      border-radius: 9999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      min-height: 60px; }
      .service-press-mentions .local-press .local-paper-name:is(a) {
        text-decoration: none;
        color: inherit; }
      .service-press-mentions .local-press .local-paper-name img {
        object-fit: contain;
        max-height: 73px;
        max-width: 220px; }
      .service-press-mentions .local-press .local-paper-name span {
        color: #222; }
  .service-press-mentions .national-press {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden; }
    .service-press-mentions .national-press .featured-label {
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 21px;
      white-space: nowrap; }
    .service-press-mentions .national-press .desktop-logos {
      display: flex;
      align-items: center;
      gap: 31px;
      margin-top: 5px; }
      .service-press-mentions .national-press .desktop-logos .logo-item {
        width: auto;
        display: flex;
        justify-content: center; }
    .service-press-mentions .national-press .logos-carousel-wrapper {
      width: 320px;
      overflow: hidden;
      height: 80px;
      position: relative;
      margin-top: 5px; }
      .service-press-mentions .national-press .logos-carousel-wrapper .logo-item {
        width: 100px;
        flex-shrink: 0; }
      .service-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
        display: none; }
    .service-press-mentions .national-press .logos-track {
      display: flex;
      width: max-content;
      animation: scrollLogos 20s linear infinite; }
      .service-press-mentions .national-press .logos-track:hover {
        animation-play-state: paused; }
    .service-press-mentions .national-press .logo-item {
      display: flex;
      align-items: center;
      justify-content: center; }
      .service-press-mentions .national-press .logo-item img {
        object-fit: contain;
        opacity: 0.8;
        filter: brightness(0) invert(1);
        transition: opacity 0.2s;
        max-width: 85px;
        height: auto; }
        .service-press-mentions .national-press .logo-item img:hover {
          opacity: 1; }

@keyframes scrollLogos {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
  .service-press-mentions .press-rating {
    width: 163px;
    padding-bottom: 0;
    flex-direction: column;
    display: flex;
    flex-shrink: 0; }
    .service-press-mentions .press-rating .rating-score {
      font-family: 'ProximaNova-Bold', 'proxima_nova_rgbold';
      font-size: 44px;
      font-weight: 700;
      opacity: 0.9;
      line-height: 27px; }
    .service-press-mentions .press-rating .review-count {
      opacity: 0.9;
      font-size: 20px;
      font-weight: 400;
      line-height: 27px;
      white-space: nowrap;
      display: flex;
      gap: 10px;
      margin-bottom: 11px; }
  @media screen and (min-width: 901px) and (max-width: 1100px) {
    .service-press-mentions .no-press-logo {
      padding-top: 37px; }
    .service-press-mentions .national-press .desktop-logos.only-desktop {
      display: none !important; }
    .service-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
      display: block !important; }
    .service-press-mentions .press-rating {
      width: unset; }
    .service-press-mentions .national-press {
      padding: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .service-press-mentions .divider {
      margin-inline: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 900px) {
    .service-press-mentions .no-press-logo {
      padding-top: 37px; }
    .service-press-mentions .national-press .desktop-logos.only-desktop {
      display: none !important; }
    .service-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
      display: block !important; }
    .service-press-mentions .press-rating {
      width: unset; }
    .service-press-mentions .national-press {
      padding: 0; } }
  @media screen and (width: 768px) {
    .service-press-mentions .no-press-logo {
      padding-top: 37px; }
    .service-press-mentions .desktop-logos.only-desktop {
      display: none !important; }
    .service-press-mentions .press-container {
      padding: 20px 30px; }
    .service-press-mentions .press-rating {
      width: unset; }
    .service-press-mentions .national-press {
      padding: 0; }
    .service-press-mentions .logos-carousel-wrapper.only-mobile {
      display: block !important;
      width: 280px; } }
.local-paper-name {
  max-width: 220px;
  max-height: 73px; }
  .local-paper-name img {
    width: 100% !important;
    height: 100%;
    max-width: 220px; }

@media screen and (max-width: 767px) {
  .service-press-mentions {
    height: auto;
    padding-bottom: 0; }
    .service-press-mentions .press-container {
      padding: 0;
      max-width: 100%; }
    .service-press-mentions .no-press-logo {
      padding-top: 37px; }
    .service-press-mentions .press-grid {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      gap: 0;
      margin: 0; }
    .service-press-mentions .divider {
      display: none; }
    .service-press-mentions .local-press {
      padding: 37px 0 0;
      justify-content: center;
      width: 100%;
      box-sizing: border-box; }
      .service-press-mentions .local-press .press-label {
        text-align: center;
        margin-top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 3px;
        position: relative;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 6px; }
      .service-press-mentions .local-press .local-paper-name {
        margin-bottom: 20px; }
    .service-press-mentions .national-press {
      padding: 0;
      width: 100%;
      box-sizing: border-box;
      align-items: center; }
      .service-press-mentions .national-press .desktop-logos.only-desktop {
        display: none !important; }
      .service-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
        display: block !important; }
      .service-press-mentions .national-press .featured-label {
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        white-space: nowrap;
        font-weight: 400;
        font-size: 18px; }
        .service-press-mentions .national-press .featured-label::before, .service-press-mentions .national-press .featured-label::after {
          content: "";
          flex: 1;
          height: 1px;
          background-color: #fff; }
        .service-press-mentions .national-press .featured-label::before {
          margin-right: 9px; }
        .service-press-mentions .national-press .featured-label::after {
          margin-left: 9px; }
      .service-press-mentions .national-press .logos-carousel-wrapper {
        width: 100%;
        height: 50px;
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
      .service-press-mentions .national-press .logos-track {
        animation: scrollLogos 10s linear infinite; }
      .service-press-mentions .national-press .logo-item {
        width: 90px; }
        .service-press-mentions .national-press .logo-item img {
          height: 20px; }
    .service-press-mentions .press-rating {
      width: 100%;
      height: auto;
      flex: none;
      padding: 25px 20px;
      padding-bottom: 30px;
      box-sizing: border-box;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      align-items: flex-end;
      flex-direction: row;
      justify-content: center;
      gap: 12px; }
      .service-press-mentions .press-rating .rating-score {
        font-size: 44px;
        font-weight: 700;
        line-height: 24px; }
      .service-press-mentions .press-rating .review-count {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0; }
        .service-press-mentions .press-rating .review-count .review-label_count {
          display: flex;
          flex-direction: column; }
        .service-press-mentions .press-rating .review-count .count {
          font-size: 20px;
          font-weight: 400;
          line-height: 1.2; }
        .service-press-mentions .press-rating .review-count .label {
          font-size: 20px;
          font-weight: 400;
          line-height: 1; }
      .service-press-mentions .press-rating .stars {
        display: flex;
        align-items: center;
        padding-top: 5px; }
        .service-press-mentions .press-rating .stars img {
          height: 24px;
          width: auto; } }
.service-testimonials .service-testimonials-grid.owl-carousel:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  .service-testimonials .service-testimonials-grid.owl-carousel:not(.owl-loaded)::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 767px) {
    .service-testimonials .service-testimonials-grid.owl-carousel:not(.owl-loaded) {
      padding-left: 20px;
      padding-right: 20px; } }
  .service-testimonials .service-testimonials-grid.owl-carousel:not(.owl-loaded) > * {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0; }
  .service-testimonials .service-testimonials-grid.owl-carousel:not(.owl-loaded) > .testimonial-card {
    flex-shrink: 0; }

.service-testimonials .service-testimonials-grid.owl-carousel.owl-loaded {
  min-height: 306px; }

.service-testimonials {
  padding-top: 70px;
  padding-bottom: 105px;
  background-color: #D1F4D3;
  color: #fff;
  text-align: center;
  position: relative; }
  .service-testimonials::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 158px;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/real-experience-from-gp-users-bg.svg");
    background-repeat: no-repeat, repeat-x;
    background-position: right bottom, left bottom;
    background-size: 100%;
    pointer-events: none;
    z-index: 1; }
  .service-testimonials .testimonials-container {
    max-width: 1186px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  .service-testimonials .testimonials-header {
    margin-bottom: 34px;
    display: flex;
    justify-content: center; }
    .service-testimonials .testimonials-header h2 {
      font-family: ProximaNova-Bold;
      color: #373737;
      width: 706px;
      padding: 0 15px;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 50px;
      margin: 0; }
      .service-testimonials .testimonials-header h2 img {
        left: -10px;
        top: 10px;
        position: relative; }
  .service-testimonials .testimonials-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 306px;
    height: auto;
    max-width: 1187px; }
    .service-testimonials .testimonials-carousel-wrapper .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: 100%;
      transform: translateY(-50%);
      pointer-events: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 0 20px; }
      .service-testimonials .testimonials-carousel-wrapper .owl-nav button {
        pointer-events: all;
        border-radius: 50%;
        cursor: pointer;
        border: none; }
        .service-testimonials .testimonials-carousel-wrapper .owl-nav button span {
          display: none; }
      .service-testimonials .testimonials-carousel-wrapper .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-color: rgba(55, 55, 55, 0.05);
        backdrop-filter: blur(2.8571429253px);
        margin-left: -20px;
        background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/shrub-pros-right-arrow.svg") !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 9.84px;
        transform: rotate(-180deg); }
        .service-testimonials .testimonials-carousel-wrapper .owl-nav .owl-prev:hover {
          background-color: rgba(55, 55, 55, 0.09); }
      .service-testimonials .testimonials-carousel-wrapper .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-color: rgba(55, 55, 55, 0.05);
        backdrop-filter: blur(2.8571429253px);
        margin-right: -20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 9.84px;
        background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/shrub-pros-right-arrow.svg") !important; }
        .service-testimonials .testimonials-carousel-wrapper .owl-nav .owl-next:hover {
          background-color: rgba(55, 55, 55, 0.09); }
  .service-testimonials .service-testimonials-grid {
    display: block;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 1025px) {
      .service-testimonials .service-testimonials-grid {
        padding: 0 80px; } }
    @media screen and (max-width: 1024px) {
      .service-testimonials .service-testimonials-grid {
        padding-left: 20px; } }
    .service-testimonials .service-testimonials-grid .owl-dots {
      margin-top: 19px;
      display: none;
      justify-content: center;
      align-items: center;
      gap: 5px;
      padding: 0; }
      .service-testimonials .service-testimonials-grid .owl-dots .owl-dot {
        border-radius: 50%;
        background-color: #373737;
        cursor: pointer;
        opacity: 0.2;
        width: 7.7px;
        height: 7.7px; }
        .service-testimonials .service-testimonials-grid .owl-dots .owl-dot.active {
          transform: scale(1);
          opacity: 1; }
        .service-testimonials .service-testimonials-grid .owl-dots .owl-dot span {
          display: none; }
    .service-testimonials .service-testimonials-grid.owl-carousel .owl-item .testimonial-card .user-avatar {
      width: 88px;
      height: 88px;
      max-width: 88px;
      object-fit: cover; }
    .service-testimonials .service-testimonials-grid.owl-carousel .owl-item .testimonial-card .quote-icon-bg img {
      width: auto;
      height: auto;
      max-width: 100%;
      object-fit: contain; }
  .service-testimonials .testimonial-card {
    background-color: #fff;
    border-radius: 25px;
    width: 325px;
    height: 264px;
    margin-top: 50px;
    flex-shrink: 0;
    position: relative;
    color: #333;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(59, 89, 151, 0.0448); }
    .service-testimonials .testimonial-card .user-avatar {
      position: absolute;
      top: -44px;
      border-radius: 50%;
      object-fit: cover;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      width: 88px;
      height: 88px; }
    .service-testimonials .testimonial-card .quote-icon-bg {
      position: absolute;
      top: 36px;
      left: 30.5px;
      pointer-events: none;
      z-index: 1; }
    .service-testimonials .testimonial-card .item {
      padding-top: 57px; }
    .service-testimonials .testimonial-card blockquote {
      color: #373737;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      padding-left: 40px;
      padding-right: 40px;
      z-index: 3;
      overflow-y: auto;
      position: relative;
      height: 100px; }
    .service-testimonials .testimonial-card .user-info {
      margin-top: 20px; }
      .service-testimonials .testimonial-card .user-info h3 {
        color: #373737;
        text-align: center;
        font-family: ProximaNova-Bold;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 8px;
        margin-top: 0; }
      .service-testimonials .testimonial-card .user-info .testimonial-stars {
        display: flex;
        justify-content: center;
        margin-bottom: 8px; }
        .service-testimonials .testimonial-card .user-info .testimonial-stars .star-ratings {
          width: 17px;
          height: 16px; }
        .service-testimonials .testimonial-card .user-info .testimonial-stars .rating-stars-css {
          --rs-gap: 3px; }
      .service-testimonials .testimonial-card .user-info span {
        color: #969898;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: normal; }
  .service-testimonials .btn-schedule-service {
    margin: 24px auto 0;
    max-width: 355px;
    width: 100%;
    height: 57px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 6px;
    font-family: ProximaNova-Bold;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    border-radius: 29px;
    text-decoration: none; }
    .service-testimonials .btn-schedule-service img, .service-testimonials .btn-schedule-service svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .service-testimonials .btn-schedule-service:hover img, .service-testimonials .btn-schedule-service:hover svg {
      left: 5px; }
    @media (max-width: 767px) {
      .service-testimonials .btn-schedule-service {
        max-width: 337px; } }
  .service-testimonials .service-guarantee-box {
    margin: 35px auto 40.53px;
    max-width: 870px;
    min-height: 147px;
    border-radius: 25px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
    padding: 19px 36px 23.34px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    text-align: left;
    color: #373737; }
    .service-testimonials .service-guarantee-box .guarantee-icon {
      flex-shrink: 0; }
    .service-testimonials .service-guarantee-box .guarantee-content h3 {
      margin-bottom: 4px;
      font-family: ProximaNova-Bold;
      font-size: 26px;
      font-weight: 700;
      line-height: normal; }
    .service-testimonials .service-guarantee-box .guarantee-content p {
      font-size: 18px;
      font-weight: 400;
      line-height: 20px; }

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .testimonials-carousel-wrapper .service-testimonials-grid {
    padding-left: 40px;
    padding-right: 0; }
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-dots {
      display: flex !important; }
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-nav .owl-prev,
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-nav .owl-next {
      display: none; }
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-nav {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 900px) {
  .service-testimonials {
    padding-bottom: 40px; }
    .service-testimonials .service-guarantee-box {
      margin-inline: 40px; }
  .testimonials-carousel-wrapper .service-testimonials-grid {
    padding-left: 40px;
    padding-right: 0; }
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-dots {
      display: flex !important; }
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-nav .owl-prev,
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-nav .owl-next {
      display: none; }
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-nav {
      display: none; } }

@media screen and (max-width: 767px) {
  .service-testimonials::after {
    bottom: 0; }
  .testimonials-carousel-wrapper .service-testimonials-grid {
    padding-left: 40px;
    padding-right: 0; }
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-dots {
      display: flex !important; }
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-nav .owl-prev,
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-nav .owl-next {
      display: none; }
    .testimonials-carousel-wrapper .service-testimonials-grid .owl-nav {
      display: none; }
  .service-testimonials {
    padding-top: 45px;
    padding-bottom: 60px;
    background-position: top; }
    .service-testimonials .testimonials-carousel-wrapper {
      padding-left: 24px; }
    .service-testimonials .service-testimonials-grid {
      padding: 0; }
    .service-testimonials .testimonial-card .user-avatar,
    .service-testimonials .service-testimonials-grid.owl-carousel .owl-item .testimonial-card .user-avatar {
      width: 74.29px;
      height: 74.29px;
      max-width: 74.29px; }
    .service-testimonials .testimonial-card {
      width: 274.367px;
      height: 230px; }
      .service-testimonials .testimonial-card .quote-icon-bg {
        width: 62.472px;
        height: 52.341px; }
      .service-testimonials .testimonial-card .item {
        padding-top: 48px; }
      .service-testimonials .testimonial-card blockquote {
        font-size: 16px;
        font-weight: 400;
        line-height: 21.105px;
        padding-left: 23px;
        padding-right: 33.37px;
        height: 85px; }
      .service-testimonials .testimonial-card .user-info {
        margin-top: 16.15px; }
        .service-testimonials .testimonial-card .user-info h3 {
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 8.79px; }
        .service-testimonials .testimonial-card .user-info span {
          font-size: 12px;
          font-weight: 400; }
    .service-testimonials .service-guarantee-box {
      flex-direction: column;
      text-align: center;
      padding: 17px 8px 25px;
      margin: 30px 20px 20px;
      gap: 12px; }
      .service-testimonials .service-guarantee-box .guarantee-content h3 {
        font-size: 20px;
        line-height: normal; }
      .service-testimonials .service-guarantee-box .guarantee-content p {
        font-size: 16px;
        line-height: 20px; }
      .service-testimonials .service-guarantee-box .guarantee-icon img {
        width: 100px;
        height: auto; }
    .service-testimonials .testimonials-header {
      margin-bottom: 20px;
      padding-inline: 20px; }
      .service-testimonials .testimonials-header h2 {
        padding: 0;
        font-size: 38px;
        font-weight: 700; }
        .service-testimonials .testimonials-header h2 img {
          display: none; }
    .service-testimonials .service-testimonials-grid.owl-carousel .owl-stage-outer {
      overscroll-behavior-x: contain; } }

@media screen and (min-width: 600px) and (max-width: 766px) {
  .service-testimonials .service-guarantee-box {
    flex-direction: row;
    margin-bottom: 30px; } }

.service-testimonials {
  background-color: #FF8A001A; }
  .service-testimonials .testimonial-card div.user-avatar {
    filter: none;
    transition: none; }

.service-testimonials::after {
  display: none; }

.footer_copyright {
  margin-bottom: 0 !important; }

@media screen and (max-width: 767px) {
  .service-testimonials {
    padding-top: 61px; } }
.gutter-assessment {
  background: #F7F7F7;
  padding: 80px 20px; }
  .gutter-assessment .gutter-assessment-inner {
    max-width: 1032px;
    margin: 0 auto; }
  .gutter-assessment .gutter-assessment-header {
    text-align: center;
    margin-bottom: 40px; }
    .gutter-assessment .gutter-assessment-header h2 {
      font-family: 'ProximaNova-Bold', 'Helvetica Neue', Arial, sans-serif;
      font-size: 48px;
      font-weight: 700;
      line-height: 50px;
      margin: 0 auto 10px; }
  .gutter-assessment .gutter-assessment-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 auto; }
  .gutter-assessment .gutter-assessment-card {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(20, 35, 25, 0.1); }
  .gutter-assessment .gutter-assessment-image {
    line-height: 0;
    background: #dfe4e6; }
  .gutter-assessment .gutter-assessment-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .gutter-assessment .gutter-assessment-quiz {
    padding: 44px 52px;
    padding-left: 60px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    min-height: 540px;
    max-width: 450px; }
  .gutter-assessment .gutter-assessment-noscript {
    font-size: 16px;
    line-height: 24px; }
    .gutter-assessment .gutter-assessment-noscript a {
      color: #FF8A00; }
  .gutter-assessment .ga-progress-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: normal; }
  .gutter-assessment .ga-progress-track {
    position: relative;
    height: 6px;
    border-radius: 3px;
    background: #3737371A;
    margin: 8px 0 22px;
    overflow: hidden; }
  .gutter-assessment .ga-progress-fill {
    height: 100%;
    min-width: 8px;
    border-radius: 3px;
    background: #00A7ED;
    transition: width 0.35s ease; }
  .gutter-assessment .ga-question {
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    line-height: normal;
    margin: 0 0 5px; }
  .gutter-assessment .ga-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }
  .gutter-assessment .ga-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 17px 16px;
    border: 1.5px solid #D9D7D7;
    border-radius: 10px;
    background: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease; }
    .gutter-assessment .ga-option:hover {
      border-color: #C4C8CC; }
    .gutter-assessment .ga-option:focus-visible {
      outline: none;
      border-color: #6DBE45;
      box-shadow: 0 0 0 3px rgba(109, 190, 69, 0.25); }
  .gutter-assessment .ga-option-label {
    flex: 1;
    min-width: 0;
    padding-right: 16px;
    color: #373737; }
  .gutter-assessment .ga-radio {
    flex-shrink: 0;
    position: relative;
    width: 22px;
    height: 22px;
    border: 2px solid #373737;
    border-radius: 50%;
    transition: border-color 0.15s ease; }
  .gutter-assessment .ga-option.is-selected {
    border-color: #84B823; }
    .gutter-assessment .ga-option.is-selected .ga-radio {
      border-color: #84B823; }
      .gutter-assessment .ga-option.is-selected .ga-radio::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #6DBE45;
        transform: translate(-50%, -50%); }
  .gutter-assessment .ga-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
    width: 100%;
    padding-top: 16px; }
  .gutter-assessment .ga-actions--final {
    justify-content: stretch; }
  .gutter-assessment .ga-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 132px;
    white-space: nowrap;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 14px 28px;
    border-radius: 33px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
    box-shadow: 0 4px 14px rgba(255, 111, 0, 0.22);
    transition: opacity 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
    .gutter-assessment .ga-next img, .gutter-assessment .ga-next svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-assessment .ga-next:hover img, .gutter-assessment .ga-next:hover svg {
      left: 5px; }
    .gutter-assessment .ga-next[disabled] {
      opacity: 0.45;
      cursor: not-allowed;
      transform: none;
      box-shadow: none; }
  .gutter-assessment .ga-next--final {
    width: 100%;
    min-width: 0;
    padding: 15px 34px; }
  .gutter-assessment .gutter-assessment-quiz.is-result {
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%; }
  .gutter-assessment .gutter-assessment-quiz.is-low {
    background: #EEF6E4; }
  .gutter-assessment .gutter-assessment-quiz.is-medium {
    background: #FBEEDD; }
  .gutter-assessment .gutter-assessment-quiz.is-high {
    background: #FBE7E2; }
  .gutter-assessment .ga-result {
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .gutter-assessment .ga-result-icon {
    line-height: 0;
    margin-bottom: 14px; }
  .gutter-assessment .is-low .ga-result-icon {
    color: #5A9A24; }
  .gutter-assessment .is-medium .ga-result-icon {
    color: #E08600; }
  .gutter-assessment .is-high .ga-result-icon {
    color: #D0421B; }
  .gutter-assessment .ga-result-title {
    font-family: 'ProximaNova-Bold';
    margin: 0 0 8px;
    font-size: 22px;
    line-height: normal; }
  .gutter-assessment .ga-result-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 20px;
    max-width: 276px; }
  .gutter-assessment .ga-result-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 33px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%); }
    .gutter-assessment .ga-result-cta img, .gutter-assessment .ga-result-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-assessment .ga-result-cta:hover img, .gutter-assessment .ga-result-cta:hover svg {
      left: 5px; }
  .gutter-assessment .ga-check-again {
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    color: #FF8A00;
    margin-top: 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'ProximaNova-Bold';
    display: inline-flex;
    align-items: center; }
    .gutter-assessment .ga-check-again img, .gutter-assessment .ga-check-again svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-assessment .ga-check-again:hover img, .gutter-assessment .ga-check-again:hover svg {
      left: 5px; }
    .gutter-assessment .ga-check-again:hover {
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .gutter-assessment {
      padding: 60px 20px 72px; }
      .gutter-assessment .gutter-assessment-header {
        margin-bottom: 24px; }
        .gutter-assessment .gutter-assessment-header h2 {
          font-size: 38px;
          line-height: 36px;
          padding-inline: 32px; }
      .gutter-assessment .gutter-assessment-card {
        box-shadow: 0 4px 12px rgba(25, 29, 21, 0.14); }
      .gutter-assessment .ga-actions {
        justify-content: stretch;
        padding-top: 22px; }
      .gutter-assessment .ga-next {
        width: 100%;
        min-width: 0; }
      .gutter-assessment .gutter-assessment-subtitle {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px; }
      .gutter-assessment .gutter-assessment-card {
        grid-template-columns: 1fr;
        border-radius: 22px; }
      .gutter-assessment .gutter-assessment-image {
        aspect-ratio: 16 / 11; }
      .gutter-assessment .gutter-assessment-quiz {
        padding: 22px 9px 82px;
        min-height: 0; }
      .gutter-assessment .ga-question {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 8px; }
      .gutter-assessment .ga-option {
        padding: 17px 16px 14px; }
      .gutter-assessment .ga-result-cta {
        white-space: nowrap;
        font-size: 16px;
        line-height: normal; } }
.gutter-clog-causes {
  background: #fff;
  padding: 80px 20px; }
  .gutter-clog-causes .gutter-clog-inner {
    max-width: 1098px;
    margin: 0 auto; }
  .gutter-clog-causes .gutter-clog-header {
    text-align: center;
    margin-bottom: 30px; }
    .gutter-clog-causes .gutter-clog-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      font-weight: 700;
      line-height: normal;
      margin: 0 auto 10px; }
  .gutter-clog-causes .gutter-clog-subtitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    max-width: 847px;
    margin: 0 auto; }
  .gutter-clog-causes .gutter-clog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 31px; }
  .gutter-clog-causes .gutter-clog-card {
    background: #F7F7F7;
    border-radius: 25px;
    text-align: center;
    padding: 26px 14px 54px; }
    .gutter-clog-causes .gutter-clog-card .gutter-clog-card-icon img {
      width: 80px;
      height: 80px; }
    .gutter-clog-causes .gutter-clog-card h3 {
      font-family: 'ProximaNova-Bold';
      margin: 12px 0 9px;
      font-size: 20px;
      font-weight: 700;
      line-height: 20px; }
    .gutter-clog-causes .gutter-clog-card p {
      font-size: 14px;
      font-weight: 400;
      line-height: 17px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gutter-clog-causes .gutter-clog-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media screen and (max-width: 767px) {
    .gutter-clog-causes {
      padding: 50px 30px; }
      .gutter-clog-causes .gutter-clog-header {
        margin-bottom: 18px; }
        .gutter-clog-causes .gutter-clog-header h2 {
          font-size: 38px;
          line-height: 36px; }
      .gutter-clog-causes .gutter-clog-subtitle {
        font-size: 18px;
        line-height: 22px; }
      .gutter-clog-causes .gutter-clog-grid {
        grid-template-columns: 1fr;
        gap: 15px; }
      .gutter-clog-causes .gutter-clog-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 15px;
        padding: 20px 18px; }
        .gutter-clog-causes .gutter-clog-card .gutter-clog-card-content {
          flex: 1;
          min-width: 0; }
        .gutter-clog-causes .gutter-clog-card h3 {
          margin: 0 0 4px;
          font-size: 20px;
          line-height: 20px; } }
.gutter-quote-scope {
  background: #fff;
  padding: 0 20px 80px; }
  .gutter-quote-scope .gutter-quote-scope-inner {
    max-width: 1116px;
    margin: 0 auto; }
  .gutter-quote-scope .gutter-quote-scope-header {
    text-align: center;
    margin-bottom: 40px; }
    .gutter-quote-scope .gutter-quote-scope-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      line-height: normal;
      margin: 0 auto 8px; }
  .gutter-quote-scope .gutter-quote-scope-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
  .gutter-quote-scope .gutter-quote-scope-body {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
    column-gap: 33px;
    align-items: start; }
  .gutter-quote-scope .gutter-quote-scope-list {
    display: flex;
    flex-direction: column; }
  .gutter-quote-scope .gutter-scope-item {
    margin-bottom: 5px;
    border-radius: 14px;
    border: 1.5px solid transparent;
    background: #F7F7F7;
    overflow: hidden;
    transition: border-color 0.15s ease, background-color 0.15s ease; }
    .gutter-quote-scope .gutter-scope-item:last-of-type {
      margin-bottom: 0; }
    .gutter-quote-scope .gutter-scope-item[open] {
      border-color: #FF8A00; }
  .gutter-quote-scope .gutter-scope-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    cursor: pointer;
    list-style: none;
    font-family: 'ProximaNova-Bold';
    font-size: 17px;
    font-weight: 700;
    color: #373737; }
    .gutter-quote-scope .gutter-scope-summary::-webkit-details-marker {
      display: none; }
  .gutter-quote-scope .gutter-scope-chevron {
    flex-shrink: 0;
    transition: transform 0.2s ease; }
  .gutter-quote-scope .gutter-scope-item[open] .gutter-scope-chevron {
    transform: rotate(180deg); }
  .gutter-quote-scope .gutter-scope-answer {
    padding: 12px 114px 30px 28px; }
    .gutter-quote-scope .gutter-scope-answer p {
      font-size: 14px;
      font-weight: 400;
      line-height: 17px; }
  .gutter-quote-scope .gutter-scope-note {
    margin: 30px 0 21px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px; }
    .gutter-quote-scope .gutter-scope-note strong {
      font-weight: 700; }
  .gutter-quote-scope .gutter-scope-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 33px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%); }
    .gutter-quote-scope .gutter-scope-cta img, .gutter-quote-scope .gutter-scope-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-quote-scope .gutter-scope-cta:hover img, .gutter-quote-scope .gutter-scope-cta:hover svg {
      left: 5px; }
  .gutter-quote-scope .gutter-quote-scope-image {
    border-radius: 28px;
    overflow: hidden;
    background: #dfe4e6;
    line-height: 0;
    aspect-ratio: 620 / 640; }
  .gutter-quote-scope .gutter-quote-scope-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    flex-shrink: 0; }
  @media screen and (max-width: 767px) {
    .gutter-quote-scope {
      padding: 0 20.5px 51px; }
      .gutter-quote-scope .gutter-quote-scope-header {
        margin-bottom: 12px; }
        .gutter-quote-scope .gutter-quote-scope-header h2 {
          font-size: 38px;
          line-height: 36px; }
      .gutter-quote-scope .gutter-quote-scope-subtitle {
        font-size: 18px;
        line-height: 22px; }
      .gutter-quote-scope .gutter-quote-scope-body {
        grid-template-columns: 1fr;
        row-gap: 30px; }
      .gutter-quote-scope .gutter-quote-scope-image {
        order: -1;
        aspect-ratio: 16 / 12; }
      .gutter-quote-scope .gutter-scope-summary {
        font-size: 20px;
        line-height: 20px;
        padding: 28px 24px 9px 28px; }
      .gutter-quote-scope .gutter-scope-answer {
        padding: 0 40px 23px 28px; }
      .gutter-quote-scope .gutter-scope-note {
        font-size: 14px;
        line-height: 17px;
        margin: 18px 0; }
      .gutter-quote-scope .gutter-scope-cta {
        align-self: stretch;
        font-size: 17px;
        line-height: normal; } }
.gutter-cost {
  background: #F7F7F7;
  padding: 70px 20px; }
  .gutter-cost .gutter-cost-inner {
    max-width: 1102px;
    margin: 0 auto; }
  .gutter-cost .gutter-cost-header {
    text-align: center;
    margin-bottom: 30px; }
    .gutter-cost .gutter-cost-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      line-height: 54px;
      margin: 0 auto 9px; }
  .gutter-cost .gutter-cost-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    max-width: 967px;
    margin: 0 auto; }
  .gutter-cost .gutter-cost-body {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    column-gap: 43px;
    align-items: start; }
  .gutter-cost .gutter-cost-image {
    border-radius: 28px;
    overflow: hidden;
    background: #dfe4e6;
    line-height: 0;
    aspect-ratio: 680 / 820; }
  .gutter-cost .gutter-cost-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .gutter-cost .gutter-cost-tiers {
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 30px; }
  .gutter-cost .gutter-cost-tier {
    background: #f9e1c6;
    border-radius: 24px;
    padding: 16px; }
  .gutter-cost .gutter-cost-tier-name {
    display: block;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 25px; }
  .gutter-cost .gutter-cost-tier-range {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap; }
  .gutter-cost .gutter-cost-footnote {
    color: #6b6b6b;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 24px; }
  .gutter-cost .gutter-cost-factors-title {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px; }
  .gutter-cost .gutter-cost-factors {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .gutter-cost .gutter-cost-factor {
    display: flex;
    align-items: flex-start;
    gap: 10px; }
  .gutter-cost .gutter-cost-factor-copy {
    flex: 1;
    min-width: 0;
    padding-top: 3px; }
    .gutter-cost .gutter-cost-factor-copy h4 {
      font-family: 'ProximaNova-Bold';
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 1px; }
    .gutter-cost .gutter-cost-factor-copy p {
      font-size: 18px;
      font-weight: 400;
      line-height: 24px; }
  .gutter-cost .gutter-cost-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNova-Bold';
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 17px 36px;
    border-radius: 33px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%); }
    .gutter-cost .gutter-cost-cta img, .gutter-cost .gutter-cost-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-cost .gutter-cost-cta:hover img, .gutter-cost .gutter-cost-cta:hover svg {
      left: 5px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gutter-cost .gutter-cost-body {
      column-gap: 28px;
      grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr); }
    .gutter-cost .gutter-cost-tiers {
      gap: 8px; }
    .gutter-cost .gutter-cost-tier {
      padding: 14px 12px; }
    .gutter-cost .gutter-cost-tier-range {
      font-size: 11px;
      white-space: normal; } }
  @media screen and (max-width: 767px) {
    .gutter-cost {
      padding: 49px 12px 49px; }
      .gutter-cost .gutter-cost-header {
        margin-bottom: 30px; }
        .gutter-cost .gutter-cost-header h2 {
          font-size: 38px;
          line-height: 36px;
          max-width: 360px;
          margin-bottom: 8px; }
      .gutter-cost .gutter-cost-subtitle {
        font-size: 18px;
        line-height: 22px;
        padding-inline: 9.5px; }
      .gutter-cost .gutter-cost-body {
        grid-template-columns: 1fr;
        row-gap: 16px; }
      .gutter-cost .gutter-cost-image {
        order: -1;
        aspect-ratio: 16 / 12; }
      .gutter-cost .gutter-cost-tiers {
        grid-template-columns: 1fr;
        gap: 5px;
        padding-inline: 8px;
        margin-bottom: 23px; }
      .gutter-cost .gutter-cost-tier {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 13px 21px 13px 16px; }
      .gutter-cost .gutter-cost-tier-range {
        font-size: 14px;
        line-height: normal; }
      .gutter-cost .gutter-cost-factors-title {
        padding-left: 9px; }
      .gutter-cost .gutter-cost-factors {
        padding-inline: 9px;
        margin-bottom: 28px; }
      .gutter-cost .gutter-cost-factor-copy h4 {
        font-size: 20px;
        line-height: 24px; }
      .gutter-cost .gutter-cost-factor-copy p {
        font-size: 16px;
        line-height: normal; }
      .gutter-cost .gutter-cost-cta {
        width: 100%;
        font-size: 17px;
        padding: 16px 24px; } }
.calculator-location-combobox {
  position: relative;
  margin-top: 10px;
  max-width: 337px;
  height: 48px; }
  .calculator-location-combobox .calculator-location-search {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 44px 14px 18px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 0.962px solid #959898;
    background: #fff;
    color: #373737;
    font-size: 16px;
    line-height: normal;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent; }
    .calculator-location-combobox .calculator-location-search[readonly] {
      cursor: pointer; }
  .calculator-location-combobox .service-chevron-down,
  .calculator-location-combobox .chevron-down {
    pointer-events: none; }
  .calculator-location-combobox .calculator-location-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 15;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #cfd4d7;
    border-radius: 8px;
    max-height: 280px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); }
    .calculator-location-combobox .calculator-location-menu[hidden] {
      display: none !important; }
  .calculator-location-combobox .calculator-location-menu-filter {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 14px;
    border: none;
    border-bottom: 1px solid #e6e9ea;
    border-radius: 8px 8px 0 0;
    background: #fff;
    color: #373737;
    font-size: 15px;
    line-height: 1.3;
    outline: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent; }
    .calculator-location-combobox .calculator-location-menu-filter::placeholder {
      color: #959898; }
    .calculator-location-combobox .calculator-location-menu-filter:focus {
      box-shadow: inset 0 0 0 1px #2b7bb9; }
  .calculator-location-combobox .calculator-location-menu-list {
    flex: 1;
    min-height: 0;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    overflow-y: auto; }
  .calculator-location-combobox .calculator-location-menu-item {
    padding: 10px 14px;
    cursor: pointer;
    color: #373737;
    font-size: 15px;
    line-height: 1.3;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent; }
  .calculator-location-combobox .calculator-location-menu-item:hover {
    background: #f2f6f4; }

.service-quote-form {
  padding-top: 68px;
  padding-bottom: 92px;
  background-color: #F7F7F7;
  position: relative; }
  .service-quote-form::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 488px;
    background-repeat: no-repeat, repeat-x;
    background-position: right bottom, left bottom;
    background-size: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/hedge-trimming-cost-calculator-bg.webp"); }
  .service-quote-form .service-quote-container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px; }
  .service-quote-form .service-quote-header {
    text-align: center;
    margin-bottom: 30px; }
    .service-quote-form .service-quote-header .service-top-pill {
      height: 33px;
      background-color: rgba(0, 0, 0, 0.04);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      padding: 8px 15px 9px 9px;
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      gap: 4px; }
    .service-quote-form .service-quote-header h2 {
      text-align: center;
      font-size: 48px;
      font-family: ProximaNova-Bold;
      line-height: 54px;
      margin: 12px 0 4px; }
    .service-quote-form .service-quote-header p {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: normal;
      margin: 0; }
  .service-quote-form .service-quote-card {
    margin: 0 auto;
    max-width: 820px;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-bottom: 156px; }
  .service-quote-form .service-form-side {
    flex: 1;
    padding: 35px 40px 36px;
    position: relative; }
    @media (max-width: 767px) {
      .service-quote-form .service-form-side {
        padding: 20px;
        padding-bottom: 10px; } }
    .service-quote-form .service-form-side .service-form-group {
      margin-bottom: 20px; }
      .service-quote-form .service-form-side .service-form-group .service-group-label {
        font-family: ProximaNova-Bold;
        font-size: 14px;
        font-weight: 700;
        line-height: normal; }
      .service-quote-form .service-form-side .service-form-group .service-location-input-wrapper {
        margin-top: 10px;
        max-width: 337px;
        height: 48px;
        position: relative; }
        .service-quote-form .service-form-side .service-form-group .service-location-input-wrapper.calculator-location-combobox .service-chevron-down {
          position: absolute;
          right: 14px;
          top: 50%;
          transform: translateY(-50%);
          color: #777; }
        .service-quote-form .service-form-side .service-form-group .service-location-input-wrapper select {
          border-radius: 6px;
          border: 0.962px solid #959898;
          background: #FFF;
          width: 100%;
          height: 100%;
          padding: 15px 16px 14px 18px;
          color: #373737;
          font-size: 16px;
          font-weight: 400;
          line-height: normal;
          border-radius: 6px;
          background: #fff;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          cursor: pointer;
          touch-action: manipulation;
          -webkit-tap-highlight-color: transparent; }
        .service-quote-form .service-form-side .service-form-group .service-location-input-wrapper .service-chevron-down {
          position: absolute;
          right: 14px;
          top: 50%;
          transform: translateY(-50%);
          color: #777;
          pointer-events: none; }
      .service-quote-form .service-form-side .service-form-group .service-options-group {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 9px; }
      .service-quote-form .service-form-side .service-form-group .service-custom-option {
        display: flex;
        align-items: center;
        cursor: pointer;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        font-size: 16px;
        font-weight: 400;
        color: #373737; }
        .service-quote-form .service-form-side .service-form-group .service-custom-option input {
          display: none; }
        .service-quote-form .service-form-side .service-form-group .service-custom-option .service-checkmark-circle {
          width: 22px;
          height: 22px;
          border: 1px solid #373737;
          border-radius: 50%;
          margin-right: 8px;
          position: relative;
          flex-shrink: 0;
          transition: border-color 0.2s, background 0.2s; }
        .service-quote-form .service-form-side .service-form-group .service-custom-option input:checked + .service-checkmark-circle {
          border-color: #42A042;
          background: #42A042;
          background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/radio-btn.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        .service-quote-form .service-form-side .service-form-group .service-custom-option:hover .service-checkmark-circle {
          border-color: #999; }
  .service-quote-form .service-form-actions {
    margin-top: 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px; }
    .service-quote-form .service-form-actions .service-btn-get-quotes {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92%);
      color: #fff;
      border-radius: 28px;
      min-width: 260px;
      height: 56px;
      font-family: 'ProximaNova-Bold', sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-decoration: none;
      border: none;
      cursor: pointer;
      touch-action: manipulation;
      -webkit-tap-highlight-color: transparent; }
      .service-quote-form .service-form-actions .service-btn-get-quotes img, .service-quote-form .service-form-actions .service-btn-get-quotes svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .service-quote-form .service-form-actions .service-btn-get-quotes:hover img, .service-quote-form .service-form-actions .service-btn-get-quotes:hover svg {
        left: 5px; }
    .service-quote-form .service-form-actions .service-btn-reset {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #00A3E7;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      line-height: normal;
      touch-action: manipulation;
      -webkit-tap-highlight-color: transparent; }
  .service-quote-form .service-estimate-side {
    max-width: 282px;
    height: 419px;
    margin: 10px;
    border-radius: 20px;
    background: linear-gradient(193deg, #00B65F 33.38%, #009759 71.72%);
    padding: 56px 26px 27px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start; }
    .service-quote-form .service-estimate-side .service-estimate-range {
      color: #FFF;
      font-size: 45px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 17px; }
    .service-quote-form .service-estimate-side .service-est-subtitle {
      max-width: 210px;
      color: #FFF;
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      line-height: 23px;
      margin-bottom: 18px; }
    .service-quote-form .service-estimate-side .service-est-disclaimer {
      max-width: 211px;
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-style: italic;
      font-weight: 300;
      line-height: 19px; }
    .service-quote-form .service-estimate-side .service-time-info {
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      margin-top: auto; }
    .service-quote-form .service-estimate-side .service-btn-match-pros {
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 19px;
      width: 100%;
      max-width: 189px;
      border-radius: 24px;
      background: #fff;
      text-decoration: none;
      color: #019759;
      font-size: 16px;
      font-weight: 600;
      font-family: 'ProximaNova-Semibold';
      line-height: normal;
      touch-action: manipulation;
      -webkit-tap-highlight-color: transparent; }
      .service-quote-form .service-estimate-side .service-btn-match-pros img, .service-quote-form .service-estimate-side .service-btn-match-pros svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .service-quote-form .service-estimate-side .service-btn-match-pros:hover img, .service-quote-form .service-estimate-side .service-btn-match-pros:hover svg {
        left: 5px; }
      .service-quote-form .service-estimate-side .service-btn-match-pros svg path {
        fill: #019759; }
  @media screen and (max-width: 767px) {
    .service-quote-form {
      padding-top: 40px;
      padding-bottom: 1px; }
      .service-quote-form .service-quote-header {
        margin-bottom: 24px; }
        .service-quote-form .service-quote-header .service-top-pill {
          font-size: 13px;
          padding: 6px 12px; }
        .service-quote-form .service-quote-header h2 {
          font-size: 32px;
          line-height: 1.2; }
        .service-quote-form .service-quote-header p {
          font-size: 18px; }
      .service-quote-form .service-quote-card {
        flex-direction: column; }
      .service-quote-form .service-form-actions-mobile {
        display: flex !important;
        margin-top: 10px;
        justify-content: center;
        align-items: center;
        margin-bottom: 34px;
        margin-inline: auto;
        flex-wrap: wrap;
        row-gap: 23px;
        column-gap: 20px; }
        .service-quote-form .service-form-actions-mobile .service-btn-get-quotes {
          max-width: 100%;
          width: 314px; }
        .service-quote-form .service-form-actions-mobile .service-btn-get-quotes,
        .service-quote-form .service-form-actions-mobile .service-btn-reset {
          touch-action: manipulation;
          -webkit-tap-highlight-color: transparent; }
      .service-quote-form .service-form-side .service-form-group .service-location-input-wrapper {
        max-width: 100%; }
      .service-quote-form .service-estimate-side {
        border-radius: 25px;
        max-width: 100%;
        min-width: 0;
        margin-inline: 20px;
        height: 305px;
        padding: 20px;
        margin-inline: auto; }
        .service-quote-form .service-estimate-side .service-est-subtitle {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 10px; }
        .service-quote-form .service-estimate-side .service-est-disclaimer {
          font-size: 12px;
          font-weight: 300;
          max-width: 100%;
          line-height: 19px; }
        .service-quote-form .service-estimate-side .service-time-info {
          font-size: 16px;
          line-height: 19px;
          padding-inline: 38px; }
        .service-quote-form .service-estimate-side .service-estimate-range {
          font-size: 44px;
          line-height: normal; } }
.service-quote-form .service-cost-tabs .service-cost-tab {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent; }
.service-quote-form .service-quote-header h2 {
  margin-bottom: 12px; }
  @media screen and (max-width: 767px) {
    .service-quote-form .service-quote-header h2 {
      max-width: 360px;
      margin-bottom: 10px;
      font-size: 38px;
      line-height: 36px; } }
@media screen and (max-width: 767px) {
  .service-quote-form .service-quote-header p {
    padding-inline: 39px; } }

.service-quote-form .service-quote-header {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .service-quote-form .service-quote-header {
      margin-bottom: 25.2px; } }
#gutter_get_quote.service-quote-form {
  background: #D1F4D3;
  padding: 51px 20px 80px;
  position: relative;
  overflow: hidden; }
  #gutter_get_quote.service-quote-form::before {
    display: none; }
  #gutter_get_quote.service-quote-form .service-quote-container {
    position: relative;
    z-index: 2;
    padding-inline: 0; }
  #gutter_get_quote.service-quote-form .service-quote-header .gqc-emphasis {
    font-family: 'ProximaNova-Bold';
    font-weight: 700;
    text-decoration: underline; }
  #gutter_get_quote.service-quote-form .service-quote-card {
    max-width: 820px;
    margin-bottom: 0;
    box-shadow: 0 4px 12px rgba(25, 29, 21, 0.14); }
  #gutter_get_quote.service-quote-form .service-form-side {
    padding: 40px 44px 40px; }
  #gutter_get_quote.service-quote-form .service-location-input-wrapper {
    max-width: 420px; }
  #gutter_get_quote.service-quote-form .service-estimate-side {
    position: relative;
    overflow: hidden;
    max-width: 282px;
    height: auto;
    min-height: 540px;
    margin: 12px;
    border-radius: 22px;
    background: linear-gradient(193deg, #00B65F 33.38%, #009759 71.72%);
    justify-content: flex-start;
    padding: 64px 18px 114px 19px; }
    #gutter_get_quote.service-quote-form .service-estimate-side::before, #gutter_get_quote.service-quote-form .service-estimate-side::after {
      content: '';
      position: absolute;
      pointer-events: none;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 0; }
    #gutter_get_quote.service-quote-form .service-estimate-side::before {
      left: 0;
      top: 42%;
      width: 62px;
      height: 62px;
      transform: translateY(-50%);
      background-image: url("https://greenpal-production.s3.amazonaws.com/images/gutter-cleaning/leaf-logo.svg"); }
    #gutter_get_quote.service-quote-form .service-estimate-side::after {
      right: 0;
      bottom: 61px;
      width: 94px;
      height: 94px;
      transform: rotate(326deg);
      transform-origin: bottom right;
      background-image: url("https://greenpal-production.s3.amazonaws.com/images/gutter-cleaning/leaf-logo-end.svg"); }
    #gutter_get_quote.service-quote-form .service-estimate-side .service-estimate-range,
    #gutter_get_quote.service-quote-form .service-estimate-side .service-est-subtitle,
    #gutter_get_quote.service-quote-form .service-estimate-side .service-est-disclaimer,
    #gutter_get_quote.service-quote-form .service-estimate-side .service-time-info,
    #gutter_get_quote.service-quote-form .service-estimate-side .service-btn-match-pros {
      position: relative;
      z-index: 1; }
    #gutter_get_quote.service-quote-form .service-estimate-side .service-estimate-range {
      font-family: 'ProximaNova-Bold';
      display: inline-flex;
      align-items: baseline;
      justify-content: center;
      flex-wrap: nowrap;
      gap: 0.22em;
      color: #FFF;
      font-size: 45px;
      line-height: normal;
      margin-bottom: 20px; }
      #gutter_get_quote.service-quote-form .service-estimate-side .service-estimate-range .service-estimate-sep {
        flex-shrink: 0;
        line-height: 1; }
    #gutter_get_quote.service-quote-form .service-estimate-side .service-est-subtitle {
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      line-height: 23px;
      margin-bottom: 49px; }
    #gutter_get_quote.service-quote-form .service-estimate-side .service-est-disclaimer {
      max-width: 211px;
      text-align: center;
      font-size: 16px;
      font-style: italic;
      font-weight: 300;
      line-height: 19px; }
    #gutter_get_quote.service-quote-form .service-estimate-side .service-time-info {
      max-width: 211px;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
      margin-top: auto; }
    #gutter_get_quote.service-quote-form .service-estimate-side .service-btn-match-pros {
      margin-top: 30px;
      max-width: 210px;
      height: 48px;
      color: #2E8B57; }
      #gutter_get_quote.service-quote-form .service-estimate-side .service-btn-match-pros svg path {
        fill: #2E8B57; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #gutter_get_quote.service-quote-form .service-estimate-side {
      max-width: 320px;
      min-height: 0; } }
  @media screen and (max-width: 767px) {
    #gutter_get_quote.service-quote-form {
      padding: 48px 7px 55px; }
      #gutter_get_quote.service-quote-form::before {
        background-size: inherit; }
      #gutter_get_quote.service-quote-form .service-top-pill {
        white-space: nowrap; }
      #gutter_get_quote.service-quote-form .service-quote-card {
        margin-inline: 13px; }
      #gutter_get_quote.service-quote-form .service-form-side {
        padding: 32px 20px 4px 20px; }
      #gutter_get_quote.service-quote-form .service-location-input-wrapper {
        max-width: 100%; }
      #gutter_get_quote.service-quote-form .service-estimate-side {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
        min-height: 0;
        height: auto;
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
        align-self: center;
        margin: 0 auto 20px;
        padding: 40px 24px 28px;
        border-radius: 25px;
        background: linear-gradient(193deg, #00B65F 33.38%, #009759 71.72%); }
        #gutter_get_quote.service-quote-form .service-estimate-side::before {
          left: 0;
          top: 38%;
          width: 62px;
          height: 62px; }
        #gutter_get_quote.service-quote-form .service-estimate-side::after {
          right: 0;
          bottom: 21px;
          width: 94px;
          height: 94px;
          transform: rotate(352deg); }
        #gutter_get_quote.service-quote-form .service-estimate-side .service-estimate-range {
          font-size: 48px;
          line-height: normal;
          margin-bottom: 12px; }
        #gutter_get_quote.service-quote-form .service-estimate-side .service-est-subtitle {
          font-size: 16px;
          line-height: 23px;
          margin-bottom: 8px;
          max-width: 240px; }
        #gutter_get_quote.service-quote-form .service-estimate-side .service-est-disclaimer {
          font-size: 12px;
          font-style: italic;
          font-weight: 300;
          line-height: 19px;
          max-width: 100%;
          margin-bottom: 0; }
        #gutter_get_quote.service-quote-form .service-estimate-side .service-time-info {
          font-size: 16px;
          line-height: 19px;
          max-width: 280px;
          margin-top: 16px;
          padding-inline: 0; }
          #gutter_get_quote.service-quote-form .service-estimate-side .service-time-info strong {
            font-family: 'ProximaNova-Bold';
            font-weight: 700; }
        #gutter_get_quote.service-quote-form .service-estimate-side .service-btn-match-pros {
          margin-top: 20px;
          width: 100%;
          max-width: 210px;
          height: 44px;
          background: #fff;
          color: #019759;
          font-size: 16px;
          font-weight: 600; }
          #gutter_get_quote.service-quote-form .service-estimate-side .service-btn-match-pros svg path {
            fill: #019759; } }
.gutter-request-builder {
  background: #F5F6F7;
  padding: 80px 20px; }
  .gutter-request-builder .gutter-request-inner {
    max-width: 990px;
    margin: 0 auto; }
  .gutter-request-builder .gutter-request-header {
    text-align: center;
    margin-bottom: 30px; }
    .gutter-request-builder .gutter-request-header h2 {
      font-family: 'ProximaNova-Bold', 'Helvetica Neue', Arial, sans-serif;
      font-size: 48px;
      font-weight: 700;
      line-height: 54px;
      margin: 0 auto 8px; }
  .gutter-request-builder .gutter-request-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto; }
  .gutter-request-builder .gutter-request-card {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(25, 29, 21, 0.14); }
  .gutter-request-builder .gutter-request-image {
    line-height: 0;
    background: #dfe4e6; }
  .gutter-request-builder .gutter-request-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .gutter-request-builder .gutter-request-content {
    padding: 24px 40px 37px; }
  .gutter-request-builder .gutter-request-services-title {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: normal;
    margin: 0 0 16px; }
  .gutter-request-builder .gutter-request-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 26px;
    gap: 20px; }
  .gutter-request-builder .gutter-rb-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: normal; }
    .gutter-request-builder .gutter-rb-option input {
      position: absolute;
      opacity: 0;
      pointer-events: none; }
  .gutter-request-builder .gutter-rb-box {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #373737;
    border-radius: 6px;
    transition: border-color 0.15s ease, background-color 0.15s ease; }
  .gutter-request-builder .gutter-rb-option input:checked + .gutter-rb-box {
    background: #8FB741;
    border-color: #8FB741; }
    .gutter-request-builder .gutter-rb-option input:checked + .gutter-rb-box::after {
      content: '';
      position: absolute;
      left: 8px;
      top: 4px;
      width: 6px;
      height: 11px;
      border: solid #fff;
      border-width: 0 2.5px 2.5px 0;
      transform: rotate(45deg); }
  .gutter-request-builder .gutter-rb-option:hover .gutter-rb-box {
    border-color: #9aa0a6; }
  .gutter-request-builder .gutter-rb-option input:focus-visible + .gutter-rb-box {
    box-shadow: 0 0 0 3px rgba(109, 190, 69, 0.25); }
  .gutter-request-builder .gutter-rb-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNova-Bold';
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 33px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%); }
    .gutter-request-builder .gutter-rb-cta img, .gutter-request-builder .gutter-rb-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-request-builder .gutter-rb-cta:hover img, .gutter-request-builder .gutter-rb-cta:hover svg {
      left: 5px; }
  @media screen and (max-width: 767px) {
    .gutter-request-builder {
      padding: 60.8px 20px 50px; }
      .gutter-request-builder .gutter-request-header {
        margin-bottom: 24px; }
        .gutter-request-builder .gutter-request-header h2 {
          font-size: 38px;
          line-height: 36px;
          max-width: 360px;
          margin-bottom: 16.2px; }
      .gutter-request-builder .gutter-request-services-title {
        padding-left: 11px;
        margin-bottom: 17px; }
      .gutter-request-builder .gutter-request-subtitle {
        font-size: 18px;
        line-height: normal;
        padding-inline: 55px; }
      .gutter-request-builder .gutter-request-card {
        grid-template-columns: 1fr;
        border-radius: 22px; }
      .gutter-request-builder .gutter-request-image {
        order: -1;
        aspect-ratio: 16 / 11; }
      .gutter-request-builder .gutter-request-content {
        padding: 24px 10px 30px 11px; }
      .gutter-request-builder .gutter-request-options {
        grid-template-columns: 1fr;
        row-gap: 18px;
        padding-left: 11px; }
      .gutter-request-builder .gutter-rb-cta {
        width: 100%;
        font-size: 17px; } }
.gutter-seasonal {
  background: #ffffff;
  padding: 70px 20px 80px; }
  .gutter-seasonal .gutter-seasonal-inner {
    max-width: 967px;
    margin: 0 auto; }
  .gutter-seasonal .gutter-seasonal-header {
    text-align: center;
    margin-bottom: 30px; }
    .gutter-seasonal .gutter-seasonal-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      line-height: 54px;
      margin-bottom: 9px; }
  .gutter-seasonal .gutter-seasonal-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 auto; }
  .gutter-seasonal .gutter-seasonal-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    max-width: 773px;
    margin: 0 auto 20px; }
  .gutter-seasonal .gutter-seasonal-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 239px;
    height: 306px;
    flex-shrink: 0;
    border-radius: 20px;
    padding: 28px 18px 24px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    background-color: #ff8a00c2;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/gutter-cleaning/gutter-cleaning-seasonal-card-background.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-blend-mode: multiply;
    box-shadow: 0 8px 20px rgba(145, 95, 35, 0.16); }
  .gutter-seasonal .gutter-seasonal-card-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .gutter-seasonal .gutter-seasonal-headings {
    text-align: center; }
  .gutter-seasonal .gutter-seasonal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    flex-shrink: 0; }
    .gutter-seasonal .gutter-seasonal-icon img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .gutter-seasonal .gutter-seasonal-range {
    font-family: 'ProximaNova-Bold';
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 5px; }
  .gutter-seasonal .gutter-seasonal-season {
    font-family: 'ProximaNova-Semibold';
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px; }
  .gutter-seasonal .gutter-seasonal-body {
    flex: 1;
    margin: 0;
    max-width: 175px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
  .gutter-seasonal .gutter-seasonal-tip {
    max-width: 827px;
    margin: 0 auto 40px;
    padding: 20px 18px;
    border-radius: 15px;
    border: 1px solid rgba(41, 163, 86, 0.4);
    background: rgba(41, 163, 86, 0.1);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box; }
  .gutter-seasonal .gutter-seasonal-tip-label {
    display: inline; }
  .gutter-seasonal .gutter-seasonal-tip-copy {
    display: inline;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
  .gutter-seasonal .gutter-seasonal-cta-wrapper {
    text-align: center; }
  .gutter-seasonal .gutter-seasonal-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    padding: 15px 36px;
    border-radius: 29px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%); }
    .gutter-seasonal .gutter-seasonal-cta img, .gutter-seasonal .gutter-seasonal-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-seasonal .gutter-seasonal-cta:hover img, .gutter-seasonal .gutter-seasonal-cta:hover svg {
      left: 5px; }
    .gutter-seasonal .gutter-seasonal-cta svg {
      flex-shrink: 0;
      margin-left: 0 !important;
      height: 13px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gutter-seasonal .gutter-seasonal-grid {
      gap: 16px;
      max-width: 749px; }
    .gutter-seasonal .gutter-seasonal-tip {
      max-width: 749px; } }
  @media screen and (max-width: 767px) {
    .gutter-seasonal {
      padding: 48px 11px 50px; }
      .gutter-seasonal .gutter-seasonal-header {
        margin-bottom: 20px; }
        .gutter-seasonal .gutter-seasonal-header h2 {
          font-size: 38px;
          line-height: 36px;
          padding-inline: 27px;
          margin-bottom: 13px; }
      .gutter-seasonal .gutter-seasonal-subtitle {
        font-size: 18px;
        line-height: 22px;
        padding-inline: 32px; }
      .gutter-seasonal .gutter-seasonal-grid {
        gap: 10px;
        max-width: 100%;
        padding-inline: 30px;
        margin-bottom: 20px; }
      .gutter-seasonal .gutter-seasonal-card {
        width: 100%;
        height: auto;
        min-height: 171px;
        align-items: stretch;
        text-align: left;
        padding: 20px 18px; }
      .gutter-seasonal .gutter-seasonal-card-top {
        flex-direction: row;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 12px; }
      .gutter-seasonal .gutter-seasonal-headings {
        flex: 1;
        min-width: 0;
        text-align: left; }
      .gutter-seasonal .gutter-seasonal-icon {
        margin-bottom: 0; }
      .gutter-seasonal .gutter-seasonal-range {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 4px; }
      .gutter-seasonal .gutter-seasonal-season {
        margin: 0 0 0; }
      .gutter-seasonal .gutter-seasonal-body {
        max-width: none;
        text-align: left; }
      .gutter-seasonal .gutter-seasonal-tip {
        max-width: none;
        border-radius: 20px;
        padding: 16px 20px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 22px;
        text-align: left;
        margin-inline: 10px; }
      .gutter-seasonal .gutter-seasonal-tip-label {
        display: flex;
        align-items: center;
        gap: 2px;
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 20px; }
      .gutter-seasonal .gutter-seasonal-tip-copy {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px; }
      .gutter-seasonal .gutter-seasonal-cta {
        width: 100%;
        max-width: 337px;
        font-size: 17px;
        padding: 16px 24px; } }
.gutter-pros {
  background: #E5F6FD;
  padding: 80px 20px 61px; }
  .gutter-pros .gutter-pros-inner {
    max-width: 1126px;
    margin: 0 auto; }
  .gutter-pros .gutter-pros-header {
    text-align: center;
    margin-bottom: 26px; }
    .gutter-pros .gutter-pros-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      line-height: 62px;
      margin: 0 auto; }
  .gutter-pros .gutter-pros-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 auto; }
  .gutter-pros .gutter-pros-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px; }
  .gutter-pros .gutter-pros-controls-heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px; }
  .gutter-pros .gutter-pros-sort {
    display: flex;
    align-items: center;
    gap: 12px; }
    .gutter-pros .gutter-pros-sort .gutter-pros-sort-label {
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      color: #373737; }
    .gutter-pros .gutter-pros-sort select {
      appearance: none;
      -webkit-appearance: none;
      width: 183px;
      height: 42px;
      border: 1px solid #B8B8B8;
      border-radius: 8px;
      background: transparent url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/dropdown-arrow.png") no-repeat right 12px center;
      background-size: 10px;
      padding: 0 38px 0 16px;
      font-size: 16px;
      color: #373737;
      cursor: pointer; }
  .gutter-pros .gutter-pros-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 31px; }
  .gutter-pros .gutter-pros-filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 8px 18px 6px;
    border: 1.109px solid #B8B8B8;
    background: rgba(255, 255, 255, 0.4);
    color: #373737;
    border-radius: 19px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.167px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
    .gutter-pros .gutter-pros-filter-btn:hover {
      background-color: #d3eaf3; }
    .gutter-pros .gutter-pros-filter-btn.is-active {
      background: #00A7ED;
      border-color: #0099FF;
      color: #fff; }
      .gutter-pros .gutter-pros-filter-btn.is-active:hover {
        background: #0088EE; }
  .gutter-pros .gutter-pros-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px; }
  .gutter-pros .gutter-pro-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px 27px;
    box-shadow: none;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "identity price" "stats stats" "divider divider" "services cta";
    align-items: center;
    column-gap: 20px; }
    .gutter-pros .gutter-pro-card.gutter-pro-filter-hidden {
      display: none !important; }
  .gutter-pros .gutter-pro-identity {
    grid-area: identity; }
  .gutter-pros .gutter-pro-price {
    grid-area: price; }
  .gutter-pros .gutter-pro-stats {
    grid-area: stats; }
  .gutter-pros .gutter-pro-divider {
    grid-area: divider; }
  .gutter-pros .gutter-pro-services {
    grid-area: services; }
  .gutter-pros .gutter-pro-see-price {
    grid-area: cta;
    justify-self: end; }
  .gutter-pros .gutter-pros-list.gutter-pros-filter-empty::after {
    content: 'No pros match this filter. Try another filter or view all.';
    display: block;
    text-align: center;
    padding: 24px 16px;
    color: #555; }
  @media screen and (min-width: 768px) {
    .gutter-pros .gutter-pro-card.gutter-pro-extra-card {
      display: none !important; }
    .gutter-pros .gutter-pros-toggle-checkbox:checked ~ .gutter-pros-list .gutter-pro-card.gutter-pro-extra-card,
    .gutter-pros .gutter-pros.gutter-pros-list-filter-active .gutter-pro-card.gutter-pro-extra-card {
      display: grid !important; }
    .gutter-pros .gutter-pros-see-all-desktop-only {
      display: inline-flex !important; }
    .gutter-pros .gutter-pros-see-all-mobile-only {
      display: none !important; }
    .gutter-pros .gutter-pros-label-less {
      display: none; }
    .gutter-pros .gutter-pros-toggle-checkbox:checked ~ .gutter-pros-see-all-wrapper .gutter-pros-label-all {
      display: none; }
    .gutter-pros .gutter-pros-toggle-checkbox:checked ~ .gutter-pros-see-all-wrapper .gutter-pros-label-less {
      display: inline; } }
  .gutter-pros .gutter-pros-see-all-label {
    cursor: pointer; }
  .gutter-pros .gutter-pro-identity {
    display: flex;
    align-items: center;
    gap: 17px;
    min-width: 0; }
  .gutter-pros .gutter-pro-avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0; }
    .gutter-pros .gutter-pro-avatar img {
      width: 74px;
      height: 74px;
      flex-shrink: 0; }
  .gutter-pros .gutter-pro-details {
    min-width: 0; }
  .gutter-pros .gutter-pro-name-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px; }
    .gutter-pros .gutter-pro-name-row h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 22px;
      line-height: normal; }
  .gutter-pros .gutter-pro-verified {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.602px;
    color: #8FB741; }
    .gutter-pros .gutter-pro-verified img {
      width: 14px;
      height: 14px; }
  .gutter-pros .gutter-pro-rating-row {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .gutter-pros .gutter-pro-rating-row .gutter-pro-stars {
      display: inline-flex;
      line-height: 0;
      padding-right: 4px; }
      .gutter-pros .gutter-pro-rating-row .gutter-pro-stars .rating-stars-css--discrete {
        display: flex;
        align-items: center;
        gap: 2px;
        width: max-content; }
      .gutter-pros .gutter-pro-rating-row .gutter-pro-stars .star-ratings {
        display: block;
        flex-shrink: 0;
        width: 16.667px;
        height: 15.625px; }
      .gutter-pros .gutter-pro-rating-row .gutter-pro-stars .rating-stars-css__unit--full {
        color: #eccd00; }
      .gutter-pros .gutter-pro-rating-row .gutter-pro-stars .rating-stars-css__unit--empty {
        color: #e2dddd; }
      .gutter-pros .gutter-pro-rating-row .gutter-pro-stars .rating-stars-css__unit--half {
        color: #eccd00; }
    .gutter-pros .gutter-pro-rating-row .gutter-pro-reviews {
      font-size: 14px;
      line-height: 20px; }
  .gutter-pros .gutter-pro-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #373737; }
    .gutter-pros .gutter-pro-stats .gutter-pro-stat strong {
      font-family: 'ProximaNova-Bold';
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      color: #FF9000;
      margin-left: 5px; }
  .gutter-pros .gutter-pro-price {
    text-align: right;
    flex-shrink: 0;
    padding-top: 0; }
    .gutter-pros .gutter-pro-price .gutter-pro-price-range {
      font-family: 'ProximaNova-Bold';
      font-size: 26px;
      font-weight: 700;
      line-height: 26px;
      white-space: nowrap;
      color: #373737; }
    .gutter-pros .gutter-pro-price .gutter-pro-price-label {
      font-size: 14px;
      font-weight: 500;
      line-height: normal;
      margin-top: 3px; }
  .gutter-pros .gutter-pro-divider {
    height: 1px;
    background: #DDDCDC;
    margin: 14px 0; }
  .gutter-pros .gutter-pro-services {
    min-width: 0; }
    .gutter-pros .gutter-pro-services h4 {
      font-family: 'ProximaNova-Bold';
      font-size: 18px;
      line-height: normal;
      margin: 0 0 3px; }
  .gutter-pros .gutter-pro-areas {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #373737;
    margin: 0 0 12px; }
    .gutter-pros .gutter-pro-areas span {
      color: #949191;
      font-weight: 400; }
  .gutter-pros .gutter-pro-chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; }
  .gutter-pros .gutter-pro-chip {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; }
  .gutter-pros .gutter-pro-chip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #E4F3E2;
    flex-shrink: 0; }
    .gutter-pros .gutter-pro-chip-icon img {
      width: 30px;
      height: 30px;
      display: block; }
  .gutter-pros .gutter-pro-see-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    width: 149px;
    height: 44px;
    border-radius: 22px;
    background: #FF9000; }
    .gutter-pros .gutter-pro-see-price img, .gutter-pros .gutter-pro-see-price svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-pros .gutter-pro-see-price:hover img, .gutter-pros .gutter-pro-see-price:hover svg {
      left: 5px; }
  .gutter-pros .gutter-pros-see-all-wrapper {
    text-align: center;
    margin-top: 40px; }
  .gutter-pros .gutter-pros-see-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 54px;
    padding: 0 30px;
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    font-weight: 600;
    color: #FF9000;
    text-decoration: none;
    background: #fff;
    border: 1px solid #FF9000;
    border-radius: 27px;
    transition: background-color 0.3s ease; }
    .gutter-pros .gutter-pros-see-all img, .gutter-pros .gutter-pros-see-all svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-pros .gutter-pros-see-all:hover img, .gutter-pros .gutter-pros-see-all:hover svg {
      left: 5px; }
    .gutter-pros .gutter-pros-see-all svg path {
      fill: #FF9000 !important; }
    .gutter-pros .gutter-pros-see-all:hover {
      background: #fff2f2f7; }
  @media screen and (max-width: 1200px) {
    .gutter-pros {
      padding-inline: 30px; }
      .gutter-pros .gutter-pros-filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px; }
        .gutter-pros .gutter-pros-filters::-webkit-scrollbar {
          display: none; }
        .gutter-pros .gutter-pros-filters .gutter-pros-filter-btn {
          flex-shrink: 0; } }
  @media screen and (max-width: 767px) {
    .gutter-pros {
      padding: 46px 0 40px; }
      .gutter-pros .gutter-pros-header {
        margin-bottom: 14px;
        padding-inline: 20px; }
        .gutter-pros .gutter-pros-header h2 {
          font-size: 38px;
          line-height: 36px;
          margin-bottom: 14px;
          padding-inline: 34px; }
      .gutter-pros .gutter-pros-subtitle {
        font-size: 18px;
        line-height: normal;
        padding-inline: 47px; }
      .gutter-pros .gutter-pros-controls {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 27px;
        padding-inline: 20px; }
      .gutter-pros .gutter-pros-controls-heading {
        flex: 1;
        min-width: 0;
        font-size: 16px;
        line-height: 18px; }
      .gutter-pros .gutter-pros-sort {
        flex-shrink: 0; }
        .gutter-pros .gutter-pros-sort select {
          width: 160px;
          height: 42px;
          font-size: 14px; }
      .gutter-pros .gutter-pros-filters {
        padding-left: 20px;
        padding-right: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; }
        .gutter-pros .gutter-pros-filters::-webkit-scrollbar {
          display: none; }
        .gutter-pros .gutter-pros-filters .gutter-pros-filter-btn {
          flex-shrink: 0; }
      .gutter-pros .gutter-pros-list {
        padding-left: 20px;
        padding-right: 0;
        margin-bottom: 0; }
        .gutter-pros .gutter-pros-list:not(.owl-carousel) {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          gap: 15px;
          padding-right: 20px;
          scrollbar-width: none; }
          .gutter-pros .gutter-pros-list:not(.owl-carousel)::-webkit-scrollbar {
            display: none; }
          .gutter-pros .gutter-pros-list:not(.owl-carousel) .gutter-pro-card {
            flex-shrink: 0;
            min-width: 304px; }
          .gutter-pros .gutter-pros-list:not(.owl-carousel) .gutter-pro-card.gutter-pro-filter-hidden {
            display: none !important; }
        .gutter-pros .gutter-pros-list.owl-carousel {
          display: block; }
          .gutter-pros .gutter-pros-list.owl-carousel .owl-stage-outer {
            overflow: hidden;
            overscroll-behavior-x: contain; }
          .gutter-pros .gutter-pros-list.owl-carousel .owl-stage {
            display: flex;
            flex-wrap: nowrap; }
          .gutter-pros .gutter-pros-list.owl-carousel .owl-item {
            flex-shrink: 0; }
        .gutter-pros .gutter-pros-list.owl-carousel:not(.owl-loaded) {
          display: flex !important;
          flex-wrap: nowrap;
          gap: 15px;
          justify-content: flex-start;
          align-items: stretch;
          overflow-x: auto;
          width: 100%;
          max-width: 100%;
          box-sizing: border-box;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none; }
          .gutter-pros .gutter-pros-list.owl-carousel:not(.owl-loaded)::-webkit-scrollbar {
            display: none; }
          .gutter-pros .gutter-pros-list.owl-carousel:not(.owl-loaded) > * {
            flex-shrink: 0;
            margin-left: 0;
            margin-right: 0; }
          .gutter-pros .gutter-pros-list.owl-carousel:not(.owl-loaded) .gutter-pro-card {
            min-width: 304px; }
          .gutter-pros .gutter-pros-list.owl-carousel:not(.owl-loaded) .gutter-pro-card.gutter-pro-filter-hidden {
            display: none !important; }
        .gutter-pros .gutter-pros-list .owl-dots {
          margin-top: 19px;
          margin-bottom: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          gap: 5px;
          padding: 8px 0;
          min-height: 24px; }
          .gutter-pros .gutter-pros-list .owl-dots .owl-dot {
            border-radius: 50%;
            background-color: #373737;
            cursor: pointer;
            opacity: 0.2;
            width: 7.7px;
            height: 7.7px;
            flex-shrink: 0;
            border: none;
            padding: 0; }
            .gutter-pros .gutter-pros-list .owl-dots .owl-dot.active {
              transform: scale(1);
              opacity: 1; }
            .gutter-pros .gutter-pros-list .owl-dots .owl-dot span {
              display: none; }
      .gutter-pros .gutter-pro-card.gutter-pro-extra-card:not(.gutter-pro-extra-mobile-card) {
        display: grid !important; }
      .gutter-pros .gutter-pro-card.gutter-pro-extra-mobile-card {
        display: none !important; }
      .gutter-pros .gutter-pros-toggle-checkbox:checked ~ .gutter-pros-list .gutter-pro-card.gutter-pro-extra-mobile-card {
        display: grid !important; }
      .gutter-pros .gutter-pros-see-all-wrapper {
        margin-top: 25px;
        padding-inline: 20px; }
        .gutter-pros .gutter-pros-see-all-wrapper .gutter-pros-see-all-desktop-only {
          display: inline-flex !important; }
        .gutter-pros .gutter-pros-see-all-wrapper .gutter-pros-see-all-mobile-only {
          display: none !important; }
      .gutter-pros .gutter-pros-label-less {
        display: none; }
      .gutter-pros .gutter-pros-toggle-checkbox:checked ~ .gutter-pros-see-all-wrapper .gutter-pros-label-all {
        display: none; }
      .gutter-pros .gutter-pros-toggle-checkbox:checked ~ .gutter-pros-see-all-wrapper .gutter-pros-label-less {
        display: inline; }
      .gutter-pros .gutter-pro-card {
        box-sizing: border-box;
        width: 304px;
        min-width: 304px;
        min-height: 612px;
        padding: 30.15px 16px 36px;
        margin-bottom: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto minmax(0, 1fr) auto auto;
        grid-template-areas: "identity" "stats" "divider" "services" "price" "cta";
        align-items: stretch;
        column-gap: 0; }
      .gutter-pros .gutter-pro-identity {
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center; }
      .gutter-pros .gutter-pro-stats {
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0; }
      .gutter-pros .gutter-pro-divider {
        margin: 17px 0 18px; }
      .gutter-pros .gutter-pro-services {
        text-align: center;
        align-self: start;
        min-height: 0; }
        .gutter-pros .gutter-pro-services h4 {
          font-size: 18px;
          line-height: normal;
          margin-bottom: 2px; }
      .gutter-pros .gutter-pro-price {
        text-align: center;
        width: 100%;
        padding-top: 20px;
        justify-self: center; }
        .gutter-pros .gutter-pro-price .gutter-pro-price-range {
          font-size: 32px;
          line-height: normal; }
        .gutter-pros .gutter-pro-price .gutter-pro-price-label {
          margin-top: 3px; }
      .gutter-pros .gutter-pro-see-price {
        width: 100%;
        max-width: none;
        height: 50px;
        font-size: 18px;
        border-radius: 25px;
        margin: 20px 0 0;
        justify-self: stretch; }
      .gutter-pros .gutter-pro-avatar {
        width: 74px !important;
        height: 74px !important; }
      .gutter-pros .gutter-pro-details {
        width: 100%; }
      .gutter-pros .gutter-pro-name-row {
        justify-content: center;
        flex-direction: column-reverse;
        gap: 5.11px;
        margin-bottom: 11.24px; }
        .gutter-pros .gutter-pro-name-row h3 {
          font-size: 22px;
          line-height: 22px; }
      .gutter-pros .gutter-pro-rating-row {
        justify-content: center;
        margin-bottom: 4px; }
      .gutter-pros .gutter-pro-areas {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: normal; }
      .gutter-pros .gutter-pro-chips {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px 14px;
        width: 100%;
        max-width: 100%; }
        .gutter-pros .gutter-pro-chips .gutter-pro-chip {
          display: inline-flex;
          align-items: center;
          flex: 0 1 auto;
          max-width: 100%;
          white-space: normal;
          gap: 10px;
          font-size: 15px;
          line-height: normal; }
        .gutter-pros .gutter-pro-chips .gutter-pro-chip:first-child {
          flex: 1 1 100%;
          justify-content: center; }
        .gutter-pros .gutter-pro-chips .gutter-pro-chip-icon {
          width: 30px;
          height: 30px;
          flex-shrink: 0; }
          .gutter-pros .gutter-pro-chips .gutter-pro-chip-icon img {
            width: 26px;
            height: 26px; }
      .gutter-pros .gutter-pros-see-all {
        width: 100%; } }
.gutter-jobs .gutter-jobs-carousel.owl-carousel:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  .gutter-jobs .gutter-jobs-carousel.owl-carousel:not(.owl-loaded)::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 768px) {
    .gutter-jobs .gutter-jobs-carousel.owl-carousel:not(.owl-loaded) {
      padding-left: 20px;
      padding-right: 20px; } }
  .gutter-jobs .gutter-jobs-carousel.owl-carousel:not(.owl-loaded) > * {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0; }

.gutter-jobs {
  background: #fff;
  padding: 80px 20px; }
  .gutter-jobs .gutter-jobs-inner {
    max-width: 1280px;
    margin: 0 auto; }
  .gutter-jobs .gutter-jobs-header {
    text-align: center;
    margin-bottom: 13px; }
    .gutter-jobs .gutter-jobs-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      line-height: normal;
      margin: 0 auto 10px; }
  .gutter-jobs .gutter-jobs-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 auto 12px; }
  .gutter-jobs .gutter-jobs-note {
    font-family: 'ProximaNova-Semibold';
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    margin-top: 15px; }
    .gutter-jobs .gutter-jobs-note img {
      position: relative;
      top: 15px; }
  .gutter-jobs .gutter-jobs-carousel {
    position: relative;
    padding: 0 60px;
    min-height: 252px; }
    .gutter-jobs .gutter-jobs-carousel.few-items-desktop {
      display: flex !important;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
      padding: 0;
      min-height: 0; }
      .gutter-jobs .gutter-jobs-carousel.few-items-desktop .gutter-job-card {
        margin: 0; }
    .gutter-jobs .gutter-jobs-carousel.single-card-view {
      padding-left: 0;
      padding-right: 0; }
      .gutter-jobs .gutter-jobs-carousel.single-card-view .owl-stage-outer {
        display: flex !important;
        justify-content: center; }
      .gutter-jobs .gutter-jobs-carousel.single-card-view .gutter-job-card {
        margin-left: auto;
        margin-right: auto; }
    .gutter-jobs .gutter-jobs-carousel .owl-dots {
      display: none; }
    .gutter-jobs .gutter-jobs-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: 100%;
      transform: translateY(-50%);
      pointer-events: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 0 20px; }
      .gutter-jobs .gutter-jobs-carousel .owl-nav button {
        pointer-events: all;
        border-radius: 50%;
        cursor: pointer;
        border: none; }
        .gutter-jobs .gutter-jobs-carousel .owl-nav button span {
          display: none; }
      .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-prev,
      .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-next {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #F0F0F1;
        color: #6c7177;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0; }
        .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-prev::before,
        .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-next::before {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #6c7177;
          border-right: 2px solid #6c7177; }
        .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-prev:hover,
        .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-next:hover {
          background-color: #E2E2E4; }
      .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-prev {
        margin-left: -20px; }
        .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-prev::before {
          transform: rotate(-135deg);
          margin-left: 4px; }
      .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-next {
        margin-right: -20px; }
        .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-next::before {
          transform: rotate(45deg);
          margin-right: 4px; }
  .gutter-jobs .gutter-job-card {
    width: 360px;
    background: #F5F5F6;
    border-radius: 22px;
    padding: 26px 28px 28px;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .gutter-jobs .gutter-job-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px; }
  .gutter-jobs .gutter-job-logo {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .gutter-jobs .gutter-job-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .gutter-jobs .gutter-job-head-text {
    min-width: 0;
    text-align: left;
    flex: 1; }
    .gutter-jobs .gutter-job-head-text h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 22px;
      line-height: normal;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .gutter-jobs .gutter-job-head-text p {
      font-size: 13px;
      font-weight: 400;
      line-height: 16px;
      opacity: 0.7;
      margin: 0; }
  .gutter-jobs .gutter-job-meta {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 100%; }
    .gutter-jobs .gutter-job-meta li {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
    .gutter-jobs .gutter-job-meta .gutter-job-quote {
      font-family: 'ProximaNova-Bold';
      color: #84B823;
      font-size: 16px;
      line-height: 26px; }
    .gutter-jobs .gutter-job-meta strong {
      font-family: 'ProximaNova-Bold';
      font-weight: 700; }
  .gutter-jobs .gutter-job-cta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    padding: 15px 22px;
    border-radius: 30px;
    background: #FF9000; }
    .gutter-jobs .gutter-job-cta img, .gutter-jobs .gutter-job-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-jobs .gutter-job-cta:hover img, .gutter-jobs .gutter-job-cta:hover svg {
      left: 5px; }
    .gutter-jobs .gutter-job-cta svg {
      flex-shrink: 0; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .gutter-jobs .gutter-jobs-carousel {
      padding-left: 40px;
      padding-right: 0; }
      .gutter-jobs .gutter-jobs-carousel .owl-nav {
        display: none; } }
  @media screen and (max-width: 767px) {
    .gutter-jobs {
      padding: 45px 0 0; }
      .gutter-jobs .gutter-jobs-header h2 {
        padding-inline: 30px;
        font-size: 38px;
        line-height: 36px;
        margin-bottom: 8px; }
      .gutter-jobs .gutter-jobs-subtitle {
        padding-inline: 40px;
        text-align: center;
        font-size: 18px;
        line-height: normal; }
      .gutter-jobs .gutter-jobs-note {
        margin-inline: auto;
        margin-bottom: 20px;
        padding-inline: 60px;
        font-size: 16px;
        line-height: normal;
        font-weight: 600;
        margin-top: 2px; }
      .gutter-jobs .gutter-jobs-carousel {
        padding-left: 20px;
        padding-right: 0;
        min-height: 260px; }
        .gutter-jobs .gutter-jobs-carousel.single-card-view .owl-stage-outer, .gutter-jobs .gutter-jobs-carousel.few-items .owl-stage-outer {
          display: flex !important;
          justify-content: center; }
        .gutter-jobs .gutter-jobs-carousel.single-card-view {
          padding-left: 0;
          padding-right: 0; }
          .gutter-jobs .gutter-jobs-carousel.single-card-view .gutter-job-card {
            margin-left: auto;
            margin-right: auto; }
        .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-prev,
        .gutter-jobs .gutter-jobs-carousel .owl-nav .owl-next {
          display: none; }
        .gutter-jobs .gutter-jobs-carousel .owl-dots {
          margin-top: 19px;
          display: flex !important;
          justify-content: center;
          align-items: center;
          gap: 5px;
          padding: 0; }
          .gutter-jobs .gutter-jobs-carousel .owl-dots .owl-dot {
            border-radius: 50%;
            background-color: #373737;
            cursor: pointer;
            opacity: 0.2;
            width: 7.7px;
            height: 7.7px;
            border: none;
            padding: 0; }
            .gutter-jobs .gutter-jobs-carousel .owl-dots .owl-dot.active {
              transform: scale(1);
              opacity: 1; }
            .gutter-jobs .gutter-jobs-carousel .owl-dots .owl-dot span {
              display: none; }
        .gutter-jobs .gutter-jobs-carousel.owl-carousel .owl-stage-outer {
          overscroll-behavior-x: contain; }
      .gutter-jobs .gutter-job-card {
        width: 330px;
        margin: 0 auto; } }
.gutter-guards {
  background: #fff;
  padding: 8px 20px 117px; }
  .gutter-guards .gutter-guards-inner {
    max-width: 1180px;
    margin: 0 auto; }
  .gutter-guards .gutter-guards-header {
    text-align: center;
    margin-bottom: 55px; }
    .gutter-guards .gutter-guards-header h2 {
      font-family: 'ProximaNova-Bold';
      margin: 0 auto 9px;
      color: var(--Black, #373737);
      font-size: 48px;
      line-height: normal; }
  .gutter-guards .gutter-guards-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    max-width: 669px;
    margin: 0 auto; }
  .gutter-guards .gutter-guards-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    column-gap: 56px;
    align-items: center; }
  .gutter-guards .gutter-guards-list-title {
    font-family: 'ProximaNova-Bold';
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px; }
  .gutter-guards .gutter-guards-list {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .gutter-guards .gutter-guards-list li {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 18px;
      font-weight: 500;
      line-height: 25px; }
  .gutter-guards .gutter-guards-check {
    flex-shrink: 0; }
  .gutter-guards .gutter-guards-important {
    font-family: 'ProximaNova-Bold';
    color: #000;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 2px; }
  .gutter-guards .gutter-guards-note {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 42px; }
  .gutter-guards .gutter-guards-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNova-Bold';
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 17px 34px;
    border-radius: 33px;
    background: linear-gradient(0deg, #F0820D 0%, #FCA22E 92%); }
    .gutter-guards .gutter-guards-cta img, .gutter-guards .gutter-guards-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-guards .gutter-guards-cta:hover img, .gutter-guards .gutter-guards-cta:hover svg {
      left: 5px; }
  .gutter-guards .gutter-guards-media {
    position: relative; }
  .gutter-guards .gutter-guards-image {
    border-radius: 24px;
    overflow: hidden;
    background: #dfe4e6;
    line-height: 0;
    aspect-ratio: 720 / 640; }
  .gutter-guards .gutter-guards-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .gutter-guards .gutter-guards-overlay {
    position: absolute;
    left: -58px;
    bottom: -37px;
    width: 338px;
    height: 231px;
    max-width: calc(100% + 52px);
    border-radius: 22px;
    padding: 26px 35px 25px 26px;
    color: #fff;
    background: rgba(255, 138, 0, 0.2);
    backdrop-filter: blur(75px); }
  .gutter-guards .gutter-guards-overlay-title {
    font-family: 'ProximaNova-Bold';
    color: #FFF;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 12px; }
  .gutter-guards .gutter-guards-overlay-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    .gutter-guards .gutter-guards-overlay-list li {
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 18px;
      font-weight: 500;
      line-height: 25px; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .gutter-guards .gutter-guards-overlay {
      left: -20px;
      width: 380px;
      padding: 22px 24px; }
    .gutter-guards .gutter-guards-overlay-title {
      font-size: 21px; }
    .gutter-guards .gutter-guards-overlay-list li {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .gutter-guards {
      padding: 53px 20px 50px; }
      .gutter-guards .gutter-guards-header {
        margin-bottom: 28px; }
        .gutter-guards .gutter-guards-header h2 {
          font-size: 38px;
          line-height: 36px;
          padding-inline: 30px;
          margin-bottom: 13px; }
      .gutter-guards .gutter-guards-subtitle {
        font-size: 18px;
        line-height: normal;
        padding-inline: 10px; }
      .gutter-guards .gutter-guards-body {
        grid-template-columns: 1fr;
        row-gap: 30px; }
      .gutter-guards .gutter-guards-list-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 4px; }
      .gutter-guards .gutter-guards-list li {
        font-size: 18px;
        line-height: 25px; }
      .gutter-guards .gutter-guards-note {
        margin-bottom: 20px; }
      .gutter-guards .gutter-guards-cta {
        width: 100%;
        font-size: 17px;
        white-space: nowrap; }
      .gutter-guards .gutter-guards-media {
        width: 335px;
        max-width: 100%;
        height: 479px;
        margin: 0 auto; }
      .gutter-guards .gutter-guards-image {
        width: 100%;
        height: 100%;
        aspect-ratio: auto; }
      .gutter-guards .gutter-guards-overlay {
        top: 22px;
        left: 16px;
        right: 16px;
        bottom: auto;
        width: auto;
        max-width: none;
        height: auto;
        padding: 20px 22px 22px 20px; } }
.gutter-property-types {
  background: #F7F7F7;
  padding: 80px 20px 80px; }
  .gutter-property-types .gutter-property-inner {
    max-width: 1028px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    column-gap: 42px;
    align-items: start; }
  .gutter-property-types .gutter-property-intro h2 {
    font-family: 'ProximaNova-Bold';
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 11px; }
  .gutter-property-types .gutter-property-text {
    max-width: 340px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 50px; }
  .gutter-property-types .gutter-property-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNova-Bold';
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 17px 32px;
    border-radius: 33px;
    background: linear-gradient(0deg, #F0820D 0%, #FCA22E 92%); }
    .gutter-property-types .gutter-property-cta img, .gutter-property-types .gutter-property-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-property-types .gutter-property-cta:hover img, .gutter-property-types .gutter-property-cta:hover svg {
      left: 5px; }
  .gutter-property-types .gutter-property-list {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .gutter-property-types .gutter-property-item {
    display: flex;
    align-items: center;
    gap: 25px; }
  .gutter-property-types .gutter-property-thumb {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 22px;
    overflow: hidden;
    background: #dfe4e6;
    line-height: 0; }
  .gutter-property-types .gutter-property-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .gutter-property-types .gutter-property-copy {
    flex: 1;
    min-width: 0;
    padding-top: 6px; }
    .gutter-property-types .gutter-property-copy h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 22px;
      font-weight: 700;
      margin: 0 0 10px; }
    .gutter-property-types .gutter-property-copy p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
  @media screen and (max-width: 767px) {
    .gutter-property-types {
      padding: 50px 20px; }
      .gutter-property-types .gutter-property-inner {
        display: flex;
        flex-direction: column;
        column-gap: 0;
        row-gap: 0; }
      .gutter-property-types .gutter-property-intro {
        display: contents; }
      .gutter-property-types .gutter-property-intro h2 {
        order: 0;
        text-align: center;
        font-size: 38px;
        line-height: 36px;
        margin: 0 0 10px; }
      .gutter-property-types .gutter-property-text {
        order: 1;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin: 0 0 30px; }
      .gutter-property-types .gutter-property-list {
        order: 2;
        gap: 27px;
        margin: 0 0 28px; }
      .gutter-property-types .gutter-property-cta {
        order: 3;
        width: 100%;
        font-size: 17px;
        white-space: nowrap; }
      .gutter-property-types .gutter-property-item {
        align-items: flex-start;
        gap: 15px; }
      .gutter-property-types .gutter-property-thumb {
        width: 110px;
        height: 110px;
        border-radius: 18px; }
      .gutter-property-types .gutter-property-copy {
        padding-top: 2px; }
        .gutter-property-types .gutter-property-copy h3 {
          font-size: 20px;
          line-height: normal;
          margin-bottom: 5px; }
        .gutter-property-types .gutter-property-copy p {
          font-size: 14px;
          line-height: 15.956px; } }
.gutter-downspout {
  background: #fff;
  padding: 80px 20px; }
  .gutter-downspout .gutter-downspout-inner {
    max-width: 1064px;
    margin: 0 auto; }
  .gutter-downspout .gutter-downspout-header {
    text-align: center;
    margin-bottom: 40px; }
    .gutter-downspout .gutter-downspout-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      max-width: 696px;
      line-height: 52px;
      margin: 0 auto 11px; }
  .gutter-downspout .gutter-downspout-subtitle {
    max-width: 669px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 auto; }
  .gutter-downspout .gutter-downspout-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 46px;
    margin-bottom: 30px; }
  .gutter-downspout .gutter-downspout-step {
    text-align: center; }
  .gutter-downspout .gutter-downspout-circle {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 16px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: #dfe4e6;
    line-height: 0; }
  .gutter-downspout .gutter-downspout-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .gutter-downspout .gutter-downspout-label {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    white-space: nowrap; }
  .gutter-downspout .gutter-downspout-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 22px;
    max-width: 884px;
    margin: 0 auto 30px;
    border-radius: 25px;
    border: 1px solid rgba(255, 138, 0, 0.4);
    background: rgba(255, 138, 0, 0.1); }
    .gutter-downspout .gutter-downspout-note .gutter-downspout-note-icon {
      flex-shrink: 0;
      margin-top: 2px; }
    .gutter-downspout .gutter-downspout-note span {
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      line-height: 25px; }
  .gutter-downspout .gutter-downspout-cta-wrapper {
    text-align: center; }
  .gutter-downspout .gutter-downspout-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNova-Bold';
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 17px 38px;
    border-radius: 33px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%); }
    .gutter-downspout .gutter-downspout-cta img, .gutter-downspout .gutter-downspout-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-downspout .gutter-downspout-cta:hover img, .gutter-downspout .gutter-downspout-cta:hover svg {
      left: 5px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gutter-downspout .gutter-downspout-steps {
      gap: 18px; } }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .gutter-downspout .gutter-downspout-label {
      font-size: 17px;
      line-height: 21px;
      white-space: normal; } }
  @media screen and (max-width: 767px) {
    .gutter-downspout {
      padding: 50px 13px 0; }
      .gutter-downspout .gutter-downspout-header {
        margin-bottom: 15px; }
        .gutter-downspout .gutter-downspout-header h2 {
          font-size: 38px;
          line-height: 36px;
          margin-bottom: 8px;
          padding-inline: 31px; }
      .gutter-downspout .gutter-downspout-subtitle {
        font-size: 18px;
        line-height: 22px; }
      .gutter-downspout .gutter-downspout-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 21px;
        row-gap: 20px;
        margin-bottom: 24px; }
      .gutter-downspout .gutter-downspout-circle {
        max-width: none;
        width: 100%;
        margin-bottom: 8px; }
      .gutter-downspout .gutter-downspout-label {
        font-size: 18px;
        line-height: 20.364px; }
      .gutter-downspout .gutter-downspout-note {
        margin-inline: 7px;
        margin-bottom: 20px;
        padding: 15px 25px 15px 15px;
        border-radius: 20px; }
        .gutter-downspout .gutter-downspout-note span {
          font-size: 16px;
          line-height: normal; }
      .gutter-downspout .gutter-downspout-cta {
        width: 100%;
        font-size: 17px;
        padding: 16px 20px;
        white-space: nowrap; } }
.gutter-compare {
  background: #fff;
  padding: 10.5px 20px 80px; }
  .gutter-compare .gutter-compare-inner {
    max-width: 1066px;
    margin: 0 auto; }
  .gutter-compare .gutter-compare-header {
    text-align: center;
    margin-bottom: 40px; }
    .gutter-compare .gutter-compare-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      font-weight: 700;
      line-height: normal;
      margin: 0 auto 9px; }
  .gutter-compare .gutter-compare-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    max-width: 636px;
    margin: 0 auto; }
  .gutter-compare .gutter-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-bottom: 40px; }
  .gutter-compare .gutter-compare-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden; }
    .gutter-compare .gutter-compare-card.is-diy {
      background: #E7F6E1; }
    .gutter-compare .gutter-compare-card.is-pro {
      background: #E4F2FB; }
  .gutter-compare .gutter-compare-img-wrap {
    margin: 0;
    line-height: 0; }
  .gutter-compare .gutter-compare-img {
    width: 100%;
    height: auto;
    display: block; }
  .gutter-compare .gutter-compare-body {
    padding: 26px 32px 32px; }
  .gutter-compare .gutter-compare-title {
    font-family: 'ProximaNova-Bold';
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 4px; }
  .gutter-compare .gutter-compare-price {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 24px; }
  .gutter-compare .gutter-compare-list {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .gutter-compare .gutter-compare-list li {
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 20px;
      font-weight: 400;
      line-height: 24px; }
  .gutter-compare .gutter-compare-check {
    width: 28px;
    height: 28px;
    flex-shrink: 0; }
  .gutter-compare .gutter-compare-bestfor {
    background: #fff;
    border-radius: 12px;
    padding: 9px 18px;
    align-items: center;
    font-size: 18px;
    line-height: 36px; }
  .gutter-compare .gutter-compare-cta-wrapper {
    text-align: center; }
  .gutter-compare .gutter-compare-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNova-Bold';
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 17px 38px;
    border-radius: 33px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%); }
    .gutter-compare .gutter-compare-cta img, .gutter-compare .gutter-compare-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-compare .gutter-compare-cta:hover img, .gutter-compare .gutter-compare-cta:hover svg {
      left: 5px; }
  @media screen and (max-width: 767px) {
    .gutter-compare {
      padding: 50px 20px; }
      .gutter-compare .gutter-compare-header {
        margin-bottom: 25px; }
        .gutter-compare .gutter-compare-header h2 {
          font-size: 38px;
          line-height: 36px;
          padding-inline: 17px;
          margin-bottom: 10px; }
      .gutter-compare .gutter-compare-subtitle {
        font-size: 18px;
        padding-inline: 20px;
        line-height: normal; }
      .gutter-compare .gutter-compare-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px; }
      .gutter-compare .gutter-compare-body {
        padding: 20px 20px 30px; }
      .gutter-compare .gutter-compare-title {
        font-size: 30px;
        margin-bottom: 3px; }
      .gutter-compare .gutter-compare-price {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 19px; }
      .gutter-compare .gutter-compare-list {
        margin-bottom: 16px; }
      .gutter-compare .gutter-compare-list li {
        font-size: 18px;
        line-height: 21.857px; }
      .gutter-compare .gutter-compare-bestfor {
        font-size: 16px;
        line-height: normal; }
      .gutter-compare .gutter-compare-cta {
        width: 100%;
        font-size: 17px;
        white-space: nowrap; } }
.gutter-protect {
  background: #fff;
  padding: 0 20px 80px; }
  .gutter-protect .gutter-protect-panel {
    max-width: 1127px;
    margin: 0 auto;
    background: #EDFBED;
    border-radius: 25px;
    padding: 52px 60px 60px; }
  .gutter-protect .gutter-protect-title {
    text-align: center;
    font-family: 'ProximaNova-Bold';
    font-size: 48px;
    line-height: 54px;
    margin: 0 0 38px; }
  .gutter-protect .gutter-protect-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 56px;
    row-gap: 40px;
    margin-bottom: 50px; }
  .gutter-protect .gutter-protect-item {
    text-align: center; }
  .gutter-protect .gutter-protect-name {
    font-family: 'ProximaNova-Bold';
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin-top: 12px; }
  .gutter-protect .gutter-protect-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto; }
  .gutter-protect .gutter-protect-cta-wrapper {
    text-align: center; }
  .gutter-protect .gutter-protect-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNova-Bold';
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 33px;
    background: #2C8C4F;
    transition: background-color 0.2s ease; }
    .gutter-protect .gutter-protect-cta img, .gutter-protect .gutter-protect-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .gutter-protect .gutter-protect-cta:hover img, .gutter-protect .gutter-protect-cta:hover svg {
      left: 5px; }
    .gutter-protect .gutter-protect-cta:hover {
      background: #4F8C4A; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gutter-protect .gutter-protect-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 40px; } }
  @media screen and (max-width: 767px) {
    .gutter-protect {
      padding: 0 20px 50px; }
      .gutter-protect .gutter-protect-panel {
        padding: 40px 7px 50px; }
      .gutter-protect .gutter-protect-title {
        font-size: 38px;
        line-height: 36px;
        margin-bottom: 30px; }
      .gutter-protect .gutter-protect-grid {
        grid-template-columns: 1fr;
        row-gap: 30px;
        margin-bottom: 23px; }
      .gutter-protect .gutter-protect-body {
        padding-inline: 65px; }
      .gutter-protect .gutter-protect-icon {
        width: 120px;
        height: 120px;
        margin-bottom: 14px; }
      .gutter-protect .gutter-protect-cta {
        box-sizing: border-box;
        width: 100%;
        font-size: 15px;
        padding: 16px 8px;
        flex-wrap: nowrap;
        white-space: nowrap; } }
.service-faq-section {
  padding: 80px 0 60px;
  background-color: #F7F7F7;
  text-align: center;
  /* Last FAQ when more exist: same blur language as locations A/B + subtle fade (click loads more) */ }
  .service-faq-section .service-faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  .service-faq-section .service-faq-header {
    margin-bottom: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .service-faq-section .service-faq-title {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; }
  .service-faq-section .service-faq-subtitle-wrapper {
    position: relative;
    display: inline-block; }
  .service-faq-section .service-faq-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
    .service-faq-section .service-faq-subtitle img {
      position: relative;
      top: 28px; }
  .service-faq-section .service-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    margin-bottom: 40px;
    position: relative; }
    .service-faq-section .service-faq-list.service-faq-list--teaser {
      margin-bottom: 0; }
  .service-faq-section .gp-faq-last-blurred .service-faq-list {
    margin-bottom: 8px; }
  .service-faq-section .service-faq-item.faq-blurred {
    position: relative;
    z-index: 2;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    cursor: pointer;
    transition: filter 0.2s ease, box-shadow 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred:hover {
      filter: blur(1px);
      -webkit-filter: blur(1px);
      box-shadow: 0 4px 24px rgba(55, 55, 55, 0.08); }
    .service-faq-section .service-faq-item.faq-blurred[open] {
      filter: none;
      -webkit-filter: none;
      box-shadow: none; }
      .service-faq-section .service-faq-item.faq-blurred[open]::after {
        opacity: 0; }
    .service-faq-section .service-faq-item.faq-blurred::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 14px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, rgba(247, 247, 247, 0.5) 70%, rgba(247, 247, 247, 0.92) 100%);
      transition: opacity 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred .service-faq-icon {
      opacity: 0.45;
      transition: opacity 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred:hover .service-faq-icon {
      opacity: 0.65; }
    .service-faq-section .service-faq-item.faq-blurred[open] .service-faq-icon {
      opacity: 0.5; }
  .service-faq-section .service-faq-item {
    background: #FFF;
    border: 1px solid rgba(55, 55, 55, 0.2);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 68px;
    padding: 20px; }
    .service-faq-section .service-faq-item.hidden-faq-item {
      display: none; }
    .service-faq-section .service-faq-item[open] .service-faq-question {
      padding-bottom: 6px; }
    .service-faq-section .service-faq-item[open] .service-faq-icon {
      transform: rotate(180deg); }
  .service-faq-section .service-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    font-family: 'ProximaNova-Bold';
    font-weight: 700;
    transition: background-color 0.2s ease;
    font-size: 18px;
    color: #373737;
    line-height: normal; }
    .service-faq-section .service-faq-question::-webkit-details-marker {
      display: none; }
  .service-faq-section .service-faq-icon {
    flex-shrink: 0;
    width: 14px;
    height: auto;
    color: #888;
    transition: transform 0.3s ease;
    opacity: 0.5; }
  .service-faq-section .service-faq-answer {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    .service-faq-section .service-faq-answer p {
      margin: 0; }
  .service-faq-section .service-faq-show-more-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    pointer-events: none; }
  .service-faq-section .service-btn-show-more {
    pointer-events: auto;
    position: relative;
    z-index: 4;
    display: inline-block;
    padding: 14px 45px;
    background-color: #fff;
    border: 1px solid #373737;
    border-radius: 30px;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #373737;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease; }
    .service-faq-section .service-btn-show-more:hover {
      background-color: #f9f9f9;
      transform: translateY(-2px); }
  @media screen and (max-width: 767px) {
    .service-faq-section {
      padding: 50px 0; }
      .service-faq-section .service-faq-title {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 9px; }
      .service-faq-section .service-faq-subtitle {
        font-size: 18px;
        line-height: 22px; }
      .service-faq-section .service-faq-question {
        font-size: 18px;
        line-height: 24px; }
      .service-faq-section .service-faq-answer {
        font-size: 18px;
        line-height: 24px; } }
.gutter-related {
  background: #fff;
  padding: 70px 20px; }
  .gutter-related .gutter-related-inner {
    max-width: 1162px;
    margin: 0 auto; }
  .gutter-related .gutter-related-title {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    font-size: 48px;
    line-height: 54px;
    margin: 0 0 18px; }
  .gutter-related .gutter-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px; }
  .gutter-related .gutter-related-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F5F5F6;
    border-radius: 40px;
    padding: 20px 20px 16px;
    text-decoration: none;
    transition: background-color 0.15s ease; }
    .gutter-related .gutter-related-pill:hover {
      background: #ECECEE; }
  .gutter-related .gutter-related-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #D1F4D3; }
  .gutter-related .gutter-related-label {
    color: #373737;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: normal; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gutter-related .gutter-related-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media screen and (max-width: 767px) {
    .gutter-related {
      padding: 40px 20px 48px; }
      .gutter-related .gutter-related-title {
        font-size: 38px;
        line-height: 44px; }
      .gutter-related .gutter-related-grid {
        grid-template-columns: 1fr;
        gap: 10px; } }
.explore-nearby-cities {
  padding: 69px 0 78px;
  margin: 40px 0;
  background-color: rgba(55, 55, 55, 0.04); }
  .explore-nearby-cities .explore-nearby-container {
    max-width: 1109px;
    margin: 0 auto; }
  .explore-nearby-cities .explore-nearby-hidden {
    display: none; }
  .explore-nearby-cities .explore-nearby-toggle:checked ~ ul .explore-nearby-hidden {
    display: block; }
  .explore-nearby-cities .explore-nearby-toggle:checked ~ .explore-show-more .show-more-text {
    display: none; }
  .explore-nearby-cities .explore-nearby-toggle:not(:checked) ~ .explore-show-more .show-less-text {
    display: none; }
  .explore-nearby-cities .explore-show-more {
    cursor: pointer;
    color: #008489;
    font-weight: 600; }
  .explore-nearby-cities .explore-show-more:hover {
    text-decoration: underline; }
  .explore-nearby-cities .explore-nearby-main-title {
    text-align: center;
    font-family: ProximaNova-Bold, proxima_nova_rgbold, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 33px; }
  .explore-nearby-cities .explore-nearby-grid {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    padding: 0 30px; }
    @media (min-width: 1200px) {
      .explore-nearby-cities .explore-nearby-grid {
        padding: 0; } }
    @media (max-width: 767px) {
      .explore-nearby-cities .explore-nearby-grid {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 0 20px; } }
  .explore-nearby-cities .explore-nearby-col h3 {
    font-family: ProximaNova-Bold, proxima_nova_rgbold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
    color: #373737; }
  .explore-nearby-cities .explore-nearby-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 12px; }
  .explore-nearby-cities .explore-nearby-col a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #373737;
    opacity: 0.6; }
    .explore-nearby-cities .explore-nearby-col a:hover {
      text-decoration: underline;
      opacity: 1; }
  .explore-nearby-cities .explore-nearby-col .explore-show-more {
    opacity: 1;
    font-family: ProximaNova-Semibold, proxima_novasemibold, sans-serif;
    color: #00A3E7;
    font-size: 14px;
    font-weight: 600;
    line-height: normal; }
    .explore-nearby-cities .explore-nearby-col .explore-show-more:hover {
      text-decoration: underline;
      color: #00b4ff; }

@media (max-width: 767px) {
  .explore-nearby-cities {
    padding: 50px 0 54px; }
    .explore-nearby-cities .explore-nearby-main-title {
      font-size: 38px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 20px; }
    .explore-nearby-cities .explore-nearby-container {
      padding: 0 20px; }
    .explore-nearby-cities .other-services {
      order: 3; }
    .explore-nearby-cities .explore-nearby-col {
      text-align: center; }
      .explore-nearby-cities .explore-nearby-col li {
        margin-bottom: 3px; }
      .explore-nearby-cities .explore-nearby-col .explore-show-more {
        font-size: 16px;
        font-weight: 400; }
      .explore-nearby-cities .explore-nearby-col a {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px; }
      .explore-nearby-cities .explore-nearby-col h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 8px; } }

.sec8 .container_8 {
  margin-bottom: 20px; }
.gutter-cta-banner {
  background: linear-gradient(103deg, #00B65F 15.34%, #009759 73.54%);
  padding: 56px 60px 50px;
  overflow: hidden;
  position: relative; }

.gutter-cta-banner-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 211px; }

.gutter-cta-banner-content {
  text-align: center;
  color: #fff;
  max-width: 802px;
  position: relative;
  z-index: 2; }

.gutter-cta-banner-heading {
  font-family: 'ProximaNova-Bold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  margin: 0 0 10px;
  color: #fff; }

.gutter-cta-banner-sub {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin: 0 0 30px;
  color: #fff; }

.gutter-cta-banner-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px; }

.gutter-cta-banner-footer {
  position: relative;
  width: 100%; }

.gutter-cta-btn-primary,
.gutter-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'ProximaNova-Bold';
  font-size: 17px;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 33px;
  white-space: nowrap; }
  .gutter-cta-btn-primary img, .gutter-cta-btn-primary svg,
  .gutter-cta-btn-outline img,
  .gutter-cta-btn-outline svg {
    position: relative;
    left: 0;
    transition: left 0.3s ease; }
  .gutter-cta-btn-primary:hover img, .gutter-cta-btn-primary:hover svg,
  .gutter-cta-btn-outline:hover img,
  .gutter-cta-btn-outline:hover svg {
    left: 5px; }

.gutter-cta-btn-primary {
  background: #fff;
  color: #2F8C4A; }
  .gutter-cta-btn-primary svg path {
    fill: #2F8C4A !important; }

.gutter-cta-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85); }

.gutter-cta-banner-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px; }

.gutter-cta-trust-item {
  display: flex;
  align-items: center;
  gap: 7px; }
  .gutter-cta-trust-item span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; }

.gutter-cta-banner-mascot {
  position: absolute;
  right: 0;
  bottom: -150px;
  line-height: 0;
  z-index: 1; }
  .gutter-cta-banner-mascot .only-desktop {
    display: block;
    width: auto;
    height: auto; }
  .gutter-cta-banner-mascot .only-mobile {
    display: none; }

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .gutter-cta-banner {
    padding: 56px 40px 50px; }
  .gutter-cta-banner-mascot {
    display: none; } }

@media screen and (max-width: 767px) {
  .gutter-cta-banner {
    padding: 50px 20px 0;
    overflow: hidden; }
  .gutter-cta-banner-inner {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    max-width: 335px;
    width: 100%;
    margin: 0 auto; }
  .gutter-cta-banner-content {
    width: 100%;
    max-width: none; }
  .gutter-cta-banner-heading {
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 8px; }
  .gutter-cta-banner-sub {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 13px; }
  .gutter-cta-banner-buttons {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px; }
  .gutter-cta-btn-primary,
  .gutter-cta-btn-outline {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 15px 12px;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 66px; }
  .gutter-cta-banner-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    min-height: 140px; }
  .gutter-cta-banner-trust {
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 1;
    min-width: 0;
    gap: 10px;
    width: auto;
    max-width: none;
    margin: 0;
    padding-bottom: 28px; }
  .gutter-cta-trust-item {
    flex-wrap: nowrap;
    white-space: nowrap;
    color: #FFF;
    font-size: 14px;
    line-height: 23px;
    gap: 5px;
    padding-left: 0; }
  .gutter-cta-banner-mascot {
    position: relative;
    right: auto;
    bottom: auto;
    flex-shrink: 0;
    align-self: flex-end;
    margin-bottom: -36px;
    z-index: 1; }
    .gutter-cta-banner-mascot .only-desktop {
      display: none; }
    .gutter-cta-banner-mascot .only-mobile {
      display: block;
      width: 130px;
      height: auto; } }
.gutter-hub-page .hub-hero-section .hub-hero-background {
  background: radial-gradient(120% 85% at 50% 16%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46%), linear-gradient(135deg, #3E4B55 0%, #5C6B76 28%, #7C8993 50%, #57656F 76%, #3C4951 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
.greenpal-heading {
  text-decoration: none;
  color: #FFFFFF !important;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0; }

.twitter_logo a, .twitter_logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffffff00;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  vertical-align: middle; }

.twitter_logo a {
  margin-top: 3px; }

.page_state_twitter_logo a {
  margin-top: -31px !important; }

@media only screen and (max-width: 767px) {
  .greenpal-heading {
    text-align: center; } }

@media screen and (min-width: 316px) and (max-width: 480px) {
  .twitter_logo a {
    width: 36px;
    height: 36px;
    margin-top: 4px; }
  .twitter_logos a {
    width: 41px;
    height: 41px;
    margin-top: -38px; } }

.twitter_logo img, .twitter_logos img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) saturate(100%) invert(1) !important; }

.pinterest_logo_combined {
  position: relative; }

.landscapings-x {
  margin-top: -25px !important; }

.landscapings-store {
  top: 5px !important; }
.only_desktop {
  display: block; }

.only_mob {
  display: none; }

* {
  margin: 0;
  padding: 0; }

.sec8 {
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  background-color: transparent; }
  .sec8.is-visible {
    background-image: url("https://cdn.yourgreenpal.com/images/general/bg-footer.svg"); }
    @media screen and (max-width: 767px) {
      .sec8.is-visible {
        background-image: url("https://cdn.yourgreenpal.com/images/general/bg-footer-mobile.svg"); } }
.container_8 {
  padding-top: 80px;
  width: 1000px;
  margin: 0 auto; }

.footer_sec1 {
  margin-top: 25px;
  width: 40%;
  float: left; }

.footer_sec1 .app-heading {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 62px;
  text-align: left; }

.footer_logo {
  display: block; }

.footer-pera-list p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.8;
  width: 96%;
  text-align: left;
  margin-top: 15px; }

.footer_sec2 {
  width: 30%;
  float: left; }

.footer_sec2 p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px;
  padding-bottom: 20px; }

.footer_sec2 ul li {
  text-align: left;
  display: block; }

.footer_sec2 ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  opacity: 0.8;
  text-decoration: none; }

.footer_sec2 ul li a:hover {
  opacity: 1;
  text-decoration: underline; }

.footer_sec3 {
  width: 30%;
  float: left;
  margin-top: 20px; }

.footer_sec3_cols {
  display: block; }

.providers_col {
  padding-left: 24px; }

.connect_col {
  display: block;
  padding-left: 24px; }

.footer_sec3 p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 20px; }

.footer_sec3 ul li {
  text-align: left;
  display: inline-block; }

.footer_sec3 ul.footer_imp_links.provider li {
  text-align: left;
  display: block; }

.footer_sec3 ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  opacity: 0.8;
  text-decoration: none; }

.footer_sec3 ul.footer_imp_links.provider li a {
  text-align: left;
  margin-left: 0; }

@media (max-width: 768px) {
  .footer_sec3 ul li a {
    font-size: 9px; } }

.footer_sec3 ul li a:hover {
  opacity: 1;
  text-decoration: underline; }

.footer_imp_links {
  padding: 0;
  margin-top: 2px;
  font-size: 8px; }

.footer_imp_links.provider {
  padding-left: 0px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  margin-bottom: 30px; }

.footer_imp_links.provider li {
  display: block;
  text-align: left;
  padding-left: 0;
  margin-left: 0; }

.footer_imp_links.provider li a {
  display: inline-block;
  font-size: 16px;
  text-align: left; }

.footer_sec3 .footer_imp_links.provider li a {
  text-align: left; }

.footer_social_links {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start; }

.social-icon {
  filter: brightness(0) saturate(100%) invert(80%) sepia(6%) saturate(600%) hue-rotate(169deg) brightness(94%) contrast(86%); }

.footer_social_links li {
  display: inline-block;
  list-style-type: none;
  flex-shrink: 0; }

.footer_social_links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  line-height: 0;
  vertical-align: top; }

.footer_social_links li.twitter_logo a,
.footer_social_links li.pinterest_logo_combined a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%; }

.footer_social_links li.facebook_logo a img,
.footer_social_links li.instagram_logo a img {
  display: block;
  width: 42px !important;
  height: 42px !important;
  object-fit: contain; }

.footer_social_links li.twitter_logo a img,
.footer_social_links li.pinterest_logo_combined a img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain; }

.footer_social_links .x-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block; }

.pinterest_outer_wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.pinterest_outer,
.pinterest_out {
  display: none; }

.pinterest_inner {
  width: 20px;
  height: 20px;
  position: static;
  transform: none; }

.instagram_logo {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 0; }

.footer_social_links .pinterest_logo_combined {
  position: relative; }

.footer_social_links .pinterest_logo_combined a {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.iphone-btn {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px; }

.iphone-btn li {
  list-style-type: none;
  border: 1px solid #fff;
  border-radius: 46px;
  opacity: 0.8;
  transition: opacity 0.3s ease; }

.iphone-btn li:hover {
  opacity: 1; }

.iphone-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none;
  height: 46px;
  box-sizing: border-box; }

.iphone-btn li a img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0; }

.iphone-btn li a p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  white-space: nowrap; }

.clear {
  clear: both; }

.footer_sec4 {
  padding-top: 40px;
  padding-bottom: 40px; }

.footer_locations {
  position: relative; }

.footer_locations ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 20px;
  line-height: 1.8; }

.footer_locations ul li {
  display: block;
  margin-right: 0;
  position: relative; }

.footer_locations ul li:nth-child(n+11):nth-child(-n+15) {
  filter: blur(1px);
  transition: filter 0.3s ease; }

.read-more-state-footer-loc:checked ~ .read-more-wrap-locations ul li:nth-child(n+11):nth-child(-n+15) {
  filter: blur(0); }

.footer_locations .location {
  display: block;
  white-space: normal;
  position: relative;
  z-index: 0; }

.footer_locations .location a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.58;
  text-align: left; }

.footer_locations .location a:hover {
  opacity: 1; }

.read-more-wrap-locations {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.4s ease; }

.read-more-state-footer-loc {
  display: none; }

.read-more-state-footer-loc:checked ~ .read-more-wrap-locations {
  max-height: 2000px; }

.fade-bottom-footer-loc {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(10, 55, 85, 0), #0a3755);
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: block; }

.read-more-state-footer-loc:checked ~ .fade-bottom-footer-loc {
  opacity: 0;
  pointer-events: none; }

.read-more-trigger-footer-loc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  font-weight: 700;
  cursor: pointer;
  color: #FFF;
  opacity: 1;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  padding: 12px 30px;
  width: fit-content;
  transition: all 0.2s ease; }

.read-more-trigger-footer-loc:hover {
  border-color: #FFF;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  opacity: 1;
  transform: translateY(-2px); }

.read-more-trigger-footer-loc::before {
  content: 'Show More'; }

.read-more-state-footer-loc:checked ~ .read-more-trigger-footer-loc::before {
  content: 'Show Less'; }

.footer_copyright {
  background: rgba(0, 0, 0, 0.09);
  padding: 20px 0;
  height: auto !important; }

.footer_copyright .container_9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  flex-direction: row; }

.footer_copyright ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap; }

.footer_copyright ul li {
  display: inline-block;
  list-style-type: none;
  background: transparent; }

.footer_copyright ul li a {
  color: #FFFFFF;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.8;
  text-decoration: none;
  background: transparent; }

.footer_copyright ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  background: transparent; }

.footer_copyright .left {
  float: none;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto; }

.footer_copyright .left li {
  padding-right: 20px;
  list-style-type: none;
  background: transparent; }

.footer_copyright .right {
  float: none;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto; }

.footer_copyright .right li {
  color: #FFFFFF;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  padding: 0;
  list-style-type: none;
  background: transparent;
  line-height: 1.4; }

.greenpal-heading:hover {
  color: blue !important;
  text-decoration: underline; }

.container_9 {
  width: 1010px;
  margin: 0 auto; }

/* Tablet responsive */
@media (min-width: 768px) and (max-width: 1099px) {
  .footer_imp_links.provider li {
    display: block; }
  .footer_sec3 p {
    padding-bottom: 10px;
    text-align: center; }
  .container_8 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
  .footer_locations ul {
    grid-template-columns: repeat(5, 19%); }
  .footer_sec3 {
    width: 100%;
    text-align: center; }
  .footer_sec3 ul {
    padding: 0;
    text-align: center; }
  .footer_sec3 ul li {
    text-align: center; }
  .footer_sec2 {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0; }
  .footer_sec2 p {
    text-align: center; }
  .footer_sec2 ul {
    text-align: center; }
  .footer_sec2 ul li {
    text-align: center;
    display: block; }
  .footer_sec1 {
    width: 100%;
    float: none;
    text-align: center; }
  .footer_sec1 p {
    text-align: center;
    margin: 0 auto; }
  .footer_sec1 .app-heading {
    text-align: center; }
  .footer_sec1 .iphone-btn {
    justify-content: center; }
  .footer_sec1 .footer-pera-list p {
    text-align: center;
    margin: 0 auto;
    width: 80%; }
  img.footer_logo {
    margin: 0 auto;
    display: block; }
  .footer_sec4 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
  .container_9 {
    width: 100%;
    padding: 12px;
    box-sizing: border-box; }
  .footer_copyright {
    height: auto !important;
    overflow: hidden;
    padding: 20px 0; }
  .footer_copyright .container_9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .footer_copyright .left {
    float: none;
    width: 100%;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
  .footer_copyright .left li {
    background: transparent;
    padding-right: 20px; }
  .footer_copyright .right {
    float: none;
    width: 100%;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
  .footer_copyright .right li {
    background: transparent;
    padding-right: 0; }
  .footer_sec3 {
    padding-left: 0; }
  .footer_social_links {
    justify-content: center;
    padding-left: 0; }
  .footer_imp_links.provider {
    text-align: center; }
  .footer_imp_links.provider li {
    text-align: center; }
  .footer_sec3 ul.footer_imp_links.provider li a {
    text-align: center !important;
    margin-left: 0; }
  .footer_sec3 ul.footer_imp_links.provider li {
    text-align: center !important;
    display: block; }
  .footer_social_links li {
    margin-left: 0; }
  .footer_social_links {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    margin-left: 0px !important; }
  .total_satisfaction {
    margin: 20px auto 0 auto;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .total_satisfaction p {
    text-align: left;
    margin-left: 25px; }
  .footer_sec3 p {
    padding-left: 0;
    margin-top: 10px; } }

/* Mobile responsive */
@media only screen and (max-width: 767px) {
  .only_desktop {
    display: none; }
  .only_mob {
    display: block; }
  .sec8 {
    margin-top: -1px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    overflow-x: hidden;
    box-sizing: border-box; }
  .container_8 {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    overflow-x: hidden; }
  .footer_sec1 {
    width: 100%;
    float: none;
    text-align: center;
    box-sizing: border-box; }
  .footer_sec1 p {
    width: 91%;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 17px;
    color: #FFFFFF; }
  .footer-links-wrap {
    text-align: center;
    align-items: center; }
  .footer-links-wrap p,
  .footer-links-wrap ul,
  .footer-links-wrap ul li {
    text-align: center; }
  .providers_col {
    text-align: center !important;
    align-items: center !important; }
  .providers_col p,
  .providers_col ul {
    text-align: center !important; }
  .providers_col ul li {
    text-align: center !important; }
  .connect_col {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .connect_col p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .connect_col ul {
    justify-content: center !important; }
  .connect_col ul li {
    text-align: center !important; }
  .footer_sec2 {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box; }
  .footer_sec2 p {
    text-align: center;
    letter-spacing: 0.9px; }
  .footer_sec2 ul {
    display: block; }
  .footer_sec2 ul li {
    text-align: center;
    display: inherit; }
  .footer_sec3 {
    width: 100%;
    float: none;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px; }
  .footer_sec3_cols {
    display: block; }
  .providers_col {
    padding-right: 0;
    padding-left: 0; }
  .connect_col {
    padding-left: 0; }
  .footer_social_links {
    opacity: 0.6;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    margin-left: 0px; }
  .footer_sec3 p {
    text-align: center;
    letter-spacing: 0.9px;
    padding-left: 0;
    font-size: 18px; }
  .footer_sec4 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden; }
  .footer_locations {
    width: 100%;
    overflow-x: hidden; }
  .footer_locations ul {
    width: 100%;
    box-sizing: border-box; }
  img.footer_logo {
    width: 130px;
    padding-bottom: 3px;
    margin: 0 auto;
    display: block;
    margin-bottom: 18px; }
  .footer_imp_links {
    margin-top: -3px; }
  .footer_sec2 ul li a {
    line-height: 37px; }
  .footer_sec3 .footer_imp_links {
    margin-top: 2px;
    margin-bottom: 25px; }
  .footer_sec3 ul li a {
    line-height: 36px; }
  .footer_sec3 .footer_imp_links.provider li a {
    font-size: 15px;
    line-height: 35px;
    text-align: center; }
  .footer_social_links li.facebook_logo a img,
  .footer_social_links li.instagram_logo a img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block; }
  .footer_social_links li.twitter_logo a img,
  .footer_social_links li.pinterest_logo_combined a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block; }
  .footer_social_links .x-icon {
    width: 20px;
    height: 20px; }
  .facebook_logo {
    padding-left: 0; }
  .footer_social_links {
    padding-left: 0;
    margin-bottom: 15px;
    justify-content: center; }
  .footer_sec3 ul li {
    text-align: left;
    display: inline-block; }
  .footer_imp_links.provider {
    padding-left: 0;
    padding-bottom: 0 !important; }
  .connect_col .footer_social_links {
    padding-left: 0;
    margin-top: 10px;
    justify-content: center;
    gap: 9.4px;
    overflow-x: visible; }
  .connect_col {
    padding-right: 0;
    padding-left: 0;
    overflow: visible; }
  .footer_imp_links.provider li {
    text-align: center; }
  ul.footer_imp_links.provider {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    margin-left: 0; }
  .footer_sec3 {
    padding-left: 0; }
  .footer_social_links {
    padding-left: 0;
    margin-bottom: 15px;
    opacity: 0.6;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 9.4px;
    overflow-x: visible;
    align-items: center; }
  /* Circle buttons for social icons */
  .footer_social_links li a {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: transparent; }
  /* Only add border for X and Pinterest */
  .footer_social_links li.twitter_logo a,
  .footer_social_links li.pinterest_logo_combined a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%; }
  /* Facebook and Instagram have built-in circles */
  .footer_social_links li.facebook_logo a img,
  .footer_social_links li.instagram_logo a img {
    width: 38px;
    height: 38px; }
  .footer_social_links li.twitter_logo a img,
  .footer_social_links li.pinterest_logo_combined a img {
    width: 20px;
    height: 20px; }
  .footer_social_links li {
    flex-shrink: 0;
    margin-right: 0; }
  .footer_locations .location a {
    width: 100%;
    font-size: 13px; }
  .footer_locations ul {
    grid-template-columns: repeat(3, 33%);
    grid-gap: 5px 10px;
    margin-bottom: 15px; }
  .app-heading {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    text-align: center;
    margin: 0; }
  .app_logo {
    float: none; }
  .total_satisfaction {
    background: no-repeat;
    background-position: center;
    height: 100px;
    width: 280px;
    position: relative;
    margin: 16px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .total_satisfaction p {
    font-size: 10px;
    font-weight: 700;
    color: #4E95BB;
    position: absolute;
    margin-top: 2px;
    padding: 0;
    margin-left: -75px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .app_sec_mob {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px; }
  .iphone-btn-mob {
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px; }
  .iphone-btn-mob li {
    list-style-type: none;
    border: 1px solid #fff;
    border-radius: 46px; }
  .iphone-btn-mob li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    text-decoration: none;
    height: 38px;
    min-width: 141px;
    box-sizing: border-box; }
  .iphone-btn-mob li a img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    flex-shrink: 0; }
  .iphone-btn-mob li a p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .footer_copyright .left {
    text-align: center;
    float: none !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0; }
  .footer_copyright .container_9 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px; }
  .footer_copyright {
    background: rgba(0, 0, 0, 0.09);
    overflow-x: hidden;
    height: auto !important;
    padding: 20px 0; }
  .footer_copyright ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .footer_copyright ul li {
    text-align: center;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    background: transparent; }
  .footer_copyright ul li a {
    line-height: 1.4;
    background: transparent; }
  .footer_copyright .left li {
    padding-right: 10px;
    padding-left: 10px;
    background: transparent; }
  .footer_copyright .left li:first-child {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    background: transparent; }
  .footer_copyright .left li:last-child {
    padding-right: 10px;
    padding-left: 10px; }
  .footer_copyright .right {
    float: none;
    padding: 0;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0; }
  .footer_copyright .right li {
    line-height: 1.4;
    text-align: center;
    font-size: 13px;
    background: transparent;
    padding: 0; }
  ul.left {
    padding-left: 0; }
  .local_footer {
    padding-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  img.footer_logo {
    width: 122px; }
  .footer_sec1 p {
    width: 82%;
    padding-bottom: 14px; }
  .footer_sec2 p {
    letter-spacing: 0.6px;
    font-size: 18px; }
  .footer_sec2 ul li a {
    line-height: 35px;
    font-size: 15px; }
  .footer_sec3 p {
    letter-spacing: normal;
    font-size: 17px; }
  .footer_imp_links li a {
    line-height: 35px; }
  .footer_social_links li {
    width: auto;
    height: auto; }
  .footer_social_links li a {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 0; }
  .footer_social_links li.twitter_logo a,
  .footer_social_links li.pinterest_logo_combined a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%; }
  /* Facebook and Instagram have built-in circles */
  .footer_social_links li.facebook_logo a img,
  .footer_social_links li.instagram_logo a img {
    width: 36px !important;
    height: 36px !important; }
  .footer_social_links li.twitter_logo a img,
  .footer_social_links li.pinterest_logo_combined a img {
    width: 18px !important;
    height: 18px !important; }
  .total_satisfaction {
    background: no-repeat;
    background-position: center;
    height: 100px;
    width: 280px;
    position: relative;
    margin: 16px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .total_satisfaction p {
    font-size: 9px;
    font-weight: 700;
    color: #4E95BB;
    position: absolute;
    margin-top: 2px;
    padding: 0;
    margin-left: -75px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .pinterest_inner {
    width: 18px;
    height: 18px;
    position: static;
    transform: none; } }

@media only screen and (max-width: 414px) {
  img.footer_logo {
    width: 127px; }
  .footer_sec1 p {
    width: 90%;
    font-size: 14px;
    line-height: 22px; }
  .footer_sec2 {
    padding-top: 24px; }
  .footer_sec2 p {
    font-size: 20.5px; }
  .footer_sec2 ul li a {
    font-size: 16px;
    line-height: 37px; }
  .footer_sec3 {
    padding-top: 0px; }
  .footer_sec3 p {
    font-size: 22px; }
  .footer_sec3 .footer_imp_links {
    margin-bottom: 24px; }
  .footer_social_links {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 19px;
    opacity: 0.6;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    justify-content: center; }
  .footer_social_links li {
    flex-shrink: 0; }
  .footer_social_links li a {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 0; }
  .footer_social_links li.twitter_logo a,
  .footer_social_links li.pinterest_logo_combined a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%; }
  /* Facebook and Instagram have built-in circles */
  .footer_social_links li.facebook_logo a img,
  .footer_social_links li.instagram_logo a img {
    width: 36px !important;
    height: 36px !important; }
  .footer_social_links li.twitter_logo a img,
  .footer_social_links li.pinterest_logo_combined a img {
    width: 18px !important;
    height: 18px !important; }
  .pinterest_inner {
    width: 18px;
    height: 18px;
    position: static;
    transform: none; }
  .iphone-btn-mob li {
    height: 40px; }
  .iphone-btn-mob li a p {
    font-size: 16px;
    line-height: 43px; }
  .iphone-btn-mob li a img {
    height: 22px; }
  .left {
    padding-top: 23px; }
  .footer_copyright {
    height: 90px; } }

.total_satisfaction {
  background: no-repeat;
  background-position: center;
  height: 100px;
  width: 280px;
  position: relative;
  background-image: none;
  margin: 16px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .total_satisfaction.is-visible {
    background-image: url("https://cdn.yourgreenpal.com/images/general/greenpal-guarantee.svg"); }
    @media screen and (max-width: 767px) {
      .total_satisfaction.is-visible {
        background-image: url("https://cdn.yourgreenpal.com/images/general/greenpal-guarantee-mobile.svg"); } }
.total_satisfaction p {
  font-size: 10px;
  font-weight: 700;
  color: #4E95BB;
  position: absolute;
  margin-top: 2px;
  padding: 0;
  margin-left: -75px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 376px) {
  .iphone-btn-mob li {
    width: 125px; } }

/* Very small mobile screens (320px width) */
@media only screen and (max-width: 376px) {
  /* Container adjustments */
  .container_8 {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 30px;
    margin-left: 0; }
  /* Footer logo */
  img.footer_logo {
    width: 105px;
    margin-bottom: 10px; }
  /* Footer section 1 - Description */
  .footer_sec1 {
    padding-left: 0;
    padding-right: 0; }
  .footer_sec1 p {
    width: 95%;
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 15px; }
  /* Footer section 2 - GreenPal links */
  .footer_sec2 {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 0;
    margin-left: 0; }
  .footer_sec2 p {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-bottom: 12px;
    margin-bottom: 0; }
  .footer_sec2 ul {
    column-gap: 8px;
    row-gap: 0; }
  .footer_sec2 ul li a {
    font-size: 11px;
    line-height: 28px; }
  /* Footer section 3 - Providers and Connect */
  .footer_sec3 {
    padding-left: 5px;
    padding-top: 15px;
    margin-top: 0;
    margin-left: 0px; }
  .footer_sec3 p {
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-right: 8px; }
  .footer_sec3_cols {
    column-gap: 4px;
    row-gap: 0; }
  .providers_col {
    margin-bottom: 15px; }
  .connect_col {
    padding-left: 0px; }
  .footer_sec3 .footer_imp_links.provider {
    margin-bottom: 0; }
  .footer_sec3 .footer_imp_links.provider li a {
    font-size: 11px;
    line-height: 24px; }
  .footer_sec3 ul li a {
    font-size: 12px;
    line-height: 28px; }
  /* App section */
  .app-heading {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.3; }
  .app_sec_mob {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 12px; }
  .iphone-btn-mob {
    gap: 10px;
    width: 100%;
    align-items: stretch; }
  .iphone-btn-mob li {
    width: 100%;
    max-width: 240px;
    margin: 0 auto; }
  .iphone-btn-mob li a {
    min-width: unset;
    width: 100%;
    height: 40px;
    padding: 8px 16px; }
  .iphone-btn-mob li a p {
    font-size: 13px;
    font-weight: 500; }
  .iphone-btn-mob li a img {
    width: 16px;
    height: 16px;
    margin-right: 8px; }
  .total_satisfaction {
    width: 240px;
    height: 70px;
    margin: 20px auto 0 auto; }
  .total_satisfaction {
    background: no-repeat;
    background-position: center;
    height: 100px;
    width: 280px;
    position: relative;
    margin: 16px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .total_satisfaction p {
    font-size: 9px;
    font-weight: 700;
    color: #4E95BB;
    position: absolute;
    margin-top: 2px;
    padding: 0;
    margin-left: -75px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  /* Footer section 4 - Locations */
  .footer_sec4 {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 10px; }
  .footer_locations .location a {
    font-size: 10px;
    line-height: 1.4; }
  .footer_locations ul {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 6px 8px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .read-more-wrap-locations {
    max-height: 180px; }
  .fade-bottom-footer-loc {
    bottom: 22px;
    height: 35px; }
  .read-more-trigger-footer-loc {
    font-size: 13px;
    margin-top: 6px; }
  /* Footer copyright */
  .footer_copyright .container_9 {
    gap: 8px; }
  .footer_copyright ul li a {
    font-size: 11px;
    line-height: 1.4; }
  .left li {
    padding-right: 5px;
    padding-left: 5px; }
  .left li:first-child {
    padding-left: 5px; }
  .right li {
    font-size: 11px;
    line-height: 1.4; } }

@media (min-width: 315px) and (max-width: 480px) {
  .pinterest-inside {
    left: -35px; } }

@media (min-width: 481px) and (max-width: 767px) {
  .pinterest-inside {
    left: -36px; } }

.pinterest-inside {
  position: absolute;
  top: 37%;
  left: -32px;
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
  z-index: 1;
  width: 22px;
  height: 22px; }

.circle-container {
  display: flex;
  justify-content: space-around;
  align-items: center; }
/*
























 */
