/* 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;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

*,
*::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%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: "europa", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img {
  display: block;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 30px;
  background-color: #681929;
}
footer .footer-logo {
  display: block;
}
footer .footer-logo img {
  height: 65px;
}

.home-header {
  background-color: #681929;
  color: #ffffff;
  padding: 90px 0;
}
@media (min-width: 768px) {
  .home-header {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .home-header {
    padding: 130px 0;
  }
}
@media (min-width: 1600px) {
  .home-header {
    padding: 160px 0;
  }
}
.home-header .home-header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-header .home-header-logo svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 280px;
}
@media (min-width: 768px) {
  .home-header .home-header-logo svg {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .home-header .home-header-logo svg {
    max-width: 400px;
  }
}
@media (min-width: 1600px) {
  .home-header .home-header-logo svg {
    max-width: 530px;
  }
}
.home-header .divider {
  margin-top: 80px;
  margin-bottom: 40px;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .home-header .divider {
    margin-top: 110px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .home-header .divider {
    margin-top: 150px;
    margin-bottom: 80px;
  }
}
.home-header .home-header-content {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  text-wrap: balance;
  max-width: 22em;
}
@media (min-width: 992px) {
  .home-header .home-header-content {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .home-header .home-header-content {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .home-header .home-header-content {
    font-size: 26px;
  }
}
.home-header .coloured {
  color: #99c7e5;
  font-weight: 400;
}
.home-header .bold {
  font-weight: 400;
}
.home-header.trigger #ahcl-logo #square-1,
.home-header.trigger #ahcl-logo #square-2 {
  opacity: 0;
  transition: opacity 0.7s;
}
.home-header.trigger #ahcl-logo #square-1 {
  transition-delay: 0.3s;
}
.home-header.trigger #ahcl-logo #ahcl path {
  opacity: 0;
  transition: opacity 0.7s;
}
.home-header.trigger #ahcl-logo #ahcl path:nth-of-type(1) {
  transition-delay: 0s;
}
.home-header.trigger #ahcl-logo #ahcl path:nth-of-type(2) {
  transition-delay: 0.15s;
}
.home-header.trigger #ahcl-logo #ahcl path:nth-of-type(3) {
  transition-delay: 0.3s;
}
.home-header.trigger #ahcl-logo #ahcl path:nth-of-type(4) {
  transition-delay: 0.45s;
}
.home-header.trigger .home-header-content > div {
  opacity: 0;
  translate: 0 10px;
  transition: opacity 1.2s, translate 1.2s;
}
.home-header.trigger .home-header-content > div:nth-of-type(1) {
  transition-delay: 0.6s;
}
.home-header.trigger .home-header-content > div:nth-of-type(2) {
  transition-delay: 0.8s;
}
.home-header.trigger .home-header-content > div:nth-of-type(3) {
  transition-delay: 1s;
}
.home-header.trigger .home-header-content > div:nth-of-type(4) {
  transition-delay: 1.2s;
}
.home-header.trigger .divider {
  transform: scaleX(0);
  transition: transform 0.8s 1.3s;
}
.home-header.in-view #ahcl-logo #square-1,
.home-header.in-view #ahcl-logo #square-2 {
  opacity: 1;
}
.home-header.in-view #ahcl-logo #ahcl path {
  opacity: 1;
}
.home-header.in-view .home-header-content > div {
  opacity: 1;
  translate: 0 0;
}
.home-header.in-view .divider {
  transform: scaleX(1);
}

@media (min-width: 768px) {
  .image-with-text {
    display: flex;
  }
}
.image-with-text .image-block {
  aspect-ratio: 5/4;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .image-with-text .image-block {
    width: auto;
    flex: 0 0 50%;
    aspect-ratio: unset;
  }
}
.image-with-text .image-block img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-with-text .content-block {
  background-color: #000000;
  color: #ffffff;
  padding: 60px 30px;
}
@media (min-width: 768px) {
  .image-with-text .content-block {
    flex: 0 0 50%;
    padding: 5vw;
  }
}
@media (min-width: 1300px) {
  .image-with-text .content-block {
    padding: max(5vw, 70px) max(7vw, 90px);
  }
}
.image-with-text .content-block.trigger .text-item {
  opacity: 0;
  translate: 0 10px;
  transition: opacity 1.2s, translate 1.2s;
}
@media (min-width: 768px) {
  .image-with-text .content-block.trigger .text-item {
    translate: -10px 0;
  }
}
.image-with-text .content-block.trigger .text-item:nth-of-type(1) {
  transition-delay: 0s;
}
.image-with-text .content-block.trigger .text-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.image-with-text .content-block.trigger .text-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.image-with-text .content-block.trigger .text-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.image-with-text .content-block.trigger .text-item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.image-with-text .content-block.trigger .text-item:nth-of-type(6) {
  transition-delay: 1s;
}
.image-with-text .content-block.trigger .text-item:nth-of-type(7) {
  transition-delay: 1.2s;
}
.image-with-text .content-block.trigger .text-item:nth-of-type(8) {
  transition-delay: 1.4s;
}
.image-with-text .content-block.trigger .text-item:nth-of-type(9) {
  transition-delay: 1.6s;
}
.image-with-text .content-block.trigger .text-item:nth-of-type(10) {
  transition-delay: 1.8s;
}
.image-with-text .content-block.in-view .text-item {
  opacity: 1;
  translate: 0;
}
.image-with-text .content-block-inner {
  text-align: center;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .image-with-text .content-block-inner {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .image-with-text .content-block-inner {
    font-size: 18px;
  }
}
.image-with-text .content-intro {
  font-weight: 400;
  color: #99c7e5;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .image-with-text .content-intro {
    text-wrap: pretty;
  }
}
.image-with-text .text-item {
  padding-block: 1.25em;
  text-wrap: pretty;
}
.image-with-text .text-item:not(:first-of-type) {
  border-top: 1px solid #ffffff;
}
.image-with-text .text-item:first-of-type {
  padding-top: 0;
}
.image-with-text .text-item:last-of-type {
  padding-bottom: 0;
}

.contact-section {
  padding-block: 60px;
}
@media (min-width: 1600px) {
  .contact-section {
    padding-block: 70px;
  }
}
.contact-section .contact-inner {
  text-align: center;
  display: grid;
  place-items: center;
  gap: 1.25em;
}
@media (min-width: 992px) {
  .contact-section .contact-inner {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .contact-section .contact-inner {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .contact-section .contact-inner {
    font-size: 22px;
  }
}
.contact-section .contact-intro {
  color: #681929;
  font-weight: 400;
  text-wrap: balance;
  max-width: 400px;
}
.contact-section .contact-details {
  font-weight: 700;
}
.contact-section .contact-details a {
  color: inherit;
  font-weight: 400;
}
