/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-border-style: solid;
            --tw-font-weight: initial;
            --tw-outline-style: solid;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-content: "";
            --tw-duration: initial;
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-red-400: oklch(70.4% .191 22.216);
        --color-red-500: oklch(63.7% .237 25.331);
        --color-gray-50: oklch(98.5% .002 247.839);
        --color-gray-300: oklch(87.2% .01 258.338);
        --color-gray-400: oklch(70.7% .022 261.325);
        --color-gray-600: oklch(44.6% .03 256.802);
        --color-white: #fff;
        --spacing: .25rem;
        --container-sm: 24rem;
        --container-md: 28rem;
        --container-lg: 32rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1 / .75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25 / .875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: calc(2.25 / 1.875);
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --radius-2xl: 1rem;
        --radius-3xl: 1.5rem;
        --drop-shadow-xl: 0 9px 7px #0000001a;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-rate: orange;
        --color-rateheader: #fff;
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }

    b,
    strong {
        font-weight: bolder;
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }

    sub {
        bottom: -.25em;
    }

    sup {
        top: -.5em;
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }

    :-moz-focusring {
        outline: auto;
    }

    progress {
        vertical-align: baseline;
    }

    summary {
        display: list-item;
    }

    ol,
    ul,
    menu {
        list-style: none;
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block;
    }

    img,
    video {
        max-width: 100%;
        height: auto;
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }

    ::file-selector-button {
        margin-inline-end: 4px;
    }

    ::placeholder {
        opacity: 1;
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentColor;
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }

    textarea {
        resize: vertical;
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }

    ::-webkit-datetime-edit {
        display: inline-flex;
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }

    ::-webkit-datetime-edit {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }

    :-moz-ui-invalid {
        box-shadow: none;
    }

    button,
    input:where([type="button"], [type="reset"], [type="submit"]) {
        appearance: button;
    }

    ::file-selector-button {
        appearance: button;
    }

    ::-webkit-inner-spin-button {
        height: auto;
    }

    ::-webkit-outer-spin-button {
        height: auto;
    }

    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }

    label {
        height: calc(var(--spacing) * 6);
        display: inline-block;
        position: relative;
    }

    [type="checkbox"] {
        height: calc(var(--spacing) * 0);
        width: calc(var(--spacing) * 11);
        cursor: pointer;
        display: inline-block;
    }

    [type="checkbox"]:focus {
        outline-style: var(--tw-outline-style);
        outline-width: 0;
    }

    @media (prefers-color-scheme: dark) {
        [type="checkbox"]:focus {
            outline-style: var(--tw-outline-style);
            outline-width: 0;
        }
    }

    [type="checkbox"] {
        border-style: var(--tw-border-style);
        border-width: 0;
    }

    @media (prefers-color-scheme: dark) {
        [type="checkbox"] {
            border-style: var(--tw-border-style);
            border-width: 0;
        }
    }

    [type="checkbox"]:focus {
        --tw-ring-offset-color: transparent;
    }

    @media (prefers-color-scheme: dark) {
        [type="checkbox"]:focus {
            --tw-ring-offset-color: transparent;
        }
    }

    [type="checkbox"]:focus {
        --tw-ring-color: transparent;
    }

    @media (prefers-color-scheme: dark) {
        [type="checkbox"]:focus {
            --tw-ring-color: transparent;
        }
    }

    [type="checkbox"]:focus-within {
        --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    @media (prefers-color-scheme: dark) {
        [type="checkbox"]:focus-within {
            --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
    }

    [type="checkbox"]:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    @media (prefers-color-scheme: dark) {
        [type="checkbox"]:focus {
            --tw-shadow: 0 0 #0000;
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
    }

    [type="checkbox"]:before,
    [type="checkbox"]:after {
        content: var(--tw-content);
        content: var(--tw-content);
        top: calc(var(--spacing) * 0);
        position: absolute;
    }

    [type="checkbox"]:before {
        content: var(--tw-content);
        display: inline-block;
    }

    [type="checkbox"]:after {
        content: var(--tw-content);
        display: block;
    }

    [type="checkbox"]:before,
    [type="checkbox"]:after {
        content: var(--tw-content);
        border-radius: 3.40282e38px;
    }

    [type="checkbox"]:after {
        content: var(--tw-content);
        margin-top: calc(var(--spacing) * .5);
        content: var(--tw-content);
        margin-left: calc(var(--spacing) * .5);
        content: var(--tw-content);
        height: calc(var(--spacing) * 5);
        content: var(--tw-content);
        width: calc(var(--spacing) * 5);
        content: var(--tw-content);
        --tw-content: "";
        content: var(--tw-content);
        content: var(--tw-content);
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        content: var(--tw-content);
        --tw-duration: .1s;
        transition-duration: .1s;
    }

    [type="checkbox"]:before {
        content: var(--tw-content);
        content: var(--tw-content);
        height: 100%;
        width: calc(var(--spacing) * 10);
        content: var(--tw-content);
        --tw-content: "";
        content: var(--tw-content);
        content: var(--tw-content);
        --tw-shadow: inset 0 0 var(--tw-shadow-color, #000);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    [type="checkbox"]:after {
        content: var(--tw-content);
        background-color: var(--color-white);
    }

    @media (prefers-color-scheme: dark) {
        [type="checkbox"]:after {
            content: var(--tw-content);
            background-color: var(--color-gray-50);
        }
    }

    [type="checkbox"]:before {
        content: var(--tw-content);
        background-color: var(--color-gray-300);
    }

    @media (prefers-color-scheme: dark) {
        [type="checkbox"]:before {
            content: var(--tw-content);
            background-color: var(--color-gray-600);
        }
    }

    [type="checkbox"]:checked:before {
        content: var(--tw-content);
        background-color: var(--color-rate);
    }

    @media (prefers-color-scheme: dark) {
        [type="checkbox"]:checked:before {
            content: var(--tw-content);
            background-color: var(--color-rate);
        }
    }

    [type="checkbox"]:checked:after {
        content: var(--tw-content);
        --tw-translate-x: calc(var(--spacing) * 4);
        translate: var(--tw-translate-x) var(--tw-translate-y);
        content: var(--tw-content);
        --tw-duration: .3s;
        transition-duration: .3s;
    }

    [type="checkbox"]:disabled {
        cursor: not-allowed;
    }

    [type="checkbox"]:disabled:after {
        content: var(--tw-content);
        opacity: .75;
    }

    [type="checkbox"]:disabled:checked:before {
        content: var(--tw-content);
        opacity: .4;
    }
}

@layer components;

@layer utilities {
    .m-2 {
        margin: calc(var(--spacing) * 2);
    }

    .my-2 {
        margin-block: calc(var(--spacing) * 2);
    }

    .block {
        display: block;
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl);
    }

    .border-2\! {
        border-style: var(--tw-border-style) !important;
        border-width: 2px !important;
    }

    .bg-rate {
        background-color: var(--color-rate);
    }

    .bg-red-500 {
        background-color: var(--color-red-500);
    }

    .bg-red-500\! {
        background-color: var(--color-red-500) !important;
    }

    .p-2 {
        padding: calc(var(--spacing) * 2);
    }

    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }

    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }

    .text-start {
        text-align: start;
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }

    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }

    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
    }

    .text-gray-400 {
        color: var(--color-gray-400);
    }

    .text-white\! {
        color: var(--color-white) !important;
    }

    @media (hover: hover) {
        .hover\:bg-red-400\!:hover {
            background-color: var(--color-red-400) !important;
        }
    }
}

