/* Browser Reset */

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,
font,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

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

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

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

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  overflow: auto;
}

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

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

th,
td {
  vertical-align: middle;
  font-weight: 400;
  text-align: left;
}


/* Superior Styles */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
}

/* Logo */

.logo {
  position: relative;
  width: 100%;
  height: 100%;
}

.animation {
  width: 100%;
  height: 100%;
}

.badge {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.badge-icon {
  width: 100%;
  height: 100%;
}

.badge-icon-path {
  transform: translate(44%, 30%);
}

.mail {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mail-icon {
  width: 100%;
  height: 100%;
}

.mail-icon-link {
  transform: translate(55%, 60%);
}

.mail-icon-bg {
  fill: #96dc00;
}

.mail-icon-link:focus .mail-icon-bg,
.mail-icon-link:hover .mail-icon-bg,
.mail-icon-link:active .mail-icon-bg {
  fill: #f0a;
}
