@import url(https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;500;600&display=swap);

:root {
    scroll-behavior: smooth;
}

body.stellar-rental-plans--dialog-open {
    overflow: hidden;
}

.stellar-rental-plans {
    --stellar-stage-width: 1320px;
    --stellar-rental-plans-bg: #1e1e1e;
    --stellar-rental-plans-surface: rgba(20, 24, 32, .88);
    --stellar-rental-plans-highlight: #20b7e6;
    --stellar-rental-plans-highlight-soft: rgba(32, 183, 230, .2);
    --stellar-rental-plans-accent: #00b9f2;
    --stellar-rental-plans-alert: #ff5c5c;
    --stellar-rental-plans-alert-soft: rgba(255, 92, 92, .16);
    --stellar-rental-plans-text: #f4f8ff;
    --stellar-rental-plans-muted: #b0bccd;
    --stellar-rental-plans-border: hsla(0, 0%, 100%, .08);
    --stellar-rental-plans-shadow: none;
    --stellar-rental-plans-pad-x: 0;
    background: var(--stellar-rental-plans-bg);
    border-radius: 55px;
    box-shadow: var(--stellar-rental-plans-shadow);
    box-sizing: border-box;
    color: var(--stellar-rental-plans-text);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow-x: hidden !important;
    overflow-y: visible;
    padding: clamp(32px, 5vw, 56px) var(--stellar-rental-plans-pad-x);
    position: relative;
    width: min(var(--stellar-stage-width), 100%);
}

