.wnrow > div{ max-width: 100%; }
header{margin-bottom: 0 !important;}
#hmft1{
    padding-top: 150px;
    position: relative;
}
#hmft1 > div > div{ width: 100%; align-items: center !important; }
#hmft1 .bx1{
    text-align: center;
    height: 90%;
}
#hmft1 .bx2{
    height: 100%;
}
#hmft1 .bx2 h1,#hmft1 .bx2 h2{
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 1.16em;
    max-width: 360px;
    color:#000;
    font-weight: 900 !important;
}
#hmft1 .bx2 h2 span{ color: var(--primary-color); }
#hmft1 .bx2 p{
    font-size: 19px;
    line-height: 1.36em;
    color: var(--primary-color);
    font-weight: 300;
}
#hmft1 .bx2 h3{
    margin: 130px 0 8px 0;
    padding: 0;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 900;
}
#hmft1 .bx2 img{ max-height: 30px; }
#hmft1 .bx3{
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
#hmft1 .bx3 .pikralida-l{
    position: absolute;
    z-index: 1;
    top: 130px;
    left: 130px;
    transform: translate(-300%, -300%);
    max-width: 350px;
    transition: ease-in-out 2.5s;
}
#hmft1 .bx3 .pikralida-l.active{ transform: translate(-100%, -100%); }
.hmttl > h2{
    font-size: 32px;
    color:#202824 !important;
    font-weight: 900 !important;
    text-align: center;
    margin: 0 0 75px 0;
    padding: 0;
}
#hmft2{ margin-bottom: 100px; }
#hmft2 .drprfl{
    max-width: 1020px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto 45px auto;
    align-items: center !important;
}
#hmft2 .drprfl.rvrs{flex-flow: row-reverse;}
#hmft2 .drprfl.rvrs > div{ text-align: right; }
#hmft2 .drprfl.rvrs .wp-block-buttons{ justify-content: flex-end;}
#hmft2 h3{
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 400;
    margin: 0 0 32px 0;
    padding: 0;
}
#hmft2 h4{
    font-size: 18px;
    color:#202824;
    font-weight: 900;
    margin: 0 0 6px 0;
    padding: 0;
}
#hmft2 p{
    font-size: 20px;
    color:#868685;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
#hmft2 .cvrc{
    background: #ededed;
    border-radius: 32px;
    font-size: 0;
    position: relative;
}
#hmft2 .cvr .cvrc:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0;
    border-radius: 32px;
    transition: ease-in-out 0.3s;
}
#hmft2 .cvr:hover .cvrc:before{
    opacity: 0.65;
}
#hmft2 .wp-block-button{
    margin: 15px 0 0 0;
}
#hmft2 .wp-block-button a{
    font-size: 16px;
    color: #fff;
    background: var(--primary-color);
    height: 32px;
    width: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#hmft3{
    margin: 0 auto 100px auto;
    max-width: 915px;
    padding: 0 15px;
    box-sizing: border-box;
}
#hmft3 > div > div{ gap:60px 18px; }
#hmft3 h3{
   font-size: 22px;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 1.16em;
    width: 90%;
}
#hmft3 .wp-block-button a,#hmft4 .wp-block-button a{
    background: #BBC8B6;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    padding: 7px 18px;
}
#hmft4{
    position: relative;
    background: #fff;
    margin-bottom: 100px;
}
#hmft4 h2{
    font-size: 34px;
    color:#202824;
    font-weight: 900;
    margin: 0 0 15px 0;
    padding: 0;
}
#hmft4 div{ margin-bottom: 0; }
#hmft4 > div > div { align-items: center !important; }
#hmft4 p{
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 400;
    max-width: 350px;
    margin: 40px 0 25px 0;
}
#hmft4::before {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 36%;
    height: 40px;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.15);
    filter: blur(30px);
    border-radius: 39%;
    z-index: -1;
}
#hmft4 figure{ margin: 0; font-size: 0; }
#hmft5{
    width: 100%;
    max-width: var(--max-page-width-article);
    margin: 0 auto 100px auto;
}
#hmft6{
    padding: 45px 0;
    background: rgba(85, 116, 71, 0.2);
}
#hmft5 .latest-posts-slider{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 35px;
    position: relative;
}
#hmft5 .latest-posts-slider .arr{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    cursor: pointer;
    z-index: 2;
}
#hmft5 .latest-posts-slider .arr.prv{ left: 0; }
#hmft5 .latest-posts-slider .arr.prv:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}
#hmft5 .latest-posts-slider .arr.nxt{ right: 0; }
#hmft5 .latest-posts-slider .arr.nxt:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
}
#hmft5 .post-date{
    font-weight: 700;
    font-size: 12px;
    color: #000;
}
#hmft5 article h3{
    font-size: 19px;
    line-height: 1.16em;
    font-weight: 400;
    color: var(--primary-color);
    margin:8px 0 12px 0;
    padding: 0;
}
#hmft5 article p{
    color: #868685;
    font-size: 14px;
    line-height: 1.36em;
    margin: 0;
    padding: 0;
}
.site-main{margin-bottom: 0 !important; padding-bottom: 20px !important;}
footer{ margin-top: 0 !important; }
footer::before{ display: none !important; }
@media (max-width: 986px) {
    #hmft1{ padding:40px 10px 0 10px; box-sizing: border-box; margin-bottom: 70px; }
    #hmft1 .bx3{ display: none; }
    #hmft1 .bx2 h3{ margin: 70px 0 0 0;}
}
@media (max-width: 781px) {
    #hmft1 .bx1, #hmft1 .bx2{
        flex-basis: auto !important;
    }
    #hmft2 .drprfl{
        gap: 0;
    }
    #hmft2 .drprfl.rvrs > div{text-align: left;}
    #hmft2 .drprfl.rvrs .wp-block-buttons{ justify-content: flex-start;}
}
@media (max-width: 640px) {
    #hmft1 .bx1{ display: none; }
    #hmft1 .bx2{ flex-grow: unset !important; margin: 0 auto }
}