@-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:#ec008c;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:120px;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)}@media only screen and (max-width:1600px){#button{bottom:220px}}@media only screen and (max-width:770px){#button{bottom:70px}}#button.show{opacity:1;visibility:visible}html.page-home body main>section.intro-section{padding-top:0}html.page-home body main>section.intro-section .container{max-width:1690px;display:block}html.page-home body main>section.intro-section .container .intro-content{max-width:1040px;margin:0 0 0 auto}html.page-home body main>section.intro-section .container .images{max-width:1320px;margin:60px auto 0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;overflow:hidden}@media only screen and (max-width:770px){html.page-home body main>section.intro-section .container .images{grid-template-columns:repeat(2,1fr)}}html.page-home body main>section.intro-section .container .images .col.image-1,html.page-home body main>section.intro-section .container .images .col.image-3{margin-top:160px}@media only screen and (max-width:770px){html.page-home body main>section.intro-section .container .images .col.image-1,html.page-home body main>section.intro-section .container .images .col.image-3{margin-top:80px}}html.page-home body main>section.intro-section .container .images .col.image-4{margin-top:60px}@media only screen and (max-width:770px){html.page-home body main>section.intro-section .container .images .col.image-4{margin-top:0}}html.page-home body main>section.intro-section .container .images .col img{width:100%}