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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

@font-face {
  font-family: "Lovelo";
  src: url("/fonts/Lovelo-Black.woff2") format("woff2");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: Lovelo, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 1024px) {
  body {
    font-size: 1rem;
  }
}

p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #d1503f;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover, a:focus, a:active {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-size: 2.125rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.2em;
}
@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 3.75rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.477em;
}
@media (min-width: 1024px) {
  h2,
.h2 {
    font-size: 2.625rem;
    line-height: 3.75rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 0.477em;
}
@media (min-width: 1024px) {
  h3,
.h3 {
    font-size: 1.75rem;
    line-height: 1.47;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 0.572em;
}
@media (min-width: 1024px) {
  h4,
.h4 {
    font-size: 1.5rem;
  }
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

[x-cloak] {
  display: none !important;
}

.large-text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.58;
  letter-spacing: 0.3px;
}

.text-center {
  text-align: center;
}

.text-red {
  color: #d1503f;
}

.text-grey {
  color: #eee;
}

.text-grey-dark {
  color: #9a9c9c;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__track {
  margin-bottom: 26px;
}
.glide__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.glide__slides {
  will-change: auto;
  /* This fixes a bug with not showing the backdrop filter */
}
.glide__bullets {
  display: flex;
  gap: 20px;
}
.glide__bullet {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #d7d4ca;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  transition-property: background, transform;
  transition-duration: 0.3s;
  transform: scale(0.8);
  border: none;
  cursor: pointer;
}
.glide__bullet:hover {
  transform: scale(1);
}
.glide__bullet--active {
  background: #000;
  transform: scale(1);
}
.glide__arrows {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.glide__arrow {
  display: flex;
  width: 150px;
  height: 100px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.3s;
  color: #000;
  opacity: 0.3;
}
.glide__arrow--left {
  transform: rotate(-180deg);
}
.glide__arrow:hover {
  color: #000;
  opacity: 1;
}

.layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.layout__content {
  flex: 1 1 auto;
  padding-bottom: 100px;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 12px;
  flex: 1;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 24px;
  }
}

.header {
  height: 80px;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .header {
    height: 100px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__burger {
  color: #000;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__nav {
  display: none;
}
.header__nav small {
  font-size: 0.7em;
}
@media (min-width: 768px) {
  .header__nav {
    display: flex;
    gap: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .header__nav {
    gap: 40px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .header__nav {
    gap: 40px;
    font-size: 20px;
  }
}
@media (min-width: 1460px) {
  .header__nav {
    gap: 60px;
    font-size: 24px;
  }
}
@media (min-width: 1460px) {
  .header__cta {
    font-size: 24px;
  }
}
.header__mobile-drawer {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  transform: translateX(-100%);
  transition: 0.3s transform;
  padding-top: 16px;
  padding: 12px;
}
.header__mobile-drawer--open {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .header__mobile-drawer {
    display: none;
  }
}
.header__mobile-drawer-close {
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.header__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 8px;
  font-size: 1.25rem;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 0;
  gap: 10px;
}
@media (min-width: 1024px) {
  .footer__inner {
    gap: 0;
    flex-direction: row;
  }
}
.footer__inner p {
  margin: 0;
}

.fancy {
  overflow: hidden;
  text-align: center;
  color: #d1503f;
}
.fancy__content {
  position: relative;
  display: inline-block;
}
.fancy__content:before, .fancy__content:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 6px solid;
  width: 100000px;
  margin: 0 20px;
}
.fancy__content:before {
  right: 100%;
}
.fancy__content:after {
  left: 100%;
}

.gallery-panel-a {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.gallery-panel-a__block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery-panel-a__image-wrap {
  background: #eee;
  aspect-ratio: 1;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.gallery-panel-a__image {
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-panel-a__title {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .gallery-panel-a__title {
    font-size: 1.5rem;
  }
}
.gallery-panel-a__link {
  color: #d1503f;
}
.gallery-panel-a:hover .gallery-panel-a__image {
  transform: scale(1.2);
}
.gallery-panel-a:hover .gallery-panel-a__link {
  color: #000;
}

.gallery-panel-b {
  display: flex;
  flex-direction: column;
  position: relative;
}
.gallery-panel-b__block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery-panel-b__image-wrap {
  background: #eee;
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery-panel-b__image {
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-panel-b__title {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .gallery-panel-b__title {
    font-size: 2rem;
  }
}
.gallery-panel-b__link {
  color: #d1503f;
}
.gallery-panel-b:hover .gallery-panel-b__image {
  transform: scale(1.2);
}
.gallery-panel-b:hover .gallery-panel-b__link {
  color: #000;
}

.gallery-panel-c {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 300px;
  background: #eee;
}
@media (min-width: 1024px) {
  .gallery-panel-c {
    height: 500px;
  }
}
@media (min-width: 1280px) {
  .gallery-panel-c {
    height: 600px;
  }
}
.gallery-panel-c__block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.gallery-panel-c__image-wrap {
  background: #eee;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gallery-panel-c__image {
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-panel-c__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 16px;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
}
.gallery-panel-c__title {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .gallery-panel-c__title {
    font-size: 2rem;
  }
}
.gallery-panel-c__description {
  font-size: 1.2em;
}
.gallery-panel-c__link {
  color: #fff;
}
.gallery-panel-c__link:hover {
  color: #fff;
}
.gallery-panel-c:hover .gallery-panel-c__image {
  transform: scale(1.2);
}

.a-to-z {
  margin: 0 auto;
}
.a-to-z__nav {
  border: 6px solid #d1503f;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding: 0 16px;
  overflow-x: auto;
}
@media (min-width: 1280px) {
  .a-to-z__nav {
    justify-content: center;
  }
}
.a-to-z__nav-letter {
  font-size: 32px;
  padding: 0.2em;
  padding-bottom: 0;
  color: #000;
}
@media (min-width: 1024px) {
  .a-to-z__nav-letter {
    font-size: 44px;
  }
}
.a-to-z__nav-letter:hover {
  background: #eee;
}
.a-to-z__nav-letter--active {
  background: #d1503f !important;
  color: #fff;
}
.a-to-z__content {
  padding: 0 10%;
  position: relative;
}
.a-to-z__arrows {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .a-to-z__arrows {
    top: 50%;
    transform: translateY(-50%);
  }
}
.a-to-z__prev, .a-to-z__next {
  width: 10%;
  min-width: 44px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.a-to-z__prev:hover, .a-to-z__next:hover {
  opacity: 1;
}
.a-to-z__prev--hidden, .a-to-z__next--hidden {
  opacity: 0;
  pointer-events: none;
}
.a-to-z__prev svg, .a-to-z__next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.a-to-z__next {
  left: auto;
  right: 0;
}
.a-to-z__placeholder-image {
  display: block;
  max-height: 300px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .a-to-z__placeholder-image {
    height: 500px;
    max-height: none;
  }
}
.a-to-z__letter {
  display: grid;
  grid-gap: 20px;
  align-items: center;
}
@media (min-width: 1024px) {
  .a-to-z__letter {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
.a-to-z__letter-title {
  color: #d1503f;
}
.a-to-z__image {
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (min-width: 1024px) {
  .a-to-z__image {
    height: 500px;
    max-height: none;
  }
}

.moustache {
  width: 100%;
}
.moustache--bottom {
  transform: rotate(180deg);
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background: #000;
  color: #fff;
  transition: background 0.2s ease-in-out;
  padding: 0 12px;
}
.button:hover {
  background: #d1503f;
  color: #fff;
}

.wysiwyg strong {
  color: #d1503f;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.form__input {
  width: 100%;
  border: 2px solid #000;
  height: 44px;
  font-size: 18px;
  outline: none;
  padding: 0 12px;
}
.form__input:focus {
  border-color: #d1503f;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table td,
.table th {
  padding: 8px 4px;
  border-bottom: 1px solid #9a9c9c;
}
.table th {
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #9a9c9c;
}

.table--vertical th {
  border-bottom: 1px solid #9a9c9c;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  gap: 4px;
}
.pagination li.disabled, .pagination li.active {
  padding: 4px 8px;
}
.pagination li a {
  padding: 4px 8px;
}

.home .header__nav a {
  color: #fff;
  opacity: 0.9;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
}
.home .header__nav a:hover {
  opacity: 1;
}
.home .header__cta {
  color: #fff;
  opacity: 0.9;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
}
.home .header__cta:hover {
  opacity: 1;
}
.home .header__burger {
  color: #fff;
}
.home__hero {
  background-color: #eee;
  background-size: cover;
  background-position: center;
  max-height: 100vh;
  margin-top: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
}
.home__hero-container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
}
.home__hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 150px, rgba(0, 0, 0, 0.2) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.home__hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.home__hero-image--current {
  opacity: 1;
}
.home__hero-image--current .home__hero-image-colour {
  -webkit-animation: colorFade 10s linear;
          animation: colorFade 10s linear;
}
.home__hero-image-bw, .home__hero-image-colour {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home__hero-image-colour {
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.home__hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.home__hero-scroll {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 10;
  -webkit-animation-name: float;
          animation-name: float;
  transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 120px;
  gap: 10px;
  display: none;
}
@media (min-width: 768px) {
  .home__hero-scroll {
    display: flex;
  }
}
.home__hero-scroll-arrow {
  width: 20px;
}
.home__hero-search {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  right: 20px;
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .home__hero-search {
    gap: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .home__hero-search {
    gap: 40px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .home__hero-search {
    gap: 40px;
    font-size: 20px;
  }
}
@media (min-width: 1460px) {
  .home__hero-search {
    gap: 60px;
    font-size: 24px;
  }
}
.home__hero-search a {
  color: #fff;
  opacity: 0.9;
}
.home__hero-search a:hover {
  opacity: 1;
}
.home__hero-logo {
  display: block;
  width: 96%;
  transform: translateY(30%);
}
.home__section-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.home__section-title h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  font-size: 1.5rem;
  position: relative;
  top: 0.15em;
}
@media (min-width: 1024px) {
  .home__section-title h2 {
    font-size: 2.25rem;
  }
}
.home__section-title h2 small {
  font-size: 0.5em;
  line-height: 1;
}
.home__locations {
  text-align: center;
  font-size: 1.25rem;
  margin: 20px 0;
  font-family: "Petit Formal Script", cursive;
  color: #d1503f;
}
@media (min-width: 1024px) {
  .home__locations {
    font-size: 1.875rem;
  }
}
.home__featured-galleries {
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .home__featured-galleries {
    grid-template-columns: 2fr 6fr 2fr;
    grid-gap: 64px;
  }
}
.home__featured-galleries-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.home__featured-galleries-side .moustache {
  display: none;
}
@media (min-width: 768px) {
  .home__featured-galleries-side {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .home__featured-galleries-side .moustache {
    display: block;
  }
}
.home__story-header-image {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .home__story-header-image {
    margin-bottom: -40px;
  }
}
.home__story-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 1024px) {
  .home__story-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
.home__story-founded-summary {
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.home__story-founded-description {
  margin-bottom: 20px;
}
.home__story-founded-logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.home__story-century-image {
  margin-top: -20px;
}
@media (min-width: 1024px) {
  .home__story-century-image {
    max-width: 550px;
  }
}
.home__lost-and-found-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 1024px) {
  .home__lost-and-found-grid {
    grid-template-columns: 500px 1fr;
    grid-gap: 40px;
  }
}
@media (min-width: 1280px) {
  .home__lost-and-found-grid {
    grid-template-columns: 750px 1fr;
  }
}
.home__lost-and-found-locations {
  color: #9a9c9c;
  font-size: 1.3em;
}
.home__lost-and-found-search {
  margin-top: 20px;
}
.home__highlights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .home__highlights-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home__highlights-feature {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  order: -1;
  grid-column: span 2;
  gap: 24px;
  font-size: 1.1em;
}
.home__highlights-feature * {
  margin: 0;
}
.home__highlights-feature h3 {
  text-shadow: 2px 2px 2px black;
}
.home__highlights-feature p {
  max-width: 300px;
}
@media (min-width: 768px) {
  .home__highlights-feature {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .home__highlights-feature {
    grid-column: span 1;
    order: 3;
  }
}

@-webkit-keyframes colorFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes colorFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.gallery {
  display: grid;
  grid-gap: 10px;
}
@media (min-width: 1024px) {
  .gallery {
    grid-template-columns: 450px 1fr;
  }
}
.gallery__overview {
  background: #000;
  color: white;
  padding: 16px;
}
@media (min-width: 1024px) {
  .gallery__overview {
    padding: 40px;
  }
}
.gallery__title {
  font-size: 2.125rem;
}
@media (min-width: 1024px) {
  .gallery__title {
    font-size: 3.125rem;
  }
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
.gallery__grid > :nth-child(6n+1) {
  grid-column: span 6;
}
.gallery__grid > :nth-child(6n+2), .gallery__grid > :nth-child(6n+3), .gallery__grid > :nth-child(6n+4) {
  grid-column: span 2;
}
.gallery__grid > :nth-child(6n+5), .gallery__grid > :nth-child(6n+6) {
  grid-column: span 3;
}
.gallery__item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 150px;
}
@media (min-width: 1024px) {
  .gallery__item img {
    min-height: 260px;
  }
}
.gallery__item-block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -10000px;
}
.gallery__item-overlay {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  color: white;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 150px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.gallery__item-title {
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery__item-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #000;
  width: 80px;
  height: 80px;
  padding: 16px;
}
.gallery__item:hover .gallery__item-overlay {
  opacity: 1;
}
.gallery--blue .gallery__overview,
.gallery--blue .gallery__item-zoom {
  background: #05b8f0;
}
.gallery--orange .gallery__overview,
.gallery--orange .gallery__item-zoom {
  background: #eb5b0b;
}
.gallery--purple .gallery__overview,
.gallery--purple .gallery__item-zoom {
  background: #8d5ba2;
}
.gallery--turquoise .gallery__overview,
.gallery--turquoise .gallery__item-zoom {
  background: #27b3b2;
}
.gallery--green .gallery__overview,
.gallery--green .gallery__item-zoom {
  background: #41ae6a;
}

.image__header {
  background: #05b8f0;
  padding: 16px;
  color: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  .image__header {
    padding: 20px;
  }
}
.image__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.image__gallery-back-link {
  color: #fff;
  display: inline-block;
}
@media (min-width: 768px) {
  .image__enquire-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
  }
}
.image__meta {
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) {
  .image__meta {
    gap: 40px;
  }
}
.image__meta-item-title {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .image__meta-item-title {
    font-size: 1rem;
  }
}
.image__meta-item-value {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .image__meta-item-value {
    font-size: 1.25rem;
  }
}
.image__main {
  background: #eee;
  margin-bottom: 20px;
  padding: 16px;
}
@media (min-width: 768px) {
  .image__main {
    padding: 20px;
  }
}
.image__main img {
  display: block;
  width: 100%;
  max-height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.image__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.image__previous-link, .image__next-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image__previous-icon, .image__next-icon {
  width: 40px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .image__previous-icon, .image__next-icon {
    width: 100px;
  }
}
.image__previous:hover .image__previous-icon,
.image__previous:hover .image__next-icon, .image__next:hover .image__previous-icon,
.image__next:hover .image__next-icon {
  opacity: 1;
}
.image__previous img, .image__next img {
  display: block;
  width: 100px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .image__previous img, .image__next img {
    width: 200px;
    height: 140px;
  }
}
.image--blue .image__header {
  background: #05b8f0;
}
.image--orange .image__header {
  background: #eb5b0b;
}
.image--purple .image__header {
  background: #8d5ba2;
}
.image--turquoise .image__header {
  background: #27b3b2;
}
.image--green .image__header {
  background: #41ae6a;
}

.archive-search__form {
  max-width: 400px;
  margin-bottom: 30px;
}
.archive-search__results-table {
  margin-bottom: 30px;
}

.archive-photo__body {
  max-width: 1000px;
}
.archive-photo__details-table {
  margin-bottom: 30px;
  max-width: 600px;
}
.archive-photo__details-table th {
  width: 120px;
}
