@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-block-start: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

:root {
  font-size: min(18px, max(13px, 1.2vw));
  --font-size: min(18px, max(13px, 1.2vw));
  --layout-max-width: min(calc(100vw - 8rem), 1472px);
  --main-navigation-bar-height: 6rem;
  --top-bar-height: 2.5rem;
  --color-bg: hsla(0, 0%, 97.6%, 1);
  --color-overlay: hsla(48, 15%, 94%, 1);
  --color-brand: hsla(28, 92%, 47%, 1);
  --color-brand-darken: hsla(28, 92%, 42%, 1);
  --color-text: hsla(0, 0%, 16%, 1);
  --color-text-secondary: hsla(60, 1%, 34%, 1);
  --color-surface-primary: #f0f0f0;
  --color-surface-secondary: hsla(48, 15%, 94%, 1);
  --color-surface-secondary-transparent: hsla(48, 15%, 94%, 0);
  --color-surface-secondary-darken: hsla(48, 9%, 89%, 1);
  --color-border: hsla(60, 1%, 34%, 0.25);
  --pad-narrow-content: 0 10rem;
}

@media (max-width: 599.99px) {
  :root {
    font-size: max(13px, 3.0625vw);
    --font-size: max(13px, 3.0625vw);
    --top-bar-height: 4.6rem;
    --main-navigation-bar-height: 5rem;
    --layout-max-width: calc(100vw - 2rem);
    --pad-narrow-content: 0;
  }
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmerica/GT-America-Expanded-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmerica/GT-America-Standard-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Bold Italic"), local("Raleway-BoldItalic"), url("../fonts/Raleway/Raleway-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Medium Italic"), local("Raleway-MediumItalic"), url("../fonts/Raleway/Raleway-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Italic"), local("Raleway-Italic"), url("../fonts/Raleway/Raleway-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Light"), local("Raleway-Light"), url("../fonts/Raleway/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Medium"), local("Raleway-Medium"), url("../fonts/Raleway/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway ExtraBold Italic"), local("Raleway-ExtraBoldItalic"), url("../fonts/Raleway/Raleway-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Thin"), local("Raleway-Thin"), url("../fonts/Raleway/Raleway-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway"), local("Raleway-Regular"), url("../fonts/Raleway/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url("../fonts/Raleway/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("../fonts/Raleway/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Light Italic"), local("Raleway-LightItalic"), url("../fonts/Raleway/Raleway-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway ExtraLight Italic"), local("Raleway-ExtraLightItalic"), url("../fonts/Raleway/Raleway-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway ExtraLight"), local("Raleway-ExtraLight"), url("../fonts/Raleway/Raleway-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Black"), local("Raleway-Black"), url("../fonts/Raleway/Raleway-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/Raleway/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Thin Italic"), local("Raleway-ThinItalic"), url("../fonts/Raleway/Raleway-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway SemiBold Italic"), local("Raleway-SemiBoldItalic"), url("../fonts/Raleway/Raleway-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Black Italic"), local("Raleway-BlackItalic"), url("../fonts/Raleway/Raleway-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
/* Fira Sans */
/* Fira Sans Thin */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
/* ExtraLight */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
/* Regular */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
/* SemiBold */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
/* ExtraBold */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}
/* Black */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
:root {
  font-family: "Fira Sans", sans-serif;
  --text-color: var(--color-text-secondary);
  --heading-color: var(--color-text);
  color: var(--text-color);
}

.typeface-brand {
  font-family: "GT America", sans-serif;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.typeface-brand i {
  color: var(--color-brand);
  font-style: normal;
}

p {
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 599.99px) {
  p {
    font-size: 3.98vw;
    line-height: 6.6333333333vw;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: var(--heading-color);
  font-size: 2.6666666667rem;
  line-height: 3.2222222222rem;
}
@media (max-width: 599.99px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 7.68vw;
    line-height: 9.28vw;
  }
}

h2 {
  font-size: 2rem;
  line-height: 2.5555555556rem;
}
@media (max-width: 599.99px) {
  h2 {
    font-size: 6.64vw;
    line-height: 8.4844444444vw;
  }
}

h3 {
  font-size: 1.3333333333rem;
  line-height: 1.8888888889rem;
}
@media (max-width: 599.99px) {
  h3 {
    font-size: 5.0133333333vw;
    line-height: 7.1022222222vw;
  }
}

h4 {
  font-size: 1.2222222222rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  h4 {
    font-size: 4.6851851852vw;
    line-height: 5.962962963vw;
  }
}

section > h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.6666666667rem;
  line-height: 3.2222222222rem;
}
@media (max-width: 599.99px) {
  section > h2 {
    font-size: 7.68vw;
    line-height: 9.28vw;
  }
}

.perex {
  max-width: 40em;
  text-wrap: balance;
}

small.balanced {
  display: block;
  text-align: balance;
  max-width: 30em;
  font-size: 0.6666666667rem;
  line-height: 1rem;
}
@media (max-width: 599.99px) {
  small.balanced {
    font-size: 2.8vw;
    line-height: 4.2vw;
  }
}

.cz-flag {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 1.4em;
  background-image: url(/assets/images/cz-circle.svg);
  background-size: cover;
  text-indent: -100em;
  overflow: hidden;
  box-shadow: 0 0 4px #bbb;
  vertical-align: bottom;
}

._util-stoves-style {
  display: inline-block;
  font-family: "GT America", sans-serif;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  max-width: 5em;
}
._util-pb {
  margin-bottom: 2rem;
}
._util-viewport-wide {
  margin: 0;
  padding: 0;
  max-width: none;
}
._util-small {
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._util-small {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._util-label {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._util-label {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._util-padded {
  padding: 0 3rem;
}
._util-padded h2 {
  margin-top: 0;
}
@media (max-width: 599.99px) {
  ._util-padded {
    padding: 0 1rem;
  }
}
._util-video-4-3 img,
._util-video-4-3 picture, ._util-video-3-2 img,
._util-video-3-2 picture, ._util-video-2-1 img,
._util-video-2-1 picture, ._util-video-1-1 img,
._util-video-1-1 picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
  aspect-ratio: auto;
}
._util-video-4-3 {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
._util-video-4-3 > video, ._util-video-4-3 > picture, ._util-video-4-3 > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._util-video-3-2 {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
._util-video-3-2 > video, ._util-video-3-2 > picture, ._util-video-3-2 > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._util-video-2-1 {
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
._util-video-2-1 > video, ._util-video-2-1 > picture, ._util-video-2-1 > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._util-video-1-1 {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
._util-video-1-1 > video, ._util-video-1-1 > picture, ._util-video-1-1 > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._util-video-blend {
  mix-blend-mode: darken;
}

html {
  scroll-padding-top: 7rem;
}

body {
  color: var(--color-text);
  background-color: var(--color-bg);
}

main {
  width: 100%;
  overflow-x: clip;
}

main > section {
  margin: 8rem auto;
  max-width: var(--layout-max-width);
}
@media (max-width: 599.99px) {
  main > section {
    padding: 0 1rem;
  }
}

._hero + section {
  margin-top: 6rem;
}

._layout {
  display: grid;
  gap: 3rem 2rem;
}
@media (min-width: 1100px) {
  ._layout.one-two {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 600px) {
  ._layout {
    gap: 2rem;
  }
  ._layout.three-col {
    grid-template-columns: repeat(3, 1fr);
  }
  ._layout.two-col {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  ._layout.two-col.reverse :nth-child(1) {
    grid-row: 1;
    grid-column: 2;
  }
  ._layout.two-col.reverse :nth-child(2) {
    grid-row: 1;
    grid-column: 1;
  }
  ._layout.two-thirds {
    width: 62%;
  }
  ._layout.narrow {
    padding: var(--pad-narrow-content);
  }
}

body::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to bottom, var(--color-surface-secondary), var(--color-bg));
  background-repeat: no-repeat;
}
body.body-home::before, body[class*=cenik-kamen]::before, body[class*=kotle-cenik]::before, body[class^=body-boiler]::before, body[class^=body-kontakty]::before, body[class*=" body-boiler"]::before {
  background-image: linear-gradient(to bottom, rgba(241, 240, 236, 0.9) 67.97%, #f1f0ec 99%), url(/assets/images/hero.jpg);
  background-size: cover;
  background-position: 50% 0%;
}

.archevio_container_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
@media (max-width: 599.99px) {
  .archevio_container_main {
    height: 100vh;
  }
}

.archevio_container_main::after {
  padding-top: 56.25%;
  display: block;
  content: "";
  max-height: 100%;
}

.archevio_container_main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._main-navigation {
  padding: 0rem;
  margin: 0 auto;
  max-width: var(--layout-max-width);
  position: relative;
  z-index: 999;
}
@media (max-width: 599.99px) {
  ._main-navigation {
    padding: 0rem 1rem;
  }
}
._main-navigation .home-link img {
  height: 3rem;
  width: auto;
}
@media (max-width: 599.99px) {
  ._main-navigation .home-link img {
    height: 2rem;
  }
}
._main-navigation .partner-link {
  font-weight: bold;
  color: var(--color-brand);
}
._main-navigation li:has(.submenu):hover::before {
  display: block;
  content: "";
  background: url("/assets/images/submenu-tip.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 8rem;
  height: 2rem;
  top: 4rem;
  margin-left: -2rem;
  position: absolute;
}
._main-navigation li:has(.submenu):hover .submenu {
  display: block !important;
}
._main-navigation .boilers-submenu .submenu {
  --width: calc(var(--layout-max-width) - 8rem);
}
._main-navigation .boilers-submenu .submenu .submenu-content {
  display: grid;
  grid-template-columns: 3fr 2fr auto;
}
._main-navigation .stoves-submenu .submenu {
  --width: calc(0.7 * (var(--layout-max-width) - 8rem));
}
._main-navigation .stoves-submenu .submenu .submenu-content {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
._main-navigation .about-submenu .submenu {
  --width: calc(0.7 * (var(--layout-max-width) - 8rem));
}
._main-navigation .about-submenu .submenu .submenu-content {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
._main-navigation .articles-submenu .submenu {
  --width: calc(0.6 * (var(--layout-max-width) - 8rem));
}
._main-navigation .articles-submenu .submenu .submenu-content {
  display: grid;
  grid-template-columns: 1fr;
}
._main-navigation .pricelist-submenu .submenu {
  --width: calc(0.5 * (var(--layout-max-width) - 8rem));
}
._main-navigation .pricelist-submenu .submenu .submenu-content {
  display: grid;
  grid-template-columns: 1fr;
}
._main-navigation .about-submenu .big-items li {
  padding: 1rem 0;
}
._main-navigation .articles-submenu .submenu-content > ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._main-navigation .articles-submenu .submenu-content > ul {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._main-navigation .articles-submenu .submenu-content > ul a {
  display: block;
}
._main-navigation .articles-submenu .submenu-content > ul > li {
  list-style-type: none;
  font-weight: bold;
}
._main-navigation .articles-submenu .submenu-content > ul > li > strong {
  display: block;
  padding-bottom: 0.5rem;
}
._main-navigation .articles-submenu .submenu-content > ul > li > strong::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url(/assets/images/flame.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 0%;
  vertical-align: text-bottom;
}
._main-navigation .articles-submenu .submenu-content > ul ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0;
}
._main-navigation .articles-submenu .submenu-content > ul ul li {
  position: relative;
  background: var(--color-surface-secondary);
  flex-grow: 1;
  list-style-type: none;
  font-weight: bold;
}
._main-navigation .articles-submenu .submenu-content > ul ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._main-navigation .articles-submenu .submenu-content > ul ul li .bg img,
._main-navigation .articles-submenu .submenu-content > ul ul li .bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
._main-navigation .articles-submenu .submenu-content > ul ul li:has(.text-wrapper) a {
  padding: 3rem 0 0;
  color: white;
}
._main-navigation .articles-submenu .submenu-content > ul ul li .text-bg-wrapper {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 0.75rem;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4666666667) 2rem);
}
._main-navigation .articles-submenu .submenu-content > ul ul li .text-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
._main-navigation .articles-submenu .submenu-content > ul ul li a {
  font-weight: bold;
  text-decoration: none;
}
._main-navigation .submenu {
  background: white;
  display: none;
  position: absolute;
  top: 5rem;
  --width: 50rem;
  width: var(--width);
  left: calc((var(--layout-max-width) - var(--width)) / 2);
  --w: calc(var(--layout-max-width) / 100);
  z-index: 9999;
  box-shadow: 0 100px 100px rgba(0, 0, 0, 0.3333333333);
  padding: 2rem;
}
._main-navigation .submenu a {
  font-weight: 400;
}
._main-navigation .submenu .submenu-content {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  gap: 3rem 2rem;
}
._main-navigation .submenu .submenu-content .links {
  flex-grow: 1;
}
._main-navigation .submenu .submenu-content .links > p:first-child {
  margin-top: 0;
}
._main-navigation .submenu .submenu-content .links ul {
  padding: 0;
  margin: 0rem 0;
}
._main-navigation .submenu .submenu-content .links ul li {
  display: block;
  list-style-type: none;
  margin: 0.5rem 0;
  font-size: normal;
}
._main-navigation .submenu .submenu-content .links ul li:has(a) + li:has(strong) {
  margin-top: 1.5rem;
}
._main-navigation .submenu .submenu-content .links ul li strong {
  text-transform: uppercase;
  line-height: 1.5em;
}
._main-navigation .submenu .submenu-content .links ul li strong::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url(/assets/images/flame.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 0%;
  vertical-align: text-bottom;
}
._main-navigation .submenu .submenu-content .links ul li a {
  text-decoration: none;
}
._main-navigation .submenu .submenu-content .links ul li a:hover {
  text-decoration: underline;
}
._main-navigation .submenu .submenu-content ul.button-boxes {
  grid-template-columns: 1fr;
  gap: 1rem;
  font-weight: bold;
  display: none;
  padding: 0;
  width: min-content;
}
._main-navigation .submenu .submenu-content ul.button-boxes:has(li) {
  display: grid;
}
._main-navigation .submenu .submenu-content ul.button-boxes a {
  color: var(--color-text-secondary);
  text-decoration: none;
}
._main-navigation .submenu .submenu-content ul.button-boxes li {
  list-style-type: none;
  aspect-ratio: 5/4;
  text-align: center;
  position: relative;
}
._main-navigation .submenu .submenu-content ul.button-boxes li .context {
  display: block;
  color: white;
  font-weight: bold;
  padding: 0 1rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
._main-navigation .submenu .submenu-content ul.button-boxes li .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._main-navigation .submenu .submenu-content ul.button-boxes li .box-bg img,
._main-navigation .submenu .submenu-content ul.button-boxes li .box-bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
._main-navigation .submenu .submenu-content ul.button-boxes li .content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
._main-navigation .submenu .submenu-content ul.button-boxes li .content-wrapper .text {
  padding: 1rem;
}
._main-navigation .submenu .submenu-content ul.button-boxes li ._link-button {
  width: min-content;
  white-space: nowrap;
  margin-top: 1rem;
}
._main-navigation .submenu .submenu-content ul.big-items,
._main-navigation .submenu .submenu-content ul.manuals {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}
._main-navigation .submenu .submenu-content ul.big-items li,
._main-navigation .submenu .submenu-content ul.manuals li {
  background: var(--color-surface-secondary);
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
._main-navigation .submenu .submenu-content ul.big-items li:hover .illustration img,
._main-navigation .submenu .submenu-content ul.manuals li:hover .illustration img {
  object-position: 0% 0.5rem;
}
._main-navigation .submenu .submenu-content ul.big-items li a,
._main-navigation .submenu .submenu-content ul.manuals li a {
  display: flex;
  align-items: center;
  min-height: 6rem;
  text-decoration: none;
  color: var(--color-text-secondary);
  text-transform: uppercase;
}
._main-navigation .submenu .submenu-content ul.big-items li .content-wrapper,
._main-navigation .submenu .submenu-content ul.manuals li .content-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-grow: 1;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
}
._main-navigation .submenu .submenu-content ul.big-items li .content-wrapper img.logo,
._main-navigation .submenu .submenu-content ul.manuals li .content-wrapper img.logo {
  margin-left: -0.5rem;
}
._main-navigation .submenu .submenu-content ul.big-items li .illustration,
._main-navigation .submenu .submenu-content ul.manuals li .illustration {
  height: 7rem;
  width: 8rem;
  flex-shrink: 0;
}
._main-navigation .submenu .submenu-content ul.big-items li .illustration picture,
._main-navigation .submenu .submenu-content ul.big-items li .illustration img,
._main-navigation .submenu .submenu-content ul.manuals li .illustration picture,
._main-navigation .submenu .submenu-content ul.manuals li .illustration img {
  width: 100%;
  height: 100%;
  object-position: 0% 1.5rem;
  transition: object-position 0.4s ease-in-out;
  object-fit: cover;
}
._main-navigation .submenu .submenu-content ul.big-items li .bg,
._main-navigation .submenu .submenu-content ul.manuals li .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.5rem;
  overflow: hidden;
}
._main-navigation .submenu .submenu-content ul.big-items li .bg picture,
._main-navigation .submenu .submenu-content ul.big-items li .bg img,
._main-navigation .submenu .submenu-content ul.manuals li .bg picture,
._main-navigation .submenu .submenu-content ul.manuals li .bg img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}
._main-navigation .submenu .submenu-content ul.manuals {
  flex-flow: row;
}
._main-navigation .submenu .submenu-content ul.manuals .content-wrapper {
  padding-left: 1rem !important;
}
._main-navigation input {
  display: none;
}
._main-navigation .lang-select {
  position: relative;
}
._main-navigation .lang-select > label {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: end;
}
._main-navigation .lang-select > label input {
  display: hidden;
}
._main-navigation .lang-select:has(input:checked) ul {
  display: block;
}
._main-navigation .lang-select ul {
  display: none;
  background: var(--color-surface-secondary);
  opacity: 0.9;
  backdrop-filter: blur(5px);
  position: absolute;
  top: 3rem;
  right: 0;
  padding: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
._main-navigation .lang-select ul li {
  list-style-type: none;
  line-height: 1rem;
}
._main-navigation .lang-select ul li.active {
  background: white;
}
._main-navigation .lang-select ul li a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  width: 100%;
  color: var(--color-text-secondary);
}
._main-navigation .lang-select ul li a:hover {
  text-decoration: underline;
}
._main-navigation .lang-select ul li img {
  display: inline-block;
  padding-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  margin-top: -0.1rem;
}
._main-navigation .lang-select ul::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid var(--color-surface-secondary);
  position: absolute;
  top: -0.9rem;
  right: 0.5rem;
}
@media (max-width: 599.99px) {
  ._main-navigation {
    padding: 1rem;
    height: var(--main-navigation-bar-height);
  }
  ._main-navigation .mobile-nav {
    display: none;
  }
  ._main-navigation:has(.mobile-nav-toggle input:checked) {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 1rem;
  }
  ._main-navigation:has(.mobile-nav-toggle input:checked) ul.mobile-nav {
    display: block;
    padding: 0;
  }
  ._main-navigation:has(.mobile-nav-toggle input:checked) ul.mobile-nav li {
    list-style-type: none;
    padding: 1rem;
    margin: 0.25rem 0;
    background-color: var(--color-surface-secondary);
    background-image: url(../images/link-arrow.svg);
    background-position: calc(100% - 1rem) 50%;
    background-repeat: no-repeat;
  }
  ._main-navigation:has(.mobile-nav-toggle input:checked) ul.mobile-nav li a {
    display: block;
    color: var(--color-text-secondary);
    text-decoration: none;
  }
  ._main-navigation:has(.mobile-nav-toggle input:checked) ul.mobile-nav li a img {
    display: inline-block;
    height: 1.2rem;
    width: 1rem;
    vertical-align: text-bottom;
    margin-right: 0.5rem;
  }
  ._main-navigation:has(.mobile-nav-toggle input:checked) li.mobile-nav-toggle label {
    background-image: url(../images/close.svg);
  }
  ._main-navigation > ul.menu-bar {
    display: flex;
    gap: 3rem;
    padding: 0;
    margin: 0;
  }
  ._main-navigation > ul.menu-bar > li {
    display: none;
    list-style-type: none;
    white-space: nowrap;
  }
  ._main-navigation > ul.menu-bar > li.home-link {
    display: block;
    flex-grow: 2;
  }
  ._main-navigation > ul.menu-bar > li.home-link img {
    height: 3rem;
  }
  ._main-navigation > ul.menu-bar > li.mobile-nav-toggle {
    display: block;
  }
  ._main-navigation > ul.menu-bar > li.mobile-nav-toggle label {
    display: block;
    width: 3rem;
    height: 100%;
    background-image: url(../images/hamburger.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
  }
}
@media (min-width: 600px) {
  ._main-navigation .mobile-nav {
    display: none;
  }
  ._main-navigation > ul {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 0;
    height: var(--main-navigation-bar-height);
  }
  ._main-navigation > ul .mobile-nav-link {
    display: none;
  }
  ._main-navigation > ul > li.delimiter-after::after {
    content: "|";
    color: hsl(0, 0%, 80%);
    padding: 0 1.5rem;
  }
  ._main-navigation > ul > li:first-child {
    flex-grow: 2;
  }
  ._main-navigation > ul > li:last-child {
    flex-grow: 2;
  }
  ._main-navigation > ul > li {
    list-style-type: none;
    margin: auto 0;
  }
  ._main-navigation > ul > li > a {
    text-decoration: none;
    padding: 1rem;
  }
  ._main-navigation > ul > li > a:hover {
    color: var(--color-brand);
  }
}

._above-fold-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
._above-fold-bg picture {
  width: 100vw;
  height: 100vh;
}
._above-fold-bg img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
._above-fold-bg::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  background: hsla(48, 15%, 94%, 0.8);
  background-image: linear-gradient(180deg, rgba(241, 240, 236, 0.5) 57.97%, #f1f0ec 100%);
  mix-blend-mode: lighten;
  background-size: cover;
}

._about-hero {
  max-width: none;
  padding: 4rem 0;
  margin: 0;
}
._about-hero h1 {
  text-align: center;
}
._about-hero .perex {
  margin: 2rem auto;
}
._about-hero {
  background-image: linear-gradient(to bottom, rgba(241, 240, 236, 0.9) 67.97%, #f1f0ec 98%), url(/assets/images/forest.jpg);
  background-size: cover;
  background-position: 50% 0%;
}

._alert {
  position: relative;
  padding: 0 2rem;
  background-color: var(--color-brand);
  height: var(--top-bar-height);
}
._alert p {
  color: white;
  margin: 0;
  padding: 0.45rem 0;
  text-align: center;
  text-wrap: balance;
}
._alert a {
  color: inherit;
}
@media (max-width: 599.99px) {
  ._alert {
    display: flex;
  }
  ._alert p {
    align-content: center;
    line-height: 1.4;
  }
}

._accordion input {
  display: none;
}
._accordion .perex {
  margin: 2rem auto 4rem;
  text-align: center;
}
._accordion .pic {
  width: 100%;
  aspect-ratio: 4/3;
  align-self: start;
}
._accordion .pic img,
._accordion .pic picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._accordion .wrapper > ul {
  display: block;
  padding: 0;
  margin-top: 0;
}
._accordion .wrapper > ul label {
  cursor: pointer;
}
._accordion .wrapper > ul > li {
  list-style-type: none;
  margin-bottom: 1rem;
}
._accordion .wrapper > ul > li .details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
._accordion .wrapper > ul > li h3 {
  color: var(--color-text-secondary);
  opacity: 0.5;
  margin-top: 0;
}
._accordion .wrapper > ul > li:has(input:checked) h3 {
  color: var(--color-text);
  opacity: 1;
}
._accordion .wrapper > ul > li:has(input:checked) .details {
  max-height: 800px;
}

/* obecný styl komponenty */
._animation-component {
  position: relative;
  --video-width: min(calc(18 / 9 * 100vh), 100vw);
  --video-height: min(calc(3 / 2 * 100vw), 100vh);
  --video-top: calc((100vh - var(--video-height)) / 2);
  --height: calc(var(--frame-count) / var(--scroll-speed));
  height: calc(var(--height) * 100vh + 100vh);
  --frame-unit: calc(var(--height) * 100vh / var(--frame-count));
  --content-width: min(100vw, calc(var(--video-height) * 2 / 3));
  width: 100vw;
  overflow-x: clip;
}

._animation-component .video-wrapper {
  position: sticky;
  top: var(--video-top);
  width: var(--video-width);
  height: var(--video-height);
  margin: 0 auto;
}

._animation-component .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

._animation-component .content {
  position: absolute;
  top: calc(var(--in) * var(--frame-unit));
  --h: calc(var(--video-height) / 100);
  --w: calc(var(--content-width) / 100);
  width: var(--content-width);
  left: calc(50vw - var(--content-width) / 2);
  height: calc(var(--len) * var(--frame-unit));
}

._animation-component .content p {
  margin: 0;
}

._kotel .content .content-inner {
  position: sticky;
}

._animation-component .content.wide {
  --width: min(80vw, 60rem);
  width: var(--width);
  /* width: var(--content-width); */
  left: calc(50vw - var(--width) / 2);
  height: calc(var(--len) * var(--frame-unit));
}

._animation-component.dev-mode .content {
  outline: 1px solid red;
  background: rgba(255, 153, 0, 0.3333333333);
}

._animation-component .dev-info {
  display: none;
}

._animation-component.dev-mode .dev-info {
  display: block;
  outline: 1px solid red;
  color: red;
  position: fixed;
  font-family: "Courier New", Courier, monospace;
  top: 1rem;
  right: 1rem;
  padding: 1rem;
  font-weight: bold;
  z-index: 1;
}

/* specifické stylování */
.content-inner {
  box-sizing: border-box;
}

._kotel .content-inner.one {
  top: calc(var(--video-top) + 25 * var(--h));
}
._kotel .content-inner.one p {
  max-width: 15em;
  font-size: 200%;
  white-space: balance;
  line-height: 1.2;
  max-width: 10em;
}
._kotel .content-inner.one {
  opacity: calc(var(--cover) * var(--cover));
  transform: translateX(calc(var(--exiting) * -100vw));
}

._kotel .content-inner.two {
  top: 5em;
  text-align: center;
  width: 100%;
}
._kotel .content-inner.two p {
  color: white;
  font-size: 200%;
}
._kotel .content-inner.two {
  opacity: calc(var(--cover) * var(--cover));
}

._kotel .content-inner.two small {
  opacity: calc(var(--cover) * var(--cover));
}

._kotel .content-inner.three {
  top: calc(var(--video-top) + 50 * var(--w));
  display: flex;
  margin: 0 auto;
  width: 100%;
}
._kotel .content-inner.three p {
  font-size: 200%;
  font-weight: bold;
}

._kotel .content-inner.three p {
  flex-grow: 2;
  text-align: center;
  margin: 0;
}

._kotel .content-inner.four {
  top: calc(var(--video-top) + 25 * var(--w));
  display: flex;
  margin: 0 auto;
  width: 100%;
}
._kotel .content-inner.four p {
  font-size: 200%;
}
._kotel .content-inner.four {
  opacity: calc(var(--cover) * var(--cover));
}

._kotel .content-inner.four p {
  flex-grow: 2;
  text-align: center;
  margin: 0;
}

._kotel .content-inner.five {
  top: calc(var(--video-top) + 20vh);
}
._kotel .content-inner.five p {
  font-size: 200%;
  max-width: 15em;
  line-height: 1.2;
  white-space: balance;
}
._kotel .content-inner.five {
  /* transform: translateX(calc(var(--cover) * 10vw)); */
  opacity: calc(var(--cover) * var(--cover));
  /* transform: translateY(calc(-50vh * (1 - var(--cover) * var(--cover)))); */
}

._article {
  width: 100%;
  max-width: none;
  margin-top: 0;
}
._article .hero {
  background: var(--color-surface-primary);
  height: min-content;
  margin-bottom: 4rem;
}
._article .hero .column {
  display: grid;
  grid-template-columns: calc(var(--layout-max-width) / 2) auto;
  margin: 0 auto 0 calc((100vw - var(--layout-max-width)) / 2);
}
._article .hero .column .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40rem;
  padding: 4rem 3rem 4rem 0;
}
._article .hero h1 {
  color: var(--color-brand);
}
._article .hero .excerpt {
  font-weight: 600;
}
._article .hero .image-wrapper {
  width: 50vw;
  max-height: 40vw;
  overflow: hidden;
}
._article .hero .image-wrapper picture,
._article .hero .image-wrapper img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
}
._article .gallery-wrapper {
  max-width: var(--layout-max-width);
  margin: 4rem auto;
}
._article .content {
  max-width: var(--layout-max-width);
  margin: 4rem auto;
}
._article .content img {
  display: block;
  margin: 2rem 0;
  max-width: min(100%, 70ch);
  height: auto;
}
._article .content p,
._article .content li,
._article .content blockquote,
._article .content h2,
._article .content h3,
._article .content h4 {
  max-width: 70ch;
  text-align: left;
}
._article .content h4 {
  margin: 4rem 0;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._article .content h4 {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}

._article-preview:not(.first-post) {
  display: flex;
  list-style-type: none;
}
._article-preview:not(.first-post) a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex-grow: 1;
  cursor: pointer;
}
._article-preview:not(.first-post) .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
._article-preview:not(.first-post) .content h3 {
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5555555556rem;
}
@media (max-width: 599.99px) {
  ._article-preview:not(.first-post) .content h3 {
    font-size: 6.64vw;
    line-height: 8.4844444444vw;
  }
}
._article-preview:not(.first-post) .content p {
  margin: 0.5rem 0;
}
._article-preview:not(.first-post) .content > * {
  order: 2;
}
._article-preview:not(.first-post) .content ._tags {
  order: 1;
}
._article-preview:not(.first-post) .content .date {
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 600;
}
._article-preview.first-post {
  display: block;
}
._article-preview.first-post a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
._article-preview.first-post a ._image-wrapper {
  height: 100%;
}
._article-preview.first-post a .content {
  display: flex;
  flex-direction: column;
  grid-column: 1;
  padding: 1.5rem;
}
._article-preview.first-post a .content > * {
  margin-top: 0;
  order: 2;
}
._article-preview.first-post a .content ._tags {
  order: 1;
  margin-bottom: 2rem;
}
._article-preview.first-post a .content .date {
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 600;
}
._article-preview.first-post a ._image-wrapper {
  grid-row: 1;
  grid-column: 2;
}
._article-preview.first-post a h3 {
  font-weight: 500;
  font-size: 2.6666666667rem;
  line-height: 3.2222222222rem;
}
@media (max-width: 599.99px) {
  ._article-preview.first-post a h3 {
    font-size: 7.68vw;
    line-height: 9.28vw;
  }
}

._articles {
  margin-top: 6rem;
}
._articles header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
._articles h2 {
  text-align: left;
  font-size: 2rem;
  line-height: 2.5555555556rem;
}
@media (max-width: 599.99px) {
  ._articles h2 {
    font-size: 6.64vw;
    line-height: 8.4844444444vw;
  }
}
._articles .layout {
  display: grid;
  gap: 3rem;
}
@media (min-width: 600px) {
  ._articles .layout {
    grid-template-columns: 1fr 2fr;
  }
}
._articles .highlights {
  background: var(--color-surface-secondary);
}
._articles .highlights h3 {
  background: var(--color-surface-secondary-darken);
  padding: 1rem 1.5rem;
}
._articles .highlights ul {
  padding: 0 1.5rem 1rem;
  margin: 0;
}
._articles .highlights ul li {
  margin-top: 1.5rem;
  list-style-type: none;
  padding-bottom: 1rem;
  border-bottom: 1px solid hsl(60, 3%, 79%);
}
._articles .highlights ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
._articles .highlights ul li a {
  text-decoration: none;
}
._articles .highlights ul li a h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 599.99px) {
  ._articles .highlights ul li a h4 {
    font-size: 3.98vw;
    line-height: 6.6333333333vw;
  }
}
._articles .highlights ul li a h4::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url(/assets/images/flame.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 0%;
  vertical-align: text-bottom;
}
._articles .highlights ul li a p {
  margin: 0.5rem 0;
}
._articles:has(input.newest:checked) ul.newest {
  display: flex;
}
._articles:has(input.most-read:checked) ul.most-read {
  display: flex;
}
._articles ul.newest,
._articles ul.most-read {
  display: none;
  flex-direction: column;
  padding: 0;
  gap: 1rem;
  margin: 0;
}
._articles ul.newest > li._article-preview > a,
._articles ul.most-read > li._article-preview > a {
  list-style-type: none;
  text-decoration: none;
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: 1fr 6fr;
  align-items: center;
}
._articles ul.newest > li._article-preview > a ._image-wrapper,
._articles ul.most-read > li._article-preview > a ._image-wrapper {
  grid-row: 1;
  width: 12rem;
  height: 12rem;
}
._articles ul.newest > li._article-preview > a ._image-wrapper picture,
._articles ul.newest > li._article-preview > a ._image-wrapper img,
._articles ul.most-read > li._article-preview > a ._image-wrapper picture,
._articles ul.most-read > li._article-preview > a ._image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 0% !important;
}
._articles ul.newest > li._article-preview > a .content,
._articles ul.most-read > li._article-preview > a .content {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
._articles ul.newest > li._article-preview > a .content h3,
._articles ul.most-read > li._article-preview > a .content h3 {
  grid-row: 1;
  grid-column: 1/-1;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 599.99px) {
  ._articles ul.newest > li._article-preview > a .content h3,
  ._articles ul.most-read > li._article-preview > a .content h3 {
    font-size: 3.98vw;
    line-height: 6.6333333333vw;
  }
}
._articles ul.newest > li._article-preview > a .content .excerpt,
._articles ul.most-read > li._article-preview > a .content .excerpt {
  grid-row: 2;
  grid-column: 1/-1;
}
._articles ul.newest > li._article-preview > a .content .excerpt p,
._articles ul.most-read > li._article-preview > a .content .excerpt p {
  margin: 0;
}
._articles ul.newest > li._article-preview > a .content .date,
._articles ul.most-read > li._article-preview > a .content .date {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: bold;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._articles ul.newest > li._article-preview > a .content .date,
  ._articles ul.most-read > li._article-preview > a .content .date {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._articles ul.newest > li._article-preview > a .content .date::before,
._articles ul.most-read > li._article-preview > a .content .date::before {
  display: inline-block;
  content: "";
  background-image: url(/assets/images/calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3em;
  height: 1.3em;
  vertical-align: sub;
  margin-right: 0.2em;
}
._articles ul.newest > li._article-preview > a .content ._tags,
._articles ul.most-read > li._article-preview > a .content ._tags {
  margin-bottom: 0;
}
._articles ul.newest > li._article-preview > a .content ._tags li,
._articles ul.most-read > li._article-preview > a .content ._tags li {
  color: var(--color-text-secondary);
  background: var(--color-surface-secondary);
}

._articles-page {
  margin-top: 2rem;
}
._articles-page h1 {
  text-align: center;
  margin-bottom: 2rem;
  color: var(--color-brand);
}
._articles-page .perex {
  text-align: center;
  margin: 0 auto 4rem;
  text-wrap: balance;
}
._articles-page ul.posts {
  display: grid;
  grid-gap: 1rem;
  padding: 0;
}
@media (min-width: 1100px) {
  ._articles-page ul.posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
._articles-page > ul.categories-navigation {
  display: flex;
  padding: 0;
  margin: 4rem 0 2rem;
  align-content: space-evenly;
}
._articles-page > ul.categories-navigation li {
  display: block;
  list-style-type: none;
}
._articles-page > ul.categories-navigation li a {
  padding: 1em 2em;
  text-wrap: nowrap;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.6666666667rem;
  line-height: 1rem;
}
@media (max-width: 599.99px) {
  ._articles-page > ul.categories-navigation li a {
    font-size: 2.8vw;
    line-height: 4.2vw;
  }
}
._articles-page > ul.categories-navigation li a.active {
  background: var(--color-brand);
  color: white;
}

._articles-trio h2 {
  color: var(--color-text-secondary);
}
._articles-trio ul.posts {
  display: grid;
  grid-gap: 1rem;
  padding: 0;
}
@media (min-width: 1100px) {
  ._articles-trio ul.posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
._articles-trio > ul.categories-navigation {
  display: flex;
  padding: 0;
  margin: 4rem 0 2rem;
  align-content: space-evenly;
}
._articles-trio > ul.categories-navigation li {
  display: block;
  list-style-type: none;
}
._articles-trio > ul.categories-navigation li a {
  padding: 1em 2em;
  text-wrap: nowrap;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.6666666667rem;
  line-height: 1rem;
}
@media (max-width: 599.99px) {
  ._articles-trio > ul.categories-navigation li a {
    font-size: 2.8vw;
    line-height: 4.2vw;
  }
}
._articles-trio > ul.categories-navigation li a.active {
  background: var(--color-brand);
  color: white;
}

._awards.list h1 {
  text-align: center;
  margin: 4rem 0;
}
._awards.list .previews {
  padding: 0;
}
._awards.list .previews > li {
  list-style-type: none;
}
._awards.list .previews > li a {
  text-decoration: none;
}
._awards.list .previews > li h3 {
  margin: 0.25rem 0 0;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._awards.list .previews > li h3 {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._awards.list .previews > li .excerpt p {
  margin: 0;
}
._awards.detail ._video-bg .bg img,
._awards.detail ._video-bg .bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._base-content {
  margin-top: 0;
}
._base-content h1 {
  margin: 4rem auto;
  max-width: 40rem;
  text-align: center;
}
._base-content .content {
  max-width: 40rem;
  margin: 4rem auto;
  background: var(--color-bg);
  padding: 2rem;
}

._big-picture {
  position: relative;
  background-color: black;
  --text-color: white;
  --heading-color: white;
  --dark-context: 1;
  --color-text-secondary: #ccc;
}
@media (min-width: 600px) {
  ._big-picture {
    max-width: none;
    aspect-ratio: 20/9;
  }
  ._big-picture .content {
    max-width: var(--layout-max-width);
  }
}
._big-picture .content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  padding: 2rem 0;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  max-width: var(--layout-max-width);
  margin: 0 auto;
}
._big-picture .content h2 {
  max-width: 20em;
}
._big-picture .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  mask-image: linear-gradient(to left, black 30%, rgba(0, 0, 0, 0.3) 90%);
}
._big-picture .bg picture,
._big-picture .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

._boiler-hero {
  margin: 4rem auto;
  display: flex;
  flex-flow: row-reverse;
}
._boiler-hero .image-wrapper {
  width: 50%;
  flex-grow: 1;
  max-height: 70vh;
}
._boiler-hero .image-wrapper picture,
._boiler-hero .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 0%;
}
._boiler-hero .surtitle {
  font-weight: 700;
}
._boiler-hero h1 {
  margin: 1rem 0 2rem;
}
._boiler-hero .about {
  padding-left: 2rem;
  width: 50%;
}
._boiler-hero .description ul {
  padding: 0;
  margin: 2rem 0;
}
._boiler-hero .description ul li {
  list-style-type: none;
  margin: 1rem 0;
}
._boiler-hero .description ul li::before {
  content: "⁄";
  font-weight: 600;
  display: inline-block;
  width: 1rem;
}

._breadcrumbs {
  display: flex;
  flex-flow: row;
  padding: 0;
  margin: 0 0 1rem;
  gap: 0.5rem;
}
._breadcrumbs + h1 {
  margin-top: 1rem;
}
._breadcrumbs li {
  display: block;
  margin: 0;
  list-style-type: none;
  color: var(--color-text-secondary);
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._breadcrumbs li {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._breadcrumbs li a {
  color: var(--color-text-secondary);
  text-decoration: none;
}
._breadcrumbs li a:hover {
  text-decoration: underline;
}
._breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  content: "/";
  margin-right: 0.5rem;
}

._cards-grid ul {
  display: grid;
  gap: 0.5rem;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
}
._cards-grid ul li {
  list-style-type: none;
  background: var(--color-surface-secondary);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
}
._cards-grid ul li .details {
  padding: 1rem;
}
._cards-grid ul li .details h3,
._cards-grid ul li .details p {
  text-align: center;
}
._cards-grid ul li .details p:last-child {
  padding: 1rem;
}

._claim {
  color: var(--color-surface-secondary-darken);
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
  font-size: 4.5vw;
  text-align: center;
  margin: 4.5vw;
}
@media (max-width: 599.99px) {
  ._claim {
    display: none;
  }
}

._collapsible label {
  font-weight: bold;
  user-select: none;
  cursor: pointer;
}
._collapsible label input {
  display: none;
}
._collapsible label p {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  --flip: 0;
  --turn: 0;
}
._collapsible label p::after {
  --rotate: calc(180deg * var(--turn));
  --scale: calc(1 - var(--flip) * 2);
  display: block;
  float: right;
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transition: transform 200ms ease-in;
  transform: scaleY(var(--scale)) rotate(var(--rotate));
  height: inherit;
  width: 1.5em;
  vertical-align: baseline;
  background-size: contain;
  background-image: url(../images/chevron-down.svg);
}
@container style(--dark-context) {
  ._collapsible label p::after {
    background-image: url(../images/chevron-white-down.svg);
  }
}
._collapsible .col-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 300ms ease-in-out;
}
._collapsible .col-content :first-child {
  margin-top: 0;
}
._collapsible:has(input[type=checkbox]:checked) .col-content {
  max-height: 100rem;
}
._collapsible:has(input[type=checkbox]:checked) label p {
  --turn: 1;
}
._collapsible .show-less {
  display: none;
}
._collapsible.show-preview {
  position: relative;
}
._collapsible.show-preview label {
  position: absolute;
  bottom: 0rem;
  z-index: 1;
}
._collapsible.show-preview label p {
  display: flex;
  flex-direction: row;
}
._collapsible.show-preview .col-content {
  max-height: 9.5em;
  padding-bottom: 2em;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 2em, rgb(0, 0, 0) 5em);
}
._collapsible.show-preview:has(input[type=checkbox]:checked) .col-content {
  max-height: 100rem;
  mask-size: 100% 200%;
}
._collapsible.show-preview:has(input[type=checkbox]:checked) .show-more {
  display: none;
}
._collapsible.show-preview:has(input[type=checkbox]:checked) .show-less {
  display: block;
}
._collapsible.disabled-collapsible .show-less,
._collapsible.disabled-collapsible .show-more {
  display: none;
}
._collapsible.disabled-collapsible .col-content {
  transition: none;
  max-height: none;
  mask-image: none;
  padding-bottom: 0;
}

._contact-form .two-col {
  align-items: end;
}
._contact-form.pricelist {
  max-width: 60rem;
  margin: 4rem auto;
}
._contact-form.pricelist h1,
._contact-form.pricelist .submit-area {
  text-align: center;
}
._contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0 0;
}
._contact-form form .submit-area {
  grid-column: 1/-1;
}
._contact-form form .submit-area label.gdpr {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  text-align: left;
  max-width: 40rem;
  margin: 1rem auto;
  font-weight: normal;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._contact-form form .submit-area label.gdpr {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._contact-form form .submit-area label.gdprShort {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  text-align: left;
  font-weight: normal;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._contact-form form .submit-area label.gdprShort {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._contact-form form label {
  font-weight: bold;
}
._contact-form form input[type=text],
._contact-form form input[type=email],
._contact-form form input[type=tel],
._contact-form form select,
._contact-form form textarea,
._contact-form form button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: solid black;
  border-width: 0 0 1px;
  border-radius: 0;
  padding: 0.25rem 0;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._contact-form form input[type=text],
  ._contact-form form input[type=email],
  ._contact-form form input[type=tel],
  ._contact-form form select,
  ._contact-form form textarea,
  ._contact-form form button {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._contact-form form button {
  padding: 0.75rem 1.5rem;
  width: min-content;
  color: white;
  background: var(--color-brand);
  border: 0;
  text-wrap: nowrap;
  font-weight: bold;
}
._contact-form form input:focus,
._contact-form form select:focus,
._contact-form form textarea:focus {
  border-color: var(--color-brand);
  box-shadow: 0 0 3px var(--color-brand);
}
._contact-form form .phone-group {
  display: flex;
  gap: 5px;
}
._contact-form form .phone-group select {
  border-width: 1px;
  padding: 0.25rem;
}
._contact-form form .phone-group select {
  flex: 1;
}
._contact-form form .phone-group input {
  flex: 2;
}

._contact-hero {
  margin-top: 0;
  max-width: none;
  margin: 2rem 0 6rem;
}
._contact-hero > div {
  max-width: var(--layout-max-width);
  margin: 0 auto;
}
._contact-hero .address ul {
  padding: 0;
  margin: 4rem 0;
}
._contact-hero .address li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0% -4%;
  background-size: 1.2rem;
  padding-left: 1.5rem;
  line-height: 1.2rem;
  margin: 1.5rem 0;
}
._contact-hero .address li.company-name {
  background-image: url(/assets/images/home.svg);
}
._contact-hero .address li.address {
  background-image: url(/assets/images/location.svg);
}
._contact-hero .address li.phone {
  background-image: url(/assets/images/call.svg);
}
._contact-hero .address li.opening-hours {
  background-image: url(/assets/images/today.svg);
}
._contact-hero .service-info {
  box-shadow: 0 30px 37px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-flow: row;
  background: white;
  margin-top: 4rem;
}
._contact-hero .service-info div {
  flex-grow: 1;
  padding: 4rem 2rem;
  text-align: center;
}
._contact-hero .service-info div:nth-child(2) {
  background-color: var(--color-brand);
}
._contact-hero .service-info div:nth-child(2) p,
._contact-hero .service-info div:nth-child(2) a,
._contact-hero .service-info div:nth-child(2) h3 {
  color: white;
}

._default-template {
  background-image: linear-gradient(to bottom, rgba(241, 240, 236, 0.9) 0%, var(--color-bg) 67%);
  background-size: 100% 100vh;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  margin: 0;
  max-width: none;
}
._default-template .perex {
  margin: 0 auto 4rem;
  text-align: center;
  text-wrap: balance;
  max-width: 50rem;
}
._default-template .content-wrapper {
  max-width: var(--layout-max-width);
  margin: 0 auto;
  padding: 4rem 0;
}
._default-template .content-wrapper h1 {
  margin-bottom: 2rem;
  text-align: center;
}
._default-template .content-wrapper .content {
  margin: 0 auto;
  max-width: 50rem;
  background: white;
  padding: 2rem;
}
._default-template .content-wrapper .content > p:first-child {
  margin-top: 0;
}
._default-template .content-wrapper .content h2 {
  font-size: 2rem;
  line-height: 2.5555555556rem;
}
@media (max-width: 599.99px) {
  ._default-template .content-wrapper .content h2 {
    font-size: 6.64vw;
    line-height: 8.4844444444vw;
  }
}
._default-template .content-wrapper .content ul li {
  list-style: none;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
._default-template .content-wrapper .content ul li::marker {
  content: "╱ ";
  font-size: 0.8em;
  font-weight: 800;
  text-shadow: 0.5px 0.5px 0 var(--text-color);
  color: var(--text-color);
}

._downloads {
  margin: 0;
  padding: 6rem 0;
  max-width: none;
  background: var(--color-surface-secondary);
}
._downloads .content {
  padding: 0 6rem;
  max-width: calc(var(--layout-max-width) + 6rem);
  margin: 0 auto;
}
@media (max-width: 599.99px) {
  ._downloads .content {
    padding: 1rem;
  }
}
._downloads h1,
._downloads h2 {
  text-align: center;
  margin-bottom: 4rem;
}
._downloads h3 {
  margin: 6rem 0 0;
}
._downloads ul {
  display: block;
  padding: 0;
}
._downloads ul li {
  display: flex;
  gap: 1rem;
  padding: 2rem 0 2rem 4rem;
  border-bottom: 1px solid black;
  align-items: center;
  background-image: url(../images/download.svg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 3rem;
}
._downloads ul li span {
  display: block;
  flex-grow: 2;
  font-weight: 700;
}
._downloads ul li span h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._downloads ul li span h4 {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._downloads ul li span p {
  margin: 0;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._downloads ul li span p {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._downloads ul li span {
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._downloads ul li span {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._downloads ul li a {
  display: block;
}
._downloads ul li a._link-button.secondary {
  color: var(--color-brand);
}

._entry-animation.text-soft-slide {
  opacity: 0;
  transform: translateX(1rem);
  transition: opacity 500ms ease-in, transform 700ms ease-in-out 300ms;
}
._entry-animation.text-soft-slide.animates {
  opacity: 1;
  transform: translateX(0);
}
._entry-animation.text-pop-in .pop-in-part {
  opacity: 0.1;
  transition-property: opacity;
  transition-duration: 1500ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-0 {
  opacity: 1;
  transition-delay: 0ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-1 {
  opacity: 1;
  transition-delay: 200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-2 {
  opacity: 1;
  transition-delay: 400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-3 {
  opacity: 1;
  transition-delay: 600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-4 {
  opacity: 1;
  transition-delay: 800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-5 {
  opacity: 1;
  transition-delay: 1000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-6 {
  opacity: 1;
  transition-delay: 1200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-7 {
  opacity: 1;
  transition-delay: 1400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-8 {
  opacity: 1;
  transition-delay: 1600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-9 {
  opacity: 1;
  transition-delay: 1800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-10 {
  opacity: 1;
  transition-delay: 2000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-11 {
  opacity: 1;
  transition-delay: 2200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-12 {
  opacity: 1;
  transition-delay: 2400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-13 {
  opacity: 1;
  transition-delay: 2600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-14 {
  opacity: 1;
  transition-delay: 2800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-15 {
  opacity: 1;
  transition-delay: 3000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-16 {
  opacity: 1;
  transition-delay: 3200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-17 {
  opacity: 1;
  transition-delay: 3400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-18 {
  opacity: 1;
  transition-delay: 3600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-19 {
  opacity: 1;
  transition-delay: 3800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-20 {
  opacity: 1;
  transition-delay: 4000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-21 {
  opacity: 1;
  transition-delay: 4200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-22 {
  opacity: 1;
  transition-delay: 4400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-23 {
  opacity: 1;
  transition-delay: 4600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-24 {
  opacity: 1;
  transition-delay: 4800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-25 {
  opacity: 1;
  transition-delay: 5000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-26 {
  opacity: 1;
  transition-delay: 5200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-27 {
  opacity: 1;
  transition-delay: 5400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-28 {
  opacity: 1;
  transition-delay: 5600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-29 {
  opacity: 1;
  transition-delay: 5800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-30 {
  opacity: 1;
  transition-delay: 6000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-31 {
  opacity: 1;
  transition-delay: 6200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-32 {
  opacity: 1;
  transition-delay: 6400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-33 {
  opacity: 1;
  transition-delay: 6600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-34 {
  opacity: 1;
  transition-delay: 6800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-35 {
  opacity: 1;
  transition-delay: 7000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-36 {
  opacity: 1;
  transition-delay: 7200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-37 {
  opacity: 1;
  transition-delay: 7400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-38 {
  opacity: 1;
  transition-delay: 7600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-39 {
  opacity: 1;
  transition-delay: 7800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-40 {
  opacity: 1;
  transition-delay: 8000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-41 {
  opacity: 1;
  transition-delay: 8200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-42 {
  opacity: 1;
  transition-delay: 8400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-43 {
  opacity: 1;
  transition-delay: 8600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-44 {
  opacity: 1;
  transition-delay: 8800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-45 {
  opacity: 1;
  transition-delay: 9000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-46 {
  opacity: 1;
  transition-delay: 9200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-47 {
  opacity: 1;
  transition-delay: 9400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-48 {
  opacity: 1;
  transition-delay: 9600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-49 {
  opacity: 1;
  transition-delay: 9800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-50 {
  opacity: 1;
  transition-delay: 10000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-51 {
  opacity: 1;
  transition-delay: 10200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-52 {
  opacity: 1;
  transition-delay: 10400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-53 {
  opacity: 1;
  transition-delay: 10600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-54 {
  opacity: 1;
  transition-delay: 10800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-55 {
  opacity: 1;
  transition-delay: 11000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-56 {
  opacity: 1;
  transition-delay: 11200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-57 {
  opacity: 1;
  transition-delay: 11400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-58 {
  opacity: 1;
  transition-delay: 11600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-59 {
  opacity: 1;
  transition-delay: 11800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-60 {
  opacity: 1;
  transition-delay: 12000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-61 {
  opacity: 1;
  transition-delay: 12200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-62 {
  opacity: 1;
  transition-delay: 12400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-63 {
  opacity: 1;
  transition-delay: 12600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-64 {
  opacity: 1;
  transition-delay: 12800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-65 {
  opacity: 1;
  transition-delay: 13000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-66 {
  opacity: 1;
  transition-delay: 13200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-67 {
  opacity: 1;
  transition-delay: 13400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-68 {
  opacity: 1;
  transition-delay: 13600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-69 {
  opacity: 1;
  transition-delay: 13800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-70 {
  opacity: 1;
  transition-delay: 14000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-71 {
  opacity: 1;
  transition-delay: 14200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-72 {
  opacity: 1;
  transition-delay: 14400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-73 {
  opacity: 1;
  transition-delay: 14600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-74 {
  opacity: 1;
  transition-delay: 14800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-75 {
  opacity: 1;
  transition-delay: 15000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-76 {
  opacity: 1;
  transition-delay: 15200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-77 {
  opacity: 1;
  transition-delay: 15400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-78 {
  opacity: 1;
  transition-delay: 15600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-79 {
  opacity: 1;
  transition-delay: 15800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-80 {
  opacity: 1;
  transition-delay: 16000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-81 {
  opacity: 1;
  transition-delay: 16200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-82 {
  opacity: 1;
  transition-delay: 16400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-83 {
  opacity: 1;
  transition-delay: 16600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-84 {
  opacity: 1;
  transition-delay: 16800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-85 {
  opacity: 1;
  transition-delay: 17000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-86 {
  opacity: 1;
  transition-delay: 17200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-87 {
  opacity: 1;
  transition-delay: 17400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-88 {
  opacity: 1;
  transition-delay: 17600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-89 {
  opacity: 1;
  transition-delay: 17800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-90 {
  opacity: 1;
  transition-delay: 18000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-91 {
  opacity: 1;
  transition-delay: 18200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-92 {
  opacity: 1;
  transition-delay: 18400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-93 {
  opacity: 1;
  transition-delay: 18600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-94 {
  opacity: 1;
  transition-delay: 18800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-95 {
  opacity: 1;
  transition-delay: 19000ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-96 {
  opacity: 1;
  transition-delay: 19200ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-97 {
  opacity: 1;
  transition-delay: 19400ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-98 {
  opacity: 1;
  transition-delay: 19600ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-99 {
  opacity: 1;
  transition-delay: 19800ms;
}
._entry-animation.text-pop-in.animates .pop-in-part.pop-in-part-100 {
  opacity: 1;
  transition-delay: 20000ms;
}
._entry-animation.stagger-bounce-up > div, ._entry-animation.stagger-bounce-up > li {
  transform: translateY(300px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 900ms;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
._entry-animation.stagger-bounce-up > div:nth-child(2), ._entry-animation.stagger-bounce-up > li:nth-child(2) {
  transition-delay: 150ms;
}
._entry-animation.stagger-bounce-up > div:nth-child(3), ._entry-animation.stagger-bounce-up > li:nth-child(3) {
  transition-delay: 300ms;
}
._entry-animation.stagger-bounce-up > div:nth-child(4), ._entry-animation.stagger-bounce-up > li:nth-child(4) {
  transition-delay: 450ms;
}
._entry-animation.stagger-bounce-up > div:nth-child(5), ._entry-animation.stagger-bounce-up > li:nth-child(5) {
  transition-delay: 600ms;
}
._entry-animation.stagger-bounce-up > div:nth-child(6), ._entry-animation.stagger-bounce-up > li:nth-child(6) {
  transition-delay: 750ms;
}
._entry-animation.stagger-bounce-up > div:nth-child(7), ._entry-animation.stagger-bounce-up > li:nth-child(7) {
  transition-delay: 900ms;
}
._entry-animation.stagger-bounce-up > div:nth-child(8), ._entry-animation.stagger-bounce-up > li:nth-child(8) {
  transition-delay: 1050ms;
}
._entry-animation.stagger-bounce-up > div:nth-child(9), ._entry-animation.stagger-bounce-up > li:nth-child(9) {
  transition-delay: 1200ms;
}
._entry-animation.stagger-bounce-up.animates > div, ._entry-animation.stagger-bounce-up.animates > li {
  transform: translateY(0);
  opacity: 1;
}
._entry-animation.slow-fade-in {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-delay: 200ms;
}
._entry-animation.slow-fade-in.animates {
  opacity: 1;
}
._entry-animation.fly-in-left, ._entry-animation.fly-in-right, ._entry-animation.fly-in-up {
  transform: translate(-200px, 0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 600ms;
}
._entry-animation.fly-in-left.animates, ._entry-animation.fly-in-right.animates, ._entry-animation.fly-in-up.animates {
  transform: translateX(0);
  opacity: 1;
}
._entry-animation.fly-in-right {
  transform: translate(200px, 0);
  transition-delay: 500ms;
}
._entry-animation.fly-in-up {
  transform: translate(0, 200px);
}
._entry-animation.stagger-fly-in > div, ._entry-animation.stagger-fly-in > li {
  transform: translate(-300px, 0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 800ms;
  transition-delay: 0;
}
._entry-animation.stagger-fly-in > div:nth-child(2), ._entry-animation.stagger-fly-in > li:nth-child(2) {
  transition-delay: 150ms;
}
._entry-animation.stagger-fly-in > div:nth-child(3), ._entry-animation.stagger-fly-in > li:nth-child(3) {
  transition-delay: 300ms;
}
._entry-animation.stagger-fly-in > div:nth-child(4), ._entry-animation.stagger-fly-in > li:nth-child(4) {
  transition-delay: 450ms;
}
._entry-animation.stagger-fly-in > div:nth-child(5), ._entry-animation.stagger-fly-in > li:nth-child(5) {
  transition-delay: 600ms;
}
._entry-animation.stagger-fly-in > div:nth-child(6), ._entry-animation.stagger-fly-in > li:nth-child(6) {
  transition-delay: 750ms;
}
._entry-animation.stagger-fly-in > div:nth-child(7), ._entry-animation.stagger-fly-in > li:nth-child(7) {
  transition-delay: 900ms;
}
._entry-animation.stagger-fly-in > div:nth-child(8), ._entry-animation.stagger-fly-in > li:nth-child(8) {
  transition-delay: 1050ms;
}
._entry-animation.stagger-fly-in > div:nth-child(9), ._entry-animation.stagger-fly-in > li:nth-child(9) {
  transition-delay: 1200ms;
}
._entry-animation.stagger-fly-in > div:nth-child(even), ._entry-animation.stagger-fly-in > li:nth-child(even) {
  transform: translate(0, 300px);
}
._entry-animation.stagger-fly-in.animates > div, ._entry-animation.stagger-fly-in.animates > li {
  transform: translateY(0);
  opacity: 1;
}
._entry-animation.stagger-fade-in > div, ._entry-animation.stagger-fade-in > li {
  transform: translateY(50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 700ms;
  transition-delay: 0;
}
._entry-animation.stagger-fade-in > div:nth-child(2), ._entry-animation.stagger-fade-in > li:nth-child(2) {
  transition-delay: 250ms;
}
._entry-animation.stagger-fade-in > div:nth-child(3), ._entry-animation.stagger-fade-in > li:nth-child(3) {
  transition-delay: 500ms;
}
._entry-animation.stagger-fade-in > div:nth-child(4), ._entry-animation.stagger-fade-in > li:nth-child(4) {
  transition-delay: 750ms;
}
._entry-animation.stagger-fade-in > div:nth-child(5), ._entry-animation.stagger-fade-in > li:nth-child(5) {
  transition-delay: 1000ms;
}
._entry-animation.stagger-fade-in > div:nth-child(6), ._entry-animation.stagger-fade-in > li:nth-child(6) {
  transition-delay: 1250ms;
}
._entry-animation.stagger-fade-in > div:nth-child(7), ._entry-animation.stagger-fade-in > li:nth-child(7) {
  transition-delay: 1500ms;
}
._entry-animation.stagger-fade-in > div:nth-child(8), ._entry-animation.stagger-fade-in > li:nth-child(8) {
  transition-delay: 1750ms;
}
._entry-animation.stagger-fade-in > div:nth-child(9), ._entry-animation.stagger-fade-in > li:nth-child(9) {
  transition-delay: 2000ms;
}
._entry-animation.stagger-fade-in.animates > div, ._entry-animation.stagger-fade-in.animates > li {
  transform: translateY(0);
  opacity: 1;
}

._events.list h1 {
  text-align: center;
  margin: 4rem 0;
}
._events.list h3 {
  text-align: center;
  grid-column: 1/-1;
  margin: 4rem 0 2rem;
  font-size: 2rem;
  line-height: 2.5555555556rem;
}
@media (max-width: 599.99px) {
  ._events.list h3 {
    font-size: 6.64vw;
    line-height: 8.4844444444vw;
  }
}
._events.list .perex {
  margin: 2rem auto;
  text-align: center;
}
._events.list .previews {
  padding: 0;
}
._events.list .previews > li {
  list-style-type: none;
}
._events.list .previews > li a {
  text-decoration: none;
}
._events.list .previews > li h4 {
  margin: 0.25rem 0 0;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._events.list .previews > li h4 {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._events.list .previews > li .excerpt p {
  margin: 0;
}
._events.detail ._video-bg .bg img,
._events.detail ._video-bg .bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._faqs-section {
  max-width: none;
  background: var(--color-surface-secondary);
  padding: 4rem 0;
}
._faqs-section .layout {
  max-width: var(--layout-max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 3rem;
  padding: 0;
}
._faqs-section .layout .items {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
._faqs-section .layout .items li {
  margin: 0;
  list-style-type: none;
}
._faqs-section .layout .items li h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 599.99px) {
  ._faqs-section .layout .items li h3 {
    font-size: 3.98vw;
    line-height: 6.6333333333vw;
  }
}
._faqs-section .layout .items li:has(input:checked) label h3 {
  background-image: url(/assets/images/minus.svg);
}
._faqs-section .layout .items li:has(input:checked) .details {
  max-height: 200vh;
}
._faqs-section .layout .items label {
  cursor: pointer;
}
._faqs-section .layout .items label:hover {
  text-decoration: underline;
}
._faqs-section .layout .items label h3 {
  padding-right: 40px;
  background-image: url(/assets/images/plus.svg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}
._faqs-section .layout .items input {
  display: none;
}
._faqs-section .layout .items .details {
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
._faqs-section .layout .items .details p:first-child {
  margin-top: 0;
}

._flame {
  width: min-content;
  margin: 0 auto;
  --width: 300px;
  --buttons-gap: 2rem;
}
._flame.crop {
  overflow: hidden;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 10%);
}
._flame.crop .product {
  margin: calc(var(--width) * -1.5) auto var(--buttons-gap);
}
._flame .animation video {
  opacity: 0;
  position: absolute;
  top: 0;
  mix-blend-mode: lighten;
  transition: opacity 500ms ease-in 100ms;
}
._flame:has(.f1:checked) .animation video:nth-child(1) {
  opacity: 1;
}
._flame:has(.f2:checked) .animation video:nth-child(2) {
  opacity: 1;
}
._flame:has(.f2:checked) .product::after {
  transform: translateY(-120%);
}
._flame:has(.f3:checked) .animation video:nth-child(3) {
  opacity: 1;
}
._flame:has(.f3:checked) .product::after {
  transform: translateY(-240%);
}
._flame ._toggle-button {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
._flame .product {
  position: relative;
  background: url(../images/el33.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 382/1401;
  width: var(--width);
  margin: 0 auto var(--buttons-gap);
  z-index: 1;
}
._flame .product .animation {
  background-color: black;
  position: absolute;
  top: 52.4%;
  left: 11.1%;
  z-index: -1;
  width: 75.9%;
  height: 25.7%;
  overflow: hidden;
}
._flame .product .animation video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}
._flame .product.intensity::after {
  content: "";
  display: block;
  height: 2.1413276231%;
  width: 2.3560209424%;
  position: absolute;
  top: 93%;
  right: 0;
  background-image: url(../images/pad.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 200ms ease-in-out;
}
._flame .product.spirit {
  background-image: url(../images/el-intensity.png);
  aspect-ratio: 694/1511;
  background-size: contain;
}
._flame .product.spirit::after {
  content: "";
  display: block;
  height: 2.1413276231%;
  width: 2.3560209424%;
  position: absolute;
  top: 90%;
  right: 0;
  background-image: url(../images/pad.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 200ms ease-in-out;
}
._flame .product.spirit .animation {
  top: 15%;
  height: 50%;
}
._flame .product.spirit {
  background-image: url(../images/el-spirit.png);
  aspect-ratio: 754/1522;
}
._flame .product.spirit .animation {
  top: 19%;
  height: 41%;
  width: 68.2%;
  left: 14.5%;
}
._flame.basic input {
  display: none;
}

._flame-play {
  position: relative;
}
._flame-play .flame-button {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  width: 150px;
  padding-top: calc(150px - 1rem);
  height: 1rem;
  background-image: url(/assets/images/play-flame.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  color: white;
  text-shadow: 1px 1px 2px black;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
._flame-play:has(.playing) .flame-button {
  display: none;
}

._footer {
  background: var(--color-surface-secondary);
}
._footer footer {
  padding: 5rem 0 2rem;
  max-width: var(--layout-max-width);
  margin: 0 auto;
}
@media (max-width: 599.99px) {
  ._footer footer {
    padding: 1rem;
  }
}
._footer .address img {
  height: 3rem;
  width: auto;
  margin-top: -1.3rem;
}
._footer .address ul {
  padding: 0;
  margin: 1rem 0 0;
}
._footer .address li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0% -4%;
  background-size: 1.2rem;
  padding-left: 1.5rem;
  line-height: 1.2rem;
  margin: 1rem 0;
  color: var(--color-text-secondary);
}
._footer .address li.company-name {
  background-image: url(../images/home.svg);
}
._footer .address li.address {
  background-image: url(../images/location.svg);
}
._footer .address li.phone {
  background-image: url(../images/call.svg);
}
._footer .address li.opening-hours {
  background-image: url(../images/today.svg);
}
._footer .sales-support {
  display: grid;
  max-width: fit-content;
  margin: 4rem auto;
}
._footer .sales-support img {
  margin: 0 auto;
}
._footer .sales-support p,
._footer .sales-support h3 {
  margin: 0.5rem 0;
  text-align: center;
}
._footer .sales-support .claim p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--color-text-secondary);
  max-width: 18em;
  text-wrap: balance;
}
._footer .sales-support .claim p em {
  font-style: normal;
  color: var(--color-brand);
}
._footer .sales-support .claim p {
  font-size: 4rem;
  line-height: 4.4444444444rem;
}
@media (max-width: 599.99px) {
  ._footer .sales-support .claim p {
    font-size: 8vw;
    line-height: 8.8888888889vw;
  }
}
._footer .sales-support > div {
  padding: 2rem;
}
._footer .sales-support .sales,
._footer .sales-support .support {
  box-shadow: 159px 559px 233px rgba(0, 0, 0, 0.01), 89px 315px 196px rgba(0, 0, 0, 0.05), 40px 140px 145px rgba(0, 0, 0, 0.09), 10px 35px 80px rgba(0, 0, 0, 0.1);
}
._footer .sales-support .sales {
  background-color: var(--color-brand);
}
._footer .sales-support .sales p,
._footer .sales-support .sales h3 {
  color: white;
}
._footer .sales-support .support {
  background-color: white;
}
@media (min-width: 600px) {
  ._footer .sales-support {
    grid-template-columns: 1fr 1fr;
  }
  ._footer .sales-support .claim {
    grid-column: 1/-1;
  }
}
._footer .footer-navigation {
  position: relative;
  width: 100%;
}
._footer .footer-navigation nav {
  max-width: var(--layout-max-width);
  margin: 0rem auto;
}
._footer .footer-navigation nav ul.menu-bar {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2rem 3rem;
}
@media (min-width: 600px) {
  ._footer .footer-navigation nav ul.menu-bar {
    grid-template-columns: repeat(5, 1fr);
  }
}
._footer .footer-navigation nav ul.menu-bar li.section {
  font-weight: bold;
  color: var(--color-text-secondary);
}
._footer .footer-navigation nav ul.menu-bar li.section ul {
  font-weight: normal;
  padding: 0;
  margin-top: 1rem;
}
._footer .footer-navigation nav ul.menu-bar li.section ul li {
  margin: 0.75rem 0;
}
._footer .footer-navigation nav ul.menu-bar li.section a {
  text-decoration: none;
  color: var(--color-text-secondary);
}
._footer .footer-navigation nav ul.menu-bar li.section a:hover {
  text-decoration: underline;
}
._footer .footer-navigation nav ul.menu-bar li {
  list-style-type: none;
}
._footer .footer-navigation nav ul.menu-bar li ul {
  padding: 0;
}
._footer .footer-navigation .socials {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 599.99px) {
  ._footer .footer-navigation .socials {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
._footer .footer-navigation .socials li {
  list-style-type: none;
  padding: 0 0.6rem;
}
._footer .footer-navigation .socials img {
  display: inline-block;
  height: 1.5rem;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.8;
}
._footer .footer-navigation .misc {
  display: flex;
  font-family: "Fira Sans", sans-serif;
  padding: 2rem 0;
  max-width: var(--layout-max-width);
  margin: 0 auto;
}
._footer .footer-navigation .misc .socials {
  flex-grow: 2;
}
@media (max-width: 599.99px) {
  ._footer .footer-navigation .misc p:first-child {
    flex-grow: 2;
  }
}

._four-col-icon-bgs .wrapper > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 0;
}
._four-col-icon-bgs .wrapper > ul > li {
  padding: 1rem;
  list-style-type: none;
  background: var(--color-surface-secondary);
}

._funfacts {
  display: flex;
}
@media (max-width: 599.99px) {
  ._funfacts:not(.small) {
    flex-direction: column;
  }
  ._funfacts:not(.small) dd {
    text-wrap: balance;
    max-width: 23em;
  }
  ._funfacts:not(.small) div {
    padding: 1rem 0 1.5rem;
    border-top: 1px solid black;
  }
  ._funfacts:not(.small) div:first-child {
    padding-top: 0;
    border: none;
  }
}
@media (min-width: 600px) {
  ._funfacts:not(.small) div {
    padding: 1rem 2rem;
    border-left: 1px solid black;
  }
  ._funfacts:not(.small) div:first-child {
    padding-left: 0;
    border: none;
  }
}
._funfacts dt {
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1rem;
  font-size: 2.4444444444rem;
  line-height: 2.7777777778rem;
}
@media (max-width: 599.99px) {
  ._funfacts dt {
    font-size: 7.3985185185vw;
    line-height: 8.4074074074vw;
  }
}
._funfacts dt .num {
  font-size: 4rem;
  line-height: 4.4444444444rem;
}
@media (max-width: 599.99px) {
  ._funfacts dt .num {
    font-size: 8vw;
    line-height: 8.8888888889vw;
  }
}
._funfacts dd {
  margin: 0;
}
._funfacts.small {
  flex-direction: row;
}
._funfacts.small div {
  padding: 0.5rem 1rem;
  border-left: 1px solid black;
}
._funfacts.small div:first-child {
  padding-left: 0;
  border: none;
}
._funfacts.small dt {
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 0.8888888889rem;
  line-height: 1rem;
}
@media (max-width: 599.99px) {
  ._funfacts.small dt {
    font-size: 3.602962963vw;
    line-height: 4.0533333333vw;
  }
}
._funfacts.small dd {
  font-weight: 700;
  white-space: nowrap;
  font-size: 2.4444444444rem;
  line-height: 2.7777777778rem;
}
@media (max-width: 599.99px) {
  ._funfacts.small dd {
    font-size: 7.3985185185vw;
    line-height: 8.4074074074vw;
  }
}

._gallery ul {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  max-width: 100%;
  padding: 0;
  height: 12rem;
}
._gallery ul li {
  flex-shrink: 0;
  margin: 0;
  list-style-type: none;
}
._gallery ul label.thumb {
  display: block;
  width: auto;
  height: 12rem;
  cursor: pointer;
}
._gallery ul label.thumb input {
  display: none;
}
._gallery ul label.thumb picture,
._gallery ul label.thumb img {
  width: auto;
  height: 12rem;
}
._gallery:has(input[value=hidden]:checked) .next,
._gallery:has(input[value=hidden]:checked) .prev,
._gallery:has(input[value=hidden]:checked) .close,
._gallery:has(input[value=hidden]:checked) li figure {
  display: none;
}
._gallery:has(input[value=hidden]:not(:checked)) {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
}
._gallery:has(input[value=hidden]:not(:checked)) .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 1rem;
  color: white;
  cursor: pointer;
  font-size: 2rem;
}
._gallery:has(input[value=hidden]:not(:checked)) .close input {
  display: none;
}
._gallery:has(input[value=hidden]:not(:checked)) .prev,
._gallery:has(input[value=hidden]:not(:checked)) .next {
  display: none;
  position: absolute;
  top: 35vh;
  left: 2rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
._gallery:has(input[value=hidden]:not(:checked)) .next {
  left: auto;
  right: 2rem;
}
._gallery:has(input[value=hidden]:not(:checked)) ul {
  max-width: 100vw;
  margin: 0 auto;
  margin-top: 80vh;
  width: fit-content;
}
._gallery:has(input[value=hidden]:not(:checked)) ul figure {
  display: none;
  position: absolute;
  top: 5rem;
  left: 5rem;
  right: 5rem;
  bottom: 30vh;
}
._gallery:has(input[value=hidden]:not(:checked)) ul figure picture,
._gallery:has(input[value=hidden]:not(:checked)) ul figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
._gallery:has(input[value=hidden]:not(:checked)) ul li:has(input:checked) .prev,
._gallery:has(input[value=hidden]:not(:checked)) ul li:has(input:checked) .next,
._gallery:has(input[value=hidden]:not(:checked)) ul li:has(input:checked) figure {
  display: block;
}
._gallery:has(input[value=hidden]:not(:checked)) ul li:has(input:checked) label.thumb {
  border-color: var(--color-brand);
}
._gallery:has(input[value=hidden]:not(:checked)) ul label.thumb {
  width: 10vh;
  height: 10vh;
  border: 1px solid var(--color-text-secondary);
}
._gallery:has(input[value=hidden]:not(:checked)) ul label.thumb picture,
._gallery:has(input[value=hidden]:not(:checked)) ul label.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

._guide-form {
  max-width: none;
  background: var(--color-surface-secondary);
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: calc(100vh - var(--main-navigation-bar-height));
}
._guide-form h1 {
  margin: 0;
  padding: 2rem 0 1rem;
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 599.99px) {
  ._guide-form h1 {
    font-size: 3.98vw;
    line-height: 6.6333333333vw;
  }
}
._guide-form form {
  max-width: min(100vw - 4rem, 60rem);
  margin: 0 auto;
}
._guide-form h2 {
  text-align: center;
  margin-bottom: 3rem;
}
._guide-form .context {
  max-width: 80%;
  margin: -2rem auto 2rem;
  text-align: center;
}
._guide-form .context .icon {
  display: inline-block;
  padding-right: 0.25rem;
  height: 1.4rem;
  width: auto;
  vertical-align: text-bottom;
}
._guide-form .switcher {
  display: flex;
  gap: 0.5rem;
  margin: 3rem auto;
  width: min-content;
  text-wrap: nowrap;
  align-items: center;
}
._guide-form .switcher ._link-button {
  height: 3.25rem;
}
._guide-form .switcher img {
  max-width: none;
  width: 3.25rem;
  height: 3.25rem;
}
._guide-form .summary-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
}
._guide-form .summary-text div {
  flex: 1 1 calc(50% - 0.5rem);
  display: block;
  cursor: pointer;
  background: white;
  box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.12);
  padding: 1.5rem;
}
._guide-form .summary-text div h3 {
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--color-text-secondary);
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 599.99px) {
  ._guide-form .summary-text div h3 {
    font-size: 3.98vw;
    line-height: 6.6333333333vw;
  }
}
._guide-form .summary-text div h3::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url(/assets/images/flame.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 0%;
  vertical-align: text-bottom;
}
._guide-form .summary-text div p {
  color: var(--color-brand);
  font-weight: bold;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._guide-form .summary-text div p {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._guide-form .image-boxes,
._guide-form .small-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
}
._guide-form .image-boxes label,
._guide-form .small-boxes label {
  flex: 1 1 calc(50% - 0.5rem);
  display: block;
  cursor: pointer;
  background: white;
  box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-in-out;
}
._guide-form .image-boxes label input,
._guide-form .small-boxes label input {
  display: none;
}
._guide-form .image-boxes label > span,
._guide-form .small-boxes label > span {
  display: flex;
  align-items: center;
  background-image: url(/assets/images/radio-button.svg);
  background-size: 1rem;
  background-position: 1.25rem 50%;
  background-repeat: no-repeat;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
}
._guide-form .image-boxes label:has(input:checked) > span,
._guide-form .small-boxes label:has(input:checked) > span {
  background-image: url(/assets/images/radio-button-checked.svg);
}
._guide-form .image-boxes label:hover,
._guide-form .small-boxes label:hover {
  transform: scale(1.03);
}
._guide-form .image-boxes label:last-child:nth-child(odd),
._guide-form .small-boxes label:last-child:nth-child(odd) {
  flex-basis: 100%;
  justify-self: center;
  align-self: center;
  margin: 0 auto;
  max-width: 50%;
}
._guide-form .image-boxes label {
  flex: 1 1 calc(25% - 0.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.5rem;
}
._guide-form .image-boxes label img {
  align-self: center;
  height: 5rem;
  width: auto;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-in-out;
}
._guide-form .image-boxes label:hover {
  transform: none;
}
._guide-form .image-boxes label:hover img {
  transform: scale(1.1);
}
._guide-form .step {
  display: none;
}
._guide-form .step::after {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  justify-self: flex-end;
  height: 1rem;
  width: var(--progress);
  background-color: var(--color-brand);
}
._guide-form .step.step-1 h2::before {
  display: block;
  content: "1. otázka";
  background: var(--color-brand);
  color: white;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._guide-form .step.step-1 h2::before {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._guide-form .step.step-2 h2::before {
  display: block;
  content: "2. otázka";
  background: var(--color-brand);
  color: white;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._guide-form .step.step-2 h2::before {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._guide-form .step.step-3 h2::before {
  display: block;
  content: "3. otázka";
  background: var(--color-brand);
  color: white;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._guide-form .step.step-3 h2::before {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._guide-form .step.step-4 h2::before {
  display: block;
  content: "4. otázka";
  background: var(--color-brand);
  color: white;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._guide-form .step.step-4 h2::before {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._guide-form .step.step-5 h2::before {
  display: block;
  content: "5. otázka";
  background: var(--color-brand);
  color: white;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._guide-form .step.step-5 h2::before {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._guide-form .step.step-6 h2::before {
  display: block;
  content: "6. otázka";
  background: var(--color-brand);
  color: white;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._guide-form .step.step-6 h2::before {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._guide-form .step.step-7 h2::before {
  display: block;
  content: "7. otázka";
  background: var(--color-brand);
  color: white;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._guide-form .step.step-7 h2::before {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._guide-form .step.step-8 h2::before {
  display: block;
  content: "8. otázka";
  background: var(--color-brand);
  color: white;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._guide-form .step.step-8 h2::before {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._guide-form .step.step-9 h2::before {
  display: block;
  content: "9. otázka";
  background: var(--color-brand);
  color: white;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._guide-form .step.step-9 h2::before {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._guide-form .step.summary h2::before {
  content: "Shrnutí";
}
._guide-form .step.contact h2::before {
  content: "Kontakt";
}
._guide-form .step input[name=step] {
  display: none;
}
._guide-form .step:has(input[name=step]:checked) {
  display: block;
}
._guide-form .step label[for^=step-] button {
  pointer-events: none;
}
._guide-form .step.step-choose-product label[for^=step-] {
  display: none;
}
._guide-form .step.step-choose-product:has(input[name^=product]:checked) label[for^=step-] {
  display: block;
}
@supports not selector(:has(a, b)) {
  ._guide-form .step {
    display: block;
  }
}

._harmony {
  background-color: black;
  --text-color: white;
  --heading-color: white;
  --dark-context: 1;
  --color-text-secondary: #ccc;
  padding: 0 0 6rem;
  margin: 0;
  max-width: none;
}
@media (max-width: 599.99px) {
  ._harmony ._video-bg .content {
    padding: 1rem;
  }
}
._harmony.spirit {
  background: radial-gradient(circle at 50% 100%, #974914 25%, black);
}
._harmony.spirit ._video-bg {
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0) 25%);
}
._harmony.spirit ._video-bg .bg {
  mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.7) 33%, hsl(0, 0%, 0%) 66%);
}
@media (max-width: 599.99px) {
  ._harmony .content-wrapper {
    padding: 2rem 1rem 14rem;
    background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.7), hsla(0, 0%, 0%, 0.5) 33%, hsla(0, 0%, 0%, 0) 66%), linear-gradient(to top, hsl(0, 0%, 0%), hsla(0, 0%, 0%, 0) 100px);
  }
}
@media (min-width: 600px) {
  ._harmony .content-wrapper {
    padding: 5rem 50% 14rem 6rem;
    max-width: calc(var(--layout-max-width) + 6rem);
    margin: 0 auto;
    background: linear-gradient(to top, hsl(0, 0%, 0%), hsla(0, 0%, 0%, 0) 100px);
  }
}
@media (max-width: 599.99px) {
  ._harmony.element .harmony-flame .flame-description {
    padding: 2rem 1rem 0;
    text-align: center;
  }
}
._harmony.element ._video-bg .bg {
  mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.7) 33%, hsl(0, 0%, 0%) 66%);
}
._harmony .harmony-flame {
  display: grid;
}
@media (max-width: 599.99px) {
  ._harmony .harmony-flame {
    margin-top: -5rem;
    grid-template-columns: 1fr;
  }
  ._harmony .harmony-flame .flame-description {
    padding: 3rem 1rem 0;
  }
  ._harmony .harmony-flame ._flame {
    margin-top: 0rem;
    --width: 10rem;
  }
}
@media (min-width: 600px) {
  ._harmony .harmony-flame {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 0 6rem;
    max-width: calc(var(--layout-max-width) + 6rem);
    margin: 0 auto;
  }
  ._harmony .harmony-flame ._flame {
    margin-top: -10rem;
    --width: 10rem;
  }
}
@media (max-width: 599.99px) {
  ._harmony.element .harmony-flame ._flame {
    --buttons-gap: -3rem;
  }
}
@media (min-width: 600px) {
  ._harmony.element .harmony-flame ._flame {
    --buttons-gap: -3rem;
  }
}

._hero {
  margin: 0;
  padding: 0;
  max-width: none;
  --height: calc(100vh - var(--main-navigation-bar-height));
  min-height: var(--height);
}
._hero:not(.compact) {
  background-color: black;
  --text-color: white;
  --heading-color: white;
  --dark-context: 1;
  --color-text-secondary: #ccc;
}
._hero.compact {
  background-image: linear-gradient(to bottom, rgba(241, 240, 236, 0.9) 67.97%, #f1f0ec 99%), url(/assets/images/hero.jpg);
  background-size: cover;
  background-position: 50% 0%;
  padding: 2rem 0;
  --height: auto;
  min-height: auto;
}
._hero.compact .content-wrapper {
  background: none;
}
._hero .content-wrapper {
  background: linear-gradient(to left, hsla(0, 0%, 0%, 0) 52%, hsla(0, 0%, 0%, 0.5) 76%);
}
@media (max-width: 599.99px) {
  ._hero .content-wrapper {
    background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0) 52%, hsla(0, 0%, 0%, 0.5) 76%);
  }
}
._hero .content-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: var(--height);
  padding: 5rem 6rem;
  max-width: calc(var(--layout-max-width) + 6rem);
  margin: 0 auto;
}
._hero .content-wrapper .content h1 {
  font-size: 4rem;
  line-height: 5rem;
}
@media (max-width: 599.99px) {
  ._hero .content-wrapper .content h1 {
    font-size: 8vw;
    line-height: 10vw;
  }
}
._hero .content-wrapper .content p {
  margin-top: 1rem;
  text-wrap: balance;
}
._hero .content-wrapper .content p._link-button-set {
  margin-top: 2rem;
}
@media (max-width: 599.99px) {
  ._hero .content-wrapper .content {
    padding: 2rem 1rem;
  }
}
._hero .model {
  color: var(--color-brand);
  font-size: 1.5555555556rem;
  line-height: 2.1111111111rem;
}
@media (max-width: 599.99px) {
  ._hero .model {
    font-size: 5.6207407407vw;
    line-height: 7.6281481481vw;
  }
}
._hero ._link-address {
  background-repeat: no-repeat;
  background-position: 0% -4%;
  background-size: 1.2rem;
  padding-left: 1.5rem;
  line-height: 1.2rem;
  margin: 1rem 0;
  color: var(--color-brand);
  background-image: url(../images/location-2.svg);
}

body:has(._alert) ._hero {
  --height: calc(
    100vh - var(--main-navigation-bar-height) - var(--top-bar-height)
  );
}

._hero-carousel {
  margin: 0;
  max-width: none;
  padding: 4rem 0;
  background-image: linear-gradient(to bottom, rgba(241, 240, 236, 0.9) 67.97%, #f1f0ec 99%), url(/assets/images/hero.jpg);
  background-size: cover;
  background-position: 50% 0%;
}
._hero-carousel > ul {
  display: flex;
  flex-flow: row;
  position: relative;
  padding: 2rem 6rem 0;
}
._hero-carousel > ul ._boiler-hero {
  margin: 0 auto;
}
._hero-carousel > ul input {
  display: none;
}
._hero-carousel > ul .prev,
._hero-carousel > ul .next {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}
._hero-carousel > ul .prev {
  left: 1rem;
}
._hero-carousel > ul .next {
  right: 1rem;
}
._hero-carousel > ul > li {
  width: 0;
  overflow: hidden;
  list-style-type: none;
}
._hero-carousel > ul > li section {
  width: calc(var(--layout-max-width) - 12rem);
}
._hero-carousel > ul > li:has(input:checked) {
  width: 100%;
}
._hero-carousel > ul > li:has(input:checked) .prev,
._hero-carousel > ul > li:has(input:checked) .next {
  display: block;
}
._hero-carousel > ul > li:has(input:checked):first-child > .prev, ._hero-carousel > ul > li:has(input:checked):last-child > .next {
  display: none;
}

._highlight {
  position: relative;
  background: var(--color-surface-secondary);
}
@media (min-width: 600px) {
  ._highlight {
    padding: 4rem 0;
    max-width: none;
  }
  ._highlight .content {
    max-width: var(--layout-max-width);
  }
}
._highlight h2 {
  font-size: 2.6666666667rem;
  line-height: 3.2222222222rem;
}
@media (max-width: 599.99px) {
  ._highlight h2 {
    font-size: 7.68vw;
    line-height: 9.28vw;
  }
}
._highlight h3 {
  font-size: 2rem;
  line-height: 2.5555555556rem;
}
@media (max-width: 599.99px) {
  ._highlight h3 {
    font-size: 6.64vw;
    line-height: 8.4844444444vw;
  }
}
._highlight ul {
  padding: 0;
}
._highlight ul li {
  margin: 2rem 0;
  list-style-type: none;
  color: var(--color-text-secondary);
  font-weight: bold;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._highlight ul li {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._highlight .content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  max-width: var(--layout-max-width);
  margin: 0 auto;
}
._highlight .content h2 {
  max-width: 20em;
}
._highlight .content ._collapsible.show-preview .col-content {
  max-height: 15em;
}
._highlight .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  mix-blend-mode: darken;
}
._highlight .bg picture,
._highlight .bg img {
  height: 100%;
  width: 100%;
  object-position: 100% 100%;
  object-fit: contain;
  mask-image: linear-gradient(to left, black 60%, rgba(0, 0, 0, 0) 90%);
}

body:has(._alert) ._hp-hero a.category {
  --height: calc(
    100vh - var(--main-navigation-bar-height) - var(--top-bar-height)
  );
}

@media (max-width: 599.99px) {
  ._hp-hero {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
  }
  ._hp-hero a.category {
    display: grid;
    gap: 1rem;
    text-decoration: none;
    color: var(--color-text);
    margin: 2rem 0 4rem;
  }
  ._hp-hero a.category .description {
    grid-row: 1;
  }
  ._hp-hero h2,
  ._hp-hero p {
    text-align: center;
    margin: 0;
  }
  ._hp-hero .boilers h2 {
    font-family: "GT America", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2em;
  }
  ._hp-hero .boilers h2 i {
    font-style: normal;
    color: var(--color-brand);
  }
  ._hp-hero .boilers h2 {
    font-size: 2.6666666667rem;
    line-height: 3.2222222222rem;
    position: relative;
    width: 12em;
    margin: 0 auto;
  }
}
@media (max-width: 599.99px) and (max-width: 599.99px) {
  ._hp-hero .boilers h2 {
    font-size: 7.68vw;
    line-height: 9.28vw;
  }
}
@media (max-width: 599.99px) {
  ._hp-hero .boilers h2::before, ._hp-hero .boilers h2::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: -1em;
    right: -1em;
    height: 2em;
    border: 2px solid red;
    border-width: 0 1px;
    border-color: transparent var(--color-brand) transparent var(--color-text-secondary);
    transition: transform 500ms ease-in-out, opacity 200ms ease-in-out;
    transform: skew(-37.5deg) rotate(5deg);
  }
  ._hp-hero .boilers h2::before {
    border-color: transparent var(--color-text-secondary) transparent var(--color-brand);
    transform: translate(5rem, -5rem) skew(-37.5deg) rotate(5deg);
    opacity: 0;
  }
  ._hp-hero .stoves h2 {
    font-family: "GT America", sans-serif;
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 4.4444444444rem;
    position: relative;
    width: 8em;
    margin: 0 auto;
  }
}
@media (max-width: 599.99px) and (max-width: 599.99px) {
  ._hp-hero .stoves h2 {
    font-size: 8vw;
    line-height: 8.8888888889vw;
  }
}
@media (max-width: 599.99px) {
  ._hp-hero .stoves h2::before, ._hp-hero .stoves h2::after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--color-brand);
    position: absolute;
    top: -10px;
    left: calc(50% - 50px);
    --half-width: calc(50% - 50px);
    transition: transform 500ms ease-in-out;
    transform: translateX(-80%);
  }
  ._hp-hero .stoves h2::after {
    top: auto;
    bottom: -10px;
    background-color: var(--color-text-secondary);
    transform: translateX(80%);
  }
  ._hp-hero .images .main {
    max-width: 70vw;
    max-height: 40vh;
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  ._hp-hero .images .side {
    display: none;
  }
}
@media (min-width: 600px) {
  ._hp-hero {
    --max-images-height: 50vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: none;
    margin: 0;
    padding: 0 2rem;
    overflow: hidden;
  }
  ._hp-hero .boilers h2 {
    font-family: "GT America", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2em;
  }
  ._hp-hero .boilers h2 i {
    font-style: normal;
    color: var(--color-brand);
  }
  ._hp-hero .boilers h2 {
    font-size: 2.6666666667rem;
    line-height: 3.2222222222rem;
    position: relative;
    width: 12em;
    margin: 0 auto;
  }
}
@media (min-width: 600px) and (max-width: 599.99px) {
  ._hp-hero .boilers h2 {
    font-size: 7.68vw;
    line-height: 9.28vw;
  }
}
@media (min-width: 600px) {
  ._hp-hero .boilers h2::before, ._hp-hero .boilers h2::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: -1em;
    right: -1em;
    height: 2em;
    border: 2px solid red;
    border-width: 0 1px;
    border-color: transparent var(--color-brand) transparent var(--color-text-secondary);
    transition: transform 500ms ease-in-out, opacity 200ms ease-in-out;
    transform: skew(-37.5deg) rotate(5deg);
  }
  ._hp-hero .boilers h2::before {
    border-color: transparent var(--color-text-secondary) transparent var(--color-brand);
    transform: translate(5rem, -5rem) skew(-37.5deg) rotate(5deg);
    opacity: 0;
  }
  ._hp-hero .stoves h2 {
    font-family: "GT America", sans-serif;
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 2.6666666667rem;
    line-height: 3.2222222222rem;
    position: relative;
    width: 8em;
    margin: 0 auto;
  }
}
@media (min-width: 600px) and (max-width: 599.99px) {
  ._hp-hero .stoves h2 {
    font-size: 7.68vw;
    line-height: 9.28vw;
  }
}
@media (min-width: 600px) {
  ._hp-hero .stoves h2::before, ._hp-hero .stoves h2::after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--color-brand);
    position: absolute;
    top: -10px;
    left: calc(50% - 50px);
    --half-width: calc(50% - 50px);
    transition: transform 500ms ease-in-out;
    transform: translateX(-80%);
  }
  ._hp-hero .stoves h2::after {
    top: auto;
    bottom: -10px;
    background-color: var(--color-text-secondary);
    transform: translateX(80%);
  }
  ._hp-hero a.category {
    display: block;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    color: var(--color-text);
    --height: calc(100vh - var(--main-navigation-bar-height));
    --description-height: 14rem;
    height: var(--height);
    --side-offset: max(0, calc(50vw - var(--height)));
  }
  ._hp-hero a.category .description {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: var(--description-height);
    padding: 1rem 0 2rem;
    transition: transform 500ms ease-in-out;
  }
  ._hp-hero a.category .description h2 {
    text-align: center;
    margin: 1rem auto 0.5rem;
    text-wrap: balance;
  }
  ._hp-hero a.category .description p {
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--color-text-secondary);
  }
  ._hp-hero a.category .cta {
    transition: transform 500ms ease-in-out;
    text-align: center;
  }
  ._hp-hero a.category .images {
    --full-height: calc(var(--height) - var(--description-height));
    --content-height: min(var(--full-height), 40vw);
    --padding: calc((var(--full-height) - var(--content-height)));
    height: var(--content-height);
    margin: calc(var(--padding) * 0.66) 0 calc(var(--padding) * 0.33);
    box-sizing: content-box;
    position: relative;
    max-height: var(--max-images-height);
    --max-width: calc(var(--height) * 4 / 5);
    --side-offset: max(0px, calc((100% - var(--max-width)) / 2));
  }
  ._hp-hero a.category .images picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  ._hp-hero a.category .images .main {
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    width: auto;
  }
  ._hp-hero a.category .images .side {
    display: block;
    width: calc(50% - var(--side-offset));
    height: 60%;
    object-fit: contain;
    object-position: 0% 50%;
    position: absolute;
    top: 15%;
    left: var(--side-offset);
  }
  ._hp-hero a.category .images .side.right {
    left: auto;
    right: var(--side-offset);
    object-position: 100% 50%;
  }
}
@media (min-width: 600px) and (max-width: 599.99px) {
  ._hp-hero a.category .images .side {
    display: none;
  }
}
@media (min-width: 600px) {
  ._hp-hero a.category .images .main {
    transform-origin: 50% 0%;
    transition: transform 500ms ease-in-out;
  }
  ._hp-hero a.category .images .side {
    opacity: 0;
    transform-origin: 100% 50%;
    will-change: transform;
    transform: scale(0);
    transition: transform 500ms ease-in-out;
  }
  ._hp-hero a.category .images .side.right {
    transform-origin: 0% 50%;
    transform: scale(0);
  }
  ._hp-hero a.category.stoves .images video {
    position: absolute;
    top: 27%;
    left: 7%;
    width: 64%;
    z-index: 1;
  }
  ._hp-hero a.category.stoves .images .main {
    position: relative;
  }
  ._hp-hero a.category.stoves .images .main img {
    position: relative;
    z-index: 2;
    aspect-ratio: inherit;
    height: auto;
  }
  ._hp-hero a.category.stoves .images .main video {
    position: absolute;
    top: 7%;
    left: 3%;
    width: 68%;
    z-index: 1;
  }
  ._hp-hero a.category.stoves .images .side {
    aspect-ratio: 389/800;
    width: calc(25% - var(--side-offset));
    height: 30%;
  }
  ._hp-hero a.category.stoves .images .side img {
    position: relative;
    z-index: 2;
    aspect-ratio: inherit;
    height: auto;
  }
  ._hp-hero a.category.stoves .images .side.right video {
    left: 9%;
    top: 24%;
    width: 58.7%;
  }
  ._hp-hero a.category::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    top: 60%;
    left: 10%;
    right: 10%;
    bottom: 0;
    background: radial-gradient(hsla(28, 92%, 47%, 0.2) 0%, hsla(28, 92%, 47%, 0) 70%);
    opacity: 0;
    transition: opacity 500ms ease-in-out;
  }
  ._hp-hero a.category:hover.boilers h2::before {
    transform: skew(-37.5deg) rotate(5deg);
    opacity: 1;
  }
  ._hp-hero a.category:hover.boilers h2::after {
    transform: translate(-5rem, 5rem) skew(-37.5deg) rotate(5deg);
    opacity: 0;
  }
  ._hp-hero a.category:hover.stoves h2::before {
    transform: translateX(50%);
  }
  ._hp-hero a.category:hover.stoves h2::after {
    transform: translateX(-50%);
  }
  ._hp-hero a.category:hover .description,
  ._hp-hero a.category:hover .cta {
    transform: translateY(-8rem);
  }
  ._hp-hero a.category:hover .images .main {
    transform: scale(0.75);
  }
  ._hp-hero a.category:hover .images .side {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
  ._hp-hero a.category:hover::before {
    opacity: 1;
  }
}
._image-wrapper {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
  border: red;
}
._image-wrapper picture,
._image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}
._image-wrapper.square {
  aspect-ratio: 1/1;
}
._image-wrapper.contain picture,
._image-wrapper.contain img {
  object-fit: contain;
  object-position: 50% 0%;
}

._info-cards {
  position: relative;
}
._info-cards h2 {
  text-align: left;
}
._info-cards .perex {
  max-width: 80rem;
}
@media (max-width: 1099.99px) {
  ._info-cards {
    margin: 6rem 0;
    max-width: auto;
    padding: 0;
  }
  ._info-cards label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.8888888889rem;
    line-height: 1rem;
  }
}
@media (max-width: 1099.99px) and (max-width: 599.99px) {
  ._info-cards label {
    font-size: 3.602962963vw;
    line-height: 4.0533333333vw;
  }
}
@media (max-width: 1099.99px) {
  ._info-cards input {
    display: none;
  }
  ._info-cards ul {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 4rem;
    max-width: calc(var(--layout-max-width) + 6rem);
    padding: 0 6rem 1rem;
    margin-top: -7rem;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  ._info-cards ul li {
    display: block;
    flex-shrink: 0;
    scroll-snap-align: center;
    border: 1px solid var(--color-border);
    padding: 1rem;
    background-color: white;
    width: 60vw;
  }
  ._info-cards ul li p {
    font-size: 0.6666666667rem;
    line-height: 1rem;
  }
}
@media (max-width: 1099.99px) and (max-width: 599.99px) {
  ._info-cards ul li p {
    font-size: 2.8vw;
    line-height: 4.2vw;
  }
}
@media (max-width: 599.99px) {
  ._info-cards ul {
    margin-top: -1rem;
    gap: 1rem;
  }
  ._info-cards ul li {
    width: 90vw;
  }
  ._info-cards .video {
    display: none;
  }
  .swapper > ._info-cards .video:first-child {
    display: block;
  }
}
._info-cards .swapper > video,
._info-cards .swapper > img {
  display: none;
}
._info-cards:has(.f1:checked) .swapper > :nth-child(1) {
  display: block;
}
._info-cards:has(.f2:checked) .swapper > :nth-child(2) {
  display: block;
}
._info-cards:has(.f3:checked) .swapper > :nth-child(3) {
  display: block;
}
._info-cards:has(.f4:checked) .swapper > :nth-child(4) {
  display: block;
}
@media (min-width: 1100px) {
  ._info-cards {
    --nav-height: 4rem;
  }
  ._info-cards .wrapper {
    position: relative;
    margin: 1rem 0;
    padding-bottom: var(--nav-height);
  }
  ._info-cards ul {
    position: absolute;
    bottom: 0;
    left: 7%;
    width: 86%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    gap: 2rem;
    align-items: end;
    margin: 0;
  }
  ._info-cards ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    border: 1px solid;
    border-color: transparent transparent var(--color-border) transparent;
  }
  ._info-cards ul li input {
    display: none;
  }
  ._info-cards ul li .content {
    display: flex;
    flex-direction: column-reverse;
    padding: 0.5rem;
  }
  ._info-cards ul li .content > label {
    display: flex;
    align-items: end;
    justify-content: space-between;
    text-wrap: balance;
    height: var(--nav-height);
    cursor: pointer;
    font-weight: bold;
    font-size: 0.8888888889rem;
    line-height: 1rem;
    --flip: 0;
    --turn: 0;
  }
}
@media (min-width: 1100px) and (max-width: 599.99px) {
  ._info-cards ul li .content > label {
    font-size: 3.602962963vw;
    line-height: 4.0533333333vw;
  }
}
@media (min-width: 1100px) {
  ._info-cards ul li .content > label::after {
    --rotate: calc(180deg * var(--turn));
    --scale: calc(1 - var(--flip) * 2);
    display: block;
    float: right;
    content: "";
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform-origin: 50% 50%;
    transition: transform 200ms ease-in;
    transform: scaleY(var(--scale)) rotate(var(--rotate));
    width: 2rem;
    height: 2rem;
    background-image: url(../images/chevron-up.svg);
  }
  @container style(--dark-context) {
    ._info-cards ul li .content > label::after {
      background-image: url(../images/chevron-white-down.svg);
    }
  }
  ._info-cards ul li .detail {
    max-height: 0;
    overflow: hidden;
  }
  ._info-cards ul li .detail h3 {
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6666666667rem;
  }
}
@media (min-width: 1100px) and (max-width: 599.99px) {
  ._info-cards ul li .detail h3 {
    font-size: 3.98vw;
    line-height: 6.6333333333vw;
  }
}
@media (min-width: 1100px) {
  ._info-cards ul li .detail p {
    font-size: 0.6666666667rem;
    line-height: 1rem;
  }
}
@media (min-width: 1100px) and (max-width: 599.99px) {
  ._info-cards ul li .detail p {
    font-size: 2.8vw;
    line-height: 4.2vw;
  }
}
@media (min-width: 1100px) {
  ._info-cards ul li:has(input[type=radio]:checked) {
    border-color: var(--color-border);
    background-color: white;
  }
  ._info-cards ul li:has(input[type=radio]:checked) .content > label {
    --turn: 1;
    display: none;
  }
  ._info-cards ul li:has(input[type=radio]:checked) .detail {
    max-height: 30rem;
    transition: max-height 300ms;
  }
}

._info-boxes h2 {
  text-align: left;
  max-width: 25em;
  font-size: 2.6666666667rem;
  line-height: 3.2222222222rem;
}
@media (max-width: 599.99px) {
  ._info-boxes h2 {
    font-size: 7.68vw;
    line-height: 9.28vw;
  }
}
._info-boxes ul {
  display: grid;
  padding: 0;
}
@media (min-width: 600px) {
  ._info-boxes ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
._info-boxes ul li {
  display: block;
  list-style-type: none;
}
@media (min-width: 600px) {
  ._info-boxes ul li {
    padding: 1rem 2rem;
    border-right: 1px solid black;
  }
  ._info-boxes ul li:first-child {
    padding-left: 0;
  }
  ._info-boxes ul li:last-child {
    padding-right: 0;
    border-right: none;
  }
}
._info-boxes ul li h3 {
  max-width: 10em;
  font-size: 2rem;
  line-height: 2.5555555556rem;
}
@media (max-width: 599.99px) {
  ._info-boxes ul li h3 {
    font-size: 6.64vw;
    line-height: 8.4844444444vw;
  }
}
._info-boxes ul li a {
  font-weight: 700;
  color: var(--color-brand);
  text-decoration: none;
}
._info-boxes ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1099.99px) {
  ._info-boxes {
    margin: 6rem 0;
    max-width: auto;
    padding: 0;
  }
}

._innovation {
  position: relative;
  overflow: hidden;
}
._innovation .sets {
  display: grid;
}
._innovation input {
  display: none;
}
._innovation header {
  display: flex;
}
._innovation header h2 {
  flex: 2;
  margin: auto 0;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._innovation header h2 {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._innovation label {
  display: flex;
}
._innovation ul.stoves {
  transform: translateX(100vw);
}
._innovation ._link-button {
  display: block;
}
._innovation ._link-button.stoves {
  background: hsl(60, 1%, 34%);
}
._innovation:has(input:checked) ._link-button.boilers {
  background: hsl(60, 1%, 34%);
}
._innovation:has(input:checked) ._link-button.stoves {
  background: var(--color-brand);
}
._innovation:has(input:checked) ul.boilers {
  transform: translateX(-100vw);
}
._innovation:has(input:checked) ul.stoves {
  transform: translateX(0);
}
._innovation ul {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  gap: 0.5rem;
  list-style-type: none;
  padding: 0;
  transition: transform 400ms ease-in-out;
}
@media (min-width: 1100px) {
  ._innovation ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
._innovation ul li {
  display: grid;
  gap: 1rem;
  grid-template-rows: 20vh 1.5rem auto auto;
  padding: 0;
  margin: 0;
  background: linear-gradient(135deg, var(--color-surface-secondary), var(--color-surface-secondary) 90%, var(--color-surface-secondary-darken));
}
._innovation ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._innovation ul li.fill img {
  object-fit: cover;
}
._innovation ul li .patented {
  display: block;
  background-color: var(--color-brand);
  padding: 0 0.75rem;
  line-height: 1.5rem;
  height: 1.5rem;
  margin: 0 auto 0 1rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  --corner-size: $corner-size;
  clip-path: polygon(0.5rem 0, 100% 0, 100% calc(100% - 0.5rem), calc(100% - 0.5rem) 100%, 0% 100%, 0 calc(100% - 0.5rem), 0 0.5rem);
}
._innovation ul li .description {
  grid-row: 3;
  margin: 0 1rem;
}
._innovation ul li .description h3 {
  margin: 0 0 0.5rem;
}
._innovation ul li .description p {
  margin: 0;
}
._innovation ul li .small-cta {
  grid-row: 4;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: inherit;
  text-transform: uppercase;
  align-self: end;
  padding: 1rem;
}
._innovation ul li .small-cta a {
  text-decoration: none;
}

._link.arrow {
  color: var(--color-brand);
  font-weight: 700;
  text-decoration: none;
}
._link.arrow:hover {
  text-decoration: underline;
}
._link.arrow::after {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 0.9rem;
  background-image: url(../images/link-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  vertical-align: baseline;
}

._link-button-set {
  display: flex;
  gap: 1.5rem;
}

._link-button {
  display: inline-block;
  position: relative;
  user-select: none;
  padding: 1rem 1.3rem;
  border: 1px solid var(--color-brand);
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: white;
  cursor: pointer;
  background-color: var(--color-brand);
}
._link-button:hover {
  background-color: var(--color-brand-darken);
}
._link-button.secondary {
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
  background: transparent;
}
._link-button.text {
  border: none;
  color: var(--color-text-secondary);
  background: transparent;
}
._link-button.bright {
  color: hsl(60, 1%, 34%);
  background: var(--color-surface-secondary);
}
._link-button.bright:hover {
  color: hsl(0, 0%, 16%);
  background: var(--color-surface-secondary-darken);
}
._link-button.dark {
  background: hsl(60, 1%, 34%);
}
._link-button.dark:hover {
  background: hsl(0, 0%, 16%);
}

._map {
  --sidebar-width: 35rem;
  margin: 0;
  border-bottom: 1px solid var(--color-surface-secondary-darken);
  max-width: none;
  display: grid;
  grid-template-columns: auto var(--sidebar-width);
  grid-template-rows: min-content 1fr;
  overflow: hidden;
  height: calc(100vh - var(--main-navigation-bar-height));
}
._map h1 {
  display: none;
  margin-bottom: 2rem;
}
._map #boilers-map {
  width: calc(100vw - var(--sidebar-width));
  height: calc(100vh - var(--main-navigation-bar-height));
  grid-row: 1/3;
}
._map .custom-cluster {
  background-color: var(--color-brand);
  border-radius: 50%;
  border: 3px solid #fff;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4666666667);
  font-size: 16px;
  line-height: 36px;
}
._map .controls {
  background: white;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #cccbc8;
}
._map .controls span.custom-input {
  display: block;
  flex-grow: 1;
  position: relative;
}
._map .controls span.custom-input input#search {
  display: block;
  width: 100%;
  border: 1px solid rgba(230, 113, 10, 0);
  background: var(--color-surface-secondary);
  -webkit-appearance: none;
  font-size: inherit;
  padding: 1rem;
}
._map .controls span.custom-input button#locate {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-image: url(/assets/images/locate.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 3rem;
  height: calc(1.3em + 2rem);
  padding-left: 3;
  overflow: hidden;
  -webkit-appearance: none;
  z-index: 1;
}
._map .controls span.custom-input button#locate span {
  display: none;
}
._map .controls button#search-button {
  width: min-content;
  background: var(--color-brand);
  color: white;
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
  border: none;
  -webkit-appearance: none;
  padding: 1rem;
  height: calc(1.3em + 2rem);
  cursor: pointer;
  border: 1px solid var(--color-brand);
}
._map .sidebar {
  background: white;
  overflow-y: scroll;
}
._map .sidebar ul {
  display: block;
  padding: 0;
  margin: 0;
}
._map .sidebar ul li {
  padding: 1rem 1rem;
  list-style-type: none;
  border-bottom: 1px solid #cccbc8;
}
._map .sidebar ul li h3 {
  margin: 0;
}
._map .sidebar ul li p {
  margin: 0;
}
._map .sidebar ul li .contacts {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.5rem;
}
._map .sidebar ul li .contacts a.more {
  color: var(--color-brand);
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  width: min-content;
}
._map .sidebar ul li.highlighted {
  border-left: 3px solid var(--color-brand);
  background-color: var(--color-surface-secondary);
}

._models > h2, ._models > p {
  text-align: center;
}
._models ul {
  display: grid;
  padding: 0;
  margin-top: 3rem;
}
._models ul.two-col {
  align-items: start;
}
._models ul li {
  list-style: none;
}
._models ul a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
._models ul a:hover {
  background-color: var(--color-surface-secondary);
}
._models ul .content {
  padding: 1rem 0 0.5rem;
  text-align: center;
}
._models ul .content h3,
._models ul .content p {
  margin: 0.5rem 0;
}
._models ul .content h3 {
  letter-spacing: 0;
  font-family: "GT America", sans-serif;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 1.5555555556rem;
  line-height: 2.1111111111rem;
}
@media (max-width: 599.99px) {
  ._models ul .content h3 {
    font-size: 5.6207407407vw;
    line-height: 7.6281481481vw;
  }
}

._model-stats .model04,
._model-stats .model07 {
  display: none;
}
._model-stats:has(.f04:checked) .model04 {
  display: block;
}
._model-stats:has(.f07:checked) .model07 {
  display: block;
}
._model-stats .toggle-button-wrapper {
  width: min-content;
  margin: 2rem auto;
  overflow-x: auto;
}
._model-stats .stats-table {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
@media (min-width: 1100px) {
  ._model-stats .stats-table {
    flex-flow: row;
  }
}
._model-stats .stats-table .tick {
  display: inline-block;
}
._model-stats .stats-table figure {
  padding: 0;
  mix-blend-mode: darken;
}
@media (min-width: 600px) {
  ._model-stats .stats-table figure {
    min-width: 30vw;
  }
}
._model-stats .stats-table figure figcaption {
  text-align: center;
  font-weight: 700;
  padding: 1rem 0 0;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._model-stats .stats-table figure figcaption {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._model-stats .stats-table .table-wrapper {
  position: relative;
}
._model-stats .stats-table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
._model-stats .stats-table table td,
._model-stats .stats-table table th {
  border-bottom: 1px solid black;
  padding: 1rem 0.5rem;
  width: 33%;
  text-wrap: nowrap;
}
._model-stats .stats-table table th:first-child {
  text-align: left;
  color: var(--color-text-secondary);
}
._model-stats .stats-table table th:first-child .unit {
  font-weight: normal;
  text-transform: none;
}
._model-stats .stats-table table tr:first-child th {
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._model-stats .stats-table table tr:first-child th {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._model-stats .stats-table table td {
  text-align: center;
}
._model-stats .stats-table .f1,
._model-stats .stats-table .t1 {
  display: none;
}
._model-stats:has(.t1i:checked) .stats-table .f1 {
  display: block;
}
._model-stats:has(.t1i:checked) .stats-table .t1 {
  display: table;
}
._model-stats .stats-table .f2,
._model-stats .stats-table .t2 {
  display: none;
}
._model-stats:has(.t2i:checked) .stats-table .f2 {
  display: block;
}
._model-stats:has(.t2i:checked) .stats-table .t2 {
  display: table;
}
._model-stats .stats-table .f3,
._model-stats .stats-table .t3 {
  display: none;
}
._model-stats:has(.t3i:checked) .stats-table .f3 {
  display: block;
}
._model-stats:has(.t3i:checked) .stats-table .t3 {
  display: table;
}
._model-stats .stats-table .f4,
._model-stats .stats-table .t4 {
  display: none;
}
._model-stats:has(.t4i:checked) .stats-table .f4 {
  display: block;
}
._model-stats:has(.t4i:checked) .stats-table .t4 {
  display: table;
}
._model-stats .stats-table .f5,
._model-stats .stats-table .t5 {
  display: none;
}
._model-stats:has(.t5i:checked) .stats-table .f5 {
  display: block;
}
._model-stats:has(.t5i:checked) .stats-table .t5 {
  display: table;
}
._model-stats .stats-table .f6,
._model-stats .stats-table .t6 {
  display: none;
}
._model-stats:has(.t6i:checked) .stats-table .f6 {
  display: block;
}
._model-stats:has(.t6i:checked) .stats-table .t6 {
  display: table;
}
._model-stats .stats-table .f7,
._model-stats .stats-table .t7 {
  display: none;
}
._model-stats:has(.t7i:checked) .stats-table .f7 {
  display: block;
}
._model-stats:has(.t7i:checked) .stats-table .t7 {
  display: table;
}
._model-stats .stats-table .f8,
._model-stats .stats-table .t8 {
  display: none;
}
._model-stats:has(.t8i:checked) .stats-table .f8 {
  display: block;
}
._model-stats:has(.t8i:checked) .stats-table .t8 {
  display: table;
}
._model-stats .stats-table .f9,
._model-stats .stats-table .t9 {
  display: none;
}
._model-stats:has(.t9i:checked) .stats-table .f9 {
  display: block;
}
._model-stats:has(.t9i:checked) .stats-table .t9 {
  display: table;
}

._partner .hero {
  margin-top: 4rem;
}
._partner .hero h1 {
  text-align: center;
}
._partner .hero .categories {
  text-align: center;
  font-weight: 600;
}
._partner .hero .contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 4rem 0;
}
._partner .hero .contact div {
  display: flex;
  flex-flow: row;
  background: white;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.0901960784);
  align-items: center;
  padding: 1rem 2rem;
  gap: 2rem;
}
._partner .hero .contact div img {
  width: 44px;
  height: 44px;
}
._partner .hero .contact div p,
._partner .hero .contact div ul {
  margin: 0;
}
._partner .hero .contact div ul {
  padding: 0;
}
._partner .hero .contact div ul li {
  display: block;
  list-style-type: none;
}

._pictograms h2 {
  text-align: left;
}
._pictograms ul {
  display: grid;
  padding: 0;
  gap: 2rem;
}
@media (min-width: 600px) {
  ._pictograms ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
._pictograms ul li {
  display: block;
  list-style-type: none;
}
._pictograms ul li h3 {
  margin-bottom: 0;
}
._pictograms ul li p {
  margin-top: 0.5rem;
}
._pictograms ul li picture,
._pictograms ul li img {
  height: 4rem;
  width: auto;
}

._product-line {
  margin: 0;
  padding: 0;
}
._product-line .box {
  display: block;
  list-style: none;
  aspect-ratio: 1/1;
  text-decoration: none;
  text-align: center;
}
._product-line .box .content-wrapper {
  pointer-events: none;
}
._product-line .box:hover ._link-button {
  background-color: var(--color-brand-darken);
}
._product-line .box .content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.6), transparent 40%, transparent 60%, hsla(0, 0%, 0%, 0.6));
}
._product-line .box .content p:first-child {
  font-size: 2rem;
  line-height: 2.5555555556rem;
}
@media (max-width: 599.99px) {
  ._product-line .box .content p:first-child {
    font-size: 6.64vw;
    line-height: 8.4844444444vw;
  }
}
._product-line .box .content p {
  margin: 0;
}
._product-line .box .content p:nth-child(2) {
  flex-grow: 2;
}

._products h2,
._products .perex {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
._products ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 2rem auto;
  width: fit-content;
  gap: 1rem;
}
._products ul li {
  display: block;
  padding: 1.5rem 3rem 2rem;
  background: var(--color-surface-secondary);
  text-align: center;
}
._products ul li h3 {
  margin: 0.5rem 0;
}
._products ul li .claim {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 15rem;
  margin-bottom: 0.5rem;
}
._products ul li .tagline {
  font-weight: 700;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  margin: 1rem 0 0.5rem;
  max-width: 12rem;
  text-wrap: balance;
  font-size: 0.7777777778rem;
  line-height: 0.8888888889rem;
}
@media (max-width: 599.99px) {
  ._products ul li .tagline {
    font-size: 3.2096296296vw;
    line-height: 3.6681481481vw;
  }
}
._products ul li a {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  text-decoration: none;
}
._products ul li picture,
._products ul li img {
  width: 100%;
  max-width: 12rem;
  height: auto;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-in-out;
}
._products ul li:hover img {
  transform: scale(1.1);
}

._projects.preview h1 {
  margin-bottom: 4rem;
}
._projects.preview > ._layout > ul {
  display: grid;
  padding: 0;
  gap: 2rem;
  margin: 0;
}
._projects.preview > ._layout > ul > li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
._projects.preview > ._layout > ul > li h2 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._projects.preview > ._layout > ul > li h2 {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._projects.preview > ._layout > ul > li p {
  margin-top: 0;
}
._projects.preview > ._layout > ul > li a {
  text-decoration: none;
}
._projects.preview > ._layout > ul > li a .pseudo-link {
  font-weight: bold;
  color: var(--color-brand);
}
._projects.preview > ._layout > ul > li a:hover .pseudo-link {
  text-decoration: underline;
}
._projects.preview > ._layout > ul > li .cutoff > * {
  display: none;
}
._projects.preview > ._layout > ul > li .cutoff p:first-child {
  display: block;
  height: 2rem;
  max-width: 40rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._projects.detail h1 {
  margin-bottom: 4rem;
}
._projects.detail .logo-link {
  background: white;
  padding: 1rem;
  display: flex;
  flex-flow: row;
  gap: 2rem;
  margin: 2rem 0;
  width: fit-content;
}
._projects.detail .logo-link img {
  width: auto;
  height: 6rem;
}
._projects.detail .logo-link p {
  margin: 0;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._projects.detail .logo-link p {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._projects.detail .logo-link img {
  display: block;
}

._reasons h1 {
  text-align: center;
}
._reasons .perex {
  margin: 2rem auto;
}
._reasons .content {
  display: grid;
  gap: 0.5rem;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 1100px) {
  ._reasons .content {
    grid-template-columns: repeat(4, 1fr);
  }
}
._reasons .content li {
  background-color: var(--color-surface-secondary);
  padding: 0;
  margin: 0;
}
@media (max-width: 1099.99px) {
  ._reasons .content li {
    display: flex;
    flex-direction: row-reverse;
  }
  ._reasons .content li .description {
    padding: 1rem 0 1rem 1rem;
    width: 50vw;
  }
  ._reasons .content li picture {
    position: relative;
    max-width: 50vw;
    max-height: 100%;
  }
  ._reasons .content li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  ._reasons .content li picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right, var(--color-surface-secondary), var(--color-surface-secondary-transparent) 40%, var(--color-surface-secondary-transparent));
  }
}
@media (min-width: 1100px) {
  ._reasons .content li:nth-child(1) {
    grid-row: 1;
    grid-column: 1/3;
    position: relative;
  }
  ._reasons .content li:nth-child(1) .description {
    position: relative;
    width: 73%;
    height: 100%;
    margin-top: auto;
    padding: 1rem 20% 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(to right, var(--color-surface-secondary), var(--color-surface-secondary) 80%, var(--color-surface-secondary-transparent) 100%);
  }
  ._reasons .content li:nth-child(1) picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40%;
    height: 100%;
    z-index: 0;
  }
  ._reasons .content li:nth-child(1) picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  ._reasons .content li:nth-child(2) {
    grid-row: 1/3;
    grid-column: 3;
    display: flex;
    flex-direction: column;
  }
  ._reasons .content li:nth-child(2) .description {
    margin-top: auto;
    padding: 1rem;
  }
  ._reasons .content li:nth-child(2) picture {
    display: block;
    flex-grow: 2;
  }
  ._reasons .content li:nth-child(2) picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  ._reasons .content li:nth-child(3),
  ._reasons .content li:nth-child(4) {
    display: flex;
    flex-direction: column-reverse;
  }
  ._reasons .content li:nth-child(3) .description,
  ._reasons .content li:nth-child(4) .description {
    margin-top: auto;
    padding: 1rem 1rem 0;
  }
  ._reasons .content li:nth-child(3) picture,
  ._reasons .content li:nth-child(4) picture {
    position: relative;
    flex-grow: 2;
  }
  ._reasons .content li:nth-child(3) picture img,
  ._reasons .content li:nth-child(4) picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  ._reasons .content li:nth-child(3) picture::after,
  ._reasons .content li:nth-child(4) picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, var(--color-surface-secondary), var(--color-surface-secondary-transparent) 30%, var(--color-surface-secondary-transparent));
  }
  ._reasons .content li:nth-child(5),
  ._reasons .content li:nth-child(6) {
    display: flex;
    flex-direction: column;
  }
  ._reasons .content li:nth-child(5) .description,
  ._reasons .content li:nth-child(6) .description {
    margin-top: auto;
    padding: 0rem 1rem 1rem;
  }
  ._reasons .content li:nth-child(5) picture,
  ._reasons .content li:nth-child(6) picture {
    position: relative;
    flex-grow: 2;
  }
  ._reasons .content li:nth-child(5) picture img,
  ._reasons .content li:nth-child(6) picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  ._reasons .content li:nth-child(5) picture::after,
  ._reasons .content li:nth-child(6) picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, var(--color-surface-secondary-transparent), var(--color-surface-secondary-transparent) 50%, var(--color-surface-secondary) 99%);
  }
}
._reasons .content h3 {
  margin: 0 0 0.5rem;
}
._reasons .content p {
  margin: 0;
}

._reference-detail .header {
  margin: 0;
  max-width: none;
  padding: 2rem calc((100vw - var(--layout-max-width)) / 2);
  background-image: linear-gradient(to bottom, rgba(241, 240, 236, 0.93) 67.97%, #f1f0ec 98%), url(/assets/images/forest.jpg);
  background-size: cover;
  background-position: 50% 0%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
._reference-detail .partner-box {
  background: white;
  max-width: 30rem;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
}
._reference-detail .partner-box > div {
  padding: 1.5rem;
}
._reference-detail .partner-box .head {
  border-bottom: 1px solid #cccbc8;
}
._reference-detail .partner-box h2 {
  margin: 0;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._reference-detail .partner-box h2 {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._reference-detail .partner-box h2 + p {
  margin: 0;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._reference-detail .partner-box h2 + p {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._reference-detail .partner-box .detail {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
._reference-detail .partner-box .detail .actions {
  display: flex;
  flex-flow: row;
  gap: 1px;
}
._reference-detail .partner-box .detail .actions a {
  display: block;
  flex-grow: 1;
  text-align: center;
}
._reference-detail .partner-box .detail > div {
  position: relative;
  padding-left: 2.3rem;
  margin: 0;
}
._reference-detail .partner-box .detail > div img {
  position: absolute;
  top: 0.1rem;
  left: 0;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
._reference-detail .partner-box .detail > div p {
  margin: 0;
}
._reference-detail .partner-box .detail > div ul {
  display: block;
  margin: 0;
  padding: 0;
}
._reference-detail .partner-box .detail > div ul li {
  list-style-type: none;
}
._reference-detail .partner-box .detail > div a {
  color: var(--color-brand);
}
._reference-detail .description {
  margin-top: 4rem;
  padding: var(--pad-narrow-content);
}
._reference-detail .description h2 {
  margin-top: 6rem;
  text-align: left;
}
._reference-detail .location {
  background-image: url(/assets/images/location-2.svg);
  background-size: 1.25rem;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._reference-detail .location {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}

._references-index h1 {
  text-align: center;
  margin: 2rem 0 4rem;
}
._references-index .filterable {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1rem;
}
._references-index .filterable .filters {
  background: white;
  padding: 1rem;
  height: min-content;
}
._references-index .filterable .filters h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 599.99px) {
  ._references-index .filterable .filters h2 {
    font-size: 3.98vw;
    line-height: 6.6333333333vw;
  }
}
._references-index .filterable .filters ul {
  margin: 0 0 1rem;
  padding: 0;
}
._references-index .filterable .filters ul li {
  list-style-type: none;
  margin: 0.25rem 0;
  white-space: nowrap;
}
._references-index .filterable .filters ul li label {
  cursor: pointer;
}
._references-index .filterable:has(input[type=checkbox]:checked) ul.results li {
  display: none;
}
._references-index .filterable ul.results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: 1rem;
  margin: 0;
  padding: 0;
}
._references-index .filterable ul.results li {
  list-style-type: none;
  background: var(--color-surface-secondary);
}
._references-index .filterable ul.results li a {
  display: flex;
  flex-flow: column;
  text-decoration: none;
  height: 100%;
}
._references-index .filterable ul.results li .about {
  padding: 0.75rem 1rem 0;
  flex-grow: 1;
}
._references-index .filterable ul.results li .about h3 {
  font-weight: 600;
  margin: 0 0 0.25rem;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._references-index .filterable ul.results li .about h3 {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._references-index .filterable ul.results li .about .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
._references-index .filterable ul.results li .about .location {
  background-image: url(/assets/images/location-2.svg);
  background-size: 1.25rem;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  margin: 0 0 0.5rem -0.2rem;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._references-index .filterable ul.results li .about .location {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._references-index .filterable ul.results li .link {
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: bold;
  color: var(--color-brand);
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._references-index .filterable ul.results li .link {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._references-index .filterable ul.results li .image-wrapper {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
  width: 100%;
}
._references-index .filterable ul.results li .image-wrapper img,
._references-index .filterable ul.results li .image-wrapper picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

._references {
  max-width: none;
  padding: 6rem 0 6rem calc((100vw - var(--layout-max-width)) / 2);
  background: var(--color-surface-secondary);
  display: grid;
  grid-template-columns: 20em 1fr;
}
._references ul {
  display: flex;
  overflow: hidden;
  gap: 0.5rem;
  margin: 0;
}
._references ul li {
  background-color: white;
  background-image: url("/assets/images/quote.svg");
  background-position: 0.5rem 0.5rem;
  background-repeat: no-repeat;
  display: block;
  height: min-content;
  width: 15rem;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 599.99px) {
  ._references ul li {
    font-size: 3.98vw;
    line-height: 6.6333333333vw;
  }
}
._references ul li a {
  text-decoration: none;
}
._references ul li a .description {
  width: 15rem;
  padding: 1rem;
}
._references ul li a .title {
  display: flex;
  padding: 0 1rem 1rem;
  flex-flow: row;
  gap: 1rem;
  align-items: center;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._references ul li a .title {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._references ul li a .title p {
  font-weight: bold;
  margin: 0;
}
._references ul li a .title .image-wrapper {
  display: block;
  height: 3rem;
  width: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
._references ul li a .title .image-wrapper img,
._references ul li a .title .image-wrapper picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

._references-alt {
  max-width: none;
  padding: 0 0 0 calc((100vw - var(--layout-max-width)) / 2);
  display: grid;
  grid-template-columns: 20em 1fr;
}
._references-alt ul {
  display: flex;
  overflow: hidden;
  gap: 0.5rem;
  margin: 0;
}
._references-alt ul li {
  list-style-type: none;
  background: var(--color-surface-secondary);
  width: 20rem;
  flex-shrink: 0;
}
._references-alt ul li a {
  display: flex;
  flex-flow: column;
  text-decoration: none;
  height: 100%;
}
._references-alt ul li .about {
  padding: 0.75rem 1rem 0;
  flex-grow: 1;
}
._references-alt ul li .about h3 {
  font-weight: 600;
  margin: 0 0 0.25rem;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._references-alt ul li .about h3 {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._references-alt ul li .about .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
._references-alt ul li .about .location {
  background-image: url(/assets/images/location-2.svg);
  background-size: 1.25rem;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  margin: 0 0 0.5rem -0.2rem;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._references-alt ul li .about .location {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._references-alt ul li .link {
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: bold;
  color: var(--color-brand);
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (max-width: 599.99px) {
  ._references-alt ul li .link {
    font-size: 3.602962963vw;
    line-height: 6.3051851852vw;
  }
}
._references-alt ul li .image-wrapper {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
  width: 100%;
}
._references-alt ul li .image-wrapper img,
._references-alt ul li .image-wrapper picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

._regulation {
  background-color: black;
  --text-color: white;
  --heading-color: white;
  --dark-context: 1;
  --color-text-secondary: #ccc;
  max-width: none;
  padding: 5rem 6rem;
  max-width: calc(var(--layout-max-width) + 6rem);
  margin: 0 auto;
}
@media (max-width: 599.99px) {
  ._regulation {
    padding: 2rem 1rem;
  }
}
._regulation {
  max-width: none;
  margin: 0;
  padding: 0;
}
._regulation > div {
  min-height: var(--height);
  padding: 5rem 6rem;
  max-width: calc(var(--layout-max-width) + 6rem);
  margin: 0 auto;
}
._regulation ._flame .product {
  --width: 20vw;
}
@media (max-width: 599.99px) {
  ._regulation ._flame .product {
    margin-top: 1rem;
    --width: 50vw;
  }
}

._save {
  background-color: black;
  --text-color: white;
  --heading-color: white;
  --dark-context: 1;
  --color-text-secondary: #ccc;
  max-width: none;
  padding: 5rem 6rem;
  max-width: calc(var(--layout-max-width) + 6rem);
  margin: 0 auto;
}
@media (max-width: 599.99px) {
  ._save {
    padding: 2rem 1rem;
  }
}
._save {
  max-width: none;
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at 50% 80%, #974914 25%, black);
}
._save > div {
  min-height: var(--height);
  padding: 4rem 6rem;
  max-width: calc(var(--layout-max-width) + 6rem);
  margin: 0 auto;
}

._show {
  position: relative;
  overflow: clip;
  --content-height: 100vh;
  --topOffset: calc((100vh - var(--content-height)) / 2);
  --video-width: min(calc(18 / 9 * 100vh), 100vw);
  --video-height: min(calc(3 / 2 * 100vw), 100vh);
  --video-top: calc((100vh - var(--video-height)) / 2);
  --content-width: min(100vw, calc(var(--video-height)));
  height: 200vh;
}
._show:has(.step-3) {
  height: 350vh;
}
._show:has(.step-4) {
  height: 400vh;
}
._show:has(.step-5) {
  height: 450vh;
}
._show:has(.step-6) {
  height: 500vh;
}
._show:has(.step-7) {
  height: 550vh;
}
._show:has(.step-8) {
  height: 600vh;
}
._show:has(.step-9) {
  height: 650vh;
}
._show:has(.step-10) {
  height: 700vh;
}
._show .dev-info {
  display: none;
}
._show.dev-mode .dev-info {
  display: block;
  z-index: 1;
  position: fixed;
  top: 10px;
  right: 10px;
}
._show .step {
  --h: calc(var(--video-height) / 100);
  --w: calc(var(--content-width) / 100);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
._show .step .step-inner {
  position: sticky;
  top: var(--topOffset);
  left: calc(50vw - var(--content-width) / 2);
  width: var(--content-width);
  height: var(--content-height);
}
._show .step.visible {
  display: block;
}
._show .step.wide {
  --width: min(80vw, 60rem);
  width: var(--width);
  left: calc(50vw - var(--width) / 2);
}
._show .progress-indicator {
  position: absolute;
  height: 100%;
  width: 2rem;
  top: 0;
}
._show .progress-indicator ul {
  position: sticky;
  top: 0;
  height: var(--content-height);
  padding-left: 2rem;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding-left: 2rem;
}
._show .progress-indicator ul li {
  list-style-type: none;
  border: 2px solid var(--color-brand);
  background: var(--color-bg);
  min-height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  transition: min-height 0.3s ease-in-out;
}
._show[data-target-step="0"] .progress-indicator ul li:nth-child(0) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(0) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(0)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-0-progress);
}
._show[data-target-step="1"] .progress-indicator ul li:nth-child(1) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(1) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(1)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-1-progress);
}
._show[data-target-step="2"] .progress-indicator ul li:nth-child(2) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(2) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(2)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-2-progress);
}
._show[data-target-step="3"] .progress-indicator ul li:nth-child(3) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(3) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(3)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-3-progress);
}
._show[data-target-step="4"] .progress-indicator ul li:nth-child(4) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(4) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(4)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-4-progress);
}
._show[data-target-step="5"] .progress-indicator ul li:nth-child(5) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(5) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(5)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-5-progress);
}
._show[data-target-step="6"] .progress-indicator ul li:nth-child(6) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(6) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(6)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-6-progress);
}
._show[data-target-step="7"] .progress-indicator ul li:nth-child(7) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(7) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(7)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-7-progress);
}
._show[data-target-step="8"] .progress-indicator ul li:nth-child(8) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(8) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(8)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-8-progress);
}
._show[data-target-step="9"] .progress-indicator ul li:nth-child(9) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(9) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(9)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-9-progress);
}
._show[data-target-step="10"] .progress-indicator ul li:nth-child(10) {
  min-height: 2rem;
}
._show .progress-indicator ul li:nth-child(10) {
  position: relative;
  overflow: hidden;
}
._show .progress-indicator ul li:nth-child(10)::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  background: var(--color-brand);
  width: 1rem;
  height: var(--stop-10-progress);
}
._show .video-wrapper {
  position: sticky;
  top: 0;
  width: var(--video-width);
  height: var(--video-height);
  margin: 0 auto;
}
._show .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

._kotel .step-inner.one {
  font-size: calc(var(--h) * 2.3);
}
._kotel .step-inner.one p {
  padding-top: calc(var(--h) * 18);
  max-width: 15em;
  font-size: 200%;
  white-space: balance;
  line-height: 1.2;
  max-width: 10em;
}
._kotel .step-inner.one {
  opacity: calc(var(--cover) * var(--cover));
  transform: translateX(calc(var(--leaving) * -100vw));
}

._kotel .step-inner.two {
  text-align: center;
  width: 100%;
  font-size: calc(2 * var(--h));
}
._kotel .step-inner.two p {
  padding-top: 2.5rem;
  color: white;
  font-size: 200%;
}
._kotel .step-inner.two {
  opacity: calc(var(--cover) * var(--cover));
}

._kotel .step-inner.two small {
  opacity: calc(var(--cover) * var(--cover));
}

._kotel .step-inner.three {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr 2fr;
  margin: 0 auto;
  width: calc(100 * var(--h));
  left: calc(50vw - 100 * var(--h) / 2);
  font-size: calc(2.5 * var(--h));
}
._kotel .step-inner.three p {
  padding-top: calc(30 * var(--h));
  font-size: 200%;
  font-weight: bold;
}
._kotel .step-inner.three {
  transform: translateY(calc(var(--entering) * -100vw));
}

._kotel .step-inner.three p {
  flex-grow: 2;
  text-align: center;
  margin: 0;
}

._kotel .step-inner.four {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr 2fr;
  font-size: calc(2.5 * var(--h));
  margin: 0 auto;
  width: calc(100 * var(--h));
  left: calc(50vw - 100 * var(--h) / 2);
}
._kotel .step-inner.four p {
  padding-top: calc(10 * var(--h));
  font-size: 200%;
}
._kotel .step-inner.four {
  opacity: calc(var(--cover) * var(--cover));
}

._kotel .step-inner.four p {
  flex-grow: 2;
  text-align: center;
  margin: 0;
}

._kotel .step-inner.five p {
  padding-top: calc(var(--video-top) + 20vh);
  font-size: calc(4 * var(--h));
  max-width: 15em;
  line-height: 1.2;
  white-space: balance;
}
._kotel .step-inner.five {
  /* transform: translateX(calc(var(--cover) * 10vw)); */
  opacity: calc(var(--cover) * var(--cover));
  /* transform: translateY(calc(-50vh * (1 - var(--cover) * var(--cover)))); */
}

._standalone-title.align-left > h2,
._standalone-title.align-left p {
  text-align: left;
}
._standalone-title.align-center > h2,
._standalone-title.align-center p {
  text-align: center;
}
._standalone-title.align-center .perex {
  max-width: 60rem;
  margin: 2rem auto;
}
._standalone-title.align-right > h2,
._standalone-title.align-right p {
  text-align: right;
}

._sticky-nav {
  background: var(--color-surface-secondary);
  position: sticky;
  top: 0;
  z-index: 99;
  display: none;
}
._sticky-nav:has(ul > li:nth-child(3)) {
  display: block;
}
._sticky-nav ul {
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  padding: 0rem 6rem;
  max-width: calc(var(--layout-max-width) + 6rem);
}
._sticky-nav ul li {
  list-style: none;
}
._sticky-nav ul li.hidden {
  display: none;
}
._sticky-nav ul li:has(._link-button) {
  margin-left: auto;
}
._sticky-nav ul li:has([href="#ask"]) {
  margin-left: auto;
}
._sticky-nav ul li:has([href="#ask"]) a {
  border: 1px solid var(--color-brand);
  padding: 1.75rem 2rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: white;
  cursor: pointer;
  background-color: var(--color-brand);
}
._sticky-nav ul li a {
  display: block;
  font-weight: 700;
  color: var(--color-text-secondary);
  text-decoration: none;
  padding: 1.75rem 0;
}
._sticky-nav ul li a:hover {
  text-decoration: underline;
}
._sticky-nav ul li a._link-button {
  color: white;
  padding: 0.75rem 1rem;
}
._sticky-nav ul li a.active {
  color: var(--color-brand);
}
@media (max-width: 599.99px) {
  ._sticky-nav ul {
    padding: 0.75rem 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  ._sticky-nav ul li {
    display: none;
  }
  ._sticky-nav ul li:has(a.active), ._sticky-nav ul li:last-child {
    display: block;
  }
  ._sticky-nav ul li a {
    padding: 0.25rem;
  }
  ._sticky-nav ul li a._link-button {
    padding: 0.25rem 1rem;
    vertical-align: bottom;
  }
}

._stylized-checkbox {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 1em;
  height: 1em;
  background-image: url(/assets/images/box-unchecked.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
._stylized-checkbox:has(input:checked) {
  background-image: url(/assets/images/box-checked.svg);
}
._stylized-checkbox input {
  display: none;
}

._tags {
  display: flex;
  flex-flow: row;
  padding: 0;
  margin: 0.5rem 0;
  gap: 0.5rem;
}
._tags li:has(a) {
  list-style-type: none;
}
._tags li:has(a) a {
  display: block;
  padding: 0.25rem 0.5rem;
  background: var(--color-surface-secondary);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  font-size: 0.6666666667rem;
  line-height: 1rem;
}
@media (max-width: 599.99px) {
  ._tags li:has(a) a {
    font-size: 2.8vw;
    line-height: 4.2vw;
  }
}
._tags li:has(a) a.highlighted {
  background-color: var(--color-brand);
}
._tags li:not(:has(a)) {
  list-style-type: none;
  display: block;
  padding: 0.25rem 0.5rem;
  color: white;
  background: var(--color-text-secondary);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  font-size: 0.6666666667rem;
  line-height: 1rem;
}
@media (max-width: 599.99px) {
  ._tags li:not(:has(a)) {
    font-size: 2.8vw;
    line-height: 4.2vw;
  }
}
._tags li:not(:has(a)).highlighted {
  background-color: var(--color-brand);
}

._toggle-button {
  display: flex;
  border: 1px solid var(--color-brand);
  padding: 1px;
  width: min-content;
  white-space: nowrap;
  position: relative;
  --translate: 0px;
  --scale: 100%;
  cursor: pointer;
}
._toggle-button input {
  display: none;
}
._toggle-button label {
  padding: 1rem 1.5rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: var(--color-brand);
  cursor: pointer;
  position: relative;
  z-index: 1;
}
._toggle-button label:has(input:checked) {
  color: white;
  background: var(--color-brand);
  text-decoration: underline;
}
._toggle-button.no-underline label:has(input:checked) {
  text-decoration: none;
}
._toggle-button.animated::before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--color-brand);
  transform: translateX(var(--translate)) scaleX(var(--scale));
  transform-origin: 0 0;
  transition: transform 200ms ease-in-out;
}
._toggle-button.animated label:has(input:checked) {
  background: transparent;
}

._video-and-text {
  display: grid;
  gap: 2rem;
}
@media (min-width: 600px) {
  ._video-and-text {
    grid-template-columns: 1fr 1fr;
  }
  ._video-and-text.video-right .visual {
    grid-row: 1;
    grid-column: 2;
  }
  ._video-and-text.video-right .text {
    grid-row: 1;
    grid-column: 1;
  }
}
._video-and-text .subtitle {
  font-weight: bold;
  color: var(--color-text-secondary);
}
._video-and-text .text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
._video-and-text .video {
  max-width: 100%;
}

._video-bg {
  position: relative;
  background-color: black;
  --text-color: white;
  --heading-color: white;
  --dark-context: 1;
  --color-text-secondary: #ccc;
}
._video-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
._video-bg .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._video-bg .content-wrapper {
  position: relative;
  height: 100%;
}
._video-bg .content-wrapper .content {
  height: 100%;
}
._video-bg.zoomed-in .bg video {
  margin-left: -15%;
  margin-top: -10%;
  width: 130%;
  height: 130%;
}

._video-carousel {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-right: 0;
  max-width: none;
  margin-left: calc((100vw - var(--layout-max-width)) / 2);
}
._video-carousel h2 {
  margin: 4rem 0 1rem;
  text-align: left;
}
._video-carousel .perex {
  max-width: 80rem;
}
._video-carousel .next-wrapper {
  position: relative;
}
._video-carousel .next {
  display: block;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background: url(/assets/images/next.svg);
  position: absolute;
  top: calc(12.5rem - 32px);
  left: 39.5rem;
  z-index: 1;
}
._video-carousel.scrolled-to-end .next {
  display: none;
}
._video-carousel ul {
  padding: 0;
  display: flex;
  gap: 2rem;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  padding-right: 80vw;
  /* For browsers that support `scrollbar-*` properties */
}
@supports (scrollbar-color: auto) {
  ._video-carousel ul {
    scrollbar-color: var(--color-surface-primary) var(--color-brand);
  }
}
._video-carousel ul {
  /* Otherwise, use `::-webkit-scrollbar-*` pseudo-elements */
}
@supports selector(::-webkit-scrollbar) {
  ._video-carousel ul::-webkit-scrollbar {
    height: 3px;
    background: var(--color-surface-primary);
  }
  ._video-carousel ul::-webkit-scrollbar-thumb {
    height: 3px;
    background: var(--color-brand);
  }
}
._video-carousel ul li {
  display: block;
  list-style-type: none;
  scroll-snap-align: start;
}
._video-carousel ul li h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.2222222222rem;
  line-height: 2rem;
}
@media (max-width: 599.99px) {
  ._video-carousel ul li h3 {
    font-size: 4.6851851852vw;
    line-height: 7.6666666667vw;
  }
}
._video-carousel ul li .video-wrapper {
  position: relative;
  height: 25rem;
  aspect-ratio: 16/9;
  opacity: 0.3;
  transition: opacity 0.3s;
}
._video-carousel ul li .video-wrapper label {
  cursor: pointer;
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  left: 16px;
  background-image: url(/assets/images/pause.svg);
  background-size: cover;
  z-index: 1;
}
._video-carousel ul li .video-wrapper label span {
  display: none;
}
._video-carousel ul li .video-wrapper:has(input[type=checkbox]:checked) label, ._video-carousel ul li .video-wrapper.paused label {
  background-image: url(/assets/images/play.svg);
}
._video-carousel ul li .video-wrapper video,
._video-carousel ul li .video-wrapper picture,
._video-carousel ul li .video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
._video-carousel ul li:has(input[type=radio]:checked) .text-content {
  opacity: 1;
}
._video-carousel ul li:has(input[type=radio]:checked) .video-wrapper {
  opacity: 1;
}
._video-carousel ul li:has(input[type=radio]:checked) .video-wrapper label {
  display: block;
}
._video-carousel ul li input {
  display: none;
}
._video-carousel ul li .text-content {
  opacity: 0.3;
  transition: opacity 0.3s;
  padding-bottom: 1rem;
}

._video-grid h2 {
  text-align: left;
}
._video-grid ul {
  display: grid;
  gap: 2rem;
  padding: 0;
}
@media (min-width: 600px) {
  ._video-grid ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
._video-grid ul li {
  display: block;
  list-style-type: none;
}
._video-grid ul li h3 {
  margin: 1rem 0 0.75rem;
}

._vs-common .table-wrapper {
  max-height: 20vw;
  transition: max-height 0.5s ease-in;
  mask-image: linear-gradient(to bottom, #000 50%, rgba(0, 0, 0, 0));
}
._vs-common table {
  margin: 2rem auto;
  border-spacing: 0;
}
._vs-common table img {
  display: inline-block;
}
._vs-common table thead {
  padding-bottom: 0.5rem;
}
._vs-common table thead th,
._vs-common table thead td {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
._vs-common table tbody tr:first-child td,
._vs-common table tbody tr:first-child th {
  border-top: 1rem solid var(--color-bg);
}
._vs-common table tr th:last-child,
._vs-common table tr td:last-child {
  background: var(--color-surface-primary);
}
._vs-common table th,
._vs-common table td {
  padding: 1rem;
}
._vs-common table th:first-child {
  font-weight: normal;
  padding-left: 0;
}
._vs-common table td {
  text-align: center;
}
._vs-common table th {
  text-align: left;
  max-width: 25em;
  text-wrap: balance;
}
._vs-common table p {
  margin: 0;
}
._vs-common input {
  display: none;
}
._vs-common label {
  display: block;
  text-align: center;
}
._vs-common:has(input:checked) .table-wrapper {
  max-height: 500vh;
  mask-image: none;
}
._vs-common:has(input:checked) label {
  display: none;
}