/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}

/* opinionated reset
==================== */

html,
body {
  height: 100%;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

body.compensate-for-scrollbar,
body {
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-family: var(--ff-title);
}

hr {
  border: 0 none;
  border-top: 1px solid;
}

img,
iframe {
  max-width: 100%;
  height: auto;
}

pre {
  max-width: 100%;
  overflow: auto;
}

textarea,
button,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

svg {
  outline: none;
}

/* wordpress
============ */

.wp-block-separator {
  border-bottom: 1px solid;
  opacity: 1;
}

.content > .leaf > ul > li {
  padding-bottom: 1rem;
}

.content figure {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image img,
.wp-block-image svg {
  vertical-align: top;
}
.is-style-circle-mask svg,
.is-style-rounded svg {
  border-radius: 9999px;
}

.wp-block-embed iframe {
  width: 100%;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}
.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

.wp-block-cover {
  margin-left: calc(-2 * var(--space-unit));
  margin-right: calc(-2 * var(--space-unit));
  width: auto;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--color-dim-fg);
  font: var(--font-small);
}

.blocks-gallery-item a {
  color: inherit;
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 7em;
  line-height: 0.8;
  font-weight: 100;
  margin: 0.01em 0.05em 0 0;
  text-transform: uppercase;
  font-style: normal;
  margin-left: -0.07em;
  /* font-family: var(--ff-title); */
  /* opacity: 0.5; */
}

/* elementor
============ */

.elementor-section-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

/* browserupgrade
================= */

.browserupgrade {
  background: tomato !important;
  color: #000 !important;
  margin: 0;
  padding: 1rem;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.browserupgrade a {
  color: inherit !important;
  text-decoration: underline !important;
}

/* oocss
======== */

.sr-only,
.screen-reader-text,
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.img-cover {
  background-position: center;
  background-size: cover;
}

.masque {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: 0 !important;
}

.list--inline {
  padding: 0;
  list-style: none;
}
.list--inline li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.list--inline li a {
  vertical-align: bottom;
  display: inline-block;
  padding-right: 0.5rem;
}

.hide {
  display: none !important;
}

.empty {
  display: none;
}

.reset {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

.wp-block-audio:before,
.wp-block-audio:after,
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.wp-block-audio:after,
.cf:after {
  clear: both;
}

.wp-block-audio,
.cf {
  zoom: 1;
}
