a.navbar-menu-link{@apply block mt-4 text-black lg:inline-block lg:mt-0 hover:text-gray-900 uppercase}a.navbar-menu-link:not(:last-child){@apply mr-4}@media(max-width:1023px){.navClosed{transition:max-height .2s ease-in-out .2s,opacity .2s ease-in-out 0s;max-height:0;opacity:0}.navOpen{transition:max-height .2s ease-in-out 0s,opacity .2s ease-in-out .3s;max-height:200px;opacity:1}}body,html{background-color:#f6f7f8}*{outline:none}footer{background-color:#565555;padding:20px 0}footer .container{justify-content:space-between;align-items:center}footer .container,footer .container .tech{display:flex;flex-direction:row}footer .container .tech img:not(:last-child){margin-right:10px}@media(max-width:768px){footer .container{flex-direction:column}footer .container .tech img{margin:0}footer .container img.powered{margin-top:20px;width:160px!important}}.c-pointer{cursor:pointer}