h2.wp-block-heading {
    font-size: 120%;
}

h3.wp-block-heading {
    font-size: 120%;
}

h4.wp-block-heading {
    font-size: 120%;
}

h5.wp-block-heading {
    font-size: 120%;
}

h6.wp-block-heading {
    font-size: 120%;
}

.is-layout-flex {
    align-items: start !important;
}

.wp-block-heading:not(:first-child) {
    margin-top: calc(50 / var(--break3));
}

.wp-block-image,
.wp-block-heading {
    margin-bottom: calc(30 / var(--break3));
}

.has-text-align-center {
    text-align: center;
}

.is-style-heading--section1 {
    font-weight: bold;
    margin-bottom: var(--size50px);
}

.is-style-heading--section1:before {
    height: var(--size5px) !important;
    background: var(--color1) !important;
    bottom: 0 !important;
}

@media(max-width: 767px) {
    h2.wp-block-heading {
        font-size: 110%;
    }

    h3.wp-block-heading {
        font-size: 110%;
    }

    h4.wp-block-heading {
        font-size: 105%;
    }

    h5.wp-block-heading {
        font-size: 105%;
    }

    h6.wp-block-heading {
        font-size: 100%;
    }

    .wp-block-heading:not(:first-child) {
        margin-top: 5vw;
    }

    .wp-block-image,
    .wp-block-heading {
        margin-bottom: 5vw;
    }
}

/* slider// */
.metaslider .flex-control-nav {
    display: none;
}

.metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a.flex-prev,
.metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a.flex-next {
    width: calc(40 / var(--break3));
    height: calc(100 / var(--break3));
    background: #909090 !important;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    border-radius: 0 !important;
}

.metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a.flex-next {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a.flex-prev:after,
.metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a.flex-next:after {
    content: none !important;
}

/* //slider */





/*  */
.wp-block-uagb-image__figure {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

h3.wp-block-heading {
    max-width: 770px;
    margin: var(--size30px) auto var(--size90px);
    font-size: 100%;
}

h3.is-style-heading4::before {
    background: #777;
}

@media(max-width: 767px) {
    h3.wp-block-heading {
        margin: 5vw auto 15vw;
    }
}


/* .custom-block-cover-point custom-block-title-point */
.custom-block-cover-point {
    padding: 0 !important;
}

.custom-block-title-point {
    position: relative;
    z-index: 1;
}

@media(max-width: 767px) {}

/*  */
.aligncenter {
    display: flex;
    justify-content: center;
}

@media(max-width: 767px) {}


/* single */
.single .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-fab623f7>.uagb-container-inner-blocks-wrap {
    max-width: 100% !important;
    row-gap: calc(40 / var(--break3)) !important;
    column-gap: calc(40 / var(--break3)) !important;
}

.single .wp-block-columns+p {
    margin-bottom: calc(80 / var(--break3));
}

@media(max-width: 767px) {}

/* eventSingle */
.singleEvent .wp-block-heading {
    max-width: 1300px;
}

.singleEvent .wp-block-columns-is-layout-flex {
    max-width: 1300px;
}

.singleEvent .wp-block-uagb-container.custom-block-edit-bg {
    width: calc(100% + 9.99vw);
    margin: 0 -4.99vw calc(60 / var(--break3));
    padding: calc(55 / var(--break3)) calc(50 / var(--break4)) !important;
    background: #F5F5F5;
    outline: 2px solid #aaa;
    outline-offset: calc(-20 / var(--break4));
}

.singleEvent .wp-block-uagb-container.custom-block-edit-bg p {
    font-size: calc(30 / var(--break3));
    text-align: center;
}

.singleEvent .wp-block-uagb-container.custom-block-edit-bg .wp-block-uagb-icon-list {
    max-width: 580px !important;
    margin: auto;
}

.uagb-icon-list__source-wrap svg {
    display: none !important;
}

.singleEvent .metaslider {
    max-width: 1300px;
}

@media(max-width: 767px) {

    .coverContentsCommo3 .wp-block-columns-is-layout-flex p {
        padding: .5em;
        text-align: center;
        font-size: 92%;
        color: #fff;
        background: rgba(51, 51, 51, .8);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .singleEvent .wp-block-uagb-container.custom-block-edit-bg {
        width: 99.999vw;
        padding: 6vw 10vw !important;
        margin: 0 -3.5vw 6vw;
        outline: 0;
    }

    .singleEvent .wp-block-uagb-icon-list.uagb-block-f297f4f2 .uagb-icon-list__wrap {
        background: #fff;
        padding: 4vw;
    }

    .singleEvent .wp-block-uagb-container.custom-block-edit-bg p {
        font-size: calc(16.5 / 380 * 100vw);
    }

    .singleEvent .wp-block-uagb-container.custom-block-edit-bg .wp-block-uagb-icon-list {
        max-width: 90% !important;
        line-height: 1.6;
        font-size: calc(14.5 / 380 * 100vw);
    }

    .singleEvent .wp-block-columns {
        display: block !important;
        width: 100% !important;
        position: relative;
        z-index: 1;
    }
}

/*  */

.uagb-icon-list__source-wrap svg {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
}

.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap {
    width: calc(30 / var(--break3));
    height: calc(30 / var(--break3));
    background: url(../img/common/check.svg)no-repeat center / contain;
}

.wp-block-uagb-icon-list.uagb-block-f297f4f2 .uagb-icon-list__source-wrap{
    margin-right: calc(30 / var(--break3)) !important;
}

.wp-block-columns-is-layout-flex {
    margin: 0 auto calc(50 / var(--break3));
}

.wp-block-columns-is-layout-flex p {
    padding: .5em 0;
}

@media(max-width: 767px) {
    .wp-block-uagb-icon-list-child{
        padding-bottom: 2vw !important;
        border-bottom: 1.4px solid #cccc;
    }
    .wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap {
        display: block !important;
        width: calc(40 / 750 * 100vw) !important;
        height: calc(40 / 750 * 100vw) !important;
        margin-right: 2.5vw;
    }

    .wp-block-uagb-icon-list.uagb-block-f297f4f2 .uagb-icon-list__source-wrap{
        margin-right: calc(58 / var(--break3)) !important;
    }

    .wp-block-columns-is-layout-flex {
        margin: 0 auto 10vw;
    }

}


/* coverImgCommon */
.single .coverImgCommon.is-layout-flex {
    display: flex !important;
}

.single .coverImgCommon.wp-block-columns-is-layout-flex {
    justify-content: space-between !important;
    gap: 0;
}

.single .coverImgCommon .wp-block-column>*:not(p) {
    margin-top: calc(20 / var(--break3));
}

.single .coverImgCommon .wp-block-column> :first-child {
    margin-top: 0;
}

.single .coverImgCommon .wp-block-column figure {
    width: 100%;
    overflow: hidden;
}

.single .coverImgCommon .wp-block-column img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.single .v1.coverImgCommon .wp-block-column:nth-of-type(1),
.single .v2.coverImgCommon .wp-block-column:nth-of-type(2) {
    width: calc(55% - 10 / var(--break3));
}

.single .v1.coverImgCommon .wp-block-column:nth-of-type(1) figure,
.single .v2.coverImgCommon .wp-block-column:nth-of-type(2) figure {
    height: calc(600 / var(--break3)) !important;
}

.single .v1.coverImgCommon .wp-block-column:nth-of-type(2),
.single .v2.coverImgCommon .wp-block-column:nth-of-type(1) {
    width: calc(45% - 10 / var(--break3));
}

.single .v1.coverImgCommon .wp-block-column:nth-of-type(2) .wp-block-uagb-image:first-child figure,
.single .v2.coverImgCommon .wp-block-column:nth-of-type(1) .wp-block-uagb-image:first-child figure {
    height: calc(240 / var(--break3)) !important;
}

.single .v1.coverImgCommon .wp-block-column:nth-of-type(2) .wp-block-uagb-image:last-child figure,
.single .v2.coverImgCommon .wp-block-column:nth-of-type(1) .wp-block-uagb-image:last-child figure {
    height: calc(340 / var(--break3)) !important;
}

@media (max-width: 768px) {

    .single .v1.coverImgCommon .wp-block-column:nth-of-type(1),
    .single .v2.coverImgCommon .wp-block-column:nth-of-type(2) {
        width: 54% !important;
    }

    .single .v1.coverImgCommon .wp-block-column:nth-of-type(1) figure,
    .single .v2.coverImgCommon .wp-block-column:nth-of-type(2) figure {
        height: calc(320 / 750 * 100vw) !important;
    }

    .single .v1.coverImgCommon .wp-block-column:nth-of-type(2),
    .single .v2.coverImgCommon .wp-block-column:nth-of-type(1) {
        width: 44% !important;
    }

    .single .v1.coverImgCommon .wp-block-column:nth-of-type(2) .wp-block-uagb-image:first-child figure,
    .single .v2.coverImgCommon .wp-block-column:nth-of-type(1) .wp-block-uagb-image:first-child figure {
        height: calc(110 / 750 * 100vw) !important;
    }

    .single .v1.coverImgCommon .wp-block-column:nth-of-type(2) .wp-block-uagb-image:last-child figure,
    .single .v2.coverImgCommon .wp-block-column:nth-of-type(1) .wp-block-uagb-image:last-child figure {
        height: calc(200 / 750 * 100vw) !important;
    }


}


/* coverImgCommon2 */
.single .coverImgCommon2.wp-block-uagb-container.uagb-block-1c2d3b04 {
    padding: 0;
    row-gap: 0;
    column-gap: 0;
}

.single .coverImgCommon2.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-1c2d3b04>.uagb-container-inner-blocks-wrap {
    row-gap: calc(20 / var(--break3));
    column-gap: 0;
}

.single .coverImgCommon2 .uagb-container-inner-blocks-wrap {
    max-width: 100% !important;
    justify-content: space-between !important;
}

.single .coverImgCommon2 .wp-block-uagb-image__figure {
    width: 100%;
    height: calc(550 / var(--break3));
    overflow: hidden;
}

.single .coverImgCommon2 .wp-block-uagb-image__figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.single .coverImgCommon2 .wp-block-uagb-container {
    padding: 0;
}

@media (min-width: 768px) {

    .single .coverImgCommon2.wp-block-uagb-container.uagb-is-root-container .uagb-block-5b2d54a7,
    .single .coverImgCommon2.wp-block-uagb-container.uagb-is-root-container .uagb-block-6143d2a2 {
        max-width: calc(62.5% - 10 / var(--break3));
    }

    .single .coverImgCommon2.wp-block-uagb-container.uagb-is-root-container .uagb-block-7a5017c8,
    .single .coverImgCommon2.wp-block-uagb-container.uagb-is-root-container .uagb-block-c33cbc13 {
        max-width: calc(37.5% - 10 / var(--break3));
    }
}

@media (max-width: 768px) {
    .single .coverImgCommon2.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap {
        max-width: unset !important;
        width: 99.999vw !important;
        display: block !important;
        margin: -3.5% !important;
        position: static;
    }

    .single .coverImgCommon2 .slick-slide{
        width: calc(600 / 750 * 100vw) !important;
        filter: brightness(.65);
        margin: 0 .75vw;        
    }
    .single .coverImgCommon2 .slick-slide.slick-active{
        filter: none !important;
    }

    .single .coverImgCommon2 .wp-block-uagb-image__figure {
        height: calc(350 / 750 * 100vw);
    }

    .single .coverImgCommon2.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-1c2d3b04>.uagb-container-inner-blocks-wrap {
        row-gap: 0 !important;
    }

    .single .coverImgCommon2 .slick-prev,
    .single .coverImgCommon2 .slick-next {
        width: calc(30 / 750 * 100vw) !important;
        height: calc(60 / 750 * 100vw) !important;
        top: calc(140 / 750 * 100vw);
        background: #d9d9d9 !important;
        clip-path: polygon(100% 50%, 0 100%, 0 0);
        position: absolute !important;
    }

    .single .coverImgCommon2 .slick-prev {
        left: 1.6vw !important;
    }

    .single .coverImgCommon2 .slick-next {
        right: 1.5vw !important;
        clip-path: polygon(100% 50%, 0 100%, 0 0);
    }
}

/* coverImgCommon3 */
@media(max-width: 767px) {
    .coverContentsCommo3 .wp-block-column {
        margin-bottom: 5vw;
        position: relative;
    }

    .coverContentsCommo3.wp-block-columns-is-layout-flex p {
        padding: .5em;
        text-align: center;
        font-size: 92%;
        color: #fff;
        background: rgba(51, 51, 51, .8);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

/* coverContentsCommon  */
.single .coverContentsCommon.is-layout-flex {
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: calc(78 / var(--break3))
}

.single .coverContentsCommon .wp-block-uagb-image .wp-block-uagb-image__figure img {
    width: 100% !important;
}

.single .coverContentsCommon .wp-block-column> :first-child {
    margin-top: 0;
}

.single .v1.coverContentsCommon .wp-block-column:nth-of-type(1),
.single .v2.coverContentsCommon .wp-block-column:nth-of-type(2) {
    width: 80%;
    position: relative;
    z-index: 1;
}

.single .v2.coverContentsCommon .wp-block-column:nth-of-type(2) {
    order: 0;
    margin-left: auto;
}

.single .v1.coverContentsCommon .wp-block-column:nth-of-type(2),
.single .v2.coverContentsCommon .wp-block-column:nth-of-type(1) {
    width: 80%;
    padding: calc(38 / var(--break3)) calc(58 / var(--break3)) calc(58 / var(--break3));
    position: relative;
    z-index: 0;
}

.single .v1.coverContentsCommon .wp-block-column:nth-of-type(2) {
    margin-left: auto;
}

.single .v2.coverContentsCommon .wp-block-column:nth-of-type(1) {
    order: 1;
}

.single .v1.coverContentsCommon .wp-block-column:nth-of-type(2)::before,
.single .v2.coverContentsCommon .wp-block-column:nth-of-type(1)::before {
    content: "";
    width: 100%;
    height: calc(100% + 300 / var(--break3));
    margin: auto;
    background: #eee;
    position: absolute;
    inset: auto 0 0 0;
    z-index: -2;
}

.single .coverContentsCommon .wp-block-column .wp-block-heading,
.single .coverContentsCommon .wp-block-column p {
    padding-left: calc(20 / var(--break3));
    border-left: 5px solid #86180F;
}
.single .coverContentsCommon .wp-block-column .wp-block-heading{
	font-size: calc(26  / var(--break3));
}
@media (max-width: 768px) {
    .single .v1.coverContentsCommon .wp-block-column:nth-of-type(1),
    .single .v2.coverContentsCommon .wp-block-column:nth-of-type(2) 
    {width: 100% !important;}
    .single .v1.coverContentsCommon .wp-block-column:nth-of-type(1) .wp-block-uagb-image__figure,
    .single .v2.coverContentsCommon .wp-block-column:nth-of-type(2) .wp-block-uagb-image__figure
    {
        display: block;
        max-width: 100% !important;
        width: 100% !important;
    }

    .single .coverContentsCommon.is-layout-flex {
        display: flex !important;
        margin-bottom: 7.5vw
    }

    .single .v1.coverContentsCommon .wp-block-column:nth-of-type(2)::before,
    .single .v2.coverContentsCommon .wp-block-column:nth-of-type(1)::before {
        content: none;
    }

    .single .v1.coverContentsCommon .wp-block-column:nth-of-type(2),
    .single .v2.coverContentsCommon .wp-block-column:nth-of-type(1) {
        width: 100%;
        padding: 5vw 0 0;
    }

    .single .coverContentsCommon .wp-block-column .wp-block-heading,
    .single .coverContentsCommon .wp-block-column p {
        padding-left: 2.5vw;
    }
	.single .coverContentsCommon .wp-block-column .wp-block-heading{
		font-size: calc(30 / 750 * 100vw);
	}
}


/* coverContentsCommon  */
.single .coverContentsCommon2 {
    align-items: end !important;
    max-width: 1300px;
    margin: 0 auto calc(125 / var(--break3));
    position: relative;
    gap: 0;
    z-index: 1;
}

.single .coverContentsCommon2 .wp-block-uagb-image__figure {
    width: 100%;
    height: calc(500 / var(--break2));
    overflow: hidden;
}

.single .coverContentsCommon2 .wp-block-uagb-image__figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.single .coverContentsCommon2.wp-block-columns-is-layout-flex p {
    padding-bottom: 0;
}

.single .v1.coverContentsCommon2 .wp-block-column:nth-of-type(1),
.single .v2.coverContentsCommon2 .wp-block-column:nth-of-type(2) {
    width: 58%;
    padding-bottom: calc(15 / var(--break2));
    position: relative;
    z-index: 1;
}

.single .v1.coverContentsCommon2 .wp-block-column:nth-of-type(2),
.single .v2.coverContentsCommon2 .wp-block-column:nth-of-type(1) {
    width: 42%;
    padding: 0 calc(40 / var(--break3));
    position: relative;
    z-index: 0;
}

.single .v1.coverContentsCommon2 .wp-block-column:nth-of-type(2)::before,
.single .v2.coverContentsCommon2 .wp-block-column:nth-of-type(1)::before {
    content: "";
    width: 150%;
    height: calc(100% + 140 / var(--break3));
    margin: auto;
    background: #EEEEEE;
    position: absolute;
    bottom: calc(-50 / var(--break3));
    z-index: -1;
}

.single .v1.coverContentsCommon2 .wp-block-column:nth-of-type(2)::before {
    right: 0;
}

.single .v2.coverContentsCommon2 .wp-block-column:nth-of-type(1)::before {
    left: 0;
}

.single .n1.coverContentsCommon2 .wp-block-column:nth-of-type(2)::after {
    content: "";
    width: calc(80 / var(--break3));
    height: calc(80 / var(--break3));
    margin: auto;
    position: absolute;
    background: #909090;
    bottom: calc(100% + 90 / var(--break3));
    left: 100%;
}

.single .n2.coverContentsCommon2 .wp-block-column:nth-of-type(1)::after {
    content: "";
    width: calc(320 / var(--break3));
    height: calc(360 / var(--break3));
    margin: auto;
    border: 2px solid #909090;
    position: absolute;
    bottom: calc(100% - 20 / var(--break3));
    left: calc(-50 / var(--break3));
    z-index: -2;
}

.single .n3.coverContentsCommon2::before {
    content: "";
    width: calc(260 / var(--break3));
    height: calc(160 / var(--break3));
    margin: auto;
    background: #909090;
    position: absolute;
    bottom: calc(-80 / var(--break3));
    left: calc(-80 / var(--break3));
    z-index: -2;
}

.single .n3.coverContentsCommon2::after {
    content: "";
    width: calc(120 / var(--break3));
    height: calc(120 / var(--break3));
    margin: auto;
    border: 2px solid #909090;
    position: absolute;
    top: calc(-50 / var(--break3));
    left: 0;
    right: calc(-210 / var(--break3));
    z-index: 1;
}

@media (max-width: 768px) {
    .single .coverContentsCommon2 {
        display: flex !important;
        width: 98% !important;
        flex-wrap: wrap !important;
        margin: 0 auto 12.5vw;
        padding-top: 2.5vw;
        position: relative;
        z-index: 1;
    }

    .single .coverContentsCommon2 .wp-block-uagb-image__figure {
        height: calc(400 / 750 * 100vw);
    }

    .single .v1.coverContentsCommon2 .wp-block-column:nth-of-type(1),
    .single .v2.coverContentsCommon2 .wp-block-column:nth-of-type(2) {
        order: 0;
        width: 100%;
        padding-bottom: 3vw;
        position: relative;
        z-index: 1;
    }

    .single .v1.coverContentsCommon2 .wp-block-column:nth-of-type(1)::after,
    .single .v2.coverContentsCommon2 .wp-block-column:nth-of-type(2)::after {
        content: "";
        width: calc(280 / 750 * 100vw);
        height: calc(100 / 750 * 100vw);
        margin: auto;
        background: #C3C3C3;
        position: absolute;
        bottom: 0;
        right: -2.5vw;
        z-index: -1;
    }

    .single .v1.coverContentsCommon2 .wp-block-column:nth-of-type(2),
    .single .v2.coverContentsCommon2 .wp-block-column:nth-of-type(1) {
        order: 1;
        width: 100%;
        padding: 5vw 0 0;
    }

    .single .v1.coverContentsCommon2 .wp-block-column:nth-of-type(2)::before,
    .single .v2.coverContentsCommon2 .wp-block-column:nth-of-type(1)::before {
        content: none;
    }

    .single .n1.coverContentsCommon2 .wp-block-column:nth-of-type(2)::after {
        content: none;
    }

    .single .n2.coverContentsCommon2 .wp-block-column:nth-of-type(1)::after {
        content: none;
    }

    .single .n3.coverContentsCommon2::before {
        content: none;
    }

    .single .n3.coverContentsCommon2::after {
        content: none;
    }

    .single .coverContentsCommon2::after {
        content: "01";
        width: auto !important;
        height: auto !important;
        line-height: 1;
        font-family: "Crimson Text", serif;
        font-weight: 700;
        font-style: normal;
        font-size: calc(52.5/380*100vw);
        color: #86180F;
        text-shadow: 0 0 0 #fff, 0 0 1px #fff, 0 0 2px #fff, 1px 1px 0px #fff, 1px 1px 1px #fff, 1px 1px 2px #fff;
        border: 0 !important;
        position: absolute;
        top: -2.5vw !important;
        left: 2.5vw !important;
        z-index: 1;
    }

    .single .n2.coverContentsCommon2::after {
        content: "02";
    }

    .single .n3.coverContentsCommon2::after {
        content: "03";
    }

    .single .coverContentsCommon2 p {
        font-size: calc(15 /380*100vw);
    }
}

/* copyNumCommon */
.copyNumCommon {
    margin-bottom: calc(20 / var(--break3)) !important;
    padding-left: calc(80 / var(--break3));
    line-height: 1.5;
    font-size: calc(32/ var(--break3)) !important;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.copyNumCommon::before {
    content: "";
    width: calc(60 / var(--break3));
    height: calc(70 / var(--break3));
    margin: auto;
    margin: auto;
    background: url(../img/common/pointN01.png)no-repeat center/ contain;
    position: absolute;
    top: 0;
    bottom: calc(20 / var(--break3));
    left: 0;
}

.copyNumCommon.no2::before {
    background: url(../img/common/pointN02.png)no-repeat center/ contain;
}

.copyNumCommon.no3::before {
    background: url(../img/common/pointN03.png)no-repeat center/ contain;
}

.copyNumCommon.no4::before {
    background: url(../img/common/pointN04.png)no-repeat center/ contain;
}

.copyNumCommon.no5::before {
    background: url(../img/common/pointN05.png)no-repeat center/ contain;
}

.copyNumCommon.no6::before {
    background: url(../img/common/pointN06.png)no-repeat center/ contain;
}

@media (max-width: 768px) {
    .copyNumCommon {
        margin-bottom: calc(20 / var(--break3)) !important;
        padding-left: 0;
        font-weight: 700;
        font-size: calc(17.5 / 380 * 100vw) !important;
    }

    .copyNumCommon::before {
        content: none;
    }
}


/*  */
.sliderEventLower{
    max-width: 1 !important;
}
.sliderEventLower .slick-slide{
    width: calc(1000 / var(--break2)) !important;
    height: calc(700 / var(--break2));
    filter: brightness(.6);
    margin: 0 calc(12.5 / var(--break3));        
}
.sliderEventLower .slick-slide.slick-active{
    filter: none !important;
}
.sliderEventLower .slick-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}


.sliderEventLower .slick-prev,
.sliderEventLower .slick-next 
{
    width: calc(30 / var(--break2)) !important;
    height: calc(60 / var(--break2)) !important;
    top: calc(320 / var(--break2));
    background: #d9d9d9 !important;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    position: absolute !important;
}

.sliderEventLower .slick-prev {
    left: 5% !important;
}

.sliderEventLower .slick-next {
    right: 5% !important;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
}

@media (max-width: 768px) {
    .sliderEventLower{
        max-width: unset !important;
        width: 99.999vw !important;
        display: block !important;
        margin: -3.5% !important;
        position: static;
    }

    .sliderEventLower .slick-slide{
        width: calc(600 / 750 * 100vw) !important;
        height: calc(350 / 750 * 100vw);
        margin: 0 .75vw;        
    }
    .sliderEventLower .slick-prev,
    .sliderEventLower .slick-next 
    {
        width: calc(30 / 750 * 100vw) !important;
        height: calc(60 / 750 * 100vw) !important;
        top: calc(140 / 750 * 100vw);
    }

    .sliderEventLower .slick-prev {
        left: 1.6vw !important;
    }

    .sliderEventLower .slick-next {
        right: 1.5vw !important;
        clip-path: polygon(100% 50%, 0 100%, 0 0);
    }
}