﻿@media only screen and (min-width: 0rem) {
        #services-448 .cs-content {
            text-align: center;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        #services-448 .cs-item {
            list-style: none;
            width: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 3rem;
        }

            #services-448 .cs-item:hover .cs-picture img {
                transform: scale(1.2);
                opacity: 0.4;
            }

            #services-448 .cs-item:hover .cs-flex:before {
                opacity: 1;
            }

        #services-448 .cs-picture {
            width: 100%;
            height: 15.625rem;
            border-radius: 0.5rem;
            background-color: var(--wa-color-yellow-70);
            overflow: hidden;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

            #services-448 .cs-picture img {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: top;
                transition: transform 0.9s, opacity 0.5s;
            }

        #services-448 .cs-flex {
            text-align: center;
            width: 100%;
            height: 100%;
            min-height: 25rem;
            padding: 0 1.5rem 1.5rem 1.5rem;
            box-sizing: border-box;
            border: 1px solid #dad9e3;
            border-radius: 0.75rem;
            background-color: #fff;
            box-shadow: 0px 24px 54px rgba(87, 107, 147, 0.12);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

            #services-448 .cs-flex:before {
                content: "";
                background: transparent;
                pointer-events: none;
                border: 4px solid var(--wa-color-yellow-70);
                border-radius: 0.75rem;
                box-sizing: border-box;
                opacity: 0.7;
                position: absolute;
                display: block;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                transition: opacity 0.5s;
            }

        #services-448 .cs-wrapper {
            width: clamp(5rem, 9.2vw, 7.5rem);
            height: clamp(5rem, 9.2vw, 7.5rem);
            margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
            margin-top: calc(clamp(5rem, 9.2vw, 7.5rem) * -0.5);
            border-radius: 50%;
            border: 4px solid var(--wa-color-yellow-70);
            background-color: #fff;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 10;
        }

        #services-448 .cs-icon {
            width: clamp(3rem, 4.3vw, 4rem);
            height: auto;
            display: block;
        }

        #services-448 .cs-h3 {
            font-size: clamp(1.25rem, 1.9vw, 1.5625rem);
            line-height: 1.2em;
            font-weight: 700;
            margin: 0 0 0.5rem 0;
            color: var(--headerColor);
        }

        #services-448 .cs-item-text {
            font-size: clamp(1rem, 1.5vw, 1rem);
            line-height: 1.5em;
            font-weight: 400;
            margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
            color: var(--bodyTextColor);
        }

        #services-448 .cs-bestfor {
            margin-top: -0.75rem;
            font-size: 0.875rem;
            color: var(--wa-color-yellow-50);
        }

        #services-448 .cs-price {
            font-size: 1rem;
            font-weight: 600;
            color: var(--headerColor);
            margin: 0;
        }

            #services-448 .cs-price .text-muted {
                font-weight: 400;
                font-size: 0.875rem;
                color: #6c757d;
            }

        #services-448 .cs-link {
            font-size: clamp(1rem, 1.5vw, 1.25rem);
            line-height: 1.5em;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            margin: 0;
            color: var(--primary);
            display: inline-block;
            position: relative;
        }

            #services-448 .cs-link:hover:before {
                width: 100%;
            }

            #services-448 .cs-link:before {
                content: "";
                width: 0%;
                height: 3px;
                background: currentColor;
                opacity: 1;
                position: absolute;
                display: block;
                bottom: -0.125rem;
                left: 0;
                transition: width 0.3s;
            }
}

.feature-name-row {
    display: none;
}

@media (min-width: 992px) {
    #services-448 .cs-flex {
        max-width: 22.5rem;
        min-width: 12rem;
        padding: 1rem;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .package-comparison td:first-child,
    .package-comparison th:first-child {
        display: none !important;
    }

    .package-comparison .feature-name-row {
        display: table-row !important;
    }

    .package-comparison .feature-name-row td {
        display: table-cell !important;
    }

    .package-comparison {
        font-size: 0.85rem;
    }

    .package-comparison th,
    .package-comparison td {
        padding: 0.5rem;
    }

    .package-comparison .feature-name-row td {
        background-color: #f0f8ff !important;
        font-weight: bold;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
    }
}

table.package-comparison .feature-name-row td {
    background-color: #f0f8ff !important;
    font-weight: bold;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    z-index: 1;
    position: relative;
}

#package-comparison::part(body) {
    padding: 0px !important;
}

.feature-showcase-icon {
    width: 50px;
    height: 100%;
    color: var(--wa-color-yellow-80);
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .feature-showcase-icon {
        height: 50px;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {
    .order-summary {
        border-left: 1px solid #eee;
        padding-left: 1.5rem;
    }
}

.buy-dialog {
    --width: 60vw;
}

@media (max-width: 992px) {
    .buy-dialog {
        --width: 100vw;
    }
}


@media (max-width: 1200px) {
    .buy-dialog {
        --width: 100vw;
    }
}

.package-image {
    border: 4px solid var(--wa-color-yellow-70);
    border-radius: 0.75rem;
}