header{background-color:#fff;padding:10px 20px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;position:fixed;top:0;z-index:1000}.header-container,header{display:flex;justify-content:space-between;align-items:center;width:100%}.header-logo{flex:none}.header-logo img{max-height:60px}nav{display:flex;align-items:center;justify-content:flex-end}.nav-links{margin-left:20px}.nav-links,.nav-links ul{display:flex;justify-content:flex-end;flex:3 1}.nav-links ul{list-style:none;padding:0;margin:0}.nav-links ul li{margin:0 15px}.nav-links ul li a{color:#333;text-decoration:none;font-size:16px;text-align:left;padding-bottom:5px}.nav-links ul li a:focus,.nav-links ul li a:hover{color:#1b8372;border-bottom:2px solid #1b8372}.nav-buttons{margin-left:10px}.nav-buttons,.nav-buttons a{display:flex;align-items:center}.nav-buttons a{color:#fff;text-decoration:none;font-weight:700;padding:10px 20px;border-radius:50px;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.2);flex-direction:row;justify-content:center;width:140px;height:35px;transition:background-color .3s ease,box-shadow .3s ease}.nav-buttons .register-button-header{background-color:#fc5340}.nav-buttons .register-button-header img{width:24px;height:24px;margin-right:10px}.nav-buttons .register-button-header span{font-size:16px;font-weight:700}.nav-buttons .register-button-header:focus,.nav-buttons .register-button-header:hover{background-color:#ff6656;box-shadow:0 6px 12px rgba(0,0,0,.3)}.menu-toggle{display:none;flex-direction:column;justify-content:space-around;align-items:flex-end;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0}.menu-bar{width:24px;height:2px;background-color:#333;border-radius:1px;transition:transform .3s ease,opacity .3s ease}.menu-toggle.open .menu-bar:first-child{transform:translateY(8px) rotate(45deg)}.menu-toggle.open .menu-bar:nth-child(2){opacity:0}.menu-toggle.open .menu-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.nav-links{position:absolute;top:60px;left:0;width:100%;background-color:#fff;flex-direction:column;align-items:flex-start;display:none;padding:20px}.nav-links.open{display:flex}.nav-links ul{flex-direction:column;width:100%}.nav-links ul li{margin:10px 0}.menu-toggle{display:flex;align-items:flex-end}.nav-buttons{display:none}.mobile-register{margin-top:20px}.mobile-register,.nav-links ul li.mobile-register{display:flex;justify-content:flex-start;width:100%}.nav-links ul li.mobile-register a{display:flex;align-items:center;justify-content:flex-start;color:#fff;text-decoration:none;font-weight:700;padding:10px 20px;border-radius:50px;background-color:#fc5340;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:background-color .3s ease,box-shadow .3s ease;height:40px;width:140px;text-align:center}.nav-links ul li.mobile-register a img{width:24px;height:24px;margin-right:10px}.nav-links ul li.mobile-register a span{font-size:16px;font-weight:700}.nav-links ul li.mobile-register a:focus,.nav-links ul li.mobile-register a:hover{background-color:#ff6656;box-shadow:0 6px 12px rgba(0,0,0,.3)}}@media (min-width:769px){.mobile-register{display:none}}