html .main-container, body .main-container {
    padding-top: 0;
}

.mob-only {
    display: none !important;
}

.stories-new-bg .stories-intro {
    padding: 50px 0;
}

.stories-new-bg {
    background-color: #8b6db0 !important;
}

.new-blog-bg {
    background-color: #DFD8C5;
}

.stories-new-bg h1,
.stories-new-bg .stories-intro-body {
    color: #DFD8C5 !important;
}

.flex-column {
    flex-direction: column;
}

.gap-30 {
    gap: 30px;
}

.stories-new-search {
    display: flex !important;
    flex-direction: row !important;
    padding-left: 0;
    padding-right: 0;
}

    .stories-new-search > div {
        flex: 1;
    }

    .stories-new-search .search-blog-post-input {
        width: 100% !important;
        background: #fff !important;
        color: #111827 !important;
    }

    .stories-new-search #search-blog-post,
    .stories-new-search .search-blog-post-filter .dropbtn {
        background: #fff !important;
    }

    .stories-new-search .search-blog-post-filter .dropbtn {
        color: rgb(53, 53, 53);
        text-align: left;
    }

        .stories-new-search .search-blog-post-filter .dropbtn img {
            position: absolute;
            right: 0;
            top: 0;
        }

    .stories-new-search .label-search-blog-post,
    .stories-new-search .search-blog-post-filter .dropdown,
    .stories-new-search .search-blog-post-filter .dropbtn {
        width: 100%;
    }

.new-stories-slider {
    margin: 0;
    background: #dfd8c5;
}

.new-recent,
.new-more-stories {
    margin: 0;
    background: #dfd8c5;
    padding: 50px 0;
}

.new-stories-slider .content-section {
    padding-top: 50px;
    padding-left: 30px;
}

.new-stories-slider .story-topic h2 {
    font-size: 14px !important;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
}

.new-stories-slider .story-topic {
    background-color: unset !important;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-direction: row;
    width: fit-content;
}

.story-contentV2 a.btn {
    background: transparent;
    color: #2f1512 !important;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
}

    .story-contentV2 a.btn:hover,
    .story-contentV2 a.btn:focus {
        background: transparent !important;
        border-bottom: 1px solid #2f1512;
        border-radius: 0;
    }

    .story-contentV2 a.btn::after {
        display: none;
    }

.new-recent .new-topic h3 {
    border-radius: 10px;
}

.more-blog-story-topic h3 {
    padding: 10px !important;
    border-radius: 10px;
}

.new-recent .new-topic h3,
.new-more-stories .more-blog-story-topic h3 {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.new-recent .new-topic,
.new-more-stories .more-blog-story-topic {
    background-color: unset;
    position: unset;
    width: fit-content;
    border-radius: 10px;
    margin: 20px 0;
    display: flex;
    gap: 10px;
    text-transform: uppercase;
}

.new-recent .recent-blog-story-a {
    width: 100%;
}

.new-recent .recent-stories {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px;
}

.new-recent .recent-stories,
.new-recent .recent-blog-story,
.new-more-stories .more-blog-story {
    max-height: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.new-recent .recent-blog-story-banner, .new-more-stories .more-blog-story-banner {
    border-radius: 10px;
    height: 216px !important;
    width: 100%;
}

.offers-rebates.button-2:hover,
.offers-rebates.button-2:focus {
    border-bottom: 1px solid #8b6db0;
    border-radius: 0;
}

.offers-rebates.button-2 {
    padding-top: 15px;
}

.more-blog-story:hover, .recent-blog-story:hover {
    transform: none !important;
    background-color: unset !important;
    padding: unset !important;
    transition: none !important;
}

.new-more-stories #more-blog-stories-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.new-more-stories .more-blog-story-topic {
    background: transparent;
    text-transform: uppercase;
}

    .new-more-stories .more-blog-story-topic h3 {
        color: #8B6DB0;
        padding: 0;
    }

.new-more-stories .load-more {
    text-align: center;
    margin: 50px 0 0;
}

.new-more-stories .more-blog-story-url, .new-recent .recent-blog-story-url {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
}

.btn-more {
    color: #2F1512;
    font-size: 32px;
    line-height: 36px;
    background: transparent;
    text-transform: none;
    letter-spacing: 0;
    border: 4px solid #5B2616;
    border-radius: 8px;
    padding: 5px 60px;
}

    .btn-more:hover {
        background-color: #5B2616 !important;
        border-color: #5B2616 !important;
        color: #dfd8c5;
    }

    .btn-more::after {
        background-color: #5B2616 !important;
    }

    .btn-more:hover #LearnMoreBtn {
        fill: #dfd8c5 !important;
    }

