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

/* Fonts */
/* Colours */
/* Breakpoints */
/* Spacing */
/* Typography */
*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden; }

main {
  position: relative;
  z-index: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0; }

ul {
  margin: 0;
  padding-left: 25px;
  list-style-type: none; }
  ul li {
    position: relative;
    margin-bottom: 10px; }
    ul li:before {
      content: "";
      width: 7px;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: -20px;
      top: 10px; }

p {
  font-family: "Nunito Sans", "Open Sans", Arial, sans-serif;
  margin: 0; }

img {
  max-width: 100%; }

a {
  color: #000;
  text-decoration: none; }

button {
  font: inherit;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.titles {
  display: flex;
  flex-direction: column; }

.meta-title {
  font-family: "Nunito Sans", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 20px; }

.title {
  font-size: 41px;
  font-weight: 200;
  order: 1; }

.text {
  font-size: 20px;
  font-weight: 200;
  margin-top: 20px; }

.btn {
  display: inline-block;
  margin-top: 40px; }

.btn--disabled {
  opacity: 0.4; }

.align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important; }

.m-bottom--xlarge {
  margin-bottom: 100px;
  content: ""; }

.m-bottom--large {
  margin-bottom: 50px;
  content: ""; }

.m-bottom--small {
  margin-bottom: 30px;
  content: ""; }

/*
 * fade out all elements apart from the current element that is being hovered
 */
.hover-fade:hover .hover-fade__item {
  opacity: 0.5; }

.hover-fade .hover-fade__item {
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1); }

.hover-fade .hover-fade__item:hover {
  opacity: 1; }

