:root{--text-color: #454452;--orange-color: #ff6701;--blue-color: #003686;--light-background: #ffffff;--primary-background: #fafaff;--hero-gradient: linear-gradient(to bottom, #ffffff, #f9f9ff);--header-bg: transparent;--header-border-color: transparent;--header-border-width: 0;--header-backdrop-filter: none;--header-shadow: none;--header-link-color: var(--text-color);--header-link-hover-color: var(--orange-color)}*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif;line-height:1.5;text-decoration:none}body{color:var(--text-color);background-color:var(--light-background)}a{color:var(--text-color);text-transform:uppercase;font-weight:700;font-size:12px;transition:color .3s ease-in-out}a:hover{color:var(--orange-color)}.p{padding:1rem}.container{width:90%;padding:1.5rem 0;margin:auto;position:relative}.p-blue{color:var(--blue-color)}.p-orange{color:var(--orange-color)}.text-b-1{font-weight:700;font-size:1rem}.mb{margin-bottom:.75rem}.text-b-2{font-weight:700;font-size:2rem}#header{position:fixed;left:0;top:0;width:100%;z-index:1000;background:var(--header-bg);border-bottom:var(--header-border-width) solid var(--header-border-color);-webkit-backdrop-filter:var(--header-backdrop-filter);backdrop-filter:var(--header-backdrop-filter);box-shadow:var(--header-shadow)}#header nav{display:flex;align-items:center;justify-content:space-between}#nav>a img,.head-logo img{width:80px;display:block}.navlist{list-style:none;display:none;justify-content:space-between;width:60%;gap:1.5rem}.navlist li a{color:var(--header-link-color)}.navlist li a:hover{color:var(--header-link-hover-color)}#menu-bar{cursor:pointer;display:flex;align-items:center}.close{transform:translate(100%)}#backdrop{position:fixed;top:0;left:0;width:100vw;min-height:100vh;background:#00000070;opacity:0;transition:opacity .3s ease-in;z-index:999}#side-nav{position:fixed;top:0;right:0;width:80%;max-width:20rem;height:100%;min-height:100vh;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;background:linear-gradient(180deg,#fff .96%,#d2e4ff);transition:transform .3s ease-in-out;z-index:1002}#side-nav button{margin:1rem;background:none;border:none;font-size:20px;cursor:pointer}#side-nav button:hover{color:var(--orange-color);transform:rotateY(180deg);transition:color .5s ease-in}.navlist.side{display:flex;flex-direction:column;align-items:center;margin-top:2rem;position:relative;height:50%;width:90%;margin:0 auto}.navlist.side li{width:100%;text-align:center;padding:.5rem 0;border:1px solid transparent}.navlist.side a{color:var(--text-color);display:block}.navlist.side li:hover{border:1px solid #ccc;cursor:pointer;transition:border .3s ease-in}.navlist.side li:hover a{color:var(--orange-color);transition:color .3s ease-in}#footer-container{display:flex;flex-direction:column;justify-content:space-between;gap:2.5rem;padding:3rem 0}.footer-form{min-height:400px;margin:0 auto;width:100%;max-width:520px;flex:1 1 320px;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:-5px 12px 40.8px -8px #0003;padding:1.5rem}.footer-form input{border-radius:20px;padding:.8rem 1rem;border:none;background:#f5f5f5;outline:none}.footer-form textarea{border-radius:10px;padding:.8rem 1rem;height:150px;border:none;background:#f5f5f5;outline:none}.footer-button{border-radius:20em;cursor:pointer;font-weight:700;padding:.8rem 1rem;border:none;color:#fff;background:var(--blue-color);outline:none}.links{display:flex;width:100%;margin:0;justify-content:space-between;align-items:stretch;gap:2rem;flex-wrap:wrap;flex:1 1 320px}.links a{font-size:.625rem;font-weight:400}.reach{display:flex;flex-direction:column;gap:1.5rem;background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:-5px 12px 40.8px -8px #0000001f;width:100%;flex:1 1 260px}.reach a{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;color:var(--text-color)}.reach p{font-weight:700;font-size:.95rem}.pages{list-style:none;display:flex;flex-direction:column;gap:.5rem;text-transform:uppercase;font-size:12px;flex:1 1 200px}.footer-container>div{display:flex;justify-content:space-evenly;flex-wrap:wrap;align-items:center;font-size:.625rem;gap:.5rem;border-bottom:1px solid;padding-bottom:.5rem}.socials{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.footer-socials{display:flex;align-items:center;gap:.5rem;padding:10px 0}.footer-socials img{width:40px;height:40px;object-fit:contain}.desktop-only{display:none!important}.contact-address{display:flex;padding:.5rem 0;align-items:center;gap:1rem}.contact-address img{width:32px;height:32px}.terms{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.terms a{font-size:.625rem;font-weight:400}.terms span{height:20px;width:1px;background-color:#000}.terms-policy a{color:#fff;text-decoration:underline;font-size:.75rem}.terms-policy a:hover{color:var(--orange-color)}#footer{background:#030146;color:#fff;padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem}#footer p,#footer a{font-size:clamp(.85rem,.8rem + .3vw,1rem);line-height:1.4;color:#fff}.copyrights{text-align:center;margin:.5rem 0;font-size:.9rem}.fa-facebook-f{color:#1873eb}.fa-x-twitter{color:#1c96e8}.fa-youtube{color:#f70000}@media screen and (max-width:40rem){.pages{display:none}.links{flex-direction:column;align-items:stretch;gap:1.5rem}}@media screen and (max-width:48rem){#footer{flex-direction:row;flex-wrap:wrap;gap:.75rem;text-align:left}#footer .socials,#footer .terms{display:none}#footer p,#footer .copyrights{font-size:.8rem}}@media screen and (min-width:48rem){#footer-container{flex-direction:row;align-items:stretch}.links{align-items:flex-start;gap:3rem}.reach,.pages{max-width:none}}@media screen and (min-width:50.625rem){.head-logo img{width:130px}.navlist{display:flex}#backdrop,#menu-bar,#side-nav{display:none!important}}@media screen and (min-width:64rem){.head-logo img{width:150px}.container{width:80%}.desktop-only{display:flex!important}}@media screen and (min-width:1200px){.container{width:60%}}
