*,
*::before,
*::after {
  box-sizing: border-box;
}
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;
}
body {
  line-height: 1;
}
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;
}

@font-face{font-family:gearedSlab;src:url(assets/GearedSlab.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:din;src:url(assets/DINPro-Cond.otf) format("opentype");font-weight:normal;font-style:normal}html,body{min-height:100%}body{font-family:"gearedSlab","Roboto",sans-serif;font-size:24px;background-color:rgba(100,190,240,.15)}header{background-color:#fff;position:sticky;top:0;left:0;z-index:9999;box-shadow:0 10px 10px -5px rgba(0,0,0,.3)}.contact-card-link{display:inline-grid;grid-template-columns:auto 1fr;column-gap:15px;margin-bottom:10px;transition:color .2s ease,fill .2s ease;align-items:center;text-decoration:none;color:inherit}.contact-card-link:visited{color:inherit}@media(min-width: 768px){.contact-card-link{max-width:400px}.contact-card-link:hover,.contact-card-link:hover *{cursor:pointer;color:#32a0dc;fill:#32a0dc}}.contact-card-icon{height:25px;width:20px;fill:#097ab3;transition:color .2s ease,fill .2s ease}
