/** Shopify CDN: Minification failed

Line 2381:18 Expected identifier but found whitespace
Line 2381:19 Unexpected "var("

**/
/* ==========================================================================
   hero-banner
   ========================================================================== */
.rh-hero-banner {
    position: relative;
    background-color: var(--rh-hero-bg);
    color: var(--rh-hero-text);
    padding-top: var(--rh-hero-pt);
    padding-bottom: var(--rh-hero-pb);
    overflow: hidden;
  }

  .rh-hero-banner--page-width .rh-hero-banner__inner {
    max-width: 1320px;
    margin: 0 auto;
  }

  .rh-hero-banner__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .rh-hero-banner__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .rh-hero-banner__overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: var(--rh-hero-overlay-opacity, 0.35);
  }

  .rh-hero-banner__inner {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    gap: 40px;
    display: flex;
    align-items: center;
    padding: 0 64px;
  }

  .rh-hero-banner__inner--left {
    direction: rtl;
  }

  .rh-hero-banner__inner--left > * {
    direction: ltr;
  }

  .rh-hero-banner__inner--align-center {
    text-align: center;
  }

  .rh-hero-banner__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: var(--rh-hero-content-max-width, 560px);
  }

  .rh-hero-banner__badge {
    display: inline-flex;
    align-self: flex-start;
    background: var(--rh-hero-accent);
    color: #121212;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    font-weight: 400;
    padding: 6px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .rh-hero-banner__inner--align-center .rh-hero-banner__badge {
    align-self: center;
  }

  .rh-hero-banner__heading {
    font-size: clamp(2.625rem, 1.9rem + 3.2vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0;
    color: var(--rh-hero-text);
  }

  .rh-hero-banner__description {
    font-size: 20px;
    line-height: 1.7;
    color: var(--rh-hero-text);
    opacity: 0.85;
    max-width: 46ch;
  }

  .rh-hero-banner__description p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.90);
    margin: 0;
  }

  .rh-hero-banner__card {
    background: #fff;
    color: #121212;
    padding: 32px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    width: 100%;
    max-width: 384px;
    gap: 24px;
  }

  .rh-hero-banner__price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 36px;
    font-weight: 800;
    color: #151515;
    line-height: 40px;
  }

  .rh-hero-banner__price {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .rh-hero-banner__compare-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
  }

  .rh-hero-banner__price-badge {
    margin-left: auto;
    background: var(--rh-hero-accent);
    color: #121212;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius:4px;
  }

  .rh-hero-banner__checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .rh-hero-banner__checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    color: #151515;
    line-height: 20px;
  }

  .rh-hero-banner__checklist li::before {
    content: '';
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #121212;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5L6.2 11.5L13 4.5' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    width: 14px;
    height: 14px;
  }

  /* .rh-hero-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--rh-hero-btn-bg);
    color: var(--rh-hero-btn-text);
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 17px;
    padding: 18px 36px;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 300ms ease, background-color 300ms ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  } */

  /* .rh-hero-banner__button:hover {
    background: var(--rh-hero-btn-hover);
    transform: translateY(-2px);
  } */
