html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 200;
  src: url('../fonts/AmilTypeface-Thin.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 300;
  src: url('../fonts/AmilTypeface-Light.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 400;
  src: url('../fonts/AmilTypeface-Regular.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 500;
  src: url('../fonts/AmilTypeface-Medium.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 600;
  src: url('../fonts/AmilTypeface-Bold.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 800;
  src: url('../fonts/AmilTypeface-XBold.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 900;
  src: url('../fonts/AmilTypeface-Black.ttf');
}
@font-face {
  font-family: 'Amil Typeface';
  font-weight: 200;
  font-style: italic;
  src: url('../fonts/AmilTypeface-ThinItalic.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/AmilTypeface-LightItalic.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/AmilTypeface-Italic.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 500;
  font-style: italic;
  src: url('../fonts/AmilTypeface-MediumItalic.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 600;
  font-style: italic;
  src: url('../fonts/AmilTypeface-BoldItalic.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 800;
  font-style: italic;
  src: url('../fonts/AmilTypeface-XBoldItalic.ttf');
}

@font-face {
  font-family: 'Amil Typeface';
  font-weight: 900;
  font-style: italic;
  src: url('../fonts/AmilTypeface-BlackItalic.ttf');
}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: 'Amil Typeface';
  color: #0F0D59;
}

body,
html {
  font-size: 16px;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body.no-scroll,
html.no-scroll {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;

}

*:before,
*:after {
  box-sizing: border-box;
}

*:active,
*:focus {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;

}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
}

input,
select,
textarea {
  padding: 5px 10px;
  font-family: inherit;
  resize: none;
}

pre {
  font-size: 16px;
  display: block;
  text-align: left;
  background: #fafafa;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  padding: 20px;
  line-height: 28px;
  font-family: monospace;
  overflow: scroll;
}
