@font-face {font-family: "Space Grotesk";src: url("../../../assets/fonts/SpaceGrotesk.woff2") format("woff2");font-weight: 100 900;font-style: normal;font-display: swap;}*{margin: 0px;padding: 0px;box-sizing: border-box;}body{font-family: 'Space Grotesk';}:root {--primary-color: #444444;--secondary-color: #67A83F;--background-color: #FFFFFF;--background:#232655;}#header{width: 100%;display: flex;justify-content: center;background-color: none;transition: top 0.3s;z-index: 100;top: 0;height: 80px;}#header.shadow{box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}.navbar{display: flex;justify-content: space-between;align-items: center;width: 85%;padding: 10px 0px;border-bottom: 1px solid lightgrey;}.logo{width: 17em;height: auto;cursor: pointer;}.logo-header{width: 17em;height: auto;}.navbar ul{display: flex;align-items: center;gap: 20px;}.navbar ul li a{color: var(--primary-color);}.navbar ul li a:hover{color: var(--secondary-color);}.fa-solid{color: var(--primary-color);font-size: 20px;cursor: pointer;}.navbar p{color: #FFFFFF;font-size: 16px;font-weight: 400;line-height: normal;}.menu-icon{display: none;}.dropdown-menu{position: absolute;right: 60px;top: 70px;width: 300px;background-color: rgba(0, 0, 0, 0.7);backdrop-filter: blur(10px);border-radius: 10px;overflow: hidden;display: none;height: 0px;transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);}.dropdown-menu.open{height: 293px;}.dropdown-menu li{padding: 0.7rem;display: flex;align-items: center;justify-content: center;}.dropdown-menu li a{color: #FFF;}.contact-list li a{color: var(--primary-color);}.menu-icon img{width: 40px;height: auto;}.article-hero {width: 100%;display: flex;justify-content: center;align-items: center;height: 92.7vh;background-size: cover;background-repeat: no-repeat;background-position: center center;}.header-wizard{display: flex;align-items: center;gap: 10px;}.header-wizard p{font-size: 15px;color: grey !important;}@media only screen and (max-width: 992px) {.navbar{display: flex;justify-content: center;gap: 30px;}.navbar p{text-align: center;}.open-icon{display: none;}.navbar ul{display: none;}.fa-solid{color: var(--primary-color);}.menu-icon{display: block;}.dropdown-menu{display: block;color: #FFF;right: 45px;top: 60px;}.logo{width: 15em;height: auto;}.logo-header{width: 12em;height: auto;}#header{height: auto;margin-bottom: 25px;}.header-wizard {display: flex;align-items: center;flex-direction: column;gap: 10px;}.header-wizard p{font-size: 12px;}}