html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height, 64px) + 16px);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

section {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  border-radius: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

body {
  font-family: inherit;
  scroll-behavior: smooth;
  margin: 0;
}
body.error404 {
  overflow: hidden;
}
body.error404 main .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 16px;
}
body.error404 main .container .display-1 {
  margin: 0;
  margin-top: 64px;
}

* {
  box-sizing: border-box;
}

body.page-template-prestyle main .container h1,
body.page-template-prestyle main .container h2,
body.page-template-prestyle main .container h3,
body.page-template-prestyle main .container h4,
body.page-template-prestyle main .container h5,
body.page-template-prestyle main .container h6 {
  margin: 24px 0;
}
body.page-template-prestyle main .container ul {
  padding-left: 15px;
  list-style-type: circle;
}
body.page-template-prestyle main .container * ~ * {
  margin-top: 16px;
}
body.page-template-prestyle main .container p {
  line-height: 24px;
}

#wpadminbar {
  opacity: 0;
  transition: 0.5s;
}
#wpadminbar:hover {
  opacity: 1;
}

[class^=heading-] b,
[class^=heading-] strong,
[class^=heading-] > * b,
[class^=heading-] > * strong {
  font-weight: 700;
}
