.footer{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:80px}.footer__main{width:100%;max-width:1200px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.2fr;grid-gap:40px;gap:40px;padding:60px 100px;background:rgba(255,255,255,.02);border-radius:24px 24px 0 0;border:1px solid rgba(255,255,255,.08);border-bottom:none}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__logo{display:inline-block;width:-moz-fit-content;width:fit-content;transition:opacity .3s ease;&:hover{opacity:.8}img{height:36px;width:auto}}.footer__tagline{font-size:16px;font-weight:500;color:rgba(0,191,255,.9);margin:0}.footer__description{font-size:14px;color:rgba(255,255,255,.5);line-height:1.6;margin:0;max-width:280px}.footer__social{display:flex;gap:12px;margin-top:8px}.footer__socialIcon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;color:rgba(255,255,255,.6);&:hover{background:rgba(0,191,255,.1);border-color:rgba(0,191,255,.3);color:rgba(0,191,255,.9);transform:translateY(-2px)}}.footer__column{display:flex;flex-direction:column;gap:16px}.footer__columnTitle{font-size:14px;font-weight:600;color:white;text-transform:uppercase;letter-spacing:.5px;margin:0}.footer__nav{display:flex;flex-direction:column;gap:12px}.footer__navLink{font-size:14px;color:rgba(255,255,255,.5);text-decoration:none;transition:all .3s ease;width:-moz-fit-content;width:fit-content;&:hover{color:rgba(0,191,255,.9)}}.footer__contactInfo{display:flex;flex-direction:column;gap:10px}.footer__email{font-size:14px;color:rgba(0,191,255,.8);text-decoration:none;transition:all .3s ease;&:hover{color:rgba(0,191,255,1)}}.footer__location{font-size:14px;color:rgba(255,255,255,.5);margin:0}.footer__bottom{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;padding:20px 100px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-top-color:rgba(255,255,255,.06)}.footer__copyright{font-size:13px;color:rgba(255,255,255,.4);margin:0}.footer__abn{font-size:13px;color:rgba(255,255,255,.3);margin:0}@media (max-width:1024px){.footer__main{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;padding:50px}.footer__brand{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;align-items:center;gap:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.footer__tagline{display:none}.footer__description{flex:1 1;max-width:400px}.footer__social{margin-top:0}.footer__column:last-child{grid-column:1/-1;flex-direction:row;align-items:center;gap:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.footer__column:last-child .footer__columnTitle{display:none}.footer__contactInfo{flex-direction:row;gap:20px}.footer__bottom{padding:20px 50px}}@media (max-width:768px){.footer{margin-top:60px}.footer__main{grid-template-columns:1fr 1fr;gap:30px;padding:40px 25px}.footer__brand{flex-direction:column;align-items:flex-start;gap:12px}.footer__description{max-width:100%}.footer__column:last-child{flex-direction:column;align-items:flex-start;gap:10px}.footer__bottom,.footer__contactInfo{flex-direction:column;gap:8px}.footer__bottom{padding:16px 25px;text-align:center}}@media (max-width:480px){.footer{margin-top:40px}.footer__main{grid-template-columns:1fr;gap:25px;padding:30px 20px}.footer__brand{padding-bottom:25px}.footer__column{padding-top:0;border-top:none}.footer__column:last-child{padding-top:15px}.footer__bottom{padding:14px 20px}.footer__abn,.footer__copyright{font-size:12px}}.app-container{width:100%;height:100vh;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;.app-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;overflow-x:hidden;gap:60px}}.app-container::-webkit-scrollbar{display:none}@media (max-width:768px){.app-container{max-width:100vw;overflow-x:hidden;.app-content{max-width:100%}}}