@import"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&display=swap";body{margin:0;padding:0;display:flex;flex-direction:column;min-width:320px;min-height:100vh;max-width:100vw;overflow-x:hidden;font-family:"Exo 2",sans-serif}.hero-section{display:flex;flex-direction:row;background-color:#c9f0fd;border-radius:12px;width:80%;align-items:center;justify-content:center;justify-self:center}.hero-section img{width:48%;padding:10px;transform:rotateY(180deg)}.hero-section .hero-information{width:48%;display:flex;flex-direction:column;justify-content:center;gap:20px}.hero-section .hero-information h1{width:70%;color:#002566;text-align:center;margin:0}.hero-section .hero-information p{color:#8d545c;width:70%;text-align:center;flex-wrap:wrap;margin:0}.hero-section .hero-information button{width:70%;background-color:#002566;color:#fff;border:none;margin:0;border-radius:8px;padding:8px;font-family:"Exo 2";font-size:16px;cursor:pointer;transition:all .3s ease}.hero-section .hero-information button:hover{background-color:#c20605}.equipment{margin-top:5rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.equipment img{align-self:center}.equipment h1{margin:0;margin-top:-1rem;color:#002566}.equipment .information{display:flex;width:80%;flex-direction:row;justify-content:center;align-items:center;gap:2rem}.equipment .information img{border-radius:12px}.equipment .information p{color:#002566;font-size:20px}.contact-bar{position:fixed;top:0;left:0;width:100%;height:30px;color:#333;text-align:center;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.contact-bar p{margin:0}.contact-bar p a{text-decoration:none;color:#333}.header{position:fixed;z-index:199;width:calc(100% - 256px);display:flex;justify-content:space-between;align-items:center;margin:0 128px 16px;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 4px 10px #c9f0fd99,0 1px 3px #0000001a;padding:1.1vw 4vw}.header.with-contact-bar{top:30px}.header.no-contact-bar{top:0}.header h1{margin:0;color:#002566}.header .col{display:flex;justify-content:center;align-items:center;gap:24px}.header .col h3{text-align:center;margin:0;cursor:pointer;transition:all .3s ease;color:#002566}.header .col h3:hover{color:#c20605}.header .col .logo{display:flex;justify-content:center;cursor:pointer}.header .col .logo img{width:5vw}.footer{margin-top:5rem;background-color:#222;color:#fff;padding:20px 0}.footer .footer-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.footer .footer-left{display:flex;flex-direction:column;align-items:center}.footer .footer-left .footer-logo{width:80px;height:auto;align-self:left;margin-bottom:5px}.footer .footer-left .footer-text{width:40%;text-align:center;font-size:14px;color:#ccc}.footer .footer-content{text-align:center;font-size:14px;flex:1}.footer .footer-right ul{list-style:disc;color:#ccc;padding-left:20px}.footer .footer-right li{font-size:14px;margin-bottom:5px;cursor:pointer}*{margin-top:0;box-sizing:border-box}#root{margin:0;box-sizing:border-box}.App{margin-top:25vh}
