/* CSS reset by Kevin Powell, https://www.youtube.com/watch?v=2lyDv0wOQuQ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: calc(100vh - var(--wp-admin--admin-bar--height));
}

body:not(.admin-bar) {
  --wp-admin--admin-bar--height: 0px;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

@font-face {
  font-family: calibreregular;
  src: url(../woff/calibre-regular.4c392d1d.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: calibresemibold;
  src: url(../woff/calibre-semibold.c902b2a5.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: gtsectrabold;
  src: url(../woff/gtsectra-bold.353e6851.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: gtsectrabolditalic;
  src: url(../woff/gtsectra-bolditalic.3ba7ac51.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  /* Colors */
  --color-green-primary: #00846c;
  --color-green-dark: #00705c;
  --color-green-light: #b9d3a1;
  --color-beige-primary: #f2dfce;
  --color-beige-dark: #e8d7c8;
  --color-beige-extradark: #ddc7b4;
  --color-pink-light: #fcc7d9;
  --color-black-text: #222;
  --color-black-transparent-12: #0000001f;
  --color-black-transparent-50: #22222280;
  --color-white-pure: #fff;
  --color-white-transparent-25: #ffffff40;
  --color-white-transparent-75: #ffffffbf;

  /* Widths */
  --width-100vw: 100vw;
  --page-content-width: 600px;
  --page-medium-width: 1020px; /* Double-check with designer */
  --page-wide-width: 1300px; /* Double-check with designer */

  /* Paddings and margins */
  --padding-inline-page: 8px;
  --section-margin-block-sm: 1.5rem;
  --section-margin-block: 2rem;
  --section-margin-medium-width: max(
    calc(
      -1 * (
          var(--width-100vw) -
            (var(--page-content-width) + var(--padding-inline-page) * 2)
        ) / 2
    ),
    calc(-1 * (var(--page-medium-width) - var(--page-content-width)) / 2)
  );
  --section-margin-wide-width: max(
    calc(
      -1 * (
          var(--width-100vw) -
            (var(--page-content-width) + var(--padding-inline-page) * 2)
        ) / 2
    ),
    calc(-1 * (var(--page-wide-width) - var(--page-content-width)) / 2)
  );
  --section-margin-full-width: calc(
    (-1 * (var(--width-100vw) - var(--page-content-width))) / 2
  );

  /* Height values */
  --header-height: 60px;
}

@media (min-width: 600px) {
  :root {
    --padding-inline-page: 40px;
    --section-margin-block-sm: 3rem;
    --section-margin-block: 4.5rem;
  }
}

:root {
  /* Font families */
  --font-calibre-regular: "calibreregular", system-ui, sans-serif;
  --font-calibre-semibold: "calibresemibold", system-ui, sans-serif;
  --font-gtsectra-bold: "gtsectrabold", system-ui, serif;
  --font-gtsectra-bolditalic: "gtsectrabolditalic", system-ui, serif;

  /* Font-sizes */
  --font-size-xl: 3rem;
  --font-size-lg: 2rem;
  --font-size-h1: 2rem;
  --font-size-h2: 1.5rem;
  --font-size-h3: 1.5rem;
  --font-size-h4: 1.125rem;
  --font-size-preamble: 1.5rem;
  --font-size-paragraph: 1.188rem;
  --font-size-small: 1.063rem;
  --font-size-xs: 1rem;
  --font-size-xxs: 0.875rem;
}

/* Mobile styling */

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-gtsectra-bold);
  margin-bottom: 16px;
}

h1 {
  font-size: var(--font-size-h1);
  line-height: 120%;
}

h2 {
  font-size: var(--font-size-h2);
  line-height: 125%;
}

h3 {
  font-size: var(--font-size-h3);
  line-height: 125%;
}

h4 {
  font-size: var(--font-size-h4);
  letter-spacing: 0.5px;
}

p {
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-paragraph);
  letter-spacing: 0.3px;
}

strong {
  font-family: var(--font-calibre-semibold);
}

a {
  font-family: var(--font-calibre-semibold);
  color: var(--color-green-primary);
  letter-spacing: 0.3px;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  transition: text-decoration-color 0.2s;
}

a:has(.external-link-icon) {
  display: inline-flex;
  gap: 5px;
}

a:has(.pdf-link-icon) {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.pdf-link-icon {
  min-width: 24px;
  width: 24px;
  height: auto;
  margin-bottom: 6px;
  align-self: flex-start;
}

.Text--overline {
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-xs);
  font-weight: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.is-style-preamble {
  font-family: var(--font-calibre-semibold);
  font-size: var(--font-size-preamble);
  line-height: 104.167%;
}

/* List styling */

.wp-block-list {
  margin-block: 16px;
}

.wp-block-list li {
  font-size: var(--font-size-paragraph);
  line-height: 126%;
  list-style-type: none;
  margin-bottom: 6px;
  padding-left: 1.5ch;
}

.wp-block-list li::before {
  content: "•";
  padding-right: 1ch;
  margin-left: -1.5ch;
}

/* Bottom margins */

p:has(+ :is(h1, h2)) {
  margin-bottom: 40px;
}

p:has(+ :is(h3, h4, h5)) {
  margin-bottom: 32px;
}

p:has(+ p) {
  margin-bottom: 16px;
}

p:has(+ .Button-wrapper) {
  margin-bottom: 24px;
}

/* Style headings with green colour & italic */

mark.has-green-color {
  color: var(--color-green-primary);
  background-color: transparent;
  font-family: var(--font-gtsectra-bolditalic);
}

mark {
  background-color: transparent;
}

/* Line to use for styling headings with a line after */

.Heading--line {
  overflow: hidden;
  padding-block: 0.05em;
  position: relative;
}

.Heading--line::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid var(--color-black-transparent-12);
  position: absolute;
  bottom: 0.55em;
  margin-left: 1rem;
}

/* Overline titles with arrows */

.Overline-arrowTitle {
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-paragraph);
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-right: 40px;
}

.Overline-arrowTitle--singleInSeries {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Overline-arrowTitle--series {
  white-space: nowrap;
}

/* Media queries */

@media (min-width: 600px) {
  :root {
    /* Font-sizes desktop */
    --font-size-xl: 6rem;
    --font-size-lg: 4rem;
    --font-size-h1: 2.5rem;
    --font-size-h2: 2rem;
  }

  /* Desktop styles */
  .Heading--line::after {
    margin-left: 1.5rem;
  }

  .Overline-arrowTitle {
    font-size: var(--font-size-xs);
    margin-top: -28px;
    position: absolute;
  }

  .Overline-arrowTitle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    display: inline-block;
    width: 32px;
    height: 9px;
    margin-left: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMyA4Ij4KICA8cGF0aCBmaWxsPSIjMjIyIiBkPSJNMzIuMzUzNiA0LjM1MzU2Yy4xOTUyLS4xOTUyNy4xOTUyLS41MTE4NSAwLS43MDcxMUwyOS4xNzE2LjQ2NDQ2OWMtLjE5NTMtLjE5NTI2My0uNTExOS0uMTk1MjYzLS43MDcxIDAtLjE5NTMuMTk1MjYyLS4xOTUzLjUxMTg0NCAwIC43MDcxMTFMMzEuMjkyOSA0bC0yLjgyODQgMi44Mjg0M2MtLjE5NTMuMTk1MjYtLjE5NTMuNTExODQgMCAuNzA3MTEuMTk1Mi4xOTUyNi41MTE4LjE5NTI2LjcwNzEgMGwzLjE4Mi0zLjE4MTk4Wk0tNGUtOCA0LjVIMzJ2LTFINGUtOGwtOGUtOCAxWiIvPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* Layout */

body {
  background-color: var(--color-beige-primary);
  color: var(--color-black-text);
  font-family: var(--font-calibre-regular), system-ui, sans-serif;
}

main {
  max-width: var(--page-content-width);
  min-height: 60svh;
  margin-left: auto;
  margin-right: auto;
  padding-inline: var(--padding-inline-page);
  padding-bottom: calc(2 * (var(--section-margin-block)));
}

.Content > :last-child {
  margin-bottom: 0;
}

/* Add extra padding to direct children of .Content (not to blocks) */

.Content > *:not(section) {
  padding-inline: var(--padding-inline-page);
}

/* Reusable classes */

body.disable-scroll {
  overflow: hidden;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

iframe.Form {
  border: none;
  height: 225px; /* Required to fit Upsales form */
  width: 100%;
}

/* States */

body *::-moz-selection {
  background-color: var(--color-green-primary);
  color: var(--color-white-pure);
}

body *::selection {
  background-color: var(--color-green-primary);
  color: var(--color-white-pure);
}

a:hover {
  text-decoration-color: transparent;
}

body *:focus-visible {
  outline: 2px solid var(--color-green-primary);
  outline-offset: 3px;
}

input[type="text"] {
  caret-color: var(--color-green-primary);
}

/* States against dark backgrounds */

.SiteFooter *::-moz-selection, .MainMenu--open *::-moz-selection {
  background-color: var(--color-white-pure);
  color: var(--color-green-primary);
}

.SiteFooter *::selection,
.MainMenu--open *::selection {
  background-color: var(--color-white-pure);
  color: var(--color-green-primary);
}

.SiteFooter *:focus-visible,
.MainMenu--open *:focus-visible {
  outline: 2px solid var(--color-white-pure);
}

/* Bottom margins */

.Button-wrapper:has(+ :is(h1, h2, h3, h4, h5, p, ul, ol)) {
  margin-bottom: 48px;
}

.Button-wrapper:has(+ section) {
  margin-bottom: 64px;
}

.BookCarousel:has(+ .Button-wrapper),
.BubbleCarousel:has(+ .Button-wrapper),
.NewsCarousel:has(+ .Button-wrapper) {
  margin-bottom: 8px;
}

/* Embed align full styling */

.wp-block-embed.alignfull {
  aspect-ratio: 16 / 9;
}

.wp-block-embed.alignfull .wp-block-embed__wrapper,
.wp-block-embed.alignfull iframe {
  width: 100% !important;
  height: 100% !important;
}

/* Media queries */

@media (min-width: 600px) {
  .Content > *:not(section) {
    padding-inline: unset;
  }

  .MediumWidth,
  .is-style-medium {
    margin-inline: var(--section-margin-medium-width);
  }

  .WideWidth,
  .is-style-wide {
    margin-inline: var(--section-margin-wide-width);
  }

  .FullWidth,
  .is-style-full {
    margin-inline: var(--section-margin-full-width);
  }

  .BookCarousel:has(+ .Button-wrapper),
  .BubbleCarousel:has(+ .Button-wrapper),
  .NewsCarousel:has(+ .Button-wrapper) {
    margin-bottom: 24px;
  }

  /* Embed align full styling */
  .wp-block-embed.alignfull {
    margin-inline: var(--section-margin-medium-width);
  }
}

.About {
  padding-inline: var(--padding-inline-page);
  margin-block: var(--section-margin-block);
}

.About-content div {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 16px;
}

.About-content-label {
  margin-bottom: 0;
}

.About-content-text {
  font-size: var(--text-sm);
}

/* Media queries */

@media (min-width: 600px) {
  .About {
    padding-inline: 0;
  }

  .About-content {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

.Address-imageWrapper {
  aspect-ratio: 4 / 3;
  margin-bottom: 8px;
}

.Address-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Address-heading {
  margin-bottom: 6px;
}

/* Target only headings in AddressGrids without images */

.AddressGrid .Address:not(.Address--with-img) .Address-heading {
  font-size: var(--font-size-h4);
  text-wrap: balance;
}

.Address .Address-subheading,
.Address-postalAddress,
.Address-email {
  display: block;
  font-size: var(--font-size-small);
  margin-bottom: 0;
}

.Address-button {
  margin-block: 20px;
}

/* Media queries */

@media (min-width: 600px) {
  .Address-button {
    margin-block: 20px 0;
  }
}

.AddressGrid {
  padding-inline: var(--padding-inline-page);
  margin-block: var(--section-margin-block);
}

.AddressGrid-heading {
  font-size: var(--font-size-h1);
  margin-bottom: 24px;
}

.AddressGrid-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Media queries */

@media (min-width: 600px) {
  .AddressGrid {
    padding-inline: 0;
  }

  /* Heading */
  .AddressGrid-heading {
    font-size: var(--font-size-h2);
    margin-bottom: 2rem;
  }

  /* Grid items */
  .AddressGrid-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 36px 16px;
  }

  .AddressGrid-items:has(.Address--with-img) {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  }
}

@media (min-width: 1600px) {
  .AddressGrid-items:has(.Address--with-img) {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  }
}

.BookCarousel {
  margin-block: var(--section-margin-block);
  margin-left: calc(50% - (var(--width-100vw) / 2));
  margin-right: calc(50% - (var(--width-100vw) / 2));
  position: relative;
}

.BookCarousel-title {
  font-size: var(--font-size-h1);
  margin-inline: 16px;
  margin-bottom: 16px;
}

.BookCarousel-items {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% / 1.5);
  overflow: auto hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-inline: 8px;
  scroll-padding-inline-start: 8px;
  transition: all 0.5s ease-out;
}

.BookCarousel-items::-webkit-scrollbar {
  display: none;
}

/* Styling for carousel item */

.BookCarousel-book {
  position: relative;
  display: grid;
  grid-row: span 2;
  box-sizing: border-box;
  padding-right: 8px;
  scroll-snap-align: center;
}

@supports (grid-template-rows: subgrid) {
  .BookCarousel-book {
    grid-template-rows: subgrid;
  }
}

.BookCarousel-imageWrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}

.BookCarousel-image {
  height: auto;
}

/* Link styling */

.BookCarousel-link,
.BookCarousel-text {
  text-decoration-color: transparent;
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-small);
  color: var(--color-black-text);
  transition: text-decoration-color 0.2s ease;
}

.BookCarousel-link {
  font-family: var(--font-gtsectra-bold);
  margin-bottom: 4px;
}

.BookCarousel-link:hover {
  text-decoration-color: var(--color-black-text);
}

.BookCarousel-link::after {
  inset: 0;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}

/* Media queries */

@media (min-width: 600px) {
  .BookCarousel-title {
    font-size: var(--font-size-h2);
    margin-inline: 40px;
    margin-bottom: 40px;
  }

  .BookCarousel-items {
    grid-auto-columns: calc(100% / 4.5);
    padding-inline: 40px;
    scroll-padding-inline-start: 40px;
  }

  .BookCarousel-book {
    padding-right: 16px;
  }
}

.BrandCard {
  text-align: center;
  position: relative;
}

/* Image */

.BrandCard-imageWrapper {
  margin-bottom: 10px;
  aspect-ratio: 1 / 1;
}

.BrandCard-image,
.BrandCard-imageFallback {
  background-color: var(--color-black-transparent-12);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: transform 0.1s linear;
  will-change: transform;
}

.BrandCard-image.is-active,
.BrandCard-imageFallback.is-active {
  z-index: 1;
}

/* Texts and links */

.BrandCard-link {
  color: inherit;
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-xs);
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease;
}

