:root {
  --font-size: 15px;
}

@media only screen and (min-width: 2561px) {
  :root {
    --font-size: 25px;
  }
}
html {
  font-size: var(--font-size);
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
  :root {
    --font-size: 16.62px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 480px) {
  :root {
    --font-size: 16.97px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 540px) {
  :root {
    --font-size: 17.23px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 600px) {
  :root {
    --font-size: 17.48px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 720px) {
  :root {
    --font-size: 18px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 768px) {
  :root {
    --font-size: 17.56px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  :root {
    --font-size: 17.86px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
  :root {
    --font-size: 18.82px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 960px) {
  :root {
    --font-size: 19.39px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  :root {
    --font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  :root {
    --font-size: 16.85px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  :root {
    --font-size: 17.28px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  :root {
    --font-size: 17.64px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  :root {
    --font-size: 18.43px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  :root {
    --font-size: 20px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2048px) {
  :root {
    --font-size: 20.63px;
  }
}
@media only screen and (min-width: 2049px) and (max-width: 2560px) {
  :root {
    --font-size: 23.15px;
  }
}
*,
::after,
::before {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  color: var(--font-color);
}

img {
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table {
  border-collapse: collapse;
}
table th {
  text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: var(--letter-spacing);
}

.hnpt {
  display: none !important;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden],
.hidden {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only:not(.sr-only-focusable:focus):not(.sr-only-focusable:active) {
  width: 1px;
  height: 1px;
  margin: -1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: fixed !important;
  overflow: visible;
  clip: auto;
  white-space: normal;
  z-index: 100;
}

a:focus-visible,
button:focus-visible,
input:not(.form-control):focus-visible,
*[tabindex="0"]:focus-visible {
  outline: 2px solid var(--outline-focus-color);
  outline-offset: 2px;
  transition-delay: unset !important;
}

.layout {
  height: auto;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  top: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--color-bg);
  letter-spacing: var(--letter-spacing, 0);
}
.layout.menu-open {
  overflow: hidden;
}

.container,
[class$=__container] {
  width: var(--container-width);
  margin-inline: auto;
}

.site__content {
  flex: 1;
}

@media (max-width: 720px) {
  .show-on--desktop {
    display: none !important;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .show-on--desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .show-on--mobile {
    display: none !important;
  }
}

/*# sourceMappingURL=core.output.css.map */
