<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --color-rgb: 67, 106, 179;
}

body {
    background-color: rgb(239, 245, 247);
    background-image: none;
         }

#header {
  background: white;
              }


#n-header-logo-left &gt; img {
  height: 110px;
}

#n-header-logo-left {
  padding-left: 10px;
  padding-top: 15px;
}

.acc-form-description {
    text-align: left ;
}
</pre></body></html>