/* 
  .rh-hero-banner__button:focus-visible {
    outline: 3px solid var(--rh-hero-accent);
    outline-offset: 3px;
  }

  .rh-hero-banner__button--outline {
    background: transparent;
    color: var(--rh-hero-btn-bg);
    border: 2px solid var(--rh-hero-btn-bg);
    box-shadow: none;
  }

  .rh-hero-banner__button--outline:hover {
    background: var(--rh-hero-btn-bg);
    color: var(--rh-hero-btn-text);
  } */

  .rh-hero-banner__secure-text {
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 12px;
    color: #444748;
    margin: 0;
    line-height: 15px;
  }

  .rh-hero-banner__media {
    position: relative;
    width: 100%;
    display: flex;
  }

  .rh-hero-banner__inner--left .rh-hero-banner__media {
    order: -1;
  }

  .rh-hero-banner__image {
    width: 100%;
    height: auto;
    max-height: 640px;
    object-fit: cover;
    border-radius: var(--rh-hero-radius, 20px);
    display: block;
  }

  .rh-hero-banner__features {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 64px;
    text-align: center;
  }

  .rh-hero-banner__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .rh-hero-banner__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }

  .rh-hero-banner__feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .rh-hero-banner__feature-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--rh-hero-text);
  }

  @media (max-width: 1024px) {
    .rh-hero-banner__inner {
      padding-left: 32px;
      padding-right: 32px;
      gap: 32px;
    }

    .rh-hero-banner__heading {
      font-size: clamp(2.25rem, 2rem + 2vw, 3.25rem);
    }
  }

  @media (max-width: 989px) {
    .rh-hero-banner__inner {
      grid-template-columns: 1fr;
    }

    .rh-hero-banner__inner--left,
    .rh-hero-banner__inner--left > * {
      direction: ltr;
    }

    .rh-hero-banner__media {
      order: 2;
    }

    .rh-hero-banner__content {
      order: 1;
      max-width: 100%;
    }

    .rh-hero-banner__content--mobile-center {
      align-items: center;
      text-align: center;
    }

    .rh-hero-banner__content--mobile-center .rh-hero-banner__badge {
      align-self: center;
    }

    .rh-hero-banner__content--mobile-center .rh-hero-banner__card {
      max-width: 100%;
    }

    .rh-hero-banner__features {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 48px;
    }
  }

  @media (max-width: 749px) {
    .rh-hero-banner {
      padding-top: min(var(--rh-hero-pt), 64px);
      padding-bottom: min(var(--rh-hero-pb), 64px);
    }

    .rh-hero-banner__inner {
      padding-left: 20px;
      padding-right: 20px;
      gap: 24px;
    }

    .rh-hero-banner__card {
      padding: 24px;
      width: 100%;
    }

    .rh-hero-banner__button {
      width: 100%;
    }

    .rh-hero-banner__price-badge {
      margin-left: 0;
    }

    .rh-hero-banner__features {
      grid-template-columns: 1fr 1fr;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rh-hero-banner__button {
      transition: none;
    }
  }

/* ==========================================================================
   trust-icons
   ========================================================================== */
.rh-trust-icons {
    background-color: var(--rh-trust-bg);
    color: var(--rh-trust-text);
    padding-top: var(--rh-trust-pt);
    padding-bottom: var(--rh-trust-pb);
    border-bottom: 1px solid rgb(18 18 18 / 08%);
  }

  .rh-trust-icons__inner {
    max-width: var(--rh-trust-max-width, 1320px);
    margin: 0 auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .rh-trust-icons__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .rh-trust-icons__heading {
    font-size: clamp(1.75rem, 1.5rem + 1.2vw, 2.25rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    color: var(--rh-trust-text);
  }

  .rh-trust-icons__description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--rh-trust-text);
    opacity: 0.7;
  }

  .rh-trust-icons__description p {
    margin: 0;
  }

  .rh-trust-icons__grid {
    display: grid;
    grid-template-columns: repeat(var(--rh-trust-cols-desktop), 1fr);
    gap: var(--rh-trust-gap, 32px);
    align-items: stretch;
  }

  /* .rh-trust-icons__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    /* background-color: var(--rh-trust-card-bg);
    border: 1px solid var(--rh-trust-card-border); */
    /* border-radius: var(--rh-trust-card-radius, 18px);
    padding: 32px 24px;
    height: 100%;
    color:#444748; */
    /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08); */
    /* transition: transform 300ms ease, box-shadow 300ms ease; */
  /* } */

    .rh-trust-icons__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* gap: 16px; */
    /* background-color: var(--rh-trust-card-bg); */
    /* border: 1px solid var(--rh-trust-card-border); */
    border-radius: var(--rh-trust-card-radius, 18px);
    padding: 32px 24px;
    height: 100%;
    /* box-shadow: 0 12px 40px #00000014; */
    transition: transform .3s ease,box-shadow .3s ease;
}
  

  .rh-trust-icons__grid--hover .rh-trust-icons__card:hover,
  .rh-trust-icons__grid--hover .rh-trust-icons__card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  }

  .rh-trust-icons__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--rh-trust-icon-size, 48px) * 1.6);
    height: calc(var(--rh-trust-icon-size, 48px) * 1.6);
    border-radius: 50%;
    background-color: var(--rh-trust-bg);
  }

  .rh-trust-icons__icon-image {
    width: var(--rh-trust-icon-size, 48px);
    height: var(--rh-trust-icon-size, 48px);
    object-fit: contain;
    color: var(--rh-trust-icon-color);
  }

  .rh-trust-icons__card-heading {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: var(--rh-trust-text);
    text-transform: uppercase;
    letter-spacing: 0.01em;
  }

  .rh-trust-icons__card-description {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: var(--rh-trust-text);
    opacity: 0.65;
    max-width: 32ch;
  }

  .rh-trust-icons__card:focus-within {
    outline: 2px solid var(--rh-trust-icon-color, #121212);
    outline-offset: 2px;
  }

  @media (max-width: 1024px) {
    .rh-trust-icons__inner {
      padding-left: 32px;
      padding-right: 32px;
    }

    .rh-trust-icons__grid {
      grid-template-columns: repeat(var(--rh-trust-cols-tablet), 1fr);
    }
  }

  @media (max-width: 749px) {
    .rh-trust-icons {
      padding-top: min(var(--rh-trust-pt), 48px);
      padding-bottom: min(var(--rh-trust-pb), 48px);
    }

    .rh-trust-icons__inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .rh-trust-icons__header {
      margin-bottom: 32px;
    }

    .rh-trust-icons__grid {
      grid-template-columns: repeat(var(--rh-trust-cols-mobile), 1fr);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rh-trust-icons__card {
      transition: none;
    }
  }

/* ==========================================================================
   how-it-works
   ========================================================================== */
.rh-how-it-works {
    background-color: var(--rh-hiw-bg);
    color: var(--rh-hiw-text);
    padding-top: var(--rh-hiw-pt);
    padding-bottom: var(--rh-hiw-pb);
  }

  .rh-how-it-works__inner {
    max-width: var(--rh-hiw-max-width, 1320px);
    margin: 0 auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .rh-how-it-works__header {
    text-align: center;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto 32px;
  }

  .rh-how-it-works__inner--desktop-left .rh-how-it-works__header {
    text-align: left;
    margin-left: 0;
  }

  .rh-how-it-works__label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rh-hiw-text);
    opacity: 0.6;
  }

  /* .rh-how-it-works__heading {
    font-size: clamp(2.125rem, 1.8rem + 1.6vw, 3.25rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    color: var(--rh-hiw-text);
  } */
   .rh-how-it-works__heading {
    margin: 0;
    /* color: var(--rh-hiw-text); */
  }

  .rh-how-it-works__description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--rh-hiw-text);
    opacity: 0.7;
  }

  .rh-how-it-works__description p {
    margin: 0;
  }

  .rh-how-it-works__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--rh-hiw-gap, 32px);
    align-items: stretch;
    position: relative;
  }

  .rh-how-it-works__grid--connected {
    counter-reset: none;
  }

  .rh-how-it-works__grid--connected::before {
    content: '';
    position: absolute;
    top: 32px;
    left: calc(100% / (var(--rh-hiw-count) * 2));
    right: calc(100% / (var(--rh-hiw-count) * 2));
    height: 2px;
    background: var(--rh-hiw-card-border);
    z-index: 0;
  }

  .rh-how-it-works__card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--rh-hiw-card-bg);
    border: 1px solid var(--rh-hiw-card-border);
    border-radius: var(--rh-hiw-card-radius, 18px);
    box-shadow: var(--rh-hiw-card-shadow);
    padding: 24px;
    height: 100%;
    transition: transform 300ms ease, box-shadow 300ms ease;
  }

  .rh-how-it-works__grid--hover .rh-how-it-works__card:hover,
  .rh-how-it-works__grid--hover .rh-how-it-works__card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  }

  .rh-how-it-works__card:focus-within {
    outline: 2px solid var(--rh-hiw-number-color, #121212);
    outline-offset: 2px;
  }

  .rh-how-it-works__media {
    position: relative;
    margin-bottom: 24px;
  }

  .rh-how-it-works__image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: calc(var(--rh-hiw-card-radius, 18px) - 6px);
    display: block;
  }

  .rh-how-it-works__icon {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  }

  .rh-how-it-works__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .rh-how-it-works__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rh-how-it-works__title-row {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .rh-how-it-works__number {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--rh-hiw-number-color, #121212);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  .rh-how-it-works__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: var(--rh-hiw-text);
  }

  .rh-how-it-works__step-description {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    opacity: 0.7;
    max-width: 42ch;
    letter-spacing:0px;
    color: #444749;
  }

  @media (max-width: 1024px) {
    .rh-how-it-works__inner {
      padding-left: 32px;
      padding-right: 32px;
    }

    .rh-how-it-works__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .rh-how-it-works__grid--connected::before {
      display: none;
    }
  }

  @media (max-width: 749px) {
    .rh-how-it-works {
      padding-top: min(var(--rh-hiw-pt), 48px);
      padding-bottom: min(var(--rh-hiw-pb), 48px);
    }

    .rh-how-it-works__inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .rh-how-it-works__header {
      margin-bottom: 32px;
    }

    .rh-how-it-works__grid {
      grid-template-columns: 1fr;
    }

    .rh-how-it-works__grid--mobile-center .rh-how-it-works__card {
      text-align: center;
    }

    .rh-how-it-works__grid--mobile-center .rh-how-it-works__title-row {
      justify-content: center;
    }

    .rh-how-it-works__grid--mobile-center .rh-how-it-works__step-description {
      margin-left: auto;
      margin-right: auto;
    }

    .rh-how-it-works__image {
      height: 220px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rh-how-it-works__card {
      transition: none;
    }
  }

/* ==========================================================================
   benefits-grid
   ========================================================================== */
.rh-benefits-grid {
    background-color: var(--rh-bg-bg);
    padding-top: var(--rh-bg-pt);
    padding-bottom: var(--rh-bg-pb);
  }

  .rh-benefits-grid__inner {
    max-width: var(--rh-bg-max-width, 1320px);
    margin: 0 auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .rh-benefits-grid__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto 32px;
    gap: 8px;
    max-width: 750px;
  }

  .rh-benefits-grid__label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rh-bg-text);
    opacity: 0.6;
  }

  .rh-benefits-grid__heading {
    /* font-size: clamp(1.75rem, 1.4rem + 1.6vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0;
    color: var(--rh-bg-heading);
     */

    margin: 0;
    /* color: var(--rh-hiw-text); */
  }

  .rh-benefits-grid__description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--rh-bg-text);
    opacity: 0.7;
  }

  .rh-benefits-grid__description p {
    margin: 0;
  }

  .rh-benefits-grid__grid {
    display: grid;
    grid-template-columns: repeat(var(--rh-bg-cols-desktop), 1fr);
    /* gap: var(--rh-bg-gap, 32px); */
    align-items: stretch;
    gap: 48px 32px;
  }

  .rh-benefits-grid__card {
    display: flex;
    flex-direction: column;
    background-color: var(--rh-bg-card-bg);
    border-radius: var(--rh-bg-card-radius, 18px);
    box-shadow: var(--rh-bg-card-shadow);
    padding: var(--rh-bg-card-padding, 32px);
    height: 100%;
    transition: transform 300ms ease, box-shadow 300ms ease;
    border: none;
  }

  .rh-benefits-grid__grid--hover .rh-benefits-grid__card:hover,
  .rh-benefits-grid__grid--hover .rh-benefits-grid__card:focus-within {
    transform: none;
    box-shadow: none;
    padding: 0;
  }

  .rh-benefits-grid__card:focus-within {
    outline: 2px solid var(--rh-bg-heading, #121212);
    outline-offset: 2px;
  }

  .rh-benefits-grid__grid--align-center .rh-benefits-grid__card {
    text-align: center;
    align-items: center;
  }

  .rh-benefits-grid__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--rh-bg-icon-size, 48px);
    height: var(--rh-bg-icon-size, 48px);
    flex-shrink: 0;
    margin-bottom: 20px;
  }

  .rh-benefits-grid__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .rh-benefits-grid__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rh-benefits-grid__title {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #121212;
  }

  .rh-benefits-grid__card-description {
    font-size: 16px;
    /* line-height: 1.7; */
    margin: 0;
    color: var(--rh-bg-text);
    /* opacity: 0.7; */
    /* max-width: 40ch; */
     line-height: 1.5;
    opacity: 0.55;
    max-width: none;
  }

  .rh-benefits-grid__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
  }

  .rh-benefits-grid__link:hover {
    color: var(--rh-bg-heading);
  }

  .rh-benefits-grid__link:focus-visible {
    outline: 2px solid var(--rh-bg-heading, #121212);
    outline-offset: 2px;
  }

  /* Icon left variant */
  .rh-benefits-grid__grid--icon-left .rh-benefits-grid__card {
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 0;
  }

  .rh-benefits-grid__grid--icon-left .rh-benefits-grid__icon {
    margin-bottom: 0;
    margin-top: 2px;

  }

  .rh-benefits-grid__grid--icon-left.rh-benefits-grid__grid--align-center .rh-benefits-grid__card {
    flex-direction: column;
  }

  @media (max-width: 1024px) {
    .rh-benefits-grid__inner {
      padding-left: 32px;
      padding-right: 32px;
    }

    .rh-benefits-grid__grid {
      grid-template-columns: repeat(var(--rh-bg-cols-tablet), 1fr);
    }
  }

  @media (max-width: 749px) {
    .rh-benefits-grid {
      padding-top: min(var(--rh-bg-pt), 48px);
      padding-bottom: min(var(--rh-bg-pb), 48px);
    }

    .rh-benefits-grid__inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .rh-benefits-grid__header {
      margin-bottom: 32px;
    }

    .rh-benefits-grid__grid {
      grid-template-columns: repeat(var(--rh-bg-cols-mobile), 1fr);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rh-benefits-grid__card {
      transition: none;
    }
  }

/* ==========================================================================
   comparison-table
   ========================================================================== */
.rh-comparison-table {
    background-color: var(--rh-ct-bg);
    padding-top: var(--rh-ct-pt);
    padding-bottom: var(--rh-ct-pb);
  }

  .rh-comparison-table__inner {
    max-width: var(--rh-ct-max-width, 1320px);
    margin: 0 auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .rh-comparison-table__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto 32px;
  }

  .rh-comparison-table__label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rh-ct-heading);
    opacity: 0.6;
  }

  .rh-comparison-table__heading {
    /* font-size: clamp(1.75rem, 1.4rem + 1.6vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0;
    color: var(--rh-ct-heading); */
    margin: 0;
  }

  .rh-comparison-table__description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--rh-ct-body);
    opacity: 0.7;
  }

  .rh-comparison-table__description p {
    margin: 0;
  }

  .rh-comparison-table__scroll {
    max-width: var(--rh-ct-table-max-width, 1100px);
    margin: 0 auto;
    overflow-x: auto;
    border-radius: var(--rh-ct-radius, 18px);
    box-shadow: var(--rh-ct-shadow);
    -webkit-overflow-scrolling: touch;
  }

  .rh-comparison-table__table {
    width: 100%;
    min-width: 640px;
    border-collapse: separate;
    border-spacing: 0;
    background-color: var(--rh-ct-table-bg);
  }

  .rh-comparison-table__table--card {
    border: 1px solid var(--rh-ct-border);
    border-radius: 16px;
    overflow: hidden;
  }

  .rh-comparison-table__table th,
  .rh-comparison-table__table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid var(--rh-ct-border);
  }

  .rh-comparison-table__table tbody tr:last-child th,
  .rh-comparison-table__table tbody tr:last-child td {
    border-bottom: none;
  }

  .rh-comparison-table__feature-header,
  .rh-comparison-table__col-header {
    background-color: var(--rh-ct-header-bg);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: none;
  }

  .rh-comparison-table__col-header--highlight {
    background-color: var(--rh-ct-highlight);
    color: #121212;
  }

  .rh-comparison-table__col-header-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .rh-comparison-table__logo img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
  }

  .rh-comparison-table__badge {
    display: inline-flex;
    background-color: rgba(255, 255, 255, 0.16);
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
  }

  .rh-comparison-table__col-header--highlight .rh-comparison-table__badge {
    background-color: rgba(18, 18, 18, 0.12);
  }

  .rh-comparison-table__feature-cell {
    font-weight: 700;
    color: var(--rh-ct-heading);
    background-color: var(--rh-ct-table-bg);
    white-space: nowrap;
  }

  .rh-comparison-table__cell {
    color: var(--rh-ct-body);
    font-size: 16px;
    font-weight: 600;
  }

  .rh-comparison-table__cell--highlight {
    /* background-color: color-mix(in srgb, var(--rh-ct-highlight) 12%, var(--rh-ct-table-bg)); */
    font-weight: 700;
  }

  .rh-comparison-table__table--zebra tbody tr:nth-child(even) .rh-comparison-table__feature-cell,
  .rh-comparison-table__table--zebra tbody tr:nth-child(even) .rh-comparison-table__cell:not(.rh-comparison-table__cell--highlight) {
    background-color: var(--rh-ct-bg);
  }

  .rh-comparison-table__table--hover tbody tr {
    transition: background-color 300ms ease;
  }

  .rh-comparison-table__table--hover tbody tr:hover .rh-comparison-table__feature-cell,
  .rh-comparison-table__table--hover tbody tr:hover .rh-comparison-table__cell:not(.rh-comparison-table__cell--highlight) {
    background-color: var(--rh-ct-bg);
  }

  .rh-comparison-table__value-text {
    display: inline-block;
  }

  .rh-comparison-table__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
  }

  .rh-comparison-table__icon svg {
    width: 100%;
    height: 100%;
  }

  .rh-comparison-table__icon--positive {
    color: var(--rh-ct-positive);
  }

  .rh-comparison-table__icon--negative {
    color: var(--rh-ct-negative);
  }

  .rh-comparison-table__value-badge {
    display: inline-flex;
    background-color: var(--rh-ct-highlight);
    color: #121212;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
  }

  .rh-comparison-table__table--sticky-header thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 16px;
  }

  .rh-comparison-table__table a:focus-visible,
  .rh-comparison-table__table button:focus-visible {
    outline: 2px solid var(--rh-ct-heading);
    outline-offset: 2px;
  }

  @media (max-width: 1024px) {
    .rh-comparison-table__inner {
      padding-left: 32px;
      padding-right: 32px;
    }
  }

  @media (max-width: 749px) {
    .rh-comparison-table {
      padding-top: min(var(--rh-ct-pt), 48px);
      padding-bottom: min(var(--rh-ct-pb), 48px);
    }

    .rh-comparison-table__inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .rh-comparison-table__header {
      margin-bottom: 32px;
    }

    .rh-comparison-table__table th,
    .rh-comparison-table__table td {
      padding: 18px 20px;
    }

    .rh-comparison-table__table--sticky-col .rh-comparison-table__feature-header,
    .rh-comparison-table__table--sticky-col .rh-comparison-table__feature-cell {
      position: sticky;
      left: 0;
      z-index: 1;
      box-shadow: 4px 0 8px rgba(0, 0, 0, 0.06);
    }

    .rh-comparison-table__table--sticky-col.rh-comparison-table__table--sticky-header .rh-comparison-table__feature-header {
      z-index: 3;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rh-comparison-table__table--hover tbody tr {
      transition: none;
    }
  }

/* ==========================================================================
   testimonials
   ========================================================================== */
.rh-testimonials {
    background-color: var(--rh-tm-bg);
    padding-top: var(--rh-tm-pt);
    padding-bottom: var(--rh-tm-pb);
  }

  .rh-testimonials__inner {
    max-width: var(--rh-tm-max-width, 1320px);
    margin: 0 auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .rh-testimonials__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .rh-testimonials__label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rh-tm-heading);
    opacity: 0.6;
  }

  .rh-testimonials__heading {
    /* font-size: clamp(1.75rem, 1.4rem + 1.6vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0;
    color: var(--rh-tm-heading); */
    margin: 0;
  }

  .rh-testimonials__description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--rh-tm-body);
    opacity: 0.7;
  }

  .rh-testimonials__description p {
    margin: 0;
  }

  .rh-testimonials__viewport {
    position: relative;
  }

  .rh-testimonials__track {
    display:flex;
    overflow-x:hidden;
    gap:32px;
    padding:20px 0px;

    /* display: grid;
    grid-template-columns: repeat(var(--rh-tm-cols-desktop), 1fr);
    gap: var(--rh-tm-gap, 32px); */
  }

  .rh-testimonials__viewport--equal .rh-testimonials__track {
    align-items: stretch;
  }

  .rh-testimonials__card {
    display: flex;
    flex:0 0 calc((100% - 64px)/3);
    flex-direction: column;
    gap: 20px;
    background-color: var(--rh-tm-card-bg);
    border: 1px solid var(--rh-tm-card-border);
    border-radius: var(--rh-tm-card-radius, 18px);
    box-shadow: 0px 4px 20px 0px #00000014;
    padding: 32px;
    /* height: 100%; */
    transition: transform 300ms ease, box-shadow 300ms ease;
  }

  .rh-testimonials__viewport--hover .rh-testimonials__card:hover,
  .rh-testimonials__viewport--hover .rh-testimonials__card:focus-within {
    transform: translateY(-4px);
    /* box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12); */
  }

  .rh-testimonials__card:focus-within {
    outline: 2px solid var(--rh-tm-heading, #121212);
    outline-offset: 2px;
  }

  .rh-testimonials__stars {
    display: flex;
    gap: 4px;
    font-size: 22px;
    line-height: 1;
    gap: 0;
  }

  .rh-testimonials__star {
    color: var(--rh-tm-card-border);
  }

  .rh-testimonials__star--filled {
    color: var(--rh-tm-star);
  }

  .rh-testimonials__review {
    font-size: 17px;
    line-height: 1.7;
    color: var(--rh-tm-body);
    flex-grow: 1;
  }

  .rh-testimonials__review p {
    color: #121212;
    margin: 0;
  }

  .rh-testimonials__footer {
    display: flex;
    align-items: center;
    margin-top: 8px;
    gap: 12px;
  }

  .rh-testimonials__avatar {
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    width: 48px;
    height: 48px;
  }

  .rh-testimonials__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .rh-testimonials__avatar--placeholder {
    background-color: var(--rh-tm-card-border);
  }

  .rh-testimonials__meta {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .rh-testimonials__name {
    font-weight: 700;
    font-size: 16px;
    color: var(--rh-tm-heading);
    line-height: 24px;
  }

  .rh-testimonials__submeta {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 12px;
    color: #444748;
    opacity: 1;
  }

  .rh-testimonials__verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--rh-tm-star);
  }

  .rh-testimonials__verified svg {
    width: 12px;
    height: 12px;
  }

  .rh-testimonials__nav {
    /* display: none; */
  }

  .rh-testimonials__dots {
    /* display: none; */
  }

  @media (max-width: 1024px) {
    .rh-testimonials__inner {
      padding-left: 32px;
      padding-right: 32px;
    }

    .rh-testimonials__track {
      grid-template-columns: repeat(var(--rh-tm-cols-tablet), 1fr);
    }
  }

  @media (max-width: 749px) {
    .rh-testimonials {
      padding-top: min(var(--rh-tm-pt), 48px);
      padding-bottom: min(var(--rh-tm-pb), 48px);
    }

    .rh-testimonials__inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .rh-testimonials__header {
      margin-bottom: 32px;
    }

    .rh-testimonials__track {
      grid-template-columns: 1fr;
    }

 .rh-testimonials__viewport{
      overflow:hidden;
  }
    .rh-testimonials__viewport--slider {
      padding-bottom: 8px;
    }

    .rh-testimonials__viewport--slider .rh-testimonials__track {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      gap: 0;
      margin: 0 -20px;
      padding: 0 20px;
    }

    .rh-testimonials__viewport--slider .rh-testimonials__track::-webkit-scrollbar {
      display: none;
    }

    .rh-testimonials__viewport--slider .rh-testimonials__card {
      flex: 0 0 100%;
      scroll-snap-align: center;
      margin-right: var(--rh-tm-gap, 32px);
    }

    .rh-testimonials__viewport--slider .rh-testimonials__nav {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--rh-tm-card-bg);
      border: 1px solid var(--rh-tm-card-border);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
      color: var(--rh-tm-heading);
      cursor: pointer;
      z-index: 2;
    }

    .rh-testimonials__nav svg {
      width: 18px;
      height: 18px;
      display:block;
    }

    .rh-testimonials__nav--prev {
      left: -4px;
    }

    .rh-testimonials__nav--next {
      right: -4px;
    }

    .rh-testimonials__nav:focus-visible {
      outline: 2px solid var(--rh-tm-heading);
      outline-offset: 2px;
    }

    .rh-testimonials__viewport--slider .rh-testimonials__dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 20px;
    }

    .rh-testimonials__dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--rh-tm-card-border);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background-color 300ms ease, transform 300ms ease;
    }

    .rh-testimonials__dot--active {
      background: var(--rh-tm-star);
      transform: scale(1.2);
    }

    .rh-testimonials__dot:focus-visible {
      outline: 2px solid var(--rh-tm-heading);
      outline-offset: 2px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rh-testimonials__card,
    .rh-testimonials__dot {
      transition: none;
    }
  }


