@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}
@charset "UTF-8";
@-webkit-keyframes animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(var(--animate-translate-y, 1.875rem));
  }
  to {
    opacity: 1;
  }
}
@keyframes animate-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(var(--animate-translate-y, 1.875rem));
  }
  to {
    opacity: 1;
  }
}
.animate-fade-in {
  -webkit-animation: animate-fade-in var(--animate-duration, 0.5s) var(--animate-timing-function, ease-out) calc(var(--animate-external-delay, 0s) + var(--animate-delay, 0s)) var(--animate-iteration-count, 1) var(--animate-direction, normal) var(--animate-fill-mode, forwards) var(--animate-play-state, paused);
          animation: animate-fade-in var(--animate-duration, 0.5s) var(--animate-timing-function, ease-out) calc(var(--animate-external-delay, 0s) + var(--animate-delay, 0s)) var(--animate-iteration-count, 1) var(--animate-direction, normal) var(--animate-fill-mode, forwards) var(--animate-play-state, paused);
}
.animate-fade-in-up {
  -webkit-animation: animate-fade-in-up var(--animate-duration, 0.5s) var(--animate-timing-function, ease-out) calc(var(--animate-external-delay, 0s) + var(--animate-delay, 0s)) var(--animate-iteration-count, 1) var(--animate-direction, normal) var(--animate-fill-mode, forwards) var(--animate-play-state, paused);
          animation: animate-fade-in-up var(--animate-duration, 0.5s) var(--animate-timing-function, ease-out) calc(var(--animate-external-delay, 0s) + var(--animate-delay, 0s)) var(--animate-iteration-count, 1) var(--animate-direction, normal) var(--animate-fill-mode, forwards) var(--animate-play-state, paused);
}

.animate[data-animate^=fade-],
.animate [data-animate^=fade-] {
  opacity: 0;
}

/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
/*! 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;
}

/*------------------------------------
  #GENERIC : BOX-SIZING
  ------------------------------------*/
html {
  box-sizing: border-box;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

svg {
  fill: currentColor;
  pointer-events: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

img {
  display: block;
  height: auto;
  min-height: 1px;
  min-width: 1px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

label,
input,
textarea,
select,
option {
  padding: 0;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

label {
  display: block;
  cursor: pointer;
}

label,
input,
textarea,
select,
option {
  width: 100%;
  cursor: pointer;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  opacity: 0;
}

button,
input,
select,
textarea {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
}

[type=search] {
  -webkit-appearance: searchfield;
}

[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

textarea {
  resize: vertical;
}

button,
input[type=button] {
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
}

@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  *, *::before, *::after {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-animation-delay: -1ms !important;
            animation-delay: -1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0s !important;
  }
}
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  html {
    scroll-behavior: auto;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
  margin-top: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.visually-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes wobble {
  16.65% {
    transform: skew(-0.8deg);
  }
  33.3% {
    transform: skew(0.75deg);
  }
  49.95% {
    transform: skew(-0.6deg);
  }
  66.6% {
    transform: skew(0.45deg);
  }
  83.25% {
    transform: skew(-0.25deg);
  }
  100% {
    transform: skew(0deg);
  }
}
@keyframes wobble {
  16.65% {
    transform: skew(-0.8deg);
  }
  33.3% {
    transform: skew(0.75deg);
  }
  49.95% {
    transform: skew(-0.6deg);
  }
  66.6% {
    transform: skew(0.45deg);
  }
  83.25% {
    transform: skew(-0.25deg);
  }
  100% {
    transform: skew(0deg);
  }
}
.splide img {
  min-height: 1px;
}

.hidden {
  display: none !important;
}

/* this is added to the body when a dialog is open */
.has-dialog {
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
}
@supports (-webkit-touch-callout: none) {
  .has-dialog {
    height: -webkit-fill-available;
  }
}

.page {
  color: #000000;
}
.page__main--padded {
  padding-top: var(--site-header-height);
}
.page--dark {
  background-color: #000000;
}
@media (prefers-color-scheme: dark) {
  .page--dark {
    color-scheme: dark;
  }
}
.page--light {
  background-color: #ffffff;
}

.angled-section {
  --content-col-count: (12 - (var(--offset-left, 0) + var(--offset-right, 0)));
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 29.9375em) {
  .angled-section {
    --text-top: var(--text-top--small, 0);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .angled-section {
    --text-top: var(--text-top--medium, 0);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .angled-section {
    --text-top: var(--text-top--large, 0);
  }
}
@media screen and (min-width: 85.375em) {
  .angled-section {
    --text-top: var(--text-top--xlarge, 0);
  }
}
@media screen and (max-width: 29.9375em) {
  .angled-section {
    --text-bottom: var(--text-bottom--small, 0);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .angled-section {
    --text-bottom: var(--text-bottom--medium, 0);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .angled-section {
    --text-bottom: var(--text-bottom--large, 0);
  }
}
@media screen and (min-width: 85.375em) {
  .angled-section {
    --text-bottom: var(--text-bottom--xlarge, 0);
  }
}
@media screen and (max-width: 29.9375em) {
  .angled-section {
    --offset-top: var(--offset-top--small, 0);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .angled-section {
    --offset-top: var(--offset-top--medium, 0);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .angled-section {
    --offset-top: var(--offset-top--large, 0);
  }
}
@media screen and (min-width: 85.375em) {
  .angled-section {
    --offset-top: var(--offset-top--xlarge, 0);
  }
}
@media screen and (max-width: 29.9375em) {
  .angled-section {
    --offset-bottom: var(--offset-bottom--small, 0);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .angled-section {
    --offset-bottom: var(--offset-bottom--medium, 0);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .angled-section {
    --offset-bottom: var(--offset-bottom--large, 0);
  }
}
@media screen and (min-width: 85.375em) {
  .angled-section {
    --offset-bottom: var(--offset-bottom--xlarge, 0);
  }
}
@media screen and (max-width: 29.9375em) {
  .angled-section {
    --offset-left: var(--offset-left--small, 0);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .angled-section {
    --offset-left: var(--offset-left--medium, 0);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .angled-section {
    --offset-left: var(--offset-left--large, 0);
  }
}
@media screen and (min-width: 85.375em) {
  .angled-section {
    --offset-left: var(--offset-left--xlarge, 0);
  }
}
@media screen and (max-width: 29.9375em) {
  .angled-section {
    --offset-right: var(--offset-right--small, 0);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .angled-section {
    --offset-right: var(--offset-right--medium, 0);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .angled-section {
    --offset-right: var(--offset-right--large, 0);
  }
}
@media screen and (min-width: 85.375em) {
  .angled-section {
    --offset-right: var(--offset-right--xlarge, 0);
  }
}
.angled-section__background__image {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .angled-section__background__image {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.angled-section__wrapper {
  margin-top: calc(var(--offset-top, 0) / 16 * 1rem);
  overflow: hidden;
  padding-bottom: calc(var(--offset-bottom, 0) / 16 * 1rem);
}
@media screen and (max-width: 85.3125em) {
  .angled-section__wrapper {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .angled-section__wrapper {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .angled-section__wrapper {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.angled-section__wrapper::before {
  background-color: var(--background-colour);
  bottom: 0;
  content: "";
  top: calc(var(--offset-top, 0) / 16 * 1rem);
  position: absolute;
  width: var(--container-gutter-width);
}
.angled-section__content {
  background-color: var(--background-colour);
  position: relative;
  padding-top: calc(var(--text-top, 0) / 16 * 1rem);
  padding-bottom: calc(var(--text-bottom, 0) / 16 * 1rem);
  z-index: 1;
}
.angled-section__columns {
  display: flex;
}
.angled-section__column {
  align-items: flex-start;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
.angled-section__column:not(:first-child) {
  margin-left: calc(1 / var(--content-col-count) * 100%);
}
.angled-section__triangle {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: max( 200vh, 100vw );
  z-index: -1;
}
.angled-section__triangle::before {
  content: "";
  background-color: var(--background-colour);
  -ms-transform: skew(29.092deg, 0deg);
      transform: skew(29.092deg, 0deg);
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
.angled-section__triangle:nth-of-type(1) {
  top: 0;
  bottom: 0;
}
.angled-section__triangle:nth-of-type(1)::before {
  -ms-transform-origin: bottom left;
      transform-origin: bottom left;
}
.angled-section__triangle:nth-of-type(1)::before {
  bottom: 0;
  left: 100%;
}
.angled-section__triangle:nth-of-type(2) {
  top: 100%;
  bottom: calc(-100% - calc(var(--offset-bottom, 0) / 16 * 1rem));
}
.angled-section__triangle:nth-of-type(2)::before {
  -ms-transform-origin: top left;
      transform-origin: top left;
}
.angled-section__triangle:nth-of-type(2)::before {
  top: 0;
  left: 0;
}
.angled-section--left .angled-section__wrapper::before {
  left: 0;
}
.angled-section--left .angled-section__content {
  padding-left: calc(var(--offset-left) / 12 * 100%);
  margin-right: calc(var(--offset-right) / 12 * 100%);
  width: calc(100% - var(--offset-right) / 12 * 100%);
}
.angled-section--left .angled-section__triangle {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
.angled-section--left .angled-section__triangle:nth-of-type(1) {
  left: 100%;
}
.angled-section--left .angled-section__triangle:nth-of-type(2) {
  right: 0;
}
.angled-section--right .angled-section__wrapper::before {
  right: 0;
}
.angled-section--right .angled-section__content {
  padding-right: calc(var(--offset-right) / 12 * 100%);
  margin-left: calc(var(--offset-left) / 12 * 100%);
  width: calc(100% - var(--offset-left) / 12 * 100%);
}
.angled-section--right .angled-section__triangle:nth-of-type(1) {
  right: 100%;
}
.angled-section--right .angled-section__triangle:nth-of-type(2) {
  left: 0;
}
.angled-section__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
}
.angled-section__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  overflow: hidden;
}
.angled-section__text:not(:last-child) {
  margin-bottom: auto;
}
.angled-section__text p {
  margin-bottom: 0.5rem;
}
.angled-section__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 6rem;
}
@media screen and (max-width: 85.3125em) {
  .angled-section__link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .angled-section__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .angled-section__link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .angled-section__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .angled-section__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .angled-section__link {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.angled-section__link.focus-visible:not(:disabled), .angled-section__link:hover:not(:disabled) {
  background-color: #ffffff;
  color: #1A1A1A;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.angled-section--image {
  background-color: #1A1A1A;
}
.angled-section--theme-white {
  --background-colour: #ffffff;
}
.angled-section--theme-black {
  --background-colour: #000000;
}

.banner-cta {
  color: #ffffff;
}
@media screen and (max-width: 47.9375em) {
  .banner-cta__background {
    display: none;
  }
}
.banner-cta__background::after {
  content: "";
  background-image: linear-gradient(90deg, black 30%, 85%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-cta__background__image {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  z-index: -1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .banner-cta__background__image {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.banner-cta__inner {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media screen and (max-width: 47.9375em) {
  .banner-cta__inner {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .banner-cta__inner {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
.banner-cta__content {
  grid-column: 1/span 12;
  z-index: 3;
}
@media screen and (min-width: 48em) {
  .banner-cta__content {
    grid-column: 2/span 7;
  }
}
.banner-cta__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.1875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 3rem;
}
.banner-cta__title u {
  -webkit-text-decoration-color: #bf0d45;
          text-decoration-color: #bf0d45;
  text-decoration-thickness: 3px;
  text-underline-offset: 40%;
}
.banner-cta__body-text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 3rem;
  max-width: 50ch;
}
@media screen and (min-width: 48em) {
  .banner-cta__body-text {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.banner-cta__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .banner-cta__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .banner-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .banner-cta__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .banner-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .banner-cta__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .banner-cta__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.banner-cta__link.focus-visible:not(:disabled), .banner-cta__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.banner-cta__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .banner-cta__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .banner-cta__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .banner-cta__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .banner-cta__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.banner-cta .dialog-backdrop {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  place-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.banner-cta .dialog-backdrop.active {
  display: grid;
}
.banner-cta__video-button {
  align-self: center;
  justify-self: end;
  grid-column: 1/span 12;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-cta__video-button span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 47.9375em) {
  .banner-cta__video-button {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .banner-cta__video-button {
    grid-column: 9/-2;
  }
}
.banner-cta__video-button__icon {
  max-height: 8rem;
  width: auto;
}
.banner-cta__video {
  display: none;
  max-height: calc(var(--vh, 1vh) * 100);
  background-color: #000000;
  flex-direction: column;
  position: relative;
  max-height: calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
}
@supports (-webkit-touch-callout: none) {
  .banner-cta__video {
    max-height: -webkit-fill-available;
  }
}
@media screen and (min-width: 30em) {
  .banner-cta__video {
    min-width: calc(30em - 1.125rem * 2); /* == breakpoint - left+right margin */
    max-height: calc(100% - 2.5rem);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: calc(75% - 2.5rem);
  }
}
.banner-cta__video::before {
  padding-bottom: 56.25%;
  content: "";
  display: block;
}
@supports (aspect-ratio: 16/9) {
  .banner-cta__video::before {
    padding-bottom: 0;
    aspect-ratio: 16/9;
  }
}
.banner-cta__video__player {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-cta__video__close {
  align-items: center;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  padding: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  z-index: 1;
}
.banner-cta__video__close span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.banner-cta__video__close__svg {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  height: 1rem;
  width: 1rem;
}
.active .banner-cta__video {
  display: block;
}
.banner-cta--branding-colony .banner-cta__title u {
  -webkit-text-decoration-color: #ff5500;
          text-decoration-color: #ff5500;
}
.banner-cta--branding-colony .banner-cta__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff5500;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .banner-cta--branding-colony .banner-cta__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .banner-cta--branding-colony .banner-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .banner-cta--branding-colony .banner-cta__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .banner-cta--branding-colony .banner-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .banner-cta--branding-colony .banner-cta__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .banner-cta--branding-colony .banner-cta__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.banner-cta--branding-colony .banner-cta__link.focus-visible:not(:disabled), .banner-cta--branding-colony .banner-cta__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.banner-cta--branding-colony .banner-cta__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
.banner-cta--branding-colony .banner-cta__colony-logo {
  position: relative;
}
.banner-cta--branding-colony .banner-cta__colony-logo img {
  display: inline;
  height: 35px;
  position: relative;
  top: 4px;
}
.banner-cta--branding-colony .banner-cta__colony-logo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background: #ff5500;
}
.banner-cta--branding-colony .banner-cta__colony-partial-logo {
  bottom: 1rem;
  position: absolute;
  right: 0;
  max-width: 8.3125rem;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .banner-cta--branding-colony .banner-cta__colony-partial-logo {
    bottom: 1.5rem;
    right: 4rem;
    width: 14.25rem;
  }
}
.banner-cta--branding-colony .banner-cta__animated-svg {
  bottom: 0;
  left: calc(-1 * var(--container-gutter-margin, 0));
  position: absolute;
  pointer-events: none;
  right: calc(-1 * var(--container-gutter-margin, 0));
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .banner-cta--branding-colony .banner-cta__animated-svg {
    overflow: hidden;
  }
}
.banner-cta--branding-colony .banner-cta__animated-svg.is-in-view:not(.is-tab-defocused) > .colony-ripple {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.banner-cta--branding-colony .banner-cta__animated-svg .colony-ripple {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  left: calc(-13.875rem + var(--container-gutter-margin, 0));
  position: absolute;
  top: 4.875rem;
  width: 35.25rem;
}
.banner-cta--branding-colony .banner-cta__animated-svg .colony-ripple path {
  -webkit-animation-play-state: inherit !important;
          animation-play-state: inherit !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  fill: none;
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 1;
  stroke-miterlimit: 10;
  -ms-transform-origin: center center;
      transform-origin: center center;
  transform-box: fill-box;
}
.banner-cta--branding-colony .banner-cta__animated-svg.animation-grow .colony-ripple path {
  -webkit-animation: colony-ripple__grow 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
          animation: colony-ripple__grow 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
  -webkit-animation-delay: calc(0.3s * var(--index));
          animation-delay: calc(0.3s * var(--index));
}
.banner-cta--branding-colony .banner-cta__animated-svg.animation-shrink .colony-ripple path {
  -webkit-animation: colony-ripple__shrink 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
          animation: colony-ripple__shrink 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
  -webkit-animation-delay: calc(0.1s * var(--index));
          animation-delay: calc(0.1s * var(--index));
}
.banner-cta--branding-northern .banner-cta__northern-logo {
  padding-bottom: 100%;
  opacity: 0.1;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  right: 71.25%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 46%;
  z-index: 2;
}
@supports (aspect-ratio: 16/9) {
  .banner-cta--branding-northern .banner-cta__northern-logo {
    padding-bottom: 0;
    aspect-ratio: 1/1;
  }
}
.banner-cta--branding-northern .banner-cta__northern-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes colony-ripple__grow {
  from {
    transform: scale(1) rotate(-30deg) translateZ(0);
  }
  to {
    transform: scale(1.1) rotate(60deg) translateZ(0);
  }
}

@keyframes colony-ripple__grow {
  from {
    transform: scale(1) rotate(-30deg) translateZ(0);
  }
  to {
    transform: scale(1.1) rotate(60deg) translateZ(0);
  }
}
@-webkit-keyframes colony-ripple__shrink {
  from {
    transform: scale(1.1) rotate(60deg) translateZ(0);
  }
  to {
    transform: scale(1) rotate(-30deg) translateZ(0);
  }
}
@keyframes colony-ripple__shrink {
  from {
    transform: scale(1.1) rotate(60deg) translateZ(0);
  }
  to {
    transform: scale(1) rotate(-30deg) translateZ(0);
  }
}
.contact-map {
  --min-map-height-mobile: 28.4375rem;
  align-items: stretch;
  color: #ffffff;
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 85.3125em) {
  .contact-map {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .contact-map {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .contact-map {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .contact-map {
    position: relative;
  }
}
@media screen and (max-width: 85.3125em) {
  .contact-map {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 85.375em) {
  .contact-map {
    grid-template-columns: repeat(12, 1fr);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .contact-map__main, .contact-map__map {
    grid-row: 1/span 1;
  }
}
.contact-map__main {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 85.3125em) {
  .contact-map__main {
    grid-row: 2/span 1;
  }
}
@media screen and (min-width: 85.375em) {
  .contact-map__main {
    height: calc(var(--vh, 1vh) * 100);
    align-content: end;
    align-items: end;
    grid-column: 1/span 6;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    padding-bottom: 7.125rem;
    -webkit-column-gap: var(--column-gap);
            column-gap: var(--column-gap);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  @supports (-webkit-touch-callout: none) {
    .contact-map__main {
      height: -webkit-fill-available;
    }
  }
}
.contact-map__main::before, .contact-map__main::after {
  content: "";
  background-color: #000000;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 85.3125em) {
  .contact-map__main::before, .contact-map__main::after {
    -ms-transform: skew(63.117deg, 0deg);
        transform: skew(63.117deg, 0deg);
  }
}
@media screen and (min-width: 85.375em) {
  .contact-map__main::before, .contact-map__main::after {
    -ms-transform: skew(26.883deg, 0deg);
        transform: skew(26.883deg, 0deg);
  }
}
.contact-map__main:before {
  right: 0;
  bottom: 100%;
  -ms-transform-origin: bottom left;
      transform-origin: bottom left;
  width: 100vw;
}
.contact-map__main:after {
  top: 0;
  right: 0;
  -ms-transform-origin: top left;
      transform-origin: top left;
  width: 120vw;
}
.contact-map__map {
  margin-right: calc(var(--container-gutter-width) * -1);
  position: relative;
  overflow: hidden;
}
.contact-map__map .gmap-logo-wrapper {
  right: 0 !important;
  left: auto !important;
  bottom: 2.1875rem !important;
}
@media screen and (max-width: 85.3125em) {
  .contact-map__map {
    margin-left: calc(var(--container-gutter-width) * -1);
    min-height: var(--min-map-height-mobile);
    max-height: max(75vh, var(--min-map-height-mobile));
    margin-bottom: calc(var(--container-gutter-width) * -1);
    grid-row: 1/span 1;
    position: relative;
  }
  .contact-map__map::before {
    padding-bottom: 121.3333333333%;
    content: "";
    display: block;
  }
  .contact-map__map > .map {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    --map-icon-width: 2.9375rem;
    --map-icon-height: 4.375rem;
    --map-logo-size: 1.1875rem;
  }
}
@media screen and (min-width: 85.375em) {
  .contact-map__map {
    grid-column: 7/span 9;
  }
  .contact-map__map > .map {
    position: relative !important;
    --map-icon-width: 3.9375rem;
    --map-icon-height: 5.875rem;
    --map-logo-size: 1.5625rem;
  }
}
.contact-map__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 29.9375em) {
  .contact-map__title {
    margin-top: -15%;
  }
}
@media screen and (min-width: 30em) and (max-width: 85.3125em) {
  .contact-map__title {
    margin-top: -25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .contact-map__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .contact-map__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 85.375em) {
  .contact-map__title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: calc(var(--vh, 1vh) * 100 * 0.16);
    grid-column: 1/-1;
  }
}
.contact-map__address {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 85.3125em) {
  .contact-map__address:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .contact-map__address {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .contact-map__address {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.contact-map__address__email, .contact-map__address__telephone {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-underline-position: under;
}
.contact-map__address__email:focus, .contact-map__address__email:hover, .contact-map__address__telephone:focus, .contact-map__address__telephone:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}
@media screen and (min-width: 85.375em) {
  .contact-map__address__email, .contact-map__address__telephone {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 85.3125em) {
  .contact-map__address__address-lines:not(:last-child) {
    margin-bottom: 1.35em;
  }
}
@media screen and (min-width: 85.375em) {
  .contact-map__address__address-lines:not(:last-child) {
    margin-bottom: 1.35em;
  }
}
.contact-map__address__address-lines__line {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
}
.contact-map__opening-hours__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 47.9375em) {
  .contact-map__opening-hours__title {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .contact-map__opening-hours__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.contact-map__opening-hours__sections {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .contact-map__opening-hours__sections__section__title, .contact-map__opening-hours__sections__section__text {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .contact-map__opening-hours__sections__section__title, .contact-map__opening-hours__sections__section__text {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.contact-map__opening-hours__sections__section__title {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contact-map__opening-hours__sections__section__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.development-hero {
  min-height: max((var(--vh, 1vh) * 100), 31.25rem);
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: calc(var(--site-header-height) + var(--mobile-listing-header-height));
  z-index: 0;
}
@media screen and (max-width: 85.3125em) {
  .development-hero {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .development-hero {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .development-hero {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .development-hero {
    position: relative;
  }
}
.development-hero__content {
  margin: auto 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 85.375em) {
  .development-hero__content {
    -webkit-column-gap: 2.25rem;
            column-gap: 2.25rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.development-hero__image--shadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.development-hero__image__inner {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  z-index: -1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .development-hero__image__inner {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.development-hero__title, .development-hero__body-text, .development-hero__scroll-indicator {
  z-index: 0;
}
.development-hero__title, .development-hero__body-text {
  position: relative;
}
.development-hero__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  grid-column: 1/span 5;
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .development-hero__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .development-hero__title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-hero__body-text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  grid-column: 7/span 4;
}
@media screen and (max-width: 85.3125em) {
  .development-hero__body-text {
    margin-top: var(--line-height-em);
  }
}
.development-hero__body-text p {
  max-width: 65ch;
}
.development-hero__body-text p:not(:last-child) {
  margin-bottom: var(--line-height-em);
}
.development-hero__scroll-indicator {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 85.3125em) {
  .development-hero__scroll-indicator {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .development-hero__scroll-indicator {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .development-hero__scroll-indicator {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .development-hero__scroll-indicator {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .development-hero__scroll-indicator {
    margin-bottom: 5rem;
  }
}
.development-hero__scroll-indicator__icon {
  height: 1.5rem;
  stroke-width: 3px;
  stroke: currentColor;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
}
.development-hero--theme-black {
  background-color: #000000;
  color: #ffffff;
}
.development-hero--theme-white {
  background-color: #ffffff;
  color: #000000;
}
@media screen and (min-width: 85.375em), screen and (min-height: 46.875em) {
  .development-hero {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.development-list {
  color: #ffffff;
}
@media screen and (min-width: 85.375em) {
  .development-list {
    display: grid;
    grid-column-gap: 2.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .development-list__content {
    display: grid;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-column-gap: 2.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.development-list__map {
  min-height: 31.25rem;
  height: calc(var(--vh, 1vh) * 66);
}
@media screen and (max-width: 85.3125em) {
  .development-list__map {
    display: none;
  }
}
.development-list__content {
  border-top: 1px solid #999999;
}
.development-list__checkbox-radio-list {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: inherit;
  margin-bottom: 5rem;
  position: relative;
  transition: all 0.3s linear;
}
@media screen and (max-width: 85.3125em) {
  .development-list__checkbox-radio-list {
    position: -webkit-sticky;
    position: sticky;
    transform: translate3d(0, 0, 1);
    will-change: top;
    z-index: 2;
  }
  .site-header-hide .development-list__checkbox-radio-list {
    top: 0;
  }
  .site-header-show .development-list__checkbox-radio-list {
    top: var(--site-header-height);
  }
}
@media screen and (min-width: 48em) {
  .development-list__checkbox-radio-list {
    grid-column: 1/-1;
    width: calc(50% - 1.125rem);
  }
}
.development-list__checkbox-radio-list__selected {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 85.3125em) {
  .development-list__checkbox-radio-list__selected {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-list__checkbox-radio-list__selected {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-list__checkbox-radio-list__legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.development-list__checkbox-radio-list__legend svg {
  display: none;
}
.development-list__checkbox-radio-list__selected {
  align-items: center;
  display: flex;
  width: 100%;
}
.development-list__checkbox-radio-list__selected svg {
  flex-shrink: 0;
  margin-left: auto;
  float: right;
  stroke: currentColor;
  stroke-width: 0.5px;
  height: 2.625rem;
  width: 2.625rem;
}
.development-list__checkbox-radio-list__elements {
  z-index: 1;
  background-color: #000000;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  padding-left: inherit;
  padding-right: inherit;
  position: absolute;
  transition: max-height 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear 0.3s;
  top: 100%;
  left: 0;
  right: 0;
}
.development-list__checkbox-radio-list__elements__legend {
  display: none;
}
.development-list__checkbox-radio-list.is-open {
  background-color: black;
  border-color: #bf0d45;
}
.development-list__checkbox-radio-list.is-open .development-list__checkbox-radio-list__selected {
  color: #bf0d45;
}
.development-list__checkbox-radio-list.is-open .development-list__checkbox-radio-list__elements {
  max-height: var(--height);
  visibility: visible;
  transition: max-height 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-bottom 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 85.3125em) {
  .development-list__checkbox-radio-list.is-open .development-list__checkbox-radio-list__legend {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .development-list__checkbox-radio-list.is-open .development-list__checkbox-radio-list__legend svg {
    stroke: #bf0d45;
  }
}
@media screen and (min-width: 85.375em) {
  .development-list__checkbox-radio-list.is-open .development-list__checkbox-radio-list__selected {
    color: #bf0d45;
  }
  .development-list__checkbox-radio-list.is-open .development-list__checkbox-radio-list__selected svg {
    stroke: #bf0d45;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
.development-list__checkbox-radio--radio {
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  padding-bottom: 0.5rem;
}
.development-list__checkbox-radio--radio .development-list__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.development-list__checkbox-radio--radio .development-list__checkbox-radio__label {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-right: 0.75rem;
}
.development-list__checkbox-radio--radio:not(:last-child) {
  margin-bottom: 0.5rem;
}
.development-list__property {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  border-top: 1px solid #999999;
  display: block;
  opacity: 1;
  overflow: hidden;
  padding: 1rem 0 3rem;
  position: relative;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 0;
}
.development-list__property::after {
  background-color: black;
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.development-list__property__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 47.9375em) {
  .development-list__property__title {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .development-list__property__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-list__property__location {
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
}
.development-list__property__image img {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  z-index: -1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .development-list__property__image img {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.development-list__property__triangle {
  fill: transparent;
  flex-shrink: 0;
  height: 0.625rem;
  margin-left: 0.25rem;
  stroke: #999999;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 1.25rem;
}
.development-list__property--select-open {
  opacity: 0.4;
}
.development-list__property:hover, .development-list__property.focus-visible {
  border-color: #bf0d45;
}
.development-list__property:hover::after, .development-list__property.focus-visible::after {
  opacity: 0.8;
}
.development-list__property:hover .development-list__property__triangle, .development-list__property.focus-visible .development-list__property__triangle {
  fill: #bf0d45;
  stroke: #bf0d45;
}

@media screen and (min-width: 85.375em) {
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: var(--column-gap);
            column-gap: var(--column-gap);
  }
}
.gallery-grid__section-tag {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  align-self: start;
}
@media screen and (min-width: 64em) {
  .gallery-grid__section-tag {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
.gallery-grid__section-tag::before {
  content: "- ";
}
.gallery-grid__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --translate-x-distance: 20%;
  vertical-align: baseline;
  grid-column: span 11/-1;
  text-align: center;
}
@media screen and (max-width: 29.9375em) {
  .gallery-grid__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .gallery-grid__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .gallery-grid__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .gallery-grid__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .gallery-grid__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .gallery-grid__support-title {
    --translate-x-distance: 0!important;
  }
}
@media screen and (max-width: 85.3125em) {
  .gallery-grid__support-title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .gallery-grid__support-title {
    margin-bottom: 6rem;
  }
}
.gallery-grid__support-title img {
  display: inline-block;
  height: 0.85em;
  -ms-transform: translateY(0.04em);
      transform: translateY(0.04em);
}
.gallery-grid__images, .gallery-grid__rte {
  max-width: 67.5rem;
  margin: 0 auto;
}
.gallery-grid__images {
  align-content: center;
  display: grid;
  grid-template-columns: repeat(var(--column-count), minmax(0, 1fr));
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  row-gap: var(--column-gap);
  grid-column: 1/span 8;
  position: relative;
}
@media (pointer: fine) {
  .gallery-grid__images {
    pointer-events: none;
  }
  .gallery-grid__images > * {
    pointer-events: auto;
  }
}
.gallery-grid__images:hover:not(.is-image-open) .gallery-grid__thumbnail-button__image img {
  opacity: 0.8;
}
@media screen and (max-width: 47.9375em) {
  .gallery-grid__images {
    --column-count: 2;
  }
}
@media screen and (min-width: 48em) {
  .gallery-grid__images {
    --column-count: 3;
  }
}
@media screen and (max-width: 85.3125em) {
  .gallery-grid__images:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.gallery-grid__thumbnail-button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  background-color: var(--background-colour);
  overflow: hidden;
}
.gallery-grid__thumbnail-button__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gallery-grid__thumbnail-button__image {
  display: block;
}
.gallery-grid__thumbnail-button img {
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.gallery-grid__thumbnail-button:hover img {
  opacity: 1 !important;
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.gallery-grid__thumbnail-button:first-of-type .gallery-grid__thumbnail-button__image {
  --notch-width: calc(2.0714285714 * 1.5rem);
  --notch-height: 1.5rem;
  -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
          clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
}
.gallery-grid__thumbnail-button:last-of-type .gallery-grid__thumbnail-button__image {
  --notch-width: calc(2.0714285714 * 1.5rem);
  --notch-height: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
}
.gallery-grid__enlarged-image {
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear;
  z-index: 1;
}
.gallery-grid__enlarged-image:not(.is-open) {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear 0.5s;
  visibility: hidden;
}
.gallery-grid__enlarged-image:not(.is-open) .gallery-grid__enlarged-image__image {
  display: none;
}
.gallery-grid__enlarged-image__close {
  align-items: center;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  padding: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
}
.gallery-grid__enlarged-image__close span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gallery-grid__enlarged-image__close__svg {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  height: 1rem;
  width: 1rem;
}
.gallery-grid__enlarged-image__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
.gallery-grid__enlarged-image__image img {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-grid__enlarged-image__image img {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.gallery-grid__rte {
  align-self: center;
  grid-column: span 4/-1;
}
.gallery-grid__rte p {
  max-width: 65ch;
}
.gallery-grid__colony {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  grid-column: 1/-1;
  z-index: -1;
  margin-left: -4%;
  margin-top: -9.0625rem;
  width: 45%;
  max-width: 21.625rem;
}
.google-reviews {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
.google-reviews__link {
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  text-decoration: none;
  margin-bottom: 3.125rem;
}
.google-reviews__logo {
  color: #bf0d45;
  height: 1.875rem;
  margin-right: 0.875rem;
  width: 5.625rem;
}
.google-reviews__average-rating {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  color: #bf0d45;
  display: inline-flex;
}
.google-reviews__average-rating__star {
  height: 1.25rem;
  width: 1.25rem;
}
.google-reviews__average-rating__label {
  margin-left: 1ch;
}
.google-reviews__review-count {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-left: 1ch;
}
.google-reviews__review-count::before {
  content: "|";
  margin-right: 1ch;
}
.google-reviews__reviews {
  display: contents;
}
.google-reviews__reviews .splide__track {
  grid-column: 1/-1;
}
.google-reviews__reviews .splide__arrows {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.google-reviews__reviews .splide__arrows.is-arrows-disabled {
  display: none;
}
.google-reviews__reviews .splide__arrow {
  align-items: center;
  padding: 0.5rem;
  position: relative;
  pointer-events: auto;
}
.google-reviews__reviews .splide__arrow--prev {
  --degrees: 90deg;
}
.google-reviews__reviews .splide__arrow--next {
  --degrees: -90deg;
}
.google-reviews__reviews .splide__arrow svg {
  height: 1rem;
  stroke-width: 2px;
  stroke: #999999;
  transition: all 0.3s ease-in-out;
  -ms-transform: rotate(var(--degrees));
      transform: rotate(var(--degrees));
  opacity: 1;
  width: 1rem;
}
.google-reviews__reviews .splide__arrow[disabled] {
  cursor: default;
}
.google-reviews__reviews .splide__arrow[disabled] svg {
  opacity: 0.3;
}
@media (pointer: fine) {
  .google-reviews__reviews .splide__arrow:not([disabled]):hover svg {
    stroke: currentColor;
  }
}
@media screen and (max-width: 85.3125em) {
  .google-reviews__reviews__review {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.google-reviews__reviews__review__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 85.375em) {
  .google-reviews__reviews__review__text {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.google-reviews__reviews__review__author {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 85.375em) {
  .google-reviews__reviews__review__author {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.google-reviews__reviews__review__author::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  content: "–";
  display: block;
}
.google-reviews__reviews__review__rating svg {
  fill: #bf0d45;
  height: 0.875rem;
  width: 0.875rem;
}
.google-reviews__reviews__review__rating__text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.google-reviews--theme-white {
  color: #000000;
}
.google-reviews--theme-black {
  color: #ffffff;
}

.google-reviews-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1f);
}
@media screen and (max-width: 47.9375em) {
  .google-reviews-v2 {
    --button-size: 2.5rem;
    --buttons-margin: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .google-reviews-v2 {
    --button-size: 4.6875rem;
    --buttons-margin: 1.875rem;
  }
}
.google-reviews-v2::before, .google-reviews-v2__content {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.google-reviews-v2::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #f7f7f7;
  content: "";
  margin-top: 1.5rem;
  margin-left: calc(-1 * var(--container-gutter-width));
  padding-bottom: 50%;
  width: calc(100% + var(--container-gutter-width));
}
@media screen and (min-width: 48em) {
  .google-reviews-v2::before {
    margin-top: 8rem;
    width: calc(90% + var(--container-gutter-width));
  }
}
.google-reviews-v2__content {
  align-content: start;
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  isolation: isolate;
  row-gap: 1rem;
  z-index: 1;
  grid-template-areas: "title  title   title   title   title   title   title   title   title   title   title   title" "reviews    reviews    reviews    reviews   reviews   reviews   reviews   reviews   reviews  reviews  reviews  reviews" "badge    badge    badge    badge   badge   badge   badge   .  .  .  .  .";
}
@media screen and (min-width: 48em) {
  .google-reviews-v2__content {
    grid-template-areas: "title  title   title   title   title   title   title   title   title   badge   badge   badge" "reviews    reviews    reviews    reviews   reviews   reviews   reviews   reviews   reviews  reviews  reviews  reviews";
    row-gap: 6rem;
  }
}
.google-reviews-v2__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-area: title;
}
@media screen and (max-width: 29.9375em) {
  .google-reviews-v2__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .google-reviews-v2__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .google-reviews-v2__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .google-reviews-v2__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .google-reviews-v2__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
.google-reviews-v2__support-title span {
  display: block;
  max-width: 20ch;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .google-reviews-v2__support-title span {
    --translate-x-distance: 0!important;
  }
}
.google-reviews-v2__support-title span:nth-of-type(odd) {
  text-align: left;
}
.google-reviews-v2__support-title span:nth-of-type(even) {
  text-align: right;
}
.google-reviews-v2__support-title span:nth-of-type(odd) {
  --translate-x-distance: 20%;
}
.google-reviews-v2__support-title span:nth-of-type(even) {
  --translate-x-distance: 10%;
}
.google-reviews-v2__badge {
  align-self: start;
  grid-area: badge;
  position: relative;
  max-width: 10.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .google-reviews-v2__badge {
    margin-top: calc(-1 * (var(--button-size) + var(--buttons-margin)));
  }
}
@media screen and (min-width: 48em) {
  .google-reviews-v2__badge {
    justify-self: end;
    max-width: 10rem;
  }
}
.google-reviews-v2__badge__logo {
  height: 30px;
  width: 100%;
}
.google-reviews-v2__badge__stars {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.google-reviews-v2__badge__stars__star {
  position: relative;
}
.google-reviews-v2__badge__stars__star::before {
  padding-bottom: 100%;
  content: "";
  display: block;
}
@supports (aspect-ratio: 16/9) {
  .google-reviews-v2__badge__stars__star::before {
    padding-bottom: 0;
    aspect-ratio: 1/1;
  }
}
.google-reviews-v2__badge__stars__star svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.google-reviews-v2__badge__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.google-reviews-v2__badge__link__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.google-reviews-v2__badge__footer {
  display: flex;
  gap: 1ch;
}
.google-reviews-v2__badge__footer > *:not(:first-child)::before {
  content: " | ";
}
.google-reviews-v2__badge__average-rating {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (min-width: 48em) {
  .google-reviews-v2__badge__average-rating {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.google-reviews-v2__badge__review-count {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (min-width: 48em) {
  .google-reviews-v2__badge__review-count {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.google-reviews-v2__slider {
  grid-area: reviews;
  position: relative;
}
@media screen and (min-width: 100em) {
  .google-reviews-v2__slider {
    grid-column: 2/-2;
  }
}
.google-reviews-v2__slider__slides {
  --gap: 2.25rem;
  --slider-padding: 0;
  position: static;
  --one-item-breakpoint: 600;
  --two-item-breakpoint: 900;
  --three-item-breakpoint: 1200;
}
.google-reviews-v2__slider__slides > .splide__arrows.is-arrows-disabled {
  display: none;
}
.google-reviews-v2__slider__slides > .splide__arrows:not(.is-arrows-disabled) + .splide__track {
  padding-bottom: calc(var(--button-size) + var(--buttons-margin));
}
.google-reviews-v2__slider__slides > .splide__arrows {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  gap: 0.625rem;
  z-index: 3;
}
@media screen and (max-width: 47.9375em) {
  .google-reviews-v2__slider__slides > .splide__arrows {
    right: 0;
  }
}
@media screen and (min-width: 48em) {
  .google-reviews-v2__slider__slides > .splide__arrows {
    right: 10px;
  }
}
.google-reviews-v2__slider__slides > .splide__arrows > .splide__arrow {
  align-items: center;
  background-color: #bf0d45;
  display: flex;
  opacity: 1;
  justify-content: center;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
  height: var(--button-size);
  width: var(--button-size);
}
.google-reviews-v2__slider__slides > .splide__arrows > .splide__arrow[disabled] {
  cursor: default;
  opacity: 0;
}
.google-reviews-v2__slider__slides > .splide__arrows > .splide__arrow--prev {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.google-reviews-v2__slider__slides > .splide__arrows > .splide__arrow--next {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.google-reviews-v2__slider__slides > .splide__arrows > .splide__arrow svg {
  stroke: #ffffff;
}
@media screen and (max-width: 47.9375em) {
  .google-reviews-v2__slider__slides > .splide__arrows > .splide__arrow svg {
    height: 1rem;
    width: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .google-reviews-v2__slider__slides > .splide__arrows > .splide__arrow svg {
    height: 1.375rem;
    width: 1.375rem;
  }
}
.google-reviews-v2__slider__slides > .splide__track {
  overflow: visible;
}
.google-reviews-v2__slider__slides .splide__slide {
  display: flex;
  align-items: stretch;
}
.google-reviews-v2__review {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .google-reviews-v2__review {
    margin: 0.625rem 0.625rem 0;
  }
}
@media screen and (min-width: 85.375em) {
  .google-reviews-v2__review {
    --animate-delay: calc(0.05s * var(--index));
  }
}
.google-reviews-v2__review__icon {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #bf0d45;
  height: 3.125rem;
  margin-bottom: -0.625rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
  width: 6.25rem;
  -ms-transform: translate(-0.625rem, -0.625rem);
      transform: translate(-0.625rem, -0.625rem);
}
.google-reviews-v2__review__icon svg {
  height: 1.5625rem;
  width: 1.5625rem;
}
.google-reviews-v2__review__content {
  flex-grow: 1;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  padding: 0 3rem 1.5rem;
}
.google-reviews-v2__review__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
}
.google-reviews-v2__review__footer {
  border-top: 1px solid;
  padding-top: 0.75rem;
  margin-top: auto;
}
.google-reviews-v2__review__author {
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  display: block;
}
.google-reviews-v2__review__reviewer-type {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
}
.grid-form {
  background: #f2f2f2;
  padding: 1.875rem;
}
.grid-form__form.is-loading .form__submit::before {
  -webkit-animation: rotate 1s infinite linear;
          animation: rotate 1s infinite linear;
  background: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  height: 1rem;
  width: 1rem;
  margin-right: 0.5em;
  margin-right: 0.75ch;
}

.grid-image {
  display: block;
  position: relative;
}
.grid-image__inner {
  width: 100%;
}
.grid-image--triangle-left::before, .grid-image--triangle-right::before {
  content: "";
  display: block;
  height: 150%;
  aspect-ratio: 1/2;
  background-color: #bf0d45;
  position: absolute;
  top: -25%;
  z-index: -1;
}
.grid-image--triangle-left::before {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  left: calc(-1 * var(--container-gutter-margin));
}
.grid-image--triangle-right::before {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: calc(-1 * var(--container-gutter-margin));
}

.highlighted-team-members__title {
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --translate-x-distance: -20%;
  margin-bottom: 0.5em;
  margin-left: auto;
  text-align: right;
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .highlighted-team-members__title {
    --translate-x-distance: 0!important;
  }
}
@media screen and (max-width: 29.9375em) {
  .highlighted-team-members__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .highlighted-team-members__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .highlighted-team-members__title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .highlighted-team-members__title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .highlighted-team-members__title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
.highlighted-team-members__members {
  display: grid;
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
}
@media screen and (max-width: 47.9375em) {
  .highlighted-team-members__members {
    align-items: center;
    grid-template-columns: minmax(0, 26.25rem);
    justify-content: center;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .highlighted-team-members__members {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.highlighted-team-members__text {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  row-gap: 2rem;
}
@media screen and (min-width: 48em) {
  .highlighted-team-members__text {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media screen and (max-width: 63.9375em) {
  .highlighted-team-members__body-text {
    grid-column: 1/span 8;
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .highlighted-team-members__body-text {
    grid-column: 2/span 7;
  }
}
@media screen and (min-width: 85.375em) {
  .highlighted-team-members__body-text {
    grid-column: 3/span 6;
  }
}
.highlighted-team-members__body-text p {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.highlighted-team-members__body-text p:not(:last-child) {
  margin-bottom: var(--line-height-em);
}
.highlighted-team-members__cta {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-self: end;
  grid-column: 9/-1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 85.3125em) {
  .highlighted-team-members__cta {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .highlighted-team-members__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .highlighted-team-members__cta {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .highlighted-team-members__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .highlighted-team-members__cta {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .highlighted-team-members__cta {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.highlighted-team-members__cta.focus-visible:not(:disabled), .highlighted-team-members__cta:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.highlighted-team-members__cta svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .highlighted-team-members__cta {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .highlighted-team-members__cta > * {
    isolation: isolate;
    z-index: 1;
  }
  .highlighted-team-members__cta::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .highlighted-team-members__cta:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.highlighted-team-members--listing .highlighted-team-members__text {
  margin-bottom: 6rem;
}
.highlighted-team-members--listing .highlighted-team-members__members {
  row-gap: 4rem;
}
@media screen and (min-width: 48em) {
  .highlighted-team-members--listing .highlighted-team-members__members {
    row-gap: 8rem;
  }
}
.highlighted-team-members--highlighted .highlighted-team-members__text {
  margin-top: 4rem;
}
.highlighted-team-members--highlighted .highlighted-team-members__members {
  row-gap: 4rem;
}

.home-showcase {
  align-items: end;
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 37.5em) {
  .home-showcase {
    --column-gap: 0;
  }
}
@media screen and (min-width: 37.5625em) {
  .home-showcase {
    --column-gap: 2.25rem;
  }
}
.home-showcase__rte {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .home-showcase__rte {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .home-showcase__rte {
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 85.375em) {
  .home-showcase__rte {
    grid-column: 2/span 3;
    margin-bottom: auto;
  }
}
.home-showcase__item {
  position: relative;
}
.home-showcase__item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.home-showcase__item__label {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  color: #ffffff;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 29.9375em) {
  .home-showcase__item__label {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .home-showcase__item__label {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 85.3125em) {
  .home-showcase__item__label {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .home-showcase__item__label {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.home-showcase__item--small {
  grid-row-end: span 1;
}
@media screen and (max-width: 85.3125em) {
  .home-showcase__item--small {
    grid-column-end: span 6;
  }
  .home-showcase__item--small:nth-child(even) {
    margin-right: calc(-0.5 * var(--column-gap));
  }
  .home-showcase__item--small:nth-child(odd) {
    margin-left: calc(-0.5 * var(--column-gap));
  }
}
@media screen and (min-width: 85.375em) {
  .home-showcase__item--small {
    grid-column-end: span 3;
  }
  .home-showcase__item--small:nth-child(even) {
    margin-left: calc(-0.5 * var(--column-gap));
    margin-right: calc(-0.25 * var(--column-gap));
  }
  .home-showcase__item--small:nth-child(odd) {
    margin-left: calc(-0.75 * var(--column-gap));
  }
}
@media screen and (max-width: 85.3125em) {
  .home-showcase__item--large {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 85.375em) {
  .home-showcase__item--large:nth-child(2) {
    margin-left: calc(-0.5 * var(--column-gap));
    grid-column-end: -1;
    grid-column-start: span 6;
  }
  .home-showcase__item--large:nth-child(3) {
    margin-right: calc(-0.5 * var(--column-gap));
    grid-row: 2/span 2;
    grid-column-end: span 6;
  }
}
.home-showcase__item--link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 418 247.8' style='enable-background:new 0 0 418 247.8;' xml:space='preserve'%3E%3Cpath style='fill: rgba(0,0,0,0.7);' d='M418,208.4L0,0v247.8h418V208.4z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: left top;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.home-showcase__item--link:hover::after {
  opacity: 1;
}

.icon-list__items {
  -webkit-column-gap: 2.25rem;
          column-gap: 2.25rem;
  display: grid;
  margin-top: 3rem;
  row-gap: 4rem;
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .icon-list__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 64em) {
  .icon-list__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.icon-list__items__feature {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.icon-list__items__feature__icon {
  width: 8rem;
}
.icon-list__items__feature__text {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.icon-list__items__feature__title {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.icon-list__items__feature__bodytext {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.icon-list__items__feature__bodytext:not(:last-child) {
  margin-bottom: var(--line-height-em);
}

.image-and-features {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 3rem;
}
.image-and-features, .image-and-features__svg, .image-and-features__text {
  pointer-events: none !important;
}
.image-and-features > *:not(.image-and-features__svg), .image-and-features__text > *:not(.image-and-features__svg) {
  pointer-events: all;
}
.image-and-features__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-bottom: 2.5rem;
  --translate-x-distance: 20%;
}
@media screen and (max-width: 29.9375em) {
  .image-and-features__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .image-and-features__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .image-and-features__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .image-and-features__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .image-and-features__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .image-and-features__support-title {
    --translate-x-distance: 0!important;
  }
}
.image-and-features__image {
  grid-column: 1/span 12;
}
@media screen and (max-width: 47.9375em) {
  .image-and-features__image {
    --notch-width: calc(2.0714285714 * 2rem);
    --notch-height: 2rem;
    -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
            clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
  }
}
@media screen and (min-width: 48em) {
  .image-and-features__image {
    --notch-width: calc(2.0714285714 * 4rem);
    --notch-height: 4rem;
    -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
            clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
    grid-column: 1/span 6;
  }
}
.image-and-features__text {
  grid-column: 1/span 12;
}
@media screen and (min-width: 48em) {
  .image-and-features__text {
    grid-column: 8/span 4;
  }
}
.image-and-features__body-text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 2rem;
}
.image-and-features__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .image-and-features__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .image-and-features__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .image-and-features__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .image-and-features__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .image-and-features__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .image-and-features__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.image-and-features__link.focus-visible:not(:disabled), .image-and-features__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-and-features__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .image-and-features__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .image-and-features__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .image-and-features__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .image-and-features__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.image-and-features__slider {
  grid-column: 1/span 12;
}
.image-and-features__slider__slides {
  --gap: 1.125rem;
  --slider-padding: 0;
  --one-item-breakpoint: 480;
  --two-item-breakpoint: 768;
  --four-item-breakpoint: 1366;
}
@media screen and (max-width: 47.9375em) {
  .image-and-features__slider__slides {
    --button-size: 2.5rem;
    --buttons-margin: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .image-and-features__slider__slides {
    --button-size: 4.6875rem;
    --buttons-margin: 1.875rem;
  }
}
.image-and-features__slider__slides > .splide__arrows:not(.is-arrows-disabled) + .splide__track {
  padding-bottom: calc(var(--button-size) + var(--buttons-margin));
}
.image-and-features__slider__slides > .splide__arrows.is-arrows-disabled {
  display: none;
}
.image-and-features__slider__slides > .splide__arrows {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  z-index: 3;
}
@media screen and (max-width: 85.3125em) {
  .image-and-features__slider__slides > .splide__arrows {
    align-items: flex-end;
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
.image-and-features__slider__slides > .splide__arrows > .splide__arrow {
  align-items: center;
  background-color: #000000;
  display: flex;
  opacity: 1;
  justify-content: center;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
  height: var(--button-size);
  width: var(--button-size);
}
.image-and-features__slider__slides > .splide__arrows > .splide__arrow[disabled] {
  cursor: default;
  opacity: 0;
}
.image-and-features__slider__slides > .splide__arrows > .splide__arrow--prev {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.image-and-features__slider__slides > .splide__arrows > .splide__arrow--next {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.image-and-features__slider__slides > .splide__arrows > .splide__arrow svg {
  stroke: #ffffff;
}
@media screen and (max-width: 47.9375em) {
  .image-and-features__slider__slides > .splide__arrows > .splide__arrow svg {
    height: 1rem;
    width: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .image-and-features__slider__slides > .splide__arrows > .splide__arrow svg {
    height: 1.375rem;
    width: 1.375rem;
  }
}
.image-and-features__slider__slides > .splide__track {
  overflow: visible;
}
.image-and-features__feature {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.image-and-features__feature__wrapper {
  --notch-width: calc(2.0714285714 * 2rem);
  --notch-height: 2rem;
  -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
          clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
  display: grid;
  position: relative;
  min-height: 16rem;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.image-and-features__feature__wrapper::after {
  background: #000000;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.image-and-features__feature__wrapper::after, .image-and-features__feature__label {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.image-and-features__feature__image img {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  z-index: -1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .image-and-features__feature__image img {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.image-and-features__feature__image, .image-and-features__feature__icon, .image-and-features__feature__label {
  grid-row: 1;
  grid-column: 1;
}
.image-and-features__feature__icon {
  align-self: center;
  height: 3.1875rem;
  margin: 0 auto;
}
.image-and-features__feature__label {
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1rem;
  align-self: end;
  height: calc(50% - 1.59375rem);
  text-align: center;
  opacity: 1;
}
@media (pointer: fine) {
  .image-and-features__feature {
    margin-top: 0.75rem;
  }
  .image-and-features__feature:not(:hover) .image-and-features__feature__wrapper::after {
    opacity: 0.2;
  }
  .image-and-features__feature:not(:hover) .image-and-features__feature__label {
    opacity: 0;
  }
  .image-and-features__feature:hover .image-and-features__feature__wrapper {
    transform: translate3d(0, -0.75rem, 0);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.image-and-features .northern-logo-pattern {
  bottom: 3.125rem;
  height: 100%;
  left: -92px;
  margin-left: 2.375rem;
  position: absolute;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .image-and-features .northern-logo-pattern {
    bottom: -16.875rem;
    left: 0;
    margin-left: 9.375rem;
    -ms-transform: initial;
        transform: initial;
  }
}
.image-and-features .northern-logo-pattern polygon {
  fill: #e7e7e7;
  transform-box: fill-box;
  transition: all 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(1, 0, 0.86, 1);
  -ms-transform-origin: center center;
      transform-origin: center center;
  stroke-width: calc(var(--index) * 5.8 * 1px);
  stroke: transparent;
  pointer-events: all;
  paint-order: stroke fill;
}
@media (prefers-reduced-motion: no-preference) {
  .image-and-features .northern-logo-pattern polygon:hover, .image-and-features .northern-logo-pattern polygon.is-animating {
    fill: #DCDCDC;
    -ms-transform: rotate(var(--rotate));
        transform: rotate(var(--rotate));
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

.image-cta {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.image-cta__content {
  align-items: end;
  grid-column: 1/span 12;
  padding-right: 1.125rem;
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  z-index: 2;
}
@media screen and (min-width: 37.5625em) {
  .image-cta__content {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media screen and (min-width: 64em) {
  .image-cta__content {
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 85.375em) {
  .image-cta__content {
    margin-left: 2.25rem;
    margin-right: 1.125rem;
    -ms-transform: translateX(1.125rem);
        transform: translateX(1.125rem);
  }
}
.image-cta__rte, .image-cta__image {
  grid-row: 1;
}
.image-cta__rte {
  grid-column: 1/-1;
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  grid-template-columns: repeat(10, minmax(0, 1fr));
  display: grid;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 37.5625em) {
  .image-cta__rte {
    margin-top: 4.6875rem;
  }
}
.image-cta__rte::before {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  content: "";
  grid-column: 1/-1;
  margin-right: -1.125rem;
  z-index: -1;
}
.image-cta__rte::before,
.image-cta__rte .rte {
  grid-row: 1;
}
.image-cta__rte .rte {
  padding: 1rem;
  padding-right: 0;
}
@media screen and (max-width: 37.5em) {
  .image-cta__rte .rte {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 37.5625em) {
  .image-cta__rte .rte {
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 64em) {
  .image-cta__rte .rte {
    padding: 2.5rem;
    grid-column: 1/span 5;
  }
}
.image-cta__rte > .rte--button-black .rte__link {
  border: 1px solid #000000 !important;
}
.image-cta__image {
  --notch-width: calc(2.0714285714 * 4.1875rem);
  --notch-height: 4.1875rem;
  -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
          clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
  align-self: start;
  display: none;
  grid-column-start: span 6;
  grid-column-end: -1;
  justify-self: end;
  position: relative;
  margin-bottom: 1.125rem;
  z-index: 1;
}
@media screen and (min-width: 37.5625em) {
  .image-cta__image {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .image-cta__image {
    grid-column-start: span 5;
  }
}
.image-cta__svg {
  grid-column: 1/span 12;
}
.image-cta__svg.is-in-view:not(.is-tab-defocused) > .northern-logo-pattern {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.image-cta .northern-logo-pattern {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  bottom: -1.125rem;
  height: 100%;
  position: absolute;
  margin-left: -1.125rem;
  z-index: 1;
}
.image-cta .northern-logo-pattern path {
  --filled-colour: #000000;
  --empty-colour: rgba(0, 0, 0, 0);
  -webkit-animation-play-state: inherit !important;
          animation-play-state: inherit !important;
  fill: var(--empty-colour);
  stroke: #000000;
  stroke-width: 0.23;
  stroke-miterlimit: 10;
}
.image-cta .northern-logo-pattern path.is-animating {
  -webkit-animation: northern-logo-background-fill 8s forwards 1;
          animation: northern-logo-background-fill 8s forwards 1;
}
@media screen and (max-width: 63.9375em) {
  .image-cta .northern-logo-pattern {
    max-width: calc(100% + 2.25rem);
  }
}
@media screen and (min-width: 64em) {
  .image-cta .northern-logo-pattern {
    bottom: -6.25rem;
    height: calc(100% + 6.25rem);
    margin-left: 3.375rem;
    max-width: calc(100% + 3.375rem);
  }
}
.image-cta--subtle .image-cta__rte::before {
  background-color: #f2f2f2;
}
.image-cta--subtle .image-cta__image {
  max-width: 23.75rem;
}
@media screen and (max-width: 47.9375em) {
  .image-cta--subtle .image-cta__image {
    grid-column-start: span 6;
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .image-cta--subtle .image-cta__image {
    grid-column-start: span 5;
  }
}
@media screen and (min-width: 85.375em) {
  .image-cta--subtle .image-cta__image {
    grid-column-start: span 4;
  }
}
.image-cta--theme-red .image-cta__rte::before {
  background-color: #bf0d45;
}
.image-cta--theme-black .image-cta__rte::before {
  background-color: #000000;
}

@-webkit-keyframes northern-logo-background-fill {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    fill: var(--empty-colour);
  }
  50%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    fill: var(--filled-colour);
  }
  100% {
    fill: var(--empty-colour);
  }
}

@keyframes northern-logo-background-fill {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    fill: var(--empty-colour);
  }
  50%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    fill: var(--filled-colour);
  }
  100% {
    fill: var(--empty-colour);
  }
}
.image-gallery__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --translate-x-distance: 20%;
  margin-bottom: calc(var(--line-height-em) * -0.5);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 29.9375em) {
  .image-gallery__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .image-gallery__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .image-gallery__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .image-gallery__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .image-gallery__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .image-gallery__support-title {
    --translate-x-distance: 0!important;
  }
}
.image-gallery__images {
  position: relative;
  margin-left: calc(-1 * var(--container-gutter-width));
  width: 100vw;
}
.image-gallery__images__image {
  overflow: hidden;
  position: relative;
}
.image-gallery__images__image__caption {
  padding-top: 41.3636363636%;
  align-items: flex-end;
  color: #ffffff;
  display: flex;
  bottom: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  isolation: isolate;
}
@supports (aspect-ratio: 16/9) {
  .image-gallery__images__image__caption {
    padding-top: 0;
    aspect-ratio: 440/182;
  }
}
.image-gallery__images__image__caption__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2.5rem 2rem;
  max-width: 100%;
  position: relative;
}
.image-gallery__images__image__caption__content::before {
  padding-top: 41.3636363636%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: calc(140% + 4rem);
  min-height: 100%;
  z-index: -1;
}
@supports (aspect-ratio: 16/9) {
  .image-gallery__images__image__caption__content::before {
    padding-top: 0;
    aspect-ratio: 440/182;
  }
}
.image-gallery__images__image__caption__slide-count {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  display: block;
}
.image-gallery__images__image__caption__text {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: calc(100vw - 4rem);
}
.image-gallery__images > .splide__arrows.is-arrows-disabled {
  display: none;
}
.image-gallery__images > .splide__track {
  min-height: 1px;
}
.image-gallery__images > .splide__arrows {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: absolute;
  gap: 0.625rem;
  z-index: 3;
  bottom: 0;
  right: 0;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
}
@media screen and (max-width: 85.3125em) {
  .image-gallery__images > .splide__arrows {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .image-gallery__images > .splide__arrows {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .image-gallery__images > .splide__arrows {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.image-gallery__images > .splide__arrows > .splide__arrow {
  align-items: center;
  background-color: #bf0d45;
  display: flex;
  opacity: 1;
  justify-content: center;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .image-gallery__images > .splide__arrows > .splide__arrow {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .image-gallery__images > .splide__arrows > .splide__arrow {
    height: 4.6875rem;
    width: 4.6875rem;
  }
}
.image-gallery__images > .splide__arrows > .splide__arrow[disabled] {
  cursor: default;
  opacity: 0;
}
.image-gallery__images > .splide__arrows > .splide__arrow--prev {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.image-gallery__images > .splide__arrows > .splide__arrow--next {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.image-gallery__images > .splide__arrows > .splide__arrow svg {
  stroke: #ffffff;
}
@media screen and (max-width: 47.9375em) {
  .image-gallery__images > .splide__arrows > .splide__arrow svg {
    height: 1rem;
    width: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .image-gallery__images > .splide__arrows > .splide__arrow svg {
    height: 1.375rem;
    width: 1.375rem;
  }
}
.image-gallery__cta-content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 85.375em) {
  .image-gallery__cta-content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: var(--column-gap);
            column-gap: var(--column-gap);
  }
}
.image-gallery__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  line-height: 1.375;
  --line-height: 1.375;
  --line-height-em: calc(var(--line-height) * 1em);
  grid-column: 2/span 7;
  margin-bottom: 1rem;
  max-width: 15ch;
}
.image-gallery__body-text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  grid-column: 2/span 4;
  max-width: 45ch;
}
.image-gallery__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-self: end;
  grid-column: 6/span 3;
}
@media screen and (max-width: 85.3125em) {
  .image-gallery__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .image-gallery__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .image-gallery__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .image-gallery__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .image-gallery__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .image-gallery__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.image-gallery__link.focus-visible:not(:disabled), .image-gallery__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-gallery__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .image-gallery__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .image-gallery__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .image-gallery__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .image-gallery__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
@media screen and (max-width: 85.3125em) {
  .image-gallery__link {
    margin-top: 1rem;
  }
}
.image-gallery__link span {
  margin: 0 auto;
}

.image-text-list {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  display: grid;
  -webkit-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 2.5rem;
}
@media screen and (min-width: 30em) {
  .image-text-list {
    grid-auto-rows: 1fr;
  }
}
@media screen and (min-width: 64em) {
  .image-text-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 30em) {
  .image-text-list__item {
    display: grid;
    -webkit-column-gap: 2.25rem;
            column-gap: 2.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.image-text-list__item__image {
  display: block;
  position: relative;
  min-height: 17.1875rem;
}
.image-text-list__item__image__inner {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .image-text-list__item__image__inner {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 29.9375em) {
  .image-text-list__item__image {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 30em) {
  .image-text-list__item__text {
    margin-bottom: 2.5rem;
  }
}
.image-text-list__item__title {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.image-text-list__item__sub-title, .image-text-list__item__body-text, .image-text-list__item__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.image-text-list__item__sub-title {
  color: #bf0d45;
}
.image-text-list__item__body-text ul::before, .image-text-list__item__body-text ul::after {
  content: "-\a";
}
.image-text-list__item__link {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-underline-position: under;
}
.image-text-list__item__link:focus, .image-text-list__item__link:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}

.instagram-feed {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
.instagram-feed__logo {
  height: 1.75rem;
  width: 1.75rem;
  fill: #bf0d45;
  margin-bottom: 2.5rem;
}
.instagram-feed__profile-link__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.instagram-feed__items {
  --one-item-breakpoint: 600;
  --two-item-breakpoint: 767;
  --three-item-breakpoint: 1024;
  --four-item-breakpoint: 1366;
  display: contents;
}
.instagram-feed__items .splide__track {
  grid-column: 1/-1;
}
.instagram-feed__items .splide__arrows {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.instagram-feed__items .splide__arrows.is-arrows-disabled {
  display: none;
}
.instagram-feed__items .splide__arrow {
  align-items: center;
  padding: 0.5rem;
  position: relative;
  pointer-events: auto;
}
.instagram-feed__items .splide__arrow--prev {
  --degrees: 90deg;
}
.instagram-feed__items .splide__arrow--next {
  --degrees: -90deg;
}
.instagram-feed__items .splide__arrow svg {
  height: 1rem;
  stroke-width: 2px;
  stroke: #999999;
  transition: all 0.3s ease-in-out;
  -ms-transform: rotate(var(--degrees));
      transform: rotate(var(--degrees));
  opacity: 1;
  width: 1rem;
}
.instagram-feed__items .splide__arrow[disabled] {
  cursor: default;
}
.instagram-feed__items .splide__arrow[disabled] svg {
  opacity: 0.3;
}
@media (pointer: fine) {
  .instagram-feed__items .splide__arrow:not([disabled]):hover svg {
    stroke: currentColor;
  }
}
.instagram-feed__items__item {
  position: relative;
}
.instagram-feed__items__item__image {
  position: relative;
  overflow: hidden;
}
.instagram-feed__items__item__image::before {
  padding-bottom: 100%;
  content: "";
  display: block;
}
@supports (aspect-ratio: 16/9) {
  .instagram-feed__items__item__image::before {
    padding-bottom: 0;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 37.5em) {
  .instagram-feed__items__item__image {
    width: calc(100vw - (var(--container-gutter-width) * 2 + 2.25rem + 3.75rem)) !important;
  }
}
@media screen and (min-width: 37.5625em) {
  .instagram-feed__items__item__image {
    width: 100%;
  }
}
.instagram-feed__items__item__image__inner {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .instagram-feed__items__item__image__inner {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.instagram-feed__items__item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.instagram-feed__items__item__link__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.instagram-feed--theme-white {
  color: #000000;
}
.instagram-feed--theme-black {
  color: #ffffff;
}

.intro-text {
  color: var(--text, #b3b3b3);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 47.9375em) {
  .intro-text {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .intro-text {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.intro-text p:not(:last-child) {
  margin-bottom: 1.375em;
}

.map-overlay-text {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.map-overlay-text__map {
  padding-bottom: 50%;
  position: relative;
  margin-left: calc(-1 * var(--container-gutter-width));
  margin-right: calc(-1 * var(--container-gutter-width));
  grid-column: 1/-1;
  max-height: 53.75rem;
  min-height: 25rem;
  min-width: calc(100% + var(--container-gutter-width) * 2);
}
@supports (aspect-ratio: 16/9) {
  .map-overlay-text__map {
    padding-bottom: 0;
    aspect-ratio: 2/1;
  }
}
.map-overlay-text__map > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map-overlay-text__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  pointer-events: none;
  top: 9%;
  left: 13%;
}
@media screen and (max-width: 29.9375em) {
  .map-overlay-text__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .map-overlay-text__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .map-overlay-text__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .map-overlay-text__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .map-overlay-text__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
.map-overlay-text__text {
  justify-self: end;
  color: #ffffff;
  -webkit-filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  grid-column: 1/-1;
  isolation: isolate;
  margin-top: -6rem;
  margin-left: calc(-1 * var(--container-gutter-margin));
  margin-right: calc(-1 * var(--container-gutter-margin));
  max-width: 45rem;
  padding: 4rem calc(var(--container-gutter-margin) + 2rem) 6rem 2rem;
  position: relative;
}
.map-overlay-text__text::before {
  --notch-width: calc(2.0714285714 * 4rem);
  --notch-height: 4rem;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
  background-color: #bf0d45;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}
.map-overlay-text__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .map-overlay-text__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .map-overlay-text__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.map-overlay-text__body-text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.map-overlay-text__body-text p {
  max-width: 54ch;
}

.onward-journeys {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
.onward-journeys__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 85.3125em) {
  .onward-journeys__title {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .onward-journeys__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.onward-journeys__journeys {
  --one-item-breakpoint: 767;
  --two-item-breakpoint: 1024;
  --three-item-breakpoint: 1550;
  display: contents;
}
@media (pointer: fine) {
  .onward-journeys__journeys {
    margin-top: -1.25rem;
  }
}
.onward-journeys__journeys .splide__track {
  grid-column: 1/-1;
}
.onward-journeys__journeys .splide__arrows {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.onward-journeys__journeys .splide__arrows.is-arrows-disabled {
  display: none;
}
.onward-journeys__journeys .splide__arrow {
  align-items: center;
  padding: 0.5rem;
  position: relative;
  pointer-events: auto;
}
.onward-journeys__journeys .splide__arrow--prev {
  --degrees: 90deg;
}
.onward-journeys__journeys .splide__arrow--next {
  --degrees: -90deg;
}
.onward-journeys__journeys .splide__arrow svg {
  height: 1rem;
  stroke-width: 2px;
  stroke: #999999;
  transition: all 0.3s ease-in-out;
  -ms-transform: rotate(var(--degrees));
      transform: rotate(var(--degrees));
  opacity: 1;
  width: 1rem;
}
.onward-journeys__journeys .splide__arrow[disabled] {
  cursor: default;
}
.onward-journeys__journeys .splide__arrow[disabled] svg {
  opacity: 0.3;
}
@media (pointer: fine) {
  .onward-journeys__journeys .splide__arrow:not([disabled]):hover svg {
    stroke: currentColor;
  }
}
.onward-journeys__journeys__journey {
  color: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
}
.onward-journeys__journeys__journey--no-image .onward-journeys__journeys__journey__wrapper {
  background-color: #1F1F1F;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.onward-journeys__journeys__journey--no-image::before {
  padding-bottom: 59.8086124402%;
  content: "";
  display: block;
}
@supports (aspect-ratio: 16/9) {
  .onward-journeys__journeys__journey--no-image::before {
    padding-bottom: 0;
    aspect-ratio: 418/250;
  }
}
@media (pointer: fine) {
  .onward-journeys__journeys__journey {
    padding-top: 1.25rem;
  }
  .onward-journeys__journeys__journey__wrapper {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .onward-journeys__journeys__journey--no-image .onward-journeys__journeys__journey__wrapper {
    top: 1.25rem;
  }
  .onward-journeys__journeys__journey:hover .onward-journeys__journeys__journey__wrapper {
    transform: translate3d(0, -1.25rem, 0);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.onward-journeys__journeys__journey--image .onward-journeys__journeys__journey__backdrop {
  fill: rgba(0, 0, 0, 0.6);
  height: calc(100% + 3px);
  width: calc(100% + 3px);
}
.onward-journeys__journeys__journey--no-image .onward-journeys__journeys__journey__backdrop {
  fill: transparent;
  stroke: #bf0d45;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: calc(100% + 5px);
  width: calc(100% + 5px);
}
.onward-journeys__journeys__journey--image .onward-journeys__journeys__journey__triangle {
  fill: #ffffff;
}
.onward-journeys__journeys__journey--no-image .onward-journeys__journeys__journey__triangle {
  fill: #bf0d45;
}
.onward-journeys__journeys__journey__backdrop {
  position: absolute;
  top: 0;
  left: 0;
}
.onward-journeys__journeys__journey__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.625rem;
  position: absolute;
  text-decoration: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.onward-journeys__journeys__journey__image__inner {
  min-height: 1px;
  width: 100%;
}
.onward-journeys__journeys__journey__title__text, .onward-journeys__journeys__journey__subtitle__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.onward-journeys__journeys__journey__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
}
.onward-journeys__journeys__journey__title:last-child {
  line-height: 1;
}
.onward-journeys__journeys__journey__title:not(:last-child) {
  width: 82%;
}
.onward-journeys__journeys__journey__title:not(:last-child) .onward-journeys__journeys__journey__triangle {
  display: none;
}
.onward-journeys__journeys__journey__title:last-child, .onward-journeys__journeys__journey__subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.onward-journeys__journeys__journey__subtitle {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
}
.onward-journeys__journeys__journey__triangle {
  fill: #999999;
  flex-shrink: 0;
  height: 0.625rem;
  margin-left: 0.9375rem;
  width: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .onward-journeys__journeys__journey__triangle {
    display: none;
  }
}
.onward-journeys--theme-white {
  color: #000000;
}
.onward-journeys--theme-black {
  color: #ffffff;
}
.onward-journeys--404 .onward-journeys__journeys {
  --one-item-breakpoint: 767;
  --two-item-breakpoint: 9998;
  --three-item-breakpoint: 9999;
}

.pricing {
  text-align: center;
}
.pricing__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #bf0d45;
  margin-bottom: calc(var(--line-height-em) * 0.5);
}
@media screen and (max-width: 37.5em) {
  .pricing__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 85.3125em) {
  .pricing__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .pricing__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.pricing__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (max-width: 47.9375em) {
  .pricing__text {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.pricing__text p {
  max-width: 65ch;
  margin: auto;
}
.pricing__text p:not(:last-child) {
  margin-bottom: var(--line-height-em);
}
.pricing__main {
  display: grid;
  flex-grow: 1;
  position: relative;
  isolation: isolate;
}
.pricing__main:not(:first-child) {
  margin-top: 4rem;
}
.pricing__main > * {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.pricing__options {
  display: grid;
  gap: 2.25rem;
  padding: 2.25rem 0;
  margin-top: auto;
}
@media screen and (min-width: 48em) {
  .pricing__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pricing__option {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
}
.pricing__option__main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin-top: auto;
}
.pricing__option__main, .pricing__option__footer {
  padding: 2rem;
}
.pricing__option__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 47.9375em) {
  .pricing__option__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .pricing__option__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.pricing__option__subtitle {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 47.9375em) {
  .pricing__option__subtitle {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .pricing__option__subtitle {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.pricing__option__features {
  list-style-type: disc;
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}
.pricing__option__features:not(:first-child) {
  padding-top: 2rem;
}
.pricing__option__features:not(:last-child) {
  padding-bottom: 2rem;
}
.pricing__option__feature {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.pricing__option__price {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 37.5em) {
  .pricing__option__price {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) {
  .pricing__option__price {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.pricing__option__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
  margin: 0 auto;
}
@media screen and (max-width: 85.3125em) {
  .pricing__option__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .pricing__option__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .pricing__option__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .pricing__option__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .pricing__option__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .pricing__option__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.pricing__option__link.focus-visible:not(:disabled), .pricing__option__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pricing__option__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .pricing__option__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .pricing__option__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .pricing__option__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .pricing__option__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.pricing__option:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.pricing__option--features .pricing__option__footer {
  background-color: #eeeeee;
}
.pricing__option:not(.pricing__option--features) .pricing__option__footer {
  padding-top: 0;
}
.pricing__svg {
  right: calc(var(--container-gutter-width) * -1);
  width: calc(100% + var(--container-gutter-width) * 1.75);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.pricing__svg.is-in-view:not(.is-tab-defocused) > .northern-logo-pattern {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pricing .northern-logo-pattern {
  aspect-ratio: 807.3/422.5;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  display: none;
  margin-left: auto;
  max-height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .pricing .northern-logo-pattern {
    display: block;
  }
}
.pricing .northern-logo-pattern path {
  --filled-colour: #000000;
  --empty-colour: rgba(0, 0, 0, 0);
  -webkit-animation-play-state: inherit !important;
          animation-play-state: inherit !important;
  fill: var(--empty-colour);
  stroke: #000000;
  stroke-width: 0.23;
  stroke-miterlimit: 10;
}
.pricing .northern-logo-pattern path.is-animating {
  -webkit-animation: northern-logo-background-fill 8s forwards 1;
          animation: northern-logo-background-fill 8s forwards 1;
}

.quote {
  display: flex;
  flex-direction: column;
  max-width: 69.375rem;
  margin: 0 auto;
}
.quote__main {
  margin: 3rem;
  margin-right: 0;
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 47.9375em) {
  .quote__main {
    padding: 1.5rem 0 1.25rem 1.25rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 48em) {
  .quote__main {
    display: flex;
    padding: 3rem 3rem 2rem;
    gap: var(--column-gap);
  }
}
.quote__main::before {
  background-color: #bf0d45;
  content: "";
  min-height: calc(100% + 6rem);
  top: -3rem;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 29.9375em) {
  .quote__main::before {
    left: calc(-1 * var(--container-gutter-width));
    width: 100%;
  }
}
@media screen and (min-width: 30em) {
  .quote__main::before {
    left: -3rem;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .quote__main::before {
    width: calc(65% + 3rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .quote__main::before {
    --notch-width: calc(2.0714285714 * 5rem);
    --notch-height: 5rem;
    -webkit-clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 48em) {
  .quote__main::before {
    --notch-width: calc(2.0714285714 * 18%);
    --notch-height: 18%;
    -webkit-clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
  }
  @supports (aspect-ratio: 16/9) {
    .quote__main::before {
      aspect-ratio: 1/1;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .quote__main::before {
      height: 100%;
      width: 50%;
    }
  }
}
.quote__main::after {
  background-color: #DCDCDC;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 47.9375em) {
  .quote__main::after {
    right: calc(-1 * var(--container-gutter-width));
  }
}
@media screen and (min-width: 30em) {
  .quote__main::after {
    --notch-width: calc(2.0714285714 * 5rem);
    --notch-height: 5rem;
    -webkit-clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 48em) {
  .quote__main::after {
    right: 0;
  }
}
.quote__quote-text {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 29.9375em) {
  .quote__quote-text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 30em) and (max-width: 85.3125em) {
  .quote__quote-text {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .quote__quote-text {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.quote__quote-text p {
  max-width: 28ch;
}
@media screen and (min-width: 37.5625em) {
  .quote__quote-text p {
    margin-left: 1.85em;
  }
}
.quote__quote-text svg {
  display: block;
  fill: rgba(0, 0, 0, 0.1);
  height: 1.7em;
  width: 1.85em;
}
.quote__quote-text svg:first-of-type {
  margin-bottom: 0.5rem;
}
.quote__quote-text svg:last-of-type {
  margin-left: auto;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.quote__citation {
  align-content: start;
  display: grid;
  gap: 0.75rem;
  isolation: isolate;
  width: 14.625rem;
}
@media screen and (min-width: 48em) {
  .quote__citation {
    order: -1;
    flex-shrink: 0;
  }
}
.quote__citation__image, .quote__citation__logo {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.quote__citation__image, .quote__citation__text {
  margin-right: 1.5rem;
}
.quote__citation__logo {
  padding-bottom: 100%;
  position: relative;
}
@supports (aspect-ratio: 16/9) {
  .quote__citation__logo {
    padding-bottom: 0;
    aspect-ratio: 1/1;
  }
}
.quote__citation__logo svg {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  height: calc(100% - 1.5rem);
  fill: rgba(255, 255, 255, 0.25);
  width: calc(100% - 1.5rem);
  z-index: -1;
}
.quote__citation__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 85.3125em) {
  .quote__citation__name {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .quote__citation__name {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.quote__citation__meta__line {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  display: block;
}
.quote__cta {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-left: auto;
  margin-top: -1.5rem;
  z-index: 1;
}
@media screen and (max-width: 85.3125em) {
  .quote__cta {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .quote__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .quote__cta {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .quote__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .quote__cta {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .quote__cta {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.quote__cta.focus-visible:not(:disabled), .quote__cta:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.quote__cta svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .quote__cta {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .quote__cta > * {
    isolation: isolate;
    z-index: 1;
  }
  .quote__cta::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .quote__cta:hover:not(:disabled) {
    --translate-x: -100%;
  }
}

.rte {
  --underline-colour: #bf0d45;
  color: var(--text, #b3b3b3);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.rte__text a {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rte__text a:focus, .rte__text a:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}
.rte__text .rte__underlined-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .rte__text .rte__underlined-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte__text .rte__underlined-title u {
  -webkit-text-decoration-color: var(--underline-colour);
          text-decoration-color: var(--underline-colour);
  text-decoration-thickness: 2px;
  text-underline-offset: 10%;
}
.rte__text h2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 47.9375em) {
  .rte__text h2 {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .rte__text h2 {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte__text h2:not(:first-child) {
  margin-top: 4rem;
}
.rte__text h3 {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.rte__text h3.rte__heading-divider {
  border-top: 1px solid;
  padding-top: 1rem;
}
.rte__text h3.rte__heading-divider:not(:first-child) {
  margin-top: 4rem;
}
.rte__text ul,
.rte__text ol {
  list-style-position: outside;
}
@media screen and (max-width: 85.3125em) {
  .rte__text ul li,
  .rte__text ol li {
    margin-left: 2.5ch;
  }
}
.rte__text ul {
  list-style-type: disc;
  list-style-type: "-   ";
}
.rte__text ol {
  list-style: decimal;
}
.rte__text p,
.rte__text li,
.rte__text td {
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.rte__text p.rte__text--lg,
.rte__text li.rte__text--lg,
.rte__text td.rte__text--lg {
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
}
.rte__text p.rte__text--xl,
.rte__text li.rte__text--xl,
.rte__text td.rte__text--xl {
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (max-width: 47.9375em) {
  .rte__text p.rte__text--xl,
  .rte__text li.rte__text--xl,
  .rte__text td.rte__text--xl {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte__text p.rte__framed-text,
.rte__text li.rte__framed-text,
.rte__text td.rte__framed-text {
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
  padding: 3.125rem 0.625rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 85.375em) {
  .rte__text p.rte__framed-text,
  .rte__text li.rte__framed-text,
  .rte__text td.rte__framed-text {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
    padding: 1.5625rem 6.25rem;
  }
}
.rte__text p.rte__framed-text::before, .rte__text p.rte__framed-text::after,
.rte__text li.rte__framed-text::before,
.rte__text li.rte__framed-text::after,
.rte__text td.rte__framed-text::before,
.rte__text td.rte__framed-text::after {
  background-color: #DCDCDC;
  content: "";
  display: block;
  height: 3.125rem;
  position: absolute;
  width: 6.25rem;
}
.rte__text p.rte__framed-text::before,
.rte__text li.rte__framed-text::before,
.rte__text td.rte__framed-text::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  left: 0;
}
.rte__text p.rte__framed-text::after,
.rte__text li.rte__framed-text::after,
.rte__text td.rte__framed-text::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 0;
  right: 0;
}
.rte__text p:not(:last-child) {
  margin-bottom: var(--line-height-em);
}
.rte__text table {
  border-collapse: collapse;
  color: inherit;
  font: inherit;
  width: 100%;
}
.rte__text table tr {
  border-bottom: 1px solid #999999;
}
.rte__text table td {
  vertical-align: top;
}
.rte__text table td:not(:first-child) {
  padding-left: 0.5625rem;
}
.rte__text table td:not(:last-child) {
  padding-right: 0.5625rem;
}
.rte__text table td:last-child {
  text-align: right;
}
.rte__text table:not(:first-child) {
  margin-top: 1rem;
}
.rte__text blockquote.rte__quote {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  margin: 0 auto;
  padding-bottom: 0.8em;
  padding-right: 1.475em;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 47.9375em) {
  .rte__text blockquote.rte__quote {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .rte__text blockquote.rte__quote {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte__text blockquote.rte__quote::before, .rte__text blockquote.rte__quote::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 73 68' fill='%23e3e3e3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.1441 38.3928V68H0V44.6231C0 31.967 1.49991 22.8056 4.49974 17.139C8.43988 9.58856 14.6772 3.87557 23.2116 0L29.3978 9.91281C24.2413 12.0899 20.4443 15.3247 18.0066 19.6172C15.5689 23.9096 14.2096 30.1682 13.9285 38.3928H27.1441ZM70.754 38.3928V68H43.6022V44.6231C43.6022 31.9721 45.1021 22.8108 48.102 17.139C52.0421 9.58856 58.2794 3.87557 66.8138 0L73 9.91281C67.8385 12.0899 64.0414 15.3247 61.6088 19.6172C59.1763 23.9096 57.8169 30.1682 57.5307 38.3928H70.754Z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.7465em;
  width: 1.875em;
  z-index: -1;
}
.rte__text blockquote.rte__quote::before {
  margin-bottom: 0.2em;
  margin-right: -0.2em;
  position: relative;
}
.rte__text blockquote.rte__quote::after {
  bottom: 0;
  position: absolute;
  right: 0;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.rte__footer {
  display: flex;
  flex-wrap: wrap;
}
.rte__footer:not(:first-child) {
  margin-top: 4rem;
}
.rte__footer--align-left {
  justify-content: flex-start;
}
.rte__footer--align-left .rte__link {
  margin-right: 1ch;
}
.rte__footer--align-centre {
  justify-content: center;
}
.rte__footer--align-centre .rte__link {
  margin-left: 0.5ch;
  margin-right: 0.5ch;
}
.rte__footer--align-right {
  justify-content: flex-end;
}
.rte__footer--align-right .rte__link {
  margin-left: 1ch;
}
.rte__link {
  display: block;
  flex-shrink: 1;
  flex-grow: 0;
  margin-bottom: calc(var(--line-height) * 0.5em);
}
.rte:not(.rte--v2) .rte__link svg {
  display: none;
}
.rte:not(.rte--v2) .rte__footer:not(:first-child) {
  margin-top: 4rem;
}
.rte:not(.rte--v2).rte--button-default .rte__link, .rte:not(.rte--v2).rte--button-red .rte__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: transparent;
  border-color: #bf0d45;
  color: #bf0d45;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .rte:not(.rte--v2).rte--button-default .rte__link, .rte:not(.rte--v2).rte--button-red .rte__link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .rte:not(.rte--v2).rte--button-default .rte__link:disabled, .rte:not(.rte--v2).rte--button-red .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .rte:not(.rte--v2).rte--button-default .rte__link, .rte:not(.rte--v2).rte--button-red .rte__link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .rte:not(.rte--v2).rte--button-default .rte__link:disabled, .rte:not(.rte--v2).rte--button-red .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .rte:not(.rte--v2).rte--button-default .rte__link, .rte:not(.rte--v2).rte--button-red .rte__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .rte:not(.rte--v2).rte--button-default .rte__link, .rte:not(.rte--v2).rte--button-red .rte__link {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte:not(.rte--v2).rte--button-default .rte__link.focus-visible:not(:disabled), .rte:not(.rte--v2).rte--button-default .rte__link:hover:not(:disabled), .rte:not(.rte--v2).rte--button-red .rte__link.focus-visible:not(:disabled), .rte:not(.rte--v2).rte--button-red .rte__link:hover:not(:disabled) {
  background-color: #bf0d45;
  color: #ffffff;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rte:not(.rte--v2).rte--button-white .rte__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .rte:not(.rte--v2).rte--button-white .rte__link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .rte:not(.rte--v2).rte--button-white .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .rte:not(.rte--v2).rte--button-white .rte__link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .rte:not(.rte--v2).rte--button-white .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .rte:not(.rte--v2).rte--button-white .rte__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .rte:not(.rte--v2).rte--button-white .rte__link {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte:not(.rte--v2).rte--button-white .rte__link.focus-visible:not(:disabled), .rte:not(.rte--v2).rte--button-white .rte__link:hover:not(:disabled) {
  background-color: #ffffff;
  color: #1A1A1A;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rte:not(.rte--v2).rte--button-black .rte__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .rte:not(.rte--v2).rte--button-black .rte__link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .rte:not(.rte--v2).rte--button-black .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .rte:not(.rte--v2).rte--button-black .rte__link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .rte:not(.rte--v2).rte--button-black .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .rte:not(.rte--v2).rte--button-black .rte__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .rte:not(.rte--v2).rte--button-black .rte__link {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte:not(.rte--v2).rte--button-black .rte__link.focus-visible:not(:disabled), .rte:not(.rte--v2).rte--button-black .rte__link:hover:not(:disabled) {
  background-color: #000000;
  color: #ffffff;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rte--v2 .rte__footer:not(:first-child) {
  margin-top: 2rem;
}
.rte--v2.rte--button-black .rte__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-black .rte__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-black .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-black .rte__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-black .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-black .rte__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-black .rte__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte--v2.rte--button-black .rte__link.focus-visible:not(:disabled), .rte--v2.rte--button-black .rte__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rte--v2.rte--button-black .rte__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .rte--v2.rte--button-black .rte__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .rte--v2.rte--button-black .rte__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .rte--v2.rte--button-black .rte__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .rte--v2.rte--button-black .rte__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.rte--v2.rte--button-white .rte__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-white .rte__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-white .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-white .rte__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-white .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-white .rte__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-white .rte__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte--v2.rte--button-white .rte__link.focus-visible:not(:disabled), .rte--v2.rte--button-white .rte__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rte--v2.rte--button-white .rte__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .rte--v2.rte--button-white .rte__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .rte--v2.rte--button-white .rte__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .rte--v2.rte--button-white .rte__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .rte--v2.rte--button-white .rte__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.rte--v2.rte--button-red .rte__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-red .rte__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-red .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-red .rte__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-red .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-red .rte__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-red .rte__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte--v2.rte--button-red .rte__link.focus-visible:not(:disabled), .rte--v2.rte--button-red .rte__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rte--v2.rte--button-red .rte__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .rte--v2.rte--button-red .rte__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .rte--v2.rte--button-red .rte__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .rte--v2.rte--button-red .rte__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .rte--v2.rte--button-red .rte__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.rte--v2.rte--button-orange .rte__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff5500;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-orange .rte__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-orange .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-orange .rte__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-orange .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-orange .rte__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-orange .rte__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte--v2.rte--button-orange .rte__link.focus-visible:not(:disabled), .rte--v2.rte--button-orange .rte__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rte--v2.rte--button-orange .rte__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
.rte--v2.rte--button-default .rte__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-default .rte__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-default .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-default .rte__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .rte--v2.rte--button-default .rte__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .rte--v2.rte--button-default .rte__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .rte--v2.rte--button-default .rte__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.rte--v2.rte--button-default .rte__link.focus-visible:not(:disabled), .rte--v2.rte--button-default .rte__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rte--v2.rte--button-default .rte__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .rte--v2.rte--button-default .rte__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .rte--v2.rte--button-default .rte__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .rte--v2.rte--button-default .rte__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .rte--v2.rte--button-default .rte__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.rte--black-underlines {
  --underline-colour: #000000;
}
.rte--white-underlines {
  --underline-colour: #ffffff;
}

.rte-longform {
  /**umb_name:Blockquote*/
  /**umb_name:Heading 1*/
  /**umb_name:Heading 2*/
  /**umb_name:Heading 3*/
  /**umb_name:Code*/
  /**umb_name:Preformatted*/
  /**umb_name:Figure*/
}
.rte-longform a {
  color: #1A1A1A;
  text-decoration: underline;
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.rte-longform strong {
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.rte-longform ol[type=A] {
  --list-counter-style: upper-alpha;
}
.rte-longform ol[type=a] {
  --list-counter-style: lower-alpha;
}
.rte-longform ol[type=I] {
  --list-counter-style: upper-roman;
}
.rte-longform ol[type=i] {
  --list-counter-style: lower-roman;
}
.rte-longform ol[type="1"] {
  --list-counter-style: decimal;
}
.rte-longform ol > li {
  position: relative;
  padding-left: 1.75em;
}
.rte-longform ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #707070;
  left: 0;
}
.rte-longform ul > li {
  position: relative;
  padding-left: 1.75em;
}
.rte-longform ul > li::before {
  content: "-";
  position: absolute;
  color: #707070;
  top: 0;
  left: 0.25em;
}
.rte-longform hr {
  border-color: #eaeaea;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.rte-longform blockquote {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  color: #1A1A1A;
  border-left-width: 0.25rem;
  border-left-color: #eaeaea;
  quotes: "“" "”" "‘" "’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.rte-longform blockquote p:first-of-type::before {
  content: open-quote;
}
.rte-longform blockquote p:last-of-type::after {
  content: close-quote;
}
.rte-longform h1 {
  color: #1A1A1A;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.rte-longform h2 {
  color: #1A1A1A;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.rte-longform h3 {
  color: #1A1A1A;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.rte-longform h4 {
  color: #1A1A1A;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.rte-longform figure figcaption {
  color: #999999;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.rte-longform code {
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875em;
}
.rte-longform code::before {
  content: "`";
}
.rte-longform code::after {
  content: "`";
}
.rte-longform a code {
  color: #1A1A1A;
}
.rte-longform pre {
  color: #f7f7f7;
  background-color: #1A1A1A;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.rte-longform pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.rte-longform pre code::before {
  content: none;
}
.rte-longform pre code::after {
  content: none;
}
.rte-longform table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.rte-longform thead {
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e3e3e3;
}
.rte-longform thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.rte-longform tbody tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #eaeaea;
}
.rte-longform tbody tr:last-child {
  border-bottom-style: solid;
  border-bottom-width: 0;
}
.rte-longform tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.rte-longform p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.rte-longform img {
  margin-top: 2em;
  margin-bottom: 2em;
}
.rte-longform video {
  margin-top: 2em;
  margin-bottom: 2em;
}
.rte-longform figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
.rte-longform figure > * {
  margin-top: 0;
  margin-bottom: 0;
}
.rte-longform h2 code {
  font-size: 0.875em;
}
.rte-longform h3 code {
  font-size: 0.9em;
}
.rte-longform ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.rte-longform ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.rte-longform li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.rte-longform .rte-longform__text > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.rte-longform .rte-longform__text > ul > li > *:first-child {
  margin-top: 1.25em;
}
.rte-longform .rte-longform__text > ul > li > *:last-child {
  margin-bottom: 1.25em;
}
.rte-longform .rte-longform__text > ol > li > *:first-child {
  margin-top: 1.25em;
}
.rte-longform .rte-longform__text > ol > li > *:last-child {
  margin-bottom: 1.25em;
}
.rte-longform ul ul,
.rte-longform ul ol,
.rte-longform ol ul,
.rte-longform ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.rte-longform hr + * {
  margin-top: 0;
}
.rte-longform h2 + * {
  margin-top: 0;
}
.rte-longform h3 + * {
  margin-top: 0;
}
.rte-longform h4 + * {
  margin-top: 0;
}
.rte-longform thead th:first-child {
  padding-left: 0;
}
.rte-longform thead th:last-child {
  padding-right: 0;
}
.rte-longform tbody td:first-child {
  padding-left: 0;
}
.rte-longform tbody td:last-child {
  padding-right: 0;
}
.rte-longform .rte-longform__text > :first-child {
  margin-top: 0;
}
.rte-longform .rte-longform__text > :last-child {
  margin-bottom: 0;
}
.rte-longform__text {
  --underline-colour: #bf0d45;
  --text-black: #707070;
  --text-white: #f7f7f7;
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.7777778;
  color: var(--text-colour, --text-black);
  max-width: 72ch;
  width: 100%;
}

.simple-cta {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-areas: "title title title title title title title title title . . ." "body body body body body body body body body body body body";
}
.simple-cta--button-black .simple-cta__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .simple-cta--button-black .simple-cta__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .simple-cta--button-black .simple-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .simple-cta--button-black .simple-cta__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .simple-cta--button-black .simple-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .simple-cta--button-black .simple-cta__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .simple-cta--button-black .simple-cta__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.simple-cta--button-black .simple-cta__link.focus-visible:not(:disabled), .simple-cta--button-black .simple-cta__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.simple-cta--button-black .simple-cta__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .simple-cta--button-black .simple-cta__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .simple-cta--button-black .simple-cta__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .simple-cta--button-black .simple-cta__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .simple-cta--button-black .simple-cta__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.simple-cta--button-white .simple-cta__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .simple-cta--button-white .simple-cta__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .simple-cta--button-white .simple-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .simple-cta--button-white .simple-cta__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .simple-cta--button-white .simple-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .simple-cta--button-white .simple-cta__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .simple-cta--button-white .simple-cta__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.simple-cta--button-white .simple-cta__link.focus-visible:not(:disabled), .simple-cta--button-white .simple-cta__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.simple-cta--button-white .simple-cta__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .simple-cta--button-white .simple-cta__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .simple-cta--button-white .simple-cta__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .simple-cta--button-white .simple-cta__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .simple-cta--button-white .simple-cta__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.simple-cta--button-red .simple-cta__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .simple-cta--button-red .simple-cta__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .simple-cta--button-red .simple-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .simple-cta--button-red .simple-cta__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .simple-cta--button-red .simple-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .simple-cta--button-red .simple-cta__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .simple-cta--button-red .simple-cta__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.simple-cta--button-red .simple-cta__link.focus-visible:not(:disabled), .simple-cta--button-red .simple-cta__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.simple-cta--button-red .simple-cta__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .simple-cta--button-red .simple-cta__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .simple-cta--button-red .simple-cta__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .simple-cta--button-red .simple-cta__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .simple-cta--button-red .simple-cta__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.simple-cta--button-orange .simple-cta__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff5500;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .simple-cta--button-orange .simple-cta__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .simple-cta--button-orange .simple-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .simple-cta--button-orange .simple-cta__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .simple-cta--button-orange .simple-cta__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .simple-cta--button-orange .simple-cta__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .simple-cta--button-orange .simple-cta__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.simple-cta--button-orange .simple-cta__link.focus-visible:not(:disabled), .simple-cta--button-orange .simple-cta__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.simple-cta--button-orange .simple-cta__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media screen and (min-width: 30em) {
  .simple-cta {
    grid-template-areas: "title title title title title title title . . . . ." "body body body body body body body . . . . .";
  }
}
@media screen and (min-width: 48em) {
  .simple-cta {
    grid-template-areas: "title title title title title title . body body body body .";
  }
}
.simple-cta__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-area: title;
}
@media screen and (max-width: 29.9375em) {
  .simple-cta__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .simple-cta__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .simple-cta__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .simple-cta__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .simple-cta__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
.simple-cta__support-title span {
  display: block;
  max-width: 15ch;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .simple-cta__support-title span {
    --translate-x-distance: 0!important;
  }
}
.simple-cta__support-title span:nth-of-type(odd) {
  text-align: left;
}
.simple-cta__support-title span:nth-of-type(even) {
  text-align: right;
}
.simple-cta__support-title span:nth-of-type(odd) {
  --translate-x-distance: -20%;
}
.simple-cta__support-title span:nth-of-type(even) {
  --translate-x-distance: -10%;
}
@media screen and (max-width: 47.9375em) {
  .simple-cta__support-title {
    margin-bottom: 1.75rem;
  }
}
.simple-cta__body {
  grid-area: body;
}
.simple-cta__title {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  max-width: 25ch;
}
@media screen and (min-width: 48em) {
  .simple-cta__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.simple-cta__title span {
  color: #bf0d45;
}
.simple-cta__link:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 29.9375em) {
  .simple-cta__link {
    width: 100%;
    justify-content: center;
  }
}

.simple-paragraph {
  text-align: center;
}
.simple-paragraph__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #bf0d45;
  margin-bottom: calc(var(--line-height-em) * 0.5);
}
@media screen and (max-width: 37.5em) {
  .simple-paragraph__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 85.3125em) {
  .simple-paragraph__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .simple-paragraph__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.simple-paragraph__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (max-width: 47.9375em) {
  .simple-paragraph__text {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.simple-paragraph__text p {
  max-width: 65ch;
  margin: auto;
}
.simple-paragraph__text p:not(:last-child) {
  margin-bottom: var(--line-height-em);
}

.social-wrapper {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .social-wrapper {
    row-gap: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .social-wrapper {
    row-gap: 5rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .social-wrapper__google, .social-wrapper__twitter {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 64em) {
  .social-wrapper__google {
    grid-column-end: span 5;
  }
}
@media screen and (min-width: 64em) {
  .social-wrapper__twitter {
    grid-column: 7/-1;
  }
}
.social-wrapper__instagram {
  grid-column: 1/-1;
}

.stat-list {
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .stat-list {
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .stat-list {
    grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
    grid-template-columns: max-content 1fr max-content;
  }
}
.stat-list::before, .stat-list::after {
  background-color: #4C4C4C;
  content: "";
  display: block;
  height: 1.875rem;
  width: 3.75rem;
}
@media screen and (min-width: 64em) {
  .stat-list::before, .stat-list::after {
    height: 3.125rem;
    width: 6.25rem;
  }
}
.stat-list::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  grid-column: 1;
}
@media screen and (min-width: 64em) {
  .stat-list::before {
    position: relative;
    left: 1.875rem;
  }
}
.stat-list::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  grid-column: 1;
}
@media screen and (max-width: 63.9375em) {
  .stat-list::after {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .stat-list::after {
    grid-column: 3;
    grid-row: 3;
  }
}
.stat-list__stats {
  display: flex;
  flex-direction: column;
  grid-row: 2;
  padding: 1.25rem 0;
}
@media screen and (min-width: 64em) {
  .stat-list__stats {
    grid-column: 2;
    flex-direction: row;
    padding: 0;
  }
}
.stat-list__stat {
  flex: 1 1 0%;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .stat-list__stat:not(:last-child) > *:not(.stat-list__stat__icon) {
    border-right: 1px solid #4C4C4C;
  }
}
.stat-list__stat__icon {
  height: 3.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .stat-list__stat__icon {
    margin-bottom: 3rem;
  }
}
.stat-list__stat__value {
  font-size: 3.75rem;
  line-height: 1.2;
  --line-height: 1.2;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.stat-list__stat__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.stat-list__svg.is-in-view:not(.is-tab-defocused) > .northern-logo-pattern {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.stat-list .northern-logo-pattern {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 85.3125em) {
  .stat-list .northern-logo-pattern {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .stat-list .northern-logo-pattern {
    max-height: 100%;
    width: 48%;
    max-width: 57.5rem;
    left: -3%;
    bottom: -25%;
  }
}
.stat-list .northern-logo-pattern path {
  --filled-colour: #ffffff;
  --empty-colour: rgba(255, 255, 255, 0);
  -webkit-animation-play-state: inherit !important;
          animation-play-state: inherit !important;
  fill: var(--empty-colour);
  stroke: #ffffff;
  stroke-width: 0.23;
  stroke-miterlimit: 10;
}
.stat-list .northern-logo-pattern path.is-animating {
  -webkit-animation: northern-logo-background-fill 5s forwards 1;
          animation: northern-logo-background-fill 5s forwards 1;
}

.strapline-text {
  padding: 3rem 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 37.5625em) {
  .strapline-text {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 85.375em) {
  .strapline-text {
    padding-left: 6.875rem;
    text-align: left;
  }
}
.strapline-text .northern-logo-pattern {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
  z-index: -1;
}
.strapline-text .northern-logo-pattern path {
  fill: #f2f2f2;
  transform-box: fill-box;
  -ms-transform-origin: left center;
      transform-origin: left center;
  --scale-modifier: var(--column-index) * 0.075;
}
.strapline-text__text {
  font-size: 2.5rem;
  line-height: 1.375;
  --line-height: 1.375;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  max-width: 20ch;
}
@media screen and (min-width: 85.375em) {
  .strapline-text__text {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.strapline-text__text u {
  -webkit-text-decoration-color: #bf0d45;
          text-decoration-color: #bf0d45;
  text-decoration-thickness: 2px;
  text-underline-offset: 6%;
}
.strapline-text.is-animating .northern-logo-pattern path {
  -webkit-animation: strapline-text-pulse 2s both;
          animation: strapline-text-pulse 2s both;
  -webkit-animation-delay: calc((var(--row-index) + var(--column-index)) * 0.08s);
          animation-delay: calc((var(--row-index) + var(--column-index)) * 0.08s);
}

@-webkit-keyframes strapline-text-pulse {
  0%, 100% {
    transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    fill: #f2f2f2;
  }
  45%, 55% {
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: scale(calc(1.2 + var(--scale-modifier)));
    fill: #DCDCDC;
  }
}

@keyframes strapline-text-pulse {
  0%, 100% {
    transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    fill: #f2f2f2;
  }
  45%, 55% {
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: scale(calc(1.2 + var(--scale-modifier)));
    fill: #DCDCDC;
  }
}
.takeover-gallery {
  color: #ffffff;
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  position: relative;
  --inner-container-width: calc((var(--vw, 1vw) * 100) - ((var(--container-gutter-width) * 2)));
}
.takeover-gallery__section-tag {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  align-self: start;
}
@media screen and (min-width: 48em) {
  .takeover-gallery__section-tag {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
.takeover-gallery__section-tag::before {
  content: "- ";
}
@media screen and (max-width: 47.9375em) {
  .takeover-gallery__section-tag {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 48em) {
  .takeover-gallery__section-tag {
    grid-column: 1/span 1;
  }
}
.takeover-gallery__mobile-rte {
  grid-column: 1/-1;
}
@media screen and (min-width: 48em) {
  .takeover-gallery__mobile-rte {
    display: none;
  }
}
.takeover-gallery__slider {
  --total-columns: 12;
  margin-left: calc(-0.5 * 2.25rem);
  width: calc(100% + 2.25rem);
}
@media screen and (max-width: 47.9375em) {
  .takeover-gallery__slider {
    grid-column: 1/-1;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .takeover-gallery__slider {
    grid-column: 2/-1;
  }
}
.takeover-gallery__slider__slides {
  --gap: 0;
  --slider-padding: 0;
  --slider-breakpoint: (min-width: 48em);
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .takeover-gallery__slider__slides {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 48em) {
  .takeover-gallery__slider__slides {
    position: static;
  }
}
.takeover-gallery__slider__slides > .splide__arrows {
  align-items: center;
  display: flex;
  position: absolute;
}
@media screen and (max-width: 47.9375em) {
  .takeover-gallery__slider__slides > .splide__arrows {
    bottom: 0;
    gap: 0.625rem;
    justify-content: flex-end;
    right: var(--container-gutter-width);
  }
}
@media screen and (min-width: 48em) {
  .takeover-gallery__slider__slides > .splide__arrows {
    left: calc(0px - var(--container-gutter-width));
    height: 100%;
    justify-content: space-between;
    right: calc(0px - var(--container-gutter-width));
  }
}
.takeover-gallery__slider__slides > .splide__arrows > .splide__arrow {
  align-items: center;
  background-color: #bf0d45;
  display: flex;
  opacity: 1;
  justify-content: center;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .takeover-gallery__slider__slides > .splide__arrows > .splide__arrow {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .takeover-gallery__slider__slides > .splide__arrows > .splide__arrow {
    height: 4.6875rem;
    width: 4.6875rem;
  }
}
.takeover-gallery__slider__slides > .splide__arrows > .splide__arrow[disabled] {
  cursor: default;
  opacity: 0;
}
.takeover-gallery__slider__slides > .splide__arrows > .splide__arrow--prev {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.takeover-gallery__slider__slides > .splide__arrows > .splide__arrow--next {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.takeover-gallery__slider__slides > .splide__arrows > .splide__arrow svg {
  stroke: #ffffff;
}
@media screen and (max-width: 47.9375em) {
  .takeover-gallery__slider__slides > .splide__arrows > .splide__arrow svg {
    height: 1rem;
    width: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .takeover-gallery__slider__slides > .splide__arrows > .splide__arrow svg {
    height: 1.375rem;
    width: 1.375rem;
  }
}
.takeover-gallery__slider__slides > .splide__track {
  overflow: visible;
}
.takeover-gallery__slider__slides > .splide__track > .splide__list > .splide__slide:nth-child(2) {
  --notch-width: calc(2.0714285714 * 4.1875rem);
  --notch-height: 4.1875rem;
  -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
          clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
}
.takeover-gallery__slider__slides > .splide__track > .splide__list > .splide__slide:last-child {
  --notch-width: calc(2.0714285714 * 4.1875rem);
  --notch-height: 4.1875rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
}
.takeover-gallery__slider__slide {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: calc(var(--column-calc) + 2.25rem * 0.25);
}
.takeover-gallery__slider__slide--rte {
  margin: auto 0;
  --column-calc: calc((var(--inner-container-width) * var(--column-count)/var(--total-columns)));
}
@media screen and (max-width: 63.9375em) {
  .takeover-gallery__slider__slide--rte {
    --column-count: 6;
  }
}
@media screen and (min-width: 64em) {
  .takeover-gallery__slider__slide--rte {
    --column-count: 5;
  }
}
.takeover-gallery__slider__slide--image {
  --column-calc: calc((var(--inner-container-width) * var(--column-count)/var(--total-columns)));
}
@media screen and (max-width: 37.5em) {
  .takeover-gallery__slider__slide--image {
    --column-count: 10;
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 47.9375em) {
  .takeover-gallery__slider__slide--image {
    --column-count: 7;
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .takeover-gallery__slider__slide--image {
    --column-count: 5;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 119.9375em) {
  .takeover-gallery__slider__slide--image {
    --column-count: 4;
  }
}
@media screen and (min-width: 120em) {
  .takeover-gallery__slider__slide--image {
    --column-count: 3;
  }
}
.takeover-gallery .rte {
  max-width: 26.25rem;
}
.takeover-gallery .rte__text a {
  color: #bf0d45;
  text-decoration: none;
}
.takeover-gallery .rte__text a:focus, .takeover-gallery .rte__text a:hover {
  color: inherit;
}

.team-member {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.team-member__image {
  display: block;
  margin-bottom: 2rem;
}
.team-member__name {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.team-member__meta__metum:not(:last-child)::after {
  content: " . ";
}
.team-member__contact-links {
  border-top: 1px solid #000000;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  gap: 1em;
}
.team-member__contact-links__contact-link svg {
  height: 1.5rem;
  width: 1.5rem;
}
.team-member__contact-links__contact-link span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.team-member__body-text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 3rem;
  max-width: 50ch;
}
.team-member:not(.team-member--listing) .team-member__body-text {
  display: none;
}

.text-and-image {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.text-and-image--text-left {
  grid-template-areas: ".  .    .    image    image    image       image       image   image   image   image   image" "title  title   title   title   title   title   title   title   title   title   title   title" "text    text    text    text   text   text   text   text   text   text   text text";
}
@media screen and (min-width: 48em) {
  .text-and-image--text-left {
    grid-template-areas: ".  text    text    text    text    text    text   image   image   image   image   image" ".  title   title   title   title   title   title   title   title   title   title   title";
  }
}
@media screen and (min-width: 85.375em) {
  .text-and-image--text-left {
    grid-template-areas: ".  text    text    text    text    .       .       image   image   image   image   image" ".  title   title   title   title   title   title   title   title   title   title   title";
  }
}
.text-and-image--text-left .text-and-image__text {
  align-self: end;
}
.text-and-image--text-left .text-and-image__support-title {
  --translate-x-distance: -20%;
  position: relative;
  top: -1.25rem;
  justify-self: end;
}
@media screen and (min-width: 48em) {
  .text-and-image--text-left .text-and-image__support-title {
    position: initial;
    top: 0;
    margin-top: 4rem;
    text-align: right;
  }
}
.text-and-image--text-right {
  grid-template-areas: "image    image    image       image       image   image   image   image   image  .  .  ." "title  title   title   title   title   title   title   title   title   title   title   title" "text    text    text    text   text   text   text   text   text   text   text text";
}
@media screen and (min-width: 30em) {
  .text-and-image--text-right {
    grid-template-areas: "image    image    image   image   image   image   image   image   .  .  .  ." "title  title   title   title   title   title   title   title   title   .   .   ." "text    text    text    text   text   text   text   text   .   .   . .";
  }
}
@media screen and (min-width: 48em) {
  .text-and-image--text-right {
    grid-template-areas: ".  image   image   image   image   .   text   text    text    text    text    ." ".  .       .       title   title   title   title   title   title   title   title   title";
  }
}
@media screen and (min-width: 64em) {
  .text-and-image--text-right {
    grid-template-areas: ".  image   image   image   image   image   .   text    text    text    text    ." ".  .       .       title   title   title   title   title   title   title   title   title";
  }
}
.text-and-image--text-right .text-and-image__text {
  align-self: center;
}
.text-and-image--text-right .text-and-image__section-tag {
  top: 0;
}
.text-and-image--text-right .text-and-image__support-title {
  --translate-x-distance: 20%;
}
@media screen and (max-width: 47.9375em) {
  .text-and-image--text-right .text-and-image__support-title {
    position: relative;
    top: -0.625rem;
    text-align: right;
  }
}
.text-and-image__text {
  grid-area: text;
}
.text-and-image__section-tag {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #ffffff;
  display: inline-block;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 48em) {
  .text-and-image__section-tag {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    position: absolute;
    left: 0;
    padding-bottom: 0;
  }
}
.text-and-image__section-tag::before {
  content: "- ";
}
.text-and-image__image {
  grid-area: image;
}
@media screen and (max-width: 47.9375em) {
  .text-and-image__image {
    --notch-width: calc(2.0714285714 * 2rem);
    --notch-height: 2rem;
    -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
            clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
  }
}
@media screen and (min-width: 48em) {
  .text-and-image__image {
    --notch-width: calc(2.0714285714 * 4rem);
    --notch-height: 4rem;
    -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
            clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
  }
}
@media screen and (max-width: 47.9375em) {
  .text-and-image__rte .rte__text p {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.text-and-image__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: rgba(255, 255, 255, 0.3);
  grid-area: title;
}
@media screen and (max-width: 29.9375em) {
  .text-and-image__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .text-and-image__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .text-and-image__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .text-and-image__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .text-and-image__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .text-and-image__support-title {
    --translate-x-distance: 0!important;
  }
}
.text-and-image__svg.is-in-view:not(.is-tab-defocused) > .northern-logo-pattern {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-and-image .northern-logo-pattern {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 85.3125em) {
  .text-and-image .northern-logo-pattern {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .text-and-image .northern-logo-pattern {
    max-height: 100%;
    width: 1200px;
    max-width: 65%;
    right: -8%;
    top: 43px;
  }
}
.text-and-image .northern-logo-pattern path {
  --filled-colour: #ffffff;
  --empty-colour: rgba(255, 255, 255, 0);
  -webkit-animation-play-state: inherit !important;
          animation-play-state: inherit !important;
  fill: var(--empty-colour);
  stroke: #ffffff;
  stroke-width: 0.23;
  stroke-miterlimit: 10;
}
.text-and-image .northern-logo-pattern path.is-animating {
  -webkit-animation: northern-logo-background-fill 5s forwards 1;
          animation: northern-logo-background-fill 5s forwards 1;
}

.triangle-cta-grid {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  isolation: isolate;
}
@media screen and (max-width: 37.5em) {
  .triangle-cta-grid::before, .triangle-cta-grid::after {
    background-color: #f2f2f2;
    content: "";
    position: absolute;
    z-index: -1;
    padding-bottom: 200%;
    height: 45%;
  }
  @supports (aspect-ratio: 16/9) {
    .triangle-cta-grid::before, .triangle-cta-grid::after {
      padding-bottom: 0;
      aspect-ratio: 1/2;
    }
  }
  .triangle-cta-grid::before {
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 100%, 0 100%);
    left: 0;
    top: 0;
  }
  .triangle-cta-grid::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    bottom: 0;
    right: 0;
  }
}
.triangle-cta-grid__image, .triangle-cta-grid__section-tag, .triangle-cta-grid__title {
  isolation: isolate;
  z-index: 2;
}
.triangle-cta-grid__section-tag {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  grid-column: 1/-1;
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__section-tag {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
.triangle-cta-grid__section-tag::before {
  content: "- ";
}
.triangle-cta-grid__title {
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-column: 1/-1;
  --translate-x-distance: 20%;
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .triangle-cta-grid__title {
    --translate-x-distance: 0!important;
  }
}
@media screen and (max-width: 29.9375em) {
  .triangle-cta-grid__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .triangle-cta-grid__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-cta-grid__title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .triangle-cta-grid__title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .triangle-cta-grid__title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
@media screen and (max-width: 37.5em) {
  .triangle-cta-grid__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-cta-grid__title {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__title {
    margin-bottom: 1.5rem;
    grid-column: 2/-1;
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-cta-grid__image--first, .triangle-cta-grid__cta:nth-of-type(1) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__image--first, .triangle-cta-grid__cta:nth-of-type(1) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 37.5em) {
  .triangle-cta-grid__image, .triangle-cta-grid__cta {
    grid-column: 1/-1;
  }
  .triangle-cta-grid__image:not(:last-child), .triangle-cta-grid__cta:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-cta-grid__image, .triangle-cta-grid__cta {
    grid-column: span 6/span 6;
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__image, .triangle-cta-grid__cta {
    grid-column: span 5/span 5;
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__image, .triangle-cta-grid__cta:nth-of-type(4) {
    -ms-transform: translateX(calc(-1 * var(--column-gap)));
        transform: translateX(calc(-1 * var(--column-gap)));
  }
}
.triangle-cta-grid__cta {
  position: relative;
}
.triangle-cta-grid__cta::before {
  background-color: #f2f2f2;
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__cta:nth-of-type(2), .triangle-cta-grid__cta:nth-of-type(3) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__cta:nth-of-type(1), .triangle-cta-grid__cta:nth-of-type(4) {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-cta-grid__cta:nth-of-type(1)::before {
    padding-bottom: 50%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    right: calc(-1 * var(--container-gutter-width));
    top: -5rem;
    width: 100vw;
  }
  @supports (aspect-ratio: 16/9) {
    .triangle-cta-grid__cta:nth-of-type(1)::before {
      padding-bottom: 0;
      aspect-ratio: 2/1;
    }
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__cta:nth-of-type(1) {
    grid-column-start: 7;
  }
  .triangle-cta-grid__cta:nth-of-type(1)::before {
    padding-bottom: 50%;
    max-width: 55rem;
    width: 200%;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
    -ms-transform: translate(10%, calc(-10% - 1.5rem));
        transform: translate(10%, calc(-10% - 1.5rem));
    right: 0;
  }
  @supports (aspect-ratio: 16/9) {
    .triangle-cta-grid__cta:nth-of-type(1)::before {
      padding-bottom: 0;
      aspect-ratio: 2/1;
    }
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-cta-grid__cta:nth-of-type(2) {
    align-self: start;
  }
  .triangle-cta-grid__cta:nth-of-type(2)::before {
    padding-bottom: 50%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 100%, 0 100%);
    left: calc(-1 * var(--container-gutter-width));
    bottom: 0;
    width: 100vw;
  }
  @supports (aspect-ratio: 16/9) {
    .triangle-cta-grid__cta:nth-of-type(2)::before {
      padding-bottom: 0;
      aspect-ratio: 2/1;
    }
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__cta:nth-of-type(2) {
    align-self: stretch;
    grid-column-start: 2;
  }
  .triangle-cta-grid__cta:nth-of-type(2)::before {
    padding-bottom: 200%;
    max-width: 27.5rem;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 100%, 0 100%);
    -ms-transform: translate(calc(-25% - var(--column-gap)), -50%);
        transform: translate(calc(-25% - var(--column-gap)), -50%);
  }
  @supports (aspect-ratio: 16/9) {
    .triangle-cta-grid__cta:nth-of-type(2)::before {
      padding-bottom: 0;
      aspect-ratio: 1/2;
    }
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-cta-grid__cta:nth-of-type(3) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__cta:nth-of-type(3) {
    grid-column-end: -1;
    padding-top: 6rem;
    margin-left: calc(var(--column-gap) / 2);
    padding-right: calc(var(--column-gap) / 2);
  }
  .triangle-cta-grid__cta:nth-of-type(3)::before {
    padding-bottom: 200%;
    max-width: 27.5rem;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    top: 0;
    right: 0;
  }
  @supports (aspect-ratio: 16/9) {
    .triangle-cta-grid__cta:nth-of-type(3)::before {
      padding-bottom: 0;
      aspect-ratio: 1/2;
    }
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-cta-grid__cta:nth-of-type(4)::before {
    padding-bottom: 50%;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
    left: calc(-1 * var(--container-gutter-width));
    top: 1.25rem;
    width: 100vw;
  }
  @supports (aspect-ratio: 16/9) {
    .triangle-cta-grid__cta:nth-of-type(4)::before {
      padding-bottom: 0;
      aspect-ratio: 2/1;
    }
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__cta:nth-of-type(4) {
    grid-column-start: 3;
  }
  .triangle-cta-grid__cta:nth-of-type(4)::before {
    padding-bottom: 50%;
    max-width: 55rem;
    width: 200%;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    padding-bottom: 50%;
    -ms-transform: translate(calc(-25% + (var(--column-gap)) * 1.5), 10%);
        transform: translate(calc(-25% + (var(--column-gap)) * 1.5), 10%);
    left: 0;
    bottom: 0;
  }
  @supports (aspect-ratio: 16/9) {
    .triangle-cta-grid__cta:nth-of-type(4)::before {
      padding-bottom: 0;
      aspect-ratio: 2/1;
    }
  }
  @supports (aspect-ratio: 16/9) {
    .triangle-cta-grid__cta:nth-of-type(4)::before {
      padding-bottom: 0;
      aspect-ratio: 2/1;
    }
  }
}
.triangle-cta-grid__cta__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 37.5em) {
  .triangle-cta-grid__cta__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: calc(var(--line-height-em) * 0.5);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 85.3125em) {
  .triangle-cta-grid__cta__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: var(--line-height-em);
  }
}
@media screen and (min-width: 85.375em) {
  .triangle-cta-grid__cta__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: var(--line-height-em);
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__image--first {
    grid-column-start: 2;
  }
}
.triangle-cta-grid__image--first img {
  --notch-width: calc(2.0714285714 * 13.5%);
  --notch-height: 13.5%;
  -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
          clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-cta-grid__image--last {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .triangle-cta-grid__image--last {
    grid-column-end: -1;
  }
}
.triangle-cta-grid__image--last img {
  --notch-width: calc(2.0714285714 * 13.5%);
  --notch-height: 13.5%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
}

.triangle-gallery {
  display: grid;
}
.triangle-gallery::before, .triangle-gallery__content {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.triangle-gallery::before {
  background-color: #f2f2f2;
  content: "";
  margin-left: calc(-1 * var(--container-gutter-width));
  width: calc(100% + var(--container-gutter-width));
  padding-bottom: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
@supports (aspect-ratio: 16/9) {
  .triangle-gallery::before {
    padding-bottom: 0;
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 64em) {
  .triangle-gallery::before {
    width: calc(90% + var(--container-gutter-width));
  }
}
.triangle-gallery__content {
  align-content: start;
  align-items: center;
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 2.5rem;
  isolation: isolate;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .triangle-gallery__content {
    row-gap: 6rem;
  }
}
.triangle-gallery__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --translate-x-distance: 20%;
  margin-top: calc(-0.5 * var(--line-height-em));
  grid-column: 1/-1;
}
@media screen and (max-width: 29.9375em) {
  .triangle-gallery__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .triangle-gallery__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .triangle-gallery__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .triangle-gallery__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .triangle-gallery__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .triangle-gallery__support-title {
    --translate-x-distance: 0!important;
  }
}
.triangle-gallery__gallery {
  grid-column: 1/span 12;
}
@media screen and (min-width: 37.5625em) {
  .triangle-gallery__gallery {
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 64em) {
  .triangle-gallery__gallery {
    grid-column: 1/span 6;
    margin-right: -2.25rem;
    position: relative;
  }
}
.triangle-gallery__gallery__image {
  width: 100%;
}
.triangle-gallery__gallery__caption {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: opacity;
}
@media screen and (min-width: 64em) {
  .triangle-gallery__gallery__caption {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
.triangle-gallery__gallery .splide__arrows {
  bottom: 1.5rem;
  display: flex;
  gap: 1rem;
  position: absolute;
  right: 0.5625rem;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  z-index: 1;
}
@media screen and (min-width: 30em) {
  .triangle-gallery__gallery .splide__arrows {
    right: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .triangle-gallery__gallery .splide__arrows {
    bottom: 0;
    right: 2.25rem;
  }
}
.triangle-gallery__gallery .splide__slide {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  flex-direction: column-reverse;
}
@media screen and (min-width: 64em) {
  .triangle-gallery__gallery .splide__slide {
    flex-direction: row;
  }
}
.triangle-gallery__gallery .splide__slide:not(.is-active) .triangle-gallery__gallery__caption {
  opacity: 0;
  transition-duration: 0.1s;
}
.triangle-gallery__gallery .splide__slide.is-active .triangle-gallery__gallery__caption {
  opacity: 1;
  transition-duration: 0.7s;
  transition-delay: 0.2s;
}
.triangle-gallery__gallery .splide__arrow {
  align-items: center;
  background-color: #DCDCDC;
  display: flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}
@media screen and (min-width: 30em) {
  .triangle-gallery__gallery .splide__arrow {
    height: 4rem;
    width: 4rem;
  }
}
.triangle-gallery__gallery .splide__arrow svg {
  height: 1.125rem;
  width: 1.125rem;
  stroke: #000000;
}
.triangle-gallery__gallery .splide__arrow--prev {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.triangle-gallery__gallery .splide__arrow--next {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.triangle-gallery__gallery .splide__arrow[disabled] {
  cursor: default;
  opacity: 0;
}
.triangle-gallery__text {
  grid-column: 1/span 12;
}
@media screen and (min-width: 37.5625em) {
  .triangle-gallery__text {
    grid-column: 2/span 8;
  }
}
@media screen and (min-width: 64em) {
  .triangle-gallery__text {
    grid-column: 8/span 4;
  }
}
.triangle-gallery__text .splide__slide:not(.is-active) {
  transition: opacity 0.8s ease !important;
}
.triangle-gallery__text .splide__slide.is-active {
  transition: opacity 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s !important;
}
.triangle-gallery__text .splide:not(.is-active) .triangle-gallery__text .splide__slide {
  opacity: 0 !important;
  transition: none !important;
}
@media screen and (min-width: 64em) {
  .triangle-gallery__text .splide__list {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .triangle-gallery__text .splide__slide {
    align-items: center;
    display: flex;
    position: relative !important;
    grid-column: 1/-1;
    grid-row: 1/span 1;
  }
}
.twitter-feed {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
.twitter-feed__logo {
  fill: #bf0d45;
  height: 1.5625rem;
  width: 1.875rem;
}
@media screen and (max-width: 85.3125em) {
  .twitter-feed__profile-link {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .twitter-feed__profile-link {
    margin-bottom: 3.125rem;
  }
}
.twitter-feed__profile-link__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.twitter-feed__tweets {
  display: contents;
}
.twitter-feed__tweets .splide__track {
  grid-column: 1/-1;
}
@media screen and (min-width: 85.375em) {
  .twitter-feed__tweets .splide__list {
    width: 100%;
  }
}
.twitter-feed__tweets .splide__arrows {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.twitter-feed__tweets .splide__arrows.is-arrows-disabled {
  display: none;
}
@media screen and (min-width: 85.375em) {
  .twitter-feed__tweets .splide__arrows {
    display: none;
  }
}
.twitter-feed__tweets .splide__arrow {
  align-items: center;
  padding: 0.5rem;
  position: relative;
  pointer-events: auto;
}
.twitter-feed__tweets .splide__arrow--prev {
  --degrees: 90deg;
}
.twitter-feed__tweets .splide__arrow--next {
  --degrees: -90deg;
}
.twitter-feed__tweets .splide__arrow svg {
  height: 1rem;
  stroke-width: 2px;
  stroke: #999999;
  transition: all 0.3s ease-in-out;
  -ms-transform: rotate(var(--degrees));
      transform: rotate(var(--degrees));
  opacity: 1;
  width: 1rem;
}
.twitter-feed__tweets .splide__arrow[disabled] {
  cursor: default;
}
.twitter-feed__tweets .splide__arrow[disabled] svg {
  opacity: 0.3;
}
@media (pointer: fine) {
  .twitter-feed__tweets .splide__arrow:not([disabled]):hover svg {
    stroke: currentColor;
  }
}
.twitter-feed__tweets__tweet {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 85.3125em) {
  .twitter-feed__tweets__tweet {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .twitter-feed__tweets__tweet {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
  .twitter-feed__tweets__tweet:not(:first-child) {
    border-top: 1px solid #999999;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }
  .twitter-feed__tweets__tweet:not(:nth-child(-n+2)) {
    display: none;
  }
}
.twitter-feed--theme-white {
  color: #000000;
}
.twitter-feed--theme-black {
  color: #ffffff;
}

.vacancy-list__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  line-height: 1.375;
  --line-height: 1.375;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 3rem;
}
.vacancy-list__vacancies {
  display: grid;
  -webkit-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 6rem;
}
@media screen and (min-width: 85.375em) {
  .vacancy-list__vacancies {
    grid-template-columns: repeat(2, 1fr);
  }
}
.vacancy-list__vacancy {
  border-left: 1px solid #999999;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
}
.vacancy-list__vacancy__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
}
.vacancy-list__vacancy__location {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #999999;
  line-height: 1;
}
.vacancy-list__vacancy__body-text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.vacancy-list__vacancy__body-text p {
  margin: calc(1em * var(--line-height)) 0;
  max-width: 47.5rem;
}
.vacancy-list__vacancy__document-link {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-items: center;
}
@media screen and (max-width: 85.3125em) {
  .vacancy-list__vacancy__document-link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list__vacancy__document-link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .vacancy-list__vacancy__document-link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list__vacancy__document-link:disabled {
    opacity: 0.2;
  }
}
.vacancy-list__vacancy__document-link.focus-visible:not(:disabled), .vacancy-list__vacancy__document-link:hover:not(:disabled) {
  background-color: #000000;
  color: #ffffff;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vacancy-list__vacancy__document-link__icon {
  height: 1.25rem;
  margin-right: 1ch;
  width: 1.25rem;
}
.vacancy-list__vacancy__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 6rem;
}
.vacancy-list__vacancy__apply-link {
  background-color: transparent;
  border-color: #bf0d45;
  color: #bf0d45;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (max-width: 85.3125em) {
  .vacancy-list__vacancy__apply-link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list__vacancy__apply-link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .vacancy-list__vacancy__apply-link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list__vacancy__apply-link:disabled {
    opacity: 0.2;
  }
}
.vacancy-list__vacancy__apply-link.focus-visible:not(:disabled), .vacancy-list__vacancy__apply-link:hover:not(:disabled) {
  background-color: #bf0d45;
  color: #ffffff;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vacancy-list__vacancy__triangle {
  display: block;
  fill: #999999;
  height: 0.625rem;
  margin-left: auto;
  width: 1.25rem;
}
.vacancy-list__no-vacancies__message {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
  max-width: 60ch;
}
.vacancy-list__no-vacancies__apply-link {
  background-color: transparent;
  border-color: #bf0d45;
  color: #bf0d45;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-top: 2.5rem;
}
@media screen and (max-width: 85.3125em) {
  .vacancy-list__no-vacancies__apply-link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list__no-vacancies__apply-link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .vacancy-list__no-vacancies__apply-link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list__no-vacancies__apply-link:disabled {
    opacity: 0.2;
  }
}
.vacancy-list__no-vacancies__apply-link.focus-visible:not(:disabled), .vacancy-list__no-vacancies__apply-link:hover:not(:disabled) {
  background-color: #bf0d45;
  color: #ffffff;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vacancy-list .dialog-backdrop {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  place-items: center;
}
.vacancy-list .dialog-backdrop.active {
  display: grid;
}
@media screen and (min-width: 30em) {
  .vacancy-list .dialog-backdrop {
    background: rgba(0, 0, 0, 0.3);
  }
}
.vacancy-list--theme-white {
  color: #000000;
}
.vacancy-list--theme-white .vacancy-list__vacancy__document-link {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .vacancy-list--theme-white .vacancy-list__vacancy__document-link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list--theme-white .vacancy-list__vacancy__document-link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .vacancy-list--theme-white .vacancy-list__vacancy__document-link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list--theme-white .vacancy-list__vacancy__document-link:disabled {
    opacity: 0.2;
  }
}
.vacancy-list--theme-white .vacancy-list__vacancy__document-link.focus-visible:not(:disabled), .vacancy-list--theme-white .vacancy-list__vacancy__document-link:hover:not(:disabled) {
  background-color: #000000;
  color: #ffffff;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vacancy-list--theme-black {
  color: #ffffff;
}
.vacancy-list--theme-black .vacancy-list__vacancy__document-link {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .vacancy-list--theme-black .vacancy-list__vacancy__document-link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list--theme-black .vacancy-list__vacancy__document-link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .vacancy-list--theme-black .vacancy-list__vacancy__document-link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .vacancy-list--theme-black .vacancy-list__vacancy__document-link:disabled {
    opacity: 0.2;
  }
}
.vacancy-list--theme-black .vacancy-list__vacancy__document-link.focus-visible:not(:disabled), .vacancy-list--theme-black .vacancy-list__vacancy__document-link:hover:not(:disabled) {
  background-color: #ffffff;
  color: #1A1A1A;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vacancy-list .dialog-backdrop {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  place-items: center;
}
.vacancy-list .dialog-backdrop.active {
  display: grid;
}
@media screen and (min-width: 30em) {
  .vacancy-list .dialog-backdrop {
    background: rgba(0, 0, 0, 0.3);
  }
}
.vacancy-list__modal {
  display: none;
  width: 100%;
}
.active .vacancy-list__modal {
  display: flex;
  justify-content: center;
}

.credit-list__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em) {
  .credit-list__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.credit-list__credits {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  -webkit-columns: 60ch 2;
          columns: 60ch 2;
  -webkit-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
.credit-list__credit {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-column-gap: 2.25rem;
          column-gap: 2.25rem;
  display: grid;
}
@media screen and (max-width: 37.5em) {
  .credit-list__credit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 37.5625em) {
  .credit-list__credit {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (max-width: 37.5em) {
  .credit-list__credit__role {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 37.5625em) {
  .credit-list__credit__role {
    grid-column: 1/span 2;
  }
}
.credit-list__credit__link {
  color: #bf0d45;
  text-decoration: underline;
  text-underline-position: under;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 37.5em) {
  .credit-list__credit__link {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 37.5625em) {
  .credit-list__credit__link {
    grid-column-start: span 3;
  }
}

.development-detail {
  padding: var(--page-nav-v2-height) 0;
  --media-query: (min-width: 48em) and (min-height: 45.625em),
                  (min-width: 85.375em) and (min-height: 51.25em);
}
.development-detail__content {
  align-items: start;
  display: grid;
  position: relative;
}
.development-detail__content__wrapper, .development-detail__content::before {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 85.3125em) {
  .development-detail__content__track {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .development-detail__content__track {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .development-detail__content__track {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.development-detail__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --translate-x-distance: 20%;
  margin-bottom: 3rem;
  flex: 0 0 auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 85.3125em) {
  .development-detail__support-title {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .development-detail__support-title {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .development-detail__support-title {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 29.9375em) {
  .development-detail__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .development-detail__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .development-detail__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .development-detail__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-detail__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .development-detail__support-title {
    --translate-x-distance: 0!important;
  }
}
.development-detail__section-tag {
  align-self: flex-start;
}
@media screen and (min-width: 48em) {
  .development-detail__section-tag {
    width: calc(((100vw - (var(--container-gutter-width))) - 24.75rem) / 12 * 1);
  }
}
.development-detail__section-tag__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (min-width: 0em) {
  .development-detail__section-tag__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
.development-detail__section-tag__text::before {
  content: "- ";
}
.development-detail__detail > * {
  max-width: 36.25rem;
}
.development-detail__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.1875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 1.5rem;
}
.development-detail__body-text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
}
.development-detail__body-text p {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.development-detail__body-text p:not(:last-child) {
  margin-bottom: var(--line-height-em);
}
.development-detail__features {
  -webkit-column-gap: 2.25rem;
          column-gap: 2.25rem;
  display: grid;
  margin-top: 3rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 29.9375em) {
  .development-detail__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 30em) {
  .development-detail__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.development-detail__features__feature {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.development-detail__features__feature__icon {
  width: 4rem;
}
.development-detail__features__feature__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  text-align: center;
}
.development-detail__image-slide {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 29.9375em) {
  .development-detail__image-slide {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .development-detail__image-slide {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .development-detail__image-slide {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .development-detail__image-slide {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-detail__image-slide {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
.development-detail__image-slide--first .development-detail__image img {
  --notch-width: calc(2.0714285714 * 4.1875rem);
  --notch-height: 4.1875rem;
  -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
          clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
}
.development-detail__image-slide--last .development-detail__image img {
  --notch-width: calc(2.0714285714 * 4.1875rem);
  --notch-height: 4.1875rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
}
.development-detail__images-support-title {
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  white-space: nowrap;
  padding: 0 0.75rem;
  z-index: 1;
  --percent: var(--scroll-percent);
  --translate-x-distance: 20%;
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .development-detail__images-support-title {
    --translate-x-distance: 0!important;
  }
}
.development-detail:not(.is-scrollable) {
  --scroll-percent: 100!important;
}
.development-detail:not(.is-scrollable) .development-detail__images-support-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.development-detail:not(.is-scrollable) .development-detail__detail:not(:last-child), .development-detail:not(.is-scrollable) .development-detail__image-slide:not(:last-child) {
  margin-bottom: 2rem;
}
.development-detail:not(.is-scrollable) .development-detail__section-tag__text {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  -ms-transform: none;
      transform: none;
}
.development-detail.is-scrollable.is-fixed .development-detail__content__wrapper {
  position: fixed;
  top: calc(var(--page-nav-v2-height) + 2.5rem);
}
.development-detail.is-scrollable:not(.is-fixed).is-closer-to-top .development-detail__content__wrapper {
  position: absolute;
  top: 2.5rem;
}
.development-detail.is-scrollable:not(.is-fixed).is-closer-to-bottom .development-detail__content__wrapper {
  position: absolute;
  bottom: -2.5rem;
}
.development-detail.is-scrollable .development-detail__content::before {
  content: "";
  display: block;
  height: max((var(--track-width) * 1px), 100vh);
}
.development-detail.is-scrollable .development-detail__content__track {
  display: flex;
  flex: 1 1 auto;
  min-height: 17.5rem;
  will-change: transform;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  --final-position: calc((-100% + 100vw) * (var(--scroll-percent, 0) / 100));
  --capped-percent: min(0%, var(--final-position));
  transform: translate3d(var(--capped-percent), 0, 0);
}
.development-detail.is-scrollable .development-detail__content__track--support-title {
  padding-bottom: 2.25rem;
}
.development-detail.is-scrollable .development-detail__content__track > * {
  flex-shrink: 0;
}
.development-detail.is-scrollable .development-detail__content__track > div {
  margin-right: 2.25rem;
}
.development-detail.is-scrollable .development-detail__content__wrapper {
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100 - (var(--page-nav-v2-height) + 2.5rem));
}
.development-detail.is-scrollable .development-detail__image img {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .development-detail.is-scrollable .development-detail__image img {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .development-detail.is-scrollable .development-detail__image-slide {
    width: calc(90vw - 2.25rem);
  }
}
@media screen and (min-width: 64em) {
  .development-detail.is-scrollable .development-detail__image-slide {
    width: calc(50vw - 2.25rem);
  }
}
.development-detail.is-scrollable .development-detail__images-support-title {
  margin-bottom: calc(-0.5 * var(--line-height-em));
}
.development-detail.is-scrollable .development-detail__detail {
  overflow-y: auto;
}
@media screen and (max-width: 47.9375em) {
  .development-detail.is-scrollable .development-detail__detail {
    width: calc(100vw - (var(--container-gutter-width) + 2.25rem + 4rem));
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .development-detail.is-scrollable .development-detail__detail {
    width: calc(((100vw - (var(--container-gutter-width))) - 4.5rem) / 12 * 10);
  }
}
@media screen and (min-width: 85.375em) {
  .development-detail.is-scrollable .development-detail__detail {
    width: calc(((100vw - (var(--container-gutter-width))) - 13.5rem) / 12 * 6);
  }
}
.development-detail.is-scrollable .development-detail__support-title {
  --percent: var(--scroll-percent)!important;
}

.development-detail-hero {
  --min-map-height-mobile: 28.4375rem;
  display: flex;
  margin-top: var(--site-header-height);
  min-height: calc(var(--vh, 1vh) * 100 - var(--site-header-height));
  position: relative;
  isolation: isolate;
  z-index: 2;
}
@media screen and (max-width: 85.3125em) {
  .development-detail-hero {
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 85.375em) {
  .development-detail-hero {
    flex-direction: column;
  }
}
.development-detail-hero__background {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.development-detail-hero__background::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 85.3125em) {
  .development-detail-hero__background::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .development-detail-hero__background::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    top: 40%;
  }
}
.development-detail-hero__background-image {
  display: block;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.development-detail-hero__background-image img {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  pointer-events: all;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .development-detail-hero__background-image img {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.development-detail-hero__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-top: auto;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 85.3125em) {
  .development-detail-hero__title {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .development-detail-hero__title {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .development-detail-hero__title {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.development-detail-hero__title__text {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .development-detail-hero__title__text {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .development-detail-hero__title__text {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) {
  .development-detail-hero__title__text {
    max-width: 18ch;
  }
}
@media screen and (min-width: 85.375em) {
  .development-detail-hero__title__text {
    max-width: min(18ch, 50%);
  }
}
.development-detail-hero__map {
  -ms-transform: skew(var(--angle));
      transform: skew(var(--angle));
  -ms-transform-origin: left top;
      transform-origin: left top;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 85.3125em) {
  .development-detail-hero__map {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .development-detail-hero__map {
    padding-bottom: 128%;
    --angle: 26.883deg;
    width: 50%;
  }
  @supports (aspect-ratio: 16/9) {
    .development-detail-hero__map {
      padding-bottom: 0;
      aspect-ratio: 25/32;
    }
  }
}
.development-detail-hero__map > * {
  -ms-transform: skew(calc(-1 * var(--angle)));
      transform: skew(calc(-1 * var(--angle)));
  -ms-transform-origin: inherit;
      transform-origin: inherit;
}
.development-detail-hero__summary {
  --notch-width: calc(1.0892857143 * 3rem);
  --notch-height: 3rem;
  -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
          clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  max-width: 15.3125rem;
  padding: 3rem 2rem 1.25rem 4rem;
}
@media screen and (max-width: 85.3125em) {
  .development-detail-hero__summary {
    margin-left: auto;
  }
}
@media screen and (min-width: 85.375em) {
  .development-detail-hero__summary {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    overflow-y: auto;
  }
}
.development-detail-hero__summary__title {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.development-detail-hero__summary__title:not(:last-child), .development-detail-hero__summary__items__item:not(:last-child) {
  margin-bottom: var(--line-height-em);
}
.development-detail-hero__summary__items__item {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.development-intro--button-black .development-intro__cta {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .development-intro--button-black .development-intro__cta {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro--button-black .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro--button-black .development-intro__cta {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro--button-black .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-intro--button-black .development-intro__cta {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro--button-black .development-intro__cta {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-intro--button-black .development-intro__cta.focus-visible:not(:disabled), .development-intro--button-black .development-intro__cta:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.development-intro--button-black .development-intro__cta svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .development-intro--button-black .development-intro__cta {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .development-intro--button-black .development-intro__cta > * {
    isolation: isolate;
    z-index: 1;
  }
  .development-intro--button-black .development-intro__cta::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .development-intro--button-black .development-intro__cta:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.development-intro--button-white .development-intro__cta {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .development-intro--button-white .development-intro__cta {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro--button-white .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro--button-white .development-intro__cta {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro--button-white .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-intro--button-white .development-intro__cta {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro--button-white .development-intro__cta {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-intro--button-white .development-intro__cta.focus-visible:not(:disabled), .development-intro--button-white .development-intro__cta:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.development-intro--button-white .development-intro__cta svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .development-intro--button-white .development-intro__cta {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .development-intro--button-white .development-intro__cta > * {
    isolation: isolate;
    z-index: 1;
  }
  .development-intro--button-white .development-intro__cta::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .development-intro--button-white .development-intro__cta:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.development-intro--button-red .development-intro__cta {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .development-intro--button-red .development-intro__cta {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro--button-red .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro--button-red .development-intro__cta {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro--button-red .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-intro--button-red .development-intro__cta {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro--button-red .development-intro__cta {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-intro--button-red .development-intro__cta.focus-visible:not(:disabled), .development-intro--button-red .development-intro__cta:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.development-intro--button-red .development-intro__cta svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .development-intro--button-red .development-intro__cta {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .development-intro--button-red .development-intro__cta > * {
    isolation: isolate;
    z-index: 1;
  }
  .development-intro--button-red .development-intro__cta::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .development-intro--button-red .development-intro__cta:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.development-intro--button-orange .development-intro__cta {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff5500;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .development-intro--button-orange .development-intro__cta {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro--button-orange .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro--button-orange .development-intro__cta {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro--button-orange .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-intro--button-orange .development-intro__cta {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro--button-orange .development-intro__cta {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-intro--button-orange .development-intro__cta.focus-visible:not(:disabled), .development-intro--button-orange .development-intro__cta:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.development-intro--button-orange .development-intro__cta svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media screen and (min-width: 64em) {
  .development-intro {
    -webkit-column-gap: var(--column-gap);
            column-gap: var(--column-gap);
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.development-intro__intro {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
  grid-column: 1/span 8;
  max-width: 55ch;
}
.development-intro__intro:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .development-intro__contact {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    grid-column: span 4/-1;
  }
}
.development-intro__contact-details {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(0, max-content));
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.development-intro__contact-details__type, .development-intro__contact-details__value {
  max-width: 50ch;
}
.development-intro__contact-details__type {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  grid-column: 1;
}
.development-intro__contact-details__type::after {
  content: ":";
}
.development-intro__contact-details__value {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  grid-column: 2;
}
.development-intro__cta {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-left: auto;
}
@media screen and (max-width: 85.3125em) {
  .development-intro__cta {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro__cta {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .development-intro__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-intro__cta {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-intro__cta {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-intro__cta.focus-visible:not(:disabled), .development-intro__cta:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.development-intro__cta svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .development-intro__cta {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .development-intro__cta > * {
    isolation: isolate;
    z-index: 1;
  }
  .development-intro__cta::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .development-intro__cta:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.development-intro__cta:not(:first-child) {
  margin-top: 2rem;
}

.history-summary {
  padding-bottom: 5rem;
  position: relative;
}
.history-summary--button-black .history-summary__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .history-summary--button-black .history-summary__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .history-summary--button-black .history-summary__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary--button-black .history-summary__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .history-summary--button-black .history-summary__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .history-summary--button-black .history-summary__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary--button-black .history-summary__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.history-summary--button-black .history-summary__link.focus-visible:not(:disabled), .history-summary--button-black .history-summary__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.history-summary--button-black .history-summary__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .history-summary--button-black .history-summary__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .history-summary--button-black .history-summary__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .history-summary--button-black .history-summary__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .history-summary--button-black .history-summary__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.history-summary--button-white .history-summary__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .history-summary--button-white .history-summary__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .history-summary--button-white .history-summary__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary--button-white .history-summary__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .history-summary--button-white .history-summary__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .history-summary--button-white .history-summary__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary--button-white .history-summary__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.history-summary--button-white .history-summary__link.focus-visible:not(:disabled), .history-summary--button-white .history-summary__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.history-summary--button-white .history-summary__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .history-summary--button-white .history-summary__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .history-summary--button-white .history-summary__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .history-summary--button-white .history-summary__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .history-summary--button-white .history-summary__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.history-summary--button-red .history-summary__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .history-summary--button-red .history-summary__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .history-summary--button-red .history-summary__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary--button-red .history-summary__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .history-summary--button-red .history-summary__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .history-summary--button-red .history-summary__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary--button-red .history-summary__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.history-summary--button-red .history-summary__link.focus-visible:not(:disabled), .history-summary--button-red .history-summary__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.history-summary--button-red .history-summary__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .history-summary--button-red .history-summary__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .history-summary--button-red .history-summary__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .history-summary--button-red .history-summary__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .history-summary--button-red .history-summary__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.history-summary--button-orange .history-summary__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff5500;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .history-summary--button-orange .history-summary__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .history-summary--button-orange .history-summary__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary--button-orange .history-summary__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .history-summary--button-orange .history-summary__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .history-summary--button-orange .history-summary__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary--button-orange .history-summary__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.history-summary--button-orange .history-summary__link.focus-visible:not(:disabled), .history-summary--button-orange .history-summary__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.history-summary--button-orange .history-summary__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media screen and (min-width: 48em) {
  .history-summary {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: var(--column-gap);
            column-gap: var(--column-gap);
  }
}
.history-summary::before {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  background-color: #f2f2f2;
  content: "";
  grid-column: 1/span 11;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc(var(--container-gutter-margin) * -1);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 47.9375em) {
  .history-summary::before {
    padding-bottom: 125%;
    max-height: 100%;
  }
  @supports (aspect-ratio: 16/9) {
    .history-summary::before {
      padding-bottom: 0;
      aspect-ratio: 4/5;
    }
  }
}
@media screen and (min-width: 48em) {
  .history-summary::before {
    padding-bottom: 40%;
  }
  @supports (aspect-ratio: 16/9) {
    .history-summary::before {
      padding-bottom: 0;
      aspect-ratio: 5/2;
    }
  }
}
.history-summary__section-tag {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  align-self: start;
  grid-column: 1/span 1;
}
@media screen and (min-width: 48em) {
  .history-summary__section-tag {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
.history-summary__section-tag::before {
  content: "- ";
}
.history-summary__main {
  grid-column: 2/-1;
}
@media screen and (max-width: 85.3125em) {
  .history-summary__main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: var(--column-gap);
            column-gap: var(--column-gap);
    --left-column: 1 / span 1;
    --right-column: span 1 / -1;
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary__main {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    -webkit-column-gap: var(--column-gap);
            column-gap: var(--column-gap);
    --left-column: 1 / span 5;
    --right-column: span 5 / -1;
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary__main__left, .history-summary__main__right {
    grid-row-end: span 3;
  }
}
.history-summary__main__left {
  grid-column: var(--left-column);
}
.history-summary__main__right {
  grid-column: var(--right-column);
}
.history-summary__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 29.9375em) {
  .history-summary__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .history-summary__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .history-summary__title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .history-summary__title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary__title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
.history-summary__title span {
  display: block;
  max-width: 20ch;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .history-summary__title span {
    --translate-x-distance: 0!important;
  }
}
@media screen and (max-width: 47.9375em) {
  .history-summary__title {
    -webkit-column-gap: 1ch;
            column-gap: 1ch;
    display: flex;
    flex-wrap: wrap;
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 48em) {
  .history-summary__title {
    display: contents;
  }
}
.history-summary__title__left, .history-summary__title__right {
  margin-bottom: calc(-0.35 * var(--line-height-em));
  isolation: isolate;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .history-summary__title__left, .history-summary__title__right {
    flex: 1 1 0%;
  }
}
.history-summary__title__left {
  grid-column: var(--left-column);
  --translate-x-distance: -20%;
  text-align: right;
}
.history-summary__title__right {
  grid-column: var(--right-column);
  --translate-x-distance: 20%;
  text-align: left;
}
@media screen and (min-width: 85.375em) {
  .history-summary__title__right {
    grid-row-start: 2;
    margin-top: 2.5rem;
  }
}
.history-summary__image {
  display: block;
}
.history-summary__image--left img {
  --notch-width: calc(2.0714285714 * 2.5rem);
  --notch-height: 2.5rem;
  -webkit-clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
          clip-path: polygon(var(--notch-width) 0, 100% 0, 100% 100%, 0 100%, 0 var(--notch-height));
}
.history-summary__image--right img {
  --notch-width: calc(2.0714285714 * 2.5rem);
  --notch-height: 2.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--notch-height)), calc(100% - var(--notch-width)) 100%, 0 100%);
}
.history-summary__body-text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-top: 3rem;
}
@media screen and (max-width: 85.3125em) {
  .history-summary__body-text {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 85.375em) {
  .history-summary__body-text {
    grid-column: var(--left-column);
  }
}
.history-summary__body-text__content p {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  width: min(100%, 60ch);
}
.history-summary__body-text__content p:not(:last-child) {
  margin-bottom: var(--line-height-em);
}
.history-summary__link {
  margin-right: calc(-1 * var(--column-gap));
  margin-top: 1rem;
}

.related-projects__support-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #808080;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
      transform: translateX(calc(var(--translate-x-distance, 0) * (1 - var(--percent, 0) / 100)));
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --translate-x-distance: 20%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 85.3125em) {
  .related-projects__support-title {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .related-projects__support-title {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .related-projects__support-title {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 29.9375em) {
  .related-projects__support-title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .related-projects__support-title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 63.9375em) {
  .related-projects__support-title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .related-projects__support-title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .related-projects__support-title {
    font-size: 6.25rem;
    line-height: 0.85;
    --line-height: 0.85;
    --line-height-em: calc(var(--line-height) * 1em);
    -webkit-text-stroke: 2px currentColor;
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .related-projects__support-title {
    --translate-x-distance: 0!important;
  }
}
@media screen and (min-width: 48em) {
  .related-projects__projects {
    display: flex;
    gap: 2.5rem;
  }
}
.related-projects__projects__project {
  position: relative;
}
@media screen and (min-width: 48em) {
  .related-projects__projects__project {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .related-projects__projects__project:first-child {
    margin-bottom: 1.25rem;
  }
}
.related-projects__projects__project__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.related-projects__projects__project__link span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.related-projects__projects__project__image img {
  width: 100%;
}
.related-projects__projects__project__backdrop {
  fill: rgba(0, 0, 0, 0.6);
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 29.9375em) {
  .related-projects__projects__project__backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    fill: none;
    min-height: 100%;
  }
}
@media screen and (min-width: 30em) {
  .related-projects__projects__project__backdrop {
    padding-bottom: 41.2698412698%;
  }
  @supports (aspect-ratio: 16/9) {
    .related-projects__projects__project__backdrop {
      padding-bottom: 0;
      aspect-ratio: 630/260;
    }
  }
}
.related-projects__projects__project__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
}
.related-projects__projects__project__project-type {
  flex-shrink: 0;
  height: 1.875rem;
  width: 1.875rem;
}
@media screen and (max-width: 85.3125em) {
  .related-projects__projects__project__project-type {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 85.375em) {
  .related-projects__projects__project__project-type {
    margin-bottom: 1.25rem;
  }
}
.related-projects__projects__project__project-name, .related-projects__projects__project__location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-projects__projects__project__project-name {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 30em) {
  .related-projects__projects__project__project-name {
    max-width: 52%;
  }
}
@media screen and (max-width: 85.3125em) {
  .related-projects__projects__project__project-name {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .related-projects__projects__project__project-name {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.related-projects__projects__project__location {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #999999;
  line-height: 1.5625rem;
}
@media screen and (min-width: 30em) {
  .related-projects__projects__project__location {
    max-width: 70%;
  }
}
@media screen and (max-width: 85.3125em) {
  .related-projects__projects__project__location {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .related-projects__projects__project__location {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.related-projects__cta {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-left: auto;
  float: right;
}
@media screen and (max-width: 85.3125em) {
  .related-projects__cta {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .related-projects__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .related-projects__cta {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .related-projects__cta:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .related-projects__cta {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .related-projects__cta {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.related-projects__cta.focus-visible:not(:disabled), .related-projects__cta:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.related-projects__cta svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .related-projects__cta {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .related-projects__cta > * {
    isolation: isolate;
    z-index: 1;
  }
  .related-projects__cta::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .related-projects__cta:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
.related-projects__cta:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (max-width: 85.3125em) {
  .form__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .form__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: 3rem;
  }
}
.form__errors {
  border: 1px solid #bf0d45;
  color: #bf0d45;
  margin-bottom: 1.25rem;
  padding: 0.75rem;
}
.form__errors__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
}
.form__errors__content {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.form__fieldset__legend {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 85.3125em) {
  .form__fieldset__legend {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .form__fieldset__legend {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.form__fieldset__field:not(:last-child) {
  margin-bottom: 2.5rem;
}
.form__fieldset__grid {
  display: grid;
  row-gap: 2.5rem;
}
.form__fieldset__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  -webkit-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: inherit;
}
.form__actions {
  display: flex;
  margin-top: 2rem;
}
.form__submit {
  align-items: center;
  margin-left: auto;
}
.form--default .form__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #bf0d45;
  text-align: center;
}
.form--default .form__fieldset__grid {
  row-gap: 2.5rem;
}
.form--default .form__submit {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: transparent;
  border-color: #bf0d45;
  color: #bf0d45;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .form--default .form__submit {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .form--default .form__submit:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .form--default .form__submit {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .form--default .form__submit:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .form--default .form__submit {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .form--default .form__submit {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.form--default .form__submit.focus-visible:not(:disabled), .form--default .form__submit:hover:not(:disabled) {
  background-color: #bf0d45;
  color: #ffffff;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form--default .form__submit svg {
  display: none;
}
.form--default .form__success {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.1875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #999999;
  text-align: center;
}
.form--dark .form__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.form--dark .form__fieldset__grid {
  row-gap: 1.25rem;
}
.form--dark .form__submit {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 85.3125em) {
  .form--dark .form__submit {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .form--dark .form__submit:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .form--dark .form__submit {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .form--dark .form__submit:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .form--dark .form__submit {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .form--dark .form__submit {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.form--dark .form__submit.focus-visible:not(:disabled), .form--dark .form__submit:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form--dark .form__submit svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .form--dark .form__submit {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .form--dark .form__submit > * {
    isolation: isolate;
    z-index: 1;
  }
  .form--dark .form__submit::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .form--dark .form__submit:hover:not(:disabled) {
    --translate-x: -100%;
  }
}

.form__checkbox-radio--checkbox {
  align-items: baseline;
  display: flex;
}
.form__checkbox-radio--checkbox .form__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__checkbox-radio--checkbox .form__checkbox-radio__faux {
  align-self: baseline;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  order: -1;
}
.form__checkbox-radio--checkbox .form__checkbox-radio__faux::before {
  background-color: transparent;
  border: 1px solid #999999;
  content: "";
  height: 1rem;
  width: 1rem;
}
.form__checkbox-radio--checkbox .form__checkbox-radio__faux::after {
  content: "​";
}
.form__checkbox-radio--checkbox .form__checkbox-radio__label {
  color: #000000;
}
.form__checkbox-radio--checkbox .form__checkbox-radio__control:checked ~ .form__checkbox-radio__label {
  color: #000000;
}
.form__checkbox-radio--checkbox .form__checkbox-radio__control:checked ~ .form__checkbox-radio__faux::before {
  border-color: #bf0d45;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cline x1='0' y1='16' x2='16' y2='0' stroke-width='1' stroke='%23bf0d45'/%3E%3Cline x1='0' y1='0' x2='16' y2='16' stroke-width='1' stroke='%23bf0d45'/%3E%3C/svg%3E");
}
.form__checkbox-radio--checkbox .form__checkbox-radio__label {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-left: 0.5rem;
}
.form__checkbox-radio--checkbox .form__checkbox-radio__faux {
  order: -1;
}

.form__file-input {
  display: flex;
  flex-direction: column;
}
.form__file-input__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__file-input__label {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #000000;
  order: -1;
}
.form__file-input__faux {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: baseline;
  border-bottom: 1px solid #999999;
  display: flex;
  order: -1;
  padding-bottom: 0.75rem;
  justify-content: space-between;
}
.form__file-input__faux__placeholder, .form__file-input__faux__selected-files {
  margin-right: 1.125rem;
}
.form__file-input__faux__placeholder {
  color: #999999;
}
.form__file-input__faux__selected-files {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form__file-input__faux__selected-files span:not(:last-child)::after {
  content: ", ";
}
.form__file-input__faux__button {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 85.3125em) {
  .form__file-input__faux__button {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .form__file-input__faux__button:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .form__file-input__faux__button {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .form__file-input__faux__button:disabled {
    opacity: 0.2;
  }
}
.form__file-input__faux__button.focus-visible:not(:disabled), .form__file-input__faux__button:hover:not(:disabled) {
  background-color: #000000;
  color: #ffffff;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form__file-input__faux__button svg {
  stroke: currentColor;
  height: 1rem;
  margin-left: 1ch;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  width: 1rem;
}
.form__file-input:hover .form__file-input__label, .form__file-input:focus-within .form__file-input__label {
  color: #999999;
}
.form__file-input:hover .form__file-input__control, .form__file-input:focus-within .form__file-input__control {
  border-color: #000000;
}
.form__file-input__control.error ~ .form__file-input__faux {
  border-color: #bf0d45;
}
.form__file-input__control.error ~ .form__file-input__label {
  color: #bf0d45;
}
.form__file-input .error-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #bf0d45;
  margin-top: 0.25rem;
}
.form__file-input.is-populated .form__file-input__faux__placeholder, .form__file-input:not(.is-populated) .form__file-input__faux__selected-files {
  display: none;
}

.form__select {
  --horizontalPadding: 0.5rem;
  display: flex;
  flex-direction: column;
  width: auto;
}
@media screen and (max-width: 85.3125em) {
  .form__select {
    --iconSize: 0.875rem;
  }
}
@media screen and (min-width: 85.375em) {
  .form__select {
    --iconSize: 1rem;
  }
}
.form__select__label {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
}
.form__select__input {
  position: relative;
}
.form__select__control {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  background: none;
  color: #000000;
  padding: 0 calc(var(--horizontalPadding) * 3 + var(--iconSize)) 0.75rem 0;
  border-bottom: 1px solid #999999;
}
.form__select__control:active {
  border-color: #000000;
}
.form__select__control.has-placeholder {
  color: #999999;
}
.form__select__option {
  font: inherit;
  color: #000000;
}
.form__select__option[value=""][disabled] {
  display: none;
}
.form__select__faux {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: var(--horizontalPadding);
  top: 0;
  width: var(--iconSize);
}
.form__select__faux svg {
  height: 100%;
  stroke: #000000;
  stroke-width: 1px;
  width: 100%;
}
.form__select__errors {
  order: 99;
}
.form__select:hover .form__select__label, .form__select:focus-within .form__select__label {
  color: #999999;
}
.form__select:hover .form__select__control, .form__select:focus-within .form__select__control {
  border-color: #000000;
  color: #000000;
}
.form__select:focus-within .form__select__faux svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.form__select__control.error {
  border-color: #bf0d45;
}
.form__select__errors:not(:empty) ~ .form__select__label {
  color: #bf0d45;
}
.form__select .error-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #bf0d45;
  margin-top: 0.25rem;
}

.form__textarea {
  display: flex;
  flex-direction: column;
}
.form__textarea__control {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  background: none;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.75rem;
  min-height: calc(var(--line-height) * 2em);
  font-style: inherit;
}
.form__textarea__control::-webkit-input-placeholder {
  color: #999999;
}
.form__textarea__control:-ms-input-placeholder {
  color: #999999;
}
.form__textarea__control::-ms-input-placeholder {
  color: #999999;
}
.form__textarea__control::placeholder {
  color: #999999;
}
.form__textarea__control:focus {
  outline: none;
}
.form__textarea__label {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #000000;
  order: -1;
}
.form__textarea:hover .form__textarea__label, .form__textarea:focus-within .form__textarea__label {
  color: #999999;
}
.form__textarea:hover .form__textarea__control, .form__textarea:focus-within .form__textarea__control {
  border-color: #000000;
}
.form__textarea__control.error {
  border-color: #bf0d45;
}
.form__textarea__control.error ~ .form__textarea__label {
  color: #bf0d45;
}
.form__textarea .error-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #bf0d45;
  margin-top: 0.25rem;
}

.form-dark__text-input {
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-dark__text-input__control, .form-dark__text-input__label {
  cursor: text;
  padding: 0 1rem;
}
.form-dark__text-input__control {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  padding-bottom: 0.75rem;
  font-style: inherit;
  line-height: 2.8125rem;
  min-height: 4.625rem;
  padding-top: 0.625rem;
  padding-bottom: 1.1875rem;
  transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  will-change: padding;
}
.form-dark__text-input__control::-webkit-input-placeholder {
  color: #000000;
}
.form-dark__text-input__control:-ms-input-placeholder {
  color: #000000;
}
.form-dark__text-input__control::-ms-input-placeholder {
  color: #000000;
}
.form-dark__text-input__control::placeholder {
  color: #000000;
}
.form-dark__text-input__control:focus {
  border-color: #cbcbcb;
  outline: none;
}
.form-dark__text-input__control:-ms-input-placeholder ~ .form-dark__text-input__label {
  opacity: 0;
  -ms-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.form-dark__text-input__control:placeholder-shown ~ .form-dark__text-input__label {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.form-dark__text-input__control:not(:-ms-input-placeholder) {
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-top: 1.0625rem;
  padding-bottom: 0.75rem;
}
.form-dark__text-input__control:not(:placeholder-shown) {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-top: 1.0625rem;
  padding-bottom: 0.75rem;
}
.form-dark__text-input__control:not(:-ms-input-placeholder) ~ .form-dark__text-input__label {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-dark__text-input__control:not(:placeholder-shown) ~ .form-dark__text-input__label {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.form-dark__text-input__label {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #999999;
  order: -1;
  position: absolute;
  top: 0.75rem;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-dark__text-input:hover .form-dark__text-input__label, .form-dark__text-input:focus-within .form-dark__text-input__label {
  color: #999999;
}
.form-dark__text-input:focus-within .form-dark__text-input__control {
  border-color: #000000;
}
.form-dark__text-input__control.error {
  border-color: #bf0d45;
}
.form-dark__text-input__control.error ~ .form-dark__text-input__label {
  color: #bf0d45;
}
.form-dark__text-input .error-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #bf0d45;
  margin-top: 0.5rem;
  padding: 0 1.125rem;
}

.form__text-input {
  display: flex;
  flex-direction: column;
}
.form__text-input__control {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  background: none;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.75rem;
  font-style: inherit;
}
.form__text-input__control::-webkit-input-placeholder {
  color: #999999;
}
.form__text-input__control:-ms-input-placeholder {
  color: #999999;
}
.form__text-input__control::-ms-input-placeholder {
  color: #999999;
}
.form__text-input__control::placeholder {
  color: #999999;
}
.form__text-input__control:focus {
  outline: none;
}
.form__text-input__label {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #000000;
  order: -1;
}
.form__text-input:hover .form__text-input__label, .form__text-input:focus-within .form__text-input__label {
  color: #999999;
}
.form__text-input:hover .form__text-input__control, .form__text-input:focus-within .form__text-input__control {
  border-color: #000000;
}
.form__text-input__control.error {
  border-color: #bf0d45;
}
.form__text-input__control.error ~ .form__text-input__label {
  color: #bf0d45;
}
.form__text-input .error-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #bf0d45;
  margin-top: 0.25rem;
}

.recaptcha-3 {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #707070;
}

.grecaptcha-badge {
  visibility: hidden;
}

:root {
  --page-nav-v2-height: 4rem;
}

.page-nav-v2 {
  background-color: #000000;
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  -ms-transform: none;
      transform: none;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  --mobile-width: 85.375em;
}
@media screen and (min-width: 85.375em) {
  .page-nav-v2 {
    height: var(--page-nav-v2-height);
  }
}
.page-nav-v2__mobile-toggle {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  height: var(--page-nav-v2-height);
}
@media screen and (max-width: 85.3125em) {
  .page-nav-v2__mobile-toggle {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .page-nav-v2__mobile-toggle {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .page-nav-v2__mobile-toggle {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 85.3125em) {
  .page-nav-v2__mobile-toggle {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav-v2__mobile-toggle {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav-v2__mobile-toggle {
    display: none;
  }
}
.page-nav-v2__mobile-toggle svg {
  height: 0.75rem;
  margin-left: 0.5rem;
  stroke: currentColor;
  stroke-width: 2px;
  width: 0.75rem;
}
.page-nav-v2__content {
  align-items: baseline;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 85.3125em) {
  .page-nav-v2__content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .page-nav-v2__content {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .page-nav-v2__content {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 85.3125em) {
  .page-nav-v2__content {
    background-color: #1A1A1A;
    gap: 2.25rem;
    flex-direction: column;
    overflow-y: auto;
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav-v2__content {
    gap: 5%;
  }
}
@media (pointer: fine) {
  .page-nav-v2__content {
    pointer-events: none;
  }
  .page-nav-v2__content > * {
    pointer-events: auto;
  }
  .page-nav-v2__content:hover .page-nav-v2__internal-link:not(:hover):not(.is-active) {
    color: #b3b3b3;
  }
}
.page-nav-v2__internal-link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}
@media (pointer: fine) {
  .page-nav-v2__internal-link {
    transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .page-nav-v2__internal-link:hover {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav-v2__internal-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.page-nav-v2__internal-link.is-active {
  color: #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .page-nav-v2.is-open .page-nav-v2__mobile-toggle svg {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
  .page-nav-v2.is-open .page-nav-v2__content {
    height: calc(var(--vh, 1vh) * 100 - var(--page-nav-v2-height));
  }
}
@media screen and (max-width: 85.3125em) {
  .page-nav-v2:not(.is-open) .page-nav-v2__content {
    display: none;
  }
}
.has-dialog .page-nav-v2.is-sticky {
  transform: translate3d(0, calc(-1 * var(--page-nav-v2-height)), 0);
}

.site-footer {
  display: grid;
  position: relative;
}
@media screen and (max-width: 85.3125em) {
  .site-footer {
    padding-left: 0;
    padding-right: 0;
    --container-gutter-margin: 0;
    --container-gutter-width: 0;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .site-footer {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
    --container-gutter-margin: 3.375rem;
    --container-gutter-width: 3.375rem;
  }
}
@media screen and (min-width: 112.5em) {
  .site-footer {
    --container-gutter-margin: 3.375rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 3.375rem);
    padding-left: calc((100vw - 112.5em) / 2 + 3.375rem);
    padding-right: calc((100vw - 112.5em) / 2 + 3.375rem);
  }
}
@media screen and (max-width: 37.5em) {
  .site-footer {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 85.3125em) {
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 85.3125em) {
  .site-footer {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    padding-bottom: 14rem;
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer {
    background-repeat: no-repeat;
    background-image: var(--background-image);
    background-size: 50rem auto;
    background-size: min( 50%, 62.5rem ) auto;
    background-position: right bottom;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.site-footer::before {
  content: "";
  grid-column: 1/-1;
}
@media screen and (min-width: 85.375em) {
  .site-footer::before {
    border-top: 1px solid var(--divider-color);
    margin-bottom: 10rem;
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    grid-column: 1/-1;
    height: 14rem;
    background-image: var(--background-image);
    background-size: cover;
    background-position: center top;
  }
}
.site-footer__address, .site-footer__nav, .site-footer__document-links, .site-footer__social-links, .site-footer__copyright-message {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media screen and (min-width: 37.5625em) and (max-width: 85.3125em) {
  .site-footer__address {
    padding-right: 5rem;
    justify-self: end;
  }
  .site-footer__social-links {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-footer__social-links {
    grid-column-start: 2;
    justify-content: space-between;
  }
  .site-footer__address, .site-footer__social-links {
    grid-row: 3/span 2;
  }
  .site-footer__social-link:not(:last-child) {
    margin-bottom: 0.98em;
  }
  .site-footer__document-links, .site-footer__nav {
    display: none !important;
  }
  .site-footer__scroll-top {
    grid-row-start: 2;
    grid-column: 1/span 2;
    margin-bottom: 3rem;
  }
  .site-footer__copyright-message {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer__copyright-message {
    margin-top: 14rem;
    margin-bottom: 4rem;
  }
  .site-footer__scroll-top {
    padding-right: 1.125rem;
    grid-column-start: -2;
  }
  .site-footer__address {
    grid-column: 1/span 3;
    grid-row: span 2;
  }
  .site-footer__document-links, .site-footer__nav {
    grid-column-end: span 3;
  }
  .site-footer__copyright-message {
    grid-column: 4/span 3;
  }
  .site-footer__social-links {
    grid-column: 10/span 2;
  }
}
.site-footer__address, .site-footer__nav, .site-footer__social-links, .site-footer__document-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 85.3125em) {
  .site-footer__address__address-lines:not(:last-child), .site-footer__nav {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer__address__address-lines:not(:last-child), .site-footer__nav {
    margin-bottom: 4rem;
  }
}

.site-footer {
  background-color: var(--background-color);
  color: var(--text-color);
}
.site-footer__address__email, .site-footer__address__telephone {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 85.3125em) {
  .site-footer__address__email, .site-footer__address__telephone {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer__address__email, .site-footer__address__telephone {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.site-footer__address__email:focus, .site-footer__address__email:hover, .site-footer__address__telephone:focus, .site-footer__address__telephone:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}
.site-footer__address__email {
  word-break: break-word;
}
@media screen and (min-width: 85.375em) {
  .site-footer__address__telephone {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.site-footer__address__address-lines__line {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 85.3125em) {
  .site-footer__address__address-lines__line {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer__address__address-lines__line {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.site-footer__nav__link, .site-footer__document-links__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 85.3125em) {
  .site-footer__nav__link, .site-footer__document-links__link {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer__nav__link, .site-footer__document-links__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.site-footer__nav__link:focus, .site-footer__nav__link:hover, .site-footer__document-links__link:focus, .site-footer__document-links__link:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}
.site-footer__social-links__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-footer__social-links__social-link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  text-decoration: none;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 85.3125em) {
  .site-footer__social-links__social-link {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer__social-links__social-link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.site-footer__social-links__social-link:focus, .site-footer__social-links__social-link:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}
.site-footer__social-links__social-link svg {
  height: 1rem;
  margin-right: 1.125rem;
  vertical-align: middle;
  width: 1rem;
}
.site-footer__copyright-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999999;
}
@media screen and (max-width: 85.3125em) {
  .site-footer__copyright-message {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer__copyright-message {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.site-footer__arla {
  display: block;
  margin-bottom: 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.site-footer__arla svg {
  display: block;
  fill: var(--arla-colour);
  width: 100%;
}
@media screen and (max-width: 85.3125em) {
  .site-footer__arla svg {
    max-height: 3.125rem;
    max-width: 9.375rem;
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer__arla svg {
    max-width: 12.5rem;
    max-height: 4.5625rem;
  }
}
.site-footer__scroll-top {
  align-self: start;
}
@media screen and (max-width: 85.3125em) {
  .site-footer__scroll-top {
    justify-self: center;
  }
}
.site-footer__scroll-top span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-footer__scroll-top svg {
  stroke: currentColor;
  transition: stroke-width 0.2s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 85.3125em) {
  .site-footer__scroll-top svg {
    height: 1.25rem;
    justify-self: center;
    stroke-width: 2px;
    width: 4rem;
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer__scroll-top svg {
    height: 3rem;
    stroke-width: 1px;
  }
}
.site-footer__scroll-top:hover svg {
  stroke-width: 3px;
}
.site-footer--dark {
  --text-color: #ffffff;
  --background-color: #000000;
  --divider-color: #999999;
  --background-image: url(/_client/images/skyline-background-black.svg);
  --arla-colour: #707070;
}
.site-footer--light {
  --text-color: #000000;
  --background-color: #ffffff;
  --divider-color: #999999;
  --background-image: url(/_client/images/skyline-background-white.svg);
  --arla-colour: #cbcbcb;
}

@media screen and (max-width: 85.3125em) {
  :root {
    --site-header-logo-height: 1.75rem;
    --site-header-padding-top: 1.125rem;
    --site-header-padding-bottom: 0;
    --site-header-height: 4rem;
  }
}
@media screen and (min-width: 85.375em) {
  :root {
    --site-header-logo-height: 2.5rem;
    --site-header-padding-top: 1.875rem;
    --site-header-padding-bottom: 1.875rem;
    --site-header-height: 6.25rem;
  }
}

* {
  scroll-margin-top: var(--site-header-height);
}

body.is-site-nav-open {
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
}
@supports (-webkit-touch-callout: none) {
  body.is-site-nav-open {
    height: -webkit-fill-available;
  }
}

.site-header {
  background-repeat: no-repeat;
  color: var(--text-colour);
  display: flex;
  height: var(--site-header-height);
  padding-top: var(--site-header-padding-top);
  padding-bottom: var(--site-header-padding-bottom);
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s linear;
}
@media screen and (max-width: 85.3125em) {
  .site-header {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .site-header {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .site-header {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header {
    align-items: center;
  }
}
.site-header--sticky {
  position: fixed;
}
.has-dialog .site-header--sticky {
  transform: translate3d(0, calc(-1 * var(--site-header-height)), 0);
}
.site-header:not(.site-header--sticky) {
  position: absolute;
}
.site-header-hide .site-header--sticky:not(.is-open) {
  transform: translate3d(0, calc(-1 * var(--site-header-height)), 0);
}
@media screen and (min-width: 85.375em) {
  .site-header-hide .site-header--sticky:not(.is-open).is-property-listing {
    -ms-transform: none;
        transform: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header-hide .site-header--sticky:not(.is-open).is-subnav-open {
    -ms-transform: none;
        transform: none;
  }
}
.site-header::before {
  background: var(--transparent-background-colour);
  bottom: 0;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.is-initial-scroll-position .site-header--dark::before {
  background: var(--gradient);
  bottom: -1.25rem;
  opacity: 1;
}
.site-header__logo {
  display: block;
}
@media screen and (min-width: 85.375em) {
  .site-header__logo {
    margin-right: auto;
  }
}
.site-header__logo__image {
  display: block;
  height: var(--site-header-logo-height);
  width: auto;
}
.site-header__nav {
  position: relative;
}
@media screen and (max-width: 85.3125em) {
  .site-header__nav {
    padding-top: 2.5rem;
    min-height: calc(100% - var(--site-header-logo-height));
    width: 100%;
    padding-bottom: 14rem;
  }
  .site-header__nav::after {
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(-1 * var(--container-gutter-width));
    left: calc(-1 * var(--container-gutter-width));
    height: 14rem;
    background-image: var(--background-image);
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__nav {
    align-items: center;
    display: flex;
  }
}
.site-header__toggle {
  display: flex;
  overflow: hidden;
  margin-left: 2.5rem;
}
@media screen and (max-width: 85.3125em) {
  .site-header__toggle {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
    align-items: center;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__toggle {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    align-items: flex-start;
  }
}
.site-header__toggle svg {
  height: 1.375rem;
  position: relative;
  width: 1.375rem;
  -ms-transform-origin: center center;
      transform-origin: center center;
}
@media screen and (max-width: 85.3125em) {
  .site-header__toggle svg {
    margin-left: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__toggle svg {
    margin-right: 1.125rem;
  }
}
.site-header__toggle[aria-expanded=true] span:nth-of-type(1) {
  display: none;
}
.site-header__toggle[aria-expanded=true] svg {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.site-header__toggle[aria-expanded=false] span:nth-of-type(2) {
  display: none;
}
@media (pointer: fine) {
  .site-header__toggle:hover svg {
    fill: #bf0d45;
  }
}
.site-header__toggle--mobile {
  margin-left: auto;
}
@media screen and (min-width: 85.375em) {
  .site-header__toggle--mobile {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header__toggle--desktop {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__primary-nav {
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header__primary-nav__item:not(.site-header__primary-nav__item--mobile-accordion) {
    border-bottom: 1px solid var(--divider-colour);
  }
  .site-header__primary-nav__item:first-child {
    border-top: 1px solid var(--divider-colour);
  }
  .site-header__primary-nav__item--mobile-accordion .site-header__primary-nav__link {
    display: none;
  }
  .site-header__primary-nav__item--mobile-accordion.is-open .site-header__primary-nav__mobile-list {
    display: block;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__primary-nav__item:not(:last-child) {
    margin-right: 3rem;
  }
}
.site-header__primary-nav__toggle, .site-header__primary-nav__mobile-list__link, .site-header__primary-nav__link {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (max-width: 85.3125em) {
  .site-header__primary-nav__toggle, .site-header__primary-nav__mobile-list__link, .site-header__primary-nav__link {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0.5rem 0;
  }
}
.site-header__primary-nav__toggle {
  align-items: center;
  border-bottom: 1px solid var(--divider-colour);
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 85.3125em) {
  .site-header__primary-nav__toggle {
    display: flex;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__primary-nav__toggle {
    display: none;
  }
}
.site-header__primary-nav__toggle__icon {
  height: 0.875rem;
  stroke: currentColor;
  stroke-width: 1px;
  width: 0.875rem;
}
.site-header__primary-nav__toggle[aria-expanded=true] {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.site-header__primary-nav__toggle[aria-expanded=true] .site-header__primary-nav__toggle__icon {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.site-header__primary-nav__link {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 85.3125em) {
  .site-header__primary-nav__link {
    transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .site-header__primary-nav__link:focus, .site-header__primary-nav__link:hover {
    color: #bf0d45;
    transition-duration: 0.5s;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__primary-nav__link {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.02em;
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
  }
  .site-header__primary-nav__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    transform: translate3d(-101%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .site-header__primary-nav__link--active::before, .site-header__primary-nav__link:focus::before, .site-header__primary-nav__link:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.site-header__primary-nav__mobile-list {
  display: none;
  margin-bottom: 2rem;
}
.site-header__primary-nav__mobile-list__link {
  align-items: center;
  border-bottom: 1px solid var(--divider-colour);
  display: flex;
  text-decoration: none;
  padding: 0.25rem 0;
  justify-content: space-between;
}
.site-header__primary-nav__mobile-list__link__icon {
  height: 0.875rem;
  stroke: currentColor;
  stroke-width: 1px;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  width: 0.875rem;
}
@media screen and (max-width: 85.3125em) {
  .site-header__primary-nav:not(:last-child), .site-header__secondary-links:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.site-header__secondary-content {
  --header-content-top-padding: calc(var(--site-header-height) + 5rem);
}
@media screen and (min-width: 85.375em) {
  .site-header__secondary-content {
    background-color: var(--secondary-background-colour);
    background-image: var(--background-image);
    background-size: 50rem auto;
    background-size: min( 50%, 62.5rem ) auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: grid;
    -webkit-column-gap: 2.25rem;
            column-gap: 2.25rem;
    row-gap: 2.25rem;
    grid-template-rows: repeat(2, -webkit-min-content) 1fr;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: end;
    padding-top: var(--header-content-top-padding);
    position: fixed;
    overflow: hidden;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 85.3125em) {
  .site-header__secondary-content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (min-width: 85.375em) and (max-width: 112.4375em) {
  .site-header__secondary-content {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 85.375em) and (min-width: 112.5em) {
  .site-header__secondary-content {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__secondary-content > * {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__secondary-links {
    grid-row-start: 1;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header__secondary-links--first {
    display: none;
  }
}
.site-header__secondary-links__link {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  text-decoration: none;
}
.site-header__secondary-links__link:focus, .site-header__secondary-links__link:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}
@media screen and (max-width: 85.3125em) {
  .site-header__secondary-links__link {
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--divider-colour);
  }
  .site-header__secondary-links__link:first-child {
    border-top: 1px solid var(--divider-colour);
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__secondary-links--first, .site-header__tertiary-links--first {
    padding-left: 2.25rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header__tertiary-links--first, .site-header__social-links--first {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__tertiary-links {
    grid-row-start: 2;
  }
}
.site-header__tertiary-links__link {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  text-decoration: none;
}
.site-header__tertiary-links__link:focus, .site-header__tertiary-links__link:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}
@media screen and (max-width: 85.3125em) {
  .site-header__tertiary-links__link {
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--divider-colour);
  }
  .site-header__tertiary-links__link:first-child {
    border-top: 1px solid var(--divider-colour);
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header__tertiary-links:not(.site-header__tertiary-links--first) .site-header__tertiary-links__link:first-child {
    border-top: none;
  }
}
.site-header__document-links {
  display: contents;
}
.site-header__document-links__link {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  text-decoration: none;
}
.site-header__document-links__link:focus, .site-header__document-links__link:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}
@media screen and (max-width: 85.3125em) {
  .site-header__document-links__link {
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--divider-colour);
  }
  .site-header__document-links__link:first-child {
    border-top: 1px solid var(--divider-colour);
  }
}
.site-header__social-links__link {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  text-decoration: none;
  align-items: center;
  display: flex;
}
.site-header__social-links__link:focus, .site-header__social-links__link:hover {
  color: #bf0d45;
  transition-duration: 0.5s;
}
@media screen and (max-width: 85.3125em) {
  .site-header__social-links__link {
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--divider-colour);
  }
  .site-header__social-links__link:first-child {
    border-top: 1px solid var(--divider-colour);
  }
}
.site-header__social-links__link svg {
  height: 1rem;
  margin-right: 1.125rem;
  vertical-align: middle;
  width: 1rem;
}
.site-header__address {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 85.3125em) {
  .site-header__address {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__address {
    grid-row: 1/span 2;
    grid-column-start: 1;
    padding-right: 30%;
  }
}
.site-header__address__email {
  max-width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 85.3125em) {
  .site-header__address__email {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__address__email {
    transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    text-decoration: none;
    word-break: break-word;
  }
  .site-header__address__email:focus, .site-header__address__email:hover {
    color: #bf0d45;
    transition-duration: 0.5s;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 85.3125em) {
  .site-header__address__email {
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--divider-colour);
  }
  .site-header__address__email:first-child {
    border-top: 1px solid var(--divider-colour);
  }
}
.site-header__address__telephone {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
@media screen and (min-width: 85.375em) {
  .site-header__address__telephone {
    transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    text-decoration: none;
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .site-header__address__telephone:focus, .site-header__address__telephone:hover {
    color: #bf0d45;
    transition-duration: 0.5s;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 85.3125em) {
  .site-header__address__telephone {
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--divider-colour);
  }
  .site-header__address__telephone:first-child {
    border-top: 1px solid var(--divider-colour);
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header__address__address-lines:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__address__address-lines:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.site-header__address__address-lines__line {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 85.3125em) {
  .site-header__address__address-lines__line {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .site-header__address__address-lines__line {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.site-header__address::before, .site-header__address::after {
  content: "";
  background-color: var(--secondary-angled-background-colour);
  min-width: calc(200% + var(--container-gutter-width) + 2.25rem);
  position: absolute;
  -ms-transform: skew(-26.883deg, 0deg);
      transform: skew(-26.883deg, 0deg);
  z-index: -1;
}
@media screen and (max-width: 85.3125em) {
  .site-header__address::before, .site-header__address::after {
    display: none;
  }
}
.site-header__address::before {
  bottom: 100%;
  right: -2.25rem;
  -ms-transform-origin: bottom right;
      transform-origin: bottom right;
  height: var(--header-content-top-padding);
}
.site-header__address::after {
  top: 0;
  right: -2.25rem;
  -ms-transform-origin: top right;
      transform-origin: top right;
  height: calc(var(--vh, 1vh) * 100 - var(--header-content-top-padding));
}
.site-header__copyright-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  color: var(--arla-colour);
  grid-row-start: 3;
  grid-column-start: 2;
  justify-content: flex-end;
  padding-bottom: 5rem;
}
@media screen and (max-width: 85.3125em) {
  .site-header__copyright-message {
    display: none;
  }
}
.site-header__arla {
  margin-bottom: 1.5rem;
}
.site-header__arla svg {
  fill: var(--arla-colour);
  max-height: 4.5625rem;
  max-width: 12.5rem;
}
.site-header--dark {
  --background-colour: #000000;
  --transparent-background-colour: rgba(0, 0, 0, 0.4);
  --secondary-background-colour: #1A1A1A;
  --secondary-angled-background-colour: var(--background-colour);
  --text-colour: #ffffff;
  --divider-colour: #999999;
  --gradient: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  --background-image: url(/_client/images/skyline-background-black.svg);
  --arla-colour: #707070;
}
.site-header--dark .site-header__logo {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.site-header--light {
  --background-colour: #ffffff;
  --transparent-background-colour: #ffffff;
  --secondary-background-colour: #ffffff;
  --secondary-angled-background-colour: #f7f7f7;
  --text-colour: #000000;
  --divider-colour: #b3b3b3;
  --gradient: linear-gradient(to bottom, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.738) 19%, hsla(0, 0%, 100%, 0.541) 34%, hsla(0, 0%, 100%, 0.382) 47%, hsla(0, 0%, 100%, 0.278) 56.5%, hsla(0, 0%, 100%, 0.194) 65%, hsla(0, 0%, 100%, 0.126) 73%, hsla(0, 0%, 100%, 0.075) 80.2%, hsla(0, 0%, 100%, 0.042) 86.1%, hsla(0, 0%, 100%, 0.021) 91%, hsla(0, 0%, 100%, 0.008) 95.2%, hsla(0, 0%, 100%, 0.002) 98.2%, hsla(0, 0%, 100%, 0) 100%);
  --background-image: url(/_client/images/skyline-background-white.svg);
  --arla-colour: #cbcbcb;
}
@media screen and (max-width: 85.3125em) {
  .site-header:not(.is-open) {
    background-image: none !important;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header:not(.is-open) .site-header__nav {
    display: none;
  }
}
.site-header:not(.is-open) .site-header__secondary-content {
  display: none;
}
@media screen and (max-width: 85.3125em) {
  .site-header.is-open {
    background-color: var(--secondary-background-colour);
    bottom: 0;
    overflow-y: auto;
    height: auto;
  }
  .site-header.is-open::before {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header.is-subnav-open {
    background-color: var(--background-colour);
  }
}

.article-aside {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #4C4C4C;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.article-aside__back, .article-aside__social-link {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.article-aside__back:hover, .article-aside__back:focus, .article-aside__social-link:hover, .article-aside__social-link:focus {
  color: #000000;
}
.article-aside__back {
  align-items: center;
  align-self: flex-start;
  display: flex;
  gap: 1ch;
  text-decoration: none;
}
.article-aside__back svg {
  flex-shrink: 0;
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  height: 1.75rem;
  width: 1.75rem;
}
.article-aside__social-links {
  border-top: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.5rem;
  padding-top: 1rem;
}
.article-aside__social-links__title {
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
  width: 100%;
}
.article-aside__social-link {
  width: 1.25rem;
}
.article-aside__social-link span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.article-summary {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: #707070;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-summary__image {
  position: relative;
  flex-shrink: 0;
}
.article-summary__main {
  padding: 2rem 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.article-summary__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.article-summary__link span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.article-summary__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  color: #1A1A1A;
  line-height: 1.25 !important;
}
@media screen and (max-width: 85.3125em) {
  .article-summary__title {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .article-summary__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.article-summary__teaser-text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.article-summary__footer {
  margin-top: auto;
  padding-top: 1.25rem;
}
.article-summary__type, .article-summary__date, .article-summary__meta__item {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999999;
}
@media screen and (max-width: 85.3125em) {
  .article-summary__type, .article-summary__date, .article-summary__meta__item {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .article-summary__type, .article-summary__date, .article-summary__meta__item {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.article-summary__type {
  margin-bottom: 0.25rem;
}
.article-summary__date, .article-summary__meta__item {
  display: inline-block;
}
.article-summary__date:not(:last-child)::after, .article-summary__meta__item:not(:last-child)::after {
  content: " .";
  display: inline-block;
  margin: 0 0.25ch;
}
.article-summary__meta {
  display: inline;
}
.article-summary__meta__key {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.article-summary__meta__value {
  display: inline;
}

.hero-article {
  background-color: #1A1A1A;
  position: relative;
  isolation: isolate;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 85.3125em) {
  .hero-article {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .hero-article {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .hero-article {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 29.9375em) {
  .hero-article {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 30em) and (max-width: 37.5em) {
  .hero-article {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 47.9375em) {
  .hero-article {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .hero-article {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.hero-article__image__inner {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  z-index: -1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero-article__image__inner {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.hero-article__title, .hero-article__subtitle {
  margin: 0 auto;
}
.hero-article__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  max-width: 25ch;
}
@media screen and (max-width: 47.9375em) {
  .hero-article__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .hero-article__title {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.hero-article__subtitle {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  max-width: 35ch;
}
.hero-article--has-image::after {
  background: rgba(112, 112, 112, 0.75);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 85.3125em) {
  body.is-page-nav-open {
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw;
  }
  @supports (-webkit-touch-callout: none) {
    body.is-page-nav-open {
      height: -webkit-fill-available;
    }
  }
}

.page-nav {
  --mobile-width: 85.375em;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  align-items: baseline;
  background-color: var(--transparent-background-colour);
  color: var(--text-colour);
  display: flex;
  left: 0;
  right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: fixed;
  top: var(--site-header-height);
  transition: transform 0.3s linear;
  z-index: 2;
}
@media screen and (max-width: 85.3125em) {
  .page-nav {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .page-nav {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .page-nav {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 85.3125em) {
  .page-nav {
    flex-wrap: wrap;
  }
}
.page-nav::before {
  border-top: 1px solid #999999;
  content: "";
  position: absolute;
  left: var(--container-gutter-width, 0);
  right: var(--container-gutter-width, 0);
  top: 0;
}
.page-nav__mobile-toggle, .page-nav__title {
  margin-right: auto;
}
@media screen and (max-width: 85.3125em) {
  .page-nav__mobile-toggle, .page-nav__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav__mobile-toggle, .page-nav__title {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav__mobile-toggle {
    display: none;
  }
}
.page-nav__mobile-toggle svg {
  height: 0.75rem;
  margin-left: 0.5rem;
  stroke: currentColor;
  width: 0.75rem;
}
@media screen and (max-width: 85.3125em) {
  .page-nav__internal-links {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    width: 100%;
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav__internal-links {
    order: 2;
  }
}
.page-nav__internal-links__internal-link {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  text-decoration: none;
}
@media (pointer: fine) {
  .page-nav__internal-links__internal-link:hover {
    color: #bf0d45;
  }
}
@media screen and (max-width: 85.3125em) {
  .page-nav__internal-links__internal-link {
    padding: calc(var(--line-height) / 2 * 1em) 0;
  }
  .page-nav__internal-links__internal-link:not(:last-child) {
    border-bottom: 1px solid #999999;
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav__internal-links__internal-link:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.page-nav__external-links:only-child {
  margin-left: auto !important;
}
@media screen and (min-width: 85.375em) {
  .page-nav__external-links {
    margin-left: 3rem;
    order: 3;
  }
}
.page-nav__external-links__external-link {
  background-color: #bf0d45;
  border-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  padding: 0.25rem 0.5rem !important;
}
@media screen and (max-width: 85.3125em) {
  .page-nav__external-links__external-link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .page-nav__external-links__external-link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav__external-links__external-link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .page-nav__external-links__external-link:disabled {
    opacity: 0.2;
  }
}
.page-nav__external-links__external-link.focus-visible:not(:disabled), .page-nav__external-links__external-link:hover:not(:disabled) {
  background-color: #ffffff;
  color: #bf0d45;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 85.3125em) {
  .page-nav__external-links__external-link:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .page-nav__external-links__external-link:not(:last-child) {
    margin-right: 1rem;
  }
}
.site-header-hide .page-nav {
  transform: translate3d(0, calc(-1 * var(--site-header-height)), 0);
}
.is-initial-scroll-position .page-nav {
  background-color: var(--transparent-background-colour);
}
@media screen and (max-width: 85.3125em) {
  .page-nav.is-open {
    background-color: var(--background-colour);
  }
  .page-nav.is-open .page-nav__mobile-toggle svg {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
  .page-nav.is-open .page-nav__internal-links {
    height: calc(var(--vh, 1vh) * 100 - (var(--site-header-height) + 2.4375rem));
  }
}
.is-initial-scroll-position .page-nav:not(.is-open) {
  background-color: transparent;
}
@media screen and (max-width: 85.3125em) {
  .page-nav:not(.is-open) {
    height: 2.4375rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .page-nav:not(.is-open) .page-nav__internal-links {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .page-nav--has-internal .page-nav__title {
    display: none;
  }
}
.page-nav--dark {
  --transparent-background-colour: rgba(0, 0, 0, 0.4);
  --background-colour: #000000;
  --text-colour: #ffffff;
}
.page-nav--light {
  --transparent-background-colour: rgba(255, 255, 255, 0.4);
  --background-colour: #ffffff;
  --text-colour: #000000;
}

.available-properties__cta:not(:last-child) {
  margin-bottom: 5rem;
}
.available-properties--single-section .available-properties__cta:last-child {
  margin-top: 5rem;
}
.available-properties--single-section, .available-properties--multiple-sections .available-properties__main__section {
  position: relative;
}
.available-properties--single-section::before, .available-properties--multiple-sections .available-properties__main__section::before {
  background-color: #f2f2f2;
  content: "";
  position: absolute;
  z-index: -1;
}
.available-properties--single-section::before {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  aspect-ratio: 1/2;
  left: calc(var(--container-gutter-margin) * -1);
}
@supports not (aspect-ratio: 1/2) {
  .available-properties--single-section::before {
    padding-bottom: 20%;
    width: 40%;
  }
}
@media screen and (min-width: 48em) {
  .available-properties--single-section::before {
    left: 2.9166666667%;
  }
}
.available-properties--single-section.available-properties--cta-first {
  padding-bottom: 8rem;
}
.available-properties--single-section.available-properties--cta-first::before {
  bottom: 0;
  top: 2.5rem;
}
.available-properties--single-section.available-properties--cta-last {
  padding-top: 8rem;
}
.available-properties--single-section.available-properties--cta-last::before {
  bottom: 10rem;
  top: 0;
}
.available-properties__main__section:not(:only-child) {
  padding-bottom: 6rem;
}
.available-properties__main__section:not(:only-child)::before {
  bottom: 0;
}
.available-properties__main__section:not(:only-child):not(:last-child) {
  margin-bottom: 6rem;
}
.available-properties__main__section:not(:only-child):nth-child(even)::before {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  aspect-ratio: 1/2;
  left: calc(var(--container-gutter-margin) * -1);
}
@supports not (aspect-ratio: 1/2) {
  .available-properties__main__section:not(:only-child):nth-child(even)::before {
    padding-bottom: 20%;
    width: 40%;
  }
}
@media screen and (min-width: 48em) {
  .available-properties__main__section:not(:only-child):nth-child(even)::before {
    left: 2.9166666667%;
  }
}
.available-properties__main__section:not(:only-child):nth-child(even)::before {
  top: -5rem;
}
.available-properties__main__section:not(:only-child):nth-child(odd)::before {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  padding-bottom: 50%;
  right: calc(var(--container-gutter-margin) * -1);
}
@supports (aspect-ratio: 16/9) {
  .available-properties__main__section:not(:only-child):nth-child(odd)::before {
    padding-bottom: 0;
    aspect-ratio: 2/1;
  }
}
@supports not (aspect-ratio: 1/2) {
  .available-properties__main__section:not(:only-child):nth-child(odd)::before {
    width: 80%;
  }
}
@media screen and (min-width: 48em) {
  .available-properties__main__section:not(:only-child):nth-child(odd)::before {
    right: 2.9166666667%;
  }
}
.available-properties__main__section:not(:only-child):nth-child(odd)::before {
  top: 10rem;
}
.available-properties__main__section__inner {
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  position: relative;
}
.available-properties__main__section.is-not-first-slide .available-properties__section-tag {
  -ms-transform: rotate(180deg) translateY(100%);
      transform: rotate(180deg) translateY(100%);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.available-properties__section-tag {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  align-self: start;
  grid-column: 1/span 1;
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}
@media screen and (min-width: 48em) {
  .available-properties__section-tag {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
.available-properties__section-tag::before {
  content: "- ";
}
@media screen and (max-width: 47.9375em) {
  .available-properties__section-tag {
    display: none;
  }
}
.available-properties__properties {
  -webkit-column-gap: inherit;
          column-gap: inherit;
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  grid-column: 1/span 11;
  --one-item-breakpoint: $media-query-small;
  --two-item-breakpoint: $media-query-mediumlarge;
  --three-item-breakpoint: $site__desktop-breakpoint;
}
@media screen and (min-width: 48em) {
  .available-properties__properties {
    grid-column: 2/-1;
  }
}
@media screen and (min-width: 48em) {
  .available-properties__properties--text .available-properties__properties__title {
    grid-column: 1/span 3;
  }
}
.available-properties__properties__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  line-height: 1.375;
  --line-height: 1.375;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 1.5rem;
  grid-column: 1/-1;
}
.available-properties__properties__text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  grid-column: 1/-1;
  margin-bottom: 2.5rem;
  max-width: 50ch;
}
@media screen and (min-width: 48em) {
  .available-properties__properties__text {
    grid-column: 4/-1;
  }
}
.available-properties__properties .available-properties-slider {
  --column-count: 12;
  grid-column: 1/span var(--column-count);
  width: 100%;
}
@media screen and (min-width: 30em) {
  .available-properties__properties .available-properties-slider {
    --column-count: 6;
  }
}
@media screen and (min-width: 64em) and (max-width: 119.9375em) {
  .available-properties__properties .available-properties-slider {
    --column-count: 4;
  }
}
@media screen and (min-width: 120em) {
  .available-properties__properties .available-properties-slider {
    --column-count: 3;
  }
}
.available-properties__properties .available-properties-slider:not(:empty) ~ .available-properties__properties__slider-placeholder {
  display: none;
}
.available-properties__properties__slider-placeholder {
  grid-column: 1/-1;
  display: grid;
  position: relative;
  margin-right: calc(-1 * var(--container-gutter-margin));
  padding-right: var(--container-gutter-margin);
  isolation: isolate;
}
.available-properties__properties__slider-placeholder > *, .available-properties__properties__slider-placeholder::before {
  grid-column: 1/-1;
  grid-row: 1/span 1;
}
.available-properties__properties__slider-placeholder::before {
  content: "";
}
@media screen and (max-width: 29.9375em) {
  .available-properties__properties__slider-placeholder::before {
    padding-bottom: 56.0975609756%;
  }
  @supports (aspect-ratio: 16/9) {
    .available-properties__properties__slider-placeholder::before {
      padding-bottom: 0;
      aspect-ratio: 410/230;
    }
  }
}
@media screen and (min-width: 30em) and (max-width: 63.9375em) {
  .available-properties__properties__slider-placeholder::before {
    padding-bottom: 30.6666666667%;
  }
  @supports (aspect-ratio: 16/9) {
    .available-properties__properties__slider-placeholder::before {
      padding-bottom: 0;
      aspect-ratio: 900/276;
    }
  }
}
@media screen and (min-width: 64em) and (max-width: 119.9375em) {
  .available-properties__properties__slider-placeholder::before {
    padding-bottom: 20.3821656051%;
  }
  @supports (aspect-ratio: 16/9) {
    .available-properties__properties__slider-placeholder::before {
      padding-bottom: 0;
      aspect-ratio: 1570/320;
    }
  }
}
@media screen and (min-width: 120em) {
  .available-properties__properties__slider-placeholder::before {
    padding-bottom: 13.9024390244%;
  }
  @supports (aspect-ratio: 16/9) {
    .available-properties__properties__slider-placeholder::before {
      padding-bottom: 0;
      aspect-ratio: 1640/228;
    }
  }
}
.available-properties__properties__slider-placeholder--no-image {
  background-color: #4C4C4C;
}
.available-properties__properties__slider-placeholder--image::after {
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 95.89%);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 85.3125em) {
  .available-properties__properties__slider-placeholder--image::after {
    left: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .available-properties__properties__slider-placeholder--image::after {
    left: 30%;
  }
}
.available-properties__properties__slider-placeholder__background__inner {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  z-index: -1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .available-properties__properties__slider-placeholder__background__inner {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.available-properties__properties__slider-placeholder__text {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  align-self: center;
  color: #ffffff;
  margin-left: auto;
  max-width: 20ch;
  text-align: right;
  padding: 0.75em;
  padding-right: 0;
}
@media screen and (max-width: 85.3125em) {
  .available-properties__properties__slider-placeholder__text {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .available-properties__properties__slider-placeholder__text {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}

.available-properties-slider__properties {
  --gap: 2.25rem;
  --slider-padding: 0;
  position: static;
}
@media screen and (max-width: 47.9375em) {
  .available-properties-slider__properties {
    --button-size: 2.5rem;
    --buttons-margin: 1.875rem;
  }
}
@media screen and (min-width: 48em) {
  .available-properties-slider__properties {
    --button-size: 4.6875rem;
    --buttons-margin: 1.875rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .available-properties-slider__properties > .splide__arrows:not(.is-arrows-disabled) + .splide__track {
    padding-bottom: calc(var(--button-size) + var(--buttons-margin));
  }
}
.available-properties-slider__properties > .splide__arrows {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  position: absolute;
}
@media screen and (max-width: 47.9375em) {
  .available-properties-slider__properties > .splide__arrows {
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 48em) {
  .available-properties-slider__properties > .splide__arrows {
    height: 100%;
    left: calc(0px - var(--container-gutter-width));
    right: calc(0px - var(--container-gutter-width));
  }
}
.available-properties-slider__properties > .splide__arrows > .splide__arrow {
  align-items: center;
  background-color: #000000;
  display: flex;
  opacity: 1;
  justify-content: center;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
  height: var(--button-size);
  width: var(--button-size);
}
.available-properties-slider__properties > .splide__arrows > .splide__arrow[disabled] {
  cursor: default;
  opacity: 0;
}
.available-properties-slider__properties > .splide__arrows > .splide__arrow--prev {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.available-properties-slider__properties > .splide__arrows > .splide__arrow--next {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.available-properties-slider__properties > .splide__arrows > .splide__arrow svg {
  stroke: #ffffff;
}
@media screen and (max-width: 47.9375em) {
  .available-properties-slider__properties > .splide__arrows > .splide__arrow svg {
    height: 1rem;
    width: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .available-properties-slider__properties > .splide__arrows > .splide__arrow svg {
    height: 1.375rem;
    width: 1.375rem;
  }
}
.available-properties-slider__properties > .splide__track {
  overflow: visible;
}
.available-properties-slider__properties__property {
  display: flex;
  flex-direction: column;
}
.available-properties-slider__properties__property:focus-within > * > *::after, .available-properties-slider__properties__property:hover > * > *::after {
  opacity: 1;
}
.available-properties-slider__properties__property > * {
  display: flex;
  flex-grow: 1;
}
.available-properties-slider__properties__property > * > * {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media (pointer: fine) {
  .available-properties-slider__properties__property > * > *::after {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: inherit;
    transition-property: opacity;
  }
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
.breadcrumb__list__item {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
}
.breadcrumb__list__item:not(:first-child):before {
  display: inline-block;
  content: " /";
}
.breadcrumb__link {
  text-decoration: none;
}
.breadcrumb--row {
  margin-top: 0;
}
@media screen and (max-width: 85.3125em) {
  .breadcrumb--row {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .breadcrumb--row {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .breadcrumb--row {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 85.3125em) {
  .breadcrumb--row {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.breadcrumb--row .breadcrumb__list {
  border-top: 1px solid #999999;
}

.development-summary {
  color: #000000;
  position: relative;
  padding-top: 1.25rem;
}
.development-summary__wrapper {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-left: 1px;
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 100%;
}
.development-summary__wrapper::before {
  background: linear-gradient(180deg, #999999 0%, #999999 50%, #bf0d45 50%, #bf0d45 100%);
  background-size: 100% 200%;
  background-position: center 0%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: background-position 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 1px;
}
.development-summary__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.development-summary__link__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.development-summary__images__image img {
  transform: translateZ(0);
  width: 100%;
}
.development-summary__images__image span {
  display: none;
}
.development-summary .splide__arrows {
  display: flex;
  justify-content: space-between;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  right: 0;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  z-index: 1;
}
.development-summary .splide__arrow {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0.5rem;
  position: relative;
  pointer-events: auto;
}
.development-summary .splide__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: 100% 100%;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.development-summary .splide__arrow--prev {
  --degrees: 90deg;
}
.development-summary .splide__arrow--prev::before {
  background: linear-gradient(to right, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  left: -25%;
  right: -75%;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}
.development-summary .splide__arrow--next {
  --degrees: -90deg;
}
.development-summary .splide__arrow--next::before {
  background: linear-gradient(to left, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  left: -75%;
  right: -25%;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}
.development-summary .splide__arrow svg {
  height: 1rem;
  stroke-width: 2px;
  stroke: #ffffff;
  transition: opacity 0.3s ease-in-out;
  -ms-transform: rotate(var(--degrees));
      transform: rotate(var(--degrees));
  width: 1rem;
}
.development-summary .splide__arrow[disabled] {
  cursor: default;
}
.development-summary .splide__arrow[disabled] svg {
  opacity: 0;
}
.development-summary .splide__arrow:not([disabled]):hover::before {
  opacity: 1;
  -ms-transform: none;
      transform: none;
}
.development-summary__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0.5625rem 0;
}
.development-summary__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.development-summary__header__icon {
  fill: #999999;
  flex-shrink: 0;
  margin-left: 1.125rem;
  height: 1.875rem;
  width: 1.875rem;
}
@media screen and (max-width: 85.3125em) {
  .development-summary__title, .development-summary__location {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-summary__title, .development-summary__location {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) {
  .development-summary__promotion-message, .development-summary__meta-lines {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-summary__promotion-message, .development-summary__meta-lines {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-summary__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.25 !important;
}
.development-summary__promotion-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--development-summary__promotion-bg, #bf0d45);
  color: var(--development-summary__promotion-text, #ffffff);
  left: -0.5rem;
  padding: 0.5rem;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  z-index: 1;
}
.development-summary__location {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999999;
  margin-bottom: 2rem;
}
.development-summary__meta-lines {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: auto;
}
.development-summary__meta-lines__meta-line {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.development-summary__triangle {
  fill: var(--development-summary__triangle-fill, #999999);
  flex-shrink: 0;
  height: 0.8125rem;
  margin-bottom: 0.3em;
  margin-left: 1.125rem;
  width: 1.5625rem;
}
.development-summary--promotion-black {
  --development-summary__promotion-bg: #000000;
  --development-summary__promotion-text: #ffffff;
  --development-summary__triangle-fill: #eaeaea;
}
.development-summary--promotion-red {
  --development-summary__promotion-bg: #bf0d45;
  --development-summary__promotion-text: #ffffff;
}
.development-summary--promotion-orange {
  --development-summary__promotion-bg: #ff5500;
  --development-summary__promotion-text: #ffffff;
}
.development-summary--promotion-teal {
  --development-summary__promotion-bg: #499ea8;
  --development-summary__promotion-text: #ffffff;
}
.development-summary--promotion-blue {
  --development-summary__promotion-bg: #A6C8EA;
  --development-summary__promotion-text: #000000;
}
.development-summary__triangle, .development-summary__title, .development-summary__location {
  transition: fill 0.3s ease-in-out, color 0.3s ease-in-out;
}
.development-summary__title {
  transition-delay: 0.4s;
}
.development-summary__location {
  transition-delay: 0.45s;
}
.development-summary__triangle {
  transition-delay: 0.5s;
}
@media (pointer: fine) {
  .development-summary--link:hover .development-summary__wrapper {
    transform: translate3d(0, -1.25rem, 0);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.development-summary--link:focus-within .development-summary__wrapper::before, .development-summary--link:hover .development-summary__wrapper::before {
  background-position: center 100%;
  transition-delay: 0.1s;
}
.development-summary--link:focus-within .development-summary__title, .development-summary--link:hover .development-summary__title {
  color: #bf0d45;
  transition-delay: 0.3s;
}
.development-summary--link:focus-within .development-summary__location, .development-summary--link:hover .development-summary__location {
  color: #000000;
  transition-delay: 0.2s;
}
.development-summary--link:focus-within .development-summary__triangle, .development-summary--link:hover .development-summary__triangle {
  fill: #bf0d45;
  transition-delay: 0s;
}
.development-summary--no-link .development-summary__triangle {
  display: none;
}

.hero {
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .hero {
    position: relative;
  }
}
.hero__slides {
  height: 100%;
}
.hero .splide__pagination {
  position: absolute;
  bottom: 5rem;
  right: 0;
  width: auto;
  z-index: 1;
}
@media screen and (max-width: 85.3125em) {
  .hero .splide__pagination {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .hero .splide__pagination {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .hero .splide__pagination {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 37.5em) {
  .hero .splide__pagination {
    display: none;
  }
}
.hero .splide__pagination li:not(:last-child) {
  margin-right: 0.5rem;
}
.hero .splide__pagination__page {
  --fill: none;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 16' xml:space='preserve'%3E%3Cpath style='fill:none;stroke:%23FFFFFF;' d='M0.5,15.8h30.1L0.5,0.8V15.8z'/%3E%3C/svg%3E%0A");
  height: 1rem;
  width: 1.875rem;
}
.hero .splide__pagination__page.is-active {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 16' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;stroke:%23FFFFFF;' d='M0.5,15.8h30.1L0.5,0.8V15.8z'/%3E%3C/svg%3E%0A");
}
.hero__slide {
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 31.25rem;
  overflow: hidden;
  position: relative;
  justify-content: flex-end;
}
@supports (-webkit-touch-callout: none) {
  .hero__slide {
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 85.3125em) {
  .hero__slide {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .hero__slide {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .hero__slide {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.hero__slide:only-child {
  width: 100%;
}
.hero__slide.is-active, .hero__slide.is-active ~ .hero__slide {
  transform: translateZ(100px);
}
.hero__slide--shadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero__title, .hero__subtitle, .hero__scroll-indicator {
  z-index: 0;
}
.hero__image__inner {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  transition: transform linear;
  transition-duration: 0s;
  transition-delay: calc((var(--interval)) * 1ms);
  z-index: -1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero__image__inner {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.hero__text {
  margin: auto auto auto 0;
  position: relative;
}
.hero__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 47.9375em) {
  .hero__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .hero__title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.hero__subtitle {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  padding: 0.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .hero__subtitle {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .hero__subtitle {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.hero__scroll-indicator {
  align-items: center;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
}
@media screen and (max-width: 85.3125em) {
  .hero__scroll-indicator {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .hero__scroll-indicator {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .hero__scroll-indicator {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .hero__scroll-indicator {
    bottom: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .hero__scroll-indicator {
    bottom: 5rem;
  }
}
.hero__scroll-indicator__text {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 1.5rem;
}
.hero__scroll-indicator__icon {
  height: 1.5rem;
  stroke-width: 3px;
  stroke: currentColor;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
}
.hero:not(.hero--single) .hero__slide.is-active .hero__image__inner {
  transition-duration: calc((var(--interval) + var(--speed)) * 1ms);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  transition-delay: 0s;
}
.hero--single .splide {
  visibility: visible;
}
.hero--single .splide__list {
  width: 100%;
}

.hero-v2 {
  display: flex;
  flex-direction: column;
  margin-top: var(--site-header-height);
  min-height: calc(var(--vh, 1vh) * 100 - var(--site-header-height));
  position: relative;
  isolation: isolate;
  z-index: 2;
  --aspect-ratio-breakpoint: 1 / 1;
}
.hero-v2__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100%;
}
@media screen and (max-width: 85.3125em) {
  .hero-v2__content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .hero-v2__content {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .hero-v2__content {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.hero-v2__background {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-v2__background::after {
  background: linear-gradient(to right, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  right: 0;
  bottom: 0;
  width: 110%;
}
.hero-v2__background.no-shadow::after {
  background: none;
}
.hero-v2__title, .hero-v2__below-title__text {
  font-size: 2.5rem;
  line-height: 1.375;
  --line-height: 1.375;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .hero-v2__title, .hero-v2__below-title__text {
    font-size: 3.75rem;
    line-height: 1.2;
    --line-height: 1.2;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .hero-v2__title, .hero-v2__below-title__text {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.hero-v2__title {
  color: #ffffff;
  margin: auto 0 1rem 0;
  max-width: 17ch;
}
@media screen and (min-width: 30em) {
  .hero-v2__title {
    margin: auto 0;
  }
}
.hero-v2__below-title {
  background-color: #ffffff;
  padding-top: 2.375rem;
}
@media screen and (max-width: 85.3125em) {
  .hero-v2__below-title {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .hero-v2__below-title {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .hero-v2__below-title {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.hero-v2__below-title__text {
  text-align: center;
}
@media screen and (min-width: 30em) {
  .hero-v2__below-title__text {
    margin-top: 2.5rem;
  }
}
.hero-v2__scroll-indicator {
  align-items: center;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
}
@media screen and (max-width: 85.3125em) {
  .hero-v2__scroll-indicator {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .hero-v2__scroll-indicator {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .hero-v2__scroll-indicator {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .hero-v2__scroll-indicator {
    bottom: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .hero-v2__scroll-indicator {
    bottom: 5rem;
  }
}
.hero-v2__scroll-indicator__icon {
  height: 1.5rem;
  stroke-width: 3px;
  stroke: #ffffff;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
}
.hero-v2__video-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-v2__video-poster__image {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  -webkit-filter: blur(8px) grayscale(100%) brightness(0.5);
          filter: blur(8px) grayscale(100%) brightness(0.5);
  position: absolute;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero-v2__video-poster__image {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero-v2__video-poster__image {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
}
.hero-v2__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-v2__image img {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero-v2__image img {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero-v2__image img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
}
.hero-v2__video {
  overflow: hidden;
  position: absolute;
  top: calc(-1 * var(--site-header-height));
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.hero-v2__video__player {
  left: 50%;
  top: 50%;
  position: absolute;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.hero-v2__video__player--landscape {
  aspect-ratio: 16/9;
}
@media (min-aspect-ratio: 16/9) {
  .hero-v2__video__player--landscape {
    width: 100vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-v2__video__player--landscape {
    height: 100vh;
  }
}
@media (max-aspect-ratio: 1 / 1) {
  .hero-v2__video__player--landscape:not(:only-child) {
    display: none;
  }
}
.hero-v2__video__player--portrait {
  aspect-ratio: 9/16;
}
@media (min-aspect-ratio: 9/16) {
  .hero-v2__video__player--portrait {
    width: 100vw;
  }
}
@media (max-aspect-ratio: 9/16) {
  .hero-v2__video__player--portrait {
    height: 100vh;
  }
}
@media (min-aspect-ratio: 1 / 1) {
  .hero-v2__video__player--portrait:not(:only-child) {
    display: none;
  }
}
.hero-v2__cta {
  --notch-width: calc(2.0714285714 * 1.6875rem);
  --notch-height: 1.6875rem;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
  background-color: #000000;
  color: #ffffff;
  margin-left: calc(-1 * var(--container-gutter-margin));
  padding: 1.6875rem var(--container-gutter-margin) 27px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-v2__cta:only-child {
  margin-top: auto;
}
@media screen and (min-width: 30em) {
  .hero-v2__cta {
    --notch-width: calc(2.0714285714 * 2.9375rem);
    --notch-height: 2.9375rem;
    -webkit-clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - var(--notch-width)) 0, 100% var(--notch-height), 100% 100%, 0 100%);
    padding: 2.9375rem var(--container-gutter-margin) 2.375rem;
    margin-bottom: -2.375rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.hero-v2__cta__title {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 30em) {
  .hero-v2__cta__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.25rem;
  }
}
.hero-v2__cta__links__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #ffffff !important;
}
@media screen and (max-width: 85.3125em) {
  .hero-v2__cta__links__link {
    display: inline-flex;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .hero-v2__cta__links__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .hero-v2__cta__links__link {
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 1rem;
    text-align: center;
    border-width: 0;
    text-decoration: none;
  }
  .hero-v2__cta__links__link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .hero-v2__cta__links__link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .hero-v2__cta__links__link {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.hero-v2__cta__links__link.focus-visible:not(:disabled), .hero-v2__cta__links__link:hover:not(:disabled) {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hero-v2__cta__links__link svg {
  align-self: baseline;
  height: var(--line-height-em);
  flex-shrink: 0;
  margin-left: 0.75rem;
  width: var(--line-height-em);
}
@media (pointer: fine) {
  .hero-v2__cta__links__link {
    position: relative;
    overflow: hidden;
    --translate-x: 0;
  }
  .hero-v2__cta__links__link > * {
    isolation: isolate;
    z-index: 1;
  }
  .hero-v2__cta__links__link::before {
    background-color: #bf0d45;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    -ms-transform: skew(315deg) translateX(var(--translate-x));
        transform: skew(315deg) translateX(var(--translate-x));
    width: 200%;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    transition: transform 0.3s ease;
  }
  .hero-v2__cta__links__link:hover:not(:disabled) {
    --translate-x: -100%;
  }
}
@media screen and (max-width: 29.9375em) {
  .hero-v2__cta__links__link {
    margin-bottom: 1rem;
  }
}
.hero-v2__cta::before, .hero-v2__cta::after {
  content: "";
  display: block;
  height: 6.25rem;
  width: 12.5rem;
  position: absolute;
  background-repeat: no-repeat;
}
.hero-v2__cta::before {
  bottom: -0.9375rem;
  left: -1.5625rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 164.83 88.06' xmlns:v='https://vecta.io/nano'%3E%3Cg fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='.13'%3E%3Cuse xlink:href='%23B'/%3E%3Cuse xlink:href='%23C'/%3E%3Cuse xlink:href='%23B' x='18.3'/%3E%3Cuse xlink:href='%23C' x='18.3'/%3E%3Cuse xlink:href='%23B' x='36.6'/%3E%3Cuse xlink:href='%23C' x='36.6'/%3E%3Cuse xlink:href='%23B' x='54.9'/%3E%3Cuse xlink:href='%23C' x='54.9'/%3E%3Cuse xlink:href='%23B' x='73.2'/%3E%3Cuse xlink:href='%23C' x='73.2'/%3E%3Cuse xlink:href='%23B' x='91.5'/%3E%3Cuse xlink:href='%23C' x='91.5'/%3E%3Cpath d='M128.17 78.19v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18v-9.76L125 76.5l1.98 1.06 1.19.63z'/%3E%3Cuse xlink:href='%23C' x='109.8'/%3E%3Cuse xlink:href='%23B' x='128.1'/%3E%3Cuse xlink:href='%23B' x='146.4'/%3E%3Cuse xlink:href='%23C' x='128.1'/%3E%3Cpath d='M9.22 63.55v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23L.07 68.43v-9.76l5.98 3.19 1.98 1.06 1.19.63z'/%3E%3Cuse xlink:href='%23C' x='-9.15' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='9.15' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='9.15' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='27.45' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='27.45' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='45.75' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='45.75' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='64.05' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='64.05' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='82.35' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='82.35' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='100.65' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='100.65' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='118.95' y='-14.64'/%3E%3Cuse xlink:href='%23B' y='-29.28'/%3E%3Cuse xlink:href='%23C' y='-29.28'/%3E%3Cuse xlink:href='%23B' x='18.3' y='-29.28'/%3E%3Cuse xlink:href='%23C' x='18.3' y='-29.28'/%3E%3Cuse xlink:href='%23B' x='36.6' y='-29.28'/%3E%3Cuse xlink:href='%23C' x='36.6' y='-29.28'/%3E%3Cuse xlink:href='%23B' x='54.9' y='-29.28'/%3E%3Cuse xlink:href='%23C' x='54.9' y='-29.28'/%3E%3Cpath d='M9.22 34.27v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23L.07 39.15v-9.76l5.98 3.19 1.98 1.06 1.19.63z'/%3E%3Cuse xlink:href='%23C' x='-9.15' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='9.15' y='-43.92'/%3E%3Cuse xlink:href='%23C' x='9.15' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='27.45' y='-43.92'/%3E%3Cuse xlink:href='%23C' x='27.45' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='45.75' y='-43.92'/%3E%3Cuse xlink:href='%23C' x='45.75' y='-43.92'/%3E%3Cpath d='M18.37 19.63v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18v-9.76l5.98 3.19L17.18 19l1.19.63z'/%3E%3Cuse xlink:href='%23C' y='-58.56'/%3E%3Cpath d='M36.67 19.63v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18v-9.76l5.98 3.19L35.48 19l1.19.63z'/%3E%3Cuse xlink:href='%23C' x='18.3' y='-58.56'/%3E%3Cpath d='M54.97 19.63v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18v-9.76l5.98 3.19L53.78 19l1.19.63z'/%3E%3Cuse xlink:href='%23C' x='36.6' y='-58.56'/%3E%3Cpath d='M73.27 19.63v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18v-9.76l5.98 3.19L72.08 19l1.19.63z'/%3E%3Cuse xlink:href='%23B' x='64.05' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='73.2' y='-29.28'/%3E%3Cpath d='M9.22 4.99v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23L.07 9.87V.11L6.05 3.3l1.98 1.06 1.19.63z'/%3E%3Cpath d='M18.37.11v9.76l-1.2.64-1.99-3.18v4.24l-5.96 3.18V4.99L18.37.11z'/%3E%3Cuse xlink:href='%23D'/%3E%3Cpath d='M36.67.11v9.76l-1.2.64-1.99-3.18v4.24l-5.96 3.18V4.99L36.67.11z'/%3E%3Cuse xlink:href='%23D' x='18.3'/%3E%3C/g%3E%3Cdefs %3E%3Cpath id='B' d='M18.37 78.19v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18v-9.76l5.98 3.19 1.98 1.06 1.19.63z'/%3E%3Cpath id='C' d='M27.52 73.31v9.76l-1.2.64-1.99-3.18v4.24l-5.96 3.18v-9.76l9.15-4.88z'/%3E%3Cpath id='D' d='M27.52 4.99v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18V.11l5.98 3.19 1.98 1.06 1.19.63z'/%3E%3C/defs%3E%3C/svg%3E");
}
.hero-v2__cta::after {
  top: -0.9375rem;
  right: -4.1875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 155.68 88.06' xmlns:v='https://vecta.io/nano'%3E%3Cg fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='.13'%3E%3Cpath d='M9.22 78.19v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23L.07 83.07v-9.76l5.98 3.19 1.98 1.06 1.19.63z'/%3E%3Cuse xlink:href='%23B'/%3E%3Cuse xlink:href='%23C'/%3E%3Cuse xlink:href='%23D'/%3E%3Cuse xlink:href='%23E'/%3E%3Cuse xlink:href='%23D' x='18.3'/%3E%3Cuse xlink:href='%23C' x='36.6'/%3E%3Cuse xlink:href='%23D' x='36.6'/%3E%3Cuse xlink:href='%23E' x='36.6'/%3E%3Cuse xlink:href='%23B' x='73.2'/%3E%3Cuse xlink:href='%23C' x='73.2'/%3E%3Cuse xlink:href='%23B' x='91.5'/%3E%3Cuse xlink:href='%23C' x='91.5'/%3E%3Cuse xlink:href='%23B' x='109.8'/%3E%3Cuse xlink:href='%23C' x='109.8'/%3E%3Cuse xlink:href='%23B' x='128.1'/%3E%3Cuse xlink:href='%23C' x='-9.15' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='9.15' y='-14.64'/%3E%3Cuse xlink:href='%23E' x='-9.15' y='-14.64'/%3E%3Cuse xlink:href='%23D' x='9.15' y='-14.64'/%3E%3Cuse xlink:href='%23E' x='9.15' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='45.75' y='-14.64'/%3E%3Cuse xlink:href='%23E' x='27.45' y='-14.64'/%3E%3Cuse xlink:href='%23D' x='45.75' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='64.05' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='82.35' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='82.35' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='100.65' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='100.65' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='118.95' y='-14.64'/%3E%3Cuse xlink:href='%23C' x='118.95' y='-14.64'/%3E%3Cuse xlink:href='%23B' x='137.25' y='-14.64'/%3E%3Cpath d='M9.22 58.67v9.76l-1.2.64-1.98-3.18v4.24L.07 73.31v-9.76l9.15-4.88z'/%3E%3Cuse xlink:href='%23C' y='-29.28'/%3E%3Cuse xlink:href='%23D' y='-29.28'/%3E%3Cuse xlink:href='%23E' y='-29.28'/%3E%3Cuse xlink:href='%23D' x='18.3' y='-29.28'/%3E%3Cuse xlink:href='%23C' x='36.6' y='-29.28'/%3E%3Cuse xlink:href='%23D' x='36.6' y='-29.28'/%3E%3Cuse xlink:href='%23E' x='36.6' y='-29.28'/%3E%3Cuse xlink:href='%23B' x='73.2' y='-29.28'/%3E%3Cuse xlink:href='%23C' x='73.2' y='-29.28'/%3E%3Cuse xlink:href='%23B' x='91.5' y='-29.28'/%3E%3Cuse xlink:href='%23C' x='91.5' y='-29.28'/%3E%3Cuse xlink:href='%23B' x='109.8' y='-29.28'/%3E%3Cuse xlink:href='%23C' x='109.8' y='-29.28'/%3E%3Cuse xlink:href='%23B' x='128.1' y='-29.28'/%3E%3Cuse xlink:href='%23C' x='-9.15' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='9.15' y='-43.92'/%3E%3Cuse xlink:href='%23E' x='-9.15' y='-43.92'/%3E%3Cuse xlink:href='%23D' x='9.15' y='-43.92'/%3E%3Cuse xlink:href='%23E' x='9.15' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='45.75' y='-43.92'/%3E%3Cuse xlink:href='%23E' x='27.45' y='-43.92'/%3E%3Cuse xlink:href='%23D' x='45.75' y='-43.92'/%3E%3Cuse xlink:href='%23C' x='64.05' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='82.35' y='-43.92'/%3E%3Cuse xlink:href='%23C' x='82.35' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='100.65' y='-43.92'/%3E%3Cuse xlink:href='%23C' x='100.65' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='118.95' y='-43.92'/%3E%3Cuse xlink:href='%23C' x='118.95' y='-43.92'/%3E%3Cuse xlink:href='%23B' x='137.25' y='-43.92'/%3E%3Cpath d='M9.22 19.63v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23L.07 24.51v-9.76l5.98 3.19L8.03 19l1.19.63z'/%3E%3Cuse xlink:href='%23B' y='-58.56'/%3E%3Cpath d='M27.52 19.63v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23l-5.97-3.18v-9.76l5.98 3.19L26.33 19l1.19.63z'/%3E%3Cuse xlink:href='%23D' y='-58.56'/%3E%3Cpath d='M45.82 19.63v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18v-9.76l5.98 3.19L44.63 19l1.19.63z'/%3E%3Cuse xlink:href='%23D' x='18.3' y='-58.56'/%3E%3Cpath d='M64.12 19.63v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23l-5.97-3.18v-9.76l5.98 3.19L62.93 19l1.19.63z'/%3E%3Cuse xlink:href='%23D' x='36.6' y='-58.56'/%3E%3Cpath d='M82.42 19.63v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18v-9.76l5.98 3.19L81.23 19l1.19.63z'/%3E%3Cuse xlink:href='%23B' x='73.2' y='-58.56'/%3E%3Cpath d='M100.72 19.63v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23l-5.97-3.18v-9.76l5.98 3.19L99.53 19l1.19.63z'/%3E%3Cuse xlink:href='%23B' x='91.5' y='-58.56'/%3E%3Cuse xlink:href='%23C' x='91.5' y='-58.56'/%3E%3Cuse xlink:href='%23B' x='109.8' y='-58.56'/%3E%3Cuse xlink:href='%23C' x='109.8' y='-58.56'/%3E%3Cuse xlink:href='%23B' x='128.1' y='-58.56'/%3E%3Cpath d='M18.37 4.99v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23L9.22 9.87V.11L15.2 3.3l1.98 1.06 1.19.63z'/%3E%3Cpath d='M27.52.11v9.76l-1.2.64-1.98-3.18v4.24l-5.97 3.18V4.99L27.52.11z'/%3E%3Cpath d='M36.67 4.99v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18V.11L33.5 3.3l1.98 1.06 1.19.63z'/%3E%3Cpath d='M45.82.11v9.76l-1.2.64-1.99-3.18v4.24l-5.96 3.18V4.99L45.82.11z'/%3E%3Cpath d='M54.97 4.99v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18V.11L51.8 3.3l1.98 1.06 1.19.63z'/%3E%3Cpath d='M64.12.11v9.76l-1.2.64-1.98-3.18v4.24l-5.97 3.18V4.99L64.12.11z'/%3E%3Cpath d='M73.27 4.99v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18V.11L70.1 3.3l1.98 1.06 1.19.63z'/%3E%3Cpath d='M82.42.11v9.76l-1.2.64-1.99-3.18v4.24l-5.96 3.18V4.99L82.42.11z'/%3E%3Cpath d='M91.57 4.99v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23l-5.97-3.18V.11L88.4 3.3l1.98 1.06 1.19.63z'/%3E%3Cuse xlink:href='%23F'/%3E%3Cuse xlink:href='%23G'/%3E%3Cuse xlink:href='%23F' x='18.3'/%3E%3Cpath d='M128.17 4.99v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23l-5.97-3.18V.11L125 3.3l1.98 1.06 1.19.63z'/%3E%3Cuse xlink:href='%23F' x='36.6'/%3E%3Cuse xlink:href='%23G' x='36.6'/%3E%3Cuse xlink:href='%23F' x='54.9'/%3E%3Cpath d='M9.22.11v9.76l-1.2.64-1.98-3.18v4.24L.07 14.75V4.99L9.22.11z'/%3E%3C/g%3E%3Cdefs %3E%3Cpath id='B' d='M18.37 73.31v9.76l-1.2.64-1.98-3.18v4.24l-5.97 3.18v-9.76l9.15-4.88z'/%3E%3Cpath id='C' d='M27.52 78.19v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23l-5.97-3.18v-9.76l5.98 3.19 1.98 1.06 1.19.63z'/%3E%3Cpath id='D' d='M36.67 73.31v9.76l-1.2.64-1.99-3.18v4.24l-5.96 3.18v-9.76l9.15-4.88z'/%3E%3Cpath id='E' d='M45.82 78.19v9.76l-1.2-.64-.66-1.76-1.33-3.53v4.23l-5.96-3.18v-9.76l5.98 3.19 1.98 1.06 1.19.63z'/%3E%3Cpath id='F' d='M100.72.11v9.76l-1.2.64-1.98-3.18v4.24l-5.97 3.18V4.99l9.15-4.88z'/%3E%3Cpath id='G' d='M109.87 4.99v9.76l-1.2-.64-.66-1.76-1.32-3.53v4.23l-5.97-3.18V.11l5.98 3.19 1.98 1.06 1.19.63z'/%3E%3C/defs%3E%3C/svg%3E");
}

.map {
  height: 100%;
  width: 100%;
  --map-icon-width: 2.25rem;
  --map-icon-height: 3.375rem;
  --map-logo-size: 1rem;
}
.map__marker {
  display: inline-flex;
  flex-direction: row-reverse;
  overflow: visible;
  position: relative;
  pointer-events: none;
  -ms-transform: translate(calc(-100% + var(--map-icon-width) / 2), -100%);
      transform: translate(calc(-100% + var(--map-icon-width) / 2), -100%);
}
.map__marker__button {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  bottom: 0;
  max-width: var(--map-icon-width);
  pointer-events: all;
  position: absolute;
  top: 0;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  right: 0;
  width: 100%;
}
.map__marker__button--bg-red {
  --map__icon-fill: #bf0d45;
  --map__icon-hover-fill: #8b103f;
}
.map__marker__button--bg-black {
  --map__icon-fill: #000000;
  --map__icon-hover-fill: #4C4C4C;
}
.map__marker__button--bg-orange {
  --map__icon-fill: #ff5500;
  --map__icon-hover-fill: #a12f0b;
}
.map__marker__button--bg-teal {
  --map__icon-fill: #499ea8;
  --map__icon-hover-fill: #34606a;
}
.map__marker__button--bg-blue {
  --map__icon-fill: #A6C8EA;
  --map__icon-hover-fill: #85a0bb;
}
.map__marker__text {
  align-items: flex-start;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex: 0 1 0;
  flex-direction: column;
  min-width: 0;
  min-height: var(--map-icon-height);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative;
  overflow: hidden;
  justify-content: center;
  transition: flex 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}
.map__marker__text > * {
  padding-left: 0.625rem;
  padding-right: calc(0.625rem + var(--map-icon-width) / 2);
  white-space: nowrap;
}
.map__marker__title {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.map__marker__title:only-child {
  margin-bottom: auto;
}
.map__marker__link-text {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (pointer: coarse) {
  .map__marker__link-text {
    text-transform: lowercase;
  }
  .map__marker__link-text::before {
    content: "Tap to";
    text-transform: none;
  }
}
.map__marker__link-text__icon {
  display: inline-block;
  height: 0.875rem;
  stroke: currentColor;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  vertical-align: middle;
  pointer-events: none;
  width: 0.875rem;
}
.map__marker__icon, .map__marker__logo, .map__marker__count {
  margin-right: calc(-1 * var(--map-icon-width) / 2);
}
.map__marker__icon {
  -webkit-clip-path: url(/_client/images/clip-paths.svg#clip-map-marker);
          clip-path: url(/_client/images/clip-paths.svg#clip-map-marker);
  fill: var(--map__icon-fill, #000000);
  flex-grow: 0;
  flex-shrink: 0;
  height: var(--map-icon-height);
  transition: fill 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: all;
  position: relative;
  width: var(--map-icon-width);
}
.map__marker__logo, .map__marker__count {
  display: block;
  position: absolute;
  pointer-events: all;
  right: calc(var(--map-icon-width) / 2);
  top: 20.3%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
}
.map__marker__logo {
  opacity: 0;
  fill: #ffffff;
  height: var(--map-logo-size);
  width: var(--map-logo-size);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.map__marker__count {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  line-height: 1;
  color: #ffffff;
  opacity: 1;
}
.map__marker--active {
  z-index: 1;
}
.map__marker:hover {
  z-index: 2;
}
.map__marker:only-child .map__marker__button, .map__marker--active .map__marker__button, .map__marker__button.focus-visible, .map__marker__button:hover {
  max-width: none;
}
.map__marker:only-child .map__marker__text, .map__marker--active .map__marker__text, .map__marker__button.focus-visible ~ .map__marker__text, .map__marker__button:hover ~ .map__marker__text {
  flex: 1;
}
.map__marker:only-child .map__marker__icon, .map__marker--active .map__marker__icon, .map__marker__button.focus-visible .map__marker__icon, .map__marker__button:hover .map__marker__icon {
  fill: var(--map__icon-hover-fill, #bf0d45);
}
.map__marker--active:not(:only-child) .map__marker__button {
  -ms-transform: scale(1.25);
      transform: scale(1.25);
}
.map__marker__button--zero .map__marker__logo, .map__marker:only-child .map__marker__logo, .map__marker--active .map__marker__logo {
  opacity: 1;
}
.map__marker__button--zero .map__marker__count, .map__marker:only-child .map__marker__count, .map__marker--active .map__marker__count {
  opacity: 0;
}
.map__clear {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  align-items: center;
  display: flex;
  border: 1px solid transparent;
  background-color: #bf0d45;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  color: #ffffff;
  margin-top: 0.5rem;
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 85.3125em) {
  .map__clear {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .map__clear {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.map__clear__icon {
  width: 1.1875rem;
  height: 1.1875rem;
  margin-left: 0.5rem;
}
.map__clear:hover, .map__clear.focus-visible {
  background-color: #ffffff;
  border-color: #bf0d45;
  color: #bf0d45;
}

.property-summary {
  color: #000000;
  position: relative;
  padding-top: 1.25rem;
}
.property-summary__wrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-left: 1px;
  position: relative;
  width: 100%;
}
.property-summary__wrapper::before {
  background: linear-gradient(180deg, #999999 0%, #999999 50%, #bf0d45 50%, #bf0d45 100%);
  background-size: 100% 200%;
  background-position: center 0%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: background-position 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 1px;
}
.property-summary__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.property-summary__images__image img {
  transform: translateZ(0);
  width: 100%;
}
.property-summary__images__image span {
  display: none;
}
.property-summary .splide__arrows {
  display: flex;
  justify-content: space-between;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  right: 0;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  z-index: 1;
}
.property-summary .splide__arrow {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0.5rem;
  position: relative;
  pointer-events: auto;
}
.property-summary .splide__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: 100% 100%;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.property-summary .splide__arrow--prev {
  --degrees: 90deg;
}
.property-summary .splide__arrow--prev::before {
  background: linear-gradient(to right, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  left: -25%;
  right: -75%;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}
.property-summary .splide__arrow--next {
  --degrees: -90deg;
}
.property-summary .splide__arrow--next::before {
  background: linear-gradient(to left, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  left: -75%;
  right: -25%;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}
.property-summary .splide__arrow svg {
  height: 1rem;
  stroke-width: 2px;
  stroke: #ffffff;
  transition: opacity 0.3s ease-in-out;
  -ms-transform: rotate(var(--degrees));
      transform: rotate(var(--degrees));
  width: 1rem;
}
.property-summary .splide__arrow[disabled] {
  cursor: default;
}
.property-summary .splide__arrow[disabled] svg {
  opacity: 0;
}
.property-summary .splide__arrow:not([disabled]):hover::before {
  opacity: 1;
  -ms-transform: none;
      transform: none;
}
.property-summary__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0.5625rem 1.25rem;
}
.property-summary__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 85.3125em) {
  .property-summary__title, .property-summary__price {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-summary__title, .property-summary__price {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) {
  .property-summary__promotion-message, .property-summary__meta-lines {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-summary__promotion-message, .property-summary__meta-lines {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-summary__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.25 !important;
}
.property-summary__promotion-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #bf0d45;
  color: #ffffff;
  left: -0.5rem;
  padding: 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  z-index: 1;
}
.property-summary__price {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2rem;
}
.property-summary__meta-lines {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: auto;
}
.property-summary__meta-lines__meta-line {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.property-summary__triangle {
  fill: #999999;
  flex-shrink: 0;
  height: 0.8125rem;
  margin-bottom: 0.3em;
  margin-left: 1.125rem;
  width: 1.5625rem;
}
.property-summary__triangle, .property-summary__title {
  transition: fill 0.3s ease-in-out, color 0.3s ease-in-out;
}
.property-summary--promotion-black {
  color: #707070;
}
.property-summary--promotion-black .property-summary__triangle {
  fill: #eaeaea;
}
.property-summary--promotion-black .property-summary__images__image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.property-summary--promotion-black .property-summary__promotion-message {
  background-color: #000000;
  color: #ffffff;
}
.property-summary--promotion-red .property-summary__promotion-message {
  background-color: #bf0d45;
  color: #ffffff;
}
.property-summary--promotion-orange .property-summary__promotion-message {
  background-color: #ff5500;
  color: #ffffff;
}
.property-summary--promotion-teal .property-summary__promotion-message {
  background-color: #499ea8;
  color: #ffffff;
}
.property-summary:not(.property-summary--promotion-black) .property-summary__title {
  transition-delay: 0.4s;
}
.property-summary:not(.property-summary--promotion-black) .property-summary__triangle {
  transition-delay: 0.5s;
}
@media (pointer: fine) {
  .property-summary:hover .property-summary__wrapper {
    transform: translate3d(0, -1.25rem, 0);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.property-summary:focus-within:not(.property-summary--promotion-black) .property-summary__wrapper::before, .property-summary:hover:not(.property-summary--promotion-black) .property-summary__wrapper::before {
  background-position: center 100%;
  transition-delay: 0.1s;
}
.property-summary:focus-within:not(.property-summary--promotion-black) .property-summary__title, .property-summary:hover:not(.property-summary--promotion-black) .property-summary__title {
  color: #bf0d45;
  transition-delay: 0.3s;
}
.property-summary:focus-within:not(.property-summary--promotion-black) .property-summary__triangle, .property-summary:hover:not(.property-summary--promotion-black) .property-summary__triangle {
  fill: #bf0d45;
  transition-delay: 0s;
}
.property-summary:focus-within.property-summary--promotion-black, .property-summary:hover.property-summary--promotion-black {
  color: #000000;
}
.property-summary:focus-within.property-summary--promotion-black .property-summary__triangle, .property-summary:hover.property-summary--promotion-black .property-summary__triangle {
  fill: currentColor;
}

@media screen and (min-width: 85.375em) and (max-width: 85.3125em) {
  .related-properties {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (min-width: 85.375em) and (max-width: 112.4375em) {
  .related-properties {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 85.375em) and (min-width: 112.5em) {
  .related-properties {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.related-properties__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12rem;
  position: relative;
}
.related-properties__wrapper::before {
  border-top: 1px solid #999999;
  content: "";
  flex: 1 0 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 85.375em) {
  .related-properties__title, .related-properties__introduction {
    align-self: baseline;
  }
}
.related-properties__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (max-width: 85.3125em) {
  .related-properties__title {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .related-properties__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.related-properties__introduction {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-left: 2.5rem;
}
@media screen and (max-width: 85.3125em) {
  .related-properties__introduction {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.related-properties__properties {
  --slider-padding: 1.125rem;
  --gap: 2.25rem;
  --container-breakpoint: 1800;
  --one-item-breakpoint: 600;
  --two-item-breakpoint: 1023;
  --three-item-breakpoint: 1365;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
@media screen and (min-width: 85.375em) {
  .related-properties__properties {
    margin-left: calc(-1 * var(--slider-padding));
    width: calc(100% + 2 * var(--slider-padding));
  }
}
.related-properties__properties > .splide__track {
  width: 100%;
}
.related-properties__properties > .splide__arrows {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-right: var(--slider-padding);
  pointer-events: none;
}
.related-properties__properties > .splide__arrows.is-arrows-disabled {
  display: none;
}
.related-properties__properties > .splide__arrows.is-arrows-disabled + .splide__track {
  margin-top: 1.5rem;
}
.related-properties__properties > .splide__arrows > .splide__arrow {
  align-items: center;
  padding: 0.5rem;
  position: relative;
  pointer-events: auto;
}
.related-properties__properties > .splide__arrows > .splide__arrow--prev {
  --degrees: 90deg;
}
.related-properties__properties > .splide__arrows > .splide__arrow--next {
  --degrees: -90deg;
}
.related-properties__properties > .splide__arrows > .splide__arrow svg {
  height: 1rem;
  stroke-width: 2px;
  stroke: #999999;
  transition: all 0.3s ease-in-out;
  -ms-transform: rotate(var(--degrees));
      transform: rotate(var(--degrees));
  opacity: 1;
  width: 1rem;
}
.related-properties__properties > .splide__arrows > .splide__arrow[disabled] {
  cursor: default;
}
.related-properties__properties > .splide__arrows > .splide__arrow[disabled] svg {
  opacity: 0.3;
}
@media (pointer: fine) {
  .related-properties__properties > .splide__arrows > .splide__arrow:not([disabled]):hover svg {
    stroke: currentColor;
  }
}
.related-properties__properties__property {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 37.5em) {
  .related-properties__properties__property {
    width: calc(100vw - (4.5rem + 1.25rem)) !important;
  }
}
@media screen and (min-width: 37.5625em) {
  .related-properties__properties__property {
    width: 100%;
  }
}
.related-properties__properties__property > * {
  display: flex;
  flex-grow: 1;
}

.grid-builder {
  background-color: var(--background-fallback);
  overflow-x: hidden;
  overflow-x: clip;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.page--dark .grid-builder {
  --background-fallback: #000000;
}
.page--light .grid-builder {
  --background-fallback: #ffffff;
}
.grid-builder__row {
  background: var(--background, "");
  background-color: var(--background-colour, var(--background-fallback));
  -webkit-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  justify-content: start;
  row-gap: 2.25rem;
  --content-shift: 0;
  z-index: 1;
}
.grid-builder__row::before, .grid-builder__row::after {
  content: "";
  position: absolute;
  left: var(--container-gutter-width, 0);
  right: var(--container-gutter-width, 0);
}
.grid-builder__row::before {
  border-top: var(--border-top, 0) solid var(--border-top-colour, transparent);
  top: 0;
}
.grid-builder__row::after {
  border-bottom: var(--border-bottom, 0) solid var(--border-bottom-colour, transparent);
  bottom: 0;
}
@media screen and (max-width: 37.5em) {
  .grid-builder__row {
    --column-gap: 0;
  }
}
@media screen and (min-width: 37.5625em) {
  .grid-builder__row {
    --column-gap: 2.25rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .grid-builder__row {
    --row-number: var(--row-number--small);
    --row-animate-delay: var(--row-animate-delay--small, 0);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .grid-builder__row {
    --row-number: var(--row-number--medium);
    --row-animate-delay: var(--row-animate-delay--medium, 0);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .grid-builder__row {
    --row-number: var(--row-number--large);
    --row-animate-delay: var(--row-animate-delay--large, 0);
  }
}
@media screen and (min-width: 85.375em) {
  .grid-builder__row {
    --row-number: var(--row-number--xlarge);
    --row-animate-delay: var(--row-animate-delay--xlarge, 0);
  }
}
@media screen and (max-width: 29.9375em) {
  .grid-builder__row {
    padding-top: calc(var(--padding-top--small, 0) * 1rem);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .grid-builder__row {
    padding-top: calc(var(--padding-top--medium, 0) * 1rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .grid-builder__row {
    padding-top: calc(var(--padding-top--large, 0) * 1rem);
  }
}
@media screen and (min-width: 85.375em) {
  .grid-builder__row {
    padding-top: calc(var(--padding-top--xlarge, 0) * 1rem);
  }
}
@media screen and (max-width: 29.9375em) {
  .grid-builder__row {
    padding-bottom: calc(var(--padding-bottom--small, 0) * 1rem);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .grid-builder__row {
    padding-bottom: calc(var(--padding-bottom--medium, 0) * 1rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .grid-builder__row {
    padding-bottom: calc(var(--padding-bottom--large, 0) * 1rem);
  }
}
@media screen and (min-width: 85.375em) {
  .grid-builder__row {
    padding-bottom: calc(var(--padding-bottom--xlarge, 0) * 1rem);
  }
}
@media screen and (max-width: 29.9375em) {
  .grid-builder__row {
    margin-top: calc(var(--margin-top--small, 0) * 1rem);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .grid-builder__row {
    margin-top: calc(var(--margin-top--medium, 0) * 1rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .grid-builder__row {
    margin-top: calc(var(--margin-top--large, 0) * 1rem);
  }
}
@media screen and (min-width: 85.375em) {
  .grid-builder__row {
    margin-top: calc(var(--margin-top--xlarge, 0) * 1rem);
  }
}
@media screen and (max-width: 29.9375em) {
  .grid-builder__row {
    margin-bottom: calc(var(--margin-bottom--small, 0) * 1rem);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .grid-builder__row {
    margin-bottom: calc(var(--margin-bottom--medium, 0) * 1rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .grid-builder__row {
    margin-bottom: calc(var(--margin-bottom--large, 0) * 1rem);
  }
}
@media screen and (min-width: 85.375em) {
  .grid-builder__row {
    margin-bottom: calc(var(--margin-bottom--xlarge, 0) * 1rem);
  }
}
@media screen and (max-width: 29.9375em) {
  .grid-builder__row {
    --content-shift: var(--content-shift--small, 0);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .grid-builder__row {
    --content-shift: var(--content-shift--medium, 0);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .grid-builder__row {
    --content-shift: var(--content-shift--large, 0);
  }
}
@media screen and (min-width: 85.375em) {
  .grid-builder__row {
    --content-shift: var(--content-shift--xlarge, 0);
  }
}
@media screen and (max-width: 85.3125em) {
  .grid-builder__row--container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .grid-builder__row--container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .grid-builder__row--container {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.grid-builder__row--container .grid-builder__col {
  margin-left: min(      (var(--container-gutter-margin) * (var(--override-gutter-margin-left) * -1)),   (var(--container-gutter-width) * (var(--override-gutter-width-left) * -1))  );
  margin-right: min(     (var(--container-gutter-margin) * (var(--override-gutter-margin-right) * -1)),  (var(--container-gutter-width) * (var(--override-gutter-width-right) * -1)) );
}
@media screen and (max-width: 29.9375em) {
  .grid-builder__row--container .grid-builder__col {
    --override-gutter-margin-left: var(--override-gutter-margin-left--small, 0);
    --override-gutter-margin-right: var(--override-gutter-margin-right--small, 0);
    --override-gutter-width-left: var(--override-gutter-width-left--small, 0);
    --override-gutter-width-right: var(--override-gutter-width-right--small, 0);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .grid-builder__row--container .grid-builder__col {
    --override-gutter-margin-left: var(--override-gutter-margin-left--medium, 0);
    --override-gutter-margin-right: var(--override-gutter-margin-right--medium, 0);
    --override-gutter-width-left: var(--override-gutter-width-left--medium, 0);
    --override-gutter-width-right: var(--override-gutter-width-right--medium, 0);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .grid-builder__row--container .grid-builder__col {
    --override-gutter-margin-left: var(--override-gutter-margin-left--large, 0);
    --override-gutter-margin-right: var(--override-gutter-margin-right--large, 0);
    --override-gutter-width-left: var(--override-gutter-width-left--large, 0);
    --override-gutter-width-right: var(--override-gutter-width-right--large, 0);
  }
}
@media screen and (min-width: 85.375em) {
  .grid-builder__row--container .grid-builder__col {
    --override-gutter-margin-left: var(--override-gutter-margin-left--xlarge, 0);
    --override-gutter-margin-right: var(--override-gutter-margin-right--xlarge, 0);
    --override-gutter-width-left: var(--override-gutter-width-left--xlarge, 0);
    --override-gutter-width-right: var(--override-gutter-width-right--xlarge, 0);
  }
}
.grid-builder__row--content-shift .grid-builder__col {
  -ms-transform: translateY(calc(var(--content-shift) * 1rem));
      transform: translateY(calc(var(--content-shift) * 1rem));
}
.grid-builder__col {
  align-self: var(--align-vertical);
  grid-column: var(--column);
  grid-row: var(--row-number, var(--index))/span 1;
  justify-self: var(--align-horizontal);
  --animate-external-delay: calc((var(--row-animate-delay) * var(--column-animate-delay)) * 1s);
}
@media screen and (max-width: 29.9375em) {
  .grid-builder__col {
    --column: var(--column--small);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .grid-builder__col {
    --column: var(--column--medium);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .grid-builder__col {
    --column: var(--column--large);
  }
}
@media screen and (min-width: 85.375em) {
  .grid-builder__col {
    --column: var(--column--xlarge);
  }
}
.grid-builder__angled {
  height: 108px;
  background: white;
}
.grid-builder__angled--top {
  height: 110px;
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 101%, 0 101%);
          clip-path: polygon(0% 0%, 100% 10%, 100% 101%, 0 101%);
}
@media screen and (min-width: 85.375em) {
  .grid-builder__angled--top {
    -webkit-clip-path: polygon(0% 0%, 100% 47%, 100% 101%, 0 101%);
            clip-path: polygon(0% 0%, 100% 47%, 100% 101%, 0 101%);
  }
}
.grid-builder__angled--bottom {
  height: 6.875rem;
  -webkit-clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0 70%);
          clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0 70%);
}
@media screen and (min-width: 85.375em) {
  .grid-builder__angled--bottom {
    -webkit-clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0 47%);
            clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0 47%);
  }
}

.modal {
  min-height: calc(var(--vh, 1vh) * 100);
  align-items: stretch;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem 2rem;
  justify-content: flex-start;
  width: 100%;
}
@supports (-webkit-touch-callout: none) {
  .modal {
    min-height: -webkit-fill-available;
  }
}
@media screen and (min-width: 30em) {
  .modal {
    width: 50%;
    min-width: calc(30em - 1.125rem * 2); /* == breakpoint - left+right margin */
    min-height: auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}
.modal__close {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 85.3125em) {
  .modal__close {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
  .modal__close__svg {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    height: 1.125rem;
    margin-right: 0.5rem;
    width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) {
  .modal__close {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
  .modal__close__svg {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    height: 1.375rem;
    margin-right: 1rem;
    width: 1.375rem;
  }
}
.modal__form.is-loading .form__submit::before {
  -webkit-animation: rotate 1s infinite linear;
          animation: rotate 1s infinite linear;
  background: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  height: 1rem;
  width: 1rem;
  margin-right: 0.5em;
  margin-right: 0.75ch;
}

.modal-list__modals {
  z-index: 11;
}
.modal-list .dialog-backdrop {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  place-items: center;
}
.modal-list .dialog-backdrop.active {
  display: grid;
}
@media screen and (min-width: 30em) {
  .modal-list .dialog-backdrop {
    background: rgba(0, 0, 0, 0.3);
  }
}
.modal-list__modal {
  display: none;
  width: 100%;
}
.active .modal-list__modal {
  display: flex;
  justify-content: center;
}

.pagination {
  isolation: isolate;
  display: inline-flex;
  border-radius: 2px;
}
.pagination__next, .pagination__previous {
  padding: 0.5rem;
}
.pagination__next svg, .pagination__previous svg {
  height: 1.5rem;
  width: 1.5rem;
}
.pagination__next[href], .pagination__previous[href] {
  color: #1A1A1A;
}
.pagination__previous, .pagination__next, .pagination__number {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: center;
  background-color: #ffffff;
  color: #999999;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.pagination__previous:not(.is-active):not(.pagination__number--dots):hover, .pagination__next:not(.is-active):not(.pagination__number--dots):hover, .pagination__number:not(.is-active):not(.pagination__number--dots):hover {
  background-color: #f7f7f7;
}
.pagination__previous svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.pagination__number {
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 19.9375em) {
  .pagination__number--dots {
    display: none;
  }
}
@media screen and (max-width: 29.9375em) {
  .pagination__number--first, .pagination__number--last {
    display: none;
  }
}
.pagination__number.is-active {
  background-color: #eaeaea;
  color: #1A1A1A;
  z-index: 1;
}
.pagination__number:not(.is-active):not(.pagination__number--dots):hover {
  color: #707070;
}
.pagination__visually-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.property-alert-modal {
  --modal-padding-x: 2.25rem;
  --modal-column-gap: 2.25rem;
  min-height: calc(var(--vh, 1vh) * 100);
  align-items: stretch;
  background-color: #ffffff;
  display: grid;
  overflow: hidden;
  padding: 0 var(--modal-padding-x);
  position: relative;
  justify-content: flex-start;
  width: 100%;
}
@supports (-webkit-touch-callout: none) {
  .property-alert-modal {
    min-height: -webkit-fill-available;
  }
}
@media screen and (min-width: 30em) {
  .property-alert-modal {
    --modal-padding-x: 4.5rem;
    max-width: 81.25rem;
    width: 80%;
    min-width: calc(30em - 1.125rem * 2); /* == breakpoint - left+right margin */
    min-height: auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}
@media screen and (min-width: 85.375em) {
  .property-alert-modal {
    -webkit-column-gap: var(--modal-column-gap);
            column-gap: var(--modal-column-gap);
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media screen and (min-width: 85.375em) {
  .property-alert-modal__content, .property-alert-modal__form-background, .property-alert-modal__form, .property-alert-modal__success {
    grid-row: 2;
  }
}
.property-alert-modal__content, .property-alert-modal__form {
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 85.375em) {
  .property-alert-modal__form, .property-alert-modal__form-background::after {
    grid-column: span 4/-1;
  }
}
.property-alert-modal__form-background {
  pointer-events: none;
  isolation: isolate;
  z-index: 0;
}
@media screen and (min-width: 85.375em) {
  .property-alert-modal__form-background {
    -webkit-column-gap: var(--modal-column-gap);
            column-gap: var(--modal-column-gap);
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: inherit;
    margin-top: -3.125rem;
  }
}
.property-alert-modal__form-background::before, .property-alert-modal__form-background::after {
  background-color: #000000;
  content: "";
  display: block;
  z-index: -1;
}
@media screen and (max-width: 85.3125em) {
  .property-alert-modal__form-background::before {
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    padding-bottom: 5%;
    margin-left: calc(-1 * (var(--modal-padding-x) + 1px));
    margin-right: calc(-1 * (var(--modal-padding-x) + 1px));
    margin-bottom: -1px;
  }
  @supports (aspect-ratio: 16/9) {
    .property-alert-modal__form-background::before {
      padding-bottom: 0;
      aspect-ratio: 20/1;
    }
  }
}
@media screen and (min-width: 85.375em) {
  .property-alert-modal__form-background::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    grid-column: 5/span 2;
    margin-right: calc(-1 * (var(--modal-column-gap) + 1px));
  }
}
@media screen and (max-width: 85.3125em) {
  .property-alert-modal__form-background::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
  }
}
@media screen and (min-width: 85.375em) {
  .property-alert-modal__form-background::after {
    margin-right: calc(-1 * (var(--modal-padding-x) + 1px));
  }
}
@media screen and (min-width: 85.375em) {
  .property-alert-modal__content {
    align-self: center;
    grid-column: 1/span 4;
  }
}
.property-alert-modal__close {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  display: flex;
  grid-column: 1/-1;
  z-index: 1;
}
@media screen and (max-width: 85.3125em) {
  .property-alert-modal__close {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
    color: #000000;
  }
  .property-alert-modal__close__svg {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    height: 1.125rem;
    margin-right: 0.5rem;
    width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-alert-modal__close {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    color: #ffffff;
    mix-blend-mode: difference;
  }
  .property-alert-modal__close__svg {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    height: 1.375rem;
    margin-right: 1rem;
    width: 1.375rem;
  }
}
.property-alert-modal__image {
  display: block;
  margin-bottom: 2.5rem;
  width: 75%;
}
.property-alert-modal__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.1875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 1.25rem;
}
.property-alert-modal__body-text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
}
.property-alert-modal__body-text p:not(:last-child) {
  margin-bottom: var(--line-height-em);
}
.property-alert-modal__success {
  grid-column: 1/-1;
  visibility: hidden;
  opacity: 0;
  display: grid;
  place-items: center;
}
.property-alert-modal__success .form__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  line-height: 1.375;
  --line-height: 1.375;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #000000;
  margin-bottom: 3rem;
  text-align: center;
}
.property-alert-modal__success .form__success {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  color: #000000;
  text-align: center;
}
.property-alert-modal__form {
  isolation: isolate;
  z-index: 1;
}
.property-alert-modal__form.is-loading .form__submit svg {
  display: none;
}
.property-alert-modal__form.is-loading .form__submit::after {
  -webkit-animation: rotate 1s infinite linear;
          animation: rotate 1s infinite linear;
  background: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  height: 1rem;
  width: 1rem;
  order: -1;
  margin-right: 0.5em;
  margin-right: 0.75ch;
}
.property-alert-modal.loaded .property-alert-modal__content, .property-alert-modal.loaded .property-alert-modal__form {
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0s linear 1.5s;
}
.property-alert-modal.loaded .property-alert-modal__success {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 85.3125em) {
  .property-alert-modal.loaded .property-alert-modal__content, .property-alert-modal.loaded .property-alert-modal__form-background, .property-alert-modal.loaded .property-alert-modal__form {
    display: none;
  }
  .property-alert-modal.loaded .property-alert-modal__form-background {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .property-alert-modal.loaded .property-alert-modal__content, .property-alert-modal.loaded .property-alert-modal__form {
    visibility: hidden;
    transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0s linear 1.5s;
  }
  .property-alert-modal.loaded .property-alert-modal__form-background {
    -ms-transform: translateX(70%);
        transform: translateX(70%);
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  }
  .property-alert-modal.loaded .property-alert-modal__success {
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3s, visibility 0s linear 3s;
  }
}

.property-detail-content {
  scroll-margin-top: calc(var(--site-header-height) + var(--property-detail-nav-height));
}
@supports not (scroll-margin-top: 10px) {
  .property-detail-content {
    padding-top: calc(var(--site-header-height) + var(--property-detail-nav-height));
    margin-top: calc(-1 * (calc(var(--site-header-height) + var(--property-detail-nav-height))));
  }
}
.property-detail-content__text {
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lines);
  text-overflow: ellipsis;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .property-detail-content__text {
      -webkit-line-clamp: unset;
    }
  }
}
.property-detail-content__text__content {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-content__text__content {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-content__text__content {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-detail-content__text__content h3 {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.property-detail-content__text__content ul {
  list-style-type: disc;
  list-style-type: "-   ";
  list-style-position: outside;
}
.property-detail-content__text__content ul li {
  margin-left: 2.5ch;
}
.property-detail-content__text__content ul:not(:last-child),
.property-detail-content__text__content p:not(:last-child) {
  margin-bottom: 1.4em;
}
.property-detail-content:not(.is-truncated) .property-detail-content__continue-label {
  display: none;
}
.property-detail-content.is-expanded .property-detail-content__text {
  -webkit-line-clamp: unset;
}
.property-detail-content__continue-label {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #bf0d45;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-content__continue-label {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-content__continue-label {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-detail-content__continue-label__icon {
  stroke: currentColor;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-content__continue-label__icon {
    height: 0.75rem;
    margin-left: 0.75rem;
    width: 0.75rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-content__continue-label__icon {
    height: 1rem;
    margin-left: 1rem;
    width: 1rem;
  }
}

.property-detail-virtual-tour {
  margin-top: 2rem;
}
.property-detail-virtual-tour h3 {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  margin-bottom: 0.5rem;
}

.property-detail-enquire .dialog-backdrop {
  align-items: flex-start;
  background-color: #f7f7f7;
  display: none;
  justify-content: center;
}
.property-detail-enquire .dialog-backdrop.active {
  display: flex;
}
.property-detail-enquire__dialog {
  padding: 1.5rem 2.5rem;
  width: 100%;
}
.property-detail-enquire__close {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  align-items: center;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-enquire__close {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
  .property-detail-enquire__close__svg {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    height: 1.125rem;
    margin-right: 0.5rem;
    width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-enquire__close {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
  .property-detail-enquire__close__svg {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    height: 1.375rem;
    margin-right: 1rem;
    width: 1.375rem;
  }
}
.property-detail-enquire__form {
  margin: 0 auto;
  max-width: 34.375rem;
}
.property-detail-enquire__form.is-loading .form__submit::before {
  -webkit-animation: rotate 1s infinite linear;
          animation: rotate 1s infinite linear;
  background: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  height: 1rem;
  width: 1rem;
  margin-right: 0.5em;
  margin-right: 0.75ch;
}

.property-detail-gallery {
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery {
    padding-right: 1.125rem;
    min-height: 28.125rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery .splide__track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.property-detail-gallery .splide__list {
  min-width: 100%;
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery .splide__list {
    height: 100%;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-gallery .splide__slide {
    display: grid;
    place-items: center;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery .splide__slide {
    min-height: 100%;
  }
}
.property-detail-gallery .splide__arrows {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.property-detail-gallery .splide__arrow {
  pointer-events: auto;
}
.property-detail-gallery .splide__arrow--prev svg {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.property-detail-gallery .splide__arrow--next svg {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.property-detail-gallery .splide__arrow svg {
  stroke: #ffffff;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-gallery .splide__arrow svg {
    stroke-width: 2px;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery .splide__arrow svg {
    stroke-width: 0.5px;
    height: 4rem;
    width: 4rem;
  }
}
.property-detail-gallery .splide__arrow[disabled] {
  cursor: default;
}
.property-detail-gallery .splide__arrow[disabled] svg {
  opacity: 0;
}
.property-detail-gallery__promotion-message {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
  background-color: #bf0d45;
  color: #ffffff;
  left: -0.5rem;
  padding: 0.5rem;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  z-index: 1;
}
.property-detail-gallery__images {
  position: relative;
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery__images {
    height: 100%;
  }
}
.property-detail-gallery__images__video {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-gallery__images__image {
    max-height: 100%;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery__images__image img {
    display: block;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: auto;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .property-detail-gallery__images__image img {
      height: 100%;
      left: 0;
      min-height: auto;
      min-width: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -ms-transform: none;
          transform: none;
      top: 0;
      width: 100%;
    }
  }
}
.property-detail-gallery__map {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-gallery__map {
    border-top: 1px solid #999999;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: calc(var(--vh, 1vh) * 100 - (var(--site-header-height)));
    position: fixed;
    padding-bottom: var(--container-gutter-width);
    top: var(--site-header-height);
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .property-detail-gallery__map {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) and (max-width: 112.4375em) {
  .property-detail-gallery__map {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 112.5em) {
  .property-detail-gallery__map {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery__map {
    position: absolute;
    top: 0;
  }
}
.property-detail-gallery__map__close {
  align-items: center;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-gallery__map__close {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery__map__close {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    right: 4rem;
    top: 1rem;
    z-index: 1;
  }
}
.property-detail-gallery__map__close__svg {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  height: 1.25rem;
  margin-right: 0.75rem;
  width: 1.25rem;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-gallery__map__close__svg {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-gallery__map {
    right: 1.125rem;
  }
}
.property-detail-gallery--promotion-black .property-detail-gallery__images__image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.property-detail-gallery--promotion-black .property-detail-gallery__promotion-message {
  background-color: #000000;
  color: #ffffff;
}
.property-detail-gallery--promotion-red .property-detail-gallery__promotion-message {
  background-color: #bf0d45;
  color: #ffffff;
}
.property-detail-gallery:not(.is-map-open) .property-detail-gallery__map, .property-detail-gallery.is-map-open .property-detail-gallery__images, .property-detail-gallery.is-map-open .property-detail-gallery__promotion-message {
  visibility: hidden;
}

.property-detail-header {
  display: grid;
  -webkit-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-header {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .property-detail-header {
    align-items: baseline;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-header {
    grid-template-columns: 1fr -webkit-max-content 50%;
    grid-template-columns: 1fr max-content 50%;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-header__headings {
    grid-column: 1/span 2;
  }
}
.property-detail-header__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #bf0d45;
}
@media screen and (max-width: 47.9375em) {
  .property-detail-header__title {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .property-detail-header__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-detail-header__location {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 47.9375em) {
  .property-detail-header__location {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .property-detail-header__location {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-header__location--mobile {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-header__location--desktop {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-header__price, .property-detail-header__view-map {
    margin-bottom: 2.5rem;
  }
}
.property-detail-header__price {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 47.9375em) {
  .property-detail-header__price {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .property-detail-header__price {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-header__price {
    text-align: right;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-header__price__value {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
    color: #bf0d45;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-header__price__unit {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
    display: block;
  }
}
.property-detail-header__contact {
  display: flex;
}
@media screen and (max-width: 47.9375em) {
  .property-detail-header__contact {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 48em) {
  .property-detail-header__contact {
    align-items: baseline;
    justify-content: flex-end;
  }
}
.property-detail-header__enquiry-link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #bf0d45;
  border-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (max-width: 85.3125em) {
  .property-detail-header__enquiry-link {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .property-detail-header__enquiry-link:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-header__enquiry-link {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .property-detail-header__enquiry-link:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-header__enquiry-link {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-header__enquiry-link {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-detail-header__enquiry-link.focus-visible:not(:disabled), .property-detail-header__enquiry-link:hover:not(:disabled) {
  background-color: #ffffff;
  color: #bf0d45;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 47.9375em) {
  .property-detail-header__enquiry-link:not(:only-child) {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .property-detail-header__enquiry-link {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-header__enquiry-link {
    margin-left: 4rem;
  }
}
.property-detail-header__telephone {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-header__telephone {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-header__telephone {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-detail-header__view-map {
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-self: end;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (min-width: 85.375em) {
  .property-detail-header__view-map {
    display: none;
  }
}

.property-detail__modals {
  /* dialog::backdrop, */
}
.property-detail__modals .dialog-backdrop {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  place-items: center;
}
.property-detail__modals .dialog-backdrop.active {
  display: grid;
}
@media screen and (min-width: 30em) {
  .property-detail__modals .dialog-backdrop {
    background: rgba(0, 0, 0, 0.3);
  }
}

.dialog {
  min-height: calc(var(--vh, 1vh) * 100);
  align-items: stretch;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  max-width: 90rem;
  padding: 1rem 2rem 2rem;
  justify-content: flex-start;
}
@supports (-webkit-touch-callout: none) {
  .dialog {
    min-height: -webkit-fill-available;
  }
}
@media screen and (min-width: 30em) {
  .dialog {
    width: 50%;
    min-width: calc(30em - 1.125rem * 2); /* == breakpoint - left+right margin */
    min-height: auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}
.dialog__header {
  align-items: baseline;
  border-bottom: 1px solid #999999;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.dialog__close {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  align-items: center;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 85.3125em) {
  .dialog__close {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
  .dialog__close__svg {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    height: 1.125rem;
    margin-right: 0.5rem;
    width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) {
  .dialog__close {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
  .dialog__close__svg {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    height: 1.375rem;
    margin-right: 1rem;
    width: 1.375rem;
  }
}
.dialog__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .dialog__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .dialog__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.dialog__image__inner {
  display: block;
  margin: 0 auto;
  max-height: 82vh;
}

.property-detail-nearby {
  background-color: #ffffff;
  scroll-margin-top: calc(var(--site-header-height) + var(--property-detail-nav-height));
  --mobile-width: 85.375em;
}
@supports not (scroll-margin-top: 10px) {
  .property-detail-nearby {
    padding-top: calc(var(--site-header-height) + var(--property-detail-nav-height));
    margin-top: calc(-1 * (calc(var(--site-header-height) + var(--property-detail-nav-height))));
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-nearby {
    display: grid;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-nearby__tabs {
    display: contents;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-nearby__tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(5rem, max-content));
    margin-bottom: 4rem;
  }
}
.property-detail-nearby__tabs__button {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-nearby__tabs__button {
    padding: 0.25rem 0;
    order: var(--index);
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-nearby__tabs__button {
    border-bottom: 1px solid #999999;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-nearby__tabs__button:not(:first-child) {
    padding-left: 2.5rem;
  }
  .property-detail-nearby__tabs__button:not(:last-child) {
    padding-right: 2.5rem;
    border-right: 1px solid #999999;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-nearby__tabs__button.is-active {
    border-bottom-color: #bf0d45;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-nearby__tabs__button[aria-selected=true] {
    text-decoration: underline;
    text-underline-position: under;
    -webkit-text-decoration-color: #bf0d45;
            text-decoration-color: #bf0d45;
  }
}
.property-detail-nearby__tab__content {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-nearby__tab__content:not(.is-active) {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-nearby__tab__content {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    order: var(--index);
    padding-top: 0.75rem;
  }
  .property-detail-nearby__tab__content:not(:last-child) {
    border-bottom: 1px solid #999999;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-nearby__tab__content {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-detail-nearby__tab__section:not(:last-child)::after {
  content: "\a-\a";
  white-space: pre;
}
.property-detail-nearby__tab__title {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.property-detail-summary {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 85.375em) {
  .property-detail-summary {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail-summary__content {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-summary__content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.property-detail-summary__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.43 !important;
  max-width: 44ch;
}
@media screen and (max-width: 47.9375em) {
  .property-detail-summary__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .property-detail-summary__title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-detail-summary__features-title:not(:last-child), .property-detail-summary__features-list:not(:last-child) {
    border-bottom: 1px solid #999999;
  }
}
.property-detail-summary__features-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (min-width: 48em) {
  .property-detail-summary__footer {
    border-top: 1px solid #999999;
    margin-bottom: 2.5rem;
    padding-top: 0.75rem;
  }
}
.property-detail-summary__features {
  scroll-margin-top: calc(var(--site-header-height) + var(--property-detail-nav-height));
}
@supports not (scroll-margin-top: 10px) {
  .property-detail-summary__features {
    padding-top: calc(var(--site-header-height) + var(--property-detail-nav-height));
    margin-top: calc(-1 * (calc(var(--site-header-height) + var(--property-detail-nav-height))));
  }
}
@media screen and (min-width: 48em) {
  .property-detail-summary__features-list, .property-detail-summary__links, .property-detail-summary__footer {
    -webkit-columns: 3;
            columns: 3;
    -webkit-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}
.property-detail-summary__features-list__feature, .property-detail-summary__links__feature {
  align-items: flex-start;
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
  display: flex;
}
@media screen and (max-width: 47.9375em) {
  .property-detail-summary__features-list__feature:not(:last-child), .property-detail-summary__links__feature:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}
.property-detail-summary__features-list__feature__icon, .property-detail-summary__links__feature__icon {
  fill: #999999;
  flex-shrink: 0;
  margin-right: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .property-detail-summary__features-list__feature__icon, .property-detail-summary__links__feature__icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .property-detail-summary__features-list__feature__icon, .property-detail-summary__links__feature__icon {
    height: 2rem;
    width: 2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-detail-summary__features-list__feature__text, .property-detail-summary__links__feature__text {
    font-size: 1rem;
    line-height: 1.5;
    --line-height: 1.5;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .property-detail-summary__features-list__feature__text, .property-detail-summary__links__feature__text {
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 47.9375em) {
  .property-detail-summary__features-list:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .property-detail-summary__features-list {
    border-top: 1px solid #999999;
    padding-top: 1rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .property-detail-summary__features-list__feature {
    margin-bottom: 0.75rem;
  }
}
.property-detail-summary__links {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
@media screen and (max-width: 47.9375em) {
  .property-detail-summary__links {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .property-detail-summary__links {
    padding-bottom: 2rem;
  }
}
.property-detail-summary__links__feature__icon {
  fill: #bf0d45;
}
.property-detail-summary__links__feature__text {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
@media screen and (max-width: 85.3125em) {
  .property-detail-summary__gallery-thumbnails {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail-summary__gallery-thumbnails {
    margin-top: auto;
  }
}
.property-detail-summary__gallery-thumbnails__thumbnail--video img {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  -webkit-filter: contrast(0.75);
          filter: contrast(0.75);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .property-detail-summary__gallery-thumbnails__thumbnail--video img {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.property-detail-summary__gallery-thumbnails__thumbnail--video::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25' version='1.1' viewBox='0 0 110 26'%3E%3Cpath style='fill:%23ffffff;' d='M 16.68,.99 C 13.55,1.03 7.02,1.16 4.99,1.68 c -1.49,.4 -2.59,1.6 -2.99,3 -0.69,2.7 -0.68,8.31 -0.68,8.31 0,0 -0.01,5.61 .68,8.31 .39,1.5 1.59,2.6 2.99,3 2.69,.7 13.40,.68 13.40,.68 0,0 10.70,.01 13.40,-0.68 1.5,-0.4 2.59,-1.6 2.99,-3 .69,-2.7 .68,-8.31 .68,-8.31 0,0 .11,-5.61 -0.68,-8.31 -0.4,-1.5 -1.59,-2.6 -2.99,-3 C 29.11,.98 18.40,.99 18.40,.99 c 0,0 -0.67,-0.01 -1.71,0 z m 72.21,.90 0,21.28 2.78,0 .31,-1.37 .09,0 c .3,.5 .71,.88 1.21,1.18 .5,.3 1.08,.40 1.68,.40 1.1,0 1.99,-0.49 2.49,-1.59 .5,-1.1 .81,-2.70 .81,-4.90 l 0,-2.40 c 0,-1.6 -0.11,-2.90 -0.31,-3.90 -0.2,-0.89 -0.5,-1.59 -1,-2.09 -0.5,-0.4 -1.10,-0.59 -1.90,-0.59 -0.59,0 -1.18,.19 -1.68,.49 -0.49,.3 -1.01,.80 -1.21,1.40 l 0,-7.90 -3.28,0 z m -49.99,.78 3.90,13.90 .18,6.71 3.31,0 0,-6.71 3.87,-13.90 -3.37,0 -1.40,6.31 c -0.4,1.89 -0.71,3.19 -0.81,3.99 l -0.09,0 c -0.2,-1.1 -0.51,-2.4 -0.81,-3.99 l -1.37,-6.31 -3.40,0 z m 29.59,0 0,2.71 3.40,0 0,17.90 3.28,0 0,-17.90 3.40,0 c 0,0 .00,-2.71 -0.09,-2.71 l -9.99,0 z m -53.49,5.12 8.90,5.18 -8.90,5.09 0,-10.28 z m 89.40,.09 c -1.7,0 -2.89,.59 -3.59,1.59 -0.69,.99 -0.99,2.60 -0.99,4.90 l 0,2.59 c 0,2.2 .30,3.90 .99,4.90 .7,1.1 1.8,1.59 3.5,1.59 1.4,0 2.38,-0.3 3.18,-1 .7,-0.7 1.09,-1.69 1.09,-3.09 l 0,-0.5 -2.90,-0.21 c 0,1 -0.08,1.6 -0.28,2 -0.1,.4 -0.5,.62 -1,.62 -0.3,0 -0.61,-0.11 -0.81,-0.31 -0.2,-0.3 -0.30,-0.59 -0.40,-1.09 -0.1,-0.5 -0.09,-1.21 -0.09,-2.21 l 0,-0.78 5.71,-0.09 0,-2.62 c 0,-1.6 -0.10,-2.78 -0.40,-3.68 -0.2,-0.89 -0.71,-1.59 -1.31,-1.99 -0.7,-0.4 -1.48,-0.59 -2.68,-0.59 z m -50.49,.09 c -1.09,0 -2.01,.18 -2.71,.68 -0.7,.4 -1.2,1.12 -1.49,2.12 -0.3,1 -0.5,2.27 -0.5,3.87 l 0,2.21 c 0,1.5 .10,2.78 .40,3.78 .2,.9 .70,1.62 1.40,2.12 .69,.5 1.71,.68 2.81,.78 1.19,0 2.08,-0.28 2.78,-0.68 .69,-0.4 1.09,-1.09 1.49,-2.09 .39,-1 .49,-2.30 .49,-3.90 l 0,-2.21 c 0,-1.6 -0.2,-2.87 -0.49,-3.87 -0.3,-0.89 -0.8,-1.62 -1.49,-2.12 -0.7,-0.5 -1.58,-0.68 -2.68,-0.68 z m 12.18,.09 0,11.90 c -0.1,.3 -0.29,.48 -0.59,.68 -0.2,.2 -0.51,.31 -0.81,.31 -0.3,0 -0.58,-0.10 -0.68,-0.40 -0.1,-0.3 -0.18,-0.70 -0.18,-1.40 l 0,-10.99 -3.40,0 0,11.21 c 0,1.4 .18,2.39 .68,3.09 .49,.7 1.21,1 2.21,1 1.4,0 2.48,-0.69 3.18,-2.09 l .09,0 .31,1.78 2.59,0 0,-14.99 c 0,0 -3.40,.00 -3.40,-0.09 z m 17.31,0 0,11.90 c -0.1,.3 -0.29,.48 -0.59,.68 -0.2,.2 -0.51,.31 -0.81,.31 -0.3,0 -0.58,-0.10 -0.68,-0.40 -0.1,-0.3 -0.21,-0.70 -0.21,-1.40 l 0,-10.99 -3.40,0 0,11.21 c 0,1.4 .21,2.39 .71,3.09 .5,.7 1.18,1 2.18,1 1.39,0 2.51,-0.69 3.21,-2.09 l .09,0 .28,1.78 2.62,0 0,-14.99 c 0,0 -3.40,.00 -3.40,-0.09 z m 20.90,2.09 c .4,0 .58,.11 .78,.31 .2,.3 .30,.59 .40,1.09 .1,.5 .09,1.21 .09,2.21 l 0,1.09 -2.5,0 0,-1.09 c 0,-1 -0.00,-1.71 .09,-2.21 0,-0.4 .11,-0.8 .31,-1 .2,-0.3 .51,-0.40 .81,-0.40 z m -50.49,.12 c .5,0 .8,.18 1,.68 .19,.5 .28,1.30 .28,2.40 l 0,4.68 c 0,1.1 -0.08,1.90 -0.28,2.40 -0.2,.5 -0.5,.68 -1,.68 -0.5,0 -0.79,-0.18 -0.99,-0.68 -0.2,-0.5 -0.31,-1.30 -0.31,-2.40 l 0,-4.68 c 0,-1.1 .11,-1.90 .31,-2.40 .2,-0.5 .49,-0.68 .99,-0.68 z m 39.68,.09 c .3,0 .61,.10 .81,.40 .2,.3 .27,.67 .37,1.37 .1,.6 .12,1.51 .12,2.71 l .09,1.90 c 0,1.1 .00,1.99 -0.09,2.59 -0.1,.6 -0.19,1.08 -0.49,1.28 -0.2,.3 -0.50,.40 -0.90,.40 -0.3,0 -0.51,-0.08 -0.81,-0.18 -0.2,-0.1 -0.39,-0.29 -0.59,-0.59 l 0,-8.5 c .1,-0.4 .29,-0.7 .59,-1 .3,-0.3 .60,-0.40 .90,-0.40 z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: block;
  height: 1.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 6.875rem;
  z-index: 1;
}
.property-detail-summary .splide__slide {
  cursor: pointer;
  position: relative;
}
.property-detail-summary .splide__slide.is-active::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.property-detail-summary__map {
  position: absolute;
}

@-webkit-keyframes fillChange {
  from {
    fill: var(--initialColour);
  }
  to {
    fill: var(--endColour);
  }
}

@keyframes fillChange {
  from {
    fill: var(--initialColour);
  }
  to {
    fill: var(--endColour);
  }
}
@media screen and (max-width: 85.3125em) {
  body.is-filters-open, body.is-map-open {
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw;
  }
  @supports (-webkit-touch-callout: none) {
    body.is-filters-open, body.is-map-open {
      height: -webkit-fill-available;
    }
  }
  body.is-filters-open .site-header, body.is-map-open .site-header {
    background-color: var(--background-colour);
  }
  body.is-filters-open .development-listing-results__header, body.is-map-open .development-listing-results__header {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 85.3125em) {
  :root {
    --mobile-listing-header-height: 2.75rem;
  }
}

.development-listing-results {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  --mobile-width: 85.375em;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .development-listing-results {
    --column-count: 2;
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .development-listing-results {
    --column-count: 3;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results {
    --column-count: 4;
  }
}
.development-listing-results__content {
  padding-bottom: 10rem;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .development-listing-results__content {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .development-listing-results__content {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.development-listing-results__header {
  background-color: #ffffff;
  top: var(--site-header-height);
  transition: transform 0.3s linear;
  -ms-transform: none;
      transform: none;
  z-index: 2;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__header {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .development-listing-results__header {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .development-listing-results__header {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__header {
    position: fixed;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__header {
    margin-left: calc(-1 * var(--container-gutter-width));
    margin-right: calc(-1 * var(--container-gutter-width));
    position: -webkit-sticky;
    position: sticky;
    grid-template-columns: repeat(var(--column-count), minmax(0, 1fr));
    margin-top: 0;
    padding-bottom: 0.75rem;
    align-items: flex-start;
    display: flex;
    justify-items: space-between;
  }
  .development-listing-results__header::before {
    border-top: 1px solid #999999;
    content: "";
    position: absolute;
    left: var(--container-gutter-width, 0);
    right: var(--container-gutter-width, 0);
    top: 0;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__header__top {
    align-items: center;
    border-top: 1px solid #999999;
    display: flex;
    height: var(--mobile-listing-header-height);
    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__actions {
    margin-left: auto;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__actions {
    display: flex;
    padding-top: 0.5rem;
    justify-content: flex-end;
  }
  .development-listing-results__actions > * {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .development-listing-results__actions > *:not(:last-child) {
    margin-right: 2.875rem;
  }
}
.development-listing-results__actions__reset-button {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: center;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__actions__reset-button {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__actions__reset-button {
    display: flex;
  }
}
.development-listing-results__actions__reset-button__icon {
  width: 1.1875rem;
  height: 1.1875rem;
  margin-left: 0.5rem;
}
.development-listing-results__toggle {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: center;
  display: flex;
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__toggle {
    display: none;
  }
}
.development-listing-results__toggle__icon {
  stroke: currentColor;
  margin-left: 0.25rem;
  height: 0.875rem;
  width: 0.875rem;
}
.development-listing-results__toggle.is-active {
  color: #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__search-fields, .development-listing-results__property-list-filter__elements {
    background-color: #ffffff;
    padding-top: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .development-listing-results__search-fields, .development-listing-results__property-list-filter__elements {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) and (max-width: 112.4375em) {
  .development-listing-results__search-fields, .development-listing-results__property-list-filter__elements {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 112.5em) {
  .development-listing-results__search-fields, .development-listing-results__property-list-filter__elements {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.development-listing-results__search-fields {
  z-index: 2;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__search-fields {
    display: none;
    flex-direction: column;
    top: var(--mobile-listing-header-height);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__search-fields {
    display: flex;
    flex-grow: 1;
    padding-top: 0.75rem;
    position: relative;
    order: -1;
  }
  .development-listing-results__search-fields:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__search-fields__actions {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__actions, .development-listing-results__search-fields__actions {
    padding: 0.75rem 0 2rem;
    margin-top: auto;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__button:nth-child(odd), .development-listing-results__search-fields__button:nth-child(odd) {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: transparent;
    border-color: #bf0d45;
    color: #bf0d45;
    transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__button:nth-child(odd), .development-listing-results__search-fields__button:nth-child(odd) {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .development-listing-results__property-list-filter__button:nth-child(odd):disabled, .development-listing-results__search-fields__button:nth-child(odd):disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__button:nth-child(odd), .development-listing-results__search-fields__button:nth-child(odd) {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .development-listing-results__property-list-filter__button:nth-child(odd):disabled, .development-listing-results__search-fields__button:nth-child(odd):disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__button:nth-child(odd), .development-listing-results__search-fields__button:nth-child(odd) {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__button:nth-child(odd), .development-listing-results__search-fields__button:nth-child(odd) {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__button:nth-child(odd).focus-visible:not(:disabled), .development-listing-results__property-list-filter__button:nth-child(odd):hover:not(:disabled), .development-listing-results__search-fields__button:nth-child(odd).focus-visible:not(:disabled), .development-listing-results__search-fields__button:nth-child(odd):hover:not(:disabled) {
    background-color: #bf0d45;
    color: #ffffff;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .development-listing-results__property-list-filter__button:nth-child(even), .development-listing-results__search-fields__button:nth-child(even) {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #bf0d45;
    border-color: #bf0d45;
    color: #ffffff;
    transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__button:nth-child(even), .development-listing-results__search-fields__button:nth-child(even) {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .development-listing-results__property-list-filter__button:nth-child(even):disabled, .development-listing-results__search-fields__button:nth-child(even):disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__button:nth-child(even), .development-listing-results__search-fields__button:nth-child(even) {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .development-listing-results__property-list-filter__button:nth-child(even):disabled, .development-listing-results__search-fields__button:nth-child(even):disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__button:nth-child(even), .development-listing-results__search-fields__button:nth-child(even) {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__button:nth-child(even), .development-listing-results__search-fields__button:nth-child(even) {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__button:nth-child(even).focus-visible:not(:disabled), .development-listing-results__property-list-filter__button:nth-child(even):hover:not(:disabled), .development-listing-results__search-fields__button:nth-child(even).focus-visible:not(:disabled), .development-listing-results__search-fields__button:nth-child(even):hover:not(:disabled) {
    background-color: #ffffff;
    color: #bf0d45;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .development-listing-results__property-list-filter__button:not(:last-child), .development-listing-results__search-fields__button:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__button, .development-listing-results__search-fields__button {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
    color: #bf0d45;
  }
}
.development-listing-results__let-agreed-mobile__checkbox-radio, .development-listing-results__search-field {
  --border-bottom: 1px solid #999999;
  --border-bottom-active: 1px solid #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__let-agreed-mobile__checkbox-radio, .development-listing-results__search-field {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__search-field {
    border-bottom: var(--border-bottom);
  }
  .development-listing-results__search-field--filtered {
    border-bottom: var(--border-bottom-active);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__search-field {
    flex: 1 0 0%;
    max-width: 22.1875rem;
  }
  .development-listing-results__search-field:nth-last-child(2) {
    border-right: 1px solid #999999;
  }
}
.development-listing-results__main {
  margin-bottom: 3rem;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__properties {
    padding-top: var(--mobile-listing-header-height);
  }
}
@media screen and (min-width: 48em) {
  .development-listing-results__properties {
    display: grid;
    gap: 2.25rem;
    grid-template-columns: repeat(var(--override, var(--column-count)), minmax(0, 1fr));
  }
}
@media screen and (max-width: 47.9375em) {
  .development-listing-results__property:not(:last-child) {
    margin-bottom: 2rem;
  }
  .development-listing-results__property > * {
    max-width: 26.25rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 48em) {
  .development-listing-results__property {
    display: flex;
    flex-direction: column;
  }
  .development-listing-results__property > * {
    display: flex;
    flex-grow: 1;
  }
}
.development-listing-results__property > svg {
  display: block;
}
.development-listing-results__property > svg .image,
.development-listing-results__property > svg .text,
.development-listing-results__property > svg .triangle {
  -webkit-animation: fillChange 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) alternate infinite;
          animation: fillChange 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) alternate infinite;
  -webkit-animation-delay: calc(-1.44s + var(--index) * 0.06s);
          animation-delay: calc(-1.44s + var(--index) * 0.06s);
}
.development-listing-results__property > svg .background {
  fill: #f7f7f7;
}
.development-listing-results__property > svg .image {
  --initialColour: #e3e3e3;
  --endColour: #dedede;
  fill: var(--initialColour);
}
.development-listing-results__property > svg .text,
.development-listing-results__property > svg .triangle {
  --initialColour: #eaeaea;
  --endColour: #cbcbcb;
  fill: var(--initialColour);
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__map {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-bottom: var(--container-gutter-width);
    position: fixed;
    right: 0;
    top: calc(var(--site-header-height) + var(--mobile-listing-header-height));
    z-index: 2;
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .development-listing-results__map {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) and (max-width: 112.4375em) {
  .development-listing-results__map {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 112.5em) {
  .development-listing-results__map {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__map {
    margin-bottom: 1.25rem;
    min-height: 25rem;
    max-height: 45rem;
    height: calc(100vh - (var(--site-header-height) + 8.875rem));
  }
  .development-listing-results__map:not(:empty) {
    background-color: #f7f7f7;
  }
}
.development-listing-results__footer {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  grid-column: 1/-1;
  justify-content: space-between;
  padding-top: 3rem;
}
.development-listing-results__footer__results {
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter {
    border-left: 1px solid #999999;
    position: relative;
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
}
.development-listing-results__property-list-filter__legend, .development-listing-results__property-list-filter__selected {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__legend, .development-listing-results__property-list-filter__selected {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__legend, .development-listing-results__property-list-filter__selected {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    cursor: pointer;
  }
}
.development-listing-results__property-list-filter__legend {
  align-items: center;
  color: #000000;
  display: flex;
  float: left;
  width: 100%;
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__legend {
    margin-top: -0.33em;
  }
}
.development-listing-results__property-list-filter__legend svg {
  margin-left: auto;
  float: right;
  stroke: #000000;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__legend svg {
    height: 0.875rem;
    width: 0.875rem;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__legend svg {
    height: 1rem;
    width: 1rem;
  }
}
.development-listing-results__property-list-filter__legend ~ * {
  clear: left;
}
.development-listing-results__property-list-filter__selected {
  color: #999999;
  display: block;
  transition: opacity 0.15s linear 0.35s;
}
.development-listing-results__property-list-filter__selected span:not(:last-child)::after {
  content: ", ";
}
.development-listing-results__property-list-filter__elements {
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__elements {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    top: 0;
    transform: translate3d(100vw, 0, 0);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__elements {
    border-bottom: 1px solid transparent;
    border-left: inherit;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    padding-left: inherit;
    padding-right: inherit;
    position: absolute;
    transition: max-height 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear 0.3s;
    top: 100%;
    left: -1px;
    right: 0;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter__elements__legend {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
    display: block;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__elements__legend {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__elements__actions {
    display: flex;
    justify-content: space-between;
  }
}
.development-listing-results__property-list-filter.is-open, .development-listing-results__property-list-filter.is-active {
  border-color: #bf0d45;
}
.development-listing-results__property-list-filter.is-open .development-listing-results__property-list-filter__selected, .development-listing-results__property-list-filter.is-active .development-listing-results__property-list-filter__selected {
  color: #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__property-list-filter.is-open .development-listing-results__property-list-filter__legend, .development-listing-results__property-list-filter.is-active .development-listing-results__property-list-filter__legend {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .development-listing-results__property-list-filter.is-open .development-listing-results__property-list-filter__legend svg, .development-listing-results__property-list-filter.is-active .development-listing-results__property-list-filter__legend svg {
    stroke: #bf0d45;
  }
  .development-listing-results__property-list-filter.is-open .development-listing-results__property-list-filter__elements {
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter.is-open .development-listing-results__property-list-filter__selected {
    opacity: 0;
    transition-delay: 0s;
  }
  .development-listing-results__property-list-filter.is-open .development-listing-results__property-list-filter__elements {
    border-bottom-color: #999999;
    max-height: min(var(--height), 60vh);
    visibility: visible;
    transition: max-height 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-bottom 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .development-listing-results__property-list-filter.is-open .development-listing-results__property-list-filter__elements:not(.is-transitioning) {
    overflow-y: auto;
  }
  .development-listing-results__property-list-filter.is-open .development-listing-results__property-list-filter__legend {
    color: #bf0d45;
  }
  .development-listing-results__property-list-filter.is-open .development-listing-results__property-list-filter__legend svg {
    stroke: #bf0d45;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__actions {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__property-list-filter__button {
    text-decoration: none;
    background-image: linear-gradient(transparent 1px, currentColor 1px, currentColor 2px, transparent 2px);
    background-size: 0% 2px, 100% 2px;
    background-position: 0% 100%, 0 100%;
    background-repeat: no-repeat;
    display: inline;
    padding-bottom: 4px;
    transition: background-size 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    color: #000000;
  }
  .development-listing-results__property-list-filter__button:hover {
    background-size: 100% 2px;
    transition: background-size 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  @supports (-ms-ime-align: auto) {
    .development-listing-results__property-list-filter__button {
      background-image: linear-gradient(currentColor, currentColor);
      background-size: 0% 1px, 100% 1px;
      padding-bottom: 1px;
    }
    .development-listing-results__property-list-filter__button:hover {
      background-size: 100% 1px;
    }
  }
}
.development-listing-results__checkbox-radio {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  flex-shrink: 0;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__checkbox-radio {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__checkbox-radio {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-listing-results__checkbox-radio--radio .development-listing-results__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.development-listing-results__checkbox-radio--radio .development-listing-results__checkbox-radio__faux {
  display: none;
}
.development-listing-results__checkbox-radio--radio .development-listing-results__checkbox-radio__label {
  border-bottom: 1px solid #999999;
  display: block;
  padding: 0.75rem 0.125rem;
}
.development-listing-results__checkbox-radio--radio .development-listing-results__checkbox-radio__control:checked ~ .development-listing-results__checkbox-radio__label {
  background-color: #f7f7f7;
}
.development-listing-results__checkbox-radio--checkbox {
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  padding-bottom: 0.5rem;
}
.development-listing-results__checkbox-radio--checkbox .development-listing-results__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.development-listing-results__checkbox-radio--checkbox .development-listing-results__checkbox-radio__faux {
  align-self: baseline;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}
.development-listing-results__checkbox-radio--checkbox .development-listing-results__checkbox-radio__faux::before {
  background-color: transparent;
  border: 1px solid #999999;
  content: "";
  height: 1rem;
  width: 1rem;
}
.development-listing-results__checkbox-radio--checkbox .development-listing-results__checkbox-radio__faux::after {
  content: "​";
}
.development-listing-results__checkbox-radio--checkbox .development-listing-results__checkbox-radio__label {
  color: #999999;
}
.development-listing-results__checkbox-radio--checkbox .development-listing-results__checkbox-radio__control:checked ~ .development-listing-results__checkbox-radio__label {
  color: #bf0d45;
}
.development-listing-results__checkbox-radio--checkbox .development-listing-results__checkbox-radio__control:checked ~ .development-listing-results__checkbox-radio__faux::before {
  border-color: #bf0d45;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cline x1='0' y1='16' x2='16' y2='0' stroke-width='1' stroke='%23bf0d45'/%3E%3Cline x1='0' y1='0' x2='16' y2='16' stroke-width='1' stroke='%23bf0d45'/%3E%3C/svg%3E");
}
.development-listing-results__checkbox-radio--checkbox .development-listing-results__checkbox-radio__label {
  margin-right: 0.75rem;
}
.development-listing-results__checkbox-radio--checkbox:not(:last-child) {
  margin-bottom: 0.5rem;
}
.development-listing-results__checkbox-radio--checkbox:hover .development-listing-results__checkbox-radio__label {
  color: #000000;
}
.development-listing-results__checkbox-radio--checkbox:hover .development-listing-results__checkbox-radio__faux::before {
  border-color: #000000;
}
.development-listing-results__sort {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__sort {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-left: auto;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__sort {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-listing-results__sort__results {
  color: #000000;
}
.development-listing-results__sort__select {
  --verticalPadding: 0.375rem;
  --horizontalPadding: 0.5rem;
  align-items: baseline;
  display: inline-flex;
  width: auto;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__sort__select {
    --iconSize: 0.875rem;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__sort__select {
    --iconSize: 1rem;
  }
}
.development-listing-results__sort__select__label {
  text-transform: lowercase;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__sort__select__label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.development-listing-results__sort__select__input {
  position: relative;
}
.development-listing-results__sort__select__control {
  background-color: #ffffff;
  color: #707070;
  font: inherit;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__sort__select__control {
    padding: var(--verticalPadding) calc(var(--horizontalPadding) + var(--iconSize)) var(--verticalPadding) 0;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__sort__select__control {
    padding: var(--verticalPadding) calc(var(--horizontalPadding) * 3 + var(--iconSize)) var(--verticalPadding) var(--horizontalPadding);
  }
}
.development-listing-results__sort__select__option {
  font: inherit;
  color: #000000;
}
.development-listing-results__sort__select__faux {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: var(--iconSize);
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__sort__select__faux {
    right: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__sort__select__faux {
    right: var(--horizontalPadding);
  }
}
.development-listing-results__sort__select__faux svg {
  height: 100%;
  stroke: #000000;
  stroke-width: 1px;
  width: 100%;
}
.development-listing-results__button {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #bf0d45;
  border-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__button {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .development-listing-results__button:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__button {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .development-listing-results__button:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__button {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__button {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.development-listing-results__button.focus-visible:not(:disabled), .development-listing-results__button:hover:not(:disabled) {
  background-color: #ffffff;
  color: #bf0d45;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.development-listing-results__let-agreed__checkbox-radio, .development-listing-results__map__checkbox-radio {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  align-items: center;
  display: flex;
}
.development-listing-results__let-agreed__checkbox-radio__control, .development-listing-results__map__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.development-listing-results__let-agreed__checkbox-radio__faux, .development-listing-results__map__checkbox-radio__faux {
  align-self: baseline;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}
.development-listing-results__let-agreed__checkbox-radio__faux::before, .development-listing-results__map__checkbox-radio__faux::before {
  background-color: transparent;
  border: 1px solid #000000;
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.development-listing-results__let-agreed__checkbox-radio__faux::after, .development-listing-results__map__checkbox-radio__faux::after {
  content: "​";
}
.development-listing-results__let-agreed__checkbox-radio__label, .development-listing-results__map__checkbox-radio__label {
  color: #000000;
}
.development-listing-results__let-agreed__checkbox-radio__control:checked ~ .development-listing-results__let-agreed__checkbox-radio__faux::before, .development-listing-results__let-agreed__checkbox-radio__control:checked ~ .development-listing-results__map__checkbox-radio__faux::before, .development-listing-results__map__checkbox-radio__control:checked ~ .development-listing-results__let-agreed__checkbox-radio__faux::before, .development-listing-results__map__checkbox-radio__control:checked ~ .development-listing-results__map__checkbox-radio__faux::before {
  border-color: #bf0d45;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cline x1='0' y1='16' x2='16' y2='0' stroke-width='1' stroke='%23bf0d45'/%3E%3Cline x1='0' y1='0' x2='16' y2='16' stroke-width='1' stroke='%23bf0d45'/%3E%3C/svg%3E");
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__let-agreed__checkbox-radio, .development-listing-results__map__checkbox-radio {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__let-agreed__checkbox-radio, .development-listing-results__map__checkbox-radio {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__let-agreed__checkbox-radio__faux, .development-listing-results__map__checkbox-radio__faux {
    display: none;
  }
}
:checked ~ .development-listing-results__let-agreed__checkbox-radio__label span:not(:only-child):first-child, :checked ~ .development-listing-results__map__checkbox-radio__label span:not(:only-child):first-child {
  display: none;
}
:not(:checked) ~ .development-listing-results__let-agreed__checkbox-radio__label span:not(:only-child):last-child, :not(:checked) ~ .development-listing-results__map__checkbox-radio__label span:not(:only-child):last-child {
  display: none;
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__let-agreed__checkbox-radio__label, .development-listing-results__map__checkbox-radio__label {
    margin-right: 0.75rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results__let-agreed__checkbox-radio {
    display: none;
  }
}
.development-listing-results__let-agreed-mobile__checkbox-radio {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: flex-end;
  display: flex;
  position: relative;
}
.development-listing-results__let-agreed-mobile__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.development-listing-results__let-agreed-mobile__checkbox-radio__faux {
  align-self: baseline;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}
.development-listing-results__let-agreed-mobile__checkbox-radio__faux::before {
  background-color: transparent;
  border: 1px solid #000000;
  content: "";
  height: 1rem;
  width: 1rem;
}
.development-listing-results__let-agreed-mobile__checkbox-radio__faux::after {
  content: "​";
}
.development-listing-results__let-agreed-mobile__checkbox-radio__label {
  color: #000000;
}
.development-listing-results__let-agreed-mobile__checkbox-radio__control:checked ~ .development-listing-results__let-agreed-mobile__checkbox-radio__faux::before {
  border-color: #bf0d45;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cline x1='0' y1='16' x2='16' y2='0' stroke-width='1' stroke='%23bf0d45'/%3E%3Cline x1='0' y1='0' x2='16' y2='16' stroke-width='1' stroke='%23bf0d45'/%3E%3C/svg%3E");
}
@media screen and (min-width: 85.375em) {
  .development-listing-results__let-agreed-mobile__checkbox-radio {
    display: none;
  }
}
.development-listing-results__let-agreed-mobile__checkbox-radio__label {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.75rem;
}
.development-listing-results__let-agreed-mobile__checkbox-radio__label::before {
  border-bottom: var(--border-bottom);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.development-listing-results__let-agreed-mobile__checkbox-radio__label::after {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  content: "Off";
  color: #999999;
  display: block;
}
.development-listing-results__let-agreed-mobile__checkbox-radio__control:checked ~ .development-listing-results__let-agreed-mobile__checkbox-radio__label::before {
  border-bottom: var(--border-bottom-active);
}
.development-listing-results__let-agreed-mobile__checkbox-radio__control:checked ~ .development-listing-results__let-agreed-mobile__checkbox-radio__label::after {
  content: "On";
  color: #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results.is-open .development-listing-results__header {
    bottom: 0;
  }
  .development-listing-results.is-open .development-listing-results__toggle__icon {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
  .development-listing-results.is-open .development-listing-results__search-fields {
    display: flex;
  }
  .development-listing-results.is-open .development-listing-results__map__checkbox-radio, .development-listing-results.is-open .development-listing-results__sort {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results.is-secondary-menu-open .development-listing-results__search-fields {
    overflow: hidden;
  }
}
.development-listing-results:not(.is-map-open) .development-listing-results__map {
  display: none;
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results.is-map-open .development-listing-results__toggle, .development-listing-results.is-map-open .development-listing-results__sort {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header-hide .development-listing-results:not(.is-open) .development-listing-results__header, .site-header-hide .development-listing-results:not(.is-map-open) .development-listing-results__header {
    transform: translate3d(0, calc(-1 * var(--site-header-height)), 0);
  }
}
@media screen and (max-width: 85.3125em) {
  .development-listing-results.is-open .development-listing-results__header, .development-listing-results.is-map-open .development-listing-results__header {
    transform: translate3d(0, 0, 0) !important;
  }
}

@keyframes fillChange {
  from {
    fill: var(--initialColour);
  }
  to {
    fill: var(--endColour);
  }
}
@media screen and (max-width: 85.3125em) {
  body.is-filters-open, body.is-map-open {
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw;
  }
  @supports (-webkit-touch-callout: none) {
    body.is-filters-open, body.is-map-open {
      height: -webkit-fill-available;
    }
  }
  body.is-filters-open .site-header, body.is-map-open .site-header {
    background-color: var(--background-colour);
  }
  body.is-filters-open .property-listing-results__header, body.is-map-open .property-listing-results__header {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 85.3125em) {
  :root {
    --mobile-listing-header-height: 2.75rem;
  }
}

.property-listing-results {
  background-color: #ffffff;
  position: relative;
  --mobile-width: 85.375em;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-listing-results {
    --column-count: 2;
  }
}
@media screen and (min-width: 64em) and (max-width: 85.3125em) {
  .property-listing-results {
    --column-count: 3;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results {
    --column-count: 4;
  }
}
.property-listing-results__content {
  padding-bottom: 10rem;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .property-listing-results__content {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .property-listing-results__content {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.property-listing-results__header {
  background-color: #ffffff;
  top: var(--site-header-height);
  transition: transform 0.3s linear;
  -ms-transform: none;
      transform: none;
  z-index: 2;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__header {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .property-listing-results__header {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .property-listing-results__header {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__header {
    position: fixed;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__header {
    margin-left: calc(-1 * var(--container-gutter-width));
    margin-right: calc(-1 * var(--container-gutter-width));
    position: -webkit-sticky;
    position: sticky;
    height: 8.875rem;
    grid-template-columns: repeat(var(--column-count), minmax(0, 1fr));
    margin-top: 0;
    padding-bottom: 0.75rem;
  }
}
.property-listing-results__header__top {
  border-top: 1px solid #999999;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__header__top {
    align-items: center;
    display: flex;
    height: var(--mobile-listing-header-height);
    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__header__top {
    align-items: baseline;
    -webkit-column-gap: 1.125rem;
            column-gap: 1.125rem;
    display: grid;
    grid-template-columns: repeat(var(--column-count), minmax(0, 1fr));
    justify-items: start;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__actions {
    margin-left: auto;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__actions {
    display: flex;
    grid-column: 3/-1;
    justify-content: flex-end;
    justify-self: stretch;
  }
  .property-listing-results__actions > * {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .property-listing-results__actions > *:not(:last-child) {
    margin-right: 2.875rem;
  }
}
.property-listing-results__actions__reset-button {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: center;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__actions__reset-button {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__actions__reset-button {
    display: flex;
  }
}
.property-listing-results__actions__reset-button__icon {
  width: 1.1875rem;
  height: 1.1875rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__breadcrumb {
    display: none;
  }
}
.property-listing-results__toggle {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: center;
  display: flex;
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__toggle {
    display: none;
  }
}
.property-listing-results__toggle__icon {
  stroke: currentColor;
  margin-left: 0.25rem;
  height: 0.875rem;
  width: 0.875rem;
}
.property-listing-results__toggle.is-active {
  color: #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__search-fields, .property-listing-results__property-list-filter__elements {
    background-color: #ffffff;
    padding-top: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .property-listing-results__search-fields, .property-listing-results__property-list-filter__elements {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) and (max-width: 112.4375em) {
  .property-listing-results__search-fields, .property-listing-results__property-list-filter__elements {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 112.5em) {
  .property-listing-results__search-fields, .property-listing-results__property-list-filter__elements {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.property-listing-results__search-fields {
  z-index: 2;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__search-fields {
    display: none;
    flex-direction: column;
    top: var(--mobile-listing-header-height);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__search-fields {
    display: flex;
    padding-top: 3rem;
    position: relative;
    width: 100%;
  }
  .property-listing-results__search-fields:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__search-fields__actions {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__actions, .property-listing-results__search-fields__actions {
    padding: 0.75rem 0 2rem;
    margin-top: auto;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__button:nth-child(odd), .property-listing-results__search-fields__button:nth-child(odd) {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: transparent;
    border-color: #bf0d45;
    color: #bf0d45;
    transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__button:nth-child(odd), .property-listing-results__search-fields__button:nth-child(odd) {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .property-listing-results__property-list-filter__button:nth-child(odd):disabled, .property-listing-results__search-fields__button:nth-child(odd):disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__button:nth-child(odd), .property-listing-results__search-fields__button:nth-child(odd) {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .property-listing-results__property-list-filter__button:nth-child(odd):disabled, .property-listing-results__search-fields__button:nth-child(odd):disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__button:nth-child(odd), .property-listing-results__search-fields__button:nth-child(odd) {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__button:nth-child(odd), .property-listing-results__search-fields__button:nth-child(odd) {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__button:nth-child(odd).focus-visible:not(:disabled), .property-listing-results__property-list-filter__button:nth-child(odd):hover:not(:disabled), .property-listing-results__search-fields__button:nth-child(odd).focus-visible:not(:disabled), .property-listing-results__search-fields__button:nth-child(odd):hover:not(:disabled) {
    background-color: #bf0d45;
    color: #ffffff;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .property-listing-results__property-list-filter__button:nth-child(even), .property-listing-results__search-fields__button:nth-child(even) {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #bf0d45;
    border-color: #bf0d45;
    color: #ffffff;
    transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__button:nth-child(even), .property-listing-results__search-fields__button:nth-child(even) {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .property-listing-results__property-list-filter__button:nth-child(even):disabled, .property-listing-results__search-fields__button:nth-child(even):disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__button:nth-child(even), .property-listing-results__search-fields__button:nth-child(even) {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .property-listing-results__property-list-filter__button:nth-child(even):disabled, .property-listing-results__search-fields__button:nth-child(even):disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__button:nth-child(even), .property-listing-results__search-fields__button:nth-child(even) {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__button:nth-child(even), .property-listing-results__search-fields__button:nth-child(even) {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__button:nth-child(even).focus-visible:not(:disabled), .property-listing-results__property-list-filter__button:nth-child(even):hover:not(:disabled), .property-listing-results__search-fields__button:nth-child(even).focus-visible:not(:disabled), .property-listing-results__search-fields__button:nth-child(even):hover:not(:disabled) {
    background-color: #ffffff;
    color: #bf0d45;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .property-listing-results__property-list-filter__button:not(:last-child), .property-listing-results__search-fields__button:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__button, .property-listing-results__search-fields__button {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    --line-height: 1.4;
    --line-height-em: calc(var(--line-height) * 1em);
    color: #bf0d45;
  }
}
.property-listing-results__let-agreed-mobile__checkbox-radio, .property-listing-results__search-field {
  --border-bottom: 1px solid #999999;
  --border-bottom-active: 1px solid #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__let-agreed-mobile__checkbox-radio, .property-listing-results__search-field {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__search-field {
    border-bottom: var(--border-bottom);
  }
  .property-listing-results__search-field--filtered {
    border-bottom: var(--border-bottom-active);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__search-field {
    flex: 1 0 0%;
    max-width: 22.1875rem;
  }
}
.property-listing-results__main {
  margin-bottom: 3rem;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__properties {
    padding-top: var(--mobile-listing-header-height);
  }
}
@media screen and (min-width: 48em) {
  .property-listing-results__properties {
    display: grid;
    gap: 2.25rem;
    grid-template-columns: repeat(var(--override, var(--column-count)), minmax(0, 1fr));
  }
}
@media screen and (max-width: 47.9375em) {
  .property-listing-results__property:not(:last-child) {
    margin-bottom: 2rem;
  }
  .property-listing-results__property > * {
    max-width: 26.25rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 48em) {
  .property-listing-results__property {
    display: flex;
    flex-direction: column;
  }
  .property-listing-results__property > * {
    display: flex;
    flex-grow: 1;
  }
}
.property-listing-results__property > svg {
  display: block;
}
.property-listing-results__property > svg .image,
.property-listing-results__property > svg .text,
.property-listing-results__property > svg .triangle {
  -webkit-animation: fillChange 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) alternate infinite;
          animation: fillChange 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) alternate infinite;
  -webkit-animation-delay: calc(-1.44s + var(--index) * 0.06s);
          animation-delay: calc(-1.44s + var(--index) * 0.06s);
}
.property-listing-results__property > svg .background {
  fill: #f7f7f7;
}
.property-listing-results__property > svg .image {
  --initialColour: #e3e3e3;
  --endColour: #dedede;
  fill: var(--initialColour);
}
.property-listing-results__property > svg .text,
.property-listing-results__property > svg .triangle {
  --initialColour: #eaeaea;
  --endColour: #cbcbcb;
  fill: var(--initialColour);
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__map {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-bottom: var(--container-gutter-width);
    position: fixed;
    right: 0;
    top: calc(var(--site-header-height) + var(--mobile-listing-header-height));
    z-index: 2;
  }
}
@media screen and (max-width: 85.3125em) and (max-width: 85.3125em) {
  .property-listing-results__map {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 85.375em) and (max-width: 112.4375em) {
  .property-listing-results__map {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (max-width: 85.3125em) and (min-width: 112.5em) {
  .property-listing-results__map {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__map {
    margin-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    min-height: 25rem;
    height: calc(100vh - (var(--site-header-height) + 10.125rem));
    top: calc(var(--site-header-height) + 10.125rem);
  }
  .property-listing-results__map:not(:empty) {
    background-color: #f7f7f7;
  }
}
.property-listing-results__footer {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  grid-column: 1/-1;
  justify-content: space-between;
  padding-top: 3rem;
}
.property-listing-results__footer__results {
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter {
    border-left: 1px solid #999999;
    position: relative;
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
}
.property-listing-results__property-list-filter__legend, .property-listing-results__property-list-filter__selected {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__legend, .property-listing-results__property-list-filter__selected {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__legend, .property-listing-results__property-list-filter__selected {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    cursor: pointer;
  }
}
.property-listing-results__property-list-filter__legend {
  align-items: center;
  color: #000000;
  display: flex;
  float: left;
  width: 100%;
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__legend {
    margin-top: -0.33em;
  }
}
.property-listing-results__property-list-filter__legend svg {
  margin-left: auto;
  float: right;
  stroke: #000000;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__legend svg {
    height: 0.875rem;
    width: 0.875rem;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__legend svg {
    height: 1rem;
    width: 1rem;
  }
}
.property-listing-results__property-list-filter__legend ~ * {
  clear: left;
}
.property-listing-results__property-list-filter__selected {
  color: #999999;
  display: block;
  transition: opacity 0.15s linear 0.35s;
}
.property-listing-results__property-list-filter__selected span:not(:last-child)::after {
  content: ", ";
}
.property-listing-results__property-list-filter__elements {
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__elements {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    top: 0;
    transform: translate3d(100vw, 0, 0);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__elements {
    border-bottom: 1px solid transparent;
    border-left: inherit;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    padding-left: inherit;
    padding-right: inherit;
    position: absolute;
    transition: max-height 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear 0.3s;
    top: 100%;
    left: -1px;
    right: 0;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter__elements__legend {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
    display: block;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__elements__legend {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__elements__actions {
    display: flex;
    justify-content: space-between;
  }
}
.property-listing-results__property-list-filter.is-open, .property-listing-results__property-list-filter.is-active {
  border-color: #bf0d45;
}
.property-listing-results__property-list-filter.is-open .property-listing-results__property-list-filter__selected, .property-listing-results__property-list-filter.is-active .property-listing-results__property-list-filter__selected {
  color: #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__property-list-filter.is-open .property-listing-results__property-list-filter__legend, .property-listing-results__property-list-filter.is-active .property-listing-results__property-list-filter__legend {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #bf0d45;
  }
  .property-listing-results__property-list-filter.is-open .property-listing-results__property-list-filter__legend svg, .property-listing-results__property-list-filter.is-active .property-listing-results__property-list-filter__legend svg {
    stroke: #bf0d45;
  }
  .property-listing-results__property-list-filter.is-open .property-listing-results__property-list-filter__elements {
    border-bottom-color: #999999;
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter.is-open .property-listing-results__property-list-filter__selected {
    opacity: 0;
    transition-delay: 0s;
  }
  .property-listing-results__property-list-filter.is-open .property-listing-results__property-list-filter__elements {
    max-height: min(var(--height), 60vh);
    visibility: visible;
    transition: max-height 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-bottom 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .property-listing-results__property-list-filter.is-open .property-listing-results__property-list-filter__elements:not(.is-transitioning) {
    overflow-y: auto;
  }
  .property-listing-results__property-list-filter.is-open .property-listing-results__property-list-filter__legend svg {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__actions {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__property-list-filter__button {
    text-decoration: none;
    background-image: linear-gradient(transparent 1px, currentColor 1px, currentColor 2px, transparent 2px);
    background-size: 0% 2px, 100% 2px;
    background-position: 0% 100%, 0 100%;
    background-repeat: no-repeat;
    display: inline;
    padding-bottom: 4px;
    transition: background-size 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
    color: #000000;
  }
  .property-listing-results__property-list-filter__button:hover {
    background-size: 100% 2px;
    transition: background-size 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  @supports (-ms-ime-align: auto) {
    .property-listing-results__property-list-filter__button {
      background-image: linear-gradient(currentColor, currentColor);
      background-size: 0% 1px, 100% 1px;
      padding-bottom: 1px;
    }
    .property-listing-results__property-list-filter__button:hover {
      background-size: 100% 1px;
    }
  }
}
.property-listing-results__checkbox-radio {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  flex-shrink: 0;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__checkbox-radio {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__checkbox-radio {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-listing-results__checkbox-radio--radio .property-listing-results__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.property-listing-results__checkbox-radio--radio .property-listing-results__checkbox-radio__faux {
  display: none;
}
.property-listing-results__checkbox-radio--radio .property-listing-results__checkbox-radio__label {
  border-bottom: 1px solid #999999;
  display: block;
  padding: 0.75rem 0.125rem;
}
.property-listing-results__checkbox-radio--radio .property-listing-results__checkbox-radio__control:checked ~ .property-listing-results__checkbox-radio__label {
  background-color: #f7f7f7;
}
.property-listing-results__checkbox-radio--checkbox {
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  padding-bottom: 0.5rem;
}
.property-listing-results__checkbox-radio--checkbox .property-listing-results__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.property-listing-results__checkbox-radio--checkbox .property-listing-results__checkbox-radio__faux {
  align-self: baseline;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}
.property-listing-results__checkbox-radio--checkbox .property-listing-results__checkbox-radio__faux::before {
  background-color: transparent;
  border: 1px solid #999999;
  content: "";
  height: 1rem;
  width: 1rem;
}
.property-listing-results__checkbox-radio--checkbox .property-listing-results__checkbox-radio__faux::after {
  content: "​";
}
.property-listing-results__checkbox-radio--checkbox .property-listing-results__checkbox-radio__label {
  color: #999999;
}
.property-listing-results__checkbox-radio--checkbox .property-listing-results__checkbox-radio__control:checked ~ .property-listing-results__checkbox-radio__label {
  color: #bf0d45;
}
.property-listing-results__checkbox-radio--checkbox .property-listing-results__checkbox-radio__control:checked ~ .property-listing-results__checkbox-radio__faux::before {
  border-color: #bf0d45;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cline x1='0' y1='16' x2='16' y2='0' stroke-width='1' stroke='%23bf0d45'/%3E%3Cline x1='0' y1='0' x2='16' y2='16' stroke-width='1' stroke='%23bf0d45'/%3E%3C/svg%3E");
}
.property-listing-results__checkbox-radio--checkbox .property-listing-results__checkbox-radio__label {
  margin-right: 0.75rem;
}
.property-listing-results__checkbox-radio--checkbox:not(:last-child) {
  margin-bottom: 0.5rem;
}
.property-listing-results__checkbox-radio--checkbox:hover .property-listing-results__checkbox-radio__label {
  color: #000000;
}
.property-listing-results__checkbox-radio--checkbox:hover .property-listing-results__checkbox-radio__faux::before {
  border-color: #000000;
}
.property-listing-results__sort {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__sort {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
    margin-left: auto;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__sort {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-listing-results__sort__results {
  color: #000000;
}
.property-listing-results__sort__select {
  --verticalPadding: 0.375rem;
  --horizontalPadding: 0.5rem;
  align-items: baseline;
  display: inline-flex;
  width: auto;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__sort__select {
    --iconSize: 0.875rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__sort__select {
    --iconSize: 1rem;
  }
}
.property-listing-results__sort__select__label {
  text-transform: lowercase;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__sort__select__label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.property-listing-results__sort__select__input {
  position: relative;
}
.property-listing-results__sort__select__control {
  background-color: #ffffff;
  color: #707070;
  font: inherit;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__sort__select__control {
    padding: var(--verticalPadding) calc(var(--horizontalPadding) + var(--iconSize)) var(--verticalPadding) 0;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__sort__select__control {
    padding: var(--verticalPadding) calc(var(--horizontalPadding) * 3 + var(--iconSize)) var(--verticalPadding) var(--horizontalPadding);
  }
}
.property-listing-results__sort__select__option {
  font: inherit;
  color: #000000;
}
.property-listing-results__sort__select__faux {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: var(--iconSize);
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__sort__select__faux {
    right: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__sort__select__faux {
    right: var(--horizontalPadding);
  }
}
.property-listing-results__sort__select__faux svg {
  height: 100%;
  stroke: #000000;
  stroke-width: 1px;
  width: 100%;
}
.property-listing-results__button {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #bf0d45;
  border-color: #bf0d45;
  color: #ffffff;
  transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__button {
    display: inline-flex;
    padding: 0.1875rem 0.4375rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .property-listing-results__button:disabled {
    opacity: 0.2;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__button {
    display: inline-flex;
    padding: 0.4375rem 1.1875rem;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
  }
  .property-listing-results__button:disabled {
    opacity: 0.2;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__button {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__button {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.property-listing-results__button.focus-visible:not(:disabled), .property-listing-results__button:hover:not(:disabled) {
  background-color: #ffffff;
  color: #bf0d45;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.property-listing-results__let-agreed__checkbox-radio, .property-listing-results__map__checkbox-radio {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  align-items: center;
  display: flex;
}
.property-listing-results__let-agreed__checkbox-radio__control, .property-listing-results__map__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.property-listing-results__let-agreed__checkbox-radio__faux, .property-listing-results__map__checkbox-radio__faux {
  align-self: baseline;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}
.property-listing-results__let-agreed__checkbox-radio__faux::before, .property-listing-results__map__checkbox-radio__faux::before {
  background-color: transparent;
  border: 1px solid #000000;
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.property-listing-results__let-agreed__checkbox-radio__faux::after, .property-listing-results__map__checkbox-radio__faux::after {
  content: "​";
}
.property-listing-results__let-agreed__checkbox-radio__label, .property-listing-results__map__checkbox-radio__label {
  color: #000000;
}
.property-listing-results__let-agreed__checkbox-radio__control:checked ~ .property-listing-results__let-agreed__checkbox-radio__faux::before, .property-listing-results__let-agreed__checkbox-radio__control:checked ~ .property-listing-results__map__checkbox-radio__faux::before, .property-listing-results__map__checkbox-radio__control:checked ~ .property-listing-results__let-agreed__checkbox-radio__faux::before, .property-listing-results__map__checkbox-radio__control:checked ~ .property-listing-results__map__checkbox-radio__faux::before {
  border-color: #bf0d45;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cline x1='0' y1='16' x2='16' y2='0' stroke-width='1' stroke='%23bf0d45'/%3E%3Cline x1='0' y1='0' x2='16' y2='16' stroke-width='1' stroke='%23bf0d45'/%3E%3C/svg%3E");
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__let-agreed__checkbox-radio, .property-listing-results__map__checkbox-radio {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__let-agreed__checkbox-radio, .property-listing-results__map__checkbox-radio {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    --line-height: 1.4444444444;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__let-agreed__checkbox-radio__faux, .property-listing-results__map__checkbox-radio__faux {
    display: none;
  }
}
:checked ~ .property-listing-results__let-agreed__checkbox-radio__label span:not(:only-child):first-child, :checked ~ .property-listing-results__map__checkbox-radio__label span:not(:only-child):first-child {
  display: none;
}
:not(:checked) ~ .property-listing-results__let-agreed__checkbox-radio__label span:not(:only-child):last-child, :not(:checked) ~ .property-listing-results__map__checkbox-radio__label span:not(:only-child):last-child {
  display: none;
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__let-agreed__checkbox-radio__label, .property-listing-results__map__checkbox-radio__label {
    margin-right: 0.75rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results__let-agreed__checkbox-radio {
    display: none;
  }
}
.property-listing-results__let-agreed-mobile__checkbox-radio {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
  align-items: flex-end;
  display: flex;
  position: relative;
}
.property-listing-results__let-agreed-mobile__checkbox-radio__control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.property-listing-results__let-agreed-mobile__checkbox-radio__faux {
  align-self: baseline;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}
.property-listing-results__let-agreed-mobile__checkbox-radio__faux::before {
  background-color: transparent;
  border: 1px solid #000000;
  content: "";
  height: 1rem;
  width: 1rem;
}
.property-listing-results__let-agreed-mobile__checkbox-radio__faux::after {
  content: "​";
}
.property-listing-results__let-agreed-mobile__checkbox-radio__label {
  color: #000000;
}
.property-listing-results__let-agreed-mobile__checkbox-radio__control:checked ~ .property-listing-results__let-agreed-mobile__checkbox-radio__faux::before {
  border-color: #bf0d45;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cline x1='0' y1='16' x2='16' y2='0' stroke-width='1' stroke='%23bf0d45'/%3E%3Cline x1='0' y1='0' x2='16' y2='16' stroke-width='1' stroke='%23bf0d45'/%3E%3C/svg%3E");
}
@media screen and (min-width: 85.375em) {
  .property-listing-results__let-agreed-mobile__checkbox-radio {
    display: none;
  }
}
.property-listing-results__let-agreed-mobile__checkbox-radio__label {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.75rem;
}
.property-listing-results__let-agreed-mobile__checkbox-radio__label::before {
  border-bottom: var(--border-bottom);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.property-listing-results__let-agreed-mobile__checkbox-radio__label::after {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  content: "Off";
  color: #999999;
  display: block;
}
.property-listing-results__let-agreed-mobile__checkbox-radio__control:checked ~ .property-listing-results__let-agreed-mobile__checkbox-radio__label::before {
  border-bottom: var(--border-bottom-active);
}
.property-listing-results__let-agreed-mobile__checkbox-radio__control:checked ~ .property-listing-results__let-agreed-mobile__checkbox-radio__label::after {
  content: "On";
  color: #bf0d45;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results.is-open .property-listing-results__header {
    bottom: 0;
  }
  .property-listing-results.is-open .property-listing-results__toggle__icon {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
  .property-listing-results.is-open .property-listing-results__search-fields {
    display: flex;
  }
  .property-listing-results.is-open .property-listing-results__map__checkbox-radio, .property-listing-results.is-open .property-listing-results__sort {
    display: none;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results.is-secondary-menu-open .property-listing-results__search-fields {
    overflow: hidden;
  }
}
.property-listing-results:not(.is-map-open) .property-listing-results__map {
  display: none;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results.is-map-open .property-listing-results__toggle, .property-listing-results.is-map-open .property-listing-results__sort {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-results.is-map-open .property-listing-results__main {
    align-items: start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .property-listing-results.is-map-open .property-listing-results__properties {
    --override: 2;
    margin-left: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 2.25rem;
  }
}
@media screen and (max-width: 85.3125em) {
  .site-header-hide .property-listing-results:not(.is-open) .property-listing-results__header, .site-header-hide .property-listing-results:not(.is-map-open) .property-listing-results__header {
    transform: translate3d(0, calc(-1 * var(--site-header-height)), 0);
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-results.is-open .property-listing-results__header, .property-listing-results.is-map-open .property-listing-results__header {
    transform: translate3d(0, 0, 0) !important;
  }
}

.article-detail {
  color: #000000;
}
.article-detail__content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 2.5rem;
}
@media screen and (max-width: 85.3125em) {
  .article-detail__content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .article-detail__content {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .article-detail__content {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .article-detail__content {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .article-detail__content {
    -webkit-column-gap: 2.25rem;
            column-gap: 2.25rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.article-detail__content__main {
  max-width: 100%;
  justify-self: center;
}
@media screen and (max-width: 63.9375em) {
  .article-detail__content__main {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 64em) {
  .article-detail__content__main {
    grid-column: span 6/span 6;
  }
}
@media screen and (max-width: 63.9375em) {
  .article-detail__content__aside {
    justify-self: center;
    max-width: 40.625rem;
    width: 100%;
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 64em) {
  .article-detail__content__aside {
    align-self: start;
    grid-column: span 3/span 3;
  }
}

.article-listing__main {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 85.3125em) {
  .article-listing__main {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .article-listing__main {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .article-listing__main {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (min-width: 85.375em) {
  .article-listing__main {
    padding-top: 8rem;
  }
}
.article-listing__articles {
  display: grid;
  -webkit-column-gap: 3.375rem;
          column-gap: 3.375rem;
  row-gap: 4rem;
  justify-items: center;
}
@media screen and (min-width: 23.5em) {
  .article-listing__articles {
    grid-template-columns: repeat(auto-fit, minmax(21.25rem, 1fr));
  }
}
.article-listing__articles__article {
  max-width: 34.25rem;
}
.article-listing__pagination {
  margin: 4rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-404 {
  align-items: center;
  display: flex;
  min-height: min(((var(--vh, 1vh) * 100) - var(--site-header-height)), 84.375rem);
  padding: calc(var(--site-header-height) * 2) 0;
}
@media screen and (max-width: 85.3125em) {
  .page-404__text, .page-404__journeys {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 106.1875em) {
  .page-404__text, .page-404__journeys {
    grid-column: 1/span 7;
  }
}
.page-404__text {
  color: #ffffff;
}
@media screen and (min-width: 106.25em) {
  .page-404__text {
    grid-column-end: span 5;
  }
}
.page-404__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  max-width: 20ch;
}
@media screen and (max-width: 47.9375em) {
  .page-404__title {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    --line-height: 1.2857142857;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) and (max-width: 85.3125em) {
  .page-404__title {
    font-size: 2.5rem;
    line-height: 1.375;
    --line-height: 1.375;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 85.375em) {
  .page-404__title {
    font-size: 4.375rem;
    line-height: 1.2142857143;
    --line-height: 1.2142857143;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.page-404__title:not(:last-child) {
  margin-bottom: calc(var(--line-height-em) / 2);
}
.page-404__title span {
  color: #bf0d45;
  margin-right: 0.5ch;
}
.page-404__body-text {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 47.9375em) {
  .page-404__body-text {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    --line-height: 1.5217391304;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
@media screen and (min-width: 48em) {
  .page-404__body-text {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    --line-height: 1.6071428571;
    --line-height-em: calc(var(--line-height) * 1em);
  }
}
.page-404__journeys {
  border-top: 1px solid #999999;
  padding-top: 1rem;
}
@media screen and (min-width: 106.25em) {
  .page-404__journeys {
    grid-column-end: span 7;
    margin-top: -1rem;
  }
}

@media screen and (max-width: 85.3125em) {
  .property-detail {
    --property-detail-nav-height: 2.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail {
    --property-detail-nav-height: 0px;
  }
}
.property-detail__nav {
  background-color: #ffffff;
  -webkit-column-gap: 1.125rem;
          column-gap: 1.125rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3.125rem, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(3.125rem, max-content));
  height: var(--property-detail-nav-height);
  margin-bottom: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: var(--site-header-height);
  left: 0;
  right: 0;
  transition: transform 0.3s linear;
  z-index: 2;
}
@media screen and (max-width: 85.3125em) {
  .property-detail__nav {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .property-detail__nav {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .property-detail__nav {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.property-detail__nav::before {
  border-top: 1px solid #999999;
  content: "";
  position: absolute;
  left: var(--container-gutter-width, 0);
  right: var(--container-gutter-width, 0);
  top: 0;
}
.site-header-hide .property-detail__nav {
  -ms-transform: translateY(calc(-1 * var(--site-header-height)));
      transform: translateY(calc(-1 * var(--site-header-height)));
}
@media screen and (min-width: 85.375em) {
  .property-detail__nav {
    display: none;
  }
}
.property-detail__nav__link {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
  text-decoration: none;
}
.property-detail__header {
  scroll-margin-top: calc(var(--site-header-height) + var(--property-detail-nav-height));
  position: relative;
}
@media screen and (max-width: 85.3125em) {
  .property-detail__header {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .property-detail__header {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .property-detail__header {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@supports not (scroll-margin-top: 10px) {
  .property-detail__header {
    padding-top: calc(var(--site-header-height) + var(--property-detail-nav-height));
    margin-top: calc(-1 * (calc(var(--site-header-height) + var(--property-detail-nav-height))));
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail__header .property-detail-enquire, .property-detail__header__main {
    margin-top: 3rem;
    margin-bottom: 8rem;
  }
}
.property-detail__header__main {
  display: grid;
}
@media screen and (max-width: 85.3125em) {
  .property-detail__header__main {
    grid-template-columns: 1fr;
  }
  .property-detail__header__main > *:nth-child(2) {
    order: -1;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail__header__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .property-detail__header__main > *:nth-child(1) {
    grid-column-end: span 2;
    margin-bottom: 3rem;
  }
}
.property-detail__header.is-enquire-open .property-detail__header__main {
  display: none;
}
@media screen and (max-width: 85.3125em) {
  .property-detail__content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .property-detail__content {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .property-detail__content {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@media screen and (max-width: 85.3125em) {
  .property-detail__content {
    padding-bottom: 8rem;
  }
  .property-detail__content__text, .property-detail__content__nearby {
    margin-top: 4rem;
  }
  .property-detail__content__text:last-child, .property-detail__content__nearby:last-child {
    margin-bottom: 12rem;
  }
  .property-detail__content__graphic {
    display: none;
  }
}
@media screen and (min-width: 85.375em) {
  .property-detail__content {
    align-items: baseline;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.25rem;
            column-gap: 2.25rem;
    row-gap: 2rem;
    position: relative;
  }
  .property-detail__content__text, .property-detail__content__nearby {
    grid-row: 1;
  }
  .property-detail__content__text {
    grid-column-start: 2;
  }
  .property-detail__content__graphic {
    grid-column-start: 1;
    grid-row: 2;
    max-width: 34.375rem;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 60%;
  }
}

.property-listing-landing {
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  margin-top: calc(-1 * var(--site-header-height));
  min-height: 31.25rem;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-landing {
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .property-listing-landing {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .property-listing-landing {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
@supports (-webkit-touch-callout: none) {
  .property-listing-landing {
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 85.3125em) {
  .property-listing-landing {
    flex-direction: column;
  }
}
.property-listing-landing__type {
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-landing__type {
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-landing__type {
    width: 50vw;
  }
}
.property-listing-landing__type:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.property-listing-landing__type:hover::before {
  background-color: rgba(0, 0, 0, 0.65);
}
.property-listing-landing__type:hover .property-listing-landing__type__image img {
  -ms-transform: scale(1.01);
      transform: scale(1.01);
}
.property-listing-landing__type__image img {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: -1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .property-listing-landing__type__image img {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-transform: none;
        transform: none;
    top: 0;
    width: 100%;
  }
}
.property-listing-landing__type__link {
  display: flex;
  align-items: center;
  position: absolute;
  transition: color 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-landing__type__link {
    text-align: center;
  }
}
.property-listing-landing__type__link__content {
  display: flex;
  padding: 0 16.6666666667%;
}
.property-listing-landing__type__link__content > * {
  margin: 0 1.125rem;
  flex-grow: 0;
}
@media screen and (max-width: 85.3125em) {
  .property-listing-landing__type__link__content {
    justify-content: center;
    width: 100%;
  }
}
.property-listing-landing__type__text {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  line-height: 1.375;
  --line-height: 1.375;
  --line-height-em: calc(var(--line-height) * 1em);
  line-height: 1;
  order: var(--textColumn);
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.property-listing-landing__type__triangle, .property-listing-landing__type__logo {
  grid-row: 1;
}
@media screen and (max-width: 37.5em) {
  .property-listing-landing__type__triangle, .property-listing-landing__type__logo {
    display: none;
  }
}
.property-listing-landing__type__triangle {
  -ms-transform: scaleY(-1) scaleX(var(--scaleTriangleX, -1));
      transform: scaleY(-1) scaleX(var(--scaleTriangleX, -1));
  height: 1rem;
  order: var(--triangleColumn);
  width: 2rem;
}
.property-listing-landing__type__logo {
  height: 5rem;
  order: var(--logoColumn);
  width: 5rem;
}
.property-listing-landing__type:nth-child(odd) .property-listing-landing__type__link {
  --triangleColumn: 1;
  --textColumn: 2;
  --logoColumn: 3;
  margin-left: var(--container-gutter-width);
}
@media screen and (max-width: 85.3125em) {
  .property-listing-landing__type:nth-child(odd) .property-listing-landing__type__link {
    margin-right: var(--container-gutter-width);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-landing__type:nth-child(odd) .property-listing-landing__type__link__content {
    padding-right: 16.6666666667%;
    position: absolute;
    right: 0;
    text-align: right;
  }
}
.property-listing-landing__type:nth-child(odd) .property-listing-landing__type__logo, .property-listing-landing__type:nth-child(odd) .property-listing-landing__type__triangle {
  justify-self: end;
}
.property-listing-landing__type:nth-child(even) .property-listing-landing__type__link {
  --scaleTriangleX: 1;
  --triangleColumn: 3;
  --logoColumn: 1;
  --textColumn: 2;
  padding-right: var(--container-gutter-width);
}
@media screen and (max-width: 85.3125em) {
  .property-listing-landing__type:nth-child(even) .property-listing-landing__type__link {
    padding-left: var(--container-gutter-width);
  }
}
@media screen and (min-width: 85.375em) {
  .property-listing-landing__type:nth-child(even) .property-listing-landing__type__link__content {
    padding-left: 16.6666666667%;
  }
}

.styleguide {
  --black: #000000;
  --black-text: "#000000";
  --white: #ffffff;
  --white-text: "#ffffff";
  --grey-light: #f7f7f7;
  --grey-light-text: "#f7f7f7";
  --grey-mid-light: #eaeaea;
  --grey-mid-light-text: "#eaeaea";
  --grey-mid: #e3e3e3;
  --grey-mid-text: "#e3e3e3";
  --grey-mid-dark: #cbcbcb;
  --grey-mid-dark-text: "#cbcbcb";
  --grey-dark: #b3b3b3;
  --grey-dark-text: "#b3b3b3";
  --grey-xdark: #999999;
  --grey-xdark-text: "#999999";
  --grey-xxdark: #707070;
  --grey-xxdark-text: "#707070";
  --grey-xxxdark: #1A1A1A;
  --grey-xxxdark-text: "#1A1A1A";
  --grey-pinkish: #bebebe;
  --grey-pinkish-text: "#bebebe";
  --grey-brownish: #666666;
  --grey-brownish-text: "#666666";
  --red: #bf0d45;
  --red-text: "#bf0d45";
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 85.3125em) {
  .styleguide {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    --container-gutter-margin: 1.125rem;
    --container-gutter-width: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) and (max-width: 112.4375em) {
  .styleguide {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: 4.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  .styleguide {
    --container-gutter-margin: 4.5rem;
    --container-gutter-width: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-left: calc((100vw - 112.5em) / 2 + 4.5rem);
    padding-right: calc((100vw - 112.5em) / 2 + 4.5rem);
  }
}
.styleguide span {
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
}
.styleguide h1, .styleguide h2, .styleguide h3, .styleguide h4 {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0.5em;
}
.styleguide h2 {
  font-size: 4.375rem;
  line-height: 1.2142857143;
  --line-height: 1.2142857143;
  --line-height-em: calc(var(--line-height) * 1em);
  text-decoration: underline;
  text-underline-position: under;
}
.styleguide h3 {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide h4 {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__text {
  font-weight: var(--weight);
}
.styleguide__font-size {
  margin-bottom: 2.5rem;
}
.styleguide__font-size div:not(:last-child) {
  margin-bottom: 1rem;
}
.styleguide__Avant-Garde {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.styleguide__Neuzeit-Grotesk {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.styleguide__xxxsmall {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__xxxsmall::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 14px Line height: 1.2857142857";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__xxsmall {
  font-size: 1rem;
  line-height: 1.5;
  --line-height: 1.5;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__xxsmall::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 16px Line height: 1.5";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__xsmall {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__xsmall::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 18px Line height: 1.4444444444";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__small {
  font-size: 1.25rem;
  line-height: 1.4;
  --line-height: 1.4;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__small::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 20px Line height: 1.4";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__medium {
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  --line-height: 1.5217391304;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__medium::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 23px Line height: 1.5217391304";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__large {
  font-size: 1.75rem;
  line-height: 1.6071428571;
  --line-height: 1.6071428571;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__large::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 28px Line height: 1.6071428571";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__xlarge {
  font-size: 2.1875rem;
  line-height: 1.2857142857;
  --line-height: 1.2857142857;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__xlarge::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 35px Line height: 1.2857142857";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__xxlarge {
  font-size: 2.5rem;
  line-height: 1.375;
  --line-height: 1.375;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__xxlarge::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 40px Line height: 1.375";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__xxxlarge {
  font-size: 3.75rem;
  line-height: 1.2;
  --line-height: 1.2;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__xxxlarge::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 60px Line height: 1.2";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__xxxxlarge {
  font-size: 4.375rem;
  line-height: 1.2142857143;
  --line-height: 1.2142857143;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__xxxxlarge::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 70px Line height: 1.2142857143";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__xxxxxlarge {
  font-size: 6.25rem;
  line-height: 0.85;
  --line-height: 0.85;
  --line-height-em: calc(var(--line-height) * 1em);
}
.styleguide__xxxxxlarge::before {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  content: "Font size: 100px Line height: 0.85";
  display: inline-block;
  text-transform: capitalize;
  padding: 0.15em 0.4em;
  border-radius: 1000px;
  background-color: #e3e3e3;
  margin-bottom: 0.75rem;
}
.styleguide__colours {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.styleguide__colour {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  --line-height: 1.4444444444;
  --line-height-em: calc(var(--line-height) * 1em);
  text-align: center;
}
.styleguide__colour--new {
  grid-column-start: 1;
}
.styleguide__colour__swatch {
  padding-bottom: 100%;
  background-color: var(--colour);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  display: grid;
  place-items: center;
  position: relative;
}
@supports (aspect-ratio: 16/9) {
  .styleguide__colour__swatch {
    padding-bottom: 0;
    aspect-ratio: 1/1;
  }
}
.styleguide__colour__swatch::after {
  position: absolute;
}
.styleguide__colour:hover .styleguide__colour__swatch::after {
  background: inherit;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  content: var(--colour-text);
  -webkit-filter: invert(1) grayscale(1) contrast(9);
          filter: invert(1) grayscale(1) contrast(9);
}

[v-cloak] {
  display: none;
}

/*# sourceMappingURL=styles.9cf7b8172dc04d6c9c66.css.map*/