@charset "utf-8";
.fn_cs_ad{
    border: 2px solid var(--mokify-border-color);
    border-radius: 5px;
    position: relative;
}
.fn_cs_ad .ad_content{
    padding: 33px;
}
.fn_cs_ad .ad_content > a > img{
    margin: 0 auto;
    display: block;
}
.fn_cs_ad .ad_title + .ad_content{
    padding-top: 0;
    padding-bottom: 0;
}
.fn_cs_ad .ad_title{
    height: 36px;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--hff);
    color: #aaa;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
}
.fn_cs_ad:after {
    width: 24px;
    height: 24px;
    border: 2px solid var(--mokify-border-color);
    border-radius: 5px;
    content: '';
    position: absolute;
    top: -2px;
    left: -2px
}
.fn_cs_ad:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--mokify-border-color);
    top: 20px;
    right: 0;
    position: absolute
}
.fn_cs_ad .ad_decor:before{
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--mokify-border-color);
    bottom: 20px;
    left: 0;
    position: absolute;
}
.fn_cs_ad .ad_decor:after{
    width: 24px;
    height: 24px;
    border: 2px solid var(--mokify-border-color);
    border-radius: 5px;
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
}


.fn__widget_posts_gamma{
    border: 2px solid var(--mokify-border-color);
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
}
.fn__widget_posts_gamma[data-position="left"]{
    flex-direction: row-reverse;
}
.fn__widget_posts_gamma[data-position="left"] .heading_item_wrap{
    border-left: none;
    border-right: 2px solid var(--mokify-border-color);
}
.fn__widget_posts_gamma[data-position="left"] .slider_nav{
    right: auto;
    left: -2px;
}
.fn__widget_posts_gamma .slick-slide {
    height: inherit !important;
}
.fn__widget_posts_gamma .slick-track {
    display: flex !important;
    align-items: stretch !important; /* Ensures slides stretch to the height of the tallest sibling */
}
.fn__widget_posts_gamma .gamma_items_in{
    width: calc(100% + 2px);
    position: relative;
}
.fn__widget_posts_gamma .slider_nav{
    position: absolute;
    top: 100%;
    right: 0px;
    border: 2px solid var(--mokify-border-color);
    border-top: none;
    border-radius: 0 0 10px 10px;
    display: flex;
    margin-top: 2px;
}
.fn__widget_posts_gamma .slider_nav:after {
    content: '';
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 0;
    bottom: 0;
    background-color: var(--mokify-border-color);
    position: absolute
}
.fn__widget_posts_gamma .slider_nav button {
    position: relative;
    border: none;
    outline: none;
    background: none;
    width: 298px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mokify-hc);
    cursor: pointer
}
.fn__widget_posts_gamma .slider_nav .slick-disabled {
    color: var(--mokify-border-color)
}
.fn__widget_posts_gamma .slider_nav i {
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    transition: .3s
}
.fn__widget_posts_gamma .slider_nav .prev i {
    transform: rotate(90deg);
    left: -4px
}
.fn__widget_posts_gamma .slider_nav .next i {
    transform: rotate(-90deg);
    right: -4px
}
.fn__widget_posts_gamma .slider_nav span {
    width: 57px;
    height: 2px;
    background-color: currentColor;
    display: block;
    position: relative;
    transition: .3s
}
.fn__widget_posts_gamma .heading_item{
    flex: 1;
    min-width: 0;
    display: flex;
}
.fn__widget_posts_gamma .heading_item_wrap{
    border-left: 2px solid var(--mokify-border-color);
    padding: 18px;
    width: 100%;
    display: flex;
}
.fn__widget_posts_gamma .heading_item_in{
    background-color: var(--mokify-mc1);
    border-radius: 10px;
    padding: 37px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.fn__widget_posts_gamma .gamma_items_wrap{
    flex: 3;
    min-width: 0;
    display: flex;
}
html:not(.ready) .fn__widget_posts_gamma .gamma_items_wrap{
    overflow: hidden;
}
.fn__widget_posts_gamma .gamma_items{
    display: flex;
    flex-wrap: nowrap;
}
.fn__widget_posts_gamma .gamma_item{
    /* flex: 0 0 33.3333%; */
    border-right: 2px solid var(--mokify-border-color);
    padding: 36px 40px 38px 40px;
    display: flex;
    min-height: 100%;
    position: relative;
}
.fn__widget_posts_gamma article{
    flex-direction: column;
    min-height: 100%;
    display: flex;
}
.fn__widget_posts_gamma article .fn__date {
    color: var(--mokify-hc);
    margin-bottom: 0;
    padding-top: 20px
}
.fn__widget_posts_gamma article .item-image {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    margin-right: 30px
}
.fn__widget_posts_gamma article .item-image a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mokify-mc1);
    font-size: 24px;
    font-weight: 700;
    color: #1c1f1d
}
.fn__widget_posts_gamma article .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.fn__widget_posts_gamma article .item-image-wrap {
    display: flex;
    margin-top: auto;
    align-items: flex-start
}
.fn__widget_posts_gamma article .post-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--mokify-hc);
    margin-bottom: 112px
}
.fn__widget_posts_gamma article .post-title a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}
.fn__widget_posts_gamma article .post-title a:after {
    content: '';
    position: absolute;
    inset: 0
}
.fn__widget_posts_gamma article .post-title a:hover {
    color: var(--mokify-mc2);
}
.fn__widget_posts_gamma .heading_item .subtitle{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #1c1f1d;
}
.fn__widget_posts_gamma .heading_item .title{
    font-size: 60px;
    font-weight: 800;
    line-height: 50px;
    margin: 0;
    color: #1c1f1d;
    margin-bottom: 44px;
}
.fn__widget_posts_gamma .heading_item a{
    display: inline-flex;
    margin-left: auto;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #1c1f1d;
    font-weight: 600;
    font-family: var(--hff);
}
.fn__widget_posts_gamma .heading_item a .icon{
    height: 54px;
    flex: 0 0 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    background-color: #1c1f1d;
    border-radius: 100%;
    color: #f6eecd;
    margin-left: 15px;
}