.BrandCard-link:hover {
  text-decoration-color: inherit;
}

.BrandCard-link::after {
  inset: 0;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}

.BrandCard-name {
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-xs);
}

.Brands-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 8px;
  margin-block: var(--section-margin-block);
}

/* Media queries */

@media (min-width: 600px) {
  .Brands-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px 29px;
  }
}

.BubbleCarousel {
  margin-block: var(--section-margin-block);
}

.BubbleCarousel-title {
  font-size: var(--font-size-h1);
  margin-inline: 16px;
}

.BubbleCarousel-wrapper {
  position: relative;
  margin-left: calc(50% - (var(--width-100vw) / 2));
  margin-right: calc(50% - (var(--width-100vw) / 2));
}

.BubbleCarousel-items {
  display: flex;
  overflow: auto hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-inline: 24px;
}

.BubbleCarousel-items::-webkit-scrollbar {
  display: none;
}

/* Hide navigation arrows on mobile */

.BubbleCarousel .Carousel-navigation {
  display: none;
}

/* Media queries */

@media (min-width: 600px) {
  .BubbleCarousel-title {
    font-size: var(--font-size-h2);
    margin-bottom: 24px;
  }

  .BubbleCarousel-items {
    height: 510px;
    padding-inline: 120px 0;
  }

  /* Navigation buttons */
  .BubbleCarousel .Carousel-navigation {
    display: block;
  }

  .BubbleCarousel .Carousel-nav-btn {
    background: var(--color-black-text);
    border: 1px solid var(--color-white-pure);
    border-radius: 50%;
    color: var(--color-white-pure);
    height: 42px;
    width: 42px;
    padding: 8px;
    pointer-events: all;
    transition: all 0.2s ease-in-out;
  }

  .BubbleCarousel .Carousel-nav-btn:disabled {
    opacity: 0;
    cursor: default;
  }

  .BubbleCarousel .Carousel-nav-btn--prev,
  .BubbleCarousel .Carousel-nav-btn--next {
    position: absolute;
    bottom: 50%;
  }

  .BubbleCarousel .Carousel-nav-btn--next {
    right: var(--padding-inline-page);
  }

  .BubbleCarousel .Carousel-arrow {
    width: 30px;
    height: unset;
  }

  .BubbleCarousel .Carousel-arrow-line {
    background: var(--color-white-pure);
    left: 0;
    width: 22px;
  }

  .BubbleCarousel .Carousel-arrow-tip {
    left: -1px;
    height: 16px;
  }

  /* Hover states */
  .BubbleCarousel .Carousel-nav-btn:not(:disabled):hover {
    scale: 1.2;
  }

  .BubbleCarousel .Carousel-nav-btn:not(:disabled):hover .Carousel-arrow-line {
    width: 25px;
  }

  .BubbleCarousel .Carousel-nav-btn:not(:disabled):hover .Carousel-arrow-tip {
    scale: 1.04 1.08;
    left: 0;
  }
}

.BubbleCarouselItem {
  position: relative;
  padding-top: 8px;
  scroll-snap-align: center;
  margin-bottom: 12px;
}

.BubbleCarouselItem-content {
  transform: scale(0.8);
  opacity: 0;
  display: block;
  text-decoration: none;
  transition:
    opacity 0.5s ease-out,
    transform 0.6s cubic-bezier(0.02, 0.02, 0.15, 1);
}

.BubbleCarouselItem-imageWrapper {
  position: relative;
  transition: scale 0.2s ease-in-out;
}

.BubbleCarouselItem-imageWrapper:hover {
  scale: 1.02;
}

.BubbleCarouselItem-image {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
  transition: transform 0.5s ease-out;
}

/* Animation on scroll */

.BubbleCarouselItem-image.animate-secondary {
  animation: wobble-secondary 1.2s linear;
}

.BubbleCarouselItem-image.animate-primary {
  animation: wobble-primary 1.2s linear;
}

@keyframes wobble-primary {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(-0.5291deg);
  }

  20% {
    transform: rotate(1.8519deg);
  }

  30% {
    transform: rotate(0.2764deg);
  }

  40% {
    transform: rotate(0.5209deg);
  }

  50% {
    transform: rotate(1.2558deg);
  }

  60% {
    transform: rotate(0.6082deg);
  }

  70% {
    transform: rotate(-0.1802deg);
  }

  80% {
    transform: rotate(-0.0927deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes wobble-secondary {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(0.1197deg);
  }

  20% {
    transform: rotate(1.2586deg);
  }

  30% {
    transform: rotate(2.9593deg);
  }

  40% {
    transform: rotate(1.8454deg);
  }

  50% {
    transform: rotate(0.9388deg);
  }

  60% {
    transform: rotate(0.1938deg);
  }

  70% {
    transform: rotate(0.0425deg);
  }

  80% {
    transform: rotate(0.0312deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.BubbleCarouselItem .external-link-icon {
  display: none;
}

.BubbleCarouselItem-titleWrapper {
  max-width: 80%;
  margin-inline: auto;
}

.BubbleCarouselItem-title {
  display: block;
  color: var(--color-black-text);
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-xs);
  line-height: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Media queries */

@media (min-width: 600px) {
  .BubbleCarouselItem {
    scroll-snap-align: none;
  }
}

.Button-wrapper.is-style-center {
  text-align: center;
}

.Button {
  padding: 6px 20px 8px;
  font-family: var(--font-gtsectra-bolditalic);
  font-size: var(--font-size-small);
  background-color: var(--color-green-primary);
  color: var(--color-white-pure);
  text-decoration: none;
  border: none;
  border-radius: 30px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
  transition:
    background-color 0.2s,
    scale 0.3s cubic-bezier(0.57, 0, 0.41, 1.68),
    transform 0.3s cubic-bezier(0.57, 0, 0.41, 1.68);
  max-width: min(100%, 400px);
}

.Button--small {
  padding: 6px 13px 7px;
  font-size: var(--font-size-xxs);
  letter-spacing: 0.5px;
}

.Button--small--white {
  padding: 6px 13px 7px;
  font-size: var(--font-size-xxs);
  letter-spacing: 0.5px;
  background-color: var(--color-white-transparent-75);
  color: var(--color-black-text);
}

.Button-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.external-link-icon {
  min-width: 16px;
  height: 16px;
  width: 16px;
}

/* Hover states */

.Button:hover {
  background-color: var(--color-green-dark);
}

.Button--small--white:hover {
  background-color: var(--color-white-pure);
}

.Button:not(.Button--small, .Button--small--white, .Carousel-button):hover {
  scale: 1.03;
}

.Button.Carousel-button:hover {
  transform: translateX(-50%) scale(1.03);
}

/* Secondary button, transparent background */

.Button--secondary {
  background-color: transparent;
  color: var(--color-green-primary);
  border: 1px solid var(--color-green-primary);
}

.Button--secondary:hover {
  background-color: var(--color-green-primary);
  color: var(--color-white-pure);
}

.CatalogueGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(277px, 1fr));
  gap: 1rem;
}

.CatalogueGrid-item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  cursor: pointer;
}

.CatalogueGrid-item-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16 / 9;
}

.CatalogueGrid-item-title {
  font-size: var(--font-size-small);
  color: var(--color-text-black);
  font-family: var(--font-calibre-regular);
  letter-spacing: 0.3px;
  font-weight: normal;
}

.Columns {
  display: grid;
  gap: 24px;
  margin-block: var(--section-margin-block);
}

.ColumnsLayout-2,
.ColumnsLayout-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.ColumnItem:not(:has(.Images)) {
  padding-inline: var(--padding-inline-page);
}

/* Centered column-items */

.ColumnItem--centerHorizontally,
.ColumnItem--centerVertically {
  display: flex;
  flex-direction: column;
}

.ColumnItem--centerHorizontally {
  align-items: center;
  text-align: center;
}

.ColumnItem--centerVertically {
  justify-content: center;
}

/* Media queries */

@media (min-width: 600px) {
  .Columns.ColumnsLayout-2 {
    gap: 136px;
  }

  .Columns.ColumnsLayout-3 {
    gap: 36px;
  }

  .ColumnsLayout-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ColumnsLayout-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ColumnItem {
    padding-inline: 0;
  }
}

.ContactPerson {
  border-radius: 8px;
  background-color: var(--color-beige-dark);
  display: grid;
  gap: 16px 12px;
  grid-template-areas:
    "image text"
    "button button";
  grid-template-columns: 88px 1fr;
  padding: 16px;
  margin-block: var(--section-margin-block-sm);
}

.ContactPerson-imageWrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  aspect-ratio: 1 / 1;
  grid-area: image;
}

.ContactPerson-image,
.ContactPerson-imageFallback {
  border-radius: 50%;
  background-color: var(--color-black-transparent-12);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ContactPerson-textWrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text;
}

.ContactPerson-heading {
  margin-bottom: 8px;
}

.ContactPerson-text {
  margin-bottom: 0;
  font-size: var(--font-size-small);
}

.ContactPerson .Button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: button;
  grid-column: span 2;
  justify-content: center;
}

/* Contact modal */

.ContactModal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 700px;
  border-radius: 4px;
  border: none;
  background-color: var(--color-beige-primary);
}

