/* line 6, scss/base/common.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/* line 15, scss/base/common.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; }

/* line 104, scss/base/common.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* line 118, scss/base/common.scss */
body {
  line-height: 1; }

/* line 122, scss/base/common.scss */
ol,
ul {
  list-style: none; }

/* line 127, scss/base/common.scss */
blockquote,
q {
  quotes: none; }

/* line 132, scss/base/common.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/* line 140, scss/base/common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 145, scss/base/common.scss */
.block-local-tasks-block {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  left: 0;
  padding: 1rem;
  position: fixed;
  width: 100%;
  z-index: 100; }

/* line 159, scss/base/common.scss */
.block-local-tasks-block ul li.is-active a {
  background-color: transparent;
  border: 2px solid #f6f6f2; }

/* line 164, scss/base/common.scss */
.block-local-tasks-block ul li a {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  color: #f6f6f2; }

/* line 171, scss/base/common.scss */
.block-local-tasks-block ul li a:hover {
  background-color: transparent;
  border: 2px solid #f6f6f2; }

/* line 176, scss/base/common.scss */
html {
  scroll-behavior: smooth; }

@media (min-width: 992px) {
  /* line 180, scss/base/common.scss */
  .overflow-right {
    position: relative;
    width: calc(960px + (100vw - 960px)/2);
    margin-right: 0; } }

@media (min-width: 1200px) {
  /* line 180, scss/base/common.scss */
  .overflow-right {
    width: calc(1140px + (100vw - 1140px)/2); } }

@media (min-width: 1600px) {
  /* line 180, scss/base/common.scss */
  .overflow-right {
    width: calc(1320px + (100vw - 1320px)/2); } }

/*# sourceMappingURL=common.css.map */