/* CTA START */

 .rh-final-cta {
    position: relative;
    background-color: var(--rh-cta-bg);
    overflow: hidden;
  }

  .rh-final-cta--rounded {
    border-radius: 24px;
  }

  .rh-final-cta__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .rh-final-cta__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .rh-final-cta__overlay {
    position: absolute;
    inset: 0;
    background-color: var(--rh-cta-overlay-color);
    opacity: var(--rh-cta-overlay-opacity);
  }

  .rh-final-cta__blur {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(12px);
  }

  .rh-final-cta__container {
    position: relative;
    z-index: 1;
  }

  .rh-final-cta__content {
    max-width: var(--rh-cta-content-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .rh-final-cta__content--align-center {
    align-items: center;
    text-align: center;
  }

  .rh-final-cta__content--align-left {
    align-items: flex-start;
    text-align: left;
  }

  .rh-final-cta__badge {
    display: inline-block;
    background-color: #ffcc00;
    color: #121212;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 999px;
  }

  .rh-final-cta__heading {
    font-size: clamp(28px, 4.2vw, 60px);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    line-height: 1.15;
    color: var(--rh-cta-heading-color);
    margin: 0;
  }

  .rh-final-cta__description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--rh-cta-body-color);
    max-width: 560px;
    margin: 0;
  }

  /* .rh-final-cta__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
  } */

  /* .rh-final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  } */

  /* .rh-final-cta__button--primary {
    background-color: #ffcc00;
    color: #121212;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  }

  .rh-final-cta__button--primary:hover {
    background-color: #e6b800;
  }

  .rh-final-cta__button--dark {
    background-color: #121212;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  }

  .rh-final-cta__button--dark:hover {
    background-color: #000000;
  }

  .rh-final-cta__button--outline {
    background-color: transparent;
    color: var(--rh-cta-heading-color);
    border: 1px solid var(--rh-cta-heading-color);
  }

  .rh-final-cta__button--outline:hover {
    background-color: var(--rh-cta-heading-color);
    color: var(--rh-cta-bg);
  }

  .rh-final-cta [class*='rh-final-cta__button']:hover {
    transform: translateY(-2px);
  }

  @media (prefers-reduced-motion: reduce) {
    .rh-final-cta__button {
      transition: none;
    }

    .rh-final-cta [class*='rh-final-cta__button']:hover {
      transform: none;
    }
  }

  .rh-final-cta__button:focus-visible {
    outline: 2px solid #ffcc00;
    outline-offset: 3px;
  } */

  .rh-final-cta__price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 340px;
    margin-top: 16px;
    padding: 28px 32px;
    background-color: var(--rh-cta-price-box-bg);
    border: 1px solid var(--rh-cta-price-box-border);
    border-radius: 18px;
  }

  .rh-final-cta__price {
    font-size: 36px;
    font-weight: 800;
    color: #fc0;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 40px;
  }

  .rh-final-cta__price-subtext {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--rh-cta-body-color);
    opacity: 0.7;
    margin: 24px 0 12px;
  }

  .rh-final-cta__price-button {
    width: 100%;
  }

  .rh-final-cta__footer-note {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: var(--rh-cta-body-color);
    opacity: 0.5;
  }

  .rh-final-cta__divider {
    width: 60px;
    height: 3px;
    background-color: #ffcc00;
    border-radius: 999px;
    margin-top: 8px;
  }

  .rh-final-cta--fade-in {
    animation: rh-final-cta-fade-in 600ms ease both;
  }

  @keyframes rh-final-cta-fade-in {
    from {
      opacity: 0;
      transform: translateY(16px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rh-final-cta--fade-in {
      animation: none;
    }
  }

  @media screen and (max-width: 749px) {
    /* .rh-final-cta__buttons {
      flex-direction: column;
      align-items: stretch;
    }

    .rh-final-cta__button {
      width: 100%;
    } */

    .rh-final-cta__description {
      max-width: 100%;
    }
  }

/* CTA END */


/* Best seller */
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #121212;
}

.feature-list__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.feature-list__text {
  line-height: 1.5;
}


.rh-bestseller{
  border-radius:16px;
  box-shadow: 0px 4px 20px 0px #00000014;
}

div#ImageWithText--template--20063009865843__hunt_best_seller_tRf8kb {
    padding: 48px;
}
h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 36px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 16px;
}
h2.image-with-text__heading.inline-richtext.h1 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
a.hunt-button.rh-bestseller__button--primary.rh-bestseller__price-button {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    line-height: 28px;
    margin-top: 0;
}

