.navbar{z-index:1000;color:#fff;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:20px 30px;font-family:Montserrat,Arial,sans-serif;transition:background-color .3s,box-shadow .3s,color .3s;display:flex;position:fixed;top:0;left:0}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.navbar.scrolled{background-color:#fff;top:0;box-shadow:0 4px 8px #0000001a;color:#000!important}.navbar-logo img{max-width:100%;height:auto;transition:opacity .3s}.navbar-links{align-items:center;gap:30px;list-style:none;transition:color .3s;display:flex}.navbar-links li a:after{content:"";background-color:#dc2626;width:0;height:3px;transition:width .3s;position:absolute;bottom:-5px;left:0}.navbar-links li a:hover:after{width:100%}.navbar-links li a:hover{color:#dc2626}.navbar-links li a{white-space:nowrap;font-weight:500;text-decoration:none;transition:transform .3s,color .3s;position:relative;color:#fff!important}.navbar.scrolled .navbar-links li a{color:#000!important}.navbar-links li a:hover{color:#dc2626;border-bottom:1px #b71c1c;transform:scale(1.15)}.cta{white-space:nowrap;background-color:#dc2626;border-radius:5px;padding:10px 20px;font-weight:600;transition:background-color .3s;display:inline-block;color:#fff!important}.cta:hover{background-color:#b71c1c}.ctaa{white-space:nowrap;background-color:#dc2626;border-radius:5px;padding:10px 20px;font-weight:600;transition:background-color .3s;display:inline-block;color:#fff!important}.ctaa:hover{background-color:#b71c1c}.navbar-supported{text-align:right;color:inherit;font-size:12px}.navbar.scrolled .navbar-supported{color:#000}.hamburger{cursor:pointer;display:none}.hamburger-icon{width:20px;height:20px}.drawer{color:#fff;z-index:9999;background-color:#141414;flex-direction:column;justify-content:space-between;width:100%;height:100vh;padding:5em 3em 3em;font-family:Montserrat,Arial,sans-serif;transition:top .3s;display:flex;position:fixed;top:-100%;overflow-y:auto}.drawer.open{top:0}.close-drawer{color:#fff;cursor:pointer;background:0 0;border:none;font-size:24px;position:absolute;top:20px;right:20px}.drawer ul{text-align:center;flex-direction:column;gap:2em;padding:0;list-style:none;display:flex}.drawer ul li a{color:#fff;font-size:20px;font-weight:500;text-decoration:none;transition:color .3s;display:block}.drawer ul li a:hover{color:#dc2626}.drawer ul li .ctaa,.drawer ul li .cta{white-space:nowrap;text-align:center;background-color:#dc2626;border-radius:5px;margin:0 auto;padding:10px 24px;font-weight:600;transition:background-color .3s;display:inline-block;color:#fff!important}.navbar-supported-mobile{margin-top:2em;margin-left:auto;margin-right:auto;font-size:14px;text-align:center!important}@media (min-width:1101px) and (max-width:1300px){.navbar{padding:15px 20px}.navbar-links{gap:15px}.navbar-links li a{font-size:14px}.cta,.ctaa{padding:8px 14px;font-size:13px}.navbar-logo img{max-width:250px!important;height:auto!important}.navbar-supported img{max-width:150px!important;height:auto!important}}@media (max-width:1100px){.navbar{justify-content:space-between;padding-left:15px;padding-right:15px;flex-direction:row!important;padding-top:20px!important;padding-bottom:15px!important}.navbar-links{display:none}.navbar-logo img{max-width:220px!important;height:auto!important}.navbar-supported{display:none}.hamburger{display:block}}
