/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "KBH";
  src: url(/assets/KBH-Regular-ccb02001ac6349a4a158b85afc943db81d94f9cb98bd80fe8d45f74675ebd1cc.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "KBH";
  src: url(/assets/KBH-Bold-91f5f24c147ef5635171cbab2a45cfbb995324eb200f3e7fd3b8b09ae52ea2ae.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "KBH";
  src: url(/assets/KBH-Black-6d9be1ef83b5b505e139f6ff230977efe07e2ef7e46e8266b2d61c8ae8e37ead.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "KBH";
  src: url(/assets/KBH-Demibold-f753f8da07f67fe7af35fd54776407a42e04e35a519a8383bdc6f4e1881d0274.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "KBHTXT";
  src: url(/assets/KBHTekst-99094b4fe5dc780845eaa7101b75049e6a73b5532875b5a6a2344ac4757bba23.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "KBHTXT";
  src: url(/assets/KBHTekst-Italic-18732117c0dcca15a425d81b07de6e2e8d117d6542bb630923608cd87a691199.otf) format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "KBHTXT";
  src: url(/assets/KBHTekst-Bold-1c66804a7c0bdbd541afafb5c93a0b24c9dc1b6efaf896d149003f96588ec830.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
:root {
  font: 10px/1.3 KBHTXT, sans-serif;
  --black: #2D2D2D;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  text-align: center;
  background: #FFF;
  color: #2D2D2D;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
  offset-anchor: 0 100px;
}

#skip-to-content-link {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1;
  background: black;
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 2px;
  left: 70px;
  top: 34px;
  font-weight: 400;
  z-index: 1001;
}
#skip-to-content-link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}
@media (min-width: 769px) {
  #skip-to-content-link {
    left: 85px;
  }
}

header {
  height: 98px;
  position: relative;
  max-width: 100%;
}
header .logo, header .logo svg {
  width: 32px;
  height: 42px;
}
header > div {
  position: absolute;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  padding: 28px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > div a.s, header > div a.m {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header > div a.s:focus::after, header > div a.m:focus::after {
  text-transform: uppercase;
  outline: none;
  font-size: 1.4rem;
  position: absolute;
  bottom: -20px;
  font-weight: 400;
  left: 14px;
  transform: translateX(-50%);
  text-align: center;
  content: attr(data-label);
}
@media (min-width: 769px) {
  header > div {
    padding: 28px 38px;
    display: grid;
    grid-template-columns: 1fr 180px 88px 28px;
    grid-gap: 0px 0px;
  }
}
header a {
  color: #2d2d2d;
  text-decoration: none;
}
header ul.l {
  font: 700 2rem/1 KBH, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 1px;
}
header ul.l a {
  display: inline;
  text-decoration: none;
}
header ul.l li + li::before {
  content: "/";
  margin: 0 0.3em;
}
header svg {
  fill: #2d2d2d;
}
header .s svg {
  width: 20px;
  height: 20px;
}
header .m {
  width: 28px;
  height: 28px;
}
header .m svg {
  width: 28px;
  height: 28px;
}
header .m svg path:nth-child(2) {
  display: none;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header #search {
  z-index: 99;
}
header #search form {
  margin: 0 auto;
  text-align: left;
  max-width: 600px;
}
header #search form label {
  font: 700 2.4rem/1.2 KBHTXT, sans-serif;
}
header #search form input[type=text] {
  font: 3.2rem/1.2 KBHTXT, sans-serif;
  border: none;
  outline: none;
  margin: 8px 0 0 0;
  display: block;
}
header nav, header #search {
  position: absolute;
  right: 0;
  left: 0;
  background: white;
  padding: 110px 28px 60px 28px;
  display: none;
}
@media (min-width: 500px) {
  header nav, header #search {
    display: block;
    transition: transform 360ms ease;
    transform: translateY(-100%);
  }
}
@media (min-width: 769px) {
  header nav, header #search {
    padding: 90px 38px 60px 38px;
  }
}
header nav {
  color: #4C7D5C;
  z-index: 100;
}
header nav a {
  color: #4C7D5C;
}
header nav a.current {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
header nav > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 70px;
  text-align: left;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  /* Social */
}
@media (min-width: 769px) {
  header nav > div {
    grid-template-columns: 1fr 1fr 1fr;
  }
  header nav > div .menu {
    grid-column: 1/span 3;
  }
  header nav > div .social {
    grid-row: 2;
    grid-column: 3;
  }
}
header nav > div .menu, header nav > div .menu--small {
  letter-spacing: 0.01em;
}
header nav > div .menu a, header nav > div .menu--small a {
  text-transform: uppercase;
}
header nav > div .menu {
  font: 900 2.3rem/1.2 KBH, sans-serif;
}
header nav > div .menu li + li {
  margin-top: 17px;
}
@media (min-width: 769px) {
  header nav > div .menu {
    font-size: 2.8rem;
  }
}
header nav > div .menu--small {
  font: 700 2.1rem/1.2 KBH, sans-serif;
}
header nav > div .menu--small li + li {
  margin-top: 20px;
}
@media (max-width: 768px) {
  header nav > div .menu--small + .menu--small {
    margin-top: -40px;
  }
}
header nav > div .info {
  font: 1.6rem/1.222222 KBHTXT, sans-serif;
}
@media (min-width: 375px) {
  header nav > div .info {
    font-size: 1.8rem;
  }
}
header nav > div .info h1, header nav > div .info h4 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
header nav > div .info h1 + *, header nav > div .info h4 + * {
  margin-top: 18px;
}
@media (max-width: 768px) {
  header nav > div .info + .info {
    margin-top: -10px;
  }
}
header.open-s #search {
  display: block;
}
@media (min-width: 500px) {
  header.open-s #search {
    transform: translateY(0);
  }
}
header.open-m nav {
  display: block;
}
@media (min-width: 500px) {
  header.open-m nav {
    transform: translateY(0);
  }
}
header.open-m a.m svg path:nth-child(1) {
  display: none;
}
header.open-m a.m svg path:nth-child(2) {
  display: block;
}