::backdrop {
  background-color: rgb(0 0 0 / 50%);
}

.ContactModal-inner {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 24px;
  padding-block: 32px 16px;
  padding-inline: 16px;
}

.ContactModal-header {
  width: 100%;
}

.ContactModal-closeButton {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  align-self: self-end;
  padding: 16px;
}

.ContactModal-closeIcon {
  width: 14px;
  height: 14px;
  transition: scale 0.2s ease-in-out;
}

/* Media queries */

@media (min-width: 600px) {
  .ContactPerson {
    grid-template-columns: 104px 1fr;
    gap: 0 16px;
  }

  .ContactPerson-subheading {
    margin-bottom: 6px;
  }

  .ContactPerson .Button {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: text;
    grid-row: 1;
    place-self: flex-end flex-end;
    margin-bottom: 4px;
  }

  .ContactModal-inner {
    padding-block: 48px 32px;
    padding-inline: 32px;
  }

  .ContactModal-closeButton:hover .ContactModal-closeIcon {
    scale: 1.15;
  }

  /* Animate modal in and out */
  dialog.ContactModal {
    transition:
      display 0.5s allow-discrete,
      overlay 0.5s allow-discrete;
    animation: close 0.25s ease-in forwards;
  }

    dialog.ContactModal[open] {
      animation: open 0.5s cubic-bezier(0.08, 0.1, 0.08, 1) forwards;
    }

  dialog.ContactModal::backdrop {
    transition: all 0.4s ease-in-out;
  }

    @starting-style {

  dialog.ContactModal::backdrop {
      opacity: 0;
  }
    }

  dialog.ContactModal:not([open])::backdrop {
    background-color: transparent;
  }
}

@keyframes open {
  0% {
    opacity: 0;
    translate: 0 5rem;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes close {
  0% {
    opacity: 1;
    translate: 0 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    translate: 0 3rem;
  }
}

.HeadingPreamble {
  padding-inline: var(--padding-inline-page);
  margin-block: var(--section-margin-block-sm);
}

.HeadingPreamble.is-style-center {
  text-align: center;
}

.HeadingPreamble-heading {
  font-size: var(--font-size-xl);
  line-height: 115%;
  margin-bottom: 12px;
}

.HeadingPreamble-preamble {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 60ch;
}

.HeadingPreamble.is-style-center .HeadingPreamble-preamble {
  align-items: center;
}

/* Media queries */

@media (min-width: 600px) {
  .HeadingPreamble {
    display: flex;
    gap: 0 48px;
    flex-wrap: wrap;
    padding-inline: 0;
  }

  .HeadingPreamble.is-style-center {
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }

  .HeadingPreamble-heading {
    align-self: flex-start;
    margin-bottom: 0;
  }

  .HeadingPreamble.is-style-center .HeadingPreamble-heading {
    align-self: center;
  }

  .HeadingPreamble-preamble {
    gap: 16px;
    margin-top: 40px;
  }

  .HeadingPreamble.is-style-center .HeadingPreamble-preamble {
    gap: 32px;
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .HeadingPreamble:not(.is-style-center) .HeadingPreamble-heading {
    max-width: 55vw;
  }
}

:root {
  --border-start: -1rem;
}

.Hero {
  margin-block: var(--section-margin-block-sm);
  padding-bottom: 40px; /* For the decorative border */
}

.Hero-column--text {
  max-width: 65ch;
  margin-inline: 32px;
}

.Hero-title {
  font-size: var(--font-size-xl);
}

/* Decorative border */

.Hero-text--border {
  position: relative;
  padding-bottom: 20px;
}

.Hero-text--border::after {
  content: "";
  background: var(--color-green-primary);
  height: 4px;
  width: 56px;
  bottom: 0;
  position: absolute;
  animation: border-grow 0.8s cubic-bezier(0.37, 0, 0.22, 1) 100ms forwards;
}

/* Disable border animation for no-animation hero */

.Hero--no-animation .Hero-text--border::after {
  animation: none;
  width: 56px;
  translate: 0;
}

@keyframes border-grow {
  from {
    width: 0;
    translate: var(--border-start) 0;
  }

  to {
    width: 1;
    translate: 0;
  }
}

/* Hero with image or form */

.Hero--hasImage,
.Hero--hasForm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Hero--hasImage {
  margin-block: 1rem var(--section-margin-block-sm);
}

.Hero--hasImage .Hero-column--text,
.Hero--hasForm .Hero-column--text {
  flex-shrink: 0;
  max-width: 50ch;
}

.Hero-column--image {
  margin-inline: 8px;
  margin-bottom: 16px;
  max-width: 500px;
}

.Hero-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

.Hero-column--form {
  max-width: 58ch;
  width: 100%;
  padding-inline: 32px;
}

.Hero .Form {
  margin-top: 24px;
}

/* Media queries */

@media (min-width: 600px) {
  :root {
    --border-start: -3rem;
  }

  .Hero--hasImage {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 32px;
    margin-block: var(--section-margin-block-sm);
  }

  .Hero--hasForm {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 32px;
  }

  .Hero-column--text,
  .Hero-column--image {
    margin: 0;
  }

  .Hero--hasImage .Hero-column--text,
  .Hero-column--image,
  .Hero--hasForm .Hero-column--text,
  .Hero-column--form {
    width: 50%;
  }

  .Hero-title {
    font-size: var(--font-size-lg);
  }

  .Hero-column--form {
    margin-top: 1rem;
    max-width: unset;
    padding-inline: unset;
  }

  /* Animations */
  :is(.Hero-title, .Hero-text):not(.Hero--no-animation) {
    animation:
      fade-in 0.6s linear forwards,
      slide-in 0.6s cubic-bezier(0.07, 0.12, 0.28, 1) forwards;
    animation-fill-mode: both;
  }

  .Hero-text {
    animation-delay: 50ms, 150ms;
  }

  /* Disable animations for no-animation hero */
  .Hero--no-animation :is(.Hero-title, .Hero-text) {
    animation: none;
    opacity: 1;
    translate: 0;
  }

  @keyframes slide-in {
    0% {
      translate: -2rem 0;
    }

    100% {
      translate: 0;
    }
  }
  @keyframes fade-in {
    0%,
    10% {
      opacity: 0;
    }

    90,
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 960px) {
  .Hero {
    /* Change from fullwidth to widewidth */
    margin-inline: var(--section-margin-wide-width);
    margin-bottom: calc(1.5 * var(--section-margin-block));
  }

  .Hero:not(.Hero--hasImage) {
    margin-top: var(--section-margin-block);
  }

  .Hero--hasImage .Hero-column--text,
  .Hero-column--image {
    width: auto;
  }
}

@media (min-width: 1280px) {
  .Hero {
    padding-inline: 56px;
  }

  .Hero .Form {
    margin-top: unset;
  }
}

.ImageSlider {
  position: relative;
  margin-block: var(--section-margin-block);
  overflow: hidden; /* Hide items th
  at are outside the slider bounds */
}

.Heading + .ImageSlider {
  margin-top: 0;
}

.ImageSlider-items {
  display: flex;
}

/* Image slider items */

.ImageSliderItem {
  display: block !important;
  flex: 0 0 100%; /* Each item takes up 100% of the slider's width */
  letter-spacing: unset;
  text-decoration: none;
}

.ImageSliderItem-imageWrapper {
  background-color: var(--color-beige-dark);
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio as default */
  width: 100%;
}

.ImageSliderItem-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ImageSliderItem .external-link-icon {
  display: none;
}

.ImageSliderItem-titleWrapper {
  margin-inline: auto;
  max-width: 80vw;
  padding-left: 1px;
}

.ImageSliderItem-title {
  color: var(--color-black-text);
  font-family: var(--font-gtsectra-bolditalic);
  font-size: var(--font-size-h2);
  line-height: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Navigation arrows */

.ImageSlider .Carousel-navigation {
  position: absolute;
  padding-inline: 0;
  margin-top: 0;
  transform: translateY(-50%);
  bottom: 0;
  width: 100%;
}

.ImageSlider .Carousel-nav-btn .Carousel-arrow {
  height: 16px;
}

/* Media queries */

@media (min-width: 600px) {
  .ImageSliderItem-titleWrapper {
    padding-left: unset;
  }

  .ImageSlider .Carousel-nav-btn .Carousel-arrow {
    height: 24px;
  }
}

@media (min-width: 960px) {
  .ImageSliderItem-imageWrapper {
    margin-bottom: 14px;
    padding-bottom: 0; /* Remove 16:9 aspect ratio */
    height: calc(75vh - var(--wp-admin--admin-bar--height));
  }
}

.Images {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* Top margins for Images following any other block than Images */

*:not(.Images) + .Images {
  margin-top: var(--section-margin-block);
}

/* Bottom margins for Images that's followed by any other block than Images */

.Images:has(+ :not(.Images)) {
  margin-bottom: var(--section-margin-block);
}

.ColumnItem .Images {
  margin-bottom: 1rem; /* Less bottom margin for Images inside ColumnItems */
}

/* Image items */

.ImageWrapper {
  position: relative;
}

.ImageWrapper-image {
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ImageWrapper-image:has(+ .ImageWrapper-caption) {
  margin-bottom: 8px;
}

.ImageWrapper-image--circle {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.ImageWrapper-caption {
  font-size: var(--font-size-xs);
  margin-bottom: 24px;
}

.ImageWrapper-image--circle + .ImageWrapper-caption {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

/* Media queries */

@media (min-width: 600px) {
  .Images {
    flex-direction: row;
    gap: 16px;
    margin-block: 8px;
  }

  .ImageWrapper-image {
    max-height: 600px;
    max-width: 100%;
  }

  .ImageWrapper-image--circle {
    max-height: 500px;
    max-width: 500px;
  }

  .ImageWrapper-caption {
    position: absolute;
    top: 100%;
    margin-bottom: 0;
  }
}

.KeyContacts {
  margin-block: var(--section-margin-block);
  padding-inline: var(--padding-inline-page);
}

.KeyContacts-heading {
  font-size: var(--font-size-h1);
  margin-bottom: 24px;
}

.KeyContacts-itemsWrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 16px 0;
}

/* Key contacts items */

.KeyContactsItem {
  display: flex;
  gap: 20px;
  align-items: center;
  overflow: hidden;
}

.KeyContactsItem-imageWrapper {
  flex-shrink: 0;
}

.KeyContactsItem-imageWrapper img,
.KeyContactsItem-imageFallback {
  border-radius: 50%;
  background-color: var(--color-black-transparent-12);
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
  height: 80px;
}

.KeyContactsItem-info-title {
  margin-bottom: 3px;
  font-size: var(--font-size-xs);
}

.KeyContactsItem-info {
  min-width: 0;
}

.KeyContactsItem-info p {
  margin: 0;
  line-height: 19.2px;
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-xs);
}

.KeyContactsItem-info-email,
.KeyContactsItem-info-phone {
  display: block;
  color: inherit;
  font-family: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Media queries */

@media (min-width: 600px) {
  .KeyContacts {
    padding-inline: 0;
  }

  .KeyContacts-heading {
    font-size: var(--font-size-h2);
    margin-bottom: 40px;
  }

  .KeyContacts-itemsWrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px 10px;
  }

  .KeyContactsItem-imageWrapper img,
  .KeyContactsItem-imageFallback {
    width: 104px;
    height: 104px;
  }

  .KeyContactsItem-info-title {
    margin-bottom: 8px;
    font-size: var(--font-size-h4);
  }
}

.KeyPointsGrid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-block: calc(2 * var(--section-margin-block));
  padding-inline: var(--padding-inline-page);
}

.KeyPointsGrid-Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Item title */

.KeyPointsGrid-Item-title {
  margin-bottom: 12px;
}

.KeyPointsGrid-Item-title--xl {
  font-family: var(--font-calibre-semibold);
  font-size: 5rem;
  font-weight: normal;
  letter-spacing: 0.3px;
  height: 0.8em;
}

.KeyPointsGrid-Item-title--xl mark {
  color: var(--color-black-text);
  font-family: var(--font-calibre-semibold);
}

/* Item text */

.KeyPointsGrid-Item-text {
  max-width: 30ch;
}

/* Media queries */

@media (min-width: 600px) {
  .KeyPointsGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 56px 16px;
    padding-inline: 0;
  }

  .KeyPointsGrid-Item-title {
    margin-bottom: 16px;
  }

  .KeyPointsGrid-Item-title--xl {
    font-size: 6rem;
    margin-bottom: 0.2em;
  }
}

/* Media queries */

@media (min-width: 960px) {
  .KeyPointsGrid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }

  .KeyPointsGrid-Item-title--xl {
    font-size: 7.5rem;
  }
}

.NewsCarousel {
  margin-block: var(--section-margin-block);
  margin-left: calc(50% - (var(--width-100vw) / 2));
  margin-right: calc(50% - (var(--width-100vw) / 2));
  position: relative;
}

.NewsCarousel-title {
  font-size: var(--font-size-h1);
  margin-inline: 16px;
  margin-bottom: 16px;
}

.NewsCarousel-items {
  display: flex;
  overflow: auto hidden;
  padding-inline: 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline-start: 8px;
}

.NewsCarousel-items::-webkit-scrollbar {
  display: none;
}

.NewsCarousel-card {
  flex: 0 0 calc((100% / 1.2));
  padding-right: 8px;
  box-sizing: border-box;
  scroll-snap-align: start;
}

/* Media queries */

@media (min-width: 600px) {
  .NewsCarousel-title {
    font-size: var(--font-size-h2);
    margin-inline: 40px;
    margin-bottom: 40px;
  }

  .NewsCarousel-items {
    padding-inline: 40px;
    scroll-padding-inline-start: 40px;
  }

  .NewsCarousel-card {
    flex: 0 0 calc((100% / 5.1));
    padding-right: 16px;
  }
}

.Newsletter {
  background-color: var(--color-beige-dark);
  margin-block: var(--section-margin-block);
}

.Newsletter-wrapper {
  display: flex;
  gap: 32px;
  flex-direction: column;
  padding: 32px;
}

.Newsletter-textWrapper {
  max-width: 60ch;
}

.Newsletter-title {
  font-size: var(--font-size-h1);
}

/* Decorative border */

.Newsletter-text--border {
  position: relative;
  padding-bottom: 24px;
}

.Newsletter-text--border::after {
  content: "";
  background: var(--color-green-primary);
  height: 4px;
  width: 56px;
  bottom: 0;
  position: absolute;
}

.Newsletter-formWrapper {
  width: 100%;
}

.Newsletter .Form {
  height: 28.5rem;
}

/* Media queries */

@media (min-width: 960px) {
  .Newsletter-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 56px;
    margin-inline: auto;
    max-width: var(--page-wide-width);
  }

  .Newsletter-textWrapper {
    margin-bottom: 3rem;
  }

  .Newsletter-textWrapper,
  .Newsletter-formWrapper {
    width: 60ch;
  }
}

@media (min-width: 1280px) {
  .Newsletter-wrapper {
    padding-block: 56px 40px;
    padding-inline: min(82px, 10vw);
  }

  .Newsletter-title {
    font-size: 4rem;
  }

  .Newsletter .Form {
    height: 425px;
  }
}

.OpenPositions {
  margin-block: var(--section-margin-block);
  padding-inline: var(--padding-inline-page);
}

.OpenPositions-heading {
  font-size: var(--font-size-h1);
  margin-bottom: 1rem;
}

.OpenPositionsItem {
  border-bottom: 1px solid var(--color-black-transparent-12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  color: var(--color-black-text);
  font-size: var(--font-size-paragraph);
  padding-block: 16px 14px;
  text-decoration: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNSI+CiAgPHBhdGggc3Ryb2tlPSIjMjIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42IiBkPSJtOSAxOC4zOTc1IDYtNi02LTYuMDAwMDQiLz4KPC9zdmc+Cg==) right 1em no-repeat;
  background-size: 1.1em;
}

.OpenPositionsItem-title,
.OpenPositionsItem-location {
  font-family: var(--font-gtsectra-bold);
  max-width: 60ch;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
  text-decoration-color: transparent;
}

.OpenPositionsItem-location {
  font-family: var(--font-calibre-regular);
}

/* Text decoration on children instead of link to make hover work in Safari */

.OpenPositionsItem:hover .OpenPositionsItem-title,
.OpenPositionsItem:hover .OpenPositionsItem-location {
  text-decoration-color: var(--color-black-text);
}

/* Media queries */

@media (min-width: 600px) {
  .OpenPositions {
    padding-inline: 0;
  }

  .OpenPositions-heading {
    margin-bottom: 2rem;
  }

  .OpenPositionsItem {
    flex-direction: row;
    gap: 16px;
    padding-block: 32px 30px;
    background: none;
  }
}

.PdfLink {
  font-size: var(--font-size-paragraph);
  margin-block: 16px;
  padding-inline: var(--padding-inline-page);
}

@media (min-width: 600px) {
  .PdfLink {
    padding-inline: 0;
  }
}

.Quote {
  margin-top: calc(1.1 * var(--section-margin-block));
  margin-bottom: calc(1.5 * var(--section-margin-block));
  padding-inline: var(--padding-inline-page);
}

.Quote blockquote {
  margin-bottom: 16px;
}

.Quote blockquote p {
  font-size: var(--font-size-h2);
  font-family: var(--font-gtsectra-bold);
  letter-spacing: normal;
  line-height: 110%;
}

.Quote cite {
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-paragraph);
  font-style: normal;
}

/* Media queries */

@media (min-width: 600px) {
  .Quote {
    padding-inline: 0;
  }
}

.RelatedContent {
  margin-block: var(--section-margin-block);
}

.RelatedContent-heading {
  font-size: var(--font-size-h1);
  margin-bottom: 32px;
  padding-inline: var(--padding-inline-page);
}

.RelatedContent-markedHeading {
  color: var(--color-green-primary);
  font-family: var(--font-gtsectra-bolditalic);
}

.RelatedContent-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Media queries */

@media (min-width: 600px) {
  .RelatedContent-heading {
    font-size: var(--font-size-h2);
    margin-bottom: 64px;
    padding-inline: 0;
  }

  .RelatedContent-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px 16px;
  }
}

:root {
  --heading-invisible-opacity: 0;
}

.SplineScene {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  /**
    * Set the height of the SplineScene dynamically based on the
    * number of heading sections, so that each heading gets its own
    * fullscreen scroll area and the scene is fully scrollable.
    */
  height: calc(var(--heading-count) * 100vh);
}

/* Hide main page headline on pages with a SplineScene. */

body:has(.SplineScene) .SinglePost-title {
  display: none;
}

/* Prevent issue where headings are still clickable (but hidden) when scene is out of view,
causing links and buttons in content below the scene to not be clickable. */

.SplineScene.is-out-of-view {
  visibility: hidden;
}

/* 3D model */

.SplineModel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 15dvh;
  width: 100dvw;
  width: calc(100dvw - var(--scrollbar-width));
  height: 90vh;
  z-index: 2;
}

