/*@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap');*/

.widget-box{
    color: #000;
}

.widget-box .bw-helper{
    display: none;
}

.widget-box .bw-wrapper .bw-wrapper-helper{
    display: none;
}

.widget-box .bw-content .content-text{
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    max-height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-box .content-discount{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
}

.widget-box .content-discount .discount-code{
    border: 1px dashed #505050;
    padding: 5px 40px 5px 15px;
    width: auto;
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H9.02632V3.99H14V15H4.42105V10.44H0V0ZM4.42105 9.69V3.99H8.28947V0.75H0.736842V9.69H4.42105ZM5.15789 4.74V14.25H13.2632V4.74H5.15789Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.widget-box .content-discount.code-copied .discount-code{
    background-image: var(--svg-circle-success);
}

.widget-box .btn{
    color: #fff;
    background-color: #000;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.widget-box .btn.btn-outline-default{
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.widget-box .btn.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.widget-box .btn.btn-black {
    color: #fff;
    background-color: #000;
}

.widget-box .bw-info{
    color: #939393;
    text-decoration: none;
    font-weight: 300;
    fill: #939393;
    font-size: 11px;
    width: 100%;
}

.widget-box .bw-info .info-more{
    fill: #939393;
    color: #939393;
}

.widget-box .bw-info .info-icon{
    fill: #939393;
    width: 17px;
    height: 18px;
}

.widget-box .bw-info:hover{
    text-decoration: none;
}

.widget-box .bw-media .image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-box .bw-media picture{
    width: 100%;
    height: 100%;
}
.widget-box .bw-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-box .bw-media .video-content{
    display: none;
}

.video-content .video-content-play-control{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('data:image/svg+xml,<svg width="67" height="67" viewBox="0 0 67 67" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="33.4994" cy="33.5014" r="32.4194" fill="black" fill-opacity="0.4"/><circle cx="33.5" cy="33.5" r="32.5" stroke="white" stroke-width="2"/><path d="M48.6289 33.5001L25.9354 46.6023L25.9354 20.398L48.6289 33.5001Z" fill="white"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-content.video-is-playing .video-content-play-control{
    background-image: none;
}


.widget-box .bw-products .product-list-item-rest-container{
    padding-bottom: 0;
}

/* BEGIN: bw-template-default */
.bw-template-default .bw-wrapper{
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 24px;
    grid-template-areas: "content media";
    position: relative;
}

.bw-template-default .bw-content{
    grid-area: content;
    height: 100%;
    padding-top: 40px;
}

.bw-template-default .bw-content-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 15px 15px 30px;
    height: 100%;
    gap: 10px;
}

.bw-template-default .bw-content-title{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bw-template-default .bw-content-title .content-title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
}

.bw-template-default .bw-content-title .content-title_line_2 {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 36px;
}

.bw-template-default .bw-content-title .content-title_after{
    font-weight: 300;
}

.bw-template-default .bw-content .content-counter .counter-text{
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 5px;
}

.bw-template-default .bw-media{
    width: 561px;
    /*height: 100%;*/
    aspect-ratio: 7 / 4;
    position: relative;
    grid-area: media;
}

.bw-template-default .bw-content-footer{
    display: flex;
    /*grid-template-columns: auto auto;*/
    justify-content: space-between;
    gap: 10px;
}

.bw-template-default .bw-content-footer .content-btn{
    margin-bottom: 15px;
}

.bw-template-default .bw-content-footer .bw-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.bw-template-default .bw-content-footer .bw-info .info-more{
    display: flex;
    gap: 5px;
}

.bw-template-default.bw-with-border{
    position: relative;
}

.bw-template-default.bw-with-border .bw-helper{
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 24px;
    border: 1px solid #E1E1E1;
    z-index: -1;
}

.bw-template-default.bw-with-border .bw-wrapper{
    padding: 0 24px 24px 0;
}

.bw-template-default .bw-products{
    overflow: hidden;
}

.bw-template-default .bw-products{
    padding: 0 24px;
}

.bw-template-default.bw-with-products.bw-with-border .bw-helper{
    left: 0;
}

.bw-template-default.bw-with-products.bw-with-border .bw-wrapper{
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .bw-template-default .bw-wrapper{
        grid-template-columns: 1fr;
        grid-template-areas: "media" "content";
    }

    .bw-template-default .bw-content{
        padding: 0;
    }

    .bw-template-default .bw-content-wrapper{
        padding: 30px 15px 15px;
        gap: 15px;
    }

    .bw-template-default.bw-with-border .bw-wrapper{
        padding: 0;
    }

    .bw-template-default .bw-wrapper .bw-wrapper-helper{
        display: block;
        position: absolute;
        top: 36px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .bw-template-default .bw-media{
        width: 100%;
        padding: 0 15px;
    }

    .bw-template-default .bw-media .image{
        position: static;
    }

    .bw-template-default .bw-media .image img{
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .widget-box.bw-fluid-mobile{
        margin-left: -15px;
        margin-right: -15px;
    }

    .bw-template-default.bw-with-border .bw-helper{
        border: 0;
    }

    .bw-template-default .bw-products{
        padding: 0;
        margin-right: -15px;
    }
}
/* END: bw-template-default */

/* BEGIN: bw-template-designer */
.bw-template-designer .bw-wrapper{
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 24px;
    /*color: #000;*/
    grid-template-areas: "content media";
    position: relative;
}

.bw-template-designer .bw-content{
    grid-area: content;
    height: 100%;
    padding-top: 25px;
}

.bw-template-designer .bw-content-wrapper{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 15px;
    height: 100%;
    gap: 10px;
}

.bw-template-designer .bw-content-title .content-title{
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
}

.bw-template-designer .content-btn .btn{
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.bw-template-designer .bw-media{
    width: 660px;
    position: relative;
    grid-area: media;
    aspect-ratio: 2.5 / 1;
}

.bw-template-designer .bw-content-footer{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.bw-template-designer .bw-content-footer:empty {
    display: none;
}

.bw-template-designer .bw-content-footer .bw-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.bw-template-designer .bw-content-footer .bw-info .info-more{
    display: flex;
    gap: 5px;
}


@media (max-width: 991px) {
    .bw-template-designer .bw-wrapper {
        grid-template-columns: 1fr;
        grid-template-areas: "media" "content";
    }

    .bw-template-designer .bw-wrapper .bw-wrapper-helper{
        display: block;
        position: absolute;
        top: 36px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .bw-template-designer .bw-content{
        padding: 0;
    }

    .bw-template-designer .bw-media{
        /*height: auto;*/
        /*min-height: auto;*/
        width: 100%;
        padding: 0 15px;
    }

    /*.bw-template-designer .bw-media .image{*/
    /*    position: static;*/
    /*}*/
}
/* END: bw-template-designer */

/* BEGIN - .bw-template-simply */
.bw-template-simply .bw-wrapper{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "content products";
}

.bw-template-simply .bw-content{
    grid-area: content;
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 425px;
}

.bw-template-simply .bw-content-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 15px;
    /*height: 100%;*/
}

.bw-template-simply.bw-without-padding .bw-content-wrapper{
    padding: 0;
}

.bw-template-simply .bw-content-title .content-title{
    font-weight: 300;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
}

.bw-template-simply .bw-content-title .content-title_line_2{
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
}

.bw-template-simply .bw-content-title .content-title_after{
    font-weight: 300;
}

.bw-template-simply .bw-info{
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: flex-end;
}

.bw-template-simply .bw-info .info-more{
    display: flex;
    gap: 5px;
}

.bw-template-simply .bw-products{
    overflow: hidden;
    grid-area: products;
    padding: 0 20px;
}

.bw-template-simply.bw-with-border{
    position: relative;
}

.bw-template-simply.bw-with-border .bw-helper{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 24px;
    border: 1px solid #E1E1E1;
    z-index: -1;
}

.bw-template-simply.bw-with-border .bw-wrapper{
    padding: 24px 0;
}

@media (max-width: 1199px) {
    .bw-template-simply .bw-content{
        min-height: 450px;
    }

    .bw-template-simply .bw-wrapper{
        grid-template-columns: 1fr 2fr;
    }
}

@media (max-width: 991px) {
    .bw-template-simply .bw-content{
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .bw-template-simply .bw-content{
        min-height: auto;
    }

    .bw-template-simply .bw-wrapper{
        grid-template-columns: 1fr;
        grid-template-areas: "products" "content";
        gap: 30px;
    }

    .bw-template-simply.bw-with-border .bw-helper{
        display: none;
    }

    .bw-template-simply.bw-with-border .bw-wrapper{
        padding: 0;
    }

    .bw-template-simply .bw-products{
        padding: 0;
        margin-right: -15px;
    }
}

.bw-template-simply .bw-products{
    @media (max-width: 767px) { min-height: calc(100vw / 1.1); }
    @media (max-width: 600px) { min-height: calc(100vw / 1.05); }
    @media (max-width: 430px) { min-height: calc(100vw); }
    @media (max-width: 350px) { min-height: calc(100vw / 0.95); }
}

/* END - .bw-template-simply */



/* BEGIN - .bw-template-box_1 */
.bw-template-box_1{
    position: relative;
}

.bw-template-box_1 .bw-wrapper{
    display: grid;
    grid-template-columns: 1fr 400px;
    margin-bottom: 24px;
    grid-template-areas: "content media" "products media";
}

.bw-template-box_1 .bw-content{
    grid-area: content;
    height: 100%;
    padding-top: 50px;
}
.bw-template-box_1 .bw-media{
    grid-area: media;
    position: relative;

}
.bw-template-box_1 .bw-products{
    overflow: hidden;
    grid-area: products;
    padding: 0 24px;
    position: relative;
}

.bw-template-box_1 .bw-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 15px 15px 30px;
    height: 100%;
    gap: 10px;
}

.bw-template-box_1 .bw-content-title .content-title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 5px;
}

.bw-template-box_1 .bw-content-title .content-title_line_2 {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 5px;
}

.bw-template-box_1 .bw-content-title .content-title_after {
    font-weight: 300;
}

.bw-template-box_1 .bw-content-footer{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.bw-template-box_1 .bw-content-footer .content-btn{
    margin-bottom: 15px;
}

.bw-template-box_1 .bw-content-footer .bw-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.bw-template-box_1 .bw-content-footer .bw-info .info-more{
    display: flex;
    gap: 5px;
}

.bw-template-box_1 .bw-media .video-content-desktop {
    width: 100%;
    padding-top: 180%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bw-template-box_1 .bw-media .video-content iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bw-template-box_1 .bw-media .video-content-mobile{
    display: none;
    width: 100%;
    padding-top: 55%;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 991px) {
    .bw-template-box_1 .bw-media .video-content-desktop {
        display: none;
    }

    .bw-template-box_1 .bw-media .video-content-mobile{
        display: flex;
    }
}


.bw-template-box_1 .bw-products .bw-products-helper{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
}


.bw-template-box_1.bw-with-border .bw-helper{
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0px;
    border: 1px solid #E1E1E1;
    z-index: -1;
}

.bw-template-box_1.bw-with-border .bw-wrapper{
    padding: 0 24px 24px 0;
}

@media (min-width: 992px) {
    .bw-template-box_1 .bw-products .owl-item{
        width: 260px !important;
    }
}
@media (max-width: 991px) {
    .bw-template-box_1 .bw-wrapper {
        grid-template-columns: 1fr;
        grid-template-areas: "media" "content" "products";
        padding: 0;
    }

    .bw-template-box_1.bw-with-border .bw-helper{
        border: 0;
        border-bottom: 1px solid #E1E1E1;
    }

    .bw-template-box_1.bw-with-border .bw-wrapper{
        padding: 0;
    }

    .bw-template-box_1 .bw-content-wrapper{
        padding-left: 15px;
    }

    .bw-template-box_1 .bw-content{
        padding: 0;
    }

    .bw-template-box_1 .bw-media{
        height: auto;
        min-height: auto;
        width: 100%;
        padding: 0 15px;
        position: relative;
    }

    .bw-template-box_1 .bw-products{
        padding: 0 15px;
    }

    .bw-template-box_1 .bw-media-helper{
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
}
/* END - .bw-template-box_1 */



/* BEGIN - .bw-template-box_2 */
.bw-template-box_2{
    position: relative;
}

.bw-template-box_2:has(.bw-logo){
    padding-top: 145px;
}

.bw-template-box_2 .bw-logo{
    position: absolute;
    top: 0;
    width: 100%;
}

.bw-template-box_2 .bw-logo picture{
    width: 100%;
}

.bw-template-box_2 .bw-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bw-template-box_2 .bw-wrapper{
    display: grid;
    grid-template-columns: 1fr 560px;
    margin-bottom: 20px;
    grid-template-areas: "products media" "content media";
    gap: 60px 0;
}

.bw-template-box_2 .bw-content{
    grid-area: content;
    height: 100%;
    /*padding-top: 50px;*/
}

.bw-template-box_2 .bw-media{
    grid-area: media;
    position: relative;
}

.widget-box.bw-template-box_2 .bw-media .image{
    position: static;
    aspect-ratio: 1 / 1.35;
}


.bw-template-box_2 .bw-products{
    overflow: hidden;
    grid-area: products;
    padding: 0 20px;
    position: relative;
    margin-top: 200px;
    min-height: 460px;
}

.bw-template-box_2 .bw-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
    gap: 10px;
}

.bw-template-box_2 .bw-content-wrapper .content-title_label{
    font-size: 14px;
    margin-bottom: 15px;
}

.bw-template-box_2 .bw-content-title .content-title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    /*margin-bottom: 5px;*/
}

.bw-template-box_2 .bw-content-title .content-title_line_2 {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 5px;
}

.bw-template-box_2 .bw-content-title .content-title_after {
    font-weight: 300;
}

.bw-template-box_2 .bw-content-footer{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.bw-template-box_2 .bw-content-footer .bw-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.bw-template-box_2 .bw-content-footer .bw-info .info-more{
    display: flex;
    gap: 5px;
}

.bw-template-box_2 .bw-media .video-content-desktop {
    width: 100%;
    padding-top: 180%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bw-template-box_2 .bw-media .video-content iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bw-template-box_2 .bw-media .video-content-mobile{
    display: none;
    width: 100%;
    padding-top: 55%;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bw-template-box_2 .bw-products .bw-products-helper{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
}


.bw-template-box_2.bw-with-border .bw-helper{
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0px;
    border: 1px solid #E1E1E1;
    z-index: -1;
}

.bw-template-box_2.bw-with-border .bw-wrapper{
    padding: 0 20px 20px 0;
}


@media (max-width: 1199px) {
    .bw-template-box_2 .bw-products{
        min-height: 420px;
    }

    .bw-template-box_2:has(.bw-logo){
        padding-top: 80px;
    }

    .bw-template-box_2 .bw-wrapper {
        grid-template-columns: 1fr 420px;
    }

    .bw-template-box_2 .bw-products{
        margin-top: 140px;
    }
}

@media (max-width: 991px) {
    .bw-template-box_2:has(.bw-logo){
        padding-top: calc(100% / 5);
    }

    .bw-template-box_2 .bw-logo{
        align-content: end;
        aspect-ratio: 5/1 ;
    }

    .bw-template-box_2 .bw-logo picture{
        width: auto;
        display: flex;
        justify-content: center;
    }
    .bw-template-box_2 .bw-logo img{
        max-width: 100%;
        width: auto;
    }

    .bw-template-box_2 .bw-wrapper {
        grid-template-columns: 1fr;
        grid-template-areas: "media" "products" "content";
        gap:0;
        padding: 0;
    }

    .bw-template-box_2.bw-with-border .bw-helper{
        border: 0;
        border-bottom: 1px solid #E1E1E1;
    }

    .bw-template-box_2.bw-with-border .bw-wrapper{
        padding: 0;
    }

    .bw-template-box_2 .bw-products{
        margin: auto;
        width: 100%;
        margin-top: calc(-100vw / 3);
        min-height: 542px;
    }

    .bw-template-box_2 .bw-content{
        padding: 0;
    }

    .bw-template-box_2 .bw-content-wrapper{
        padding: 0;
        margin-top: 60px;
        height: auto;
    }

    .bw-template-box_2 .bw-media .video-content-desktop {
        display: none;
    }

    .bw-template-box_2 .bw-media .video-content-mobile{
        display: flex;
    }

    .bw-media-helper{
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .bw-template-box_2 .bw-media .image{
        position: static;
    }
}
@media (max-width: 767px) {
    .bw-template-box_2 .bw-products {
        padding: 0;
    }
}

/* CLS - scale support, trying reserve static height for dynamic content height*/
.bw-template-box_2 .bw-products{
    @media (max-width: 991px) { min-height: 542px; }
    @media (max-width: 767px) { min-height: calc(100vw / 1.06); }
    @media (max-width: 650px) { min-height: calc(100vw / 1.03); }
    @media (max-width: 550px) { min-height: calc(100vw / 0.98); }
    @media (max-width: 450px) { min-height: calc(100vw / 0.92); }
    @media (max-width: 350px) { min-height: calc(100vw / 0.90); }
}
/* END - .bw-template-box_2 */


/* BEGIN: bw-template-listing_simply */
.bw-template-listing_simply .bw-wrapper{
    display: grid;
    grid-auto-rows: auto auto;
    grid-template-areas: "media" "content";
}

.bw-template-listing_simply .bw-wrapper:hover{
    color: #000;
    text-decoration: none;
}

.bw-template-listing_simply .bw-wrapper:hover .bw-content-title{
    text-decoration: underline;
}

.bw-template-listing_simply .bw-content{
    grid-area: content;
    display: grid;
    grid-template-columns: 1fr 25px;
    gap: 10px;
}

.bw-template-listing_simply .bw-content-inside{
    padding: 15px 0 15px 10px;
}

.bw-template-listing_simply .content-title{
    text-transform: uppercase;
    font-size: 17px;
}

.bw-template-listing_simply .content-label{
    font-size: 15px;
    font-weight: 300;
}

.bw-template-listing_simply .content-btn{
    background-color: rgba(255, 255, 255, 0.2);
}

.bw-template-listing_simply .content-btn span{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

.bw-template-listing_simply .bw-media{
    grid-area: media;
    position: relative;
    padding-top: 124%;
}

.bw-template-listing_simply .bw-info{
    padding-top: 5px;
    align-items: center;
    display: flex;
    gap: 5px;
}
/* END: bw-template-listing_simply */


/* BEGIN: bw-template-big_one */
.bw-template-big_one .bw-wrapper{
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
}

.bw-template-big_one .bw-media{
    order: 1;
}

.bw-template-big_one .bw-content{
    order: 2;
}

.bw-template-big_one .bw-button{
    order: 3;
}

.bw-template-big_one .bw-content-title .content-title {
    font-size: 34px;
    font-weight: 300;
    text-align: center;
}


.bw-template-big_one .bw-media.bw-media-image{
    width: 100%;
    padding-top: 40%;
    position: relative;
}

.bw-template-big_one .bw-media .video-content-desktop {
    width: 100%;
    height: 456px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bw-template-big_one .bw-media .video-content-desktop iframe {
    width: 100%;
    height: 100vw;
}

.bw-template-big_one .bw-media .video-content-mobile{
    display: none;
    width: 100%;
    padding-top: 80%;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.bw-template-big_one .bw-media .video-content-mobile iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bw-template-big_one .bw-button{
    text-align: center;
}

.bw-template-big_one .bw-button .btn{
    border-radius: 0;
    color: #000;
    border: 1px solid #000;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .bw-template-big_one .bw-media.bw-media-image{
        padding-top: 0;
    }

    .bw-template-big_one .bw-media.bw-media-image .image{
        position: static;
    }

    .bw-template-big_one .bw-media .video-content-desktop {
        display: none;
    }

    .bw-template-big_one .bw-media .video-content-mobile{
        display: flex;
    }
}
/* END: bw-template-big_one */


/* BOX WIDGET WITH CROSS BANNERS */
/* BEGIN: CROSS BANNER + bw-template-designer */
.list-item-cross-box .widget-box{
    margin: 0;
}

.list-item-cross-box .bw-template-default .bw-wrapper{
    margin: 0;
}

.list-item-cross-box .bw-template-designer .bw-wrapper{
    margin: 0;
}

.list-item-cross-box-medium .bw-template-designer,
.list-item-cross-box-small .bw-template-designer{
    height: 100%;
}

.list-item-cross-box-medium .bw-template-designer .bw-wrapper,
.list-item-cross-box-small .bw-template-designer .bw-wrapper{
    grid-template-columns: 1fr;
    grid-template-areas: "media" "content";
    grid-template-rows: auto 1fr;
    height: 100%;
}

.list-item-cross-box-medium .bw-template-designer .bw-wrapper .bw-wrapper-helper,
.list-item-cross-box-small .bw-template-designer .bw-wrapper .bw-wrapper-helper{
    display: block;
    position: absolute;
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.list-item-cross-box-medium .bw-template-designer .bw-content,
.list-item-cross-box-small .bw-template-designer .bw-content{
    padding: 0;
}

.list-item-cross-box-medium .bw-template-designer .bw-content-wrapper,
.list-item-cross-box-small .bw-template-designer .bw-content-wrapper{
    justify-content: space-around;
}

.list-item-cross-box-medium .bw-template-designer .bw-media,
.list-item-cross-box-small .bw-template-designer .bw-media{
    height: auto;
    min-height: auto;
    width: 100%;
    padding: 0 15px;
}

.list-item-cross-box-medium .bw-template-designer .bw-media .image,
.list-item-cross-box-small .bw-template-designer .bw-media .image{
    position: static;
}
/* END: CROSS BANNER + bw-template-designer */


/* BEGIN: bw-template-hero */
.bw-template-hero .bw-wrapper{
    width: 100%;
    position: relative;
    /*aspect-ratio: 16 /9;*/
    max-height: 100vh;
}

.bw-template-hero .bw-media{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.bw-template-hero .bw-media .image{
    width: 100%;
    height: 100%;
}

.widget-box .bw-media .image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-box .bw-media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10
}

.bw-template-hero .bw-content{
    z-index: 10;
    position: relative;
    height: 100%;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.bw-template-hero .bw-content-title{
    font-family: "Libre Caslon Display", serif;
}

.bw-template-hero .bw-content-title .content-title {
    font-size: 80px;
    line-height: 1;
}

.bw-template-hero .bw-content-title .content-title_line_2 {
    font-size: 120px;
    line-height: 1;
    font-weight: 300;
}

.bw-template-hero .bw-button{
    font-size: 16px;
}

.bw-template-hero .bw-button a:hover{
    text-decoration: underline;
}

@media (min-width: 991px) {
    .bw-template-hero .bw-wrapper{
        aspect-ratio: 16 /9;
    }
}

.bw-template-hero.bw-theme-white .bw-content{
    color: #fff;
}

.bw-template-hero.bw-theme-white .bw-button a{
    color: #fff;
}


.bw-template-hero.bw-theme-white .bw-button a:hover{
    color: #fff;
}

@media (max-width: 991px) {
    .bw-template-hero .bw-wrapper{
        height: var(--app-height);
        padding-bottom: 0px;
    }

    .bw-template-hero .bw-content-title .content-title {
        font-size: 40px;
    }

    .bw-template-hero .bw-content-title .content-title_line_2 {
        font-size: 60px;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) and (orientation: landscape) {
    .bw-template-hero .bw-wrapper{
        min-height: 350px;
    }
    .bw-template-hero .bw-content{
        padding-bottom: 60px;
    }

    .body-site-index .widget-box{
        margin-bottom: 60px;
    }
}
/* END: bw-template-hero */

/* BEGIN: bw-template-text */
.bw-template-text{

}

.bw-template-text .bw-content{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.bw-template-text .content_title{
    font-size: 80px;
    line-height: 80px;
    font-family: "Libre Caslon Display", serif;
}

.bw-template-text .content_text{
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    max-width: 775px;
}

.bw-template-text .content_text a{
    text-decoration: underline;
}

.bw-template-text .content_image {
    max-width: 200px;
    width: 100%;
}

.bw-template-text .content_image img{
    max-width: 100%;
}

@media (max-width: 767px) {
    .bw-template-text .content_title{
        font-size: 60px;
        line-height: 60px;
    }
}
/* END: bw-template-text */