.rh-image-bestseller img {
    border-radius: 0 8px 8px 0;
}
/* .feature-list li {
    color: #121212;
} */
.feature-list li:last-child{
    font-weight:700
}

/* FAQs  SATRT*/

.grid__item .accordion {
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    /* padding: 24px; */
    margin-top:16px;
}
.accordion details summary,
.accordion details .accordion__content{
  padding:24px;
}
.accordion__content{
  margin-bottom:0px;
  padding-top: 16px;
}
.grid__item .accordion:hover{
  background:rgba(var(--color-foreground),.04);
}
.collapsible-none-layout .accordion+.accordion {
    border-top: 1px solid rgba(var(--color-foreground), .1);
}

.collapsible-content summary:hover{
  background:transparent;
}
.accordion__content{
  padding:8px 0px 0px;
  border-top:1px solid rgba(var(--color-foreground), .1);
}

.accordion summary h3:hover{
  text-decoration:none;
}
.collapsible-content__heading {
    margin-bottom: 16px;
}
summary#Summary-collapsible_row_gEGnpY-template--20063009865843__collapsible_content_7WYjwV {
    font-weight: 700;
    padding: 24px;
}
h3.accordion__title.inline-richtext.h4 {
    font-weight: 700;
    font-size: 18px;
}
div#CollapsibleAccordion-collapsible_row_gEGnpY-template--20063009865843__collapsible_content_7WYjwV {padding: 0 24px 24px 24px;}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none;
}

 .accordion details .accordion__content  br  {
    display:none
}
/* FAQs  END*/

