@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.woff2') format('woff2'), url('../fonts/Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?9nmaf61');
  src: url('../fonts/icomoon.eot?9nmaf61#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?9nmaf61') format('truetype'), url('../fonts/icomoon.woff?9nmaf61') format('woff'), url('../fonts/icomoon.svg?9nmaf61#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play:before {
  content: "\e900";
}
.icon-pause:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-up:before {
  content: "\e904";
}
.icon-chevron-down:before {
  content: "\e905";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-collapse: inherit;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}
::-moz-selection {
  /* Code for Firefox */
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
::selection {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.visuallyHidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px);
  /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(50%);
  /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap;
  /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
input,
textarea {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #131313 inset;
  -webkit-text-fill-color: #ffffff !important;
}
img.lazy {
  visibility: hidden;
  opacity: 0;
}
.lazyBackground.lazy {
  background-image: none !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
html {
  scroll-behavior: initial;
}
html.stopScroll {
  overflow: hidden;
}
html.stopScroll body {
  overflow: hidden;
}
html.is-changing {
  pointer-events: none;
}
html,
body {
  font-family: 'Helvetica';
  font-optical-sizing: auto;
  width: 100vw;
  height: auto;
  font-weight: 500;
  background: #ffffff;
  color: #131313;
  font-size: 0.875vw;
  line-height: 1.375vw;
  overflow-x: clip;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html.is-changing #pageContainer.transition-fade,
html.fade #pageContainer.transition-fade {
  opacity: 0;
}
#pageContainer {
  width: 100vw;
}
#pageContainer.transition-fade {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.contentWrapper {
  width: 100%;
  padding: 0 3.125vw;
  margin: 0 auto;
}
@media all and (max-width: 1080px) {
  html,
  body {
    font-size: 1.296vw;
    line-height: 2.037vw;
  }
  .contentWrapper {
    padding: 0 4.63vw;
  }
}
@media all and (max-width: 580px) {
  html,
  body {
    font-size: 3.448vw;
    line-height: 5.172vw;
  }
  .contentWrapper {
    padding: 0 6.897vw;
  }
}
.maintenanceBlock .background {
  height: calc(100dvh - 8.75vw);
  background-size: auto 100%;
  background-position: top center;
  background-repeat: repeat-x;
}
.maintenanceBlock .innerContent {
  height: 8.75vw;
  padding: 2.5vw 0;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(1.25vw);
  -moz-transform: translateY(1.25vw);
  -o-transform: translateY(1.25vw);
  -ms-transform: translateY(1.25vw);
  transform: translateY(1.25vw);
  -webkit-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  -moz-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  -ms-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  -o-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
}
.maintenanceBlock .innerContent.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.maintenanceBlock .innerContent .innerContainer {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.maintenanceBlock .innerContent .innerContainer a {
  color: #131313;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.maintenanceBlock .innerContent .innerContainer a:hover {
  opacity: 0.6;
}
@media all and (max-width: 1080px) {
  .maintenanceBlock .background {
    height: calc(100dvh - 12.963vw);
  }
  .maintenanceBlock .innerContent {
    height: 12.963vw;
    padding: 3.704vw 0;
  }
}
@media all and (max-width: 580px) {
  .maintenanceBlock .background {
    height: calc(100dvh - 34.483vw);
  }
  .maintenanceBlock .innerContent {
    height: 34.483vw;
    padding: 6.897vw 0;
  }
}
/*# sourceMappingURL=text-page.css.map */