.elementor-3386 .elementor-element.elementor-element-9d28420{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a662c1c */<style>
  .rp-telehub {
    --rp-green: #315c56;
    --rp-green-dark: #29433e;
    --rp-navy: #28304f;
    --rp-text: #4b535f;
    --rp-soft: #f6f8f7;
    --rp-soft-green: #eef5f2;
    --rp-white: #ffffff;
    --rp-border: #dfe7e4;
    --rp-border-green: #cfe0dc;
    --rp-gold: #d7bd83;
    --rp-danger: #8e3037;
    --rp-shadow: 0 12px 30px rgba(40, 48, 79, 0.06);
    --rp-image-shadow: 0 18px 45px rgba(40, 48, 79, 0.14);

    width: 100%;
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-telehub *,
  .rp-telehub *::before,
  .rp-telehub *::after {
    box-sizing: border-box;
  }

  .rp-telehub img {
    display: block;
    max-width: 100%;
  }

  .rp-telehub__section {
    width: 100%;
    min-height: 0;
    padding: 68px 0;
    background: var(--rp-white);
  }

  .rp-telehub__section--hero {
    padding: 76px 0 66px;
    background: var(--rp-soft);
  }

  .rp-telehub__section--soft {
    background: var(--rp-soft);
  }

  .rp-telehub__section--crisis {
    padding: 24px 0;
    border-top: 1px solid #d7e5e1;
    border-bottom: 1px solid #d7e5e1;
    background: var(--rp-soft-green);
  }

  .rp-telehub__wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 22px;
  }

  .rp-telehub__narrow {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
  }

  .rp-telehub__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 44px;
    align-items: center;
  }

  .rp-telehub__grid--reverse .rp-telehub__media {
    order: 1;
  }

  .rp-telehub__grid--reverse .rp-telehub__content {
    order: 2;
  }

  .rp-telehub__content,
  .rp-telehub__media {
    width: 100%;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .rp-telehub__content:empty,
  .rp-telehub__media:empty {
    display: none;
  }

  .rp-telehub__kicker {
    display: block;
    margin: 0 0 14px;
    color: var(--rp-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .rp-telehub h1,
  .rp-telehub h2,
  .rp-telehub h3,
  .rp-telehub h4 {
    color: var(--rp-navy);
    font-family: inherit;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
  }

  .rp-telehub h1 {
    margin: 0 0 18px;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.1;
  }

  .rp-telehub h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
  }

  .rp-telehub h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.25;
  }

  .rp-telehub h4 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.3;
  }

  .rp-telehub p,
  .rp-telehub li {
    color: var(--rp-text);
    font-family: inherit;
    font-size: 18px;
    line-height: 1.7;
  }

  .rp-telehub p {
    margin: 0 0 20px;
  }

  .rp-telehub p:last-child {
    margin-bottom: 0;
  }

  .rp-telehub__lead {
    color: var(--rp-text);
    font-size: 18px;
    line-height: 1.7;
  }

  .rp-telehub p a,
  .rp-telehub li a,
  .rp-telehub__faq-answer a {
    color: var(--rp-green) !important;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-telehub p a:hover,
  .rp-telehub li a:hover,
  .rp-telehub__faq-answer a:hover {
    color: var(--rp-navy) !important;
  }

  .rp-telehub__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 26px;
    object-fit: cover;
    box-shadow: var(--rp-image-shadow);
  }

  .rp-telehub__image-link {
    display: block;
    overflow: hidden;
    border-radius: 26px;
    text-decoration: none !important;
  }

  .rp-telehub__image-link .rp-telehub__image {
    transition: transform 0.2s ease;
  }

  .rp-telehub__image-link:hover .rp-telehub__image {
    transform: translateY(-2px);
  }

  .rp-telehub__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 0;
    margin-top: 28px;
  }

  .rp-telehub__btn {
    display: inline-flex !important;
    min-height: 50px;
    padding: 14px 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;
  }

  .rp-telehub__btn:hover {
    transform: translateY(-2px);
  }

  .rp-telehub__btn--primary {
    border-color: var(--rp-green) !important;
    background: var(--rp-green) !important;
    color: var(--rp-white) !important;
  }

  .rp-telehub__btn--primary:hover {
    border-color: var(--rp-green-dark) !important;
    background: var(--rp-green-dark) !important;
    color: var(--rp-white) !important;
  }

  .rp-telehub__btn--secondary {
    border-color: var(--rp-border-green) !important;
    background: var(--rp-white) !important;
    color: var(--rp-green) !important;
  }

  .rp-telehub__btn--secondary:hover {
    border-color: var(--rp-green) !important;
    background: var(--rp-green) !important;
    color: var(--rp-white) !important;
  }

  .rp-telehub__btns--center {
    justify-content: center;
  }

  .rp-telehub__section-heading {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 38px;
    text-align: center;
  }

  .rp-telehub__section-heading p {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }

  .rp-telehub__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .rp-telehub__cards--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rp-telehub__cards--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rp-telehub__card {
    overflow: hidden;
    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    border: 1px solid var(--rp-border);
    border-radius: 24px;
    background: var(--rp-white);
    color: var(--rp-text) !important;
    box-shadow: var(--rp-shadow);
    transition:
      transform 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  .rp-telehub__card:hover {
    transform: translateY(-3px);
    border-color: var(--rp-border-green);
    box-shadow: 0 16px 34px rgba(40, 48, 79, 0.1);
  }

  .rp-telehub__card--link {
    text-decoration: none !important;
  }

  .rp-telehub__card-img {
    width: 100%;
    height: 210px;
    border-radius: 24px 24px 0 0;
    object-fit: cover;
  }

  .rp-telehub__card-body {
    display: flex;
    padding: 30px;
    flex-grow: 1;
    flex-direction: column;
  }

  .rp-telehub__card h3 {
    color: var(--rp-navy);
  }

  .rp-telehub__card p {
    color: var(--rp-text);
  }

  .rp-telehub__card-action {
    display: inline-block;
    margin-top: auto;
    padding-top: 14px;
    color: var(--rp-green);
    font-size: 15px;
    font-weight: 800;
  }

  .rp-telehub__card--link:hover .rp-telehub__card-action {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .rp-telehub__condition-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 30px;
  }

  .rp-telehub__condition-link {
    position: relative;
    display: flex;
    min-height: 68px;
    padding: 15px 18px 15px 50px;
    align-items: center;
    border: 1px solid var(--rp-border);
    border-radius: 18px;
    background: var(--rp-white);
    color: var(--rp-green) !important;
    font-size: 16px;
    font-weight: 800 !important;
    line-height: 1.4;
    text-decoration: none !important;
    box-shadow: var(--rp-shadow);
    transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;
  }

  .rp-telehub__condition-link::before {
    content: "✓";
    position: absolute;
    left: 17px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rp-soft-green);
    color: var(--rp-green);
    font-size: 14px;
    font-weight: 800;
  }

  .rp-telehub__condition-link:hover {
    transform: translateY(-2px);
    border-color: var(--rp-green);
    background: var(--rp-green);
    color: var(--rp-white) !important;
  }

  .rp-telehub__condition-link:hover::before {
    background: var(--rp-white);
    color: var(--rp-green);
  }

  .rp-telehub__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .rp-telehub__step {
    display: flex;
    height: 100%;
    padding: 30px;
    flex-direction: column;
    border: 1px solid var(--rp-border);
    border-radius: 24px;
    background: var(--rp-white);
    box-shadow: var(--rp-shadow);
  }

  .rp-telehub__step-number {
    display: inline-flex;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rp-soft-green);
    color: var(--rp-green);
    font-size: 17px;
    font-weight: 800;
  }

  .rp-telehub__step-links {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
  }

  .rp-telehub__small-link {
    display: flex !important;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rp-border-green);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-green) !important;
    font-size: 14px;
    font-weight: 800 !important;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;
  }

  .rp-telehub__small-link:hover {
    transform: translateY(-2px);
    border-color: var(--rp-green);
    background: var(--rp-green);
    color: var(--rp-white) !important;
  }

  .rp-telehub__list {
    margin: 18px 0 0;
    padding-left: 23px;
  }

  .rp-telehub__list li {
    margin-bottom: 10px;
  }

  .rp-telehub__notice {
    margin-top: 28px;
    padding: 24px;
    border: 1px solid var(--rp-border);
    border-radius: 20px;
    background: var(--rp-soft-green);
  }

  .rp-telehub__notice p {
    color: var(--rp-green-dark);
  }

  .rp-telehub__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-telehub__badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border-green);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-green);
    font-size: 14px;
    font-weight: 800;
  }

  .rp-telehub__crisis-text {
    color: var(--rp-green-dark);
    margin: 0;
    line-height: 1.6;
    text-align: center;
  }

  .rp-telehub__crisis-text a {
    color: var(--rp-green) !important;
    font-weight: 800;
  }

  .rp-telehub__faq-list {
    display: grid;
    gap: 16px;
    width: 100%;
    max-width: 940px;
    margin: 32px auto 0;
  }

  .rp-telehub__faq-item {
    overflow: hidden;
    width: 100%;
    border: 1px solid var(--rp-border);
    border-radius: 20px;
    background: var(--rp-white);
    box-shadow: var(--rp-shadow);
  }

  .rp-telehub__faq-item:hover,
  .rp-telehub__faq-item[open] {
    border-color: var(--rp-border-green);
    box-shadow: 0 14px 30px rgba(40, 48, 79, 0.09);
  }

  .rp-telehub__faq-question {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 70px;
    padding: 20px 68px 20px 22px;
    align-items: center;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
  }

  .rp-telehub__faq-question::-webkit-details-marker {
    display: none;
  }

  .rp-telehub__faq-question::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rp-soft-green);
    color: var(--rp-green);
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
  }

  .rp-telehub__faq-item[open] .rp-telehub__faq-question {
    background: var(--rp-soft-green);
  }

  .rp-telehub__faq-item[open] .rp-telehub__faq-question::after {
    content: "−";
    background: var(--rp-green);
    color: var(--rp-white);
  }

  .rp-telehub__faq-answer {
    padding: 22px;
    border-top: 1px solid var(--rp-border);
    background: var(--rp-white);
  }

  .rp-telehub__resources {
    width: 100%;
    max-width: 940px;
    margin: 34px auto 0;
    padding: 30px;
    border: 1px solid var(--rp-border);
    border-radius: 24px;
    background: var(--rp-soft);
  }

  .rp-telehub__resources h3 {
    margin-bottom: 20px;
  }

  .rp-telehub__resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .rp-telehub__resource-link {
    display: flex !important;
    width: 100%;
    min-height: 54px;
    padding: 13px 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rp-border-green);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-green) !important;
    font-size: 15px;
    font-weight: 800 !important;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    pointer-events: auto;
    transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;
  }

  .rp-telehub__resource-link:hover {
    transform: translateY(-2px);
    border-color: var(--rp-green);
    background: var(--rp-green);
    color: var(--rp-white) !important;
  }

  .rp-telehub__cta {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 44px;
    border-radius: 28px;
    background: var(--rp-navy);
    color: var(--rp-white);
    text-align: center;
  }

  .rp-telehub__cta h2,
  .rp-telehub__cta p {
    color: var(--rp-white);
  }

  .rp-telehub__cta p {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }

  .rp-telehub__cta .rp-telehub__btns {
    justify-content: center;
  }

  .rp-telehub__cta .rp-telehub__btn--secondary {
    border-color: var(--rp-white) !important;
    background: transparent !important;
    color: var(--rp-white) !important;
  }

  .rp-telehub__cta .rp-telehub__btn--secondary:hover {
    background: var(--rp-white) !important;
    color: var(--rp-navy) !important;
  }

  .rp-telehub__disclaimer {
    padding: 30px;
    border: 1px solid var(--rp-border);
    border-radius: 24px;
    background: var(--rp-soft);
  }

  .rp-telehub__disclaimer h2 {
    font-size: clamp(27px, 3vw, 36px);
  }

  .rp-telehub a:focus-visible,
  .rp-telehub summary:focus-visible {
    outline: 3px solid var(--rp-gold);
    outline-offset: 3px;
  }

  @media (max-width: 1000px) {
    .rp-telehub__cards--four,
    .rp-telehub__condition-grid,
    .rp-telehub__resource-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 820px) {
    .rp-telehub__section {
      padding: 52px 0;
    }

    .rp-telehub__section--hero {
      padding: 54px 0 46px;
    }

    .rp-telehub__grid,
    .rp-telehub__grid--reverse {
      grid-template-columns: 1fr;
      gap: 30px;
      align-items: start;
    }

    .rp-telehub__grid .rp-telehub__content,
    .rp-telehub__grid--reverse .rp-telehub__content {
      order: 1;
    }

    .rp-telehub__grid .rp-telehub__media,
    .rp-telehub__grid--reverse .rp-telehub__media {
      order: 2;
      max-width: 620px;
      margin: 0 auto;
    }

    .rp-telehub__cards,
    .rp-telehub__cards--two,
    .rp-telehub__cards--four,
    .rp-telehub__steps {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 580px) {
    .rp-telehub__wrap {
      padding-right: 18px;
      padding-left: 18px;
    }

    .rp-telehub h1 {
      font-size: 36px;
      line-height: 1.12;
    }

    .rp-telehub h2 {
      font-size: 30px;
      line-height: 1.15;
    }

    .rp-telehub h3 {
      font-size: 22px;
    }

    .rp-telehub p,
    .rp-telehub li {
      font-size: 17px;
      line-height: 1.68;
    }

    .rp-telehub__grid,
    .rp-telehub__grid--reverse {
      gap: 24px;
    }

    .rp-telehub__btns {
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
      gap: 12px;
    }

    .rp-telehub__btn {
      width: 100%;
      min-height: 52px;
    }

    .rp-telehub__condition-grid,
    .rp-telehub__resource-grid {
      grid-template-columns: 1fr;
    }

    .rp-telehub__card-body,
    .rp-telehub__step,
    .rp-telehub__resources,
    .rp-telehub__disclaimer {
      padding: 24px;
    }

    .rp-telehub__card-img {
      height: auto;
      min-height: 200px;
    }

    .rp-telehub__cta {
      padding: 32px 22px;
    }

    .rp-telehub__faq-question {
      min-height: 64px;
      padding: 17px 58px 17px 17px;
      font-size: 17px;
    }

    .rp-telehub__faq-question::after {
      right: 16px;
      width: 30px;
      height: 30px;
      font-size: 21px;
    }

    .rp-telehub__faq-answer {
      padding: 18px 17px;
    }
  }

  @supports .elementor-3386 .elementor-element.elementor-element-a662c1c(.elementor-element:has(.rp-telehub)) {
    .elementor-element:has(
      > .elementor-widget-container
      > .rp-telehub
    ) {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      min-height: 0 !important;
    }

    .elementor-widget-container:has(> .rp-telehub) {
      min-height: 0 !important;
      height: auto !important;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3173f60 */<style>
  .rp-tele-page {
    --rp-navy: #17324d;
    --rp-blue: #315f7d;
    --rp-gold: #c79b62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5d6c78;
    --rp-border: #dce4e9;
    --rp-shadow: 0 14px 34px rgba(23, 50, 77, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-tele-page *,
  .rp-tele-page *::before,
  .rp-tele-page *::after {
    box-sizing: border-box;
  }

  .rp-tele-section {
    padding: 76px 24px;
  }

  .rp-tele-section--cream {
    background: var(--rp-cream);
  }

  .rp-tele-section--light {
    background: var(--rp-light);
  }

  .rp-tele-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-tele-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-tele-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: 56px;
  }

  .rp-tele-grid--reverse .rp-tele-content {
    order: 2;
  }

  .rp-tele-grid--reverse .rp-tele-media {
    order: 1;
  }

  .rp-tele-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .rp-tele-section--dark .rp-tele-eyebrow {
    color: #efd2a7;
  }

  .rp-tele-page h1,
  .rp-tele-page h2,
  .rp-tele-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.18;
  }

  .rp-tele-page h1 {
    margin-bottom: 22px;
    font-size: clamp(38px, 5vw, 62px);
  }

  .rp-tele-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-tele-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-tele-section--dark h1,
  .rp-tele-section--dark h2,
  .rp-tele-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-tele-page p,
  .rp-tele-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-tele-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-tele-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-tele-lead {
    max-width: 760px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-tele-section--dark .rp-tele-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-tele-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-tele-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease;
  }

  .rp-tele-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(23, 50, 77, 0.16);
  }

  .rp-tele-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-tele-button--primary:hover {
    background: #10283d;
  }

  .rp-tele-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-tele-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-tele-section--dark .rp-tele-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-tele-section--dark .rp-tele-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-tele-section--dark .rp-tele-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-tele-image {
    display: block;
    width: 100%;
    min-height: 390px;
    max-height: 540px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-tele-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 38px;
  }

  .rp-tele-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(23, 50, 77, 0.07);
  }

  .rp-tele-card p:last-child {
    margin-bottom: 0;
  }

  .rp-tele-card-link {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
  }

  .rp-tele-condition-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .rp-tele-condition-links a {
    display: inline-flex;
    padding: 10px 16px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-weight: 700;
    text-decoration: none;
  }

  .rp-tele-condition-links a:hover {
    border-color: var(--rp-navy);
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-tele-steps {
    counter-reset: rp-tele-step;
    display: grid;
    gap: 22px;
    margin-top: 30px;
  }

  .rp-tele-step {
    position: relative;
    padding: 25px 26px 25px 78px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
  }

  .rp-tele-step::before {
    counter-increment: rp-tele-step;
    content: counter(rp-tele-step);
    position: absolute;
    top: 23px;
    left: 24px;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rp-navy);
    color: var(--rp-white);
    font-weight: 700;
  }

  .rp-tele-step h3 {
    margin-bottom: 7px;
    font-size: 21px;
  }

  .rp-tele-step p {
    margin-bottom: 0;
  }

  .rp-tele-state-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 36px;
  }

  .rp-tele-state-card {
    overflow: hidden;
    border: 1px solid var(--rp-border);
    border-radius: 16px;
    background: var(--rp-white);
    box-shadow: var(--rp-shadow);
  }

  .rp-tele-state-card img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  .rp-tele-state-content {
    padding: 32px;
  }

  .rp-tele-state-content h3 {
    font-size: 28px;
  }

  .rp-tele-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-tele-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-tele-faq summary {
    position: relative;
    padding: 21px 52px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-tele-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-tele-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-tele-faq details[open] summary::after {
    content: "−";
  }

  .rp-tele-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-tele-faq-answer p:last-child {
    margin-bottom: 0;
  }

  .rp-tele-center {
    text-align: center;
  }

  .rp-tele-center .rp-tele-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-tele-center .rp-tele-buttons {
    justify-content: center;
  }

  @media (max-width: 900px) {
    .rp-tele-section {
      padding: 60px 20px;
    }

    .rp-tele-grid,
    .rp-tele-state-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-tele-grid--reverse .rp-tele-content,
    .rp-tele-grid--reverse .rp-tele-media {
      order: initial;
    }

    .rp-tele-cards {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-tele-image {
      min-height: 340px;
    }
  }

  @media (max-width: 620px) {
    .rp-tele-section {
      padding: 48px 18px;
    }

    .rp-tele-cards {
      grid-template-columns: 1fr;
    }

    .rp-tele-buttons {
      flex-direction: column;
    }

    .rp-tele-button {
      width: 100%;
    }

    .rp-tele-step {
      padding: 72px 22px 23px;
    }

    .rp-tele-step::before {
      top: 21px;
      left: 22px;
    }

    .rp-tele-image {
      min-height: 280px;
    }

    .rp-tele-state-card img {
      height: 200px;
    }
  }
</style>/* End custom CSS */