#LearnMoreBtn {
    height: 20px !important;
    width: 20px !important;
    fill: #2F1512 !important;
}

.new-more-stories .more-blog-story-content > p,
.new-recent .recent-blog-story-content > p {
    font-size: 18px !important;
    line-height: 24px !important;
}

.search-labels-block {
    display: flex;
    flex-direction: row;
    gap: 50px;
    background-color: #8b6db0 !important;
    padding: 0;
    margin-bottom: -15px;
}

    .search-labels-block > div {
        flex: 1;
        color: #DFD8C5;
    }

.stories-new-search #search-blog-post,
.stories-new-search .search-blog-post-filter .dropbtn {
    border-radius: 8px;
}

.new-no-more {
    padding: 0 0 50px 0 !important;
    margin-bottom: 0 !important;
    position: unset !important;
    background: #dfd8c5;
}

.overview-text.stories-overview-text {
    text-transform: none !important;
}

.stories-slider-nav-list {
    gap: 0 !important;
}

.new-stories-slider .banner-section,
.new-stories-slider .content-section {
    width: 50% !important;
}

.new-stories-slider .stories-slider {
    gap: 0;
}

.new-stories-slider .banner-section {
    margin-right: 0;
}

.new-stories-slider .primary-text > h2 {
    font-size: 40px;
    line-height: 44px;
}

.new-stories-slider .secondary-text > p {
    font-size: 18px;
    line-height: 22px;
}

.new-stories-slider .secondary-text {
    padding-bottom: 20px;
}

    .new-recent .recent-stories-title,
    .new-stories-slider .primary-text > h2,
    .new-stories-slider .secondary-text > p,
    .new-more-stories .more-blog-story-url,
    .new-recent .recent-blog-story-url,
    .new-more-stories .more-blog-story-content > p,
    .new-recent .recent-blog-story-content > p,
    .new-more-stories .more-stories-title {
        color: #2F1512;
    }

