header{background:#ccc;box-shadow:1px 1px 5px #000;color:#2b3844;padding:15px 0;position:sticky;top:0;width:100%;z-index:999}header .topbar{height:30px;overflow:hidden;position:relative;width:100%}header .topbar .topbar-inner{animation:topbar-animation 20s linear infinite;color:#9c4070;font-weight:700;position:absolute;right:0;transform:translateX(100%);white-space:nowrap}header .header-inner{display:flex;flex-direction:row;gap:25px;justify-content:space-between;margin-bottom:0}header .header-inner .header-item{color:#9c4070;cursor:pointer;display:block;font-weight:700;padding:10px 15px;text-decoration:none}@keyframes topbar-animation{0%{right:0;transform:translateX(100%)}to{right:100%;transform:translateX(0)}}@media screen and (max-width:900px){header .header-inner{flex-wrap:wrap;justify-content:center}}.footer-inner,.header-inner,.section,section{box-sizing:border-box;margin:0 auto 50px;max-width:1300px;padding:0 15px;width:100%}form{flex-direction:column;gap:15px;justify-content:center;justify-self:center;max-width:600px;text-align:center}form,form .form-row{display:flex;width:100%}form .form-row{gap:10px}form .form-row>*{width:100%}form input,form select,form textarea{border:1px solid #ccc;box-shadow:none;font-size:1em;padding:10px 15px;resize:none;transition:border .2s ease}form input:focus,form select:focus,form textarea:focus{border-color:#9c4070;outline:none}form button{align-self:center}form .sr-only{display:none}@media screen and (max-width:767px){form .form-row{flex-direction:column}}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(/build/fonts/Lato-Regular.9d883d54.ttf)}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:700;src:url(/build/fonts/Lato-Bold.636be8de.ttf)}@font-face{font-display:swap;font-family:Lato;font-style:italic;font-weight:700;src:url(/build/fonts/Lato-BoldItalic.fd32b4de.ttf)}@font-face{font-display:swap;font-family:Lato;font-style:italic;font-weight:400;src:url(/build/fonts/Lato-Italic.a9f3ee26.ttf)}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:lighter;src:url(/build/fonts/Lato-Light.c7400fca.ttf)}@font-face{font-display:swap;font-family:Lato;font-style:italic;font-weight:lighter;src:url(/build/fonts/Lato-LightItalic.4310bbed.ttf)}body{background:#f5f7f8;color:#2b3844;font-family:Lato,serif;margin:0;padding:0}*,:after,:before,body{box-sizing:border-box}h1{font-size:24px}.highlight{font-weight:700}.highlight,a:active,a:hover,a:link{color:#9c4070}.btn,a:visited,button{color:#2b3844}.btn,button{border:unset;cursor:pointer;display:inline-block;max-width:fit-content;padding:10px 15px;text-decoration:unset}.btn.primary,button.primary{background:#77aad9;color:#fff}.btn.fw,button.fw{max-width:unset;text-align:center;width:100%}img{border-radius:inherit;height:auto;object-fit:contain;width:100%}.list-bold>li::marker{font-weight:700}.flash-wrapper{position:fixed;right:0;top:33%;transform:translateY(-50%);z-index:10}.flash-wrapper .flash{margin-bottom:15px;max-width:250px;padding:2em}.flash-wrapper .flash.flash-success{background:#adff2f}.flash-wrapper .flash.flash-error{background:#ff4500;color:#fff}@media screen and (max-width:900px){.flash-wrapper{top:50%}}