@-webkit-keyframes flip-top{to{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}}@keyframes flip-top{to{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}}@-webkit-keyframes flip-bottom{to{-webkit-transform:rotateX(0deg);transform:rotateX(0)}}@keyframes flip-bottom{to{-webkit-transform:rotateX(0deg);transform:rotateX(0)}}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:14px;font-family:Roboto,sans-serif}body{font-weight:700;height:100%;min-height:100vh;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;background:#000}h1{text-transform:uppercase;color:#fff;text-align:center;margin-bottom:30px;letter-spacing:5px;font-size:22px}main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}main .cards{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}main .cards .card{text-align:center;font-size:25px}main .cards .card p{color:#8486a9;font-size:9px;letter-spacing:3px;text-transform:uppercase}main .cards .card .flip-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 7px 3px 0 #151515;box-shadow:0 7px 3px #151515;position:relative;margin:15px auto}main .cards .card .top-half,main .cards .card .bottom-half,main .cards .card .top-flip,main .cards .card .bottom-flip{color:gold;font-size:34px;height:34px;line-height:1;width:60px;padding:17px 7px;overflow:hidden;text-align:center;will-change:transform!important;-webkit-box-shadow:0 3px rgba(71,83,115,.2) inset;box-shadow:0 3px #47537333 inset}main .cards .card .top-half,main .cards .card .top-flip{color:gold;border-radius:5px 5px 0 0;background-color:#21212d}main .cards .card .top-half:before,main .cards .card .top-flip:before{content:"";background-color:#191a24;height:10px;width:10px;border-radius:100%;position:absolute;bottom:-5px;left:-5px}main .cards .card .top-half:after,main .cards .card .top-flip:after{content:"";background-color:#191a24;height:10px;width:10px;border-radius:100%;position:absolute;bottom:-5px;right:-5px}main .cards .card .bottom-half,main .cards .card .bottom-flip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border-radius:0 0 5px 5px;background-color:#24242f;-webkit-box-shadow:0 -2px 5px 0 rgba(71,83,115,.7) inset;box-shadow:0 -2px 5px #475373b3 inset}main .cards .card .bottom-half:before,main .cards .card .bottom-flip:before{content:"";background-color:#191a24;height:10px;width:10px;border-radius:100%;position:absolute;top:-5px;left:-5px}main .cards .card .bottom-half:after,main .cards .card .bottom-flip:after{content:"";background-color:#191a24;height:10px;width:10px;border-radius:100%;position:absolute;top:-5px;right:-5px}main .cards .card .top-flip{position:absolute;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;-webkit-transform:rotateX(0deg);transform:rotateX(0);-webkit-animation:flip-top .5s ease-in forwards;animation:flip-top .5s ease-in forwards}main .cards .card .bottom-flip{position:absolute;bottom:0;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-animation:flip-bottom .5s ease-out .5s;animation:flip-bottom .5s ease-out .5s}footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;min-height:13%;width:100%;bottom:0}footer .femc{margin-bottom:10px;color:#8486a9}footer .nm{color:gold}.logo-wrapper{text-align:center;margin-bottom:35px}.logo-wrapper img{width:130px}@media screen and (min-width: 700px){main h1{font-size:31px}main .cards{gap:25px}}@media screen and (min-width: 1540px){main .cards .top-half,main .cards .bottom-half,main .cards .top-flip,main .cards .bottom-flip{font-size:92px!important;line-height:1;height:80px!important;width:125px!important;padding:34px 7px!important}.logo-wrapper img{width:190px}main .cards .card p{font-size:11px}}.visitors{color:gold}.visitors-wrapper{padding:20px;display:inline-flex;align-items:center;gap:10px;color:gold}.visitors-wrapper>p{margin-top:-11px}.visitors-wrapper>div{font-size:0}.visitors-wrapper svg{width:20px;height:20px}.visitors-wrapper img{opacity:.75;transform:translateY(-7px)}.visitors-wrapper svg+a{visibility:hidden}body a{font-size:0}
