.is-style-auto-image{
    height: 100%;
}
.is-style-auto-image img{
    height: 100%;
    object-fit: cover;
}
.is-style-polygon-corner, .polygon-corne {
    clip-path: polygon(
            0% 0%,
            0% 100%,
            calc(100% - 15px) 100%,
            100% calc(100% - 15px),
            100% 0%
    );
}

.is-style-button-arrow strong::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17L17 7M17 7H8M17 7V16' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17L17 7M17 7H8M17 7V16' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17L17 7M17 7H8M17 7V16' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    vertical-align: middle;
    background-color: currentColor;
}

.is-style-button-play strong::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    vertical-align: middle;
    background-color: currentColor;
}

/* Mobile view fix */
.frontpage .wp-block-cover:first-child, .frontpage .wp-block-group:first-child > .wp-block-columns {
    width: 100%;
}

/*Front Page fade corner animations*/

.is-style-top-left-corner-decoration .wp-block-cover__background::before{
    content: '';
    position: absolute;
    top: 5%;
    left: 0;
    width: 100px;
    height: 100px;
    /* background-image: url("../../../assets/images/src/top-left-corner-decoration.svg"); */
    background-image: url("../../../assets/images/src/Blue-Lines.gif");
    background-size: contain;
    background-repeat: no-repeat;
}

.is-style-top-left-corner-decoration .wp-block-cover__background::after{
    content: '';
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 100px;
    height: 100px;
    /* background-image: url("../../../assets/images/src/bottom-right-corner-decoration.svg"); */ 
    background-image: url("../../../assets/images/src/Green-Lines.gif");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 780px) {
    .is-style-mobile-hidden{
        display: none;
    }

    .wp-block-cover.is-style-cover-mobile-hidden-image > img{
        display: none;
    }
}

@media (max-width: 1024px) {
    .is-style-tablet-hidden{
        display: none;
    }

    .wp-block-columns.is-style-laptop-wrap{
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .wp-block-columns.is-style-laptop-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .wp-block-columns.is-style-laptop-wrap .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        -ms-flex-positive: 100 !important;
            flex-grow: 100 !important;
    }
    .wp-block-cover.is-style-cover-tablet-hidden-image > img{
        display: none;
    }
}



details.wp-block-details summary{
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

details.wp-block-details summary:after{
    content: '\002B';
    color: #0067b1;
    font-weight: bold;
    font-size: 42px !important;
}

details.wp-block-details[open] .summary:after{
    content: "\2212";
}

