* { 
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

html {
   -ms-touch-action: manipulation;
   touch-action: manipulation;
}

body {
   -webkit-font-smoothing: antialiased;
}

html {
   font-family: "Circe", sans-serif;
   -ms-text-size-adjust: 100%; 
   -webkit-text-size-adjust: 100%;
}

body {
   color: #000;
   font-size: 18px;
   margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
   display: block;
}

audio,
canvas,
progress,
video {
   display: inline-block; 
   vertical-align: baseline; 
}

audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden],
template {
   display: none;
}

a {
   color: #3e92f0;
   border-bottom: 1px solid rgba(62,146,240,.4);
   background: transparent;
   outline: none;
   text-decoration: none;
   -webkit-transition: color .15s ease, border .15s ease, opacity .15s ease, box-shadow .15s ease, background-color .15s ease, opacity .15s ease;
   -moz-transition: color .15s ease, border .15s ease, opacity .15s ease, box-shadow .15s ease, background-color .15s ease, opacity .15s ease;
   -o-transition: color .15s ease, border .15s ease, opacity .15s ease, box-shadow .15s ease, background-color .15s ease, opacity .15s ease;
   transition: color .15s ease, border .15s ease, opacity .15s ease, box-shadow .15s ease, background-color .15s ease, opacity .15s ease;
}

.page a:hover {
   border-bottom-color: rgba(249,56,56,.4);
   color: #f93838;
}

abbr[title] {
   border-bottom: 1px dotted;
}

b,
strong {
   font-weight: bold;
}

dfn {
   font-style: italic;
}

mark {
   background: #ff0;
   color: #000;
}

small {
   font-size: 80%;
}

sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}

sup {
   top: -0.5em;
}

sub {
   bottom: -0.25em;
}

img {
   border: 0;
}

svg:not(:root) {
   overflow: hidden;
}

figure {
   margin: 1em 40px;
}

hr {
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
}

pre {
   overflow: auto;
}

q {
    quotes: "«" "»";
}

code,
kbd,
pre,
samp {
   font-family: monospace, monospace;
   font-size: 1em;
}

form {
   margin: 0;
}

button,
input,
optgroup,
select,
textarea {
   color: inherit; 
   font: inherit; 
   margin: 0; 
}

button {
   overflow: visible;
}

button,
select {
   text-transform: none;
}

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer; 
}

button[disabled],
html input[disabled] {
   cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}

input:focus {
   outline: none;
}

input {
   line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
   box-sizing: border-box; 
   padding: 0; 
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   height: auto;
}

input[type="search"] {
   -webkit-appearance: textfield; 
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box; 
   box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}

fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}

legend {
   border: 0; 
   padding: 0; 
}

textarea {
   overflow: auto;
}

optgroup {
   font-weight: bold;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

td,
th {
   padding: 0;
}

input[type="text"],
input[type="password"],
textarea {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   background-color: #f8f8f8;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   padding: 7px 18px;
   box-shadow: inset 0 2px 5px rgba(0,0,0,.4);
   -webkit-transition: border .15s ease;
   -moz-transition: border .15s ease;
   -o-transition: border .15s ease;
   transition: border .15s ease;
   border: 0;
}

textarea {
   resize: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
   
}

input.error {
   background-color: #fdacbd;
}
