.banner-diagmed-9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 6rem 0;
    background-color: white;
    overflow: hidden;
}
.banner-diagmed-9 .funny-handprints-8 {
    position: absolute;
    bottom: 24.375rem;
    right: -2rem;
}
.banner-diagmed-9 .funny-handprints-7 {
    position: absolute;
    right: -1rem;
    bottom: 6rem;
}
.banner-diagmed-9 .content-wrapper {
    display: flex;
    width: 94.5rem;
    z-index: 2;
    flex-direction: column;
}
.banner-diagmed-9 .content-wrapper .calendar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 4rem;
}
.banner-diagmed-9 .content-wrapper .calendar-grid .card-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}
.banner-diagmed-9 .content-wrapper .calendar-grid .card-container .date {
    width: 100%;
    text-align: left;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #343434;
}
.banner-diagmed-9 .content-wrapper .calendar-grid .card-container .current-day {
    display: none;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #343434;
}
.banner-diagmed-9 .content-wrapper .calendar-grid .card-container .card {
    background: radial-gradient(344.31% 344.31% at 50% 50%, #ffffff 0%, #00d5ff 100%);
    border-radius: 1rem;
    border: solid 2px #00d5ff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: auto;
}
.banner-diagmed-9 .content-wrapper .calendar-grid .card-container .card .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #0095b2;
}
.banner-diagmed-9 .content-wrapper .calendar-grid .card-container .card .item .name {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #343434;
    font-weight: 500;
}
.banner-diagmed-9 .content-wrapper .calendar-grid .card-container .card .item .time {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #343434;
    font-weight: 600;
}
.banner-diagmed-9 .content-wrapper .calendar-grid .current .current-day {
    display: inline;
}
.banner-diagmed-9 .content-wrapper .calendar-grid .current .card {
    border: 0.5px solid #ffcccc;
    background: radial-gradient(106.48% 106.48% at 50% 50%, #ffcccc 0%, #ffffff 100%);
}
.banner-diagmed-9 .content-wrapper .calendar-grid .current .card .item {
    border-bottom: solid 2px #ff0202;
}

@media (max-width: 96.5rem) {
    .banner-diagmed-9 {
        padding: 6rem;
    }
    .banner-diagmed-9 .funny-handprints-8 {
        display: none;
    }
    .banner-diagmed-9 .funny-handprints-7 {
        display: none;
    }
    .banner-diagmed-9 .content-wrapper {
        width: 100%;
        max-width: 50rem;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid {
        grid-template-columns: 1fr;
        row-gap: 3rem;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .card-container {
        gap: 1.5rem;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .card-container .date {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .card-container .current-day {
        transform: translateX(0%);
        left: unset;
        right: 0;
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .card-container .card {
        padding: 3rem;
        gap: 1rem;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .card-container .card .item {
        gap: 1.5rem;
        padding-bottom: 1rem;
    }
    .banner-diagmed-9
        .content-wrapper
        .calendar-grid
        .card-container
        .card
        .item
        .name {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .banner-diagmed-9
        .content-wrapper
        .calendar-grid
        .card-container
        .card
        .item
        .time {
        font-size: 1.25rem;
        line-height: 1.25rem;
        font-weight: 500;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .current .current-day {
        display: inline;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .current .card {
        border: 0.5px solid #ffcccc;
        background: radial-gradient(
            106.48% 106.48% at 50% 50%,
            #ffcccc 0%,
            #ffffff 100%
        );
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .current .card .item {
        border-bottom: solid 2px #ff0202;
    }
}
@media (max-width: 43.75rem) {
    .banner-diagmed-9 {
        padding: 4rem 1.25rem;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .card-container .card {
        padding: 1.5rem 1rem;
    }
    .banner-diagmed-9
        .content-wrapper
        .calendar-grid
        .card-container
        .card
        .item
        .name {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .banner-diagmed-9
        .content-wrapper
        .calendar-grid
        .card-container
        .card
        .item
        .time {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .current .current-day {
        display: inline;
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .current .card {
        border: 0.5px solid #ffcccc;
        background: radial-gradient(
            106.48% 106.48% at 50% 50%,
            #ffcccc 0%,
            #ffffff 100%
        );
    }
    .banner-diagmed-9 .content-wrapper .calendar-grid .current .card .item {
        border-bottom: solid 2px #ff0202;
    }
}