.SplineModel-content {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.SplineModel-content canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* Headings container */

.SplineModel-headings {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* Section wrapper for each heading */

.SplineHeading-section {
  position: relative;
  height: calc(100vh - var(--header-height));
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* First section starts hidden - GSAP will animate it in */

.SplineHeading-section:nth-child(1) {
  opacity: 0;
}

.SplineHeading-preheader,
.Heading--spline {
  text-wrap-style: balance;
  font-family: var(--font-gtsectra-bold);
}

/* Smaller preheader */

.SplineHeading-preheader {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-family: var(--font-calibre-regular);
  text-align: center;
  line-height: 1;
  margin-bottom: 1rem;
}

/*
Each heading positioned within its section.
Headings are sticky and positioned vertically centered,
and horizontally centered with a small offset to the left to make
room for the 3D mug model.
*/

.Heading--spline {
  position: fixed;
  width: 100%;
  top: 35dvh;
  left: 50%;
  transform: translate(-50%, -50%) translateY(50px);
  opacity: var(--heading-invisible-opacity);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  padding: 0 var(--spacing-container);
  pointer-events: auto;
  text-align: center;
  max-width: 20ch;
  z-index: 10;
  font-size: clamp(2rem, 5vw, 3rem);
}

/* Large heading specific styles - position absolute to allow normal scrolling */

.Heading--spline.Heading--large {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6%;
  left: unset;
  width: 100%;
  opacity: 1;
  font-family: var(--font-gtsectra-bolditalic);
  font-size: clamp(4rem, 11vw, 13rem);
  transform: none;
  transition: none;
  padding: 0 var(--spacing-container);
  line-height: 1;
}

/* Fade in headings when they are in viewport. */

.Heading--spline.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
  transition-delay: 0.1s;
}

/* Don't apply exit animation to large heading */

/* .Heading--spline.Heading--large.is-exiting {
  opacity: 1;
  transform: none;
  transition: none;
} */

/* Fade out headings when they are not in viewport. */

.Heading--spline.is-exiting {
  opacity: var(--heading-invisible-opacity);
  transform: translate(-50%, -50%) translateY(-50px);
  transition-duration: 0.1s; /* Faster exit */
}

/* Media queries */

@media (min-width: 600px) {
  .SplineModel-wrapper {
    top: 0;
    padding-top: 15dvh;
  }

  .Heading--spline.Heading--large {
    /* top: calc(50% - 2.5em); */
    top: 15dvh;
  }

  .Heading--spline.is-visible {
    transform: translate(-50%, -50%) translateY(0);
  }

  .Heading--spline {
    font-size: clamp(2.5rem, 5vw, 4rem);
    top: 25dvh;
  }
}

@media (min-width: 960px) {
  .SplineModel-wrapper {
    padding-top: 5vh;
  }

  .Heading--spline.Heading--large {
    top: 50vh;
    transform: translateY(-200%);
  }

  .Heading--spline {
    /* Place text where the mug ear is. */
    top: 47%;
    transform: translate(-15%, -50%) translateY(50px);
  }

  .Heading--spline.is-visible {
    transform: translate(-15%, -50%) translateY(0);
  }

  .Heading--spline.is-exiting {
    transform: translate(-15%, -50%) translateY(-50px);
  }
}

@media (min-width: 1280px) {
  .SplineModel-wrapper {
    padding-top: 10vh;
  }

  .Heading--spline.Heading--large {
    top: 40vh;
    transform: translateY(-100%);
  }
}

@media (min-width: 1600px) {
  .Heading--spline.Heading--large {
    font-size: clamp(4rem, 11vw, 13rem);
  }

  .Heading--spline {
    font-size: clamp(2.5rem, 5vw, 6rem);
  }
}

.test-element-wrapper {
  --size: 200px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  z-index: 500;
  /* Place in center of the screen. */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Disable look at feature that resets the rotation. */
  pointer-events: none;
  visibility: hidden;
}

.test-element-wrapper.is-ready {
  visibility: visible;
}

.rotating-mugs-container {
  background: oklch(1 0 0 / 0.85);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
}

.SplineScene-scrollHint {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjI2OTUgMTAuNUMxMS4yNjk1IDcuNzM2MjUgMTMuNTA1OCA1LjUgMTYuMjY5NSA1LjVDMTMuNTA1OCA1LjUgMTEuMjY5NSAzLjI2Mzc1IDExLjI2OTUgMC41IiBzdHJva2U9IiMyMjIyMjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNi4yNjk1IDUuNUwwLjQ5ODI4MiA1LjUiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
  width: 25px;
  height: 16px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  z-index: 100;
  bottom: 10dvh;
}

.StartpageHero {
  display: flex;
  flex-direction: column;
  margin-block: var(--section-margin-block);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}

.home .StartpageHero {
  margin-block: 0 var(--section-margin-block);
}

.StartpageHero-items {
  display: flex;
  overflow: auto hidden;
  padding-inline: 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline-start: 8px;
}

.StartpageHero-items::-webkit-scrollbar {
  display: none;
}

.StartpageHero-card {
  flex: 0 0 calc((100% / 1.2));
  padding-right: 8px;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.StartpageHero-card--featured .InnerCard-link {
  font-family: var(--font-gtsectra-bold);
  font-size: var(--font-size-h2);
  line-height: 112.5%;
  margin-bottom: 8px;
  -webkit-line-clamp: 3;
}

.StartpageHero-card:not(.StartpageHero-card--featured) .InnerCard-link {
  margin-bottom: 2px;
}

.StartpageHero-card .InnerCard-preamble {
  display: none;
}

/* The first extra-large card */

.StartpageHero-card--featured {
  padding-inline: var(--padding-inline-page);
  margin-bottom: 24px;
}

.StartpageHero-card--featured .InnerCard-preamble {
  overflow: hidden;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Media queries */

@media (min-width: 600px) {
  .StartpageHero {
    margin-inline: var(--section-margin-full-width);
  }

  .StartpageHero:has(.Carousel-button) {
    margin-bottom: calc(2 * var(--section-margin-block));
  }

  .StartpageHero .Carousel-button {
    bottom: calc(-1 * var(--section-margin-block));
  }

  .StartpageHero .Carousel-navigation {
    display: none;
  }

  .StartpageHero-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 32px 16px;
    height: unset !important;
    overflow: visible;
    padding-inline: 0;
  }

  .StartpageHero-card {
    padding-inline: 0;
  }

  /* First featured card */
  .StartpageHero-card--featured .InnerCard-imageWrapper img {
    width: 100%;
  }

  .StartpageHero-card--featured .InnerCard-link,
  .StartpageHero-card--featured .InnerCard-preamble {
    margin-bottom: 12px;
  }
}

@media (min-width: 960px) {
  .StartpageHero {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 16px;
  }

  .StartpageHero-card--featured {
    margin-bottom: 0;
  }

  .StartpageHero-items {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 16px;
  }
}

@media (min-width: 1280px) {
  .StartpageHero {
    grid-template-columns: 2fr 3fr;
  }

  .StartpageHero-items {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 32px 16px;
  }
}

.TeamGrid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 40px 8px;
  margin-block: var(--section-margin-block);
}

/* Media queries */

@media (min-width: 600px) {
  .TeamGrid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
    gap: 52px 16px;
  }
}

.TeamMemberCard {
  max-width: 500px;
}

/* Image */

.TeamMemberCard-imageWrapper {
  margin-bottom: 8px;
  aspect-ratio: 1 / 1;
}

.TeamMemberCard-image,
.TeamMemberCard-imageFallback {
  background-color: var(--color-black-transparent-12);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Texts and links */

.TeamMemberCard-textWrapper p {
  font-size: var(--font-size-xs);
  margin-bottom: 1px;
}

.TeamMemberCard-textWrapper a {
  display: block;
  color: inherit;
  font-family: var(--font-calibre-regular);
  text-decoration-thickness: 0.7px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.TeamMemberCard-name {
  font-family: var(--font-gtsectra-bold);
  margin-bottom: 3px;
}

/* Class for hide card on search */

.TeamMemberCard--hidden {
  display: none;
}

.Ticker {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: var(--color-green-light);
  z-index: 4;
  overflow: hidden;
}

.Ticker-link {
  text-decoration-color: transparent;
}

.Ticker-textWrapper {
  display: flex;
  gap: 80px;
  animation: ticker linear infinite;
}

@keyframes ticker {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-100%);
  }
}

.Ticker-text {
  font-size: var(--font-size-h4);
  font-family: var(--font-gtsectra-bolditalic);
  color: var(--color-black-text);
  padding-block: 7px 9px;
  margin-bottom: 0;
  white-space: nowrap;
  list-style: none;
}

.Ticker-text:not(:last-child)::after {
  content: "////";
  display: inline-block;
  font-family: var(--font-gtsectra-bold);
  color: #0000002b;
  margin-left: 80px;
}

.Video {
  margin-block: var(--section-margin-block);
}

.Heading + .Video {
  margin-top: 0;
}

.VideoWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.VideoWrapper--landscape {
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

.VideoWrapper--portrait {
  margin: auto;
  height: 80vh;
  max-width: calc(80vh * (9 / 16)); /* Adjust width to 9:16 aspect ratio */
}

.VideoWrapper iframe,
.VideoWrapper video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.VideoWrapper--landscape iframe,
.VideoWrapper--landscape video {
  max-height: 90vh;
}

.Reviews {
  overflow: hidden;
  width: 100%;
}

.Review-wrapper {
  display: flex;
  overflow: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.Review-wrapper::-webkit-scrollbar {
  display: none;
}

.Review {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
  scroll-snap-align: start;
}

.Review-quote {
  margin-bottom: 8px;
}

.Review-author {
  font-size: var(--font-size-xxs);
  font-family: var(--font-gtsectra-bolditalic);
}

.Reviews .Carousel-navigation {
  margin-top: 8px;
  padding-inline: 0;
}

/* Media queries */

@media (min-width: 600px) {
  .Reviews .Carousel-navigation {
    margin-top: 32px;
  }

  .Review-wrapper {
    overflow: hidden;
  }

  .Review {
    flex: 0 0 calc((100% / 3));
    padding-right: 40px;
  }
}

.Breadcrumbs {
  display: none;
}

@media (min-width: 600px) {
  .Breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(-1 * var(--header-height));
    padding-block: 16px 14px;
    position: relative;
    z-index: 4;
  }

  /* Decorative line */
  .Breadcrumbs::before {
    content: "";
    border-bottom: 1px solid rgb(0 0 0 / 12%);
    position: absolute;
    left: 0;
    right: 96px;
    z-index: -1;
  }

  .Breadcrumbs-textWrapper {
    background-color: var(--color-beige-primary);
    display: flex;
    gap: 12px;
    padding-inline: 12px;
    transition: all 0.2s ease-in-out;
  }

  .Breadcrumbs-link,
  .Breadcrumbs-currentPage {
    font-family: var(--font-calibre-regular);
    font-size: var(--font-size-xs);
    color: #000;
    text-decoration-color: transparent;
    height: 1rem; /* Same as font-size-xs, to center horizontally */
  }

  .Breadcrumbs-currentPage {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .Breadcrumbs-link:hover,
  .Breadcrumbs-link:focus {
    text-decoration-color: inherit;
    transition: text-decoration-color 0.2s;
  }

  /* Arrows */
  .Breadcrumbs-link::after {
    content: "";
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjI2OTUgMTAuNUMxMS4yNjk1IDcuNzM2MjUgMTMuNTA1OCA1LjUgMTYuMjY5NSA1LjVDMTMuNTA1OCA1LjUgMTEuMjY5NSAzLjI2Mzc1IDExLjI2OTUgMC41IiBzdHJva2U9IiMyMjIyMjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNi4yNjk1IDUuNUwwLjQ5ODI4MiA1LjUiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-size: 17px 11px;
    width: 16px;
    height: 10px;
    margin-left: 12px;
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 960px) {
  .Breadcrumbs-textWrapper {
    padding-inline: 24px;
  }
}

.Carousel-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 260px;
}

/* Media queries */

@media (min-width: 600px) {
  .Carousel-button {
    max-width: min(100%, 400px);
  }
}

/* Navigation buttons */

.Carousel-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-inline: 8px;
  pointer-events: none;
}

.Carousel-nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  pointer-events: all;
  padding-block: 8px;
  padding-right: 8px;
  overflow: hidden;
  color: var(--color-black-text);
}

.Carousel-nav-btn--next {
  transform: rotate(180deg);
}

/* Custom arrow */

.Carousel-arrow {
  position: relative;
  width: 46px;
  height: 40px;
}

.Carousel-arrow-line {
  position: absolute;
  background: currentcolor;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  height: 1.6px;
  width: 35px;
  transition: width 0.4s cubic-bezier(0.74, -1.19, 0.39, 2.07) 40ms;
}

.Carousel-arrow-tip {
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.35s cubic-bezier(0.74, -1.19, 0.39, 2.07);
}

.Carousel-nav-btn--next:disabled,
.Carousel-nav-btn--prev:disabled {
  filter: opacity(0.5);
  cursor: not-allowed;
}

/* Media queries */

@media (min-width: 600px) {
  .Carousel-navigation {
    padding-inline: 40px;
    margin-top: 40px;
  }

  .Carousel-nav-btn {
    padding-block: 6px;
  }

  .Carousel-nav-btn:hover:not(:disabled) .Carousel-arrow-line {
    width: 44px;
  }

  .Carousel-nav-btn:hover:not(:disabled) .Carousel-arrow-tip {
    scale: 1.15 1.2;
    left: 4px;
  }
}

/* Modal */

.CatalogueModal {
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 940px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}

.CatalogueModal::backdrop {
  background-color: rgb(0 0 0 / 80%);
  cursor: pointer;
}

.CatalogueModal-inner {
  width: 100%;
  cursor: default;
}

.CatalogueModal-embed {
  aspect-ratio: 16 / 9;
}

.CatalogueModal-embed iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.CatalogueModal-closeButton {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  background: none;
  border: none;
  width: 14px;
  height: 14px;
}

.CatalogueModal-closeButton:hover {
  opacity: 0.8;
  transform: scale(1.1);
  transition: all 0.2s ease;
}

/* Animate modal in and out */

dialog.CatalogueModal {
  transition:
    display 0.5s allow-discrete,
    overlay 0.5s allow-discrete;
  animation: close 0.25s ease-in forwards;
}

dialog.CatalogueModal[open] {
    animation: open 0.5s cubic-bezier(0.08, 0.1, 0.08, 1) forwards;
  }

dialog.CatalogueModal::backdrop {
  transition: all 0.4s ease-in-out;
}

@starting-style {

dialog.CatalogueModal::backdrop {
    opacity: 0;
}
  }

dialog.CatalogueModal:not([open])::backdrop {
  background-color: transparent;
}

@keyframes open {
  0% {
    opacity: 0;
    translate: 0 5rem;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes close {
  0% {
    opacity: 1;
    translate: 0 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    translate: 0 3rem;
  }
}

@media (min-width: 600px) {
  .CatalogueModal {
    padding: 3rem;
  }

  .CatalogueModal-closeButton {
    top: 1rem;
    right: 1rem;
  }
}

@media (min-width: 1280px) {
  .CatalogueModal {
    max-width: 1200px;
  }
}

/* Checkbox styling */

.Checkbox-label {
  --border: darkgrey;
  --border-hover: lightgrey;
  --border-active: var(--color-green-primary);
  --tick: var(--color-white-pure);

  position: relative;
}

.Checkbox-label input,
.Checkbox-label svg {
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  display: block;
}

.Checkbox-label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  outline: none;
  background: var(--background);
  border: none;
  background-clip: padding-box;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: inset 0 0 0 var(--box-shadow-inset, 1.5px)
    var(--box-shadow-color, var(--border));
}

.Checkbox-label svg {
  pointer-events: none;
  fill: none;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 2.5px;
  transform: scale(var(--scale, 1));
  will-change: transform;
}

/* Hover and checked states */

.Checkbox-label input:hover {
  --box-shadow-inset: 2px;
  --box-shadow-color: var(--border-hover);
}

.Checkbox-label input:checked {
  --box-shadow-color: var(--border-active);
}

/* Keyboard focus state */

.Checkbox-label input:focus-visible {
  outline: 2px solid var(--color-green-primary);
  outline-offset: 2px;
}

/* Bounce animation */

.Checkbox-label.Checkbox--bounce {
  --stroke: var(--tick);
}

.Checkbox-label.Checkbox--bounce input:checked {
  --box-shadow-inset: 10px;
}

.Checkbox-label.Checkbox--bounce svg {
  --scale: 0;
}

.Checkbox-label.Checkbox--bounce input:checked + svg {
  animation: checkbox-bounce 0.4s linear forwards;
}

/* Animation */

@keyframes checkbox-bounce {
  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.CtaSticker {
  background-color: var(--color-green-dark);
  position: fixed;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  right: 8px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  cursor: pointer;
  scale: 1;
  transition:
    background-color 0.3s ease-in-out,
    scale 0.2s ease-in-out;
}

.CtaSticker-openIcon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  visibility: visible;
  opacity: 1;
  width: 24px;
  height: 24px;
  position: absolute;
  transition:
    opacity 0.3s ease-in-out,
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}

.CtaSticker-closeIcon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  rotate: -90deg;
  visibility: hidden;
  width: 0;
  height: 0;
  transition:
    background-color 0.2s ease-in-out,
    rotate 0.3s ease-in-out,
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}

/* The outline around the circle */

.CtaSticker::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: var(--color-green-dark) 2px solid;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.CtaSticker--open::after {
  opacity: 0;
}

/* Opened state */

.CtaSticker--open {
  background-color: var(--color-black-text);
}

.CtaSticker--open .CtaSticker-closeIcon {
  rotate: 0deg;
  visibility: visible;
  width: 18px;
  height: 18px;
  transition:
    rotate 0.3s ease-in-out,
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}

.CtaSticker--open .CtaSticker-openIcon {
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
}

/* Modal */

.CtaModal {
  border: none;
  border-radius: 4px;
  background-color: var(--color-green-dark);
  color: var(--color-white-pure);
  padding: 24px;
  padding-bottom: 32px;
  position: fixed;
  width: calc(100% - 32px);
  left: 16px;
  bottom: 100px;
  z-index: 1;
}

.CtaModal[open] {
  animation: show 0.4s cubic-bezier(0.12, 0, 0.18, 1);
}

.CtaModal.CtaModal--hide {
  animation: hide 0.4s cubic-bezier(0.12, 0, 0.18, 1);
}

.CtaModal-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

/* Animation */

@keyframes show {
  from {
    bottom: 70px;
    opacity: 0.5;
  }

  to {
    bottom: 100px;
    opacity: 1;
  }
}

@keyframes hide {
  from {
    bottom: 100px;
    opacity: 1;
  }

  to {
    bottom: 70px;
    opacity: 0;
  }
}

/* Media queries */

@media (min-width: 600px) {
  .CtaSticker {
    bottom: 24px;
    right: 24px;
  }

  .CtaSticker--open {
    background-color: var(--color-black-text);
  }

  .CtaModal {
    width: 400px;
    left: calc(100vw - 420px);
  }

  .CtaSticker:hover {
    scale: 1.02;
  }

  .CtaSticker:hover::after {
    inset: -5px;
    border-width: 1.5px;
  }
}

.SiteFooter {
  background-color: var(--color-green-primary);
  color: var(--color-white-pure);
  padding-block: 32px 64px;
  padding-inline: 16px;
}

.SiteFooter a {
  color: var(--color-white-pure);
  font-size: var(--font-size-small);
  font-family: var(--font-calibre-regular);
}

.Footer-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

/* Addresses in footer */

.Footer-content .Address-imageWrapper {
  display: none;
}

.Footer-content .Address-heading,
.Footer-content .Footer-heading {
  overflow: hidden;
  padding-block: 0.05em;
  position: relative;
}

.Footer-content .Address-heading::after,
.Footer-content .Footer-heading::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  position: absolute;
  bottom: 0.6em;
  margin-left: 1rem;
}

