.wp-block-icb-hover-tabs {
    background-color: #F4F4F4;

    @media ( min-width: 1024px ) {
        /* padding: 90px 0; */
    }
    .block-categories-main {
        @media ( min-width: 768px ) {
            display: flex;
            justify-content: space-between;
            gap: 5%;

            .tabs-intro-nav-wrap {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
        }
         @media ( min-width: 1280px ) {
            gap: 150px;
        }
        /* @media ( min-width: $bfm ) {
            gap: 300px;
        } */
        h2 {
            color: #003C78;
            padding-top: 0;
            em {
                color: #0175C0;
                font-style: normal;
            }
        }
    }
    ul.tabs-nav-hover {
        /* display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
         @media ( min-width: $lg ) { */
            display: block;
            flex-shrink: 0;
            min-width: 40%;
            padding-left: 0;
        /* } */
	    .tab {
            margin: 0;
            padding: 0;
            list-style-type: none;
            border-top: 1px solid #DFDEDE;
            &:last-of-type {
                border-bottom: 1px solid #DFDEDE;
            }
            &:before {
                display: none;
            }
        }
        .tab-trigger {
            display: block;
            text-decoration: none;
            .large-link {
                color: #003C78;
                display: block;
                position: relative;
                h4 {
                    display: inline-block;
                }

                @media screen and (width <= 768px) {
                    &:after {
                        content: '\f061';
                        font-family: 'Font Awesome 6 Pro', 'Font Awesome 5 Pro';
                        /* padding-left: 3%; */
                        font-weight: 100;
                        text-decoration: none;
                        transform: rotate(-45deg);
                        position: absolute;
                        right: 0;
                        top: 25%;
                    }
                }
            }
            &.active {
                .large-link {
                    color: #0175C0;
                    position: relative;
                    &::after {
                        content: '\f061';
                        font-family: 'Font Awesome 6 Pro', 'Font Awesome 5 Pro';
                        /* padding-left: 3%; */
                        font-weight: 100;
                        text-decoration: none;
                        transform: rotate(-45deg);
                        position: absolute;
                        right: 0;
                        top: 25%;
                    }
                }
                .style-hover {
                    &::after {
                        opacity: 1;
                    }
                }
            }
        }
    }
    .tabs-contents-wrap {
        display: none;
        @media ( min-width: 768px ) {
            display: block;
            max-width: 350px;
        }
        @media ( min-width: 1024px ) {
            max-width: 630px;
        }
        .tab-content {
            @media ( max-width: 768px ) {
                display: block !important;
                padding-bottom: 5%;
            }
        }
        .tab-image {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: -25px;
            margin-right: -25px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            aspect-ratio: 2 / 1;
            flex-direction: column;
            position: relative;

            .video-loop {
                aspect-ratio: 2 / 1;
                object-fit: cover;
                max-width: 100%;
                position: absolute;
            }

            @media ( min-width: 768px ) {
                display: block;
                margin: 0;
                /* aspect-ratio: 3 / 2; */

                img {
                    object-fit: cover;
                    aspect-ratio: 5 / 6.5;
                }

                .video-loop {
                    aspect-ratio: 5 / 6.5;
                    position: relative;
                }
            }
        }
        .large-link {
            color: #FEFEFE;
            font-size: 50px;
            /* text-decoration-line: underline; */
            /* text-decoration-style: solid; */
            /* text-decoration-skip-ink: none; */
            /* text-decoration-thickness: 13.5%; */
            background-color: rgba(0, 0, 0, 0.55);
            text-align: center;
            flex-grow: 1;
            align-content: center;
            width: 100%;
            position: absolute;
            height: 100%;
             @media ( min-width: 768px ) {
                display: none;
            }
        }
        p, ul {
            margin: 0;
            padding: 30px 0 0 0px;
             @media ( min-width: 1024px ) {
                padding: 30px 0 0 0;
                font-size: 16px;
            }
        }
    }
}
/*# sourceMappingURL=block.css.map */