/* Media Queries*/
@media only screen and (min-device-width: 820px) and (max-device-width: 1023px) {
    .stories-new-bg .stories-intro {
        padding: 50px 0 !important;
    }

    .stories-new-search {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .new-stories-slider .content-section {
        padding-top: 15px !important;
    }

    .new-recent, .new-more-stories {
        margin: 50px 0 !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 819px) {
    .new-recent, .new-more-stories {
        margin: 25px 0 !important;
    }

        .new-more-stories .more-blog-story {
            min-width: 100% !important;
        }

        .new-recent .recent-stories {
            gap: 10px !important;
        }

    .stories-new-search {
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: 70px !important;
    }

    .new-stories-slider, .new-stories-slider .banner-section {
        height: unset !important;
    }

    .story-contentV2 a.btn {
        justify-content: unset !important;
    }

    .new-stories-slider .content-section {
        padding-top: 15px !important;
    }

    .stories-new-search .search-blog-post-filter .dropbtn img {
        height: 26px !important;
    }

    .dropbtn {
        width: 100% !important;
    }

    .load-more {
        width: 100% !important;
    }

        .load-more a {
            font-size: 32px !important;
        }
}

@media only screen and (max-device-width: 767px) {
    .stories-new-search {
        position: unset !important;
        height: unset !important;
        padding: 15px 0 !important;
        overflow: hidden !important;
        flex-direction: column !important;
        display: flex !important;
    }

    .story-contentV2 div,
    .story-contentV2 p,
    .story-contentV2 h2,
    .story-contentV2 > a {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .search-labels-block {
        display: none !important;
    }

    .stories-new-search .search-blog-post-filter .dropbtn img {
        transform: none !important;
        width: 43px;
        height: 43px;
    }

    .stories-new-search #search-input {
        background: #fff !important;
        border: 0 !important;
        border-radius: 10px;
    }

    .mob-only {
        display: block !important;
        margin: 5px 0;
    }

    .new-stories-slider .story-contentV2 {
        height: unset !important;
    }

    .story-contentV2 a.btn {
        text-align: left;
        margin-top: 10px;
    }

    .stories-slider-navigation-button {
        margin-top: 25px;
    }

    .new-stories-slider .banner-section, .new-stories-slider .content-section {
        width: 100% !important;
    }

    .new-stories-slider .content-section {
        padding: 0 !important;
        max-width: unset !important;
        border-bottom: none !important;
        background-color: inherit !important;
        border-radius: 0;
    }

    .new-recent, .new-more-stories {
        padding: 30px 0 !important;
        margin: 0 !important;
    }

        .new-recent .recent-blog-story-banner, .new-more-stories .more-blog-story-banner {
            height: 100% !important;
        }

        .new-recent .recent-stories, .new-recent .recent-blog-story, .new-more-stories .more-blog-story {
            border: none !important;
            background: inherit !important;
            border-radius: 0 !important;
        }

        .new-recent .new-topic, .new-more-stories .more-blog-story-topic {
            margin: 10px 0 !important;
        }

        .new-more-stories .more-blog-story-url {
            margin-top: -10px !important;
        }

        .new-more-stories .more-blog-story-topic h3 {
            padding-left: 0 !important;
        }

        .new-more-stories #more-blog-stories-container, .new-recent .recent-stories {
            gap: 50px !important;
        }

        .new-recent .recent-stories {
            grid-template-columns: none !important;
            gap: 50px !important;
            margin-top: 20px !important;
        }
}

/* blog more deatils page styles */

.heating-section {
    padding: 60px 20px 80px;
}

.author-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.author-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.author-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-weight: 700;
    font-size: 16px;
    color: #5B2616;
}

.author-role {
    font-size: 14px;
    color: #5B2616;
}

.author-date {
    font-size: 13px;
    color: #8B6DB0;
    font-weight: 700;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.divider {
    margin: 24px 0 36px;
    border: none;
    border-top: 1px solid #2F1512;
}

.bg-content-bg {
    padding: 20px 0;
}

    .bg-content-bg h2 {
        font-size: 36px;
        color: #8B6DB0;
        margin-bottom: 18px;
        line-height: 1.2;
        font-weight: 900;
    }

    .bg-content-bg h3 {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 18px;
        color: #2F1512;
    }

    .bg-content-bg p {
        font-size: 18px;
        line-height: 24px;
        color: #4a3a35;
        padding-bottom: 20px;
    }

.card-grid {
    margin: 40px 60px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    cursor: pointer;
}

.info-card {
    background: transparent;
    border: 2px solid #6b4f3b;
    border-radius: 12px;
    padding: 26px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .info-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    }

.card-icon {
    font-size: 22px;
    margin-bottom: 12px;
}

.info-card h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #2F1512;
}

.info-card p {
    font-size: 18px;
    line-height: 22px;
    color: #2F1512;
}