/* Footer menu is the last grid with links */

.Footer-content .Footer-heading {
  margin-bottom: 6px;
}

.Footer-links-list {
  list-style: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.Footer-links-list .menu-item {
  cursor: pointer;
}

.Footer-links-list .menu-item a {
  display: block;
}

/* Logos */

.Footer-logos {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.Footer-logos-rnb {
  flex-shrink: 0;
  width: 100%;
}

.Footer-logos-some {
  display: flex;
  gap: 12px;
  order: 3;
}

.Footer-logos-rnb,
.Footer-logos-some-link {
  transition: scale 0.3s cubic-bezier(0.5, -0.49, 0.46, 1.51);
}

.Footer-logos-some-link img {
  height: 40px;
  width: 40px;
}

.Footer-tagline {
  font-size: var(--font-size-xs);
}

/* Hover states */

.Footer-logos-rnb:hover {
  scale: 1.03;
}

.Footer-logos-some-link:hover {
  scale: 1.1;
}

/* Media queries */

@media (min-width: 600px) {
  .SiteFooter {
    padding-block: 56px;
    padding-inline: var(--padding-inline-page);
  }

  .Footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 32px 16px;
    margin-bottom: 72px;
  }

  .Footer-content .Address-heading::after,
  .Footer-content .Footer-heading::after {
    display: none;
  }

  .Footer-logos {
    gap: 32px;
  }

  .Footer-logos-rnb {
    width: 220px;
  }

  .Footer-logos-some {
    gap: 16px;
    order: unset;
  }

  .Footer-logos-some-link img {
    height: 30px;
    width: 30px;
  }

  .Footer-tagline {
    max-width: 65ch;
    margin-top: 3px;
  }
}

.Header {
  position: sticky;
  top: 0;
  z-index: 5;
  padding-inline: 12px;
  padding-block: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  background: var(--color-beige-primary);
}

.Header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  height: 100%;
}

