/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "mercury";
  src: url("assets/fonts/mercury/mercury-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "mercury";
  src: url("assets/fonts/mercury/mercury-bold-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "mercury";
  src: url("assets/fonts/mercury/mercury-medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "mercury";
  src: url("assets/fonts/mercury/mercury-medium-italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "mercury";
  src: url("assets/fonts/mercury/mercury-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "mercury";
  src: url("assets/fonts/mercury/mercury-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "mercury";
  src: url("assets/fonts/mercury/mercury-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "mercury";
  src: url("assets/fonts/mercury/mercury-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-black-italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-bold-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-medium-italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("assets/fonts/poppins/poppins-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "forkawesome";
  src: url("assets/fonts/ac-forkawesome/forkawesome.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body .main {
  padding: 1rem 2rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  font-size: 20px !important;
  /*1rem = 17px*/
  line-height: 1.2;
}
html {
  font-family: sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
strong {
  font-weight: bold;
}
.icon {
  font-family: "forkawesome";
}
p,
ul {
  margin-bottom: 1em;
}
button {
  font-size: 1.2rem;
  background-color: #fce52f;
  color: #21398a;
  padding: 0.3em 1em;
  border: 2px solid #fce52f;
  border-radius: 2em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
button:hover {
  border: 2px solid #21398a;
}
button a {
  width: 100%;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-family: "mercury", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  font-size: 3rem;
  /*2.3529411764705883*/
  color: #21398a;
}
h2 {
  font-size: 2.2rem;
  /*1.8823529411764706*/
  color: #21398a;
  line-height: 0.9;
}
h3 {
  font-size: 1.8rem;
  /*1.6470588235294117*/
  color: #307c80;
}
h4 {
  font-size: 1.1765rem;
  /*1.1764705882352942*/
  color: #307c80;
}
h5 {
  font-size: 1.0588rem;
}
h6 {
  font-size: 1rem;
}
a:focus,
input.form-control:focus,
a.focus,
.btn:focus,
.page-link:focus,
textarea.form-control:focus,
button[type="button"]:focus {
  outline: #21398a dotted 3px !important;
  text-decoration: none;
  box-shadow: none;
  border: 1px solid #ffffff;
  outline-offset: 1px;
  transition: none;
  z-index: 5;
}
:focus {
  outline: #21398a dotted 3px !important;
  text-decoration: none;
  box-shadow: none;
  border: 1px solid #ffffff;
  outline-offset: 1px;
  transition: none;
  z-index: 5;
}
li {
  list-style-type: none;
}
li:before {
  content: "-";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 1ch;
}
header {
  height: 58px;
  background-color: #f7f7f7;
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-logo {
  margin-right: auto;
}
header a {
  color: black;
  text-decoration: none;
  font-family: "mercury", sans-serif;
  font-size: 0.8235rem;
  font-weight: 800;
  letter-spacing: 0.7px;
  outline: none;
  box-shadow: initial;
  text-transform: uppercase;
}
header a:hover {
  box-shadow: inset 0 -2px 0 0 black;
}
header .separator {
  margin: 0 0.5rem;
}
footer {
  color: #fff;
  padding: 32px;
  background-color: #21398a;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
footer a,
footer a:hover {
  color: #fff;
}
footer p {
  color: #ffffff;
}
footer a.img-link {
  border: 0px;
  box-shadow: initial;
}
footer .credits {
  font-size: 0.9rem;
  line-height: 120%;
}
@media only screen and (max-width: 600px) {
  footer {
    flex-direction: column-reverse;
    gap: 1rem;
    justify-content: initial;
    align-items: initial;
  }
}
body.index {
  font-family: "mercury";
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
}
body.index .main {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
body.index h2 {
  font-size: 1.4rem;
}
body.index .main img {
  height: 40px;
  margin-bottom: 4rem;
}
.cards__wrapper {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cards__wrapper .card {
  max-width: 20rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 2px -1px 10px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px -1px 10px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px -1px 10px 5px rgba(0, 0, 0, 0.15);
}
.cards__wrapper .card button {
  margin-top: auto !important;
}
@media only screen and (max-width: 600px) {
  body.index .main {
    padding: 1rem;
  }
  body.index .main img.logo-geodata {
    height: auto;
    width: 90vw;
    margin-bottom: 2rem;
  }
  body.index h2 {
    font-size: 1.4rem;
  }
}