@media (max-width: 991px) {
    .card-grid {
        margin: 0;
    }

    .bg-content-bg h2 {
        font-size: 34px;
    }

    .bg-content-bg h3 {
        font-size: 28px;
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .card-grid {
        display: block;
    }

    .bg-content-bg h2 {
        font-size: 30px;
    }

    .bg-content-bg h3 {
        font-size: 26px;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .info-card {
        padding: 20px;
        margin-bottom: 20px;
    }
}

:root {
    --bg: #ece7d8;
    --text: #2b1d1a;
    --muted: #6a5c55;
    --muted-2: #8a7f79;
    --purple: #7b61b8;
    --card-bg: #fffdf8;
    --card-border: #eadfcd;
    --row-border: #e8dccb;
    --radius-lg: 18px;
    --radius-md: 14px;
    --shadow: 0 10px 24px rgba(0,0,0,.08);
}

.section--upgrade p {
    padding-bottom: 30px;
}

.section--upgrade {
    padding: 70px 0px 40px;
}

.section--incentives {
    padding-top: 60px;
    padding-bottom: 60px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-title--purple {
    color: var(--purple);
    font-size: 34px;
}

.lede {
    max-width: 920px;
    color: var(--muted);
    font-size: 15px;
    margin-bottom: 24px;
}

.subhead {
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0 14px;
}

.copy {
    max-width: 920px;
    color: #4a3a35;
    font-size: 15px;
    margin-bottom: 16px;
}

.rte-content .list {
    margin: 10px 0 0 20px;
    color: #4a3a35;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    gap: 0;
}

.list li {
    margin: 6px 0;
}

.comparison-card {
    border: 1px solid #8B6DB0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.comparison-card__header {
    display: flex;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid var(--row-border);
}

.comparison-card__title {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
}

.comparison-card__table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .comparison-table thead th {
        position: sticky;
        top: 0;
        background: #C1B0D4;
        color: #2F1512;
        text-align: left;
        font-weight: 700;
        padding: 12px 14px;
        font-size: 18px;
        line-height: 28px;
    }

    .comparison-table thead .col--feature {
        background: transparent;
        color: transparent;
        border-right: none;
    }

    .comparison-table th.feature {
        width: 28%;
        font-weight: 700;
        color: var(--text);
        padding: 14px;
        border-bottom: 1px solid #2F1512;
        vertical-align: top;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }

    .comparison-table td {
        width: 24%;
        padding: 14px;
        color: #4a3a35;
        border-bottom: 1px solid #2F1512;
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
    }

    .comparison-table tbody tr:last-child th,
    .comparison-table tbody tr:last-child td {
        border-bottom: none;
    }

.footnote {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .section-title--purple {
        font-size: 28px;
    }

    .subhead {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .comparison-table,
    .comparison-table thead,
    .comparison-table tbody,
    .comparison-table th,
    .comparison-table td,
    .comparison-table tr {
        width: unset;
    }

    .comparison-card__header {
        border-bottom: 0;
    }

    .comparison-table tr {
        border-top: 1px solid var(--row-border);
        padding: 10px 0 4px;
    }

    .comparison-table td::before {
        content: attr(data-col);
        position: absolute;
        left: 16px;
        top: 10px;
        width: 110px;
        color: var(--muted);
        font-weight: 700;
        font-size: 13px;
    }

    .footnote {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 575px) {
    .section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .author-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .section-title--purple {
        font-size: 24px;
    }

    .subhead {
        font-size: 18px;
    }

    .copy, .list, .lede {
        font-size: 14px;
    }
}

.blog-page .overline {
    padding: 5px 7px;
    border-radius: 8px;
}

.blog-page h1 {
    color: #FDB71B;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

    .pagination a,
    .pagination span {
        display: inline-block;
        margin: 0 4px;
        padding: 6px 10px;
        border-radius: 4px;
        border: none;
        color: #5B2616;
        text-decoration: none;
        min-width: 28px;
        text-align: center;
        background: transparent;
        font-weight: 700;
        font-family: Neue Haas Grotesk Display Std;
        font-size: 24px;
        line-height: 32px;
    }


        .pagination span.current {
            background-color: #f0c060;
            border-color: #f0c060;
            font-weight: bold;
            color: #000;
        }

        .pagination a:hover {
            background-color: #f0c060;
            border-color: #f0c060;
            color: #5B2616;
            font-weight: 900;
        }

    .pagination span {
        user-select: none;
    }

.faq-title {
    margin-top: 10px;
    margin-bottom: 30px;
}

.faq-item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.faq-question {
    margin-top: 15px;
    margin-bottom: 15px;
}