*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#fff;padding:0;margin:0}.wrap{width:1280px;margin:auto}@media screen and (max-width:1300px){.wrap{width:100%;padding:0 20px}}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2;margin:0}h1,h2{font-family:Oswald,sans-serif;color:#162943}h1{font-size:60px}h2{font-size:36px}h3{font-size:24px;font-weight:800}body{font-family:Inter,sans-serif}p{margin:16px 0}ul.menu{list-style:none;display:flex;gap:36px;padding:0;margin:0}ul.menu a{text-decoration:none}a{color:#162943;transition:all .5s ease}a:hover{color:#828282}form{display:flex;flex-direction:column;gap:16px;position:relative}form input{font-family:Inter,sans-serif;padding:8px;border:1px solid #162943}form input.invalid{border:1px solid red}form .input{display:flex;flex-direction:column;gap:8px}form .honey{display:none}form .error,form .loading,form .success{position:absolute;inset:0;background-color:#d8d8d8;padding:32px;font-size:24px;color:#162943;display:flex;flex-direction:column;align-items:center;justify-content:center}form .error .lds-grid,form .loading .lds-grid,form .success .lds-grid{display:inline-block;position:relative;width:80px;height:80px}form .error .lds-grid div,form .loading .lds-grid div,form .success .lds-grid div{position:absolute;width:16px;height:16px;border-radius:50%;background:#162943;animation:lds-grid 1.2s linear infinite}form .error .lds-grid div:first-child,form .loading .lds-grid div:first-child,form .success .lds-grid div:first-child{top:8px;left:8px;animation-delay:0s}form .error .lds-grid div:nth-child(2),form .loading .lds-grid div:nth-child(2),form .success .lds-grid div:nth-child(2){top:8px;left:32px;animation-delay:-.4s}form .error .lds-grid div:nth-child(3),form .loading .lds-grid div:nth-child(3),form .success .lds-grid div:nth-child(3){top:8px;left:56px;animation-delay:-.8s}form .error .lds-grid div:nth-child(4),form .loading .lds-grid div:nth-child(4),form .success .lds-grid div:nth-child(4){top:32px;left:8px;animation-delay:-.4s}form .error .lds-grid div:nth-child(5),form .loading .lds-grid div:nth-child(5),form .success .lds-grid div:nth-child(5){top:32px;left:32px;animation-delay:-.8s}form .error .lds-grid div:nth-child(6),form .loading .lds-grid div:nth-child(6),form .success .lds-grid div:nth-child(6){top:32px;left:56px;animation-delay:-1.2s}form .error .lds-grid div:nth-child(7),form .loading .lds-grid div:nth-child(7),form .success .lds-grid div:nth-child(7){top:56px;left:8px;animation-delay:-.8s}form .error .lds-grid div:nth-child(8),form .loading .lds-grid div:nth-child(8),form .success .lds-grid div:nth-child(8){top:56px;left:32px;animation-delay:-1.2s}form .error .lds-grid div:nth-child(9),form .loading .lds-grid div:nth-child(9),form .success .lds-grid div:nth-child(9){top:56px;left:56px;animation-delay:-1.6s}@keyframes lds-grid{0%,to{opacity:1}50%{opacity:.5}}.button,button{display:inline-block;background-color:#162943;color:#eee;border:2px solid #162943;text-decoration:none;padding:8px 24px;transition:all .5s ease;font-size:16px;font-family:Inter,sans-serif;cursor:pointer}.button.secondary,.button:hover,button.secondary,button:hover{background-color:#d8d8d8;color:#162943}.button.secondary:hover,button.secondary:hover{background-color:#162943;color:#d8d8d8}.button-text{display:flex;gap:8px;align-items:center}.scroll-to-top-btn{position:fixed;bottom:0;right:5px;font-size:30px;color:#f2c94c;z-index:50;cursor:pointer;transition:font-size .2s ease}.scroll-to-top-btn svg{transform:translateY(50px);transition:transform .5s ease}.scroll-to-top-btn svg.visible{transform:translateY(0)}.scroll-to-top-btn:hover{font-size:35px}