.fn__widget_posts_delta{
    display: flex;
}
.fn__widget_posts_delta .delta_posts{
    flex: auto;
    min-width: 0;
}
.fn__widget_posts_delta .heading_item_in{
    position: sticky;
    top: 50px;
}
.fn__widget_posts_delta .heading_item{
    flex: 0 0 440px;
    flex: 0 0 calc(370px + var(--mokify-xp));
    min-width: 0;
    padding-right: var(--mokify-xp);
}
.fn__widget_posts_delta .heading_item .fn__readmore_btn .text{
    min-width: 180px;
}
.fn__widget_posts_delta .heading_item .title{
    font-size: 60px;
    font-weight: 800;
    line-height: 50px;
    margin: 0;
    letter-spacing: -2px;
    margin-bottom: 44px;
}
.fn__widget_posts_delta .count_holder{
    flex: auto;
    font-size: 60px;
    color: #d9d9d9;
    font-weight: 800;
    font-family: var(--hff);
    line-height: 1;
    padding-left: 50px;
    text-align: right;
    white-space: nowrap;
}
.fn__widget_posts_delta .blog__item_list{
    width: 1050px;
    max-width: calc(100% - 150px);
}
.fn__widget_posts_delta .delta__item{
    display: flex;
}

@media(max-width: 1400px){
    .fn__widget_posts_delta .heading_item .fn__readmore_btn .text{min-width: auto;}
    .fn__widget_posts_delta .heading_item .title{font-size: 40px;line-height: 1;}
    .fn__widget_posts_delta .count_holder{font-size: 40px;padding-left: 40px;}
    .fn__widget_posts_delta .blog__item_list{max-width: calc(100% - 120px);}
    .fn__widget_posts_delta .heading_item{
        flex: 0 0 300px;
        flex: 0 0 calc(260px + var(--mokify-xp));
    }
}
@media(max-width: 1200px){
    .fn__widget_posts_delta .count_holder{display: none;}
    .fn__widget_posts_delta .blog__item_list{max-width: 100%;}
}
@media(max-width: 1040px){
    .fn__widget_posts_delta .heading_item .title{margin-bottom: 25px;}
    .fn__widget_posts_delta{flex-direction: column;}
    .fn__widget_posts_delta .heading_item{flex: none;padding-right: 0;margin-bottom: 50px;}
}