/* Use case START */

  .rh-use-cases {
    background-color: var(--rh-uc-bg);
    color: var(--rh-uc-text);
  }

  .rh-use-cases__container {
    max-width: var(--rh-uc-content-width);
  }

  .rh-use-cases__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
  }

  .rh-use-cases__label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rh-uc-text);
    opacity: 0.6;
    margin: 0 0 12px;
  }

  .rh-use-cases__heading {
    /* font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 16px;
    color: var(--rh-uc-text); */
    margin: 0;
  }

  .rh-use-cases__description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--rh-uc-text);
    opacity: 0.7;
  }

  .rh-use-cases__grid {
    display: grid;
    grid-template-columns: repeat(var(--rh-uc-mobile-cols), 1fr);
    gap: var(--rh-uc-gap);
  }

  .rh-use-cases__grid--equal .rh-use-cases__card {
    height: 100%;
  }

  @media (min-width: 750px) {
    .rh-use-cases__grid {
      grid-template-columns: repeat(var(--rh-uc-tablet-cols), 1fr);
    }
  }

  @media (min-width: 990px) {
    .rh-use-cases__grid {
      grid-template-columns: repeat(var(--rh-uc-desktop-cols), 1fr);
    }
  }

  .rh-use-cases__card {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    transition: transform 300ms ease, box-shadow 300ms ease;
    border-radius: 16px;
    overflow: hidden;                  
    position: relative;
  }

  .rh-use-cases__card--bordered {
    background-color: var(--rh-uc-card-bg);
    border: 1px solid var(--rh-uc-card-border);
  }

  .rh-use-cases__card--shadow {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  }

  .rh-use-cases__card--hover:hover {
    transform: translateY(-6px);
  }

  .rh-use-cases__card--hover.rh-use-cases__card--shadow:hover {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  }

  @media (prefers-reduced-motion: reduce) {
    .rh-use-cases__card {
      transition: none;
    }

    .rh-use-cases__card--hover:hover {
      transform: none;
    }
  }

  .rh-use-cases__image-wrap {
    position: relative;
    border-radius: var(--rh-uc-img-radius) var(--rh-uc-img-radius) 0 0;
    width: 100%;
    aspect-ratio: 3 / 4;                
    overflow: hidden;
  }

  .rh-use-cases__image,
  .rh-use-cases__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .rh-use-cases__image-wrap--placeholder {
    background-color: var(--rh-uc-card-border);
  }

  .rh-use-cases__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding:24px;
  }

  .rh-use-cases__card--align-center .rh-use-cases__content {
    align-items: center;
    text-align: center;
  }

  .rh-use-cases__badge {
    display: inline-block;
    background-color: #ffcc00;
    color: #121212;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
  }

  .rh-use-cases__card-title {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 8px;
  }

  .rh-use-cases__card-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    opacity: 0.8;
    font-weight: 400;
  }

  .rh-use-cases__card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--rh-uc-text);
    text-decoration: none;
  }

  .rh-use-cases__card-cta:hover {
    color: #ffcc00;
  }

  .rh-use-cases__card-cta:focus-visible,
  .rh-use-cases__card:focus-within {
    outline: 2px solid #ffcc00;
    outline-offset: 2px;
  }
  .rh-use-cases__image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hunt-button{
  background-color:#FFCC00;
  color:#121212;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 16px;
}
a.hunt-button{
  padding:16px;
  line-height: 24px;
  text-decoration:none;
  font-weight:700;
}
.hunt-button:hover{
  transform: translateY(-2px);
}

  .hunt-button:focus-visible {
    outline: 3px solid var(--rh-hero-accent);
    outline-offset: 3px;
  }

  .hunt-button--outline {
    background: transparent;
    color: var(--rh-hero-btn-bg);
    border: 2px solid var(--rh-hero-btn-bg);
    box-shadow: none;
  }

  .hunt-button--outline:hover {
    background: var(--rh-hero-btn-bg);
    color: var(--rh-hero-btn-text);
  }

