/* src/styles.scss */
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;
}
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 {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "metropolis-extra-bold-italic";
  src: url("./media/metropolis-extra-bold-italic.otf");
}
@font-face {
  font-family: "metropolis-semi-bold";
  src: url("./media/metropolis-semi-bold.otf");
}
@font-face {
  font-family: "metropolis-black-italic";
  src: url("./media/metropolis-black-italic.otf");
}
@font-face {
  font-family: "metropolis-bold";
  src: url("./media/metropolis-bold.otf");
}
@font-face {
  font-family: "metropolis-medium";
  src: url("./media/metropolis-medium.otf");
}
@font-face {
  font-family: "metropolis-black";
  src: url("./media/metropolis-black.otf");
}
@font-face {
  font-family: "metropolis-regular";
  src: url("./media/metropolis-regular.otf");
}
@font-face {
  font-family: "metropolis-bold-italic";
  src: url("./media/metropolis-bold-italic.otf");
}
body {
  background: #f7fafe;
}
.title {
  font-size: 24px;
  font-family: "metropolis-black-italic";
  line-height: 33px;
  color: #010026;
  text-align: center;
}
.title:after {
  content: "";
  width: 40px;
  height: 3px;
  margin: 10px auto;
  border-radius: 39px;
  background: #3788C1;
  display: block;
}
.mr-btm {
  margin-bottom: 20px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
