a.link-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fbedf0;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
}

a.link-div span {
    font-size: 1rem;
    font-weight: normal;
}

a.link-div:hover {
    background-color: #000000;
    color: #ffffff;
}

a.link-div img {
    max-width: 75px;
    margin-right: 20px;
}

a.link-div .more-link {
    display: inline;
    margin-top: 0;
    font-size: inherit;
    line-height: inherit;
    color: #c61d24;
    text-decoration: underline;
    text-decoration-color: #000000;
    text-underline-offset: 2px;
    font-weight: 600;
}

@media (max-width: 767px) {
    a.link-div .more-link {
        white-space: nowrap;
        font-size: 1rem;
    }
}

body.home-page .module-wysiwyg1 .wysiwyg-hero {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-height: 300px;
}

body.home-page .module-wysiwyg1 .wysiwyg-hero__image {
    display: block;
    width: 100%;
    min-height: 300px;
    height: clamp(300px, 44vw, 560px);
    object-fit: cover;
    object-position: center center;
}

body.home-page .module-wysiwyg1 .wysiwyg-hero__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

body.home-page .module-wysiwyg1 .wysiwyg-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 32px 75px;
}

body.home-page .module-wysiwyg1 .wysiwyg-hero__box {
    max-width: 440px;
    color: #ffffff;
    text-align: left;
}

body.home-page .module-wysiwyg1 .wysiwyg-hero__title {
    display: block;
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

body.home-page .module-wysiwyg1 .wysiwyg-hero__description {
    display: block;
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.55;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

body.home-page .module-wysiwyg1 .wysiwyg-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 8px;
    background: #d91f26;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

body.home-page .module-wysiwyg1 .wysiwyg-hero__cta:hover {
    background: #bf171d;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    body.home-page .module-wysiwyg1 .wysiwyg-hero__content {
        padding: 28px 40px;
    }

    body.home-page .module-wysiwyg1 .wysiwyg-hero__box {
        max-width: 380px;
    }

    body.home-page .module-wysiwyg1 .wysiwyg-hero__title {
        font-size: 32px;
    }

    body.home-page .module-wysiwyg1 .wysiwyg-hero__description {
        margin-bottom: 20px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    body.home-page .module-wysiwyg1 .wysiwyg-hero__content {
        padding: 24px 20px;
    }

    body.home-page .module-wysiwyg1 .wysiwyg-hero__box {
        max-width: 100%;
    }

    body.home-page .module-wysiwyg1 .wysiwyg-hero__title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    body.home-page .module-wysiwyg1 .wysiwyg-hero__description {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.45;
    }

    body.home-page .module-wysiwyg1 .wysiwyg-hero__cta {
        min-height: 44px;
        padding: 10px 18px;
        font-size: 14px;
    }
}