/* Use case END */

.deferred-media__poster{
  border-radius:16px;
}

.lh-text-bestseller h2 span {
    font-size: 24px;
    text-decoration: line-through;
    color:#444748;
}


/* Banner Style */
/* .rh-hero-banner__badge {
    font-weight: 400;
    padding: 6px 16px;
    font-size: 12px;
    line-height: 16px;
} */
/* .rh-hero-banner__content {
    gap: 32px;
} */
/* span.rh-hero-banner__price-badge {
    font-weight: 400;
} */
/* .rh-hero-banner__description p{
    font-size:18px;
} */

h1.rh-hero-banner__heading {
    font-size:64px;
    text-transform: uppercase;
    font-weight: 900;
}
/* .rh-hero-banner__inner {
    display: flex;
    align-items: center;
    padding: 0 64px;
} */

/* .rh-hero-banner__description p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.90);
    margin: 0;
} */
/* .rh-hero-banner__card {
    border-radius: 16px;
    width: 100%;
    max-width: 384px;
    gap: 24px;
} */
/* 
.rh-hero-banner__price {
    font-size: 36px;
    font-weight: 800;
    color: #151515;
    line-height: 40px;
} */

span.rh-hero-banner__price-badge {
    background: #FFCC00;
    color: #121212;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 4px 8px;
    border-radius: 4px;
}

