/*
 * DO NOT EDIT THIS FILE.
 * It's generated automatically by 'yarn build' command.
 * @preserve
 */
html,
*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-latin-ext.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:where(:is(img, svg, video)) {
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: visible;
}
:focus-visible {
  outline: var(--outline-size) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}
pre {
  margin: 0;
  white-space: normal;
  word-break: break-all;
}
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: not-allowed;
}
button:not([disabled]):not(.is-disabled),
a[href]:not([disabled]):not(.is-disabled) {
  cursor: pointer;
}
a[href].is-disabled {
  pointer-events: none;
}
:where(a[href]) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  :where(a[href]:hover) {
    text-decoration: none;
  }
}
.scroll-lock {
  overflow: hidden;
}
html {
  font-size: var(--root-font-size);
  scroll-padding-top: calc(
    var(--header-height) + var(--drupal-displace-offset-top) - 0.0625rem
  );
}
body {
  overflow-x: hidden;
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-light);
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
@media (min-width: 1025px) {
  body {
    font-size: 1rem;
  }
}
:root {
  --root-font-size: 4.103vw;
  --font-family: Roboto, sans-serif;
  --font-family-heading: montserrat, sans-serif;
  --transition-duration-0-25: 0.25s;
  --transition-duration-0-5: 0.5s;
  --transition-duration-1: 1s;
  --transition-timing-function-ease: ease;
  --transition-timing-function-cubic-bezier: cubic-bezier(0.25, 1, 0.5, 1);
  --outline-color: var(--color-text);
  --outline-color-secondary: var(--color-light);
  --outline-size: 0.125rem;
  --outline-offset: 0.125rem;
  --header-height: 6.25rem;
  /* stylelint-disable-next-line length-zero-no-unit */
  --drupal-displace-offset-top: 0rem;
  --viewport-width: 100vw;
  --viewport-height: 100vh;
}
@media (min-width: 390px) {
  :root {
    --root-font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  :root {
    --root-font-size: 1.111vw;
  }
}
@media (min-width: 1441px) {
  :root {
    --root-font-size: 1rem;
  }
}
