@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.logo{margin:auto;width:350px;height:190px;padding:50px}.h2{color:#fff;font-size:30px;font-weight:600;letter-spacing:-.75%;line-height:36px;margin:auto}.p{color:#ffffffc2;font-size:1rem;font-weight:400;line-height:24px;margin:auto;text-align:justify}.h4{color:#fff;font-size:20px;font-weight:600;letter-spacing:-.5%;line-height:28px;margin:auto;width:350px}.cards{width:100%;height:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.cards .card{position:relative;padding:10px;min-width:170px;height:160px;background:transparent;border-radius:20px;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.cards .card .background-opacity{position:absolute;width:100%;height:100%;background-color:#000;opacity:.2}.cards .card .card-image{width:100%;height:100%;border-radius:20px;object-fit:cover}.cards .card .card-info{position:absolute;padding:10px;background:transparent;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.cards .card .card-info .card-title{position:relative;background:transparent;z-index:10;color:#fff;font-weight:600;font-size:14px;line-height:20px}.cards .card .card-info .card-description{position:relative;background:transparent;z-index:10;color:#fff;font-weight:400;font-size:14px;line-height:20px}.cards .expansive{flex:none;width:100%}footer{padding:10px;width:100%;display:flex;flex-direction:column;gap:10px}footer .footer-logo{width:75px}footer .footer-text{color:#fff;font-weight:400;font-size:14px;line-height:24px}footer .social-media a{text-decoration:none;display:flex;flex-direction:row;gap:10px}footer .social-media a .social-media-text{color:#fff;font-weight:400;font-size:16px;line-height:28px}footer .social-media a .social-media-icon{width:28px;height:28px}.Image{border-radius:20px;margin-left:auto;margin-right:auto}.Iframe{opacity:.4;margin-left:auto;margin-right:auto}.Iframe2{border-radius:20px}.nav-bar{margin-bottom:5em;position:fixed;width:100%;background:transparent;display:flex;justify-content:center;align-items:center;bottom:0;z-index:999}.nav-bar .nav{width:64px;height:64px;background:#00000080;border:1px solid #FFF;border-radius:20px;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer}.nav-bar .nav .nav-icon{width:24px;height:24px;background:transparent}*{margin:0;padding:0;box-sizing:border-box;background:#000}html{font-size:16px}html,body{width:100vw;min-height:100vh}body{font-family:Inter,sans-serif}#root{padding:1em;width:100%;height:100%;display:flex;flex-direction:column;gap:10px}
