@-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)}}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}}#button{display:flex;background-color:#363b4e;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:nth-of-type(1){background-color:#363b4e;padding:60px 0}html.page-home body main>section:nth-of-type(1) .content-split{justify-content:space-between;width:100%}html.page-home body main>section:nth-of-type(1) .content-split .content-lhs{width:calc(65% - 80px)}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(1) .content-split .content-lhs{width:100%}}html.page-home body main>section:nth-of-type(1) .content-split .content-lhs .content{max-width:560px}html.page-home body main>section:nth-of-type(1) .content-split .content-lhs .content p{font-size:30px;font-style:normal;font-weight:400;line-height:36px;color:#babdbd}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(1) .content-split .content-lhs .content p{font-size:18px;line-height:30px}}html.page-home body main>section:nth-of-type(1) .content-split .content-rhs{width:35%}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(1) .content-split .content-rhs{width:100%}}html.page-home body main>section:nth-of-type(1) .content-split .content-rhs h1{color:#babdbd;max-width:500px;font-size:48px;line-height:60px}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(1) .content-split .content-rhs h1{font-size:30px;line-height:40px}}html.page-home body main>section:nth-of-type(1) .content-split .content-rhs .btn{display:block;margin-top:40px}html.page-home body main>section:nth-of-type(2) .pages{width:100%}html.page-home body main>section:nth-of-type(2) .pages .content-split{align-items:center}html.page-home body main>section:nth-of-type(2) .pages .content-split:nth-child(even){flex-direction:row-reverse}html.page-home body main>section:nth-of-type(2) .pages .content-split:first-child{background-color:#b7d2d5}html.page-home body main>section:nth-of-type(2) .pages .content-split:first-child .yellow-dots{display:block!important;position:absolute;left:20%;bottom:-60px;transform:translateX(-20%)}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(2) .pages .content-split:first-child .yellow-dots{display:none!important}}html.page-home body main>section:nth-of-type(2) .pages .content-split:nth-child(2){background-color:#a8bdaf}html.page-home body main>section:nth-of-type(2) .pages .content-split:last-child{background-color:#f1e1ac}html.page-home body main>section:nth-of-type(2) .pages .content-split:last-child .blue-dots{display:block!important;position:absolute;right:0;bottom:-80px}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(2) .pages .content-split:last-child .blue-dots{display:none!important}}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-lhs{width:50%;position:relative}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(2) .pages .content-split .content-lhs{width:100%}}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-lhs .yellow-dots{display:none}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-lhs a{display:block;width:100%;line-height:0;overflow:hidden}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-lhs a:hover img{transform:scale(1.05)}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-lhs a img{min-height:800px;transition:.5s ease-in-out;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:1100px){html.page-home body main>section:nth-of-type(2) .pages .content-split .content-lhs a img{min-height:600px}}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(2) .pages .content-split .content-lhs a img{min-height:400px}}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs{width:50%;position:relative}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs{width:100%}}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs .blue-dots{display:none}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs .content{max-width:540px;margin:0 auto;padding:20px;box-sizing:content-box}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs .content{padding:40px 20px}}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs .content h2{color:#363b4e;font-size:32px;font-weight:400;line-height:40px}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs .content p{font-size:22px;font-style:normal;font-weight:300;line-height:32px}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs .content ul{padding-left:30px}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs .content ul li{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs .content ul li a{color:#363b4e}html.page-home body main>section:nth-of-type(2) .pages .content-split .content-rhs .content .btn{display:block;margin-top:40px}html.page-home body main>section:nth-of-type(3){padding:60px 0;background-color:#f3f3f3}html.page-home body main>section:nth-of-type(3) .container{display:block;max-width:1280px}html.page-home body main>section:nth-of-type(3) .container .sectiontitle{margin-bottom:30px;display:flex;justify-content:space-between;color:#363b4e;align-items:center}html.page-home body main>section:nth-of-type(3) .container .sectiontitle>span{font-size:30px;font-weight:400;line-height:36px}html.page-home body main>section:nth-of-type(3) .container .sectiontitle>a{font-size:16px;font-weight:300;line-height:20px;border-bottom:1px solid #363b4e}html.page-home body main>section:nth-of-type(3) .container .news{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media only screen and (max-width:770px){html.page-home body main>section:nth-of-type(3) .container .news{grid-template-columns:1fr}}html.page-home body main>section:nth-of-type(3) .container .news .col a{width:100%;display:block}html.page-home body main>section:nth-of-type(3) .container .news .col a:hover .image img{transform:scale(1.05)}html.page-home body main>section:nth-of-type(3) .container .news .col .image{line-height:0;overflow:hidden}html.page-home body main>section:nth-of-type(3) .container .news .col .image img{width:100%;height:auto;transition:.5s ease-in-out}html.page-home body main>section:nth-of-type(3) .container .news .col .content{margin:20px 0;color:#363b4e}html.page-home body main>section:nth-of-type(3) .container .news .col .content time{font-size:14px;font-weight:300;line-height:22px;display:block;margin-bottom:20px;color:inherit}html.page-home body main>section:nth-of-type(3) .container .news .col .content span.title{font-size:26px;font-weight:400;line-height:32px;display:block;color:inherit;max-width:400px}