/* .rh-hero-banner__checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
} */

/* .rh-hero-banner__checklist li {
    position: relative;
    padding-left: 0;
    font-size: 14px;
    color: #151515;
    line-height: 20px;
} */
/* 
 .rh-hero-banner__checklist li::before {
    width: 14px;
    height: 14px;
  } */

a.hunt-button.rh-hero-banner__button.rh-hero-banner__button--solid {
    padding: 16px 24px;
    line-height: 24px;
    text-align: center;
}

a.hunt-button.rh-hero-banner__button.rh-hero-banner__button--solid:active {
    transform: translateY(1px);
}
/* 
.rh-hero-banner__secure-text {
    text-align: center;
    font-size: 12px;
    color: #444748;
    margin: 0;
    line-height: 15px;
} */
section.rh-hero-banner.rh-hero-banner--full-width {
    height:900px;
}


/* 
.rh-hero-banner__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
} */


/* fade-to-section gradient pinned to the bottom of the bg image */
.rh-hero-banner__bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 128px;
    background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 100%);
    pointer-events: none;
}


/*  Feature Service (trust icon)   */

/* .rh-trust-icons {
    border-bottom: 1px solid rgb(18 18 18 / 08%);
} */
article.rh-trust-icons__card {
    gap: 0;
}
/* .rh-trust-icons__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* gap: 16px; */
    /* background-color: var(--rh-trust-card-bg); */
    /* border: 1px solid var(--rh-trust-card-border); */
    border-radius: var(--rh-trust-card-radius, 18px);
    padding: 32px 24px;
    height: 100%;
    /* box-shadow: 0 12px 40px #00000014; */
    transition: transform .3s ease,box-shadow .3s ease;
} */

.rh-trust-icons__grid--hover .rh-trust-icons__card:hover, .rh-trust-icons__grid--hover .rh-trust-icons__card:focus-within {
    transform: translateY(-4px);
    /* box-shadow: 0 18px 50px #0000001f; */
}


/*  Add  Css which commented  */

span.rh-trust-icons__icon {
    /* background-color: var(--rh-trust-card-bg);
    border: 1px solid var(--rh-trust-card-border);
    box-shadow: 0 12px 40px #00000014; */
    background-color:#F9F9F9;
    border: 1px solid #E2E2E2;
    box-shadow: 0 12px 40px #00000014;
    margin-bottom: 16px;
}
/* .rh-trust-icons__card-heading {
    font-size: 16px;
} */
p.rh-trust-icons__card-description {
    font-size: 14px;
    color: #444748;
}
/*  Add  Css which commented  */

/*  Feature Service (trust icon)   */



/* How it work */
h2.rh-how-it-works__heading.title.inline-richtext.h1 {
  line-height: 48px;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 700;
}
/* .rh-how-it-works__header {
  gap: 8px;
  margin: 0 auto 32px;
} */
img.rh-how-it-works__image {
  height: 175px;
}
/* .rh-how-it-works__step-description {
  color: #444749;
} */
/* .rh-how-it-works__body {
  gap: 8px;
} */
/* How it work */

/* Benefits section */