.Header-logo {
  position: relative;
  display: flex;
}

.Header-logo-horizontal {
  display: inline-block;
  width: 200px;
  height: auto;
  transition: all 0.3s ease;
  transform: translateY(0);
}

.Header-logo-vertical {
  position: absolute;
  width: 24px;
  height: auto;
  top: 5px;
  left: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-40px);
  display: none;
}

.Header-tagline {
  transition: all 0.3s ease;
  transform: translateY(0);
}

.Header-tagline p {
  font-size: var(--font-size-small);
}

.Header-actions {
  position: absolute;
  top: 27px;
  right: 8px;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

/* Search button */

.Header-searchButton {
  aspect-ratio: 1;
  background-color: var(--color-white-pure);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.Header-searchButton-icon {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
  transition: all 0.5s cubic-bezier(0.41, 0, 0.25, 1.59) 100ms;
}

/* Media queries */

@media (min-width: 600px) {
  .Header {
    top: var(--wp-admin--admin-bar--height);
    padding: 8px;
    padding-top: 8px;
    align-items: flex-start;
    background: none;
    height: var(--header-height);
    visibility: hidden;
  }

  .Header *:not(.Header-logo) {
    visibility: visible;
  }

  .Header.Header--frontpage {
    height: 180px;
  }

  .Header-logo {
    align-items: center;
    width: 40%;
  }

  .Header-logo-horizontal {
    display: none;
  }

  .Header--frontpage .Header-logo-horizontal {
    width: 100%;
    min-width: 300px;
    display: block;
    margin-left: 30px;
  }

  .Header-logo-vertical {
    display: block;
    transform: translateX(0);
  }

  .Header--frontpage .Header-logo-vertical {
    transform: translateX(-40px);
  }

  .Header-tagline {
    max-width: 66ch;
    margin-left: 30px;
  }

  .Header-actions {
    top: 8px;
  }

  /* Search button hover animation */
  .Header-searchButton:hover {
    scale: 1.15;
  }

  .Header-searchButton:hover .Header-searchButton-icon {
    left: 2px;
    rotate: 90deg;
  }
}

@media (min-width: 960px) {
  .Header-content {
    flex-direction: row;
    justify-content: flex-start;
    gap: 50px;
  }

  .Header-tagline {
    max-width: 66ch;
    margin-left: unset;
    align-self: center;
  }

  .Header-tagline p {
    padding-top: 4px;
  }
}

@media (min-width: 1280px) {
  .Header-tagline p {
    font-size: var(--font-size-paragraph);
  }
}

.InnerCard {
  position: relative;
}

/* Image */

.InnerCard-imageWrapper {
  aspect-ratio: 16 / 9;
  height: 70%;
  width: 100%;
  margin-bottom: 10px;
  background-color: var(--color-beige-dark);
}

.InnerCard-imageWrapper--authorsLayout,
.InnerCard-imageWrapper--booksLayout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.InnerCard-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.InnerCard-image--authorsLayout,
.InnerCard-image--booksLayout {
  width: auto;
  padding-block: 10px;
}

/* Title and text */

.InnerCard-title,
.InnerCard-link {
  font-size: var(--font-size-small);
  color: var(--color-text-black);
  font-family: var(--font-calibre-regular);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease;
}

.InnerCard-link:hover {
  text-decoration-color: var(--color-black-text);
}

.InnerCard-link::after {
  inset: 0;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}

.InnerCard-preamble {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}

/* Categories */

.InnerCard-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.InnerCard-categories .InnerCard-category {
  font-size: var(--font-size-xxs);
  font-family: var(--font-gtsectra-bolditalic);
  color: var(--color-green-primary);
  margin-bottom: 0;
}

.InnerCard-categories .InnerCard-category:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
}

.InventoryFilter {
  --filter-fieldset-padding: 24px;
  --filter-fieldset-gap: 10px;

  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
  border-top: 1px solid rgb(0 0 0 / 12%);
  padding-top: 25px;
}

@media (min-width: 600px) {
  .InventoryFilter {
    margin-top: var(--section-margin-block);
  }
}

.InventoryFilter-selectedFiltersWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--filter-fieldset-gap) / 2) var(--filter-fieldset-gap);
}

@media (min-width: 600px) {
  .InventoryFilter-selectedFiltersWrapper {
    gap: var(--filter-fieldset-gap);
    justify-content: flex-start;
  }
}

.InventoryFilter-filterByLabel {
  line-height: 1;
  flex-basis: 100%;
  font-family: var(--font-gtsectra-bolditalic);
  margin-left: 10px;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .InventoryFilter-filterByLabel {
    flex-basis: unset;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.InventoryFilter-pillWrapper {
  flex-grow: 1;
}

@media (min-width: 600px) {
  .InventoryFilter-pillWrapper {
    position: relative;
    flex-grow: 0;
  }
}

.InventoryFilter-modalButton {
  padding-right: 11px;
  width: 100%;
}

.InventoryFilter-modalButton::after {
  content: "";
  background-size: cover;
  width: 12px;
  height: 12px;
  transition:
    transform 0.1s ease-in-out,
    background 0.5s cubic-bezier(0.63, 0, 0.21, 1);
  margin-top: 1px;
  margin-left: auto;
}

.InventoryFilter-modalButton--hasNoSelectedItems::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMiAxMiI+CiAgPHBhdGggc3Ryb2tlPSIjMDA4NDZjIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42IiBkPSJtMyA0LjUgMyAzIDMtMyIvPgo8L3N2Zz4K);
}

.InventoryFilter-modalButton--hasNoSelectedItems:hover::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMiAxMiI+CiAgPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42IiBkPSJtMyA0LjUgMyAzIDMtMyIvPgo8L3N2Zz4K);
}

.InventoryFilter-modalButton--hasSelectedItems::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMiAxMiI+CiAgPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42IiBkPSJtMyA0LjUgMyAzIDMtMyIvPgo8L3N2Zz4K);
}

.InventoryFilter-selectedFilter {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--color-black-text);
  border-radius: 30px;
  color: var(--color-black-text);
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-xs);
  font-weight: normal;
  letter-spacing: 0.3px;
  padding-inline: 12px 8px;
  padding-top: 5px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.57, -0.18, 0.43, 2.08);
}

