@-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:#45b4db;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{display:block}html.page-home body main>section.intro-section .container h1{text-align:center;max-width:600px;margin:0 auto 20px}html.page-home body main>section.intro-section .container .content-split .content-lhs,html.page-home body main>section.intro-section .container .content-split .content-rhs{width:calc(50% - 25px)}@media only screen and (max-width:770px){html.page-home body main>section.intro-section .container .content-split .content-lhs,html.page-home body main>section.intro-section .container .content-split .content-rhs{width:100%}}html.page-home body main>section.team-section{background-color:#f2f2f2;padding:60px 0}html.page-home body main>section.team-section .container{max-width:1520px;display:block}html.page-home body main>section.team-section .container main{display:block;width:calc(100% - 60px);margin:0 auto;position:relative}html.page-home body main>section.team-section .container main .btn{display:block;margin:40px auto 0}html.page-home body main>section.team-section .container main .team-slider{margin-top:60px}html.page-home body main>section.team-section .container main .team-slider .image img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;border-radius:20px;background-color:#efefef}html.page-home body main>section.team-section .container main .team-slider .content{text-align:center}html.page-home body main>section.team-section .container main .team-slider .content h2{font-size:18px;font-style:normal;font-weight:500;line-height:24px;color:#122f52;margin-bottom:0;font-family:Roboto,sans-serif}html.page-home body main>section.team-section .container main .team-slider .content span{font-size:14px;font-style:normal;font-weight:400;line-height:20px}html.page-home body main>section.team-section .container main .swiper-button-prev{left:-20px;top:40%;transform:translateY(-50%)}html.page-home body main>section.team-section .container main .swiper-button-prev:after{font-size:15px;font-style:normal;font-weight:400;line-height:normal;color:#122f52}html.page-home body main>section.team-section .container main .swiper-button-next{right:-20px;top:40%;transform:translateY(-50%)}html.page-home body main>section.team-section .container main .swiper-button-next:after{font-size:15px;font-style:normal;font-weight:400;line-height:normal;color:#122f52}html.page-home body main>section.news-section{padding:60px 0;background-color:#f2f2f2}html.page-home body main>section.news-section .container{max-width:1520px;display:block}html.page-home body main>section.news-section .container .heading{text-align:center}html.page-home body main>section.news-section .container .btn{margin:50px auto 0;display:block;min-width:190px}html.page-home body main>section.news-section .container .news{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media only screen and (max-width:1200px){html.page-home body main>section.news-section .container .news{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:770px){html.page-home body main>section.news-section .container .news{grid-template-columns:repeat(1,1fr)}}html.page-home body main>section.news-section .container .news .col{display:block;width:100%;border-radius:20px;background-color:#fff;padding:20px;box-sizing:border-box;box-shadow:0 0 50px 0 rgba(0,0,0,.1)}html.page-home body main>section.news-section .container .news .col a{display:block;width:100%}html.page-home body main>section.news-section .container .news .col a:hover h3{color:#45b4db}html.page-home body main>section.news-section .container .news .col a:hover span.read-more{color:#45b4db}html.page-home body main>section.news-section .container .news .col a:hover span.read-more i{color:#45b4db}html.page-home body main>section.news-section .container .news .col .content time{font-size:14px;font-style:normal;font-weight:400;line-height:20px}html.page-home body main>section.news-section .container .news .col .content h3{font-size:20px;font-style:normal;font-weight:500;line-height:26px;color:#122f52;font-family:Roboto,sans-serif;transition:.3s all}html.page-home body main>section.news-section .container .news .col .content span.read-more{font-size:16px;font-style:normal;font-weight:500;line-height:20px;font-family:Roboto,sans-serif;color:#122f52;transition:.3s all}html.page-home body main>section.news-section .container .news .col .content span.read-more i{font-size:12px;font-style:normal;font-weight:900;line-height:normal;color:#122f52;transition:.3s all}