a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  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:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

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

html,
body {
  min-width: 990px;
  width: 100%;
}

:root {
  --o2-white: #fff;
  --o2-black: #000;
  --o2-red: #f00;
  --o2-gray: #a8a8a8;
  --o2-purple: #7954e6;
  --o2-dark-blue: #1537d9;
  --o2-dark-blue-50: #4d67e2;
  --o2-dark-blue-5: #f7f8ff;
  --o2-blue: #00799e;
  --o2-blue-50: #3d99b6;
  --o2-blue-5: #f3fbfd;
  --o2-violet: #791cef;
  --o2-violet-50: #af81e2;
  --o2-violet-5: #f9f4fe;
  --o2-green: #2b9310;
  --o2-green-50: #5dad49;
  --o2-green-5: #f4faf3;
  --o2-pink: #c030a1;
  --o2-pink-50: #cf61b7;
  --o2-pink-5: #fcf5fa;
  --o2-brown: #c8542f;
  --o2-brown-50: #d57c60;
  --o2-brown-5: #fcf6f5;
}

body {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
  font-size: 14px;
  --o2-header-background-color: var(--o2-white);
}

.blurTeasers [data-st-clk*='teaserId'],
.blurTeasers [data-testid*='easer'] {
  filter: blur(8px);
}

* {
  box-sizing: border-box;
}

