@-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:#ee3224;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.intro-section{padding:60px 0}html.page-home body main>section.intro-section .container{max-width:700px;text-align:center}html.page-home body main>section.intro-section .container .content .extend-content{display:block;text-align:center}html.page-home body main>section.approach-section{display:flex;align-items:center;justify-content:center;min-height:820px;background-size:cover;background-position:center;background-repeat:no-repeat}@media only screen and (max-width:1430px){html.page-home body main>section.approach-section{background-position:left;min-height:700px}}html.page-home body main>section.approach-section .container{max-width:1600px}html.page-home body main>section.approach-section .container .section-title{max-width:680px;margin:0 0 0 auto;padding:20px;box-sizing:border-box}@media only screen and (max-width:1430px){html.page-home body main>section.approach-section .container .section-title{background-color:rgba(245,243,235,.8);border-radius:20px}}html.page-home body main>section.approach-section .container .section-title h2{font-size:32px;line-height:40px}html.page-home body main>section.approach-section .container .section-title p,html.page-home body main>section.approach-section .container .section-title ul li{font-size:24px;font-style:normal;font-weight:400;line-height:36px}section.parent-services-area{background-color:#f5f3eb;padding:60px 0}section.parent-services-area .container{display:block;max-width:1320px}section.parent-services-area .container .section-title{max-width:700px;margin:0 auto;text-align:center}section.parent-services-area .container .section-title h2{font-size:32px;font-weight:700}section.parent-services-area .container .section-title .heading-art{margin-bottom:50px}section.parent-services-area .container .featured-services{display:flex;flex-wrap:wrap;gap:40px 15px;justify-content:center;margin-top:50px}section.parent-services-area .container .featured-services .col{width:calc(25% - 15px)}@media only screen and (max-width:1180px){section.parent-services-area .container .featured-services .col{width:calc(33.3333333333% - 15px)}}@media only screen and (max-width:980px){section.parent-services-area .container .featured-services .col{width:calc(50% - 15px)}}@media only screen and (max-width:600px){section.parent-services-area .container .featured-services .col{width:100%}}section.parent-services-area .container .featured-services .col:hover .image img{transform:scale(1.1)}section.parent-services-area .container .featured-services .col:hover h2{color:#ee3224}section.parent-services-area .container .featured-services .col .image{overflow:hidden}section.parent-services-area .container .featured-services .col .image img{border-radius:20px;transition:.3s ease-in-out}section.parent-services-area .container .featured-services .col .content{text-align:center}section.parent-services-area .container .featured-services .col .content h2{font-size:18px;font-style:normal;font-weight:600;line-height:24px;transition:.3s ease-in-out}section.news-section{padding:60px 0;background-color:#f5f3eb}section.news-section .container{display:block}section.news-section .container .section-title{text-align:center}section.news-section .container .section-title h2{font-size:32px;line-height:40px;font-weight:700;color:#21233c;margin:0 0 20px 0}section.news-section .container .section-title .heading-art{margin-bottom:50px}section.news-section .container .news{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}@media only screen and (max-width:1180px){section.news-section .container .news{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:980px){section.news-section .container .news{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:600px){section.news-section .container .news{grid-template-columns:repeat(1,1fr)}}section.news-section .container .news .col{background-color:#fff;border-radius:20px;padding:20px;box-sizing:border-box}section.news-section .container .news .col a{display:block;width:100%}section.news-section .container .news .col a .content time{font-size:14px;font-style:normal;font-weight:400;line-height:24px;color:#606367}section.news-section .container .news .col a .content h2{font-size:20px;line-height:25px}section.news-section .container .news .col a .content p span.read-more{color:#ee3224;text-decoration:underline}section.news-section .container .more-news{margin:50px auto 0;display:block}