.elementor-671 .elementor-element.elementor-element-adf3785 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f5185fb */#content-wrapper #page-content > .container,
#content-wrapper article.block,
#content-wrapper #content,
#content-wrapper #main {
    background: transparent !important;
}

#content-wrapper article.block > header,
#content-wrapper .article-hr-end {
    display: none !important;
}

.md-daymini {
    width: 100%;
    padding: 0 18px 32px;
    position: relative;
    z-index: 10;
}

.md-daymini * {
    box-sizing: border-box;
}

.md-daymini-hero {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: rgba(250, 247, 240, .9);
    border: 1px solid rgba(216, 195, 165, .58);
    border-radius: 16px;
    box-shadow: 0 16px 45px rgba(61, 60, 58, .09);
    padding: 36px;
}

.md-daymini-hero span,
.md-daymini-heading span,
.md-daymini-stations-heading span {
    display: inline-flex;
    color: #C98568;
    background: rgba(201, 133, 104, .1);
    border: 1px solid rgba(201, 133, 104, .22);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.md-daymini-hero h1 {
    color: #3D3C3A;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 800;
    margin: 0 0 12px;
}

.md-daymini-hero p {
    color: #5F625C;
    font-size: 17px;
    line-height: 1.62;
    font-weight: 400;
    max-width: 690px;
    margin: 0;
}

.md-daymini-hero a {
    min-width: 230px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #A8B8A0;
    color: #fff;
    border-radius: 8px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(127, 150, 120, .24);
    transition: all .22s ease;
    white-space: nowrap;
}

.md-daymini-hero a:hover {
    background: #C98568;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.md-daymini-card {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 22px;
    background: rgba(250, 247, 240, .9);
    border: 1px solid rgba(216, 195, 165, .58);
    border-radius: 16px;
    box-shadow: 0 16px 45px rgba(61, 60, 58, .09);
    padding: 34px;
}

.md-daymini-heading,
.md-daymini-stations-heading {
    max-width: 790px;
    margin: 0 auto 26px;
    text-align: center;
}

.md-daymini-heading h2,
.md-daymini-stations-heading h2 {
    color: #3D3C3A;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 800;
    margin: 0 0 12px;
}

.md-daymini-heading p,
.md-daymini-stations-heading p {
    color: #5F625C;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.md-daymini-list {
    display: grid;
    gap: 10px;
}

.md-daymini-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 18px;
    align-items: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, .5), rgba(250, 247, 240, .92));
    border: 1px solid rgba(216, 195, 165, .45);
    border-radius: 12px;
    padding: 13px 16px;
    box-shadow: 0 8px 20px rgba(61, 60, 58, .045);
    transition: all .22s ease;
}

.md-daymini-item:hover {
    transform: translateY(-2px);
    border-color: rgba(168, 184, 160, .65);
    box-shadow: 0 12px 26px rgba(61, 60, 58, .08);
}

.md-daymini-item time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    background: rgba(168, 184, 160, .24);
    color: #6F8068;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 800;
    text-align: center;
}

.md-daymini-item:nth-child(3n) time {
    background: rgba(216, 195, 165, .34);
    color: #8A7356;
}

.md-daymini-item:nth-child(4n) time {
    background: rgba(201, 133, 104, .16);
    color: #C98568;
}

.md-daymini-item p {
    color: #4E504C;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 600;
    margin: 0;
}

.md-daymini-stations {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 22px;
    background: rgba(250, 247, 240, .88);
    border: 1px solid rgba(216, 195, 165, .58);
    border-radius: 16px;
    box-shadow: 0 16px 45px rgba(61, 60, 58, .08);
    padding: 34px;
}

.md-daymini-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.md-daymini-station {
    background: linear-gradient(145deg, rgba(255, 255, 255, .5), rgba(250, 247, 240, .92));
    border: 1px solid rgba(216, 195, 165, .48);
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(61, 60, 58, .05);
    transition: all .22s ease;
}

.md-daymini-station:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(61, 60, 58, .1);
    border-color: rgba(168, 184, 160, .65);
}

.md-daymini-station span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #A8B8A0;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(127, 150, 120, .2);
    margin-bottom: 14px;
}

.md-daymini-station:nth-child(2n) span {
    background: #D8C3A5;
}

.md-daymini-station:nth-child(3n) span {
    background: #C98568;
}

.md-daymini-station h3 {
    color: #3D3C3A;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 9px;
}

.md-daymini-station p {
    color: #4E504C;
    font-size: 15px;
    line-height: 1.52;
    font-weight: 500;
    margin: 0;
}

.md-daymini-note {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 22px;
    background: linear-gradient(145deg, rgba(168, 184, 160, .22), rgba(250, 247, 240, .9));
    border: 1px solid rgba(216, 195, 165, .58);
    border-radius: 16px;
    box-shadow: 0 16px 45px rgba(61, 60, 58, .08);
    padding: 34px;
    text-align: center;
}

.md-daymini-note h2 {
    color: #3D3C3A;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 800;
    margin: 0 0 12px;
}

.md-daymini-note p {
    color: #5F625C;
    font-size: 17px;
    line-height: 1.6;
    max-width: 780px;
    margin: 0 auto;
}

.md-daymini-cta {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(145deg, rgba(168, 184, 160, .28), rgba(216, 195, 165, .32));
    border: 1px solid rgba(216, 195, 165, .58);
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(61, 60, 58, .08);
    padding: 28px 34px;
}

.md-daymini-cta h2 {
    color: #3D3C3A;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 8px;
}

.md-daymini-cta p {
    color: #5F625C;
    font-size: 17px;
    line-height: 1.45;
    margin: 0;
}

.md-daymini-cta a {
    min-width: 170px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #C98568;
    color: #fff;
    border-radius: 8px;
    padding: 0 24px;
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(201, 133, 104, .24);
    transition: all .22s ease;
    white-space: nowrap;
}

.md-daymini-cta a:hover {
    background: #A8B8A0;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .md-daymini {
        padding: 0 14px 28px;
    }

    .md-daymini-hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 26px;
    }

    .md-daymini-hero h1 {
        font-size: 32px;
    }

    .md-daymini-hero a {
        width: 100%;
    }

    .md-daymini-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .md-daymini-cta {
        flex-direction: column;
        text-align: center;
        padding: 26px;
    }
}

@media (max-width: 575px) {
    .md-daymini {
        padding: 0 12px 24px;
    }

    .md-daymini-hero,
    .md-daymini-card,
    .md-daymini-stations,
    .md-daymini-note,
    .md-daymini-cta {
        border-radius: 12px;
        padding: 22px;
    }

    .md-daymini-hero h1 {
        font-size: 28px;
    }

    .md-daymini-heading h2,
    .md-daymini-stations-heading h2,
    .md-daymini-note h2 {
        font-size: 26px;
    }

    .md-daymini-hero p,
    .md-daymini-heading p,
    .md-daymini-stations-heading p,
    .md-daymini-note p,
    .md-daymini-cta p {
        font-size: 16px;
    }

    .md-daymini-item {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px;
    }

    .md-daymini-item time {
        justify-content: flex-start;
        width: fit-content;
        min-height: 34px;
        font-size: 14px;
    }

    .md-daymini-item p {
        font-size: 15px;
    }

    .md-daymini-grid {
        grid-template-columns: 1fr;
    }

    .md-daymini-station {
        padding: 17px;
    }

    .md-daymini-cta h2 {
        font-size: 24px;
    }

    .md-daymini-cta a {
        width: 100%;
    }
}/* End custom CSS */