/* stylelint-disable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  text-align: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  line-height: inherit;
}

.text-caps, .header .header-nav a {
  font-family: var(--font-family-secondary);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}

.heading, .content-section h2,
.content-section h3,
.content-section h4, .banner .banner-heading, .h5, .h4, .h3, .h2, .h1 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  line-height: 1;
}

.h1 {
  font-size: var(--text-size-5xl);
}

.h2 {
  font-size: var(--text-size-4xl);
}

.h3 {
  font-size: var(--text-size-3xl);
}

.h4 {
  font-size: var(--text-size-2xl);
}

.h5 {
  font-size: var(--text-size-xl);
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-inline: var(--gutter);
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1512px) {
  .container {
    width: 1430px;
  }
}

:root {
  --container-width: calc(100% - var(--gutter) * 2);
  --gutter: 15px;
  --header-height: 62px;
  --container-inset: calc((100vw - var(--container-width) - var(--gutter) * 2) / 2);
  --font-family-primary: neue-haas-grotesk-display, sans-serif;
  --font-family-secondary: aktiv-grotesk-extended, sans-serif;
  --td-s: 0.2s;
  --td-m: 0.5s;
  --td-l: 1s;
  --td-xl: 1.4s;
  --neutral-10: #ffffff;
  --neutral-9: #f7f7f7;
  --neutral-8: #e6e6e6;
  --neutral-7: #d9d9d9;
  --neutral-6: #cccccc;
  --neutral-5: #b2b2b2;
  --neutral-4: #999999;
  --neutral-3: #666666;
  --neutral-2: #4d4d4d;
  --neutral-1: #333333;
  --neutral-0: #000000;
  --black: var(--neutral-0);
  --white: var(--neutral-10);
  --gold: #a88f5c;
  --charcoal: #333338;
  --sandstone: #ebebdb;
  --grey: #73706e;
  --green: #29694a;
  --orange: #ff5e2e;
  --text-primary: var(--black);
  --text-receding: var(--neutral-3);
  --text-light: var(--neutral-8);
  --text-size-5xl: 28px;
  --text-size-4xl: 25px;
  --text-size-3xl: 22px;
  --text-size-2xl: 20px;
  --text-size-xl: 18px;
  --text-size-l: 16px;
  --text-size-m: 16px;
  --text-size-s: 15px;
  --text-size-xs: 13px;
  --spacing-3xl: 100px;
  --spacing-2xl: 50px;
  --spacing-xl: 25px;
  --spacing-l: 20px;
  --spacing-m: 15px;
  --spacing-s: 10px;
  --spacing-xs: 5px;
  --spacing-2xs: 2px;
  --border-radius-rounded: 50%;
  --border-radius-round: 500px;
  --border-radius-l: 20px;
  --border-radius-m: 10px;
  --border-radius-s: 5px;
  --border-radius-xs: 3px;
}
@media (min-width: 768px) {
  :root {
    --container-width: calc(720px - var(--gutter) * 2);
    --header-height: clamp(62px, calc((90 / 1400) * var(--container-width)), 90px);
    --text-size-5xl: clamp(28px, calc((53 / 1400) * var(--container-width)), 53px);
    --text-size-4xl: clamp(25px, calc((43 / 1400) * var(--container-width)), 43px);
    --text-size-3xl: clamp(22px, calc((34 / 1400) * var(--container-width)), 34px);
    --text-size-2xl: clamp(20px, calc((27 / 1400) * var(--container-width)), 27px);
    --text-size-xl: clamp(18px, calc((22 / 1400) * var(--container-width)), 22px);
    --text-size-l: clamp(16px, calc((18 / 1400) * var(--container-width)), 18px);
    --text-size-s: clamp(14px, calc((14 / 1400) * var(--container-width)), 14px);
    --text-size-xs: clamp(12px, calc((12 / 1400) * var(--container-width)), 12px);
    --spacing-3xl: clamp(100px, calc((150 / 1400) * var(--container-width)), 150px);
    --spacing-2xl: clamp(50px, calc((100 / 1400) * var(--container-width)), 100px);
    --spacing-xl: clamp(25px, calc((50 / 1400) * var(--container-width)), 50px);
    --spacing-l: clamp(20px, calc((30 / 1400) * var(--container-width)), 30px);
    --spacing-m: clamp(15px, calc((20 / 1400) * var(--container-width)), 20px);
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: calc(960px - var(--gutter) * 2);
  }
}
@media (min-width: 1300px) {
  :root {
    --container-width: calc(1270px - var(--gutter) * 2);
  }
}
@media (min-width: 1512px) {
  :root {
    --container-width: calc(1430px - var(--gutter) * 2);
  }
}

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

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: var(--font-family-primary);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
  text-wrap: pretty;
  font-size: var(--text-size-l);
  font-weight: 500;
  background-color: var(--white);
}
@media (min-width: 768px) {
  body {
    line-height: 1.25;
  }
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

p:not(:first-child) {
  margin-top: 0.8em;
}

.media-wrapper {
  position: relative;
  overflow: hidden;
}
.media-wrapper img,
.media-wrapper video,
.media-wrapper picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section,
footer {
  scroll-margin-top: var(--header-height);
}

.header {
  background-color: var(--charcoal);
  width: 100%;
  height: var(--header-height);
}
.header .header-inside {
  background-color: color-mix(in srgb, var(--charcoal) 80%, transparent);
  color: var(--sandstone);
  height: var(--header-height);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-nav {
  display: none;
}
@media (min-width: 992px) {
  .header .header-nav {
    display: flex;
  }
}
.header .header-nav .menu {
  display: flex;
  gap: var(--spacing-xl);
}
.header .header-nav a {
  color: inherit;
  font-size: var(--text-size-xs);
  font-weight: 500;
}
.header .header-logo {
  display: block;
}
.header .header-logo svg {
  height: 34px;
  width: auto;
}
@media (min-width: 768px) {
  .header .header-logo svg {
    height: clamp(34px, 50 / 1400 * var(--container-width), 50px);
  }
}
@media (min-width: 992px) {
  .header .header-button svg {
    display: none;
  }
}

footer {
  background: url("../../img/backgrounds/shed.png") center, var(--charcoal);
  background-blend-mode: multiply, normal;
  padding-block: 50px;
  color: var(--white);
  text-align: center;
}
@media (min-width: 992px) {
  footer {
    text-align: left;
  }
}
footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
}
@media (min-width: 992px) {
  footer .footer-inner {
    gap: clamp(50px, 120 / 1400 * var(--container-width), 120px);
  }
}
footer .footer-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  footer .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer-subheading {
  font-weight: 300;
  font-size: var(--text-size-4xl);
}
footer .footer-subheading strong {
  font-weight: inherit;
  color: var(--gold);
}
footer .footer-bottom {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
footer .footer-bottom-agents {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
  align-items: center;
}
@media (min-width: 992px) {
  footer .footer-bottom-agents {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
footer .agents {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
}
@media (min-width: 992px) {
  footer .agents {
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  footer .agents {
    gap: clamp(50px, 120 / 1400 * var(--container-width), 120px);
  }
}
footer .agent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  footer .agent {
    flex: 1;
  }
}
footer .agent-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  footer .agent-contact {
    align-items: flex-start;
  }
}
footer .agent-contact a {
  color: inherit;
}
footer .agent-name {
  letter-spacing: 0.16em;
}
footer .agent-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 992px) {
  footer .agent-icons {
    justify-content: flex-start;
  }
}
footer .agent-icon {
  display: block;
}
footer .agent-icon svg {
  height: 22px;
  width: auto;
}
footer .agents-logo {
  width: 190px;
}
@media (min-width: 768px) {
  footer .agents-logo {
    width: clamp(140px, 190 / 1400 * var(--container-width), 190px);
  }
}
footer .footer-divider {
  width: 100%;
  height: 1px;
  background-color: var(--neutral-6);
}
footer .footer-bottom-bottom {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
}
@media (min-width: 1300px) {
  footer .footer-bottom-bottom {
    flex-direction: row;
    position: relative;
  }
}
footer .footer-logo {
  width: 150px;
}
@media (min-width: 768px) {
  footer .footer-logo {
    width: clamp(130px, 150 / 1400 * var(--container-width), 150px);
  }
}
footer .footer-bottom-middle {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-s);
}
@media (min-width: 1300px) {
  footer .footer-bottom-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}
footer .footer-bottom-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  footer .footer-bottom-group {
    flex-direction: row;
    justify-content: center;
  }
}
footer .footer-bottom-group > * {
  display: block;
}
@media (min-width: 768px) {
  footer .footer-bottom-group > * {
    display: initial;
  }
}
footer .seperator {
  display: none;
}
@media (min-width: 768px) {
  footer .seperator {
    display: block;
  }
}
footer .footer-privacy-policy {
  color: inherit;
  letter-spacing: 0;
  font-weight: 300;
}

.button {
  --btn-bg-colour: var(--charcoal);
  --btn-text-colour: var(--white);
  --btn-border-colour: var(--btn-bg-colour);
  --btn-hover-bg-colour: color-mix(in srgb, var(--charcoal) 80%, var(--white));
  --btn-hover-border-colour: var(--btn-hover-bg-colour);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding-inline: 10px;
  padding-block: 8px;
  font-size: var(--text-size-xs);
  align-items: center;
  font-family: var(--font-family-secondary);
  font-weight: 400;
  background-color: var(--btn-bg-colour);
  color: var(--btn-text-colour);
  border-radius: var(--border-radius-round);
  border: 1px solid var(--btn-border-colour);
  white-space: nowrap;
  transition: background-color var(--td-s), border-color var(--td-s), color var(--td-s);
}
.button:hover {
  background-color: var(--btn-hover-bg-colour);
  border-color: var(--btn-hover-border-colour);
}
.button .button-inner {
  display: flex;
  align-items: center;
  min-height: 20px;
}
.button-label {
  padding-inline: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-box: trim-both cap alphabetic;
}
.button--gold {
  --btn-bg-colour: var(--gold);
  --btn-text-colour: var(--white);
  --btn-hover-bg-colour: color-mix(in srgb, var(--gold) 95%, var(--black));
}
.button--outline-light {
  --btn-bg-colour: transparent;
  --btn-text-colour: var(--neutral-9);
  --btn-border-colour: var(--neutral-9);
  --btn-hover-bg-colour: var(--btn-bg-colour);
  --btn-hover-border-colour: var(--btn-border-colour);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.button--outline-gold {
  --btn-bg-colour: color-mix(in srgb, var(--white) 1%, transparent);
  --btn-text-colour: var(--gold);
  --btn-border-colour: var(--gold);
  --btn-hover-bg-colour: var(--btn-bg-colour);
  --btn-hover-border-colour: var(--btn-border-colour);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.button svg {
  height: 20px;
  width: auto;
  flex: 0 0 auto;
}

.button-back-to-top {
  position: fixed;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
  z-index: 999;
  visibility: hidden;
}
@media (min-width: 768px) {
  .button-back-to-top {
    right: clamp(20px, 30 / 1400 * var(--container-width), 30px);
    bottom: clamp(20px, 30 / 1400 * var(--container-width), 30px);
    left: unset;
    translate: unset;
  }
}

.consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 40px));
  transition: transform 0.4s;
  z-index: 999;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--white) 70%, transparent);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding-block: 20px;
}
@media (min-width: 768px) {
  .consent {
    padding-block: 30px;
  }
}
.consent--visible {
  transform: translateY(0);
}

.consent-inner {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .consent-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}
.consent-inner .consent-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .consent-inner .consent-content {
    font-size: clamp(11px, 14 / 1400 * var(--container-width), 14px);
  }
}
.consent-inner .consent-links a {
  color: inherit;
  border-bottom: 1px solid currentColor;
}
.consent-inner .consent-buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-shrink: 0;
}
.banner {
  height: calc(100svh - var(--header-height));
  display: flex;
  align-items: flex-end;
  padding-block: 25px;
  position: relative;
  padding-inline: var(--gutter);
}
@media (min-width: 768px) {
  .banner {
    padding-block: var(--spacing-xl);
    padding-inline: var(--spacing-xl);
  }
}
.banner .banner-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .banner-media::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(3deg, var(--black) 10%, transparent 50%);
  opacity: 0.8;
}
@media (min-width: 768px) {
  .banner .banner-media::after {
    background: linear-gradient(57deg, var(--black) 30%, transparent 70%);
  }
}
.banner .banner-content {
  width: 100%;
  position: relative;
}
.banner .banner-content-inner {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.banner .banner-heading {
  font-size: 24px;
}
@media (min-width: 768px) {
  .banner .banner-heading {
    font-size: clamp(24px, 70 / 1400 * var(--container-width), 70px);
  }
}
.banner .banner-heading span {
  display: inline-block;
}
.banner .banner-heading .ustrial {
  width: 0;
  visibility: hidden;
  display: inline-block;
}
.banner .banner-heading .ex {
  color: var(--gold);
}
.banner .banner-heading .perts {
  width: 0;
  display: inline-block;
  visibility: hidden;
}
.banner .banner-text {
  font-size: var(--text-size-2xl);
}
@media (min-width: 768px) {
  .banner .banner-text {
    max-width: 47ch;
  }
}
.banner .banner-text strong {
  font-weight: inherit;
  color: var(--gold);
}

.about {
  background-color: var(--charcoal);
  padding-block: var(--spacing-2xl);
  color: var(--white);
}
.about .about-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.about .about-heading {
  display: none;
}
@media (min-width: 992px) {
  .about .about-heading {
    display: block;
  }
}
.about .about-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  color: var(--sandstone);
}
@media (min-width: 992px) {
  .about .about-content {
    flex-direction: row;
    gap: clamp(25px, 60 / 1400 * var(--container-width), 60px);
  }
}
.about .about-image {
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: var(--border-radius-s);
}
.about .about-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (min-width: 992px) {
  .about .about-info {
    flex: 1;
  }
}
.about .about-large-text {
  font-size: var(--text-size-3xl);
}
.about .about-small-text {
  font-size: var(--text-size-2xl);
}
.about .about-details {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
  align-items: flex-start;
}
@media (min-width: 992px) {
  .about .about-details {
    order: -1;
  }
}
.about .about-stats {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
  color: var(--gold);
}
.about .about-stat {
  display: flex;
  padding-block: 10px;
  padding-left: 15px;
  border-left: 2px solid var(--gold);
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--spacing-xl);
}
@media (min-width: 768px) {
  .about .about-stat {
    padding-left: clamp(15px, 20 / 1400 * var(--container-width), 20px);
  }
}
.about .about-stat-stat {
  font-weight: 600;
  font-size: var(--text-size-5xl);
  line-height: 1;
}
.relationships {
  margin-top: var(--spacing-2xl);
  margin-bottom: var(--spacing-xl);
  overflow: hidden;
  scroll-margin-top: calc(var(--header-height) + var(--spacing-2xl));
}
.relationships .relationships-inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-2xl);
}
@media (min-width: 992px) {
  .relationships .relationships-inner {
    display: grid;
    flex-direction: unset;
    grid-template-columns: 1fr var(--container-width) 1fr;
  }
}
@media (min-width: 992px) {
  .relationships .relationships-inner:before {
    content: "";
    grid-column: 1/2;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    z-index: 2;
  }
}
.relationships .relationships-top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (min-width: 992px) {
  .relationships .relationships-top {
    grid-column: 2/3;
    flex-direction: row;
    gap: unset;
  }
}
.relationships .relationships-intro {
  max-width: var(--container-width);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
}
@media (min-width: 992px) {
  .relationships .relationships-intro {
    max-width: unset;
    flex-basis: clamp(400px, 600 / 1400 * var(--container-width), 600px);
    flex-shrink: 0;
    padding-right: var(--spacing-2xl);
    margin: unset;
    background-color: var(--white);
    position: relative;
    z-index: 2;
  }
}
.relationships .relationships-heading {
  display: none;
}
@media (min-width: 992px) {
  .relationships .relationships-heading {
    display: block;
  }
}
.relationships .relationships-intro-text {
  font-size: var(--text-size-3xl);
}
.relationships .testimonials-swiper-container {
  display: grid;
  grid-template-columns: 1fr var(--container-width) 1fr;
  row-gap: var(--spacing-xl);
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}
@media (min-width: 992px) {
  .relationships .testimonials-swiper-container {
    display: block;
    overflow: unset;
  }
}
.relationships .testimonials-swiper {
  grid-column: 2/3;
}
@media (min-width: 992px) {
  .relationships .testimonials-swiper {
    grid-column: unset;
  }
}
.relationships .swiper-nav {
  grid-column: 2/3;
  display: flex;
  gap: 5px;
}
@media (min-width: 992px) {
  .relationships .swiper-nav {
    display: none;
  }
}
.relationships .swiper-button {
  cursor: pointer;
}
.relationships .swiper-button-prev {
  transform: scaleX(-1);
}
.relationships .swiper-slide {
  width: 300px;
  box-sizing: border-box;
  height: auto;
}
@media (min-width: 992px) {
  .relationships .swiper-slide {
    width: clamp(300px, 530 / 1400 * var(--container-width), 530px);
  }
}
.relationships .testimonial {
  width: 100%;
  height: 100%;
  background-color: var(--neutral-9);
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  border-radius: var(--border-radius-s);
  padding-block: var(--spacing-l);
  padding-inline: var(--spacing-m);
}
.relationships .testimonial .company {
  color: var(--gold);
}
.relationships .testimonial .quote {
  font-size: var(--text-size-2xl);
}
.relationships .testimonial .author {
  font-weight: 600;
}
.relationships .testimonial .role {
  color: var(--text-receding);
}
.relationships .testimonial-top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
}
.relationships .testimonial-bottom {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.relationships .relationships-images {
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .relationships .relationships-images {
    gap: clamp(8px, 10 / 1400 * var(--container-width), 10px);
  }
}
@media (min-width: 992px) {
  .relationships .relationships-images {
    grid-column: 1/-1;
  }
}
.relationships .relationships-image {
  height: 162px;
  aspect-ratio: 1.5;
  border-radius: var(--border-radius-xs);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .relationships .relationships-image {
    height: clamp(130px, 216 / 1400 * var(--container-width), 216px);
  }
}
.relationships .relationships-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--charcoal);
  mix-blend-mode: color;
}

.charity {
  background: url("../../img/backgrounds/shed.png") center, var(--charcoal);
  background-blend-mode: multiply, normal;
  padding-block: var(--spacing-xl);
}
.charity .charity-box {
  background-color: var(--green);
  padding-top: var(--spacing-xl);
  padding-inline: var(--spacing-m);
  padding-bottom: var(--spacing-l);
  border-radius: var(--border-radius-l);
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (min-width: 768px) {
  .charity .charity-box {
    padding: var(--spacing-xl);
  }
}
.charity .box-top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
  padding-inline: var(--spacing-m);
}
@media (min-width: 992px) {
  .charity .box-top {
    padding: 0;
  }
}
.charity .charity-heading {
  display: none;
}
@media (min-width: 992px) {
  .charity .charity-heading {
    display: block;
  }
}
.charity .charity-intro-text {
  font-size: var(--text-size-3xl);
}
.charity .charity-items {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
}
@media (min-width: 992px) {
  .charity .charity-items {
    flex-direction: row;
  }
}
.charity .charity-item {
  background-color: color-mix(in srgb, var(--charcoal) 10%, transparent);
  padding: var(--spacing-l);
  border-radius: var(--border-radius-l);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: flex-start;
  transition: background-color var(--td-s);
}
@media (min-width: 992px) {
  .charity .charity-item {
    flex: 1;
  }
}
.charity .charity-item:hover {
  background-color: #3d7158;
}
.charity .charity-logo {
  height: 80px;
  width: auto;
}
@media (min-width: 992px) {
  .charity .charity-logo {
    height: clamp(70px, 60 / 1400 * var(--container-width), 80px);
  }
}
.charity .charity-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
  align-items: flex-start;
}
@media (min-width: 992px) {
  .charity .charity-info {
    flex: 1;
    justify-content: space-between;
  }
}
.charity .charity-description {
  color: var(--text-light);
}

.team {
  margin-top: 75px;
  scroll-margin-top: calc(var(--header-height) + 75px);
}
.team .team-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
}
.team .team-heading {
  display: none;
}
@media (min-width: 992px) {
  .team .team-heading {
    display: block;
  }
}
.team .team-swiper-container {
  position: relative;
}
@media (min-width: 768px) {
  .team .team-swiper-container {
    --bottom-padding: clamp(70px, calc((100 / 1400) * var(--container-width)), 100px);
    padding-bottom: var(--bottom-padding);
  }
}
.team .team-swiper {
  position: relative;
}
.team .team-member {
  position: relative;
}
.team .team-member-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
}
@media (min-width: 992px) {
  .team .team-member-content {
    max-width: 55%;
  }
}
@media (min-width: 1300px) {
  .team .team-member-content {
    gap: clamp(25px, 90 / 1400 * var(--container-width), 90px);
  }
}
.team .member-name {
  font-size: 36px;
}
@media (min-width: 768px) {
  .team .member-name {
    font-size: clamp(36px, 50 / 1400 * var(--container-width), 50px);
  }
}
.team .member-items {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (min-width: 768px) {
  .team .member-items {
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .team .member-items {
    max-width: unset;
  }
}
@media (min-width: 1300px) {
  .team .member-items {
    flex-direction: row;
    max-width: 85%;
  }
}
.team .member-items-col {
  display: contents;
}
@media (min-width: 1300px) {
  .team .member-items-col {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xl);
    flex: 1;
  }
}
.team .member-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.team .team-member-box {
  border-radius: var(--border-radius-l);
  overflow: hidden;
  padding-block: var(--spacing-2xl);
  padding-inline: var(--spacing-xl);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), url("../../img/backgrounds/texture.jpg");
  position: relative;
}
@media (min-width: 1300px) {
  .team .team-member-box {
    padding: var(--spacing-xl);
  }
}
.team .box-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250%;
  max-width: unset;
  mix-blend-mode: darken;
}
@media (min-width: 992px) {
  .team .box-shape {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .team .box-shape {
    right: 0;
    left: unset;
    height: 100%;
    width: auto;
  }
}
.team .item-heading {
  color: var(--gold);
  font-weight: 600;
  font-size: var(--text-size-m);
}
.team .item-text {
  letter-spacing: 0.02em;
}
.team .team-member-video-wrapper {
  margin-top: -110px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  width: 310px;
  position: relative;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .team .team-member-video-wrapper {
    margin: 0;
    position: absolute;
    bottom: calc(-1 * var(--bottom-padding));
    right: 5%;
  }
}
@media (min-width: 992px) {
  .team .team-member-video-wrapper {
    width: 40%;
  }
}
.team .team-member-video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.team .swiper-controls {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-s);
  right: 0;
  bottom: var(--spacing-s);
  z-index: 3;
}
@media (min-width: 768px) {
  .team .swiper-controls {
    display: contents;
  }
}
.team .swiper-nav {
  display: flex;
  gap: var(--spacing-xs);
}
@media (min-width: 768px) {
  .team .swiper-nav {
    position: absolute;
    top: calc(100% + clamp(10px, 15 / 1400 * var(--container-width), 15px));
    right: 0;
  }
}
.team .swiper-button {
  cursor: pointer;
}
.team .swiper-button-prev {
  transform: scaleX(-1);
}
.team .swiper-pagination {
  display: flex;
  gap: 4px;
}
@media (min-width: 768px) {
  .team .swiper-pagination {
    position: absolute;
    top: calc(100% + clamp(22px, 30 / 1400 * var(--container-width), 30px));
    left: 50%;
    translate: -50% 0;
  }
}
.team .swiper-pagination-bullet {
  flex: 0 0 6px;
  height: 6px;
  background-color: var(--charcoal);
  opacity: 0.5;
  cursor: pointer;
  border-radius: var(--border-radius-round);
  transition: opacity var(--td-m), flex-grow var(--td-m), flex-basis var(--td-m);
}
.team .swiper-pagination-bullet-active {
  opacity: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .team .swiper-pagination-bullet-active {
    flex-basis: clamp(30px, 50 / 1400 * var(--container-width), 50px);
  }
}

.generic-template {
  padding-block: var(--spacing-2xl);
}
.generic-template .generic-template-inner {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
}

.content-section {
  max-width: 1000px;
  font-size: var(--text-size-m);
  line-height: 1.4;
}
.content-section strong {
  font-weight: 600;
}
.content-section > *:not(:first-child) {
  margin-top: 0.8em;
}
.content-section h2,
.content-section h3,
.content-section h4 {
  margin-bottom: 0.6em;
}
.content-section h2:not(:first-child),
.content-section h3:not(:first-child),
.content-section h4:not(:first-child) {
  margin-top: 3em;
}
.content-section h2 {
  font-size: var(--text-size-l);
}
.content-section ul {
  list-style-position: inside;
  list-style: disc;
  padding-left: 1.5em;
}
.content-section ul li:not(:first-child) {
  margin-top: 0.3em;
}
.content-section ol {
  list-style-position: outside;
  list-style-type: revert-layer;
  padding-left: 1.5em;
}
.content-section ol[type=a] {
  list-style-type: none;
  counter-reset: alpha-counter;
}
.content-section ol[type=a] li {
  counter-increment: alpha-counter;
}
.content-section ol[type=a] li::before {
  content: "(" counter(alpha-counter, lower-alpha) ") ";
}
.content-section a {
  text-decoration: underline;
  color: inherit;
}
.content-section table {
  border: 1px solid var(--neutral-8);
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
.content-section table ol {
  list-style-position: inside;
  padding-left: 0;
}
.content-section table th {
  font-weight: 600;
}
.content-section table th,
.content-section table td {
  border: 1px solid var(--neutral-8);
  padding: 10px;
  text-align: left;
}
.content-section table th > :not(:last-child),
.content-section table td > :not(:last-child) {
  margin-top: 0.5em;
}
