:root {
  --burgandy: #860A3D;
  --skyblue: #94C7F0;
  --darkblue: #61717E;
  --darkgrey: #4B5868;
  --grey: #A0A4A8;
  --lightgrey: #F8F9FA;
  --white: #FFF;
  --coral: #F2A285;
  --lilac: #C5A7D9;
  --mint: #34BF8C;
  --brandPrimary: var(--burgandy);
  --brandAccent: var(--coral);
  --color: var(--darkgrey);
  --fontSize: 18px;
  --lineHeight: 1.6;
  --letterSpacing: 2px;
  --serifFont: calluna, serif;
  --sansSerifFont: montserrat, sans-serif;
  --heading1: calc(1rem * 7);
  --heading2: calc(1rem * 3.5);
  --heading3: calc(1rem * 3);
  --heading4: calc(1rem * 2.25);
  --heading5: calc(1rem * 1.75);
  --heading6: calc(1rem * 1);
  --shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  --gutter: 5rem;
  --borderColor: #E7E7E7;
  --pageBackground: var(--brandAccent);
  --noticeHeight: 2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --fontSize: 16px;
    --heading3: calc(1rem * 2.5);
  }
}
@media screen and (max-width: 992px) {
  :root {
    --fontSize: 15px;
    --heading1: calc(1rem * 5);
    --heading2: calc(1rem * 3);
    --gutter: 2rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --fontSize: 14px;
    --heading1: 4rem;
    --heading2: 2.5rem;
    --heading3: 2rem;
    --heading4: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --heading1: 3.5rem;
    --heading2: 2.5rem;
    --heading3: 2rem;
  }
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: var(--fontSize);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@at-root {
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0 auto;
  font-family: var(--serifFont);
  font-size: var(--fontSize);
  font-weight: 400;
  line-height: var(--lineHeight);
  color: var(--color);
  background-color: white;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--titleFont);
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 400;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: 600;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: underline;
}
a:hover {
  color: inherit;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):active {
  color: inherit;
  text-decoration: none;
}
:focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
[disabled] {
  pointer-events: none;
}
h2 em {
  font-weight: 600;
}
.swiper-pagination-bullet {
  background-color: var(--brandAccent) !important;
  opacity: 0.4 !important;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 2rem !important;
  color: var(--brandAccent) !important;
  padding: 2rem;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.4 !important;
}
h1 {
  font-size: var(--heading1);
}
h2 {
  font-size: var(--heading2);
}
h3 {
  font-size: var(--heading3);
}
h4 {
  font-size: var(--heading4);
}
h5 {
  font-size: var(--heading5);
}
h6 {
  font-size: var(--heading6);
}
@media screen and (max-width: 992px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
input {
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 4px;
  color: vaR(--white);
  font-size: 0.825rem;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0.75rem;
  width: 100%;
}
input::-moz-placeholder {
  color: #C9D5DF;
}
input::placeholder {
  color: #C9D5DF;
}
.layout {
  display: grid;
  grid-gap: 2.5rem 3rem;
  grid-template-columns: minmax(0, 600px) minmax(0, 600px);
  position: relative;
}
.layout .u-number {
  opacity: 0.15;
}
.layout.with-navigation {
  padding-right: calc(var(--gutter) + 13rem);
}
@media screen and (max-width: 768px) {
  .layout.with-navigation {
    padding-right: var(--gutter);
  }
}
.layout--full-width {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 480px) {
  .layout {
    display: block;
    padding: var(--gutter) !important;
  }
}
.layout__header {
  grid-column-start: 1;
  grid-column-end: -1;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .layout__header {
    margin-bottom: 2rem;
    max-width: 100%;
  }
}
.poster {
  align-items: center;
  background: var(--burgandy);
  color: var(--darkgrey);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
}
.poster--short {
  height: 40vh;
  min-height: 40vh;
}
.poster--red {
  color: var(--white);
  background: var(--burgandy);
}
.poster--brandAccent {
  background: var(--brandAccent);
}
.poster.with-shield {
  background: url("../../images/sheild-large.svg") no-repeat -100px -150px fixed, var(--lightgrey);
  background-size: 75%;
}
.poster.with-masks {
  background: url("../../images/masks.svg") no-repeat -200px -500px fixed, var(--lightgrey);
}
.poster.with-image {
  background: no-repeat center;
  background-size: cover;
}
.poster--video {
  height: 56vw;
  padding-left: 0;
  padding-right: 0;
}
.poster--narrow {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
@media screen and (max-width: 480px) {
  .poster--narrow {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .poster:not(.poster--video, .poster--home).poster--red,
  .poster:not(.poster--video, .poster--home).poster--brandAccent,
  .poster:not(.poster--video, .poster--home).with-image {
    height: 100vh;
    min-height: 100vh;
  }
}
.poster__opaque-layer {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.poster__content {
  color: var(--white);
  padding-left: calc(var(--gutter) + 2rem);
  padding-right: calc(var(--gutter) + 2rem);
  transition: transform 0.05s ease-in-out;
  z-index: 2;
}
.poster__tag {
  background: var(--darkgrey);
  font-family: var(--sansSerifFont);
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.25rem 1rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .poster__tag {
    display: none;
  }
}
.poster__title {
  position: relative;
  z-index: 2;
}
.poster__title.has-animation {
  display: flex;
  justify-content: center;
  transform: translate(150px, 0);
  animation: titleSlide 2s ease-out forwards;
}
.poster__title.has-animation > span {
  overflow: hidden;
}
.poster__title.has-animation > span > span {
  display: inline-block;
  opacity: 0;
  transform: translate(80px, 0);
  animation: letterReveal 1s ease-in-out 0.5s forwards;
}
.poster__title--large {
  font-size: var(--heading1);
}
.poster__title--medium {
  font-family: var(--sansSerifFont);
  font-size: 1.8rem;
}
.poster__title--small {
  font-size: var(--heading3);
}
.poster__title--tiny {
  font-size: 1.2rem;
  font-family: var(--sansSerifFont);
}
.poster__body {
  margin: 0 auto;
  max-width: 32rem;
  position: relative;
  z-index: 2;
}
.poster__body.has-animation {
  opacity: 0;
  transform: translate(0, 80px);
  animation: slideIn 1.25s ease-in-out 1s forwards;
}
.poster__prompt {
  bottom: 5rem;
  left: 50%;
  opacity: 0.4;
  position: absolute;
  right: 50%;
  transform: rotate(90deg);
  z-index: 2;
  animation: bounce 4s ease-in-out 4s infinite;
}
.poster__logo {
  width: 100%;
  max-width: 400px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.poster__video {
  height: 100%;
  width: 100%;
}
.divider {
  background: var(--brandAccent);
  display: block;
  margin-bottom: 2rem;
  width: 120px;
  height: 4px;
}
.divider--burgandy {
  background: var(--burgandy);
}
.divider--center {
  margin: 2rem auto;
}
@media screen and (max-width: 992px) {
  .divider {
    width: 100px;
    height: 2px;
  }
  .divider--center {
    margin: 1rem auto;
  }
}
.quote {
  align-self: flex-end;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: var(--gutter);
  max-width: 30rem;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .quote {
    margin-top: calc(var(--gutter) * 2);
  }
}
@media screen and (max-width: 480px) {
  .quote {
    margin-top: 0;
  }
}
.quote__icon {
  opacity: 0.15;
}
.quote__text {
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (max-width: 992px) {
  .quote__text {
    font-size: 1.5rem;
  }
}
.quote__author {
  font-weight: 300;
  text-transform: uppercase;
  font-family: var(--sansSerifFont);
  letter-spacing: 0.15rem;
  margin-bottom: 0;
}
.quote__label {
  font-weight: 600;
}
.icon {
  transition: color 0.25s ease-in-out;
}
.arrows__item .icon {
  position: relative;
  z-index: 2;
}
.background {
  background: no-repeat center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.background.slide-enter {
  transform: translate(-100%, 0);
}
.background.slide-enter-to {
  transform: translate(0, 0);
}
.background.slide-leave-to {
  transform: translate(100%, 0);
}
.pin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.pin--darken {
  background: rgba(0, 0, 0, 0.3);
}
.pin.with-image {
  background-color: var(--brandPrimary);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform-origin: center center;
  transition: transform 2s ease-in-out;
}
.pin.with-image.with-animation {
  animation: scaleImage 100s infinite;
  transform-origin: center;
}
@keyframes scaleImage {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.window {
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}
.window--slow {
  transition-delay: 0.25s;
}
.window .u-shadow {
  margin: 0 30px 30px 0;
}
.page {
  --transitionDuration: 0.75s;
  transition-duration: var(--transitionDuration);
}
.page:after {
  background: var(--pageBackground);
  bottom: 0;
  content: '';
  height: 100vh;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 9;
  animation: swipeRight var(--transitionDuration) ease-in-out forwards;
}
.page.swipe-leave-to:after {
  animation: swipeLeft var(--transitionDuration) ease-in-out;
}
.page.swipe-enter:after {
  animation: swipeRight var(--transitionDuration) ease-in-out;
}
@keyframes swipeLeft {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes swipeRight {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.columns {
  --columns: 3;
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(var(--columns), 1fr);
}
@media screen and (max-width: 768px) {
  .columns {
    --columns: 2;
  }
  .columns > *:first-child {
    grid-column: span var(--columns);
  }
}
@media screen and (max-width: 480px) {
  .columns {
    --columns: 1;
  }
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}
.container--small {
  max-width: calc(630px + 2rem);
}
.navigations {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.navigation {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-left: 6rem;
  text-align: right;
  transition: all 0.5s ease-in-out 0.65s;
}
.navigation-leave-active .navigation {
  transition: all 0.5s ease-in-out;
}
.navigation-enter .navigation,
.navigation-leave-to .navigation {
  opacity: 0;
  transform: translate(100px, 0);
}
.navigation.menu-enter-active,
.navigation.menu-leave-active {
  transition: all 0.25s ease-in-out;
}
.navigation.menu-enter,
.navigation.menu-leave-to {
  opacity: 0;
  transform: translate(50px, 0);
}
@media screen and (max-width: 768px) {
  .navigation {
    /* margin-left: var(--gutter); */
  }
}
.navigation--child {
  position: absolute;
  right: calc(100% + 2rem);
  min-width: 100%;
}
.navigation--child .is-active {
  cursor: default;
}
@media screen and (max-width: 768px) {
  .navigation--child {
    right: calc(90% + 1rem);
  }
}
.navigation__child-title {
  font-size: 0.8rem;
  font-family: var(--sansSerifFont);
  border-bottom: 1px solid var(--brandAccent);
  margin-bottom: 1.5rem;
}
.navigation__child-button {
  border-bottom: none !important;
  color: var(--white);
  font-size: 0.8rem;
  margin-top: 0 !important;
}
.navigation__item {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out;
  line-height: 1.4;
}
.navigation__item:hover {
  opacity: 0.8;
}
.navigation__item.is-active {
  opacity: 1;
}
.navigation__item.with-accent {
  opacity: 1;
  position: relative;
}
.navigation__item.with-accent:after {
  background: var(--brandAccent);
  bottom: 0;
  content: '';
  right: 0;
  position: absolute;
  width: 0;
  height: 2px;
  transition: width 0.25s ease-in-out;
}
.navigation__item.with-accent:hover:after {
  width: 100%;
}
.navigation__search {
  bottom: 0;
  margin-top: 2rem;
  position: absolute;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .navigation__search {
    bottom: calc(var(--gutter) * 2);
    position: fixed;
    left: var(--gutter);
    right: var(--gutter);
    width: auto;
    z-index: 1000;
  }
}
.navigation__input-wrapper {
  position: relative;
}
.navigation__input {
  border-color: var(--brandAccent);
  color: var(--color);
  padding-right: 7.5rem;
  transition: opacity 0.25s ease-in-out;
}
.navigation__input--white {
  background-color: var(--white);
}
.navigations .navigation__input {
  color: var(--white);
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .navigations .navigation__input {
    width: 100%;
  }
}
.navigation__search-button {
  background-color: var(--brandAccent) !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  height: 100%;
  margin-bottom: 0 !important;
  position: absolute !important;
  bottom: 0;
  right: 0;
  top: 0;
}
.navigation__quick-links {
  position: absolute;
  bottom: calc(var(--gutter) * 1);
  right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .navigation__quick-links {
    margin-top: 4rem;
    position: fixed;
    bottom: calc(var(--gutter) * 6);
    left: var(--gutter);
    right: var(--gutter);
    z-index: 1000;
    text-align: left;
  }
}
.navigation__quick-links a {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.navigation__quick-links a:hover {
  opacity: 1;
}
.header {
  --headerHeight: 93px;
  --shadowHeight: 41px;
  align-items: center;
  background: var(--white);
  box-shadow: 0 5px 5px 0 rgba(75, 88, 104, 0.1);
  display: flex;
  height: var(--headerHeight);
  justify-content: space-between;
  left: 0;
  padding: 20px 30px 20px 138px;
  position: fixed;
  top: calc((var(--headerHeight) + var(--shadowHeight)) * -1);
  transition: top 0.25s ease-in-out, background 0.25s ease-in-out;
  width: 100%;
  z-index: 9;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.header a {
  text-decoration: none;
}
.header.with-notice {
  margin-top: var(--noticeHeight);
}
.header.with-notice + .poster {
  margin-top: var(--noticeHeight);
}
.header.is-stuck {
  top: 0;
}
.header.is-top {
  background: transparent;
  box-shadow: none;
}
.header.is-top .header__hover-links {
  background-color: transparent;
}
.header.is-top .header__aside {
  color: var(--white);
}
.header--leave {
  transform: translateY(-200px);
}
.hero-enter .header {
  opacity: 0;
}
.hero-enter-to .header {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .header {
    --headerHeight: 70px;
    padding: 1rem 1rem 1rem 4rem;
  }
}
.header__nav {
  cursor: pointer;
  margin-left: auto;
  position: relative;
  align-items: center;
  gap: 1rem;
  display: flex;
}
.to-top + .header__nav {
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .to-top + .header__nav {
    margin-left: 1rem;
  }
}
.header__nav__bar {
  background: var(--white);
  display: block;
  margin-left: auto;
  margin-bottom: 4px;
  width: 20px;
  height: 3px;
  transition: width 0.25s ease-in-out;
}
.header__nav:hover .header__nav__bar {
  width: 25px;
}
.is-stuck:not(.is-top) .header__nav__bar {
  background: var(--darkgrey);
}
.t-dark .header__nav__bar {
  background: var(--darkgrey);
}
.header__nav__bar:first-child {
  width: 25px;
}
.header__nav__bar:last-child {
  margin-bottom: 0;
  width: 15px;
}
.header__nav__text {
  font-family: var(--sansSerifFont);
}
.header__logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 30px;
  position: absolute;
  top: 20px;
  width: 108px;
}
.header__logo img:last-child {
  height: auto;
  max-width: 100%;
}
.header__logo img:first-child {
  height: auto;
  max-width: 40%;
}
@media screen and (max-width: 992px) {
  .header__logo {
    max-width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .header__logo {
    left: 1rem;
    max-width: 30px;
    top: 1rem;
  }
  .header__logo img:last-child {
    display: none;
  }
  .header__logo img:first-child {
    display: block;
    max-width: 100%;
  }
}
.header__aside {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .header__aside {
    gap: 0.5rem;
  }
}
.header__reveal-items {
  padding-left: 0;
  position: relative;
}
.header__reveal-items:hover .header__hover-links {
  display: block;
}
.header__hover-links {
  transition: all 0.5s ease-in-out;
  list-style: none;
  background-color: var(--white);
  display: none;
  padding: 1rem 0.25rem 0.5rem 0.9rem;
  position: absolute;
  right: 0;
  width: 10rem;
}
.header__hover-links li {
  border-bottom: 1px solid var(--brandAccent);
  margin-bottom: 0.5rem;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}
.header__reveal-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: inherit;
  background: none;
  font-family: var(--sansSerifFont);
  outline: none;
}
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  margin: 0 auto;
  max-width: 100%;
  width: 1400px;
}
@media screen and (max-width: 480px) {
  .cards {
    display: flex;
    overflow-x: auto;
  }
}
.card {
  position: relative;
  text-align: left;
  transition: all 0.5s ease-in-out;
}
@media (hover: hover) {
  .card:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 480px) {
  .card {
    margin: 0 1rem;
    flex: 0 0 80%;
  }
}
.card__overlay {
  background: black;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
.card:hover .card__overlay {
  opacity: 0;
}
.card__image {
  max-width: 100%;
  min-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__header {
  color: var(--white);
  bottom: 0;
  left: 0;
  padding: 1rem 2rem;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .card__header {
    padding: 1rem;
  }
}
.card__label {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.card__title {
  font-family: var(--sansSerifFont);
  font-size: 3.75rem;
  line-height: 1;
  margin: 0;
}
.card__footer {
  background: var(--burgandy);
  bottom: 0;
  display: block;
  height: 0;
  left: 0;
  opacity: 0.88;
  position: absolute;
  transition: height 0.4s ease-in-out;
  width: 100%;
  z-index: 1;
}
@media (hover: hover) {
  .card:hover .card__footer {
    height: 140px;
  }
}
.callout {
  background: var(--white);
  padding: calc(var(--gutter) * 2) var(--gutter);
  position: relative;
  text-align: center;
}
.callout .u-rich-text {
  margin: 0 auto;
}
.callout--grey {
  background-color: var(--lightgrey);
}
.callout .divider {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .callout {
    margin: 0 auto;
    max-width: 40rem;
  }
}
.callout__body {
  max-width: 38rem;
  margin: 0 auto;
}
.callout__body--large {
  font-size: 1.3rem;
}
.callout__image {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  max-width: 50rem;
}
.vertical-navigation {
  --color: var(--grey);
  display: flex;
  flex-grow: 1;
  justify-content: center;
  gap: 1.1rem;
  margin: 0 auto;
  max-width: 70rem;
  transition: all 0.25s ease-in-out;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .vertical-navigation {
    display: none;
  }
}
@media (max-width: 1350px) {
  .vertical-navigation__select {
    display: block;
  }
}
.vertical-navigation__item {
  display: none;
  color: var(--color);
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .vertical-navigation__item {
    font-size: 1rem;
  }
}
.vertical-navigation__item:after {
  content: '';
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
  top: calc(100% + 0.4rem);
  width: 100%;
  height: 1px;
}
.vertical-navigation__item:hover,
.vertical-navigation__item:focus,
.vertical-navigation__item:active {
  --color: var(--darkgrey);
}
.vertical-navigation__item.is-active {
  color: var(--darkgrey);
  display: block;
}
.vertical-navigation__item.is-active:after {
  background-color: var(--brandAccent);
}
.vertical-navigation__item.is-active span {
  color: var(--brandAccent);
}
.box-wrapper {
  --boxWidth: 590px;
  bottom: 0;
  left: var(--gutter);
  overflow: hidden;
  position: absolute;
  transition: width 0.4s ease-in-out;
  padding-bottom: 20px;
  width: calc(var(--boxWidth) + 20px);
  z-index: 3;
}
.box-wrapper.box-enter,
.box-wrapper.box-leave-to {
  width: 0;
}
@media screen and (max-width: 1200px) {
  .box-wrapper {
    --boxWidth: 450px;
  }
}
@media screen and (max-width: 480px) {
  .box-wrapper {
    --boxWidth: 90vw;
    left: 18px;
  }
}
.box {
  background: #FFF;
  box-shadow: var(--shadow);
  color: var(--darkgrey);
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
  width: var(--boxWidth);
}
.arrows {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.box .arrows {
  top: 0.75rem;
  right: 0.75rem;
}
.arrows__item {
  align-items: center;
  background: var(--burgandy);
  display: flex;
  justify-content: center;
  position: relative;
  width: 42px;
  height: 42px;
}
.arrows__item .icon {
  flex: 0 0 auto;
}
.arrows__item:first-of-type {
  margin-right: 4px;
}
.arrows__item:first-of-type .icon {
  transform: rotate(180deg);
}
.arrows__item__text {
  color: var(--white);
  font-family: var(--sansSerifFont);
  font-size: 0.8rem;
  flex: 1 1 100%;
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.activity {
  margin-left: var(--gutter);
  margin-top: 100px;
  max-width: 500px;
}
.button {
  background-color: transparent;
  border: 1px solid var(--brandAccent);
  border-radius: 2px;
  color: var(--darkgrey);
  cursor: pointer;
  display: inline-block;
  font-family: var(--sansSerifFont);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
  outline: none;
  padding: 0.9rem 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.button:after {
  background-color: var(--brandAccent);
  border-radius: inherit;
  content: '';
  right: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 0;
  height: 100%;
  z-index: 1;
}
@media (hover: hover) {
  .button:hover {
    color: var(--white);
  }
  .button:hover:after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.button--alt {
  color: var(--white);
}
.button--brandPrimary.active {
  background-color: var(--brandPrimary);
  border-color: var(--brandPrimary);
  color: var(--white);
}
.button--brandPrimary:hover {
  border-color: var(--brandPrimary);
}
.button--brandPrimary:after {
  background-color: var(--brandPrimary);
}
.button--brandAccent {
  background-color: var(--brandAccent);
  color: var(--white);
}
.button__text {
  position: relative;
  z-index: 2;
}
.buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.buttons .button:nth-child(n+2) {
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
  .buttons {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .buttons .button:nth-child(n+2) {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.breadcrumb {
  align-items: center;
  color: var(--grey);
  display: flex;
}
.breadcrumb *:nth-child(n + 2) {
  margin-left: 10px;
}
.breadcrumb.fade-enter-active,
.breadcrumb.fade-leave-active {
  transition: opacity 0.25s;
}
.breadcrumb.fade-enter,
.breadcrumb.fade-leave-to {
  opacity: 0;
}
.breadcrumb__item {
  transition: color 0.25s ease-in-out;
}
.breadcrumb__item:hover {
  color: var(--darkgrey);
}
.breadcrumb__arrow {
  margin-bottom: -3px;
  max-width: 18px;
}
@media screen and (max-width: 480px) {
  .breadcrumb__arrow {
    margin-left: -1px;
  }
}
.to-top {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-left: auto;
}
.to-top.fade-enter-active,
.to-top.fade-leave-active {
  transition: opacity 0.25s;
}
.to-top.fade-enter,
.to-top.fade-leave-to {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .to-top {
    display: none;
  }
}
.to-top__link {
  color: var(--grey);
  font-size: 0.9rem;
  transition: color 0.2s ease-in-out;
}
.to-top:hover .to-top__link {
  color: var(--darkgrey);
}
.to-top__box {
  align-items: center;
  background: transparent;
  border: 1px solid var(--lightgrey);
  display: flex;
  justify-content: center;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  transition: border-color 0.2s ease-in-out;
}
.to-top:hover .to-top__box {
  border-color: var(--grey);
}
.to-top__arrow {
  max-width: 16px;
  transform: rotate(-90deg);
}
.intelligence {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr);
  grid-gap: var(--gutter);
  max-width: 100%;
  padding-bottom: calc(var(--gutter) / 2);
}
.intelligence--alt {
  background: var(--lightgrey);
  grid-template-columns: minmax(400px, 1fr) 1fr;
}
.poster + .intelligence {
  padding-top: calc(var(--gutter) * 2);
}
@media screen and (max-width: 768px) {
  .intelligence {
    display: flex;
    flex-direction: column;
  }
}
.intelligence__content {
  display: flex;
  grid-row: span 2;
  justify-content: center;
  padding-right: var(--gutter);
  padding-top: var(--gutter);
}
.intelligence--alt .intelligence__content {
  padding-left: var(--gutter);
  padding-right: 0;
  padding-top: calc(var(--gutter) / 3);
}
.intelligence__content--start {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .intelligence__content {
    padding: var(--gutter) !important;
    order: 2;
  }
}
.intelligence__image {
  margin-top: calc(var(--gutter) * -1);
  margin-bottom: var(--gutter);
}
@media screen and (max-width: 768px) {
  .intelligence__image {
    margin-top: 0;
    order: 1;
  }
}
.footer {
  background: url("../../images/sheild-navigation.svg") no-repeat -200px -500px fixed, var(--darkgrey);
  color: var(--white);
  font-family: var(--sansSerifFont);
  font-size: 0.825rem;
  padding: 5rem var(--gutter) 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: var(--gutter);
  }
}
.footer a {
  text-decoration: none;
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__row {
    flex-wrap: wrap;
  }
}
.footer__navigation {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .footer__navigation {
    flex: 0 0 auto;
    margin-bottom: var(--gutter);
  }
}
@media screen and (max-width: 480px) {
  .footer__navigation {
    flex: 0 0 50%;
  }
}
.footer__contact {
  flex: 0 1 260px;
  margin-left: 20px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.footer__logo {
  margin-right: 2.5rem;
  max-width: 8rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-top: 2rem;
    max-width: 7rem;
  }
}
.footer__social-medias {
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 0.5rem;
}
.ancillary-footer {
  background: rgba(255, 255, 255, 0.05);
  bottom: 0;
  font-size: 0.6rem;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
}
.ancillary-footer__links {
  display: flex;
  justify-content: center;
}
.ancillary-footer__links * {
  border-right: 1px solid #92A2AE;
  padding: 0 0.5rem;
}
.ancillary-footer__links *:last-child {
  border-right: none;
}
@media screen and (max-width: 480px) {
  .ancillary-footer__links {
    flex-wrap: wrap;
  }
}
@keyframes slideIn {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: rotate(90deg) translateY(0px);
  }
  10% {
    transform: rotate(90deg) translateX(-40px);
  }
  20% {
    transform: rotate(90deg) translateY(0px);
  }
  30% {
    transform: rotate(90deg) translateX(-20px);
  }
  40% {
    transform: rotate(90deg) translateY(0);
  }
  50% {
    transform: rotate(90deg) translateY(0px);
  }
}
@keyframes titleSlide {
  100% {
    transform: translateX(0);
  }
}
@keyframes letterReveal {
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fader {
  0% {
    opacity: 1;
    background-size: 100%;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-size: 108%;
  }
}
@keyframes zoomer {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}
@media (min-width: 1200px) {
  .fader {
    transition: opacity 1s ease-in-out;
  }
  .fader--top {
    animation-name: fader;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    animation-direction: alternate;
  }
  .fader--bottom {
    animation-name: zoomer;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-direction: alternate;
  }
}
.glossary {
  --glossaryMaxWidth: 450px;
  list-style: none;
  margin-left: 0;
  padding: 0;
  max-width: var(--glossaryMaxWidth);
}
.glossary + .glossary {
  margin-top: 3rem;
}
.glossary__item {
  align-items: center;
  background: var(--white);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  font-family: var(--sansSerifFont);
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.glossary__item .icon {
  flex: 0 0 auto;
}
.glossary__item:hover {
  background: var(--lightgrey);
}
.glossary__item--alt {
  background: var(--brandAccent);
  color: var(--white);
}
.glossary__item--alt:hover {
  background: var(--brandAccent);
  color: var(--white);
}
.glossary__title {
  flex: 1 1 auto;
  padding: 0 0.75rem;
}
.glossary__arrow {
  transition: transform 0.25s ease-in-out;
}
.glossary__item:hover .glossary__arrow {
  transform: translate(5px, 0);
}
.catalogue {
  background: var(--lightgrey);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: calc(var(--gutter) * 2);
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
}
@media screen and (max-width: 768px) {
  .catalogue {
    grid-template-columns: 1fr;
  }
}
.catalogue__heading {
  grid-column-start: 1;
  grid-column-end: -1;
  margin-bottom: 1rem;
}
.catalogue__heading h3 {
  font-weight: 600;
}
.catalogue__heading .divider {
  margin-bottom: 0;
}
.catalogue__item {
  display: flex;
  flex-direction: column;
}
.catalogue__title {
  font-weight: 600;
}
.catalogue__title span {
  color: var(--grey);
}
.catalogue__body {
  max-width: 90%;
}
@media screen and (max-width: 1200px) {
  .catalogue__body {
    max-width: none;
  }
}
.catalogue__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 360px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .catalogue__image {
    height: 140px;
  }
}
.catalogue__link {
  align-items: center;
  display: flex;
  font-family: var(--sansSerifFont);
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.news {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  grid-template-rows: 200px auto;
  margin: 0 auto;
  max-width: calc(100vw - var(--gutter) * 2);
  width: 1130px;
}
@media screen and (max-width: 992px) {
  .news {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;
  }
}
.news a {
  text-decoration: none;
}
.news__header {
  color: var(--white);
  grid-column: 2;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .news__header {
    padding-left: 0;
  }
}
.news__image {
  margin-top: var(--gutter);
  position: relative;
}
.news__image .window {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__image img.u-shadow {
    margin: 0;
  }
}
.news__content {
  background: #FFF;
  box-shadow: var(--shadow);
  color: var(--darkgrey);
  padding: 1.5rem 1.5rem 3rem;
  padding: 3.5rem 4.5rem 3.5rem 3.5rem;
}
@media screen and (max-width: 992px) {
  .news__content {
    padding: 2rem 3rem 2rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .news__content {
    display: none;
  }
}
.news__heading {
  background: #FFF;
  box-shadow: var(--shadow);
  color: var(--darkgrey);
  padding: 1.5rem 1.5rem 3rem;
  bottom: 0;
  display: none;
  padding: 1rem;
  position: absolute;
  left: 0;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  .news__heading {
    display: block;
  }
}
.news .arrows {
  bottom: 30px;
  justify-content: space-between;
  right: 0;
  top: auto;
  width: 100%;
}
.news .arrows .arrows__item {
  padding: 0 10px;
  width: 33%;
  height: 62px;
}
@media screen and (max-width: 768px) {
  .news .arrows {
    bottom: auto;
    right: 1rem;
    top: 1rem;
    width: auto;
  }
  .news .arrows .arrows__item {
    width: 42px;
    height: 42px;
  }
}
.news__breadcrumb {
  align-items: center;
  display: flex;
  font-size: 0.85rem;
  text-decoration: none;
}
.values {
  border-top: 4px solid var(--brandAccent);
  display: flex;
  height: 44.9955vw;
}
.value {
  --theme: var(--brandAccent);
  --duration: 0.25s;
  background: no-repeat;
  background-size: cover;
  color: var(--white);
  flex: 1 1 auto;
  height: 44.9955vw;
  overflow: hidden;
  position: relative;
}
.value:nth-child(2) {
  --theme: var(--burgandy);
  --duration: 0.5s;
}
.value:nth-child(3) {
  --theme: var(--darkgrey);
  --duration: 0.75s;
}
.value .pin {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.value:hover .pin {
  transform: scale(1.1);
}
.value__overlay {
  background: var(--theme);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: top var(--duration) ease-in-out 0.25s;
  top: 0;
  z-index: 2;
}
.aos-animate .value__overlay {
  top: 100%;
}
.value__content {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .value__content small {
    display: block;
  }
}
.movie {
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.link {
  align-items: center;
  display: flex;
  font-family: var(--sansSerifFont);
  font-size: 0.75rem;
  justify-content: flex-end;
}
.link .icon {
  margin-left: 0.5rem;
  transition: transform 0.25s ease-in-out;
}
.link:hover .icon {
  transform: translate(5px, 0);
}
button.link {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--brandAccent);
  display: inline-block;
  cursor: pointer;
  margin-top: 0.5rem;
  justify-self: flex-end;
}
.overlay {
  background-color: rgba(134, 10, 61, 0.9);
  bottom: 0;
  color: var(--white);
  left: 0;
  overflow: hidden;
  padding: 4rem var(--gutter);
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.75s ease-in-out;
  z-index: 9;
}
.overlay.navigation-enter,
.overlay.navigation-leave-to {
  transform: translate(100%, 0);
}
.overlay.menu {
  display: flex;
  justify-content: flex-end;
}
.overlay__close {
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: var(--gutter);
  top: calc(var(--gutter) / 2);
  transition: all 0.5s ease-in-out 0.5s;
  width: 20px;
  height: 20px;
}
.navigation-leave-active .overlay__close {
  transition: all 0.5s ease-in-out;
}
.navigation-enter .overlay__close,
.navigation-leave-to .overlay__close {
  transform: translate(10px, 0);
  opacity: 0;
}
.overlay__close__bar {
  background: var(--white);
  border-radius: 10px;
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
}
.overlay__close__bar:nth-child(2) {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.slider {
  cursor: url('../images/touch.svg'), auto;
}
.slider .flickity-viewport {
  overflow: hidden;
}
.slider .flickity-page-dots {
  align-items: center;
  display: flex;
  list-style: none;
  justify-content: flex-start;
  padding: 1rem 0 0;
}
.slider .flickity-page-dots .dot {
  background: #E4EBF2;
  margin-left: 10px;
  transition: background 0.25s ease-in-out;
  width: 60px;
  height: 3px;
}
.slider .flickity-page-dots .dot.is-selected {
  background: var(--brandAccent);
}
.slider--reversed .flickity-page-dots {
  flex-direction: row-reverse;
}
.slider__cell {
  margin-left: 2rem;
  width: 400px;
  height: 400px;
}
.slider__cell.value {
  width: 100%;
  height: 500px;
}
@media (max-width: 320px) {
  .slider__cell.value {
    height: 420px;
  }
}
.banner {
  background-position: center 56%;
  background-size: cover;
  padding: 8rem 0;
}
.action {
  align-items: center;
  background: var(--lightgrey);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding: 12px 12px 12px 24px;
}
.action h1,
.action h2,
.action h3,
.action h4,
.action h5,
.action h6 {
  color: var(--darkgrey) !important;
}
.sidebar__item {
  align-items: center;
  border-bottom: 1px solid var(--lightgrey);
  display: flex;
  font-family: var(--sansSerifFont);
  font-size: 0.9rem;
  justify-content: space-between;
  line-height: 1;
  padding: 1rem 1rem 1rem 0;
}
.sidebar__item .icon {
  transition: transform 0.25s ease-in-out;
}
.sidebar__item:hover .icon {
  transform: translate(5px, 0);
}
.sidebar__item.is-active {
  color: var(--burgandy);
}
.sidebar__item.is-active .icon {
  color: var(--burgandy) !important;
}
.articles {
  display: grid;
}
.article {
  --imageWidth: 440px;
  border-bottom: 1px solid var(--borderColor);
  display: flex;
  margin-top: 1rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
  grid-column: -1;
}
@media screen and (max-width: 768px) {
  .article {
    flex-direction: column;
    gap: 2rem;
  }
}
.article--featured {
  grid-row: 1;
  border-bottom-color: var(--brandAccent);
}
.article--thumbnail {
  max-width: 620px;
}
.article--thumbnail + .article--thumbnail {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .article--thumbnail {
    margin-left: 0 !important;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .article {
    display: block;
    padding-top: 0;
  }
}
.article__image {
  flex: 0 1 var(--imageWidth);
  margin-bottom: 0;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .article__image {
    height: auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .article__image img {
    height: auto;
  }
}
.article__body {
  flex: 1 1 250px;
  min-width: 300px;
  padding-left: 2rem;
}
.article--thumbnail .article__body {
  min-width: 100px;
  padding-left: 1rem;
}
@media screen and (max-width: 480px) {
  .article__body {
    min-width: 0;
    padding-left: 0 !important;
  }
}
.article__link {
  align-items: center;
  display: flex;
  font-family: var(--sansSerifFont);
  font-size: 0.75rem;
  line-height: 1.1;
  text-decoration: none;
}
.article__link .icon {
  font-size: 1.25rem !important;
  flex: 0 0 auto;
  margin-left: 0.25rem;
  transition: transform 0.25s ease-in-out;
}
.article__link:hover .icon {
  transform: translate(5px, 0);
}
.article__title {
  color: var(--burgandy);
  max-width: 80%;
}
.article__title a {
  text-decoration: none;
}
.article--thumbnail .article__title {
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .article--thumbnail .article__title {
    font-size: 2rem;
  }
}
.article__date {
  background: var(--lightgrey);
  border-radius: 15px;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 12px;
  position: absolute;
  top: 3rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .article__date {
    top: 1rem;
    right: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .article__date {
    right: 1rem;
    top: 1rem;
  }
}
.article__excerpt {
  max-width: 80%;
}
.related {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .related {
    display: block;
  }
}
.pagination {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}
.pagination {
  align-items: center;
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  margin-bottom: 2rem;
}
.pagination__number {
  align-items: center;
  border: 1px solid var(--darkgrey);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 0 5px;
  width: 38px;
  height: 38px;
}
.pagination__number.is-active {
  background: var(--darkgrey);
  color: var(--white);
}
.share {
  align-items: center;
  border-top: 1px solid var(--borderColor);
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0;
}
.share__navigation {
  align-items: center;
  display: flex;
  margin-left: 1rem;
}
.share__item {
  align-items: center;
  background: var(--darkgrey);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  margin-left: 5px;
  width: 35px;
  height: 35px;
}
.video {
  max-width: 100%;
}
.results {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.result {
  align-items: center;
  background: var(--brandAccent);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  opacity: 0.5;
  height: 7rem;
  width: 7rem;
}
.result:not(:first-child) {
  margin-left: 3rem;
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .result:not(:first-child) {
    margin-left: 1rem;
    margin-right: 0;
  }
}
.result--featured {
  opacity: 1;
  height: 15rem;
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .result--featured {
    height: 12rem;
    width: 12rem;
  }
}
.result__title {
  font-family: var(--sansSerifFont);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}
.result__description {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .results-table {
    margin-top: 2rem;
    width: 100%;
  }
}
.results-table__title {
  color: var(--brandAccent);
  font-size: 1.3rem;
  font-family: var(--sansSerifFont);
  font-weight: bold;
}
.results-table__title span {
  color: var(--color);
  display: block;
  margin-top: 0.25rem;
}
.results-table__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.results-table__item dd {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.stat {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-family: var(--sansSerifFont);
}
.stat__title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.stat__title span {
  font-weight: 400;
}
@media (max-width: 1500px) {
  .stat__title {
    font-size: 1rem;
  }
}
.stat__info {
  background: var(--brandAccent);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  height: 15rem;
  width: 15rem;
}
@media (max-width: 1500px) {
  .stat__info {
    height: 10rem;
    width: 10rem;
  }
}
.stat__info span {
  letter-spacing: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0 auto;
  max-width: 85%;
}
.stat__number {
  font-family: var(--serifFont);
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.gcses {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1640px) {
  .gcses {
    flex-wrap: wrap;
  }
}
.gcse {
  display: flex;
  flex-direction: column;
  font-family: var(--sansSerifFont);
  text-transform: uppercase;
  max-width: 16rem;
}
.gcse:not(:last-child) {
  margin-right: 4rem;
}
@media (max-width: 1640px) {
  .gcse {
    margin: 0;
  }
}
.gcse dt {
  font-weight: 600;
  letter-spacing: var(--letterSpacing);
  margin-bottom: 1.5rem;
}
.gcse--row {
  align-items: center;
  flex-direction: row;
  max-width: 25rem;
}
.gcse--row dt {
  margin-bottom: 0;
}
@media (max-width: 1640px) {
  .gcse--row {
    order: 1;
    margin-top: 4rem;
  }
}
.gcse__unit {
  margin-right: 2rem;
  font-weight: 600;
  letter-spacing: var(--letterSpacing);
}
.gcse__unit--first {
  order: -1;
}
.gcse__figure {
  margin-top: auto;
  line-height: 1.1;
  color: var(--brandAccent);
  display: block;
  font-family: var(--serifFont);
  font-size: 7rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .gcse__figure {
    font-size: 4rem;
  }
}
.notice {
  align-items: center;
  background-color: var(--burgandy);
  color: #FFF;
  display: flex;
  font-family: var(--sansSerifFont);
  font-size: 0.9rem;
  height: var(--noticeHeight);
  justify-content: center;
  position: absolute;
  top: calc(var(--noticeHeight) * -1);
  left: 0;
  right: 0;
}
.notice__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-decoration: underline;
}
.notice__icon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-weight: 600;
  position: absolute;
  right: 30px;
}
.modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.modal__content {
  align-items: center;
  background: #FFF;
  border-radius: 10px;
  color: var(--color);
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 15rem 1fr;
  overflow-y: auto;
  max-height: 80vh;
  max-width: 1000px;
  padding: 1.5rem;
  position: relative;
  text-align: left;
  width: 85vw;
}
@media screen and (max-width: 768px) {
  .modal__content {
    grid-template-columns: 1fr;
  }
  .modal__content .divider {
    margin-bottom: 1rem;
  }
}
.modal__title {
  padding-top: 1rem;
  font-size: 1.8rem;
}
.modal__image {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (height: -webkit-fill-available) {
  .modal__image {
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 768px) {
  .modal__image {
    height: 23vw;
    -o-object-position: center 30%;
       object-position: center 30%;
    width: 100%;
  }
}
.modal__icon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: var(--sansSerifFont);
  font-weight: 600;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
.accordion__item:not(:first-child) {
  border-bottom: 1px solid var(--lightgrey);
}
.accordion__header {
  align-items: center;
  background: none;
  border: none;
  color: var(--burgandy);
  cursor: pointer;
  display: flex;
  font-family: inherit;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.accordion__header:hover {
  color: var(--brandAccent);
}
.accordion__header:focus {
  outline: 2px solid var(--brandAccent);
  outline-offset: 2px;
}
.accordion__title {
  border-top: 1px solid var(--lightgrey);
  font-size: 1.4rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .map {
    grid-template-columns: 1fr;
  }
}
.map iframe {
  border: none;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 90vw;
  }
}
.map__address {
  display: flex;
  justify-content: space-between;
  margin-right: 4rem;
  gap: 2rem;
}
.map__address pre {
  font-size: inherit;
  font-family: inherit;
}
.map__address dt {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .map__address {
    flex-wrap: wrap;
    gap: 0;
  }
}
.table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table {
    display: block;
    overflow-x: scroll;
  }
}
.table td:first-child {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .table td {
    min-width: 125px;
  }
}
.split-content-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--gutter);
  padding: var(--gutter);
  grid-template-areas: 'content media';
}
@media screen and (max-width: 768px) {
  .split-content-block {
    grid-gap: calc(var(--gutter) * 2);
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
}
.split-content-block__content {
  max-width: 35rem;
  padding-left: calc(var(--gutter) / 2);
}
.split-content-block__image-full {
  width: 100%;
}
.split-content-block--feature .split-content-block__content {
  align-self: start;
  padding-left: var(--gutter);
  position: sticky;
  top: 35vh;
}
.split-content-block--feature .split-content-block__media {
  align-items: stretch;
  display: grid;
  grid-template-rows: 40rem 40rem;
  row-gap: 2rem;
}
.split-content-block--alignContentCenter {
  align-items: center;
}
.split-content-block--alignContentEnd {
  align-items: flex-end;
}
.split-content-block--reverse {
  grid-template-areas: 'media content';
}
@media screen and (max-width: 768px) {
  .split-content-block--reverse {
    grid-template-areas: none;
  }
  .split-content-block--reverse .split-content-block__content {
    order: -1;
    /* Move content before media on mobile for reverse */
  }
  .split-content-block--reverse .split-content-block__media {
    order: 1;
    /* Keep media after content on mobile for reverse */
  }
}
.split-content-block--bgGrey {
  background-color: var(--lightgrey);
}
.split-content-block--bgGrey .u-number {
  color: var(--grey);
  opacity: 0.1;
}
.split-content-block--bgPrimary {
  --color: var(--white);
  background-color: var(--brandPrimary);
  color: var(--white);
}
.split-content-block--bgPrimary .u-number {
  opacity: 0.2;
  z-index: 1;
}
.split-content-block--bgPrimary .button {
  color: var(--white);
}
.split-content-block--paddingBottomXL {
  padding-bottom: calc(var(--gutter) * 2);
}
.split-content-block--advanced {
  min-height: 40rem;
}
.split-content-block--advanced img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.split-content-block--advanced1 .split-content-block__media {
  align-self: stretch;
  position: relative;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .split-content-block--advanced1 .split-content-block__media {
    grid-gap: 1rem;
    position: static;
    display: block;
    align-items: stretch;
  }
}
.split-content-block--advanced1 .split-content-block__media .advancedVideoWrapper {
  max-width: 75%;
  opacity: 0.95;
}
.split-content-block--advanced1 .split-content-block__media .advancedImage {
  position: absolute;
  right: 0;
  height: 100%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .split-content-block--advanced1 .split-content-block__media .advancedImage,
  .split-content-block--advanced1 .split-content-block__media .advancedVideoWrapper {
    max-width: none;
    position: static;
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.split-content-block--advanced2 .split-content-block__media {
  align-items: center;
  align-self: stretch;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.split-content-block--advanced2 .split-content-block__media img:first-child {
  height: calc(100% - 8rem);
}
@media screen and (max-width: 768px) {
  .split-content-block--advanced2 .split-content-block__media img:first-child {
    height: 100%;
  }
}
.split-content-block--advanced2 .split-content-block__media img:nth-child(2) {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .split-content-block--advanced2 .split-content-block__media {
    grid-template-columns: 1fr;
  }
}
.split-content-block + .intelligence {
  margin-top: var(--gutter);
}
.split-content-block__media img {
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .split-content-block__media img {
    max-height: none;
    height: auto;
  }
}
.split-content-block__media--offset {
  margin-top: calc(var(--gutter) * -1.5);
}
.videoWrapper {
  grid-area: media;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .videoWrapper iframe {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .videoWrapper {
    aspect-ratio: 1.77777778;
    grid-area: auto;
    padding-top: 0;
  }
}
.split-info-section--centered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--gutter);
  min-height: 40vh;
}
.split-info-section--centered .split-content-block__content {
  max-width: 50rem;
  text-align: center;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .split-info-section--centered {
    min-height: 30vh;
    padding: calc(var(--gutter) / 2);
  }
  .split-info-section--centered .split-content-block__content {
    max-width: none;
  }
}
.split-content-block__content {
  align-items: center;
  grid-area: content;
  max-width: 35rem;
}
@media screen and (max-width: 768px) {
  .split-content-block__content {
    grid-area: auto;
    position: static !important;
    transform: none !important;
  }
}
.split-content-block__buttons {
  display: flex;
  gap: 0.25rem 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.filter-master-rename {
  position: relative;
}
.filter-wrapper {
  align-self: flex-start;
  position: sticky;
  top: calc(var(--gutter) * 2);
}
@media screen and (max-width: 768px) {
  .filter-wrapper {
    position: static;
  }
}
.filters-wrapper--disabled {
  opacity: 0.5;
}
.filter-groups {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
}
.filter-group {
  align-content: flex-start;
  display: grid;
}
.filter-search {
  border-color: var(--brandAccent);
  color: var(--color);
  margin-bottom: 1rem;
}
.filter-results {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.filter-result {
  display: flex;
  flex-direction: column;
}
.filter-result a {
  text-decoration: none;
}
.filter-result .link {
  margin-top: auto;
}
.filter-placeholder {
  background-color: var(--lightgrey);
  color: var(--lightgrey);
  width: 100%;
}
.filter-placeholder--large {
  width: 75%;
}
.filter-placeholder--short {
  width: 50%;
}
.filter-placeholder--tiny {
  width: 25%;
}
.filter-image {
  background-color: var(--brandPrimary);
  height: 12rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-image img {
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.filter-image img.filter-image__logo {
  height: auto;
  width: 20%;
}
.filter-image--loading {
  background: linear-gradient(90deg, var(--lightgrey), #e9e9e9);
}
.s-internal h1,
.s-internal h2,
.s-internal h3,
.s-internal h4,
.s-internal h5,
.s-internal h6 {
  color: var(--burgandy);
}
.s-internal h2 {
  font-size: var(--heading5);
  border-bottom: 3px solid var(--burgandy);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.s-internal p + h1 {
  margin-top: 2rem;
}
.s-internal p + h2 {
  margin-top: 2rem;
}
.s-internal p + h3 {
  margin-top: 2rem;
}
.s-internal p + h4 {
  margin-top: 2rem;
}
.s-internal p + h5 {
  margin-top: 2rem;
}
.s-internal p + h6 {
  margin-top: 2rem;
}
.s-internal ul {
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.s-internal li {
  margin-bottom: 0.5rem;
}
.s-internal hr {
  background: var(--burgandy);
  border: none;
  height: 3px;
  margin: 0.5rem 0;
}
.s-article {
  --offset: -75px;
}
@media screen and (max-width: 992px) {
  .s-article {
    --offset: -30px;
  }
}
@media screen and (max-width: 768px) {
  .s-article {
    --offset: 0;
  }
}
.s-article h1,
.s-article h2,
.s-article h3,
.s-article h4,
.s-article h5,
.s-article h6 {
  color: var(--burgandy);
}
.s-article h1 {
  margin-bottom: 2rem;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .s-article h1 {
    padding-right: 0;
  }
}
.s-article p + h1 {
  margin-top: 2rem;
}
.s-article p + h2 {
  margin-top: 2rem;
}
.s-article p + h3 {
  margin-top: 2rem;
}
.s-article p + h4 {
  margin-top: 2rem;
}
.s-article p + h5 {
  margin-top: 2rem;
}
.s-article p + h6 {
  margin-top: 2rem;
}
.s-article ul {
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.s-article li {
  margin-bottom: 0.5rem;
}
.s-article hr {
  background: var(--burgandy);
  border: none;
  height: 3px;
  margin: 0.5rem 0;
}
.s-article .article__date {
  right: var(--offset);
}
@media screen and (max-width: 768px) {
  .s-article .article__date {
    display: inline-block;
    margin-bottom: 1rem;
    position: static;
  }
}
.s-article .u-offset-l {
  transform: translateX(var(--offset));
}
.s-article .u-offset-r {
  transform: translateX(calc(var(--offset) * -1));
}
.s-article .u-image {
  margin: 3rem 0;
}
.u-grey {
  color: var(--grey);
}
.u-lightgrey {
  color: var(--lightgrey);
}
.u-burgandy {
  color: var(--burgandy);
}
.u-white {
  color: var(--white);
}
.u-bg-lightgrey {
  background: var(--lightgrey);
}
.u-bg-grey {
  background: var(--grey);
}
.u-bg-darkgrey {
  background: var(--darkgrey);
}
.u-bg-white {
  background: var(--white);
}
.u-mb\- {
  margin-bottom: 0.25rem;
}
.u-mb {
  margin-bottom: 1rem;
}
.u-mb\+ {
  margin-bottom: 2rem;
}
.u-mb\+\+ {
  margin-bottom: 3rem;
}
.u-mb0 {
  margin-bottom: 0;
}
.u-mt {
  margin-top: 1rem;
}
.u-mt\+ {
  margin-top: 2rem;
}
.u-ml\- {
  margin-left: 0.25rem;
}
.u-mla {
  margin-left: auto;
}
.u-mr\- {
  margin-right: 0.25rem;
}
.u-pt\+ {
  padding-top: 3rem;
}
.u-pb\+ {
  padding-bottom: 3rem;
}
.u-pv\+ {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.u-g {
  padding: var(--gutter);
}
.u-gt {
  padding-top: var(--gutter);
}
.u-gb {
  padding-bottom: var(--gutter);
}
.u-gv {
  padding-bottom: var(--gutter);
  padding-top: var(--gutter);
}
.u-gl {
  padding-left: var(--gutter);
}
@media screen and (max-width: 480px) {
  .u-mb\+\+\@viewport4 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .u-mb0\@viewport7 {
    margin-bottom: 0;
  }
}
.u-lh {
  line-height: var(--lineHeight);
}
.u-lh\- {
  line-height: calc(var(--lineHeight) * 0.85);
}
.u-lh1 {
  line-height: 1;
}
.u-tac {
  text-align: center;
}
.u-h1 {
  font-size: var(--heading1);
}
.u-h2 {
  font-size: var(--heading2);
}
.u-h3 {
  font-size: var(--heading3);
}
.u-h4 {
  font-size: var(--heading4);
}
.u-h5 {
  font-size: var(--heading5);
}
.u-h6 {
  font-size: var(--heading6);
}
.u-lead {
  font-family: var(--sansSerifFont);
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 30rem;
}
@media screen and (max-width: 1200px) {
  .u-lead {
    font-size: 1.25rem;
  }
}
.u-bold {
  font-weight: 600;
}
.u-number {
  font-style: normal;
  color: var(--lightgrey);
  font-family: var(--sansSerifFont);
  font-size: 9.5rem;
  font-weight: 600;
  left: calc(var(--gutter) * -0.25);
  line-height: 1;
  position: absolute;
  top: calc(var(--gutter) * -0.5);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-number {
    font-size: 6rem;
  }
}
.u-capitalize:first-letter {
  text-transform: uppercase;
}
.u-serif {
  font-family: var(--serifFont);
}
.u-sans-serif {
  font-family: var(--sansSerifFont);
}
.title {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.title--medium {
  font-size: 3rem;
}
.title--small {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.u-rich-text {
  max-width: 30rem;
}
.u-rich-text a {
  text-decoration: underline;
}
.u-rich-text img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
.u-rich-text .markdown-body {
  font-family: var(--serifFont) !important;
  line-height: inherit !important;
  font-size: inherit !important;
  color: var(--color) !important;
}
.u-rich-text .markdown-body img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
.u-oxh {
  overflow-x: hidden;
}
.u-shadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.u-surface {
  background: #FFF;
  box-shadow: var(--shadow);
  color: var(--darkgrey);
  padding: 1.5rem 1.5rem 3rem;
}
.u-image {
  display: block;
  height: auto;
  max-width: 100%;
}
.u-viewport {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
}
@media (hover: none) and (pointer: coarse) {
  .u-viewport {
    height: 40rem;
  }
}
.u-posr {
  position: relative;
}
.u-posa {
  position: absolute;
}
.u-poss {
  position: static;
}
.u-o1 {
  opacity: calc(0.1 * 1);
}
.u-o2 {
  opacity: calc(0.1 * 2);
}
.u-o3 {
  opacity: calc(0.1 * 3);
}
.u-o4 {
  opacity: calc(0.1 * 4);
}
.u-o5 {
  opacity: calc(0.1 * 5);
}
.u-o6 {
  opacity: calc(0.1 * 6);
}
.u-o7 {
  opacity: calc(0.1 * 7);
}
.u-o8 {
  opacity: calc(0.1 * 8);
}
.u-o9 {
  opacity: calc(0.1 * 9);
}
.u-z1 {
  z-index: 1;
}
.u-z2 {
  z-index: 2;
}
.u-z3 {
  z-index: 3;
}
.u-z4 {
  z-index: 4;
}
.u-z5 {
  z-index: 5;
}
.u-z6 {
  z-index: 6;
}
.u-z7 {
  z-index: 7;
}
.u-z8 {
  z-index: 8;
}
.u-z9 {
  z-index: 9;
}
.u-z10 {
  z-index: 10;
}
.u-fade {
  opacity: 0;
}
.u-fade.aos-animate {
  animation: fadeIn 0.75s forwards ease-in-out;
}
.u-slide-up {
  opacity: 0;
  transform: translate(0, 50px);
}
@media screen and (max-width: 480px) {
  .u-slide-up {
    transform: translate(0, 30px);
  }
}
.u-slide-up.aos-animate {
  animation: slideIn 0.75s forwards ease-in-out;
}
.u-slide-down {
  opacity: 0;
  transform: translate(0, -50px);
}
@media screen and (max-width: 480px) {
  .u-slide-down {
    transform: translate(0, -30px);
  }
}
.u-slide-down.aos-animate {
  animation: slideIn 0.75s forwards ease-in-out;
}
.u-slide-right {
  opacity: 0;
  transform: translate(-50px, 0);
}
@media screen and (max-width: 480px) {
  .u-slide-right {
    transform: translate(0, 30px);
  }
}
.u-slide-right.aos-animate {
  animation: slideIn 0.75s forwards ease-in-out;
}
.u-slide-left {
  opacity: 0;
  transform: translate(50px, 0);
}
@media screen and (max-width: 480px) {
  .u-slide-left {
    transform: translate(0, 30px);
  }
}
.u-slide-left.aos-animate {
  animation: slideIn 0.75s forwards ease-in-out;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.25s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.slide-enter-active,
.slide-leave-active {
  transition: all 0.25s ease-in-out;
}
.slide-enter {
  opacity: 0;
  transform: translate(-10px, 0);
}
.slide-enter-to {
  transform: translate(0, 0);
}
.slide-leave-to {
  opacity: 0;
  transform: translate(10px, 0);
}
.full-slide-enter-active,
.full-slide-leave-active {
  transition: transform 0.5s ease-in-out;
}
.full-slide-enter {
  transform: translate(-100%, 0);
}
.full-slide-enter-to {
  transform: translate(0, 0);
}
.full-slide-leave-to {
  transform: translate(100%, 0);
}
.window-enter-active,
.window-leave-active {
  transition: clip-path 0.5s ease-in-out;
}
.window-enter,
.window-leave-to {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.u-flex {
  display: flex;
}
.u-jcs {
  justify-content: flex-start;
}
.u-aic {
  align-items: center;
}
.u-align-self-end {
  align-self: flex-end;
}
.u-row {
  flex-direction: row;
}
.u-column {
  flex-direction: column;
}
.u-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.u-block {
  display: block !important;
}
.u-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media screen and (max-width: 992px) {
  .u-hide\@viewport9 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-hide\@viewport7 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .u-hide\@viewport4 {
    display: none;
  }
}
.u-show\@viewport4 {
  display: none;
}
@media screen and (max-width: 480px) {
  .u-show\@viewport4 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br {
    display: none;
  }
}
.js-rellax {
  transition: transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .js-rellax {
    transform: none !important;
    transition: none !important;
  }
}