.tarif-section,
.tarif-section .rates .rate {
    box-shadow: 0 0 1rem 0 var(--tw-shadow-color, #0000001a) !important;
}

.rates {
    justify-content: space-around;
    gap: calc(var(--spacing) * 5);
    padding-top: calc(var(--spacing) * 2);
    flex-wrap: wrap;
    display: flex;
}

@media (min-width: 80rem) {
    .rates {
        flex-wrap: nowrap;
    }
}

.rate.recommended {
    margin-top: calc(var(--spacing) * 0);
    --tw-shadow-color: color-mix(in srgb, var(--color-rate) 50%, transparent);
}

.rate.recommended.no-shadow {
    box-shadow: none !important;
}

.rate-body {
    flex-grow: 1;
    display: grid;
    grid-template-rows: 1fr 3fr;
}

.rate.recommended span:first-of-type {
    display: block !important;
}

.rate span:first-of-type {
    display: none;
}

.bi .bi-check-circle-fill {
    fill: var(--color-rate);
}

.type-1 .rateList {
    grid-template-rows: repeat(5, 1fr);
}

.type-2 .rateList {
    grid-template-rows: repeat(5, 1fr);
}

.rateList {
    margin-inline: calc(var(--spacing) * 0);
    margin-block: calc(var(--spacing) * 2);
    text-align: start;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    height: 100%;
    align-items: center;
}

.rateList li {
    width: 100%;
    padding: 0px;
    list-style-type: none;
    display: flex;
    min-height: 2.5rem;
}

.rateList li:empty:before {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
}

.rateList li:not(.no-mark):before {
    content: "checkmark";
    color: #0000;
    background-color: var(--color-rate);
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml,<svg transform=\"translate(0 0)\" transform-origin=\"center\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"%23ffa500\" class=\"bi bi-check-circle-fill\" viewBox=\"0 0 16 16\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z\"/></svg>");
    mask-image: url("data:image/svg+xml,<svg transform=\"translate(0 0)\" transform-origin=\"center\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"%23ffa500\" class=\"bi bi-check-circle-fill\" viewBox=\"0 0 16 16\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z\"/></svg>");
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

.rate .price-sub {
    padding: calc(var(--spacing) * 0);
    padding-bottom: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    display: block;
}

.rate span:nth-child(2) {
    font-size: 1.2em;
}

div.section:has(.rates.type-1),
body:has(div.rates.type-1) .rateComparison {
    --color-rateHeader: #fff;
    --color-rate: #003399 !important;
}

div.section:has(.rates.type-2),
body:has(div.rates.type-2) .rateComparison {
    --color-rateHeader: #000;
    --color-rate: #ff5c00 !important;
}

div.section:has(.rates.type-3),
body:has(div.rates.type-3) .rateComparison {
    --color-rateHeader: #fff;
    --color-rate: orange !important;
}

.rate {
    margin-top: calc(var(--spacing) * 10);
    width: calc(100% / 2 - (var(--spacing) * 5) * 1);
    gap: calc(var(--spacing) * 0);
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    background-color: var(--color-white);
    text-align: center;
    --tw-drop-shadow-size: drop-shadow(0 9px 7px var(--tw-drop-shadow-color, #0000001a));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-xl));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    border-width: 0;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}

@media (min-width: 48rem) {
    .rate {
        width: calc(100% / 3 - (var(--spacing) * 5) * 2);
    }
}

@media (min-width: 80rem) {
    .rate {
        width: var(--container-md);
    }
}

.rate .rate-name {
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    background-color: var(--color-rate) !important;
    color: var(--color-rateheader) !important;
}

.rate .price {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
}

.tarif-section {
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 5);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-drop-shadow-size: drop-shadow(0 9px 7px var(--tw-drop-shadow-color, #0000001a));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-xl));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    border-width: 0;
}

.rate .recommended-text {
    background-color: var(--color-red-500);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
}

.section-block.tarifs:has(.tarif-info p) {
    margin-block: calc(var(--spacing) * 2) !important;
}

.section-block.tarifs .tarif-info p {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
}

.section-block.tarifs:has(.tarif-info) p {
    margin-block: calc(var(--spacing) * 0);
    color: var(--color-gray-400);
}

.rate .price .pm {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--color-gray-400);
    display: inline-block;
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0;
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-content {
    syntax: "*";
    inherits: false;
    initial-value: "";
}

@property --tw-duration {
    syntax: "*";
    inherits: false
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-blur {
    syntax: "*";
    inherits: false
}

@property --tw-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-invert {
    syntax: "*";
    inherits: false
}

@property --tw-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false
}

.tarfis-wrapper {
    /*    padding-left: 5vw;
    padding-right: 5vw; */
}

.rateComparison {
    /* padding: 5px; */
    /* Prevents margin collapse issues */
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow-x: auto;
    */
    margin-top: 3rem;
}

.rateComparison table {
    width: 100%;
    border-spacing: 0;
    font-family: sans-serif;
    text-align: center;
}

.rateComparison table tbody tr th {
    text-align: left;
}

.rateComparison table th,
.rateComparison table td {
    padding: 5px;
    min-width: 150px;
    font-weight: 500;
}

.rateComparison .headline,
.rateComparison .rateName {
    font-weight: bold;
}

.rateComparison thead th:nth-child(n+2).rateName:before {
    background-color: var(--title-color) !important;
}

.rateComparison table td:first-child {
    text-align: left;
    font-weight: bold;
    color: #333;
}

.rateComparison tr th:first-child:not(.headline),
.rateComparison tbody tr td {
    font-size: 0.9rem;
}

.rateComparison tr td:nth-child(2n) {
    background-color: #3f3f3f0f
}

.rateComparison table thead th {
    font-size: 1.1rem;
    vertical-align: top;
    color: var(--color-rateheader)
}

.rateComparison table thead th:first-child {
    background-color: transparent;
    /* No background for the top-left corner */
    border-bottom: none;
}

.rateComparison thead th {
    position: relative;
    background-color: transparent !important;
}

.rateComparison thead th:nth-child(n+2):before {
    z-index: -1;
    content: "";
    display: block;
    background-color: var(--color-rate) !important;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-bottom-width: 0px;
    position: absolute;
    top: 0;
    border-radius: 20px 20px 0 0;
    left: 0;
}

.rateComparison tbody tr td:not(.checked),
.rateComparison tbody tr th:not(.checked) {
    vertical-align: top;
}

.rateComparison tbody tr td.checked:before {
    content: "checkmark";
    color: #0000;
    background-color: var(--color-rate);
    width: auto;
    height: 100%;
    max-height: 1.5rem;
    aspect-ratio: 1;
    margin-right: .5rem;
    display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml,<svg transform=\"translate(0 0)\" transform-origin=\"center\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"%23ffa500\" class=\"bi bi-check-circle-fill\" viewBox=\"0 0 16 16\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z\"/></svg>");
    mask-image: url("data:image/svg+xml,<svg transform=\"translate(0 0)\" transform-origin=\"center\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"%23ffa500\" class=\"bi bi-check-circle-fill\" viewBox=\"0 0 16 16\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z\"/></svg>");
    -webkit-mask-size: 100%;
    mask-size: 100%;
}


.filters {
    padding: 5px;
    /* Prevents margin collapse issues */
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgray;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    gap: 1rem;
}

.filters input[type="checkbox"]:before {
    height: 1.5rem;
}

.filter-group-item:first-of-type {
    flex-grow: 1;
}

.filter-group-item select {
    width: 100%;
}

.filter-group-item label {
    margin: 0px;
    color: black !important;
}

.filter-group-item {
    border: 1px solid lightgray;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.filters input[type="checkbox"]:before {
    height: 1.5rem;
}

.filters input[type="checkbox"]:before,
.filters input[type="checkbox"]:after {
    top: 8px;
}


.section.tarif-section {
    z-index: 1;
    position: relative;
    margin-top: 2rem;
}

.filter-headnote {
    position: absolute;
    top: -1rem;
    left: 2rem;
    padding: 2px 10px 0px 10px;
    background-color: white;
    border-radius: 20px;
    border: 0;
}

/* Toggle Switch für alle Checkboxen */
.toggle-switch {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0.75em;
    user-select: none;
}

.toggle-switch input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.toggle-switch .slider {
    position: relative;
    width: 2.6em;
    height: 1.4em;
    background: #e5e7eb;
    border-radius: 1em;
    transition: background 0.3s;
    box-shadow: 0 2px 6px #0001;
    display: inline-block;
}

.toggle-switch .slider:before {
    content: "";
    position: absolute;
    left: 0.2em;
    top: 0.2em;
    width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(.4, 2.2, .2, 1), background 0.3s;
    box-shadow: 0 1px 4px #0002;
}

.toggle-switch input[type="checkbox"]:checked+.slider {
    background: var(--color-rate, #ffa500);
}

.toggle-switch input[type="checkbox"]:checked+.slider:before {
    transform: translateX(1.2em);
    background: #fff;
}

.toggle-switch .toggle-label {
    font-size: 1em;
    color: #222;
    font-weight: 500;
}

/* Optional: Fokus-Style */
.toggle-switch input[type="checkbox"]:focus+.slider {
    box-shadow: 0 0 0 2px #ffa50055;
}


.triple-toggle {
    display: inline-block;
    position: relative;
    font-family: inherit;
    user-select: none;
    min-width: 300px;
    max-width: 100%;
}

.triple-toggle input[type="radio"] {
    display: none;
}

.triple-toggle .toggle-track {
    display: flex;
    position: relative;
    width: 100%;
    min-width: 210px;
    max-width: 350px;
    height: 40px;
    background: #e5e7eb;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 6px #0001;
    padding: 0 4px;
    gap: 2px;
    overflow: hidden;
}

.triple-toggle .toggle-track label {
    flex: 1 1 0;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    font-size: 0.97rem;
    color: #888;
    transition: color 0.2s;
    padding: 0 2px;
    line-height: 1.2;
    font-weight: 500;
    white-space: normal;
    word-break: break-word;
    min-width: 0;
}

.triple-toggle .toggle-thumb {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc((100%) / 3);
    /* <-- Passe das an */
    min-width: 0;
    height: 32px;
    background: var(--color-rate, #ffa500);
    border-radius: 16px;
    transition: left 0.3s cubic-bezier(.4, 2.2, .2, 1), width 0.2s;
    z-index: 1;
    box-shadow: 0 1px 4px #0002;
}

/* Thumb-Positionen dynamisch */
.triple-toggle input#minterm-any:checked~.toggle-track .toggle-thumb {
    left: 4px;
}

.triple-toggle input#minterm-12:checked~.toggle-track .toggle-thumb {
    left: calc(4px + (100% - 16px) / 3);
}

.triple-toggle input#minterm-24:checked~.toggle-track .toggle-thumb {
    left: calc(4px + 2 * (100% - 16px) / 3);
}

/* Aktives Label hervorheben */
.triple-toggle input#minterm-any:checked~.toggle-track label[for="minterm-any"],
.triple-toggle input#minterm-12:checked~.toggle-track label[for="minterm-12"],
.triple-toggle input#minterm-24:checked~.toggle-track label[for="minterm-24"] {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 2px #0002;
}

.triple-toggle .toggle-track label {
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    min-width: 0;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    flex: 1 1 0;
    padding: 0 4px;
}

/* Responsiv */
@media (max-width: 480px) {
    .triple-toggle .toggle-track {
        min-width: 0;
        max-width: 100%;
        font-size: 0.92rem;
        padding: 0 2px;
    }

    .triple-toggle .toggle-thumb {
        min-width: 40px;
    }
}

@media (max-width: 600px) {
    .filter-headnote {
        display: none;
    }
}

@media (max-width: 1240px) {
    .filters {
        flex-direction: column;
        gap: 1rem;

        .filter-group-item {
            width: 100%;
            margin: 0;

            .toggle-switch {
                width: 100%;
                justify-content: space-between;
            }

        }
    }
}

.rate.disabled {
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(100%);
}

.rateComparison>div {
    overflow-x: auto;
    max-width: 100%;
}

.rateComparison thead tr> :first-child,
.rateComparison tbody tr> :first-child {
    position: sticky;
    background-color: white !important;
    z-index: 1;
    left: -1px;
    scale: 1.01;
}

.rateComparison div:has(table) {
    scroll-snap-type: x mandatory;
}

.rateComparison table {
    border-collapse: collapse;
}

.rateComparison table td {
    scroll-snap-align: end;
}


.filter-group-item label,
.filter-group-item select {
    font-size: clamp(0.7rem, 70%, 0.9rem);
    color: #444 !important;
}


.section-block.section-tabs-login .calculation-tabs .tab-pane#tab-internet {
    background: url(../Images/BackgroundImages/Glasfaser.jpg) right no-repeat !important;
}

.section-block.section-tabs-login .calculation-tabs .tab-pane#tab-strom {
    background: url(../Images/BackgroundImages/Strom.jpg) right no-repeat !important;
}

.section-block.section-tabs-login .calculation-tabs .tab-pane#tab-erdgas {
    background: url(../Images/BackgroundImages/Erdgas.jpg) right no-repeat !important;
}

.section-block.section-tabs-login .calculation-tabs .tab-pane#tab-energiedach {
    background: url(../Images/BackgroundImages/Photovoltaik.jpg) right no-repeat !important;
}

.section-block.section-tabs-login .calculation-tabs .tab-pane#tab-waermestrom {
    background: url(../Images/BackgroundImages/Waermestrom.jpg) right no-repeat !important;
}