body.ni header svg {
  fill: white;
}
body.ni header a:focus::after {
  color: white;
}
body.ni header ul.l a, body.ni header ul.l li {
  color: white;
  border-color: white;
}
body.ni .swiper-button-next {
  color: white;
}
body.ni .swiper-button-prev {
  color: white;
}

.si-in header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
.si-in header.open-m svg, .si-in header.open-s svg {
  fill: #2d2d2d;
}
.si-in header.open-m a:focus::after, .si-in header.open-s a:focus::after {
  color: #2d2d2d;
}
.si-in header.open-m ul.l a, .si-in header.open-m ul.l li, .si-in header.open-s ul.l a, .si-in header.open-s ul.l li {
  color: #2d2d2d;
  border-color: #2d2d2d;
}

header .social ul, footer .social ul {
  display: flex;
  justify-content: start;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .social a, footer .social a {
  display: block;
}
header .social a svg, footer .social a svg {
  display: block;
  width: 42px;
  height: 42px;
}
@media (min-width: 769px) {
  header .social a svg, footer .social a svg {
    width: 38px;
    height: 38px;
  }
}

header .social ul {
  margin-top: -20px;
}
header .social ul li + li {
  margin-left: 24px;
}
@media (min-width: 769px) {
  header .social ul {
    margin-top: -7px;
  }
  header .social ul li + li {
    margin-left: 20px;
  }
}
header .social svg path, header .social svg polygon {
  fill: #4C7D5C;
}

footer .social {
  display: block;
  margin-top: 18px;
  max-width: 180px;
  padding: 0px 24px 40px 0px;
}
@media (min-width: 769px) {
  footer .social {
    margin-top: -14px;
    max-width: 200px;
    padding: 0px 24px 0px 0px;
  }
}
footer .social ul li + li {
  margin-left: 20px;
}
footer .social svg path, footer .social svg polygon {
  fill: #FFF;
}

html[lang=da] header a.i18n-link--da, html[lang=en] header a.i18n-link--en {
  border-bottom: 2px solid #2d2d2d;
}

footer {
  background: #2D2D2D;
  color: #F1F1F1;
  font: 1.4rem/1.5555 KBHTXT, sans-serif;
}
footer h1, footer h4 {
  font-size: 1.4rem;
  line-height: 1.5555;
  font-weight: 700;
  margin: 0;
}
footer a {
  color: #F1F1F1;
  text-decoration: none;
}
footer > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 70px;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 60px 24px;
}
@media (min-width: 769px) {
  footer > div {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 80px 24px 80px 24px;
    gap: 60px 70px;
  }
}
footer > div > div {
  text-align: left;
}

