html,
body,
div,
span,
h1,
h2,
p,
a,
img,
form,
label,
input,
select,
button,
section,
main {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  line-height: 1;
  overflow-x: hidden;
  position: relative;
}

@font-face {
  font-family: "Muli-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Muli-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Muli-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Muli.ttf") format("truetype");
}
@font-face {
  font-family: "Muli-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Muli-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Muli-Black";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Muli-Black.ttf") format("truetype");
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  left: 50%;
  margin-left: -540px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(var(--page-scale, 1));
  transform-origin: top center;
  width: 1080px;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}

button,
input,
select {
  color: inherit;
}

button,
select {
  cursor: pointer;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
