@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;700&display=swap");.custom-header,body{font-family:Public Sans,sans-serif}.custom-header{align-items:center;background-color:#079aa0;display:flex;justify-content:space-between;padding:20px;position:relative}.custom-header .logo img{max-height:70px;width:auto}.custom-header .navigation ul{display:flex;list-style:none;margin:0;padding:0}.custom-header .navigation ul li{margin-left:20px}.custom-header .navigation ul li a{color:#fff!important;font-family:Public Sans,sans-serif;font-size:16px;text-decoration:none;transition:color .3s ease-in-out}.custom-header .navigation ul li a:hover{color:#c6beb5!important}.custom-header .header-buttons{align-items:center;display:flex}.custom-header .header-buttons .hs-button{background-color:#fff;border:none;border-radius:50px;color:#000;font-family:Public Sans,sans-serif;font-size:14px;margin-left:10px;padding:12px 16px;text-decoration:none}.custom-header .header-buttons .hs-button:hover{background-color:#fff}.custom-header .header-buttons .hs-button.login{background-color:#28a745;color:#fff}.custom-header .menu-icon{color:#fff;cursor:pointer;display:none;font-size:35px;font-weight:700}@media (max-width:768px){.custom-header{align-items:flex-start;flex-direction:column;padding:10px}.custom-header .menu-icon{display:block;position:absolute;right:20px;top:25px;z-index:20}.custom-header .header-buttons,.custom-header .navigation{background-color:#000;display:none;left:0;padding:10px 0;position:bottom;text-align:center;top:80px;transition:all .3s ease-in-out;width:100%;z-index:12}.custom-header .header-buttons.active,.custom-header .navigation.active{align-items:center;display:flex;flex-direction:column}.custom-header .navigation ul{flex-direction:column;margin:0;padding:0;text-align:center;width:100%}.custom-header .navigation ul li{border-bottom:1px solid #fff;margin:0;padding:15px 0;width:100%}.custom-header .navigation ul li:last-child{border-bottom:none}.custom-header .header-buttons{margin-top:0}.custom-header .header-buttons .hs-button{background-color:#fff;border:none;border-radius:50px;color:#000;display:flex;font-family:Public Sans,sans-serif;font-size:20px;justify-content:center;margin:10px 0;padding:10px 16px;text-align:center;width:80%}.custom-header .header-buttons .hs-button:hover{background-color:#fff}}