.rh-benefits-grid {
  --rh-bg-card-bg: transparent;
  --rh-bg-card-border: transparent;
  --rh-bg-card-radius: 0;
  --rh-bg-card-shadow: none;
  --rh-bg-card-padding: 0;
  --rh-bg-icon-size: 20px;
  --rh-bg-gap: 32px;
}
/* .rh-benefits-grid__card {
  border: none;
} */
/* .rh-benefits-grid__grid--hover .rh-benefits-grid__card:hover,
.rh-benefits-grid__grid--hover .rh-benefits-grid__card:focus-within {
  transform: none;
  box-shadow: none;
  padding: 0;
} */
/* .rh-benefits-grid__grid--icon-left .rh-benefits-grid__card {
  gap: 16px;
  align-items: flex-start;
  padding: 0;
} */
/* .rh-benefits-grid__grid--icon-left .rh-benefits-grid__icon {
  margin-top: 2px;
} */
/* .rh-benefits-grid__header {
  margin: 0 auto 32px;
  gap: 8px;
  max-width: 750px;
} */
/* .rh-benefits-grid__title {
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #121212;
} */
/* .rh-benefits-grid__card-description {
  line-height: 1.5;
  opacity: 0.55;
  max-width: none;
} */
/* .rh-benefits-grid__grid {
  gap: 48px 32px;
} */

/* Benefits section */


/* video-section   */

.color-scheme-1.gradient:has(.video-section ) {
    border: 1px solid rgb(18 18 18 / 08%);
    border-right: 0;
    border-left: 0;
}

.deferred-media__poster-button {
    height: 80px;
    width: 80px;
    background-color: #FFCC00;
}  
/* @media (min-width:992px) {
.video-section__poster,
.video-section__media iframe,
.video-section__media video {
    position: absolute;
    width: 864px;
    height: 480px;
    left: 0;
    top: 0;                     
    right: 0;
    margin: 0 auto;
}
} */

/* video-section   */


/* use_cases */
/* .rh-use-cases__card {
    border-radius: 16px;
    overflow: hidden;                  
    position: relative;
} */
/* .rh-use-cases__image-wrap {
    width: 100%;
    aspect-ratio: 3 / 4;                
    overflow: hidden;
} */
/* .rh-use-cases__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */
/* .rh-use-cases__content {
    padding: 14px 16px 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
} */
/* .rh-use-cases__card-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 8px;
} */
/* .rh-use-cases__card-description {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    opacity: 0.8;
    font-weight: 400;
} */

.rh-use-cases__image-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    background: linear-gradient(180deg, #0000 0%, #0000 50%, #000 100%);
    content: "";
    pointer-events: none;
    z-index: 0;
}


/* Review  CSS*/

article.rh-testimonials__card {
    gap: 16px;
    --rh-tm-card-bg: #f9f9f9;
    border: 1px solid #e2e2e2;
}
/* .rh-testimonials__review p {
    color: #121212;
} */
/* .rh-testimonials__footer {
    margin-top: 8px;
    gap: 12px;
} */
/* .rh-testimonials__avatar {
    width: 48px;
    height: 48px;
} */
/* .rh-testimonials__meta {
    gap: 0;
} */

span.rh-testimonials__star.rh-testimonials__star--filled {
    font-size: 25px;
}
section.rh-testimonials {
    border: 1px solid rgb(18 18 18 / 08%);
    border-right: 0;
    border-left: 0;
}

/* Additinal Review style */
/* .rh-testimonials__name {
  line-height: 24px;
} */
/* article.rh-testimonials__card {
  --rh-tm-card-bg: #f9f9f9;
  border: 1px solid #e2e2e2;
} */
/* .rh-testimonials__submeta {
  font-size: 12px;
  color: #444748;
  opacity: 1;
} */
/* .rh-testimonials__stars {
  gap: 0;
} */


/* rh-comparison-table */
/* .rh-comparison-table__header {
  margin: 0 auto 32px;
} */
/* .rh-comparison-table__table--sticky-header thead th {
  padding: 16px;
} */
/* .rh-comparison-table__table--card {
  border-radius: 16px;
} */
th.rh-comparison-table__feature-cell {
  padding: 16px;
  background: #f9f9f9;
}
/* .rh-comparison-table__table th,
.rh-comparison-table__table td {
  padding: 16px;
} */
td.rh-comparison-table__cell:not(.rh-comparison-table__cell--highlight) {
  font-weight: 400;
  background: #f9f9f9;
}
td.rh-comparison-table__cell.rh-comparison-table__cell--highlight {
  color: var(--rh-ct-heading);
}
/* th.rh-comparison-table__feature-cell {
  background: #f9f9f9;
} */

/* Remove commented css */


/* rh-comparison-table */






/* Replace CSS */

.rh-hero-banner__price {
    font-size: 36px;
    font-weight: 900;
    color: #151515;
    line-height: 40px;
}

.rh-how-it-works {
    background-color: var(--rh-hiw-bg);
    color: var(--rh-hiw-text);
    padding-top: var(--rh-hiw-pt);
    padding-bottom: var(--rh-hiw-pb);
    border-bottom: 1px solid rgb(18 18 18 / 08%);
}

.rh-how-it-works__description p {
  margin: 0;
  color: #444748;
}

.color-scheme-1.gradient:has(.video-section) {
  border: 1px solid rgb(18 18 18 / 08%);
  border-right: 0;
  border-left: 0;
  background: #f9f9f9;
}

.rh-use-cases__heading {
  margin: 0;
  text-transform: uppercase;
}


/* New Add */
span.rh-comparison-table__badge {
    display: none;
}
/* change on  line no 1891 */
.rh-image-bestseller img {
    border-radius: 0 16px 16px 0;
}

/*  change on line no 2188 */
.lh-text-bestseller h2 span {
    font-size: 24px;
    text-decoration: line-through;
    color: #444748;
    font-weight: 400;
    line-height: 28px;
}
a.hunt-button.rh-bestseller__button--primary.rh-bestseller__price-button {
    letter-spacing: 0;
}

a.hunt-button.rh-bestseller__button--primary.rh-bestseller__price-button {
    letter-spacing: 0;
    line-height: 28px;
    font-size: 20px;
}

.section-template--20063009865843__hunt_best_seller_tRf8kb-padding.gradient.color-scheme-1 {
    border: 1px solid rgb(18 18 18 / 08%);
    background: #f9f9f9 !important;
    border-left: 0;
    border-right: 0;
}

.collapsible-content__wrapper {
    background: #f9f9f9;
}


/* update in line no 1765 */
.rh-final-cta__price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 384px;
    margin-top: 16px;
    padding: 28px 32px;
    background-color: var(--rh-cta-price-box-bg);
    border: 1px solid var(--rh-cta-price-box-border);
    border-radius: 18px;
}

/* update in line no 1652 */
.rh-final-cta__content--align-center {
    align-items: center;
    text-align: center;
    gap: 0;
}

/* new add */
.rh-final-cta__description p{
    margin-top:0;
}