.InventoryFilter-selectedFilter::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNSI+CiAgPGcgZmlsbD0iIzAwMCIgY2xpcC1wYXRoPSJ1cmwoI2EpIj4KICAgIDxwYXRoIGQ9Im03LjAwMDMxIDguMTk5OTUtMi40NyAyLjQ3OTk1LS43MS0uNjk5OTUgMi40Ny0yLjQ4LTIuNDctMi40Ny43LS43MSAyLjQ4IDIuNDcgMi40OC0yLjQ3LjY5OTk5LjctMi40Njk5OSAyLjQ4IDIuNDY5OTkgMi40OC0uNjk5OTkuNjk5OTUtMi40OC0yLjQ2OTk1di0uMDFaIi8+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDE0LjVjMS44NTY1MiAwIDMuNjM3LS43Mzc1IDQuOTQ5Ny0yLjA1MDNDMTMuMjYyNSAxMS4xMzcgMTQgOS4zNTY1MiAxNCA3LjVjMC0xLjg1NjUyLS43Mzc1LTMuNjM2OTktMi4wNTAzLTQuOTQ5NzVDMTAuNjM3IDEuMjM3NSA4Ljg1NjUyLjUgNyAuNWMtMS44NTY1MiAwLTMuNjM2OTkuNzM3NS00Ljk0OTc1IDIuMDUwMjVDLjczNzQ5OCAzLjg2MzAxIDAgNS42NDM0OCAwIDcuNWMwIDEuODU2NTIuNzM3NDk4IDMuNjM3IDIuMDUwMjUgNC45NDk3QzMuMzYzMDEgMTMuNzYyNSA1LjE0MzQ4IDE0LjUgNyAxNC41Wm0wLTFjLjc4NzkzIDAgMS41NjgxNS0uMTU1MiAyLjI5NjEtLjQ1NjcuNzI4LS4zMDE2IDEuMzg5NC0uNzQzNSAxLjk0NjUtMS4zMDA3LjU1NzItLjU1NzEuOTk5MS0xLjIxODUgMS4zMDA3LTEuOTQ2NUMxMi44NDQ4IDkuMDY4MTUgMTMgOC4yODc5MyAxMyA3LjVzLS4xNTUyLTEuNTY4MTUtLjQ1NjctMi4yOTYxYy0uMzAxNi0uNzI3OTUtLjc0MzUtMS4zODkzOS0xLjMwMDctMS45NDY1NC0uNTU3MS0uNTU3MTUtMS4yMTg1LS45OTkxMS0xLjk0NjUtMS4zMDA2NEM4LjU2ODE1IDEuNjU1MTkgNy43ODc5MyAxLjUgNyAxLjVjLTEuNTkxMyAwLTMuMTE3NDIuNjMyMTQtNC4yNDI2NCAxLjc1NzM2QzEuNjMyMTQgNC4zODI1OCAxIDUuOTA4NyAxIDcuNXMuNjMyMTQgMy4xMTc0IDEuNzU3MzYgNC4yNDI2QzMuODgyNTggMTIuODY3OSA1LjQwODcgMTMuNSA3IDEzLjVaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImEiPgogICAgICA8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjUpIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+Cg==);
  background-size: cover;
  width: 14px;
  height: 15px;
  pointer-events: none;
  margin-top: -5px;
}

.InventoryFilter-sortButton {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
  margin-right: 10px;
  order: 1;
  font-family: var(--font-gtsectra-bolditalic);
  font-size: var(--font-size-xxs);
  text-decoration: none;
  color: var(--color-black-text);
}

@media (min-width: 600px) {
  .InventoryFilter-sortButton {
    margin-right: 0;
  }
}

.InventoryFilter-sortButton::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjI2OTUgMTAuNUMxMS4yNjk1IDcuNzM2MjUgMTMuNTA1OCA1LjUgMTYuMjY5NSA1LjVDMTMuNTA1OCA1LjUgMTEuMjY5NSAzLjI2Mzc1IDExLjI2OTUgMC41IiBzdHJva2U9IiMyMjIyMjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNi4yNjk1IDUuNUwwLjQ5ODI4MiA1LjUiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}

.InventoryFilter-sortButton--asc::after {
  transform: rotate(90deg);
}

/* Modal */

.InventoryFilter-modal {
  position: absolute;
  display: block;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 10;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition:
    opacity 0.1s ease-in-out,
    transform 0.1s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .InventoryFilter-modal {
    top: 40px;
    width: 350px;
  }
}

.InventoryFilter-modal--open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.InventoryFilter-modal-content {
  background: var(--color-white-pure);
  border-radius: 4px;
  overflow: hidden;
}

.InventoryFilter-sections {
  display: grid;
  row-gap: 16px;
}

.InventoryFilter-fieldset {
  border: 0;
  height: 250px;
  overflow-y: auto;
  padding: var(--filter-fieldset-padding);
  padding-bottom: 0;
  background: linear-gradient(to bottom, #fff, 85%, #f5f5f5);
}

/* Items */

.InventoryFilter-item {
  display: flex;
  cursor: pointer;
  align-items: start;
  gap: 6px;
  margin-bottom: 6px;
  font-size: var(--font-size-paragraph);
}

/* The label of a term with children. */

.InventoryFilter-toggleChildren {
  display: block;
  padding: 15px;
  margin-left: auto;
  margin-top: -7px;
  margin-right: -15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDE4LjEzMjRMOSAxMi4xMzI0TDE1IDYuMTMyNDUiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  border: none;
}

/* Rotate chevron when expanded. */

.InventoryFilter-list-item--expanded
  > .InventoryFilter-item
  > .InventoryFilter-toggleChildren {
  transform: rotate(90deg);
}

.InventoryFilter-item--term {
  margin-left: 10px;
}

/* List with all terms. Below "All Books" text. */

.InventoryFilter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* UL with children to a term.
Hidden children by default - animate height to auto. */

.InventoryFilter-list--children {
  interpolate-size: allow-keywords;
  height: 0;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 0;
  transition: height 0.25s ease-out;
}

/* Show children when parent is expanded */

.InventoryFilter-list-item--expanded > .InventoryFilter-list--children {
  height: auto;
  margin-bottom: 10px;
}

.InventoryFilter-apply {
  margin-top: 1rem;
}

.Checkbox-label input {
  margin-top: 2px; /* Center checkbox on mobile */
}

@media (min-width: 600px) {
  .InventoryFilter-sections {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 28px;
  }

  .InventoryFilter-item {
    align-items: center;
  }

  .InventoryFilter-apply {
    margin-top: 0;
  }

  .Checkbox-label input {
    margin-top: -4px; /* Center checkbox on desktop */
  }

  /* Buttons hover */
  .InventoryFilter-modalButton:not(
      .InventoryFilter-modalButton--active
    ):hover::after {
    background-position: 0 12px;
  }

  .InventoryFilter-selectedFilter:hover {
    padding-inline: 16px 12px;
  }
}

.InventoryFilter-actions {
  --gap: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap);
  /* margin-top: 1rem; */
  padding: var(--filter-fieldset-padding);
}

.InventoryFilter-actions-button {
  text-align: center;
  justify-content: center;
}

.InventoryList {
  display: grid;
  grid-auto-rows: auto;
}

.InventoryList-countWrapper {
  padding: 16px 10px;
  display: flex;
  gap: 16px;
  flex-basis: 50%;
}

@media screen and (min-width: 768px) {
  .InventoryList-countWrapper {
    flex-basis: unset;
  }
}

.InventoryList-count,
.InventoryList-clear,
.InventoryList-noResults {
  font-size: var(--font-size-xxs);
}

.InventoryListItem {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-rows: 1fr auto;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  box-shadow: 0 -13px 24px 0 rgb(0 0 0 / 3%) inset;
  padding: 16px 8px;
  margin-left: calc(50% - (var(--width-100vw) / 2));
  margin-right: calc(50% - (var(--width-100vw) / 2));
}

/* ListItem image */

.InventoryListItem-imageWrapper {
  display: flex;
  justify-content: center;
}

.InventoryListItem-image--books {
  max-width: 90px;
  max-height: 90px;
  width: auto;
  height: auto;
}

.InventoryListItem-image--authors,
.InventoryListItem-image--brands {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ListItem text */

.InventoryListItem-link {
  display: block;
  color: var(--color-black-text);
  font-family: var(--font-gtsectra-bold);
  font-size: var(--font-size-xs);
  text-decoration: none;
  max-width: 60ch;
}

.InventoryListItem-bookTitle {
  display: block;
  margin-bottom: 4px;
}

.InventoryListItem-bookSeries,
.InventoryListItem-author {
  display: block;
  font-family: var(--font-calibre-regular);
  font-size: var(--font-size-small);
  font-weight: normal;
}

/* ListItem categories */

.InventoryListItem-categories {
  display: none;
}

/* Media queries */

@media (min-width: 600px) {
  .InventoryList-countWrapper {
    padding: 0;
    /* margin-bottom: 40px; */
    margin-left: 3px;
  }

  .InventoryListItem {
    grid-template-columns: 112px 1fr 1fr;
    grid-template-rows: unset;
    padding: 24px 40px;
  }

  .InventoryListItem-image--books {
    max-width: 112px;
    max-height: 112px;
  }

  .InventoryListItem-image--authors,
  .InventoryListItem-image--brands {
    width: 112px;
    height: 112px;
  }

  .InventoryListItem-title,
  .InventoryListItem-categories {
    margin-bottom: 6px;
  }

  .InventoryListItem-categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-self: end;
    justify-content: flex-end;
    max-width: 300px;
    grid-column: unset;
  }
}

.MainMenu {
  display: none;
}

.MainMenu--open {
  display: flex;
  justify-content: flex-end;
  text-align: end;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-green-primary);
  z-index: 10;
}

.MainMenu-button svg {
  width: 12px !important;
  max-width: 12px !important;
}

.MainMenu-button--open {
  top: 12px;
  right: 12px;
  z-index: 15;
}

.MainMenu-content {
  list-style: none;
  padding-inline: 16px;
  padding-block: 80px;
  overflow: scroll;
}

/* Menu items */

.MainMenu-content .menu-item a {
  color: var(--color-white-pure);
  font-family: var(--font-gtsectra-bold);
  font-size: var(--font-size-lg);
  text-decoration: none;
}

.MainMenu-content .menu-item a span {
  color: var(--color-pink-light);
  font-family: var(--font-gtsectra-bolditalic);
}

/* Animation when opening menu */

.MainMenu-content .menu-item {
  animation:
    menu-item-fade 0.4s linear forwards,
    menu-item-slide 0.5s cubic-bezier(0.13, 0.15, 0.29, 0.99) forwards;
  animation-fill-mode: both;
}

@keyframes menu-item-fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes menu-item-slide {
  from {
    transform: translateY(2rem);
  }

  to {
    transform: translateY(0);
  }
}

.MainMenu-content .menu-item:nth-child(1) {
  animation-delay: 10ms, 20ms;
}

.MainMenu-content .menu-item:nth-child(2) {
  animation-delay: 90ms, 100ms;
}

.MainMenu-content .menu-item:nth-child(3) {
  animation-delay: 130ms, 140ms;
}

.MainMenu-content .menu-item:nth-child(4) {
  animation-delay: 170ms, 180ms;
}

.MainMenu-content .menu-item:nth-child(5) {
  animation-delay: 210ms, 220ms;
}

.MainMenu-content .menu-item:nth-child(6) {
  animation-delay: 250ms, 260ms;
}

.MainMenu-content .menu-item:nth-child(7) {
  animation-delay: 290ms, 300ms;
}

.MainMenu-content .menu-item:nth-child(8) {
  animation-delay: 330ms, 340ms;
}

/* Media queries */

@media (min-width: 600px) {
  .MainMenu-button--open {
    top: 8px;
    right: 20px;
  }

  .MainMenu-content {
    padding-inline: 95.5px;
    padding-block: 142px;
  }

  .MainMenu-content .menu-item {
    margin-bottom: 0.5rem;
  }

  .MainMenu-content .menu-item a {
    transition: padding-right 0.4s cubic-bezier(0.63, 0, 0.21, 1);
    line-height: 103.125%;
  }

  /* Hover states */
  .MainMenu-button--open:hover {
    background-color: transparent;
  }

  .MainMenu-content .menu-item:hover a {
    padding-right: 8px;
  }

  /* Smaller menu items */
  .MainMenu-content .menu-item.small {
    margin-bottom: 4px;
  }

  .MainMenu-content .menu-item.small a {
    font-size: var(--font-size-h3);
  }

  /* More spacing around small items */
  .MainMenu-content .menu-item:not(.small):has(+ .menu-item.small),
  .MainMenu-content .menu-item.small:has(+ .menu-item:not(.small)) {
    margin-bottom: 32px;
  }
}

.NewsArchive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style-type: none;
}

/* White filter buttons */

.NewsArchive-filters-item--active {
  background-color: var(--color-green-primary);
  color: var(--color-white-pure);
}

.NewsArchive-filters-item--active:hover {
  background-color: var(--color-green-dark);
}

.NewsArchive-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-block: var(--section-margin-block-sm) var(--section-margin-block);
}