.stellar-rental-plans__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.stellar-rental-plans__intro {
    background: linear-gradient(90deg, #1f1f1f, #303030) padding-box, linear-gradient(90deg, hsla(0, 0%, 92%, 0), hsla(0, 0%, 92%, .85)) border-box;
    border: 2px solid transparent;
    border-radius: 55px;
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: clamp(18px, 3vw, 24px) clamp(24px, 4vw, 48px);
    width: 100%;
    word-wrap: break-word;
}

@media(max-width:765px) {
    .stellar-rental-plans__intro {
        display: none;
    }
}

.stellar-rental-plans__intro-text {
    color: var(--stellar-rental-plans-text);
    font-size: clamp(16px, 2vw, 18px) !important;
}

.stellar-rental-plans__hero {
    display: flex;
    position: relative;
}

@media(max-width:1024px) {
    .stellar-rental-plans__hero {
        flex-direction: column;
    }
}

.stellar-rental-plans__hero:before {
    background: #303030;
    border-radius: 55px;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 55%;
    z-index: 0;
}

@media(max-width:1024px) {
    .stellar-rental-plans__hero:before {
        display: none;
    }
}

.stellar-rental-plans__image {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    position: relative;
}

.stellar-rental-plans__image img {
    border-radius: 42px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media(max-width:1024px) {
    .stellar-rental-plans__image img {
        display: none;
    }
}

.stellar-rental-plans__image-headline,
.stellar-rental-plans__image-subheadline {
    display: block;
    font-family: Anton;
    font-size: clamp(28px, 6vw, 70px) !important;
    line-height: 1.2;
}

@media(max-width:1024px) {

    .stellar-rental-plans__image-headline,
    .stellar-rental-plans__image-subheadline {
        margin-left: auto;
        margin-right: auto;
    }
}

.stellar-rental-plans__image-headline {
    color: #fff;
    white-space: nowrap;
}

.stellar-rental-plans__image-subheadline {
    color: var(--stellar-rental-plans-highlight);
}

@media(max-width:1024px) {
    .stellar-rental-plans__image-text {
        align-self: center;
        max-width: 100%;
        text-align: center;
        display: flex;
        gap: 10px;
    }
}

.stellar-rental-plans__cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 100%;
    position: relative;
}

@media(max-width:768px) {
    .stellar-rental-plans__cards {
        justify-content: start;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
    }

    .stellar-rental-plans__cards::-webkit-scrollbar {
        display: none;
    }
}

.stellar-rental-plans__card {
    background: #fff;
    border: 5px solid transparent;
    border-bottom: none;
    border-radius: 55px;
    box-shadow: none;
    color: #1f1f1f;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    max-width: 400px;
    padding: 20px;
    position: relative;
    width: 100%;
    --stellar-rental-card-divider: rgba(16, 19, 28, .12);
    --stellar-rental-card-link: var(--stellar-rental-plans-highlight);
}

@media(max-width:768px) {
    .stellar-rental-plans__card {
        flex: 0 0 85%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
}

.stellar-rental-plans__card.is-highlight {
    background: #303030;
    border: 5px solid var(--stellar-rental-plans-highlight);
    color: #fff;
    --stellar-rental-card-divider: hsla(0, 0%, 100%, .16);
    --stellar-rental-card-link: hsla(0, 0%, 100%, .85);
}

.stellar-rental-plans__card.is-highlight .stellar-rental-plans__card-section+.stellar-rental-plans__card-section {
    border-top-color: hsla(0, 0%, 100%, .22);
}

.stellar-rental-plans__card.is-highlight .stellar-rental-plans__card-features,
.stellar-rental-plans__card.is-highlight .stellar-rental-plans__card-includes-label,
.stellar-rental-plans__card.is-highlight .stellar-rental-plans__card-summary {
    color: #fff;
}

.stellar-rental-plans__card.is-highlight .stellar-rental-plans__card-features li:before {
    background: no-repeat 50%/contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOUw0LjIzMzA5IDExLjQyNDhDNC42NjE3OCAxMS43NDYzIDUuMjY3NzIgMTEuNjcyOCA1LjYwNzA1IDExLjI1ODFMMTQgMSIgc3Ryb2tlPSIjMDBCOUYyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.stellar-rental-plans__card.is-highlight .stellar-rental-plans__card-show-more a[href] {
    color: #fff;
}

.stellar-rental-plans__card:not(.is-highlight) {
    background: #fff;
    color: #10131c;
    grid-column: 2;
}

.stellar-rental-plans__card:not(.is-highlight) .stellar-rental-plans__card-show-more a[href] {
    color: #1f1f1f;
}

.stellar-rental-plans__card a {
    color: inherit;
}

.stellar-rental-plans__card a[href] {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.stellar-rental-plans__card a[href]:focus,
.stellar-rental-plans__card a[href]:hover {
    text-decoration: underline;
}

.stellar-rental-plans__card-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stellar-rental-plans__card-section+.stellar-rental-plans__card-section {
    border-top: 1px solid var(--stellar-rental-card-divider);
    padding-top: clamp(16px, 2.6vw, 22px) !important;
}

.stellar-rental-plans__card-button {
    display: flex;
}

.stellar-rental-plans__card-button .stellar-rental-plans__action {
    width: 100%;
}

.stellar-rental-plans__card-includes-label {
    color: rgba(31, 31, 31, .6);
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.stellar-rental-plans__card-title {
    font-size: clamp(28px, 3.4vw, 34px) !important;
    letter-spacing: -.01em;
    margin: 0 0 clamp(0px, .4vw, 4px);
}

.stellar-rental-plans__card-price,
.stellar-rental-plans__card-title {
    color: currentColor;
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    font-weight: 500;
}

.stellar-rental-plans__card-price {
    align-items: baseline;
    display: inline-flex;
    flex-wrap: wrap;
    gap: clamp(6px, 1vw, 12px);
    margin: 0;
}

.stellar-rental-plans__card-price-prefix {
    color: currentColor;
    font-size: clamp(20px, 2.6vw, 34px) !important;
}

.stellar-rental-plans__card-price-value {
    color: currentColor;
    font-size: clamp(36px, 5vw, 55px) !important;
    font-weight: 500;
    line-height: 1;
}

.stellar-rental-plans__card-price-suffix {
    color: #7e7e7e;
    font-size: clamp(14px, 2vw, 21px) !important;
    font-weight: 500;
    line-height: 1.2;
}

.stellar-rental-plans__card-summary {
    color: #1f1f1f;
    font-family: Poppins;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.stellar-rental-plans__card-features {
    color: #1f1f1f;
    display: grid;
    font-size: 16px;
    gap: 15px;
    line-height: 1.6;
    list-style: none;
    padding-left: 10px;
}

.stellar-rental-plans__card-features li {
    padding-left: 38px;
    position: relative;
    font-size: 13px !important;
}

.stellar-rental-plans__card-features li:before {
    background: no-repeat 50%/contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOUw0LjIzMzA5IDExLjQyNDhDNC42NjE3OCAxMS43NDYzIDUuMjY3NzIgMTEuNjcyOCA1LjYwNzA1IDExLjI1ODFMMTQgMSIgc3Ryb2tlPSIjMDBCOUYyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.stellar-rental-plans__card-show-more {
    margin-top: clamp(12px, 2vw, 18px) !important;
}

.stellar-rental-plans__card-show-more a {
    align-items: center;
    color: #1f1f1f;
    display: inline-flex;
    font-size: 13px !important;
    font-style: italic;
    font-weight: 600;
    gap: 6px;
    text-decoration: none;
}

.stellar-rental-plans__card-show-more a:focus,
.stellar-rental-plans__card-show-more a:hover {
    text-decoration: underline;
}

.stellar-rental-plans__action {
    align-items: center;
    background: linear-gradient(140deg, #11151d, #0c0f16);
    border: 1px solid rgba(20, 24, 35, .65);
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    display: flex;
    font-size: 13px !important;
    font-weight: 600;
    justify-content: center;
    line-height: 1.1;
    padding: 10px 20px;
    text-decoration: none;
}

.stellar-rental-plans__action.is-highlight {
    background: linear-gradient(135deg, #00b1f0, #27c9ff);
    border: none;
    box-shadow: none;
    color: #fff;
}

.stellar-rental-plans__dialog {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    overflow-y: auto;
    padding: 10px;
    pointer-events: none;
    position: fixed;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    z-index: 1000;
}

.stellar-rental-plans__dialog.is-open,
.stellar-rental-plans__dialog:target {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.stellar-rental-plans__dialog.is-open .stellar-rental-plans__dialog-window,
.stellar-rental-plans__dialog:target .stellar-rental-plans__dialog-window {
    opacity: 1;
    transform: translateY(0);
}

.stellar-rental-plans__dialog-backdrop {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(11, 15, 24, .68);
    cursor: pointer;
    inset: 0;
    position: absolute;
    z-index: 0;
}

.stellar-rental-plans__dialog-window {
    background: #eaeaea;
    border-radius: 55px;
    color: #1f1f1f;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 700px;
    max-width: var(--stellar-stage-width, 1320px);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    transform: translateY(20px);
    transition: transform .32s ease, opacity .32s ease;
    width: 100%;
    z-index: 1001;
}

@media(max-width:1024px) {
    .stellar-rental-plans__dialog-window {
        max-height: 95vh;
    }
}

@media(max-width:768px) {
    .stellar-rental-plans__dialog-window {
        border-radius: 34px;
    }
}

.stellar-rental-plans__dialog-close {
    align-items: center;
    background: transparent;
    border-radius: 50%;
    color: #000;
    display: inline-flex;
    font-size: 32px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 20px;
    transition: opacity .2s ease;
    width: 40px;
    z-index: 10;
}

.stellar-rental-plans__dialog-close:focus,
.stellar-rental-plans__dialog-close:hover {
    opacity: .7;
}

@media(max-width:768px) {
    .stellar-rental-plans__dialog-close {
        color: #fff;
        left: 20px;
        right: unset;
    }
}

.stellar-rental-plans__dialog-layout {
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    height: 100%;
    max-width: 100%;
    overflow-x: visible;
    padding: 20px;
    width: 100%;
}

@media(max-width:768px) {
    .stellar-rental-plans__dialog-layout {
        flex-direction: column;
        padding: 10px;
    }

    .stellar-rental-plans__dialog-layout::-webkit-scrollbar {
        display: none;
    }
}

.stellar-rental-plans__dialog-media {
    background: transparent;
    border-radius: 34px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .251);
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media(max-width:768px) {
    .stellar-rental-plans__dialog-media {
        border-radius: 24px;
        min-height: 170px;
    }
}

.stellar-rental-plans__dialog-media img {
    display: flex;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.stellar-rental-plans__dialog-media:empty {
    display: none;
}

.stellar-rental-plans__dialog-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    overflow-x: visible;
    width: 100%;
}

.stellar-rental-plans__dialog-content * {
    font-family: Poppins;
    line-height: 1;
    margin: 0;
}

@media(max-width:768px) {
    .stellar-rental-plans__dialog-content {
        gap: 10px;
    }
}

.stellar-rental-plans__dialog-eyebrow {
    color: #1f1f1f;
    font-size: clamp(13px, 2vw, 21px) !important;
    font-weight: 600;
    text-transform: uppercase;
}

.stellar-rental-plans__dialog-title {
    align-items: baseline;
    color: #1f1f1f;
    display: flex;
    font-size: clamp(21px, 2vw, 34px) !important;
    font-weight: 600;
    gap: 10px;
}

.stellar-rental-plans__dialog-title-accent {
    color: #00b9f2;
    font-size: clamp(13px, 2vw, 21px) !important;
    font-weight: 500;
}

.stellar-rental-plans__dialog-description {
    color: #30343f;
    font-size: clamp(13px, 2vw, 16px) !important;
    font-weight: 400;
    line-height: 1.2;
}

.stellar-rental-plans__dialog-form {
    background: transparent;
    border: 0;
    display: block;
    overflow-x: visible;
    width: 100%;
}

.stellar-rental-plans__dialog-form .wpcf7-form-control,
.stellar-rental-plans__dialog-form input,
.stellar-rental-plans__dialog-form textarea {
    max-width: 100%;
    width: 100%;
}

.stellar-rental-plans__dialog-form .wpcf7-form-control.wpcf7-date,
.stellar-rental-plans__dialog-form .wpcf7-form-control.wpcf7-text,
.stellar-rental-plans__dialog-form input[type=date],
.stellar-rental-plans__dialog-form input[type=text] {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
}

.stellar-rental-plans__dialog-form .wpcf7-form-control.wpcf7-date:focus,
.stellar-rental-plans__dialog-form .wpcf7-form-control.wpcf7-text:focus,
.stellar-rental-plans__dialog-form input[type=date]:focus,
.stellar-rental-plans__dialog-form input[type=text]:focus {
    border-color: #00baf2;
}

.stellar-rental-plans__dialog-form .wpcf7-form-control.wpcf7-textarea,
.stellar-rental-plans__dialog-form textarea {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    height: 100%;
    max-height: 200px;
    padding: 20px;
    resize: none !important;
}

.stellar-rental-plans__table-wrapper {
    background: #1e1e1e;
    border: none;
    border-radius: 24px;
    margin: 0 auto;
    overflow: hidden;
}

@media(max-width:768px) {
    .stellar-rental-plans__table-wrapper {
        display: none !important;
    }
}

.stellar-rental-plans__comparison {
    background: #1e1e1e;
    border-collapse: collapse;
    min-width: 640px;
    width: 100%;
}

.stellar-rental-plans__comparison thead {
    background: #1e1e1e;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
}

.stellar-rental-plans__comparison td,
.stellar-rental-plans__comparison th {
    border-bottom: 1px solid hsla(0, 0%, 100%, .08);
    padding: 16px 20px;
    text-align: left;
}

.stellar-rental-plans__comparison tbody tr:nth-child(2n) {
    background: #1e1e1e;
}

.stellar-rental-plans__comparison tbody tr:last-child td {
    border-bottom: none;
}

.stellar-rental-plans__comparison tbody td:first-child,
.stellar-rental-plans__comparison tbody td:nth-child(2) {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.stellar-rental-plans__comparison tbody tr:nth-last-child(2) td {
    border-bottom: none;
}

.stellar-rental-plans__comparison td {
    color: var(--stellar-rental-plans-muted);
    font-size: 20px;
}

.stellar-rental-plans__comparison td:nth-child(3),
.stellar-rental-plans__comparison td:nth-child(4) {
    color: var(--stellar-rental-plans-text);
    font-size: 20px;
    font-weight: 600;
}

.stellar-rental-plans__comparison-category.is-empty {
    border-bottom: none;
}

.stellar-rental-plans__comparison-value {
    font-size: 20px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.stellar-rental-plans__comparison-item {
    align-items: center;
    color: var(--stellar-rental-plans-text);
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    gap: 12px;
    min-height: 24px;
}

.stellar-rental-plans__comparison-item--highlight,
.stellar-rental-plans__comparison-item--highlight .stellar-rental-plans__comparison-placeholder {
    color: var(--stellar-rental-plans-accent);
}

.stellar-rental-plans__comparison-item--text {
    gap: 0;
}

.stellar-rental-plans__comparison-item--alert {
    color: var(--stellar-rental-plans-text);
}

.stellar-rental-plans__comparison-item--alert .stellar-rental-plans__comparison-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMEMxMy45NzA2IDAgMTggNC4wMjk0NCAxOCA5QzE4IDEzLjk3MDYgMTMuOTcwNiAxOCA5IDE4QzQuMDI5NDQgMTggMCAxMy45NzA2IDAgOUMwIDQuMDI5NDQgNC4wMjk0NCAwIDkgMFpNOSA3LjU4NTk0TDUgMy41ODU5NEwzLjU4NTk0IDVMNy41ODU5NCA5TDMuNTg1OTQgMTNMNSAxNC40MTQxTDkgMTAuNDE0MUwxMyAxNC40MTQxTDE0LjQxNDEgMTNMMTAuNDE0MSA5TDE0LjQxNDEgNUwxMyAzLjU4NTk0TDkgNy41ODU5NFoiIGZpbGw9IiNGRjAwMDAiLz4KPC9zdmc+Cg==);
    background-size: 18px 18px;
    height: 24px;
    width: 24px;
}

.stellar-rental-plans__comparison-item--alert .stellar-rental-plans__comparison-placeholder {
    color: var(--stellar-rental-plans-text);
    font-weight: 600;
}

.stellar-rental-plans__comparison-item--alert .stellar-rental-plans__comparison-text {
    display: none;
}

.stellar-rental-plans__comparison-text {
    color: inherit;
    font-size: 20px;
}

.stellar-rental-plans__comparison-text a {
    color: inherit;
    text-decoration: none;
}

.stellar-rental-plans__comparison-icon {
    background: transparent no-repeat 50%/contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMEMxMy45NzA2IDAgMTggNC4wMjk0NCAxOCA5QzE4IDEzLjk3MDYgMTMuOTcwNiAxOCA5IDE4QzQuMDI5NDQgMTggMCAxMy45NzA2IDAgOUMwIDQuMDI5NDQgNC4wMjk0NCAwIDkgMFpNNy45MzI2MiAxMC41MTc2TDUuNzA3MDMgOC4yOTI5N0w0LjI5Mjk3IDkuNzA3MDNMOC4wNjczOCAxMy40ODE0TDguNzY4NTUgMTIuNjQwNkwxMy43Njg2IDYuNjQwNjJMMTIuMjMxNCA1LjM1OTM4TDcuOTMyNjIgMTAuNTE3NloiIGZpbGw9IiMwMEI5RjIiLz4KPC9zdmc+Cg==);
    flex: none;
    height: 24px;
    width: 24px;
}

.stellar-rental-plans__comparison-icon--text {
    display: none;
}

.stellar-rental-plans__comparison-placeholder {
    color: var(--stellar-rental-plans-text);
}

.stellar-rental-plans__comparison-cta-row td {
    border-bottom: none;
    padding-bottom: 24px;
    padding-top: 70px;
}

.stellar-rental-plans__comparison-cta-row.has-divider .stellar-rental-plans__comparison-cta-cell--pro,
.stellar-rental-plans__comparison-cta-row.has-divider .stellar-rental-plans__comparison-cta-cell--pro .stellar-rental-plans__comparison-cta {
    position: relative;
}

.stellar-rental-plans__comparison-cta-spacer {
    border-bottom: none;
}

.stellar-rental-plans__comparison-cta-cell {
    text-align: center;
    vertical-align: middle;
}

.stellar-rental-plans__comparison-cta-cell--basic {
    text-align: left;
}

.stellar-rental-plans__comparison-cta-cell--pro {
    text-align: right;
}

.stellar-rental-plans__comparison-cta {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 300px;
    width: 90%;
}

.stellar-rental-plans__comparison-cta .stellar-rental-plans__action {
    background: #00b9f2;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    min-width: 0;
    padding: 16px 24px;
    width: 100%;
}

.stellar-rental-plans__comparison-cta .stellar-rental-plans__action.is-highlight {
    background: #00b9f2;
    font-weight: 500;
}

.stellar-rental-plans .wpcf7 form .rental-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.stellar-rental-plans .wpcf7 form .rental-form * {
    margin: 0 !important;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-row {
    display: flex;
    gap: 10px;
}

@media(max-width:1024px) {
    .stellar-rental-plans .wpcf7 form .rental-form .rf-row {
        flex-direction: column;
        gap: 20px;
    }
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-field {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-field .rf-label {
    color: #2b2b2b;
    font-size: clamp(13px, 2vw, 16px) !important;
    font-weight: 600;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-field .wpcf7-form-control-wrap {
    position: relative;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-field .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 45px;
    width: 200px;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-consents {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-consents .rf-check {
    align-items: center;
    color: #111;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-consents .rf-check .wpcf7-form-control-wrap {
    padding-right: 5px;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-consents .rf-check .wpcf7-form-control-wrap input[type=checkbox] {
    accent-color: #0096c7;
    height: 20px;
    width: 20px;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-consents .rf-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 11px;
    left: 25px;
    position: absolute;
    top: 23px;
    width: 200px;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-consents .rf-check .wpcf7-form-control-wrap .wpcf7-list-item-label {
    display: none;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-consents .rf-check a {
    color: #00baf2;
    text-decoration: underline;
    transition: color .2s ease;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-consents .rf-check a:hover {
    color: #0096c7;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-actions p {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: end;
    padding-right: 20px;
}

@media(max-width:1024px) {
    .stellar-rental-plans .wpcf7 form .rental-form .rf-actions p {
        justify-content: center;
        padding-bottom: 20px;
        padding-right: 24px;
    }
}

@media(max-width:768px) {
    .stellar-rental-plans .wpcf7 form .rental-form .rf-actions p {
        gap: 5px;
        padding-bottom: 20px;
    }
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-actions p .rf-submit {
    background: #00baf2;
    border: none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: clamp(13px, 2vw, 16px) !important;
    font-weight: 600;
    height: 50px;
    max-width: 300px;
    transition: filter .15s ease;
    width: 100%;
}

.stellar-rental-plans .wpcf7 form .rental-form .rf-actions p .rf-submit:hover {
    filter: brightness(.95);
}

.stellar-rental-plans .wpcf7 form .rental-form .wpcf7-form-control.wpcf7-date,
.stellar-rental-plans .wpcf7 form .rental-form .wpcf7-form-control.wpcf7-text,
.stellar-rental-plans .wpcf7 form .rental-form .wpcf7-form-control.wpcf7-textarea,
.stellar-rental-plans .wpcf7 form .rental-form input[type=date],
.stellar-rental-plans .wpcf7 form .rental-form input[type=text],
.stellar-rental-plans .wpcf7 form .rental-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    box-shadow: inset 0 0 0 1px transparent;
    font-size: 14px;
    font-weight: 400;
    transition: box-shadow .2s ease;
    width: 100%;
}

.stellar-rental-plans .wpcf7 form .rental-form .wpcf7-form-control.wpcf7-date:focus,
.stellar-rental-plans .wpcf7 form .rental-form .wpcf7-form-control.wpcf7-text:focus,
.stellar-rental-plans .wpcf7 form .rental-form .wpcf7-form-control.wpcf7-textarea:focus,
.stellar-rental-plans .wpcf7 form .rental-form input[type=date]:focus,
.stellar-rental-plans .wpcf7 form .rental-form input[type=text]:focus,
.stellar-rental-plans .wpcf7 form .rental-form textarea:focus {
    box-shadow: inset 0 0 0 2px #00baf2;
    outline: none;
}

.stellar-rental-plans__accordions {
    background: #1e1e1e;
    border: none;
    box-sizing: border-box;
    display: none;
    margin: 18px auto 0;
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
}

@media(max-width:768px) {
    .stellar-rental-plans__accordions {
        border-radius: 0;
        box-shadow: none;
        display: block;
        margin-top: 10px;
    }
}

@media(min-width:769px) {
    .stellar-rental-plans__accordions {
        display: none !important;
    }
}

@media(max-width:768px) {
    .srp-dots {
        display: flex;
        gap: 10px;
        justify-content: center;
        padding-top: 10px;
    }

    .srp-dot {
        background: hsla(0, 0%, 100%, .35);
        border: none;
        border-radius: 10px;
        height: 10px;
        width: 10px;
    }

    .srp-dot[aria-selected=true] {
        background: #fff;
    }
}

.srp-acc {
    background: #1e1e1e;
    box-shadow: none;
    color: var(--stellar-rental-plans-text);
    margin-bottom: 0;
}

.srp-acc,
.srp-acc:last-child {
    border: none;
}

.srp-acc[open] .srp-acc__summary:after {
    transform: rotate(90deg);
}

.srp-acc__title {
    background: #1e1e1e;
    border-bottom: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 16px;
}

@media(max-width:768px) {
    .srp-acc__title {
        font-size: 18px;
    }
}

.srp-acc__summary {
    align-items: flex-start;
    background: #1e1e1e;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 12px;
    justify-content: space-between;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 14px 0;
}

.srp-acc__summary:after {
    background: no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%2320b7e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m9 18 6-6-6-6%27/%3E%3C/svg%3E");
    content: "";
    flex: none;
    height: 18px;
    transition: transform .2s ease;
    width: 18px;
}

.srp-acc__summary::-webkit-details-marker {
    display: none;
}

.srp-acc__summary:focus-visible {
    border-radius: 8px;
    outline: 2px solid var(--stellar-rental-plans-highlight);
    outline-offset: 2px;
}

@media(max-width:768px) {
    .srp-acc__summary {
        font-size: 16px;
        padding: 12px 14px;
    }
}

.srp-acc__label {
    display: inline-block;
    line-height: 1.3;
}

.srp-acc__panel {
    background: #1e1e1e;
    display: grid;
    gap: 8px;
    padding: 6px 0 14px;
}

@media(max-width:768px) {
    .srp-acc__panel {
        gap: 6px;
    }
}

.srp-acc__items {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #FFFFFF55;
    border-radius: 17px;
}

.srp-acc__line {
    align-items: flex-start;
    border: none;
    box-shadow: none;
    display: flex;
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    font-size: 15px;
    gap: 10px;
    justify-content: space-between;
    line-height: 1.5;
    margin: 0;
    padding: 14px 15px 14px 0;
}

.srp-acc__line:last-child {
    border: none;
}

@media(max-width:768px) {
    .srp-acc__line {
        font-size: 14px;
        padding: 8px 0;
    }
}

.srp-acc__key {
    color: var(--stellar-rental-plans-text);
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:768px) {
    .srp-acc__key {
        font-size: 13px;
    }
}

.srp-acc__val {
    font-size: 13px;
    font-weight: 500;
    padding-right: 30px;
    position: relative;
    text-align: right;
}

.srp-acc__val,
.srp-acc__val[data-has="1"]:not(.srp-acc__val--highlight):not(.srp-acc__val--alert):not(.srp-acc__val--text) {
    color: var(--stellar-rental-plans-text);
}

.srp-acc__val[data-has="1"]:not(.srp-acc__val--alert):not(.srp-acc__val--text):after {
    background: no-repeat 50%/contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMEMxMy45NzA2IDAgMTggNC4wMjk0NCAxOCA5QzE4IDEzLjk3MDYgMTMuOTcwNiAxOCA5IDE4QzQuMDI5NDQgMTggMCAxMy45NzA2IDAgOUMwIDQuMDI5NDQgNC4wMjk0NCAwIDkgMFpNNy45MzI2MiAxMC41MTc2TDUuNzA3MDMgOC4yOTI5N0w0LjI5Mjk3IDkuNzA3MDNMOC4wNjczOCAxMy40ODE0TDguNzY4NTUgMTIuNjQwNkwxMy43Njg2IDYuNjQwNjJMMTIuMjMxNCA1LjM1OTM4TDcuOTMyNjIgMTAuNTE3NloiIGZpbGw9IiMwMEI5RjIiLz4KPC9zdmc+Cg==);
    border-radius: 50%;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.srp-acc__val--highlight {
    color: var(--stellar-rental-plans-highlight) !important;
}

.srp-acc__val--highlight:after {
    background: no-repeat 50%/contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMEMxMy45NzA2IDAgMTggNC4wMjk0NCAxOCA5QzE4IDEzLjk3MDYgMTMuOTcwNiAxOCA5IDE4QzQuMDI5NDQgMTggMCAxMy45NzA2IDAgOUMwIDQuMDI5NDQgNC4wMjk0NCAwIDkgMFpNNy45MzI2MiAxMC41MTc2TDUuNzA3MDMgOC4yOTI5N0w0LjI5Mjk3IDkuNzA3MDNMOC4wNjczOCAxMy40ODE0TDguNzY4NTUgMTIuNjQwNkwxMy43Njg2IDYuNjQwNjJMMTIuMjMxNCA1LjM1OTM4TDcuOTMyNjIgMTAuNTE3NloiIGZpbGw9IiMwMEI5RjIiLz4KPC9zdmc+Cg==);
    border-radius: 50%;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.srp-acc__val--alert {
    color: var(--stellar-rental-plans-text);
}

.srp-acc__val--alert:after {
    background: no-repeat 50%/contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMEMxMy45NzA2IDAgMTggNC4wMjk0NCAxOCA5QzE4IDEzLjk3MDYgMTMuOTcwNiAxOCA5IDE4QzQuMDI5NDQgMTggMCAxMy45NzA2IDAgOUMwIDQuMDI5NDQgNC4wMjk0NCAwIDkgMFpNOSA3LjU4NTk0TDUgMy41ODU5NEwzLjU4NTk0IDVMNy41ODU5NCA5TDMuNTg1OTQgMTNMNSAxNC40MTQxTDkgMTAuNDE0MUwxMyAxNC40MTQxTDE0LjQxNDEgMTNMMTAuNDE0MSA5TDE0LjQxNDEgNUwxMyAzLjU4NTk0TDkgNy41ODU5NFoiIGZpbGw9IiNGRjAwMDAiLz4KPC9zdmc+Cg==);
    background-size: 12px 12px;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.srp-acc__val--text:after {
    display: none;
}

@media(max-width:768px) {
    .srp-acc__val {
        font-size: 13px;
    }
}

.srp-acc__cta {
    background: #1e1e1e;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding: 16px 0;
}

.srp-acc__cta .stellar-rental-plans__action {
    font-size: 18px;
    font-weight: 600;
    max-width: 225px;
    padding: 16px 24px;
    width: 75%;
}