@-webkit-keyframes wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}@keyframes wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}@-webkit-keyframes fadein{100%{opacity:1;transform:translateX(0)}}@keyframes fadein{100%{opacity:1;transform:translateX(0)}}#button{display:flex;background-color:#334c22;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:70px;color:#fff;right:30px;align-items:center;justify-content:center;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;cursor:pointer;box-shadow:0 4px 16px 0 rgba(0,0,0,.4)}#button.show{opacity:1;visibility:visible}html.page-home body main>section.news-area{padding:60px 0;background-color:#efefee}html.page-home body main>section.news-area .container{display:block}html.page-home body main>section.news-area .container .heading-section{text-align:center}html.page-home body main>section.news-area .container .heading-section .sectiontitle{font-size:30px;font-style:normal;font-weight:900;line-height:36px;text-transform:uppercase;color:#334c22;font-family:Montserrat,sans-serif;display:block;margin-bottom:40px}html.page-home body main>section.news-area .container .btn{margin:40px auto 0;display:block}html.page-home body main>section.news-area .container .news{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media only screen and (max-width:1024px){html.page-home body main>section.news-area .container .news{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:600px){html.page-home body main>section.news-area .container .news{grid-template-columns:1fr}}html.page-home body main>section.news-area .container .news .col a{display:block}html.page-home body main>section.news-area .container .news .col a .image{overflow:hidden}html.page-home body main>section.news-area .container .news .col a .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}html.page-home body main>section.news-area .container .news .col a .content{padding:20px 0}html.page-home body main>section.news-area .container .news .col a .content time{font-size:12px;font-style:normal;font-weight:400;line-height:18px;color:#334c22}html.page-home body main>section.news-area .container .news .col a .content h2{font-size:22px;font-style:normal;font-weight:800;line-height:28px;font-family:Montserrat,sans-serif;color:#334c22;margin:15px 0;transition:color .3s ease}@media only screen and (max-width:600px){html.page-home body main>section.news-area .container .news .col a .content h2{font-size:20px;line-height:26px}}html.page-home body main>section.news-area .container .news .col a:hover .image img{transform:scale(1.1)}html.page-home body main>section.news-area .container .news .col a:hover .content h2{color:#93948c}html.page-home body main>section.intro-area{padding:60px 0}html.page-home body main>section.intro-area .container{display:block}html.page-home body main>section.intro-area .container .content-split{align-items:center;width:100%}html.page-home body main>section.intro-area .container .content-split .content-lhs,html.page-home body main>section.intro-area .container .content-split .content-rhs{width:calc(50% - 40px)}@media only screen and (max-width:770px){html.page-home body main>section.intro-area .container .content-split .content-lhs,html.page-home body main>section.intro-area .container .content-split .content-rhs{width:100%;margin-bottom:40px}}html.page-home body main>section.intro-area .container .content-split .content-lhs .image img,html.page-home body main>section.intro-area .container .content-split .content-rhs .image img{width:100%;height:auto;border-radius:30px}html.page-home body main>section.intro-area .container .content-split .content-lhs .btn,html.page-home body main>section.intro-area .container .content-split .content-rhs .btn{margin:40px 0;display:block}@media only screen and (max-width:770px){html.page-home body main>section.intro-area .container .content-split .content-lhs .btn,html.page-home body main>section.intro-area .container .content-split .content-rhs .btn{margin:20px 0}}html.page-home body main>section.intro-area .container .main-content{margin-top:100px}@media only screen and (max-width:770px){html.page-home body main>section.intro-area .container .main-content{margin-top:60px}}