.NewsArchive-group {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.NewsArchive-card .InnerCard-imageWrapper img {
  width: 100%;
}

.NewsArchive-card .InnerCard-link {
  margin-bottom: 2px;
}

.NewsArchive-card .InnerCard-preamble {
  display: none;
}

/* Media queries */

@media (min-width: 600px) {
  .NewsArchive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 32px 16px;
  }

  .NewsArchive-group {
    display: contents;
  }

  .NewsArchive-card .InnerCard-link {
    margin-bottom: 6px;
  }
}

@media (min-width: 960px) {
  .NewsArchive-grid {
    display: block;
  }

  .NewsArchive-group {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    gap: 32px 16px;
    margin-bottom: 32px;
  }
    :is(.NewsArchive-group:nth-child(odd) .NewsArchive-card:first-child,.NewsArchive-group:nth-child(even) .NewsArchive-card:nth-child(5)) .InnerCard-link {
      font-family: var(--font-gtsectra-bold);
      font-size: var(--font-size-h2);
      line-height: 112.5%;
      margin-bottom: 16px;
    }

    :is(.NewsArchive-group:nth-child(odd) .NewsArchive-card:first-child,.NewsArchive-group:nth-child(even) .NewsArchive-card:nth-child(5)) .InnerCard-preamble {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

  .NewsArchive-group:nth-child(odd) .NewsArchive-card:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }

  .NewsArchive-group:nth-child(even) .NewsArchive-card:nth-child(5) {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
  }
}

@media (min-width: 1920px) {
  .NewsArchive-search,
  .NewsArchive-filters,
  .NewsArchive-grid {
    padding-inline: 10vw;
  }
}

.Pagination {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: var(--section-margin-block);
  justify-content: center;
}

.Pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-paragraph);
  font-family: var(--font-calibre-regular);
  color: var(--color-black-text);
  line-height: 1;
  height: 32px;
  width: 32px;
  text-decoration: none;
  padding-top: 6px;
  transition: all 0.2s ease-in-out;
}

.Pagination .page-numbers.current {
  background-color: var(--color-green-primary);
  color: var(--color-white-pure);
  border-radius: 2px;
}

.Pagination .page-numbers.prev,
.Pagination .page-numbers.next {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDE4LjEzMjRMOSAxMi4xMzI0TDE1IDYuMTMyNDUiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) center center no-repeat;
  background-size: 24px 24px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 0;
}

.Pagination .page-numbers.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNSI+CiAgPHBhdGggc3Ryb2tlPSIjMjIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42IiBkPSJtOSAxOC4zOTc1IDYtNi02LTYuMDAwMDQiLz4KPC9zdmc+Cg==);
}

/* Hover states */

.Pagination .page-numbers:not(.current, .dots):hover {
  background-color: var(--color-beige-extradark);
}

.SearchForm {
  border-bottom: 1px solid var(--color-black-transparent-50);
  padding-block: 12px 5px;
  margin-bottom: 24px;
  position: relative;
}

.SearchForm-searchIcon {
  position: absolute;
  bottom: 7px;
  height: 24px;
  width: 24px;
  transition: all 0.5s cubic-bezier(0.41, 0, 0.25, 1.59);
}

.SearchForm-searchInput {
  background-color: transparent;
  border: 0 transparent;
  border-radius: 0;
  font-size: var(--font-size-paragraph);
  padding-left: 30px;
  width: 100%;
  transition: padding 0.55s cubic-bezier(0.41, 0, 0.25, 1.59) 50ms;
}

.SearchForm-searchInput::-moz-placeholder {
  color: var(--color-black-transparent-50);
}

.SearchForm-searchInput::placeholder {
  color: var(--color-black-transparent-50);
}

/* Hover states */

.SearchForm-searchInput:hover {
  padding-left: 36px;
}

.SearchForm-searchIcon:has(~ .SearchForm-searchInput:hover) {
  bottom: 5px;
  height: 28px;
  width: 28px;
  rotate: 90deg;
}

.GlobalSearchForm {
  position: relative;
  line-height: 1;
  font-size: var(--font-size-paragraph);
  transition: all 0.25s ease-out;
}

.GlobalSearchForm-searchInput {
  width: 100%;
  background-color: var(--color-white-pure);
  padding-block: 1em 0.7em;
  padding-inline: 2.75em 1em;
  border: 0;
  border-radius: 2em;
  font-size: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Hide the cancel/clear search button */
}

.GlobalSearchForm-searchInput::-webkit-search-cancel-button {
    -webkit-appearance: none;
            appearance: none;
  }

.GlobalSearchForm-searchIcon {
  position: absolute;
  left: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  height: 1.75em;
  width: 1.75em;
  pointer-events: none;
}

@media (min-width: 960px) {
  .GlobalSearchForm--hasSearchQuery {
    margin-top: 40px;
  }
}

@media (min-width: 1280px) {
  .GlobalSearchForm--hasNoSearchQuery {
    margin-top: 25dvh;
    font-size: var(--font-size-lg);
  }

  /* Hide sitefooter when large search input is shown. */
  .page-template-template-search .SiteFooter {
    display: none;
  }

  .GlobalSearchForm--hasNoSearchQuery .GlobalSearchForm-searchInput {
    height: 1em;
    padding-block: 0.9em 0.65em;
    padding-inline: 1.5em 1em;
    text-align: center;
  }

  .GlobalSearchForm--hasNoSearchQuery .GlobalSearchForm-searchIcon {
    height: 1.25em;
    width: 1.25em;
    left: 0.25em;
  }
}

.SearchResults-categoryHeading {
  margin-block: 40px 20px;
}

.SearchResults-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.SearchResults-item {
  --thumb-size: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--font-calibre-regular);
}

.SearchResults-item--books .SearchResults-image,
.SearchResults-item--brands .SearchResults-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.SearchResults-imageWrapper {
  flex-shrink: 0;
}

.SearchResults-image {
  width: var(--thumb-size);
  height: var(--thumb-size);
  -o-object-fit: cover;
     object-fit: cover;
}

.SearchResults-image--brands,
.SearchResults-image--authors {
  border-radius: 50%;
}

.SearchResults-titleLink {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: var(--color-black-text);
  font-family: inherit;
}

.SearchResults-viewAll {
  margin-top: 20px;
}

@media (min-width: 960px) {
  .SearchResults--multiple {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (min-width: 1280px) {
  .SearchResults--multiple {
    grid-template-columns: repeat(4, 1fr);
  }
}

.Author {
  display: grid;
  gap: 16px;
  align-items: start;
}

.Author-portrait {
  max-height: 60svh;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}

.Portrait-details {
  font-size: var(--font-size-xs);
}

.Author-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-inline: 8px;
  margin-bottom: 32px;
  max-width: 65ch;
}

.Author-name {
  margin-bottom: 12px;
}

.Author-title {
  margin-bottom: 16px;
}

/* Awards and Nominations */

.AwardsNominations-heading {
  font-size: var(--font-size-h1);
  margin-bottom: 16px;
}

.Nominations-heading {
  color: var(--color-green-primary);
  font-family: var(--font-gtsectra-bolditalic);
}

.AwardsNominations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.AwardsNominations--overline {
  margin-bottom: 8px;
}

.AwardsNominations-itemWrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 2px;
}

.AwardsNominations-itemWrapper .AwardsNominations-year,
.AwardsNominations-text {
  font-size: var(--font-size-small);
  margin-bottom: 0;
}

.AwardsNominations-itemWrapper .AwardsNominations-year {
  width: 35px;
}

/* Media queries */

@media (min-width: 600px) {
  .Author {
    grid-template-columns: 1fr 50%;
    gap: 48px;
    margin-block: 48px 88px;
    position: relative;
  }

  .AuthorPortrait-wrapper {
    position: sticky;
    top: calc(20px + var(--wp-admin--admin-bar--height));
    margin-inline: auto;
  }

  .Author-portrait {
    width: auto;
  }

  .Author-info {
    margin-inline: 0;
  }

  .AwardsNominations-heading {
    font-size: var(--font-size-h2);
  }
}

@media (min-width: 1280px) {
  .Author {
    gap: 86px;
    padding-left: 48px;
  }

  .Author-portrait {
    max-height: 70svh;
  }
}

@media (min-width: 1600px) {
  .AuthorPortrait-wrapper {
    justify-self: end;
    margin-inline: unset;
  }

  .Author-portrait {
    max-height: 75svh;
  }
}

.BookInfo {
  display: grid;
  grid-template-columns: unset;
  gap: 16px;
  align-items: start;
}

.Book-cover {
  width: 100%;
  height: auto;
  position: relative;
  top: 20px;
  margin-bottom: 16px;
  max-height: 75svh;
  -o-object-fit: contain;
     object-fit: contain;
  justify-self: center;
}

.Book-section {
  margin-bottom: 32px;
  margin-inline: 8px;
  max-width: 65ch;
}

/* Book description section */

.Book-linkedAuthor {
  margin-bottom: 16px;
}

.Book-pdfLink {
  font-size: var(--font-size-paragraph);
  margin-top: 16px;
}

.Book-pdfLabel {
  margin-top: 4px;
}

/* Book general heading styling */

.Book-heading {
  font-size: var(--font-size-h1);
  margin-bottom: 16px;
}

.Book-heading--green {
  color: var(--color-green-primary);
  font-family: var(--font-gtsectra-bolditalic);
}

/* Book metainformation section */

.Book-metainformation {
  display: grid;
  grid-template-columns: unset;
  gap: 16px;
}

.Book-metainformation--heading {
  margin-bottom: 0;
}

.Book-metainformation--text {
  font-size: var(--font-size-small);
}

/* Book rights sold section */

.Book-rights ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
  list-style: none;
}

.Book-rights li {
  font-size: var(--font-size-small);
  margin-bottom: 2px;
  padding-left: unset;
}

.Book-rights li::before {
  content: none;
}

/* Book author section */

.Book-authorPortrait {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin-bottom: 16px;
}

.Book-authorDescription {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.Book-authorButton {
  margin-block: 24px 32px;
  width: 100%;
  justify-content: center;
}

.Book-reviewsWrapper {
  margin-inline: 8px;
}

/* Media queries */

@media (min-width: 600px) {
  .BookInfo {
    grid-template-columns: 1fr 50%;
    gap: 48px;
    margin-block: 48px 88px;
    position: relative;
  }

  .Book-cover {
    top: calc(20px + var(--wp-admin--admin-bar--height));
    width: unset;
    position: sticky;
  }

  .Book-section {
    margin-inline: 0;
  }

  .Book-heading {
    font-size: var(--font-size-h2);
  }

  .Book-metainformation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .Book-authorButton {
    width: unset;
  }

  .Book-reviewsWrapper {
    margin-inline: var(--section-margin-full-width);
  }
}

@media (min-width: 1280px) {
  .BookInfo {
    gap: 86px;
    padding-left: 48px;
  }
}

.SingleBrand-imageWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.SingleBrand-image {
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.SingleBrand-title {
  padding-inline: var(--padding-inline-page);
  margin-bottom: 8px;
}

/* Media queries */

@media (min-width: 600px) {
  .SingleBrand-imageWrapper {
    margin-bottom: 40px;
  }

  .SingleBrand-title {
    padding-inline: 0;
  }

  /* Large featured images on brands and pages */
  .single-brands .SingleBrand-imageWrapper,
  .page-template-default .SingleBrand-imageWrapper {
    margin-inline: var(--section-margin-full-width);
  }
}

.SinglePost-imageWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.SinglePost-image {
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.SinglePost-date {
  margin-bottom: 8px;
}

.SinglePost-title,
.SinglePost-date {
  padding-inline: var(--padding-inline-page);
}

/* Media queries */

@media (min-width: 600px) {
  .SinglePost-imageWrapper {
    margin-bottom: 40px;
  }

  .SinglePost-title,
  .SinglePost-date {
    padding-inline: 0;
  }

  /* Large featured images on brands and pages */
  .single-brands .SinglePost-imageWrapper,
  .page-template-default .SinglePost-imageWrapper {
    margin-inline: var(--section-margin-full-width);
  }
}