main nav {
  text-align: left;
  margin: 0 auto 40px auto;
  padding: 0px 28px;
}
@media (min-width: 769px) {
  main nav {
    padding: 0px 38px;
  }
}
main nav h2 {
  font: 700 2.4rem/1.2 KBH, sans-serif;
  margin: 0 0 18px 0;
  text-transform: uppercase;
  color: #4C7D5C;
}
main nav h2 a {
  color: #4C7D5C;
}
main nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font: 400 1.7rem/1.2 KBH, sans-serif;
}
main nav ul a {
  color: var(--black);
}
main nav ul a.current {
  color: #4C7D5C;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
@media (max-width: 768px) {
  main nav ul li + li {
    margin-top: 18px;
  }
}
@media (min-width: 769px) {
  main nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  main nav ul li {
    margin: 0 24px 8px 0;
  }
}
main nav a {
  text-decoration: none;
}

.tmpl-sitemap {
  max-width: 756px;
  margin: 0 auto 60px auto;
  text-align: left;
  padding: 0px 28px;
  font: 400 1.6rem/1.333333 KBHTXT, sans-serif;
}
.tmpl-sitemap ul {
  margin: 0;
  list-style: none;
  padding: 0 0 0 1em;
}
.tmpl-sitemap ul li + li {
  margin-top: 0.2em;
}
.tmpl-sitemap h1 {
  text-transform: uppercase;
  margin: 0 0 0.6em 0;
  letter-spacing: 0.01em;
  font: 900 2.7rem/1.05 KBH, sans-serif;
}
@media (min-width: 769px) {
  .tmpl-sitemap h1 {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}
.tmpl-sitemap a {
  color: #2D2D2D;
  text-decoration: none;
}
.tmpl-sitemap a:hover {
  text-decoration: underline;
}
.tmpl-sitemap h2 {
  text-transform: uppercase;
  font: 700 2.1rem/1.1 KBH, sans-serif;
  margin: 1em 0 0.4em 0;
  color: #2D2D2D;
}
.tmpl-sitemap h2 a {
  color: #4C7D5C;
}

article {
  font: 1.8rem/1.3333333 KBHTXT, sans-serif;
  margin: 0 auto 100px auto;
}
article .img {
  margin: 0 auto 48px auto;
  max-width: 832px;
}
article .img.xl {
  max-width: inherit;
}
article .img.org {
  max-width: 756px;
  padding: 0 38px;
  text-align: center;
}
article .img.org img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
}
article .img figure {
  margin: 0;
  padding: 0;
}
article .img figure figcaption {
  max-width: 756px;
  margin: 8px auto 0 auto;
  font: 1.6rem/1.2 KBHTXT, sans-serif;
  color: #777575;
}
article .img img {
  display: block;
  width: 100%;
  height: auto;
}
article * + .img {
  margin-top: 40px;
}
article .section {
  max-width: 756px;
  text-align: left;
  margin: 0 auto;
  padding: 0px 28px;
}
@media (min-width: 769px) {
  article .section {
    padding: 0px 38px;
  }
}
article h1 {
  text-transform: uppercase;
  margin: 0 0 0.6em 0;
  letter-spacing: 0.01em;
  font: 900 2.7rem/1.05 KBH, sans-serif;
}
@media (min-width: 769px) {
  article h1 {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}
article h2 {
  text-transform: uppercase;
  font: 400 2.1rem/1.1 KBH, sans-serif;
  margin: 0 0 2.5em 0;
  color: #2D2D2D;
}
article h3 {
  font: 1.8rem/1.2 KBHTXT, sans-serif;
  font-weight: 700;
  margin: 0 0 1.2em 0;
}
article div + h2, article div + h3 {
  margin-top: 2.4em;
}
article div {
  margin: 0.8em 0;
}
article a {
  color: #316944;
}
article a:visited {
  color: #2D2D2D;
}

article + .list,
article + .products,
article + .audioguides,
article + .tmpl-collection {
  margin-top: -40px;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.employees .img.with-caption {
  margin: 0 auto;
  padding: 0px 28px;
  max-width: 756px;
}
@media (min-width: 769px) {
  .employees .img.with-caption {
    padding: 0px 38px;
  }
}
.employees .img.with-caption {
  margin-top: 40px;
}
@media (min-width: 600px) {
  .employees .img.with-caption figure {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-gap: 40px 38px;
  }
}
.employees .img.with-caption figcaption {
  font: 1.8rem/1.3333333 KBHTXT, sans-serif;
  text-align: left;
  margin: 38px 0 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .employees .img.with-caption figcaption {
    font: 1.6rem/1.3333333 KBHTXT, sans-serif;
    margin-top: 20px;
  }
  .employees .img.with-caption figcaption h2, .employees .img.with-caption figcaption h3 {
    font-size: 1.6rem;
  }
}
.employees .img.with-caption figcaption a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.employees .img.with-caption figcaption h2, .employees .img.with-caption figcaption h3 {
  margin: 0;
}
.employees .img.with-caption figcaption h2 {
  margin: 0.2em 0 0.6em 0;
}
.employees .img.with-caption figcaption h3 {
  font-weight: 400;
}
.employees .img.with-caption figcaption h2 {
  font-weight: 600;
}

.story-promo {
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
@media (min-width: 375px) {
  .story-promo {
    width: 40%;
    max-width: 200px;
    float: right;
    margin: 0.8em 0px 0.8em 20px;
  }
}
@media (min-width: 769px) {
  .story-promo {
    margin: 0.8em -38px 0.8em 38px;
  }
}
.story-promo img {
  border-radius: 8px;
  display: block;
  aspect-ratio: 9/16;
  object-fit: cover;
  width: 100%;
}
.story-promo svg {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8));
}

.story-promo-title {
  position: absolute;
  right: 0.2em;
  left: 0.2em;
  bottom: 1em;
  margin: 0;
  font: 700 1.6rem/1.2 KBH, sans-serif;
  letter-spacing: 0.01em;
  color: white;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
@media (min-width: 769px) {
  .story-promo-title {
    font-size: 1.8rem;
  }
}

.list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px 30px;
  margin: 0 auto 100px auto;
  padding: 0px 28px;
}
@media (min-width: 769px) {
  .list {
    padding: 0px 38px;
  }
}
.list a {
  color: #2D2D2D;
  text-decoration: none;
}
.list .li {
  text-align: left;
}
.list .li > * {
  margin: 0 0;
}
.list .li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 18px 0;
}
@media (min-width: 769px) {
  .list .li img {
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: 0 0 12px 0;
  }
}
.list .li h2 {
  text-transform: uppercase;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  letter-spacing: 0.01em;
  font: 900 2.7rem/1.05 KBH, sans-serif;
}
@media (min-width: 769px) {
  .list .li h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.list .li h3 {
  font: 400 1.9rem/1.05 KBH, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .list .li h3 {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.2;
  }
}
.list .li .tags {
  font: 600 2.1rem/1.05 KBH, sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}
@media (min-width: 769px) {
  .list .li .tags {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
  }
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  margin: 0 auto 100px auto;
  padding: 0px 28px;
  max-width: 756px;
}
@media (min-width: 1106px) {
  .products {
    max-width: inherit;
  }
}
@media (min-width: 769px) {
  .products {
    padding: 0px 38px;
  }
}
.products .p {
  display: flex;
  text-align: left;
  align-items: flex-start;
  font: 400 1.4rem/1.25 KBHTXT, sans-serif;
}
.products .p img {
  width: 230px;
  height: auto;
  margin-right: 20px;
  display: block;
}
.products .p h2 {
  font: 700 1.8rem/1.2 KBHTXT, sans-serif;
  margin: 0;
}
.products .p .desc {
  margin: 0.6em 0;
}
.products .p .details {
  display: flex;
  direction: rtl;
  justify-content: space-between;
}

.isbn:before {
  content: "ISBN: ";
}

.audioguides {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 auto 100px auto;
  padding: 0px 28px;
  text-align: left;
}
@media (min-width: 769px) {
  .audioguides {
    padding: 0px 38px;
  }
}
.audioguides .audioguide {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.audioguides .audioguide .img {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.audioguides .audioguide .img:nth-child(1) {
  background-position: left top;
  left: 0;
  width: 0%;
}
.audioguides .audioguide .img:nth-child(2) {
  background-position: right bottom;
  left: 0;
  right: 0;
  filter: grayscale(100%);
}
.audioguides .audioguide > img {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.audioguides .audioguide > img:last-of-type {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.audioguides .audioguide .playhead {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.audioguides .audioguide .details {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.audioguides .audioguide .details h1 {
  font: 400 1.8rem/1 KBHTXT;
  margin: 0;
}
.audioguides .audioguide .details h2 {
  display: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 17px;
}
.audioguides .audioguide .details h1 a, .audioguides .audioguide .details h2 a {
  background: white;
  padding: 2px 4px;
  text-decoration: none;
  color: black;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 21px;
}
.audioguides .audioguide .timestamp {
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 10px;
  color: white;
  opacity: 0;
  font: 1.4rem KBHTXT;
}
.audioguides .audioguide .timestamp.current {
  left: 10px;
}
.audioguides .audioguide .timestamp.duration {
  right: 10px;
}
.audioguides .audioguide.playing .timestamp {
  opacity: 1;
}
.audioguides .audioguide.playing .playhead {
  opacity: 0.6;
}
.audioguides .audioguide button {
  position: absolute;
  top: 50%;
  border: none;
  outline: none;
  width: 56px;
  height: 0;
  padding: 56px 0 0 0;
  overflow: hidden;
  margin: -28px 0 0 -28px;
}
.audioguides .audioguide button.replay {
  left: 75%;
  background: transparent url(/assets/ic_replay-7a936329b5e0aac7313997e44db7b7ebb801f805a4b8f6d8bd9bd4895767f0c7.svg) no-repeat 50% 50% scroll;
  background-size: 40px 40px;
  display: none;
}
.audioguides .audioguide.canplay button.paused + button.replay {
  display: block;
}
.audioguides .audioguide button.toggle-play {
  cursor: pointer;
  left: 50%;
  background: rgba(0, 0, 0, 0.25) url(/assets/ic_pause-f4f1ee530f3244db2c50ebbe3e74d0fa7f91a922b404969d879c3a47ff27748f.svg) no-repeat 50% 50% scroll;
  background-size: 40px 40px;
  border-radius: 50%;
}
.audioguides .audioguide button.toggle-play > span {
  position: absolute;
  top: 6px;
  left: 6px;
  display: none;
}
.audioguides .audioguide button.toggle-play.not-ready {
  background-image: none;
}
.audioguides .audioguide button.toggle-play.not-ready > div {
  display: block;
}
.audioguides .audioguide button.toggle-play.paused {
  background-image: url(/assets/ic_play-637d797a4d0db0e3e53d81abfb76962759cb322ff8d17f4843bf10e4b24f92e7.svg);
  background-size: 40px 40px;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ring {
  position: relative;
  width: 44px;
  height: 44px;
}

.lds-ring > span {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 4px solid #EBEEE8;
  border-color: #EBEEE8 transparent transparent transparent;
  animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring > span:nth-child(2) {
  animation-delay: 0.195s;
}

.lds-ring > span:nth-child(3) {
  animation-delay: 0.39s;
}

.lds-ring > span:nth-child(4) {
  animation-delay: 0.585s;
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.si-in main, .pr-ti main {
  font: 400 1.8rem/1.3333 KBHTXT, sans-serif;
}
.si-in main .img-txt, .pr-ti main .img-txt {
  padding: 0px 24px;
  margin: 20px auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px 0px;
}
.si-in main .img-txt a, .pr-ti main .img-txt a {
  color: inherit;
  text-decoration: none;
}
.si-in main .img-txt .i, .pr-ti main .img-txt .i {
  grid-row: 1/span 1;
  margin-bottom: 20px;
}
.si-in main .img-txt .t, .pr-ti main .img-txt .t {
  text-align: left;
  grid-row: 2/span 1;
}
.si-in main .img-txt img, .pr-ti main .img-txt img {
  width: 100%;
  height: auto;
  display: block;
}
.si-in main .img-txt h2, .si-in main .img-txt h5, .pr-ti main .img-txt h2, .pr-ti main .img-txt h5 {
  margin: 0;
  text-transform: uppercase;
  font: 700 1.6rem/1 KBH, sans-serif;
}
@media (min-width: 769px) {
  .si-in main .img-txt h2, .si-in main .img-txt h5, .pr-ti main .img-txt h2, .pr-ti main .img-txt h5 {
    font-size: 2.4rem;
  }
}
.si-in main .img-txt h1, .si-in main .img-txt h4, .pr-ti main .img-txt h1, .pr-ti main .img-txt h4 {
  margin: 8px 0 12px 0;
  text-transform: uppercase;
  font: 900 2.7rem/0.95 KBH, sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
@media (min-width: 769px) {
  .si-in main .img-txt h1, .si-in main .img-txt h4, .pr-ti main .img-txt h1, .pr-ti main .img-txt h4 {
    font-size: 4rem;
  }
}
@media (min-width: 769px) {
  .si-in main .img-txt, .pr-ti main .img-txt {
    margin: 80px auto;
    padding: 0px 38px;
    grid-template-columns: 1fr 1fr;
  }
  .si-in main .img-txt .t, .pr-ti main .img-txt .t {
    align-self: center;
    justify-self: start;
    grid-row: auto;
  }
  .si-in main .img-txt .t .cap, .pr-ti main .img-txt .t .cap {
    max-width: 460px;
    margin-right: 30px;
  }
  .si-in main .img-txt .i, .pr-ti main .img-txt .i {
    grid-row: auto;
    margin-bottom: 0px;
  }
  .si-in main .img-txt .i + .t, .pr-ti main .img-txt .i + .t {
    justify-self: end;
  }
  .si-in main .img-txt .i + .t .cap, .pr-ti main .img-txt .i + .t .cap {
    margin-right: 0;
    margin-left: 30px;
  }
}
.si-in main .tmpl_swiper .swiper-slide, .pr-ti main .tmpl_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 80vh;
  transform: translateZ(0);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-in main .tmpl_swiper .swiper-slide.vab, .pr-ti main .tmpl_swiper .swiper-slide.vab {
  align-items: flex-end;
}
.si-in main .tmpl_swiper .swiper-slide.vat, .pr-ti main .tmpl_swiper .swiper-slide.vat {
  align-items: flex-start;
}
.si-in main .tmpl_swiper .swiper-slide.vat .cap, .pr-ti main .tmpl_swiper .swiper-slide.vat .cap {
  padding-top: 98px;
}
@media (min-width: 600px) {
  .si-in main .tmpl_swiper .swiper-slide, .pr-ti main .tmpl_swiper .swiper-slide {
    height: 100vh;
  }
}
@media (min-width: 600px) {
  .si-in main .tmpl_swiper .swiper-slide.video, .pr-ti main .tmpl_swiper .swiper-slide.video {
    height: auto;
    aspect-ratio: 16/9;
  }
  .si-in main .tmpl_swiper .swiper-slide.video .cap, .pr-ti main .tmpl_swiper .swiper-slide.video .cap {
    padding: 38px 45px;
  }
}
@media (min-aspect-ratio: 16/10) {
  .si-in main .tmpl_swiper .swiper-slide.video, .pr-ti main .tmpl_swiper .swiper-slide.video {
    height: 90vh;
  }
}
.si-in main .tmpl_swiper .swiper-slide.al, .pr-ti main .tmpl_swiper .swiper-slide.al {
  justify-content: flex-start;
}
.si-in main .tmpl_swiper .swiper-slide.al .cap, .pr-ti main .tmpl_swiper .swiper-slide.al .cap {
  text-align: left;
}
.si-in main .tmpl_swiper .swiper-slide.ar, .pr-ti main .tmpl_swiper .swiper-slide.ar {
  justify-content: flex-end;
}
.si-in main .tmpl_swiper .swiper-slide.ar .cap, .pr-ti main .tmpl_swiper .swiper-slide.ar .cap {
  text-align: right;
}
.si-in main .tmpl_swiper img, .pr-ti main .tmpl_swiper img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.si-in main .tmpl_swiper video, .pr-ti main .tmpl_swiper video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.si-in main .tmpl_swiper .cap, .pr-ti main .tmpl_swiper .cap {
  padding: 60px 45px;
  z-index: 3;
  flex-grow: 0;
  text-align: center;
  display: block;
}
@media (min-width: 769px) {
  .si-in main .tmpl_swiper .cap, .pr-ti main .tmpl_swiper .cap {
    padding: 38px;
  }
}
.si-in main .tmpl_swiper .cap > *, .pr-ti main .tmpl_swiper .cap > * {
  max-width: 800px;
}
.si-in main .tmpl_swiper h2, .si-in main .tmpl_swiper h5, .pr-ti main .tmpl_swiper h2, .pr-ti main .tmpl_swiper h5 {
  margin: 0;
  text-transform: uppercase;
  font: 700 1.8rem/1 KBH, sans-serif;
}
@media (min-width: 769px) {
  .si-in main .tmpl_swiper h2, .si-in main .tmpl_swiper h5, .pr-ti main .tmpl_swiper h2, .pr-ti main .tmpl_swiper h5 {
    font-size: 2.8rem;
  }
}
.si-in main .tmpl_swiper h1, .si-in main .tmpl_swiper h4, .pr-ti main .tmpl_swiper h1, .pr-ti main .tmpl_swiper h4 {
  margin: 8px 0;
  text-transform: uppercase;
  font: 900 3rem/0.95 KBH, sans-serif;
}
@media (min-width: 769px) {
  .si-in main .tmpl_swiper h1, .si-in main .tmpl_swiper h4, .pr-ti main .tmpl_swiper h1, .pr-ti main .tmpl_swiper h4 {
    font-size: 5.6rem;
  }
}
.si-in main .tmpl_swiper a, .pr-ti main .tmpl_swiper a {
  color: inherit;
  text-decoration: none;
}

.tmpl_video {
  margin: 98px auto 30px auto;
  color: #2D2D2D;
}
.tmpl_video video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.tmpl_video .video-player-container {
  position: relative;
}
.tmpl_video h1, .tmpl_video h4 {
  font: 900 2.7rem/1.05 KBH, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.tmpl_video .t {
  margin: 80px 24px;
}
@media (min-width: 769px) {
  .tmpl_video {
    padding: 40px 0;
  }
  .tmpl_video .video {
    margin: 0 38px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 0px 0px;
  }
  .tmpl_video h1, .tmpl_video h4 {
    font-size: 4.5rem;
    line-height: 1.25;
  }
  .tmpl_video ul {
    margin: 20px 0 0 0;
    font-size: 2.6rem;
    line-height: 1.25;
  }
  .tmpl_video .t {
    margin: 0 30px 0 0;
  }
}

.swiper-button-next {
  color: #2D2D2D;
  outline: none;
}
.swiper-button-next:after {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .swiper-button-next {
    right: 20px;
  }
}

.swiper-button-prev {
  color: #2D2D2D;
  outline: none;
}
.swiper-button-prev:after {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .swiper-button-prev {
    left: 20px;
  }
}

.tmpl_swiper ul, .tmpl_video ul {
  text-transform: uppercase;
  display: flex;
  font: 900 1.8rem/1.25 KBH, sans-serif;
  letter-spacing: 0.01em;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  justify-content: flex-start;
}
.tmpl_swiper ul li, .tmpl_video ul li {
  flex-grow: 1;
  text-align: left;
}
.tmpl_swiper ul a, .tmpl_video ul a {
  color: inherit;
}
@media (min-width: 769px) {
  .tmpl_swiper ul, .tmpl_video ul {
    margin: 20px 0 0 0;
    font-size: 2.6rem;
    line-height: 1.25;
  }
}

.video-ctrl {
  position: absolute;
  right: 38px;
  bottom: 38px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-ctrl:focus {
  background: rgba(0, 0, 0, 0.6);
}
.video-ctrl svg {
  width: 32px;
  height: 32px;
}

video + .video-ctrl svg:nth-of-type(1) {
  display: none;
}

video.paused + .video-ctrl svg:nth-of-type(2) {
  display: none;
}
video.paused + .video-ctrl svg:nth-of-type(1) {
  display: flex;
}

a[rel=license] {
  font-size: 1.2rem;
  text-decoration: none;
  border: none;
  margin-right: 0.6em;
}

.tmpl-enlarge {
  padding: 24px;
}
.tmpl-enlarge p {
  margin: 1em 0 0.4em 0;
}

.tmpl-work a, .tmpl-enlarge a {
  color: #689868;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
}
.tmpl-work a:visited, .tmpl-enlarge a:visited {
  color: #999;
}
.tmpl-work a.cc0, .tmpl-enlarge a.cc0 {
  border: none;
  margin-left: 0.4em;
  height: 18px;
  display: inline-block;
  vertical-align: -3px;
}
.tmpl-work a.cc0 svg, .tmpl-enlarge a.cc0 svg {
  width: 18px;
  height: 18px;
}
.tmpl-work a[rel=license], .tmpl-enlarge a[rel=license] {
  border: none;
}

/* Collection */
.tmpl-collection {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 100px auto;
}
.tmpl-collection .search-ui {
  background: #F7F7F7;
  padding: 6px 28px 20px 28px;
  font: 1.6rem/1 KBHTXT, sans-serif;
}
@media (min-width: 769px) {
  .tmpl-collection .search-ui {
    padding: 6px 38px 20px 38px;
  }
}
.tmpl-collection .search-ui > div > div, .tmpl-collection .search-ui form div {
  display: inline-block;
  margin: 10px 0 0 0;
}
.tmpl-collection .search-ui > div > div form div > div, .tmpl-collection .search-ui form div form div > div {
  white-space: nowrap;
}
.tmpl-collection .search-ui form div:nth-child(3) {
  margin-right: 1em;
}
.tmpl-collection .search-ui .opt {
  position: relative;
}
.tmpl-collection .search-ui .opt input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.tmpl-collection .search-ui .opt label {
  position: relative;
  top: 7px;
  float: left;
  color: #689868;
  cursor: pointer;
  padding: 4px 10px;
}
.tmpl-collection .search-ui .opt label.active {
  color: #161616;
  background: #dedede;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.tmpl-collection .search-ui select {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: 1px solid #CCC;
  padding: 8px 24px 8px 10px;
  background: white url(/assets/down-2071830f706484fa11de76b5f0907bfd4fa9d36004b9e3b860f77da615048291.png) no-repeat right 50% scroll;
  background-position: top 50% right 6px;
  background-size: 10px 10px;
  font: 1.6rem/1 KBHTXT, sans-serif;
}
.tmpl-collection .search-ui input[type=text] {
  background: white;
  padding: 8px 10px;
  border: 1px solid #CCC;
  outline: none;
  width: 12em;
  font: 1.6rem/1 KBHTXT, sans-serif;
}
.tmpl-collection .search-ui input[type=text]:focus {
  border-color: #689868;
}
.tmpl-collection .search-ui input[type=submit] {
  border: none;
  background: #669966;
  padding: 8px 10px;
  color: white;
  outline: none;
}
.tmpl-collection .search-ui a {
  color: #689868;
  text-decoration: none;
  /*border-bottom: 1px solid #CCC;*/
}
.tmpl-collection .search-ui span {
  margin: 0 0.4em;
}
.tmpl-collection .search-ui form {
  display: inline;
}
.tmpl-collection .search-ui select {
  margin-right: 1em;
}
.tmpl-collection .about {
  max-width: 740px;
  padding: 0 84px;
  margin: 0 auto;
  text-align: left;
}
.tmpl-collection h1 {
  font: 700 2.8rem/1 KBH, sans-serif;
  text-transform: uppercase;
  margin: 40px 0;
}
.tmpl-collection .category {
  text-align: left;
  margin-left: 12px;
  font: 400 2rem/1 KBH, sans-serif;
}
.tmpl-collection .category h2 {
  font: 400 2rem/1 KBH, sans-serif;
  display: inline;
}
.tmpl-collection .category h2 + * {
  margin-left: 1em;
  color: #689868;
  text-decoration: none;
}
.tmpl-collection .category h2 + span {
  color: #777;
}
.tmpl-collection section {
  margin: 40px 0;
}
.tmpl-collection .works {
  text-align: left;
  font: 1.2rem/2 monospace;
  margin: 20px 12px;
}
.tmpl-collection .works a {
  color: #777;
}
.tmpl-collection .works a img {
  vertical-align: text-top;
}
.tmpl-collection .works .stub {
  vertical-align: text-top;
  display: inline-block;
  width: 120px;
  height: 160px;
  font-family: KBHTXT, sans-serif;
  font-size: 1.4rem;
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 4px 8px;
}

/* Work */
.tmpl-work {
  background: #F7F7F7;
  margin-top: 6px;
  font: 400 1.6rem/1.25 KBHTXT, sans-serif;
  text-align: left;
  position: relative;
}
.tmpl-work .loading {
  text-align: center;
}
.tmpl-work > div {
  max-width: 1152px;
  margin: 0 auto;
  padding: 24px;
}
.tmpl-work > div > div {
  vertical-align: top;
  display: table-cell;
  max-width: 740px;
}
.tmpl-work figure {
  display: table-cell;
  margin: 0;
  padding-right: 24px;
  font-size: 1.4rem;
  text-align: center;
  color: #777;
}
.tmpl-work figure img {
  display: block;
  margin-bottom: 2px;
}
.tmpl-work figure figcaption {
  max-width: 240px;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  padding: 8px;
  background: #ECECEC;
  line-height: 1.4;
}
.tmpl-work figure figcaption a {
  color: #777;
}
.tmpl-work figure figcaption h5 {
  font-size: 1.6rem;
  margin: 0 0 2.4em 0;
  font-weight: normal;
}
.tmpl-work figure figcaption p {
  margin: 0;
}
.tmpl-work button {
  padding: 0;
  background: none;
  color: #689868;
  margin-left: 0.4em;
  vertical-align: 0;
  border: none;
  outline: none;
}
.tmpl-work button span {
  margin: 0 2px;
  font: 1em monospace;
}
.tmpl-work button.close {
  position: absolute;
  right: 24px;
  margin: 0;
  width: 16px;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
  background: transparent url(/assets/close-small-01aa8555fadea2d1528dbad0736af3f1ce561ac484a55e53fea56a0a3ba25ca4.svg) no-repeat center center scroll;
}
.tmpl-work .artists .artist-details {
  font-size: 1.4rem;
  line-height: 1.25;
  padding: 6px 10px;
  background-color: #DDD;
  display: none;
}
.tmpl-work .artists.open .artist-details {
  display: inline-block;
}
.tmpl-work p {
  margin: 1em 0;
}
.tmpl-work .artists + p {
  margin-top: 0;
}
.tmpl-work .small {
  font-size: 1.4rem;
}
.tmpl-work .description {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.4;
}
.tmpl-work .description p {
  margin: 0;
}
.tmpl-work .description p + p {
  margin-top: 0.7;
}

.results {
  font: 1.6rem/1 KBHTXT, sans-serif;
}
.results a.tmpl-result {
  display: block;
  color: #161616;
  text-decoration: none;
  text-align: left;
  max-width: 740px;
  margin: 12px auto 0 auto;
  padding: 0 10px 0 24px;
}
.results a.tmpl-result figure {
  width: 160px;
  display: table-cell;
  margin: 0;
  padding-right: 24px;
  text-align: center;
}
.results a.tmpl-result figure img {
  display: block;
  margin: 0 auto;
}
.results a.tmpl-result figure figcaption {
  color: #777;
  text-align: left;
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 4px 8px;
  height: 160px;
  margin: 0;
}
.results a.tmpl-result > div {
  vertical-align: top;
  display: table-cell;
  max-width: 740px;
}
.results a.tmpl-result .as-a {
  color: #689868;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
}
.results a.tmpl-result:visited .as-a {
  color: #999;
}

/* */
@media only screen and (max-width: 639px) {
  .tmpl-work > div > div, .tmpl-work figure {
    display: block;
  }
  .tmpl-work figure {
    padding: 0 0 24px 0;
  }
  .tmpl-work figure img {
    margin: 0 auto;
  }

  .works > .tmpl-work > div {
    padding: 24px 12px;
  }
}
/* S */
@media only screen and (max-width: 683px) {
  .tmpl-collection .search-ui {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .tmpl-collection .search-ui input[type=text] {
    width: 60%;
  }

  .works > .tmpl-work {
    margin-left: -12px;
    margin-right: -12px;
  }

  .tmpl-work > div {
    padding: 24px 12px;
  }
}
nav + .tmpl-work {
  margin-bottom: 100px;
}
nav + .tmpl-work .close {
  display: none;
}

/* Search */
.tmpl-search {
  max-width: 756px;
  margin: 0 auto 40px auto;
  text-align: left;
  padding: 0px 28px;
  font: 400 1.6rem/1.333333 KBHTXT, sans-serif;
  /*  
    h3 {
      font-size: 24px;      
    }

    &>div {
      max-width: 540px;
    }


    div {
      font-size: 18px;
    }

    span {
      font-size: 14px;
    }

    figure {
      width: 100%;
      margin: 0 0 1.2em 0;
      text-align: center;
    }

  }*/
}
@media (min-width: 769px) {
  .tmpl-search {
    padding: 0px 38px;
  }
}
.tmpl-search .pagination {
  max-width: 750px;
  margin-right: auto;
}
.tmpl-search .stats {
  font-size: 1.6rem;
  margin: 40px auto 60px 0;
  max-width: 740px;
}
.tmpl-search .stats div.help {
  margin: 10px auto 0 0;
  max-width: 740px;
  color: #777;
}
.tmpl-search .stats div.help a {
  color: #696;
}
.tmpl-search .stats div {
  margin-bottom: 1em;
}
.tmpl-search .stats div a {
  color: #777;
  text-decoration: none;
}
.tmpl-search .stats > a, .tmpl-search .stats > span {
  line-height: 2.6;
  margin: 0 0.6em 0 0;
  padding: 0.4em 1em;
  white-space: nowrap;
}
.tmpl-search .stats > a > span, .tmpl-search .stats > span > span {
  margin-right: 0.2em;
}
.tmpl-search .stats > span {
  color: #999;
  background: #eee;
}
.tmpl-search .stats > span.help {
  cursor: pointer;
  border-radius: 50%;
  padding: 0.4em 12px;
  background: #999;
  color: #efefef;
}
.tmpl-search .stats > span.help.open {
  background: #696;
  color: #efefef;
}
.tmpl-search .stats > a {
  color: #efefef;
  background: #999;
  text-decoration: none;
}
.tmpl-search .stats > a.current {
  background: #696;
}
.tmpl-search .hits:after {
  clear: both;
  content: "";
  display: table;
}
.tmpl-search ul {
  padding: 0;
  list-style: none;
}
.tmpl-search ul h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.tmpl-search ul h3 a {
  color: #161616;
  text-decoration: none;
}
.tmpl-search ul h3 a:visited {
  color: #999;
}
.tmpl-search ul h3 a:hover {
  text-decoration: underline;
}
.tmpl-search ul span {
  color: #999;
  font-size: 1.6rem;
}
.tmpl-search ul div {
  color: #696;
}
.tmpl-search ul div div {
  margin: 0.2em 0;
}
.tmpl-search ul li {
  padding: 1em 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.tmpl-search ul li:after {
  clear: both;
  content: "";
  display: table;
}
.tmpl-search ul li:first-child {
  border-top: 1px solid #efefef;
}
.tmpl-search ul li > div {
  max-width: 540px;
}
.tmpl-search ul li > figure {
  margin: 0 0 0 10px;
  float: right;
  text-align: center;
}
.tmpl-search ul li > figure img {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.tmpl-search ul li.top-hit {
  float: right;
  margin: 0;
  background: #f7f7f7;
  padding: 24px;
  max-width: 324px;
  border: none;
}
.tmpl-search ul li.top-hit > figure {
  width: 100%;
  max-height: inherit;
  margin: 0 0 1.2em 0;
  text-align: center;
}
.tmpl-search ul li.top-hit > figure img {
  display: block;
  margin: 0 auto;
  max-width: inherit;
  max-height: inherit;
}

#quick-search .wrp {
  max-width: 1152px;
  padding: 0 24px;
}

.tmpl-search h1, .tmpl-search .h1, #quick-search h1, #quick-search .h1 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0;
  font-weight: 700;
}
.tmpl-search form, #quick-search form {
  margin: 0;
}
.tmpl-search form label, #quick-search form label {
  font: 700 2.4rem/1.2 KBHTXT, sans-serif;
  margin: 0;
}
.tmpl-search form input[type=text], #quick-search form input[type=text] {
  display: block;
  margin-top: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 4rem;
  outline: none;
  border: none;
  color: #161616;
}
.tmpl-search form input[type=text]::placeholder, #quick-search form input[type=text]::placeholder {
  color: #888;
}

.no-hits-container {
  font-size: 1.6rem;
  margin: 2em auto;
}
.no-hits-container h1 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1em 0;
}
.no-hits-container h1 strong::before, .no-hits-container h1 strong::after {
  content: " - ";
  font-weight: 400;
}
.no-hits-container strong {
  font-weight: 700;
}
.no-hits-container ul {
  margin: 1em 0 0 0;
  padding-left: 0;
  border: none;
}
.no-hits-container ul li, .no-hits-container ul li:first-child {
  border: none;
  padding: 0;
}

.tooltip {
  background: var(--black);
  color: #FFF;
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 4px;
  max-width: 300px;
  padding: 0.4em 0.6em;
  box-shadow: 0 12px 40px -10px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  z-index: 2000;
}

.pagination {
  margin: 60px auto 0 auto;
  font: 1.6rem/1.3 KBHTXT, sans-serif;
  text-align: center;
}
.pagination a {
  color: #4C7D5C;
}
.pagination > * {
  margin-right: 4px;
}

.popup-msg {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  font: 1.4rem/1.25 KBHTXT;
  z-index: 1000;
  padding-bottom: 40px;
}
.popup-msg a {
  color: #4C7D5C !important;
}
.popup-msg article {
  margin-top: 40px;
  margin-bottom: 30px;
}
.popup-msg h1 {
  text-transform: none;
  font: 700 1.8rem/1.2 KBHTXT;
}
.popup-msg .btns {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 756px;
  text-align: left;
  margin: 0 auto;
  padding: 0px 28px;
}
@media (min-width: 769px) {
  .popup-msg .btns {
    padding: 0px 38px;
  }
}
.popup-msg button {
  box-sizing: border-box;
  text-align: center;
  padding: 16px 30px 13px 30px;
  font: 700 1.8rem/1.2 KBHTXT;
  display: block;
  background: #4C7D5C;
  color: white;
  flew-grow: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 5px;
}

@media (prefers-reduced-motion: reduce) {
  *,
::before,
::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