.background {
  /* Background Container Positioning */
  position: absolute;
  top: 0;
  z-index: -5;
  height: 100%;
  /* Full-Width Background Bleed */
  left: 50%;
  width: calc(100% + ((100vw - 1920px)));
  transform: translateX(-50%);
  /* Default Background Colour */
  background-color: #fff;
  /* Background Image Positioning */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.background--offset {
  width: 100% !important;
  padding: 0 40px 0 192px;
  background-clip: content-box;
  z-index: -5; }

.background--white {
  background-color: #fff !important; }

.bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.text-colour--white {
  color: #fff; }

.split-component .background {
  background-color: transparent; }

.bg-colour-pink-100 > .background {
  background-color: #fa235f; }

.bg-colour-pink-90 > .background {
  background-color: #fb396f; }

.bg-colour-pink-20 > .background {
  background-color: #fed3df; }

.bg-colour-pink-10 > .background {
  background-color: #ffe9ef; }

.bg-colour-purple-100 > .background {
  background-color: #7f29d0; }

.bg-colour-purple-90 > .background {
  background-color: #8c3ed5; }

.bg-colour-purple-20 > .background {
  background-color: #e5d4f6; }

.bg-colour-purple-10 > .background {
  background-color: #f2eafa; }

.bg-colour-blue-100 > .background {
  background-color: #3366ff; }

.bg-colour-blue-90 > .background {
  background-color: #4775ff; }

.bg-colour-blue-20 > .background {
  background-color: #d6e0ff; }

.bg-colour-blue-10 > .background {
  background-color: #ebf0ff; }

.bg-colour-cyan-100 > .background {
  background-color: #00b4d5; }

.bg-colour-cyan-90 > .background {
  background-color: #1abcd9; }

.bg-colour-cyan-20 > .background {
  background-color: #ccf0f7; }

.bg-colour-cyan-10 > .background {
  background-color: #e6f8fb; }

.bg-colour-black-100 > .background {
  background-color: #000; }

.bg-colour-black-90 > .background {
  background-color: #1a1a1a; }

.bg-colour-black-20 > .background {
  background-color: #cccccc; }

.bg-colour-black-10 > .background {
  background-color: #e6e6e6; }

.bg-colour-grey-100 > .background {
  background-color: #f5f5f5; }

.bg-colour-grey-90 > .background {
  background-color: #f6f6f6; }

.bg-colour-grey-20 > .background {
  background-color: #fdfdfd; }

.bg-colour-grey-10 > .background {
  background-color: #fefefe; }

@media (max-width: 1920px) {
  .background--offset {
    padding: 0 40px 0 10vw; } }

@media (max-width: 1024px) {
  .background--offset {
    padding: 0; } }

.page-wrapper {
  max-width: 1920px;
  margin: 0 auto; }

.container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 40px 0 192px; }

.split--small .container {
  padding-left: 40px; }

.component--offset .split--small .container {
  padding-right: 60px; }

@media (max-width: 1920px) {
  .container {
    padding: 0 40px 0 10vw; } }

@media (max-width: 1024px) {
  .container,
  .split--small .container,
  .component--offset .split--small .container {
    padding: 0 30px; } }

@media (max-width: 768px) {
  .page-wrapper {
    overflow: hidden; }
  .container,
  .split--small .container,
  .component--offset .split--small .container {
    padding: 0 27px; } }

.content {
  max-width: 650px; }

@media (max-width: 1440px) {
  .content {
    max-width: 600px; } }

@media (max-width: 1024px) {
  .content {
    max-width: 500px; } }

@media (max-width: 768px) {
  .content {
    max-width: 100%; } }

.component {
  position: relative;
  padding: 120px 0;
  color: #000; }

.component.text-colour--white {
  color: #fff; }

main > .hero-banner:first-of-type,
main > .component-60-40:first-of-type {
  height: 100vh;
  min-height: 600px;
  max-height: 800px; }

main > .component:first-of-type .split-component {
  height: 100%; }

.component--offset .split-component .background {
  width: 100% !important; }

.component--offset .split--large {
  padding-left: 192px; }

.component-60-40.bg-image > .background[style*="background-image"]::before,
.cta-component.bg-image > .background[style*="background-image"]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45); }

.component-60-40.bg-image > .background[style*="background-image"]::before,
.cta-component.bg-image > .background[style*="background-image"]::before {
  padding: 0 40px 0 192px; }

.component-60-40.bg-image > .background--offset[style*="background-image"]::before {
  background-clip: content-box; }

@media (max-width: 1920px) {
  .component-60-40.bg-image > .background.background--offset[style*="background-image"]:before,
  .cta-component.bg-image > .background.background--offset[style*="background-image"]:before {
    right: 40px;
    left: 10vw; }
  .component-60-40.bg-image > .background[style*="background-image"]::before,
  .cta-component.bg-image > .background[style*="background-image"]::before {
    padding: 0; } }

@media (max-width: 1024px) {
  .component--offset .split--large {
    padding-left: 0; }
  .component-60-40.bg-image > .background.background--offset[style*="background-image"]:before,
  .cta-component.bg-image > .background.background--offset[style*="background-image"]:before {
    right: 0;
    left: 0; } }

@media (max-width: 768px) {
  main > .component:first-of-type {
    height: auto;
    max-height: none; }
  main > .component:first-of-type:not(.component-60-40) {
    padding-top: 230px; } }

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%; }

.header .background {
  background-color: #fff; }

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: transparent;
  z-index: -10;
  transition: background-color 1.2s ease-out, height 0s 1.2s; }

.header--nav-open .header__overlay {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 1.2s ease-out, height 0s; }

.header__outer {
  position: relative;
  background: #fff; }

.header__inner {
  justify-content: flex-start;
  max-height: 100vh; }

.header__top {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px; }

.header__logo {
  flex-shrink: 0;
  width: 160px; }

.header__logo-image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.header__logo-image {
  display: block; }

.menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer; }

.menu-btn__input {
  position: absolute;
  visibility: hidden; }

.menu-btn__text-container {
  position: relative;
  font-family: "Nunito Sans", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding-right: 20px;
  width: 55px; }

.menu-btn__text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%); }

.menu-btn__text-open {
  color: #000;
  transition: color 300ms 300ms ease-out; }

.menu-btn__text-close {
  color: transparent;
  transition: color 300ms ease-out; }

.header--nav-open .menu-btn__text-open {
  color: transparent;
  transition: color 300ms ease-out; }

.header--nav-open .menu-btn__text-close {
  color: #000;
  transition: color 300ms 300ms ease-out; }

.menu-btn__icon {
  position: relative;
  height: 15px;
  width: 20px; }

.menu-btn__icon-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: top 200ms 200ms ease-out, transform 200ms ease-out, opacity 0s 200ms linear; }

.menu-btn__icon-bar:first-of-type {
  top: 0px; }

.menu-btn__icon-bar:nth-of-type(2) {
  position: relative;
  top: 7px;
  transform-origin: 100% 50%;
  background-color: transparent; }

.menu-btn__icon-bar:nth-of-type(2)::before,
.menu-btn__icon-bar:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #000; }

.menu-btn__icon-bar:nth-of-type(2)::before {
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu-btn__icon-bar:nth-of-type(2)::after {
  transform-origin: 100% 50%;
  transition: transform 0.6s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu-btn:hover .menu-btn__icon-bar:nth-of-type(2)::before {
  transform: scaleX(1);
  transition: transform 0.6s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu-btn:hover .menu-btn__icon-bar:nth-of-type(2)::after {
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu-btn__icon-bar:last-of-type {
  top: 14px; }

.header--nav-open .menu-btn__icon-bar {
  transition: top 200ms ease-out, transform 200ms 200ms ease-out, opacity 0s 200ms linear; }

.header--nav-open .menu-btn__icon-bar:first-of-type {
  top: 7px;
  transform: rotate(-45deg); }

.header--nav-open .menu-btn__icon-bar:nth-of-type(2) {
  opacity: 0; }

.header--nav-open .menu-btn__icon-bar:last-of-type {
  top: 7px;
  transform: rotate(45deg); }

@media (max-width: 1024px) {
  .menu-btn__text {
    display: none; } }

@media (max-width: 768px) {
  .header {
    padding-right: 27px !important; }
  .header__top {
    height: 80px; }
  .header__logo {
    width: 110px; } }

.main-nav {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  height: calc(100vh - 100px);
  transition: max-height 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s; }

.header--nav-open .main-nav {
  max-height: calc(100vh - 100px); }

.main-nav__list-wrapper {
  padding: 7vw 0 10vw;
  height: 100%;
  -ms-overflow-style: none;
  overflow-y: auto; }

.main-nav__list-wrapper::-webkit-scrollbar {
  display: none; }

.main-nav__list {
  opacity: 0;
  transition: opacity 500ms linear; }

.header--nav-open .main-nav__list {
  opacity: 1; }

.main-nav__list-item {
  overflow: hidden; }

.main-nav__list-item {
  margin-bottom: 20px; }

.main-nav__list-item:last-of-type {
  margin-bottom: 0; }

.main-nav__link {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 200;
  transform: translateY(100%);
  transition: transform 0s 500ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.header--nav-open .main-nav__link {
  transition: transform 1.2s 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.header--nav-open .main-nav__list-item:nth-of-type(2) .main-nav__link {
  transition-delay: 1.1s; }

.header--nav-open .main-nav__list-item:nth-of-type(3) .main-nav__link {
  transition-delay: 1.2s; }

.header--nav-open .main-nav__list-item:nth-of-type(4) .main-nav__link {
  transition-delay: 1.3s; }

.header--nav-open .main-nav__list-item:nth-of-type(5) .main-nav__link {
  transition-delay: 1.4s; }

.header--nav-open .main-nav__list-item:nth-of-type(6) .main-nav__link {
  transition-delay: 1.5s; }

.header--nav-open .main-nav__list-item:nth-of-type(6) .main-nav__link {
  transition-delay: 1.6s; }

.header--nav-open .main-nav__list-item:nth-of-type(7) .main-nav__link {
  transition-delay: 1.7s; }

.main-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fa235f;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 900ms cubic-bezier(0.77, 0, 0.175, 1); }

.main-nav__link:hover::after,
.main-nav__link:focus::after {
  transform: scaleX(1); }

.header--nav-open .main-nav__link {
  transform: translateY(0); }

@media (max-width: 768px) {
  .main-nav {
    height: calc(100vh - 80px); }
  .header--nav-open .main-nav {
    max-height: calc(100vh - 80px); } }

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 0; }

.footer__top {
  padding: 120px 0; }

.footer__heading {
  font-size: 41px;
  font-weight: 200; }

.footer__text {
  font-size: 18px;
  font-weight: 200;
  margin-top: 20px; }

.footer__btn {
  margin-top: 40px; }

.footer__locations {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%; }

.footer__address {
  font-style: normal;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 20px; }

.footer__address:first-of-type {
  margin-right: 25%; }

.footer__address a {
  position: relative; }

.footer__address a::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: opacity 300ms ease-out; }

.footer__address:hover a::after {
  opacity: 1; }

.footer__copy {
  font-size: 8px;
  line-height: 2;
  height: 100%; }

.footer__copy .container {
  justify-content: center; }

.footer__info {
  position: relative; }

.footer__info .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.footer__info-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px; }

.footer__info-list-item {
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  margin-right: 30px; }

.footer__info-list-item:last-of-type {
  margin-right: 0; }

.footer__info-list-link {
  position: relative;
  color: #fff; }

.footer__info-list-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fa235f;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 900ms cubic-bezier(0.77, 0, 0.175, 1); }

.footer__info-list-link:hover::after,
.footer__info-list-link:focus::after {
  transform: scaleX(1); }

.footer__social {
  display: flex;
  align-items: center;
  height: 100%; }

.footer__social-list {
  display: flex;
  padding-left: 0;
  margin-left: 25px;
  margin-bottom: 10px; }

.footer__social-list-item {
  width: 25px;
  margin-right: 20px;
  margin-bottom: 0; }

.footer__social-list-item:last-of-type {
  margin-right: 0; }

.footer__social-link {
  display: block; }

.footer__social-link-image {
  display: block;
  margin: 0 auto; }

@media (max-width: 1250px) {
  .footer__top {
    padding-bottom: 80px; }
  .footer__bottom .split-component {
    flex-direction: column; }
  .footer__copy {
    padding-bottom: 40px; }
  .footer__social {
    height: 100px; }
  .footer__info-list {
    flex-direction: row;
    justify-content: flex-end; } }

@media (max-width: 768px) {
  .footer__locations {
    margin-top: 80px; }
  .footer__address:first-of-type {
    margin-right: 15%; } }

@media (max-width: 380px) {
  .footer__info .container {
    flex-direction: column; }
  .footer__info-list {
    padding-top: 0;
    padding-bottom: 40px;
    height: auto; } }

.award-icons-component {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%; }

.award-icons-component .background {
  background-color: #fff; }

.award-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 0 -20px;
  padding: 20px 0; }

.award-icons__image {
  display: block;
  padding: 0 20px;
  max-width: 25%;
  max-height: 100%; }

@media (max-width: 1024px) {
  .award-icons {
    margin: 0 -15px; }
  .award-icons__image {
    padding: 0 15px; } }

@media (max-width: 768px) {
  .award-icons {
    height: 80px;
    padding: 20px 0;
    margin: 0 -13.5px; }
  .award-icons__image {
    padding: 0 13.5px; } }

.cards-component {
  padding-bottom: 40px; }

.cards-component__intro {
  margin-bottom: 80px; }

.cards-component__meta-title {
  display: block;
  margin-bottom: 20px; }

.cards-component__link {
  display: inline-block; }

.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.card {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin-bottom: 80px; }

.card__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }

.card__image-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }

.card__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.card__title {
  font-size: 20px;
  font-weight: 200; }

.card__title.title--large {
  font-size: 27px; }

.card__subtitle {
  font-family: "Nunito Sans", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 20px; }

.card__text {
  font-size: 14px;
  font-weight: 200;
  margin-top: 20px; }

.card__link {
  margin-top: 40px;
  align-self: flex-start; }

.card__badge {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 70px; }

.cards-component--large-image .card {
  flex-basis: 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 40px); }

.cards-component--large-image .card.card--span-2 {
  flex-basis: 66.666%; }

.cards-component--large-image .card__image-container {
  padding-top: 62.11%;
  /* Aspect ratio */ }

.cards-component--large-image .card--span-2 .card__image-container {
  padding-top: 29.75%;
  /* Aspect ratio */ }

.cards-component--large-image .card--span-2 .card__title,
.cards-component--large-image .card--span-2 .card__text {
  max-width: 85%; }

.cards-component--large-image-portrait .card__image-container {
  padding-top: 130%; }

.cards-component--small-image .card {
  flex-basis: 25%;
  -ms-flex-preferred-size: calc(25% - 40px); }

.cards-component--small-image .card__image-container {
  padding-top: 136.42%;
  /* Aspect ratio */ }

.cards-component--small-image .split--large .container {
  padding-right: 0; }

.cards-component--icons .card {
  flex-basis: 33.333%;
  min-width: 150px;
  -ms-flex-preferred-size: calc(33.333% - 40px); }

.cards-component--icons .card.card--span-2 {
  flex-basis: 66.666%; }

.cards-component--icons .card__image-container {
  display: flex;
  align-items: flex-end;
  min-height: 75px;
  margin-bottom: 0; }

.cards-component--icons .card__image {
  position: static;
  display: block;
  width: auto;
  height: auto; }

.cards-component--icons .card__subtitle {
  margin-top: 20px;
  margin-bottom: 0; }

.cards-component--icons .card__title {
  margin-top: 20px; }

.cards-component--icons .card--span-2 .card__title,
.cards-component--icons .card--span-2 .card__text {
  max-width: 85%; }

.cards-component--text-block .card {
  flex-basis: 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 40px);
  min-height: 240px;
  color: #000; }

.cards-component--text-block .card.card--span-2 {
  flex-basis: 66.666%; }

.cards-component--text-block .card__content {
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  padding: 70px 30px; }

.cards-component--text-block .card--span-2 .card__title,
.cards-component--text-block .card--span-2 .card__text {
  max-width: 85%; }

@media (max-width: 1024px) {
  .cards {
    margin: 0 -15px; }
  .card {
    padding: 0 15px; } }

@media (max-width: 768px) {
  .cards-component {
    padding-bottom: 120px; }
  .split--large .cards-component--icons {
    padding-bottom: 0; }
  .cards {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0; }
  .card {
    padding: 0; }
  .card:last-of-type {
    margin-bottom: 0; }
  .cards-component--large-image .card--span-2 .card__title,
  .cards-component--large-image .card--span-2 .card__text {
    max-width: 100%; }
  .cards-component--small-image .split--large .container {
    padding-right: 27px; }
  .split--large .cards-component--icons .cards {
    flex-direction: row;
    flex-wrap: wrap; }
  .split--large .cards-component--icons .card {
    flex-basis: 50%;
    margin-bottom: 40px; }
  .split--large .cards-component--icons .card:last-of-type,
  .split--large .cards-component--icons .card:nth-last-of-type(2) {
    margin-bottom: 0; }
  .cards-component--icons .card--span-2 .card__title,
  .cards-component--icons .card--span-2 .card__text {
    max-width: 100%; }
  .cards-component--text-block .card--span-2 .card__title,
  .cards-component--text-block .card--span-2 .card__text {
    max-width: 100%; }
  .cards-component--large-image .card--span-2 .card__image-container,
  .cards-component--small-image .card__image-container {
    padding-top: 62.11%;
    /* Aspect ratio */ } }

.cookie-bar {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  min-height: 100px; }

.cookie-bar--hide {
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }

.cookie-bar .background {
  background-color: #f5f5f5; }

.cookie-bar .container {
  flex-direction: row;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px; }

.cookie-bar__notice {
  font-size: 14px;
  margin-right: 40px; }

.cookie-bar__title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px; }

.cookie-bar__notice a {
  text-decoration: underline; }

.cookie-bar__btn:first-child {
  margin-bottom: 30px; }

.cookie-status {
  padding: 5px 5px 5px 0;
  margin-bottom: 10px;
  font-size: 27px; }

.cookie-bar__button-wrap {
  display: flex;
  flex-direction: column;
  flex-shrink: 0; }

/*
 * modifiers 
 */
.cookie-status--on .cookie-status__off-title {
  display: none; }

.cookie-status--off .cookie-status__on-title {
  display: none; }

@media (max-width: 768px) {
  .cookie-bar .container {
    flex-direction: column;
    align-items: flex-start; }
  .cookie-bar__notice {
    margin-right: 0;
    margin-bottom: 30px; } }

.cta-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 14px;
  transition: color 900ms cubic-bezier(0.77, 0, 0.175, 1); }

.cta-btn::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  padding: inherit;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 900ms cubic-bezier(0.77, 0, 0.175, 1); }

.cta-btn:hover::after,
.cta-btn:focus::after {
  transform: scaleX(1); }

.cta-btn--light {
  color: #fff;
  border: 1px solid #fff; }

.cta-btn--light::after {
  background-color: #fff; }

.cta-btn--light:hover,
.cta-btn--light:focus {
  color: #000; }

.cta-btn--dark {
  color: #000;
  border: 1px solid #000; }

.cta-btn--dark::after {
  background-color: #000; }

.cta-btn--dark:hover,
.cta-btn--dark:focus {
  color: #fff; }

@supports ((-webkit-clip-path: polygon(0% 0%)) or (clip-path: polygon(0% 0%))) or (-webkit-clip-path: polygon(0% 0%)) {
  .cta-btn::after {
    content: attr(data-text);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none;
    z-index: 1;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: -webkit-clip-path 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.9s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.9s cubic-bezier(0.77, 0, 0.175, 1); }
  .cta-btn--light:hover,
  .cta-btn--light:focus,
  .cta-btn--dark::after {
    color: #fff; }
  .cta-btn--dark:hover,
  .cta-btn--dark:focus,
  .cta-btn--light::after {
    color: #000; }
  .cta-btn:hover::after,
  .cta-btn:focus::after {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

.cta-component {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.cta-component--large {
  min-height: 600px; }

.cta-component--small {
  min-height: 450px; }

.split--small .cta-component__title {
  font-size: 32px; }

.split--small .cta-component__text {
  font-size: 14px; }

.cta-component__title.title--small {
  font-size: 27px; }

.cta-link {
  position: relative;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300; }

.cta-link::before,
.cta-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fa235f;
  border-radius: 2px; }

.cta-link::before {
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.cta-link::after {
  transform-origin: 100% 50%;
  transition: transform 0.6s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.cta-link:hover::before {
  transform: scaleX(1);
  transition: transform 0.6s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.cta-link:hover::after {
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.cta-link--light,
.cta-link--light:hover,
.cta-link--light:focus {
  color: #fff; }

.cta-link--dark,
.cta-link--dark:hover,
.cta-link--dark:focus {
  color: #000; }

.filter-list {
  margin: 40px 0;
  padding-left: 0; }

.filter-list-item {
  margin-bottom: 20px; }

.filter-list-item:last-of-type {
  margin-bottom: 0; }

.foreground-image-component {
  height: 100%;
  padding: 0; }

.foreground-image-component .container {
  display: flex;
  justify-content: center;
  align-items: center; }

.foreground-image {
  display: block;
  padding: 20px 0; }

.foreground-image-component--overflow .foreground-image {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110%;
  max-width: initial;
  padding: 0;
  transform: translate(-50%, -50%); }

@media (max-width: 1024px) {
  .foreground-image {
    max-height: 400px; }
  .foreground-image-component--overflow .foreground-image {
    max-height: initial; }
  .foreground-image-component--overflow .container {
    padding-top: 380px; } }

@media (max-width: 768px) {
  .foreground-image {
    max-height: 370px;
    padding-top: 40px;
    padding-bottom: 0; }
  .foreground-image-component--overflow .foreground-image {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 400px;
    padding-top: 0; } }

.form__fieldset {
  padding: 0;
  margin: 0;
  border: none; }

.form__label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.form__input {
  position: relative;
  margin-bottom: 40px; }
  .form__input input,
  .form__input textarea,
  .form__input select {
    display: block;
    width: 100%;
    padding: 20px;
    padding-left: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    border: none;
    border-bottom: 1px solid #999; }
    .form__input input:focus,
    .form__input textarea:focus,
    .form__input select:focus {
      outline: none;
      color: #000;
      border-color: #000; }
    .form__input input[type="file"],
    .form__input textarea[type="file"],
    .form__input select[type="file"] {
      border: none;
      padding: 0; }
  .form__input input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px; }
  .form__input .select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-top-width: 0;
    border-left-width: 0;
    transform: translateY(-75%) rotate(45deg); }
  .form__input select {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer; }
  .form__input option {
    font-weight: 300; }
  .form__input textarea {
    height: 10em;
    resize: none; }
  .form__input ::-webkit-input-placeholder {
    color: #999; }
  .form__input ::-moz-placeholder {
    color: #999; }
  .form__input :-ms-input-placeholder {
    color: #999; }
  .form__input ::-ms-input-placeholder {
    color: #999; }
  .form__input ::placeholder {
    color: #999; }

.bg-colour-black .form__input input:focus,
.bg-colour-black .form__input textarea:focus,
.bg-colour-black .form__input select:focus {
  outline: none;
  color: #fff;
  border-color: #fff; }

.bg-colour-black .form__input option {
  background-color: #000; }

.file-input__input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none; }

.input-validation-error {
  border-color: #ef344b !important; }

.field-validation-error {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 14px;
  font-weight: 300;
  color: #ef344b; }

.full-width-component {
  min-height: 600px; }

.hero-banner .background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45); }

.hero-banner__badge {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px; }

@media (max-width: 1024px) {
  .hero-banner__badge {
    top: 130px; } }

@media (max-width: 768px) {
  .hero-banner__badge {
    top: 110px;
    width: 90px; } }

.split--small .rich-text-component {
  height: auto; }

.rich-text__heading--large {
  display: block;
  font-size: 41px;
  font-weight: 200;
  margin-bottom: 20px; }

.rich-text__heading--small {
  display: block;
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 20px; }

.rich-text__subheading {
  display: block;
  font-family: "Nunito Sans", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px; }

.rich-text__paragraph--large {
  display: block;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 1rem; }

.rich-text__paragraph--small {
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 1rem; }

.rich-text__paragraph--large:last-of-type,
.rich-text__paragraph--small:last-of-type {
  margin-bottom: 0; }

.rich-text__list-item {
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 20px; }

.rich-text__address-title {
  display: block;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 10px; }

.rich-text__quote-caption {
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin-top: 20px; }

.share-component {
  height: 100px;
  padding: 0; }

.share-component__content {
  display: flex; }

.share-component__title {
  font-size: 20px;
  font-weight: 200;
  margin-right: 40px; }

.social-share__list {
  display: flex; }

.social-share__list-item {
  margin-right: 20px; }

.social-share__list-item:last-of-type {
  margin-right: 0; }

.spacer {
  height: 100px !important;
  padding: 0 !important; }

@media (max-width: 768px) {
  .spacer {
    height: 80px !important; } }

.component-60-40 {
  padding: 0;
  min-height: 600px; }

.component-60-40 .split-component {
  height: inherit;
  min-height: inherit; }

.split-component {
  display: flex;
  padding: 0; }

.split {
  position: relative; }

.split--large {
  flex-basis: 67.92%; }

.split--large > .component {
  height: 100%;
  min-height: 0; }

.split--small {
  flex-basis: 32.08%;
  display: flex;
  flex-direction: column; }

.split--small > .component {
  flex: 1 0 50%;
  height: auto;
  min-height: 0; }

.split--large .background,
.split--small .background {
  width: calc(100% + ((100vw - 1920px) / 2));
  transform: none; }

.split--large .background {
  right: 0;
  left: auto; }

.split--small .background {
  left: 0; }

.component-60-40 .split--large .container {
  padding-right: 90px; }

.split-component__badge {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 80px; }

@media (max-width: 1920px) {
  .background,
  .split--large .background,
  .split--small .background {
    width: calc(100% + 1px); } }

@media (max-width: 1024px) {
  .component-60-40 .split--large .container {
    padding-right: 60px; }
  .split-component {
    flex-direction: column; }
  .split--large,
  .split--small {
    flex-basis: 100%; } }

@media (max-width: 768px) {
  .component-60-40 .split--large .container {
    padding-right: 0; }
  .split--small > .component {
    min-height: 400px; }
  .component-60-40 .split--large .container {
    padding-right: 27px; } }

@media (min-width: 1024px) {
  .component-60-40 .split {
    min-height: inherit; }
  .split-component__badge {
    right: 90px;
    top: 30px; } }

.cookie-bar {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  min-height: 100px; }

.cookie-bar--hide {
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }

.cookie-bar .background {
  background-color: #f5f5f5; }

.cookie-bar .container {
  flex-direction: row;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px; }

.cookie-bar__notice {
  font-size: 14px;
  margin-right: 40px; }

.cookie-bar__title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px; }

.cookie-bar__notice a {
  text-decoration: underline; }

.cookie-bar__btn:first-child {
  margin-bottom: 30px; }

.cookie-status {
  padding: 5px 5px 5px 0;
  margin-bottom: 10px;
  font-size: 27px; }

.cookie-bar__button-wrap {
  display: flex;
  flex-direction: column;
  flex-shrink: 0; }

/*
 * modifiers 
 */
.cookie-status--on .cookie-status__off-title {
  display: none; }

.cookie-status--off .cookie-status__on-title {
  display: none; }

@media (max-width: 768px) {
  .cookie-bar .container {
    flex-direction: column;
    align-items: flex-start; }
  .cookie-bar__notice {
    margin-right: 0;
    margin-bottom: 30px; } }

.btn-wrapper {
  display: flex; }
  .btn-wrapper .btn-wrapper__btn:first-of-type {
    margin-left: 0; }

.btn-wrapper__btn {
  margin: 0 10px; }


/*# sourceMappingURL=app.css.map*/