body{padding:0;margin:0;background-color:#fff}*{box-sizing:border-box}.wrap{width:1200px;margin:auto}@media screen and (max-width:1300px){.wrap{width:90%}}#__next{display:flex;flex-direction:column;min-height:100vh}#__next footer{margin-top:auto}hr{border:0;position:relative;overflow:visible;padding:30px 0;margin:0}hr:before{content:"";height:1px;width:70%;background:linear-gradient(90deg,transparent,#00203e,transparent);position:absolute;top:50%;left:50%;transform:translateX(-50%)}body{font-family:Inter,sans-serif;font-size:16px;line-height:1.27}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif;margin:0;padding:0;line-height:1.1;font-weight:400}h1{font-size:60px}h2{font-size:32px}.callout{font-size:24px}a{color:#e33439;transition:all .5s ease}a:hover{text-decoration:none;color:#00203e}.button,button{display:inline-block;padding:6px 35px;background-color:#e33439;color:#eee;text-decoration:none;border-radius:6px;border:1px solid #e33439;transition:all .5s ease;font-family:Inter,sans-serif;font-size:16px;cursor:pointer}.button.secondary,.button:hover,button.secondary,button:hover{background-color:#eee;color:#e33439}.button.secondary:hover,button.secondary:hover{background-color:#e33439;color:#eee}form input{display:block;border:1px solid #00203e;background-color:transparent;font-family:Inter,sans-serif;font-size:16px;width:100%;padding:8px}form input.invalid{border:1px solid darkred;box-shadow:0 0 5px 0}form .honey{display:none}