.js-marquee,
.js-marquee-wrapper{
    display: flex;
    flex-wrap: nowrap;
}
.fn__widget_posts_epsilon{
    position: relative;
    padding: 75px 0;
    overflow: hidden;
}
.fn__widget_posts_epsilon .epsilon_posts{
    display: flex;
    flex-wrap: nowrap;
}
.fn__widget_posts_epsilon .js-marquee{
    margin-right: 0 !important;
}
.fn__widget_posts_epsilon .epsilon_posts + .epsilon_posts{
    margin-top: 40px;
    margin-left: 40px;
}
.fn__widget_posts_epsilon .epsilon__item{
    display: flex;
    margin-right: 40px;
}
.fn__widget_posts_epsilon .epsilon__item .blog__image{
    flex: 0 0 120px;
    margin-right: 4px;
}
.fn__widget_posts_epsilon .epsilon__item .blog__image img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 5px;
}
.fn__widget_posts_epsilon .epsilon__item .epsilon_right{
    border: 2px solid var(--mokify-border-color);
    border-radius: 5px;
    height: 120px;
    width: 360px;
    position: relative;
}
.fn__widget_posts_epsilon .title_holder{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 19px;
}
.fn__widget_posts_epsilon .icon_holder{
    width: 50px;
    height: 30px;
    border-left: 2px solid var(--mokify-border-color);
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: var(--mokify-hc);
    text-align: center;
}
.fn__widget_posts_epsilon .fn__title{
    margin: 0;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 500;
}
.fn__widget_posts_epsilon .fallback{
    width: 120px;
    height: 120px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--mokify-mc1);
    color: #000;
    font-size: 16px;
    font-family: var(--hff);
    font-weight: 800;
}
.fn__widget_posts_epsilon .epsilon_right:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 40px;
    background-color: var(--mokify-mc1);
    transform: skewX(-27deg);
    top: 50%;
    margin-top: -20px;
    left: -5px;
}
.fn__widget_posts_epsilon .heading_item{
    width: 320px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: var(--mokify-bbc);
    overflow: hidden;
    padding: 20px 30px;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fn__widget_posts_epsilon .heading_item .icon{
    font-size: 55px;
    color: var(--mokify-mc2);
    display: inline-flex;
    margin-bottom: 22px;
}
.fn__widget_posts_epsilon .heading_item:after,
.fn__widget_posts_epsilon .heading_item:before{
    content: '';
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    z-index: 2;
    /* background-color: #d9d9d9; */
    background: linear-gradient(to bottom,transparent 0,#d9d9d9 25px,#d9d9d9 calc(100% - 25px),transparent 100%);

}
.fn__widget_posts_epsilon .heading_item:before{
    left: 0;
}
.fn__widget_posts_epsilon .heading_item:after{
    right: 0;
}
.fn__widget_posts_epsilon .heading_item .desc{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 24px;
}
.fn__widget_posts_epsilon .heading_item .item_title{
    font-size: 60px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    font-weight: 800;
}
.fn__widget_posts_epsilon .fn__small_marquee{
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 28px;
}
.fn__small_marquee .marquee_top{
    transform: rotate(5deg);
}
.fn__small_marquee .marquee_bottom{
    transform: rotate(-5deg);
}
.fn__small_marquee .marquee_items{
    display: flex;
    background-color: var(--mokify-mc2);
}
.fn__small_marquee .marquee_item{
    white-space: nowrap;
    font-size: 12px;
    font-weight: 800;
    font-family: var(--hff);
    text-transform: uppercase;
    margin-right: 20px;
    color: #fff;
}
.fn__widget_posts_zeta .zeta__item{
    position: relative;
    z-index: 0;
}
.fn__widget_posts_zeta .shape{
	position: absolute;
	left: 0;
	top: 40px;
	pointer-events: none;
	z-index: -1;
	filter: blur(80px);
}
.fn__widget_posts_zeta .shape .fn__svg{
	color: #271d29;
	fill: #271d29;
	width: 1600px;
	height: auto;
	display: block;
	transform: rotateY(180deg);
}
.fn__widget_posts_zeta .zeta__item{
    background-color: #1c1f1d;
    width: 100%;
    display: flex;
    padding: calc(var(--mokify-xp) + 30px) var(--mokify-xp) 0 var(--mokify-xp);
    gap: var(--mokify-xp);
}
.fn__widget_posts_zeta .zeta_left{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-bottom: var(--mokify-xp);
}
.fn__widget_posts_zeta .zeta_right{
    flex: 1;
    display: flex;
    position: relative;
}
.fn__widget_posts_zeta .blog__image{
    height: 100%;
    width: 100%;
}
.fn__widget_posts_zeta .blog__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.fn__widget_posts_zeta .fn__title{
    font-size: 48px;
    font-weight: 500;
    margin: 0;
    margin-top: -8px;
    max-width: 700px;
}
.fn__widget_posts_zeta .fn__title a{
    color: #f6eecd;
}
.fn__widget_posts_zeta .fn__date{
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 110px;
    left: -140px;
    align-items: normal;
    height: 70px;
}
.fn__widget_posts_zeta .fn__date:after{
    content: '';
    border: 2px solid rgba(255,255,255,.2);
    border-radius: 10px;
    top: -10px;
    left: 10px;
    bottom: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
}
.fn__widget_posts_zeta .fn__date .date_left{
    flex: 0 0 139px;
    background-color: #f9f068;
    border-radius: 5px 0 0 5px;
    margin: 0;
    margin-right: 1px;
    text-align: right;
    line-height: 70px;
    padding-right: 19px;
    position: relative;
}
.fn__widget_posts_zeta .fn__date .date_left:after{
    width: 57px;
    height: 2px;
    background-color: #1c1f1d;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
.fn__widget_posts_zeta .fn__date .date_left:before{
    width: 2px;
    height: 12px;
    background-color: #1c1f1d;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 57px;
    transform: skewX(-23deg);
}
.fn__widget_posts_zeta .fn__date .date_right{
    background-color: #f9f068;
    border-radius: 0 5px 5px 0;
    top: 0;
    flex: 0 0 100px;
    padding-left: 19px;
    padding-right: 19px;
    justify-content: center;
}
.fn__widget_posts_zeta .fn__circle_readmore{
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -60px;
}
.fn__widget_posts_zeta .zeta_bottom{
    display: flex;
    margin-top: auto;
}
.fn__widget_posts_zeta .zeta_bottom .desc{
    flex: auto;
    padding-left: var(--mokify-xp);
}
.fn__widget_posts_zeta .zeta_bottom .desc p{
    margin: 0;
}
.fn__widget_posts_zeta .fn__article_eta:before,
.fn__widget_posts_zeta .fn__article_eta:after{
    background-color: rgba(255,255,255,.2);
}
.fn__widget_posts_zeta .fn__read_now a{
    color: #f6eecd;
}
.fn__widget_posts_zeta .fn__read_now{
    border-top-color: rgba(255,255,255,.2);
}
.fn__widget_posts_zeta .fn__article_eta{
    border-color: rgba(255,255,255,.2);
    flex: 0 0 100%;
    margin-right: 20px;
}
.fn__widget_posts_zeta .fn__eta_carousel{
    flex: 0 0 370px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.fn__widget_posts_zeta .slick-track article{
    margin-right: 0;
}
.fn__widget_posts_zeta .fn__article_eta .post-title a{
    color: #f6eecd;
}


.fn__divider{
    width: 300px;
    height: 2px;
    background-color: var(--mokify-border-color);
    max-width: 100%;
}
.fn__divider[dat-align="center"]{
    margin: 0 auto;
}
.fn__divider[dat-align="right"]{
    margin-left: auto;
}


@media(max-width: 1500px){
    .fn__widget_posts_zeta .zeta__item{
        padding-right: 0;
        padding-top: 0;
    }
    .fn__widget_posts_zeta .zeta_left{
        padding-top: var(--mokify-xp);
    }
    .fn__widget_posts_zeta .blog__image img{
        border-radius: 10px 0 0 10px;
    }
    .fn__widget_posts_zeta .fn__circle_readmore{
        margin-right: -150px;
        top: 50px;
    }
    .fn__widget_posts_zeta .fn__title{font-size: 40px;}
}
@media(max-width: 1040px){
    .fn__widget_posts_zeta .zeta_left{
        padding-top: calc(var(--mokify-xp) * 2);
        padding-bottom: calc(var(--mokify-xp) * 2);
    }
    .fn__widget_posts_zeta .zeta_left{gap: 30px;}
    .fn__widget_posts_zeta .fn__title{font-size: 30px;}
    .fn__widget_posts_zeta .zeta_left{
        position: relative;
        z-index: 10;
    }
    .fn__widget_posts_zeta .zeta_right{
        position: absolute;
        inset: 0;
    }
    .fn__widget_posts_zeta .blog__image img{
        border-radius: 0;
    }
    .fn__widget_posts_zeta .zeta_right:after{
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(0,0,0,.7);
    }
    .fn__widget_posts_zeta .fn__circle_readmore{display: none;}
    .fn__widget_posts_zeta .fn__date{
        left: auto;
        right: 20px;
        bottom: 20px;
    }
    .fn__widget_posts_zeta .zeta__item{
        padding-right: var(--mokify-xp);
        padding-bottom: var(--mokify-xp);
    }
    .fn__widget_posts_zeta .zeta_bottom .desc p{
        width: 300px;
        max-width: 100%;
    }
}
@media(max-width: 768px){
    .fn__widget_posts_zeta .zeta_bottom .desc,
    .fn__widget_posts_zeta .fn__date{display: none;}
    .fn__widget_posts_zeta .fn__article_eta .fn__read_now a{
        padding: 0 15px;
        height: 50px;
    }
    .fn__widget_posts_zeta .fn__article_eta .title_holder{
        padding: 15px 15px 23px;
    }
    .fn__widget_posts_zeta .fn__article_eta .post-title{
        font-size: 20px;
    }
}