/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

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

a {
  text-decoration: none;
  color: inherit; }

:root {
  --primary-colour: #008bd1;
  --secondary-colour: #0f1b25; }

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

.colour--primary {
  color: #143c84 !important; }

.colour--secondary {
  color: #e21c21 !important; }

.clearfix:before,
.clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.type h1 {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 46px;
  font-style: normal;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px; }

.type h2 {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  font-style: normal;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px; }

.type h3 {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-style: normal;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px; }

.type h4 {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-style: normal;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px; }

.type h5 {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-style: normal;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px; }

.type h6 {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-style: normal;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px; }

.type,
.type li,
.type p,
.notyf,
.type label,
.type input,
.type select,
.type .choices__inner {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  color: #5e5e5e;
  line-height: 2;
  margin-bottom: 15px; }

.type .nav,
.type nav {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-size: 17px;
  font-style: normal;
  color: #143c84;
  line-height: 1.2;
  margin-bottom: 17px; }

html {
  font-size: 10px; }
  html .type {
    margin-bottom: 0; }

body {
  font-weight: 400;
  font-size: 1.6rem; }

h1,
.h1 {
  font-weight: 700;
  font-size: 4rem; }

h2,
.h2 {
  font-weight: 700;
  font-size: 3.2rem; }

h3,
.h3 {
  font-weight: 700;
  font-size: 2.8rem; }

h4,
.h4 {
  font-weight: 700;
  font-size: 2.4rem; }

h5,
.h5 {
  font-weight: 700;
  font-size: 2rem; }

h6,
.h6 {
  font-weight: 700;
  font-size: 1.8rem; }

p {
  font-size: 1.6rem; }

b,
strong {
  font-weight: 700; }

i,
em {
  font-style: italic !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.smaller {
  font-size: 80% !important; }

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

.colour-primary {
  color: #143c84 !important; }

.colour-secondary {
  color: #e21c21 !important; }

/*------------------------------------------------------------------
Tingle
------------------------------------------------------------------*/
.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .tingle-modal__close {
    display: none; }
  .tingle-modal .tingle-modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: calc(90% - 4rem);
    max-width: 90rem;
    opacity: 1;
    cursor: auto;
    will-change: transform, opacity; }

.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden; }

.tingle-modal--visible {
  visibility: visible;
  opacity: 1; }

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-backdrop-filter: blur(18px);
            backdrop-filter: blur(18px); }
  .tingle-enabled .tingle-content-wrapper {
    filter: none; } }

.modal__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 6rem;
  height: 6rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .modal__close {
      width: 4rem;
      margin-bottom: 0rem; } }
  .modal__close__icon {
    position: relative;
    width: 100%;
    display: block; }
    .modal__close__icon:after {
      content: '';
      position: relative;
      display: block;
      padding-bottom: 98.83721%; }
    .modal__close__icon svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .modal__close__icon polygon {
      stroke: #143c84; }

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.banner {
  position: relative;
  margin-top: 8rem; }
  .banner__push {
    overflow: hidden;
    position: relative;
    margin-top: 7rem; }
  .banner.hasTransparentHeader {
    margin-top: 0; }
  .banner__wrap {
    width: 100%;
    position: relative; }
    .banner__wrap__item {
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .banner__wrap__item--deeper .banner__wrap__item__content__inner {
        padding: 27rem 0 22rem;
        padding-right: 10rem; }
        @media only screen and (max-width: 767px) {
          .banner__wrap__item--deeper .banner__wrap__item__content__inner {
            width: 100%;
            padding-right: 0rem; } }
      .banner__wrap__item__background {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block; }
      .banner__wrap__item__video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 1; }
        .banner__wrap__item__video:after {
          position: absolute;
          display: block;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.4); }
        .banner__wrap__item__video iframe {
          position: absolute;
          width: 100%;
          height: 100%;
          pointer-events: none;
          opacity: 0; }
      .banner__wrap__item__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        background: #000;
        opacity: 0.4; }
      .banner__wrap__item__content {
        width: 100%;
        max-width: 1280px;
        padding: 2rem;
        z-index: 5;
        margin: 0 auto;
        position: relative;
        padding: 0 2rem;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
        align-items: flex-end;
        min-height: 50rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .banner__wrap__item__content__inner {
          width: 55%;
          padding: 10rem 0 12rem;
          padding-right: 10rem; }
          @media only screen and (max-width: 767px) {
            .banner__wrap__item__content__inner {
              width: 100%;
              padding-right: 0rem; } }
        .banner__wrap__item__content__image {
          width: 45%;
          border-radius: 6px;
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          overflow: hidden;
          margin-bottom: -4rem; }
          .banner__wrap__item__content__image--no-shadow {
            box-shadow: none; }
          @media only screen and (max-width: 1023px) {
            .banner__wrap__item__content__image {
              display: none; } }
          .banner__wrap__item__content__image img {
            width: 100%; }
  .banner .slick-dots {
    position: absolute;
    bottom: 0rem;
    right: 2rem;
    width: 100%;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .banner .slick-dots {
        padding-right: 2rem !important; } }
    .banner .slick-dots li {
      margin-left: 1rem;
      display: inline-block; }
      .banner .slick-dots li span {
        width: 1rem;
        height: 1rem;
        border-radius: 1rem;
        background: #ebebeb;
        display: block;
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .banner .slick-dots li.slick-active span {
        background: #143c84;
        width: 3rem; }

.breadCrumbs {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 4rem;
  padding: 0 2rem; }
  @media only screen and (max-width: 767px) {
    .breadCrumbs {
      padding: 0; } }
  .breadCrumbs__wrap {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 767px) {
      .breadCrumbs__wrap {
        padding: 0 2rem; } }
    .breadCrumbs__wrap p {
      display: inline-block;
      margin: 0 !important;
      font-size: 1.4rem !important; }
    .breadCrumbs__wrap__item {
      margin-bottom: 0;
      font-size: 1.4rem;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      padding: 2.4rem 1rem;
      color: #143c84; }
      @media only screen and (max-width: 767px) {
        .breadCrumbs__wrap__item {
          padding-left: 0.2rem;
          padding-right: 0.2rem;
          font-size: 1rem; } }
      .breadCrumbs__wrap__item--divivder svg {
        position: relative;
        top: 2px;
        opacity: 0.2; }
        .breadCrumbs__wrap__item--divivder svg polygon,
        .breadCrumbs__wrap__item--divivder svg path {
          fill: inherit; }
      .breadCrumbs__wrap__item--icon {
        margin-left: -0.9rem; }
        .breadCrumbs__wrap__item--icon svg {
          opacity: 0.2;
          position: relative;
          top: 2px; }
          .breadCrumbs__wrap__item--icon svg polygon {
            transition: all 333ms ease; }
          .breadCrumbs__wrap__item--icon svg polygon,
          .breadCrumbs__wrap__item--icon svg path {
            fill: inherit; }
        .breadCrumbs__wrap__item--icon:hover path,
        .breadCrumbs__wrap__item--icon:hover polygon {
          fill: inherit; }
      .breadCrumbs__wrap__item--link {
        color: #143c84; }
        .breadCrumbs__wrap__item--link:hover {
          color: #143c84; }
      .breadCrumbs__wrap__item--current {
        color: #143c84; }
    .breadCrumbs__wrap__social {
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      right: 0.2rem;
      display: none; }
      @media only screen and (max-width: 767px) {
        .breadCrumbs__wrap__social {
          right: 1.2rem; } }
      @media only screen and (max-width: 639px) {
        .breadCrumbs__wrap__social {
          display: none; } }
      .breadCrumbs__wrap__social__text {
        margin: 0 !important;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.2rem !important; }
        @media only screen and (max-width: 767px) {
          .breadCrumbs__wrap__social__text {
            display: none; } }
      .breadCrumbs__wrap__social__link {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        margin-left: 0.3rem;
        width: 2.4rem;
        transition: all 222ms ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .breadCrumbs__wrap__social__link:after {
          content: '';
          position: relative;
          display: block;
          padding-bottom: 100%; }
        .breadCrumbs__wrap__social__link svg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .breadCrumbs__wrap__social__link path {
          fill: #143c84; }
        .breadCrumbs__wrap__social__link:hover {
          transform: scale(1.15); }

.button, input[type='submit'], .bgLinkBlock__wrap__item__content__link {
  font-weight: 500;
  text-align: center;
  background: #e21c21;
  padding: 1rem 3.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  text-decoration: none !important;
  color: #fff !important;
  transition: all 111ms ease;
  border: 0;
  border-radius: 100rem; }
  .button:hover, input:hover[type='submit'], .bgLinkBlock__wrap__item__content__link:hover {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2); }
  .button:active, input:active[type='submit'], .bgLinkBlock__wrap__item__content__link:active {
    transform: translateY(1px); }
  .button--secondary {
    background: transparent;
    background: #e21c21; }
    .button--secondary:hover {
      box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3); }
  .button--rounded {
    border-radius: 100rem; }
  .button--outline {
    padding: 0.8rem 4rem;
    background: transparent;
    border: 2px solid #143c84;
    color: #143c84 !important; }
    .button--outline:hover {
      background: #143c84 !important;
      color: #fff !important; }
  .button--white {
    color: #143c84 !important;
    background: #fff; }
    .button--white.button--outline {
      background: transparent;
      border: 2px solid #fff;
      color: #fff !important; }

.debug {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9999999999;
  pointer-events: none;
  display: none; }
  .debug.active {
    display: block; }
  .debug__wrap {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1440px;
    bottom: 0;
    top: 0;
    border-left: 1px solid #143c84;
    border-right: 1px solid #143c84; }
    .debug__wrap__center {
      display: block;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      max-width: 1px;
      bottom: 0;
      top: 0;
      background: rgba(255, 192, 203, 0.5);
      border-right: 1px solid #143c84; }
    .debug__wrap__left {
      display: block;
      position: absolute;
      left: 2rem;
      max-width: 1px;
      bottom: 0;
      top: 0;
      background: rgba(255, 192, 203, 0.5);
      border-left: 1px solid #143c84; }
    .debug__wrap__right {
      display: block;
      position: absolute;
      right: 2rem;
      max-width: 1px;
      bottom: 0;
      top: 0;
      background: rgba(255, 192, 203, 0.5);
      border-right: 1px solid #143c84; }
  .debug__outer {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1280px;
    bottom: 0;
    top: 0;
    border-left: 1px solid #e21c21;
    border-right: 1px solid #e21c21; }
    .debug__outer__center {
      display: block;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      max-width: 1px;
      bottom: 0;
      top: 0;
      background: rgba(255, 192, 203, 0.5);
      border-right: 1px solid #e21c21; }
    .debug__outer__left {
      display: block;
      position: absolute;
      left: 2rem;
      max-width: 1px;
      bottom: 0;
      top: 0;
      background: rgba(255, 192, 203, 0.5);
      border-left: 1px solid #e21c21; }
    .debug__outer__right {
      display: block;
      position: absolute;
      right: 2rem;
      max-width: 1px;
      bottom: 0;
      top: 0;
      background: rgba(255, 192, 203, 0.5);
      border-right: 1px solid #e21c21; }

/*------------------------------------------------------------------
footer
------------------------------------------------------------------*/
.footer {
  width: 100%;
  background: #333;
  background: #173d84;
  background-color: #132853;
  padding: 0 2rem;
  position: relative;
  z-index: 3333; }
  .footer__wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 6rem 0 4rem; }
    .footer__wrap__copyright {
      margin-top: 4rem;
      padding: 0 2rem 0 0;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .footer__wrap__copyright {
          padding: 0; } }
      .footer__wrap__copyright a {
        margin-left: 1rem;
        color: white; }
      .footer__wrap__copyright__social a svg path {
        fill: #fff; }
    .footer__wrap__column {
      width: 33.333%; }
      .footer__wrap__column p {
        color: #143c84 !important; }
      .footer__wrap__column a:not([class]) {
        text-decoration: none;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
        transition: all 333ms ease;
        overflow: hidden;
        color: #fff; }
        .footer__wrap__column a:not([class]):hover {
          box-shadow: inset 0 -30px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
          color: #e21c21 !important; }
      .footer__wrap__column__logo {
        margin-bottom: 4rem; }
      .footer__wrap__column__row {
        width: 100%; }
      .footer__wrap__column--1 {
        display: flex;
        flex-wrap: wrap;
        padding: 0 2rem 0 0; }
        @media only screen and (max-width: 967px) {
          .footer__wrap__column--1 {
            width: 100%;
            justify-content: center;
            margin-bottom: 3rem;
            padding: 0;
            text-align: center; } }
      .footer__wrap__column--2 {
        display: flex;
        flex-wrap: wrap;
        padding: 0 2rem;
        justify-content: space-between; }
        @media only screen and (max-width: 967px) {
          .footer__wrap__column--2 {
            width: 50%;
            padding: 0;
            justify-content: center; } }
        @media only screen and (max-width: 767px) {
          .footer__wrap__column--2 {
            width: 100%;
            justify-content: center; }
            .footer__wrap__column--2 * {
              text-align: center; } }
      .footer__wrap__column--3 {
        display: flex;
        flex-wrap: wrap;
        padding: 0 2rem;
        align-content: flex-start; }
        @media only screen and (max-width: 967px) {
          .footer__wrap__column--3 {
            width: 50%;
            padding: 0;
            justify-content: center; } }
        @media only screen and (max-width: 767px) {
          .footer__wrap__column--3 {
            width: 100%;
            justify-content: center; }
            .footer__wrap__column--3 * {
              text-align: center; } }
      .footer__wrap__column__item {
        width: 100%; }

/*------------------------------------------------------------------
preheader
------------------------------------------------------------------*/
body .preheader {
  padding: 0 2rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  background-color: #132853; }
  body .preheader .svg-phone-icon {
    position: relative;
    top: 3px;
    left: 4px; }
  body .preheader__wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0.4rem 2rem; }
    body .preheader__wrap a {
      display: inline-block;
      vertical-align: middle; }
    body .preheader__wrap svg {
      margin-right: 1rem;
      width: 18px;
      height: 18px; }
      body .preheader__wrap svg path {
        fill: #fff; }
    body .preheader__wrap__social {
      position: relative;
      margin-right: 1rem;
      display: block;
      width: 2rem; }
      body .preheader__wrap__social:after {
        content: '';
        position: relative;
        display: block;
        padding-bottom: 100%; }
      body .preheader__wrap__social svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    body .preheader__wrap__numbers {
      margin-bottom: 0; }
      @media only screen and (max-width: 967px) {
        body .preheader__wrap__numbers {
          display: none; } }
      body .preheader__wrap__numbers a {
        margin-right: 1rem;
        font-size: 1.4rem; }
      body .preheader__wrap__numbers span {
        margin-right: 1rem;
        color: rgba(255, 255, 255, 0.6); }
    body .preheader__wrap__right {
      margin-bottom: 0;
      margin-right: 0;
      margin-left: auto;
      font-size: 1.4rem; }
      body .preheader__wrap__right a {
        margin-left: 2rem; }

.header {
  width: 100%;
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1rem 2rem;
  z-index: 9999999;
  box-shadow: -1px 4px 74px -16px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media only screen and (max-width: 967px) {
    .header {
      top: 36px; } }
  .header--transparent {
    box-shadow: none;
    background: transparent; }
    .header--transparent + .banner {
      margin-top: 0; }
  .header.nav-down {
    transform: translateY(0%);
    background: #fff;
    box-shadow: -1px 4px 74px -16px rgba(0, 0, 0, 0.15); }
  .header.nav-up {
    transform: translateY(-150%); }
  .header__wrap {
    position: relative;
    height: 8rem;
    max-width: 1280px;
    margin: 0 auto; }
    .header__wrap--full {
      max-width: 100%; }
    .header__wrap__menu {
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      text-align: right;
      right: 0; }
      @media only screen and (max-width: 1023px) {
        .header__wrap__menu {
          right: 6rem; } }
      .header__wrap__menu__item {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 1023px) {
          .header__wrap__menu__item {
            display: none !important; } }
        .header__wrap__menu__item__link {
          padding: 2rem 1rem;
          display: block;
          margin: 0;
          color: #000;
          position: relative; }
          .header__wrap__menu__item__link p {
            margin: 0 !important; }
          .header__wrap__menu__item__link:hover .nav,
          .header__wrap__menu__item__link.section .nav,
          .header__wrap__menu__item__link.current .nav {
            color: #e21c21 !important; }
    .header__wrap__logo {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 4; }
      .header__wrap__logo img {
        width: auto;
        height: 7rem; }
    .header__wrap__navburger {
      width: 3rem;
      height: 3rem;
      position: absolute;
      right: -5.5rem;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer; }
      @media only screen and (min-width: 1024px) {
        .header__wrap__navburger {
          display: none; } }
      .header__wrap__navburger__ring {
        width: 3.6rem;
        height: 0.2rem;
        position: absolute;
        transition: all 333ms ease; }
        .header__wrap__navburger__ring--1 {
          margin-top: 0.5rem;
          background: #143c84; }
        .header__wrap__navburger__ring--2 {
          margin-top: 1.5rem;
          background: #143c84; }
        .header__wrap__navburger__ring--3 {
          margin-top: 2.5rem;
          background: #143c84; }

.header__wrap__nav__link__subnav {
  position: absolute;
  background: #143c84;
  background: #fff;
  width: 26rem;
  left: 50%;
  padding: 1rem 0;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
  transform: rotateX(-40deg) translateX(-50%);
  transform-origin: 50% 0;
  will-change: all;
  transition: all 333ms ease;
  visibility: hidden;
  opacity: 0;
  perspective: 600px;
  top: calc(100% + 0rem); }
  .header__wrap__nav__link__subnav:before {
    position: absolute;
    display: block;
    content: '';
    display: block;
    border-bottom-color: #143c84;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 1rem;
    top: -1rem; }
  .header__wrap__nav__link__subnav__item {
    display: block;
    color: #fff;
    color: #143c84;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 0.5rem 2rem;
    line-height: 1.4;
    transition: all 111ms ease;
    text-align: left; }
    .header__wrap__nav__link__subnav__item p {
      font-size: 1.8rem !important;
      margin: 0 !important; }
    .header__wrap__nav__link__subnav__item.current, .header__wrap__nav__link__subnav__item:hover {
      background: #143c84; }
      .header__wrap__nav__link__subnav__item.current p, .header__wrap__nav__link__subnav__item:hover p {
        transition: all 111ms ease;
        color: #fff !important; }

.header__wrap__menu__item {
  position: relative;
  display: inline-block;
  perspective: 600px; }
  .header__wrap__menu__item:hover {
    z-index: 99; }
    .header__wrap__menu__item:hover .header__wrap__nav__link__subnav {
      transform: translateX(-50%);
      opacity: 1;
      visibility: visible; }

.header__wrap__nav__link__subnav__item__third {
  position: absolute;
  width: 26rem;
  right: 100%;
  padding: 1rem 0;
  box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
  transform: rotateY(-20deg);
  transform-origin: 100% 0;
  will-change: all;
  top: 0;
  transition: all 333ms ease;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  text-align: left; }
  .header__wrap__nav__link__subnav__item__third__item {
    display: block;
    color: #fff;
    color: #143c84;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 0.5rem 2rem;
    line-height: 1.4;
    transition: all 111ms ease;
    text-align: left; }
    .header__wrap__nav__link__subnav__item__third__item:hover {
      background: #143c84;
      color: #fff; }

.relative {
  position: relative; }
  .relative:hover .header__wrap__nav__link__subnav__item__third {
    transform: none;
    opacity: 1;
    visibility: visible; }

button,
input,
select,
textarea {
  -webkit-appearance: none; }

form .textarea.field textarea, form .text.field input, form .dropdown.field select {
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0.75rem 1.5rem 0.8rem !important;
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 0;
  transition: all 0.3s; }
  form .textarea.field textarea::-webkit-input-placeholder, form .text.field input::-webkit-input-placeholder, form .dropdown.field select::-webkit-input-placeholder {
    opacity: 0.5; }
  form .textarea.field textarea:-moz-placeholder, form .text.field input:-moz-placeholder, form .dropdown.field select:-moz-placeholder {
    opacity: 0.5; }
  form .textarea.field textarea::-moz-placeholder, form .text.field input::-moz-placeholder, form .dropdown.field select::-moz-placeholder {
    opacity: 0.5; }
  form .textarea.field textarea:-ms-input-placeholder, form .text.field input:-ms-input-placeholder, form .dropdown.field select:-ms-input-placeholder {
    opacity: 0.5; }
  form .textarea.field textarea:hover, form .text.field input:hover, form .dropdown.field select:hover {
    border-color: #143c84; }
  form .textarea.field textarea:focus, form .text.field input:focus, form .dropdown.field select:focus {
    border-color: #143c84;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(20, 60, 132, 0.2); }


form .field.textarea,
form .field.text,
form .field.dropdown,
form .field {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 1rem; }
  form .field.textarea .optionset, form .field.text .optionset, form .field.dropdown .optionset,
  form .field.textarea legend,
  form .field.text legend,
  form .field.dropdown legend,
  form .field.textarea label,
  form .field.text label,
  form .field.dropdown label,
  form .field .optionset,
  form .field legend,
  form .field label {
    margin: 1rem 0 0.5rem;
    display: block; }
  
  form .half.field.textarea,
  form .half.field.text,
  form .half.field.dropdown,
  form .field.half {
    width: calc(50% - 1rem); }
    @media only screen and (max-width: 767px) {
      
      form .half.field.textarea,
      form .half.field.text,
      form .half.field.dropdown,
      form .field.half {
        width: 100%; } }
  form .textarea.field textarea,
  form .field.textarea textarea {
    min-height: 10rem;
    resize: none; }
  form .dropdown.field select,
  form .field.dropdown select {
    background-image: url("data:image/svg+xml; utf8, <svg width=\"16\" height=\"9\" viewBox=\"0 0 16 9\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.839 5.96L13.936.108a.399.399 0 01.553.007l1.07 1.047a.38.38 0 01.008.542L8.122 8.851a.365.365 0 01-.283.105.387.387 0 01-.284-.105L.111 1.704a.38.38 0 01.007-.542L1.188.115a.399.399 0 01.554-.007L7.839 5.96z\" fill=\"%23333\" fill-rule=\"evenodd\"/></svg>");
    background-repeat: no-repeat;
    background-position: 99% 50%; }

input[type='submit'] {
  margin-top: 2rem; }

/*------------------------------------------------------------------
Checkbox
------------------------------------------------------------------*/
input[type='checkbox'] {
  opacity: 0;
  z-index: -1;
  position: absolute; }
  input[type='checkbox'] + label {
    position: relative;
    padding-left: 3rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    input[type='checkbox'] + label:before {
      position: absolute;
      display: block;
      content: '';
      display: block;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all 333ms ease;
      background: #fff;
      border: 1px solid #ebebeb;
      width: 20px;
      height: 20px;
      border-radius: 0; }
    input[type='checkbox'] + label:after {
      position: absolute;
      display: block;
      content: '';
      transform: rotate(43deg);
      width: 5px;
      height: 9px;
      border: 2px solid #fff;
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 50%;
      transition: all 333ms ease;
      margin-top: -1px;
      transform: translateY(-50%) rotate(20deg); }
  input[type='checkbox']:checked + label:before {
    background: #143c84;
    border-color: #143c84; }
  input[type='checkbox']:checked + label:after {
    transform: translateY(-50%) rotate(43deg); }

/*------------------------------------------------------------------
Radio
------------------------------------------------------------------*/
input[type='radio'] {
  opacity: 0;
  z-index: -1;
  position: absolute; }
  input[type='radio'] + label {
    position: relative;
    padding-left: 3rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    input[type='radio'] + label:before {
      position: absolute;
      display: block;
      content: '';
      display: block;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all 222ms ease;
      background: #fff;
      border: 1px solid #ebebeb;
      width: 20px;
      height: 20px;
      border-radius: 2rem; }
    input[type='radio'] + label:after {
      position: absolute;
      display: block;
      content: '';
      left: 0;
      top: 50%;
      width: 20px;
      height: 20px;
      background: #fff;
      transition: all 222ms ease;
      border-radius: 2rem;
      transform: translateY(-50%) scale(0.9); }
  input[type='radio']:checked + label:before {
    background: #143c84;
    border-color: #143c84; }
  input[type='radio']:checked + label:after {
    transform: translateY(-50%) scale(0.5); }

/*------------------------------------------------------------------
User form specifics
------------------------------------------------------------------*/
form .userformsstep,
form .userform-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/*------------------------------------------------------------------
File field
------------------------------------------------------------------*/
.field.file .middleColumn {
  position: relative;
  border: 2px dashed #ebebeb;
  border-radius: 0.4rem;
  height: 7rem; }
  .field.file .middleColumn input {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 2rem 1rem;
    bottom: 0;
    line-height: 1;
    outline: none;
    margin: 0;
    cursor: pointer;
    transition: all 333ms ease; }
    .field.file .middleColumn input:hover {
      background: #f6f6f6; }

.message.required {
  background: rgba(240, 113, 120, 0.1);
  color: #f07178;
  padding: 0.5rem 1rem;
  border-left: 2px solid #f07178;
  top: 5px;
  position: relative; }

a:not([class]) {
  text-decoration: none;
  box-shadow: inset 0 -1px 0 #143c84, 0 1px 0 #143c84;
  transition: all 333ms ease;
  overflow: hidden;
  color: #143c84; }
  a:not([class]):hover {
    box-shadow: inset 0 -30px 0 #143c84, 0 1px 0 #143c84;
    color: #fff !important; }

.preheader__link {
  text-decoration: none;
  transition: all 333ms ease;
  overflow: hidden;
  color: #fff; }
  .preheader__link:hover {
    box-shadow: inset 0 -30px 0 #fff, 0 1px 0 #fff;
    color: #e21c21 !important; }

ul:not([class]) {
  list-style: none;
  margin: 1rem auto; }
  ul:not([class]) > li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem; }
    ul:not([class]) > li:before {
      position: absolute;
      display: block;
      content: '';
      width: 0.4rem;
      height: 0.4rem;
      border-radius: 50%;
      top: 1rem;
      left: 0.5rem;
      background: #143c84; }

ol:not([class]) {
  margin: 1rem auto;
  list-style: none; }
  ol:not([class]) > li {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    position: relative;
    counter-increment: counter; }
    ol:not([class]) > li:before {
      position: absolute;
      display: block;
      content: '';
      top: 0.3rem;
      left: 0.5rem;
      content: counter(counter) ".";
      font-weight: 700;
      font-size: 75%;
      color: #143c84; }
    ol:not([class]) > li li {
      counter-increment: internalcounter; }
      ol:not([class]) > li li:before {
        content: counter(internalcounter) "."; }

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #143c84;
  z-index: 999999;
  bottom: 0;
  padding: 3rem 0 10rem;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }
  .mobileMenu__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: flex-start;
    align-content: flex-start;
    top: 11.5rem; }
    .mobileMenu__wrap__item {
      width: 100%;
      color: #fff;
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center;
      padding: 1rem;
      font-family: 'brandon-grotesque', sans-serif; }
      .mobileMenu__wrap__item__toggle {
        position: relative;
        width: 4rem;
        position: absolute;
        display: inline-block;
        margin-left: 2rem;
        margin-top: 0.3rem;
        background: #e21c21; }
        .mobileMenu__wrap__item__toggle:after {
          content: '';
          position: relative;
          display: block;
          padding-bottom: 100%; }
        .mobileMenu__wrap__item__toggle svg {
          transform: rotate(90deg);
          position: absolute;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%) rotate(90deg); }
          .mobileMenu__wrap__item__toggle svg path {
            fill: #fff; }
        .mobileMenu__wrap__item__toggle.active svg {
          transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
      .mobileMenu__wrap__item__subnav {
        position: relative;
        display: none; }
        .mobileMenu__wrap__item__subnav__item {
          display: block;
          color: #fff;
          font-size: 1.6rem; }

.mobileMenuActive {
  overflow: hidden; }
  .mobileMenuActive .header {
    background: #143c84;
    box-shadow: none !important;
    transform: translateY(0%) !important; }
    .mobileMenuActive .header .header__wrap__logo path {
      fill: #fff; }
  .mobileMenuActive .mobileMenu {
    visibility: visible !important;
    opacity: 1 !important; }
  .mobileMenuActive .header__wrap__navburger__ring--1 {
    transform: rotate(45deg) translateX(0.7rem) translateY(0.7rem);
    background: #fff; }
  .mobileMenuActive .header__wrap__navburger__ring--2 {
    background: transparent !important; }
  .mobileMenuActive .header__wrap__navburger__ring--3 {
    transform: rotate(-45deg) translateX(0.7rem) translateY(-0.7rem);
    background: #fff; }

/*------------------------------------------------------------------
movement
------------------------------------------------------------------*/
body {
  position: relative; }

.movement {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow: hidden;
  min-height: 100%;
  pointer-events: none; }
  .movement__item {
    position: absolute; }
    .movement__item span {
      display: block; }
    .movement__item--1 {
      top: 30%;
      right: 0; }
    .movement__item--2 {
      top: 40%;
      left: 0; }
      .movement__item--2 span {
        transform: translateX(-50%); }
    .movement__item--3 {
      opacity: 0.8;
      top: 70%;
      left: 0; }
      .movement__item--3 span {
        transform: translateX(-40%); }
    .movement__item--4 {
      top: 50%;
      right: 0; }
      .movement__item--4 span {
        transform: translateX(30%); }

.searchActive .searchPane {
  opacity: 1;
  visibility: visible; }
  .searchActive .searchPane .text:after {
    transform: scaleX(1) !important; }

.searchActive .searchPane__wrap__close {
  transform: translateY(0%); }

.searchPane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  transition: all 555ms ease;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden; }
  .searchPane__wrap {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem; }
    .searchPane__wrap__close {
      top: 4rem;
      right: 2rem;
      transform: translateY(-100%);
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      cursor: pointer;
      position: relative;
      width: 6rem;
      position: absolute; }
      .searchPane__wrap__close:after {
        content: '';
        position: relative;
        display: block;
        padding-bottom: 100%; }
      .searchPane__wrap__close svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .searchPane__wrap__close svg path {
        fill: #143c84; }
    .searchPane__wrap__form {
      padding-top: 30rem; }
      .searchPane__wrap__form .field label {
        display: none !important; }
      .searchPane__wrap__form .field.text {
        margin-bottom: 2rem;
        position: relative; }
        .searchPane__wrap__form .field.text:after {
          position: absolute;
          display: block;
          content: '';
          border-bottom: 0.4rem solid #143c84;
          bottom: 0;
          width: 100%;
          transition: all 666ms ease;
          transform: scaleX(0);
          transform-origin: 0 0; }
          @media only screen and (max-width: 639px) {
            .searchPane__wrap__form .field.text:after {
              border-bottom: 0.2rem solid #143c84; } }
      .searchPane__wrap__form .field .text {
        background: transparent;
        border: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: none !important;
        font-size: 5rem;
        padding-left: 0 !important; }
        @media only screen and (max-width: 767px) {
          .searchPane__wrap__form .field .text {
            font-size: 3rem; } }
        @media only screen and (max-width: 639px) {
          .searchPane__wrap__form .field .text {
            font-size: 2.4rem; } }
        .searchPane__wrap__form .field .text::-webkit-input-placeholder {
          opacity: 0.8 !important; }
        .searchPane__wrap__form .field .text:-moz-placeholder {
          opacity: 0.8 !important; }
        .searchPane__wrap__form .field .text::-moz-placeholder {
          opacity: 0.8 !important; }
        .searchPane__wrap__form .field .text:-ms-input-placeholder {
          opacity: 0.8 !important; }
      .searchPane__wrap__form .action {
        display: none; }
      .searchPane__wrap__form__direction {
        color: #143c84 !important;
        display: block;
        text-align: right; }
        @media only screen and (max-width: 639px) {
          .searchPane__wrap__form__direction {
            font-size: 1.2rem !important; } }

.linkBlock + .textBlock {
  margin-top: -4rem; }

.sidebarWrapper {
  position: relative;
  font-size: 0;
  max-width: 1280px;
  margin: 0 auto 4rem; }
  .sidebarWrapper:before, .sidebarWrapper:after {
    content: '';
    display: table; }
  .sidebarWrapper:after {
    clear: both; }
  @media only screen and (max-width: 967px) {
    .sidebarWrapper {
      margin-bottom: 0rem; } }
  .sidebarWrapper__sidebar {
    width: 28rem;
    display: block;
    float: left;
    padding-top: 3.5rem;
    padding-left: 2rem; }
    .sidebarWrapper__sidebar--no-padding {
      padding-top: 8rem;
      padding-bottom: 11rem; }
    @media only screen and (max-width: 967px) {
      .sidebarWrapper__sidebar {
        display: none; } }
    .sidebarWrapper__sidebar__link {
      font-size: 1.6rem;
      display: block;
      padding: 0.5rem 0;
      margin-bottom: 1rem;
      transition: all 111ms ease;
      font-weight: 700; }
      .sidebarWrapper__sidebar__link--indented {
        padding-left: 2rem; }
      .sidebarWrapper__sidebar__link--alt {
        color: #000; }
      .sidebarWrapper__sidebar__link:hover {
        color: #143c84; }
      .sidebarWrapper__sidebar__link--current, .sidebarWrapper__sidebar__link--section {
        color: #143c84; }
    .sidebarWrapper__sidebar .publishDate {
      margin-top: -0.6rem; }
  .sidebarWrapper__content {
    width: calc(100% - 30rem);
    display: block;
    float: left; }
    @media only screen and (max-width: 967px) {
      .sidebarWrapper__content {
        width: 100%; } }
    .sidebarWrapper__content__recent {
      margin-top: 3rem; }
      .sidebarWrapper__content__recent hr {
        margin: 0 auto 2rem; }
      .sidebarWrapper__content__recent__link {
        color: #000 !important;
        transition: all 222ms ease; }
        .sidebarWrapper__content__recent__link svg {
          position: relative;
          top: -1px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 0.3rem;
          transition: all 333ms ease; }
          .sidebarWrapper__content__recent__link svg polygon {
            transition: all 222ms ease; }
        .sidebarWrapper__content__recent__link:hover {
          color: #143c84 !important; }
          .sidebarWrapper__content__recent__link:hover svg {
            transform: translateX(5px); }
            .sidebarWrapper__content__recent__link:hover svg polygon {
              fill: #143c84; }

@media only screen and (min-width: 968px) {
  .js-sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    margin-bottom: 0;
    padding-bottom: 4rem; } }

@media only screen and (min-width: 968px) {
  .sidebarWrapper__content .accordionBlock__wrap {
    padding: 0 !important; }
  .sidebarWrapper__content > .contentBlock:nth-child(1) .h4 {
    margin-top: -5.4rem; }
  .sidebarWrapper__content .textBlock__wrap {
    max-width: 82rem; } }

table {
  vertical-align: top;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 3rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086);
  border: 2px solid #fff; }
  table li {
    margin-bottom: 0 !important; }
  table tr {
    background: #f6f6f6;
    border-bottom: 2px solid #fff;
    margin-bottom: 5px; }
    table tr:last-of-type {
      border-bottom: 0; }
  table tr:nth-child(even) {
    background: #e9e9e9; }
  table th,
  table td {
    text-align: left;
    padding: 1rem;
    border-right: 2px solid #fff; }
    table th p,
    table td p {
      margin: 0; }
    table th:last-of-type,
    table td:last-of-type {
      border-right: 0; }
  table th {
    background: #143c84;
    color: #fff !important; }

/*------------------------------------------------------------------
Blog
------------------------------------------------------------------*/
.SilverStripe\\Blog\\Model\\Blog {
  background: #f6f6f6; }

.blog {
  padding: 0 2rem;
  width: 100%; }
  .blog__wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .blog__wrap__grid {
      display: flex;
      flex-wrap: wrap;
      width: calc(100% - 36rem); }
      @media only screen and (max-width: 967px) {
        .blog__wrap__grid {
          width: 100%;
          order: 1; } }
      .blog__wrap__grid__item {
        background: #fff;
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086);
        border-radius: 0.5rem;
        position: relative;
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 6rem; }
        .blog__wrap__grid__item__image {
          width: 25rem;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        .blog__wrap__grid__item__content {
          width: calc(100% - 25rem);
          padding: 3rem 3rem 4rem; }
    .blog__wrap__sidebar {
      padding: 0 4rem;
      width: 36rem; }
      @media only screen and (max-width: 967px) {
        .blog__wrap__sidebar {
          width: 100%;
          order: 2;
          padding: 0; } }
      .blog__wrap__sidebar__categories__heading {
        border-bottom: 1px solid #ebebeb; }
      .blog__wrap__sidebar__recent {
        margin-top: 4rem; }
        .blog__wrap__sidebar__recent__heading {
          border-bottom: 1px solid #ebebeb;
          margin-bottom: 2rem; }
        .blog__wrap__sidebar__recent__list__item h6 {
          margin-bottom: 0 !important;
          transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .blog__wrap__sidebar__recent__list__item svg {
          display: inline-block;
          position: relative;
          top: -1px;
          transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
          margin-left: 0.8rem; }
        .blog__wrap__sidebar__recent__list__item:hover h6 {
          color: #143c84; }
          .blog__wrap__sidebar__recent__list__item:hover h6 svg {
            transform: translateX(0.5rem); }
            .blog__wrap__sidebar__recent__list__item:hover h6 svg path {
              fill: #143c84; }

.tags {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0; }
  .tags .tag {
    font-size: 1.4rem;
    padding: 0.4rem 2rem;
    background: #ebebeb;
    color: #143c84;
    border-radius: 10rem;
    margin: 0 0.5rem 0.5rem 0;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .tags .tag:hover {
      color: #fff;
      background: #143c84; }

.SilverStripe\\ErrorPage\\ErrorPage .header {
  display: none; }

.fourOhFour {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #143c84; }
  .fourOhFour__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center; }
    .fourOhFour__wrap__number h1 {
      font-size: 26vw !important;
      color: #143c84 !important;
      font-weight: bold !important;
      text-shadow: 0em 0.16em 0.24em rgba(0, 0, 0, 0.32); }
    .fourOhFour__wrap__button a {
      font-weight: bold !important; }

.login {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap; }
  .login__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    width: 50%;
    background-color: #000000;
    opacity: 0.1;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #000000 14px), repeating-linear-gradient(#ffffff55, #ffffff);
    -image: repeating-radial-gradient(circle at 0 0, transparent 0, #000000 14px), repeating-linear-gradient(#ffffff55, #ffffff); }
    @media only screen and (max-width: 967px) {
      .login__image {
        display: none; } }
  .login__form {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 4rem; }
    @media only screen and (max-width: 967px) {
      .login__form {
        width: 100%;
        position: relative; } }
    .login__form__wrap {
      max-width: 50rem;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      .login__form__wrap__logo {
        margin: 6rem auto auto;
        align-self: flex-start; }
      .login__form__wrap__copy {
        width: 100%; }
        .login__form__wrap__copy h4 {
          text-align: center; }
        .login__form__wrap__copy p {
          text-align: center; }
        .login__form__wrap__copy #ForgotPassword {
          display: none; }

.styleguide {
  margin: 0 auto;
  max-width: 1280px;
  padding: 10rem 0; }
  .styleguide__content__section {
    padding-bottom: 4rem; }
    .styleguide__content__section__heading {
      margin-bottom: 5rem !important;
      position: relative;
      text-transform: uppercase;
      padding: 0 2rem; }
      .styleguide__content__section__heading:after {
        position: absolute;
        display: block;
        content: '';
        left: 2rem;
        top: 120%;
        height: 0.4rem;
        width: 5rem;
        background: #143c84; }

body .accordionBlock {
  padding: 8rem 2rem;
  margin: 0; }
  @media only screen and (max-width: 967px) {
    body .accordionBlock {
      padding: 4rem 2rem; } }
  body .accordionBlock--off-white {
    background: #f6f6f6; }
  body .accordionBlock--white {
    background: #fff; }
  body .accordionBlock__wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap; }
    body .accordionBlock__wrap__text {
      width: 50%;
      padding-right: 4rem; }
      @media only screen and (max-width: 967px) {
        body .accordionBlock__wrap__text {
          width: 100%;
          padding-right: 0;
          order: 1; } }
    body .accordionBlock__wrap__accordions {
      width: 50%;
      padding-left: 4rem; }
      @media only screen and (max-width: 967px) {
        body .accordionBlock__wrap__accordions {
          width: 100%;
          padding-left: 0;
          order: 2; } }
    body .accordionBlock__wrap__item {
      position: relative;
      background: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      border-radius: 6px;
      box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.1);
      margin-bottom: 2rem; }
      body .accordionBlock__wrap__item.active .accordionBlock__wrap__item__heading:after {
        transform: translateY(-50%) rotate(45deg); }
      body .accordionBlock__wrap__item__heading {
        position: relative;
        padding: 2rem 2rem;
        cursor: pointer; }
        body .accordionBlock__wrap__item__heading.active:before, body .accordionBlock__wrap__item__heading.active:after {
          background: #143c84; }
        body .accordionBlock__wrap__item__heading h6 {
          margin-bottom: 0 !important;
          padding-right: 4.5rem;
          color: #e21c21; }
          body .accordionBlock__wrap__item__heading h6 * {
            will-change: transform;
            transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
        body .accordionBlock__wrap__item__heading:before {
          position: absolute;
          display: block;
          content: '';
          width: 4rem;
          height: 4rem;
          border-radius: 4rem;
          background: #fef0dc;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
        body .accordionBlock__wrap__item__heading:after {
          position: absolute;
          display: block;
          content: '';
          content: '+';
          color: #faa127;
          top: 50%;
          right: 3rem;
          font-size: 3rem;
          transform: translateY(-50%);
          margin-top: 1px;
          transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
        body .accordionBlock__wrap__item__heading--yellow-light:before {
          background: #fef0dc; }
        body .accordionBlock__wrap__item__heading--yellow-light:after {
          color: #faa127; }
        body .accordionBlock__wrap__item__heading--purple-light:before {
          background: #e7e0ed; }
        body .accordionBlock__wrap__item__heading--purple-light:after {
          color: #663d91; }
        body .accordionBlock__wrap__item__heading--blue-light:before {
          background: rgba(20, 60, 132, 0.5); }
        body .accordionBlock__wrap__item__heading--blue-light:after {
          color: #143c84; }
      body .accordionBlock__wrap__item__content {
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow: hidden; }
        body .accordionBlock__wrap__item__content:not(.active) {
          display: none; }
        body .accordionBlock__wrap__item__content__inner {
          padding: 1rem 2rem 2rem; }

.bgLinkBlock {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .bgLinkBlock__heading {
    max-width: 968px;
    margin: 0 auto 4rem;
    text-align: center; }
  .bgLinkBlock__wrap {
    padding: 4rem 2rem;
    margin: 0 -2rem;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .bgLinkBlock__wrap {
        margin: 0 auto; } }
    .bgLinkBlock__wrap__item {
      border-radius: 6px;
      box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086);
      margin: 2rem;
      background: #fff;
      overflow: hidden;
      position: relative;
      transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
      will-change: opacity, transform;
      opacity: 0;
      transform: matrix(1, 0, 0, 1, 0, 20); }
      .bgLinkBlock__wrap__item:nth-child(0) {
        transform: matrix(1, 0, 0, 1, 0, 0); }
      .bgLinkBlock__wrap__item:nth-child(1) {
        transform: matrix(1, 0, 0, 1, 0, 10); }
      .bgLinkBlock__wrap__item:nth-child(2) {
        transform: matrix(1, 0, 0, 1, 0, 20); }
      .bgLinkBlock__wrap__item:nth-child(3) {
        transform: matrix(1, 0, 0, 1, 0, 30); }
      .bgLinkBlock__wrap__item:nth-child(4) {
        transform: matrix(1, 0, 0, 1, 0, 40); }
      .bgLinkBlock__wrap__item:nth-child(5) {
        transform: matrix(1, 0, 0, 1, 0, 50); }
      .bgLinkBlock__wrap__item:nth-child(6) {
        transform: matrix(1, 0, 0, 1, 0, 60); }
      .bgLinkBlock__wrap__item:nth-child(7) {
        transform: matrix(1, 0, 0, 1, 0, 70); }
      .bgLinkBlock__wrap__item:nth-child(8) {
        transform: matrix(1, 0, 0, 1, 0, 80); }
      .bgLinkBlock__wrap__item:nth-child(9) {
        transform: matrix(1, 0, 0, 1, 0, 90); }
      .bgLinkBlock__wrap__item:nth-child(10) {
        transform: matrix(1, 0, 0, 1, 0, 100); }
      .bgLinkBlock__wrap__item:nth-child(11) {
        transform: matrix(1, 0, 0, 1, 0, 110); }
      .bgLinkBlock__wrap__item:nth-child(12) {
        transform: matrix(1, 0, 0, 1, 0, 120); }
      .bgLinkBlock__wrap__item.inView {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0); }
      .bgLinkBlock__wrap__item:hover .bgLinkBlock__wrap__item__content__link svg {
        transform: translateX(0.5rem); }
      .bgLinkBlock__wrap__item__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .bgLinkBlock__wrap__item__image:after {
          position: absolute;
          display: block;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(226, 28, 33, 0.4); }
      .bgLinkBlock__wrap__item__icon {
        text-align: center;
        display: block; }
        .bgLinkBlock__wrap__item__icon img {
          margin: 2rem auto 0;
          display: inline-block;
          max-width: 100%;
          height: auto; }
      .bgLinkBlock__wrap__item__content {
        padding: 20rem 3rem 2rem;
        position: relative;
        z-index: 4; }
        @media only screen and (max-width: 1023px) {
          .bgLinkBlock__wrap__item__content {
            padding-top: 10rem; } }
        @media only screen and (max-width: 767px) {
          .bgLinkBlock__wrap__item__content {
            padding-top: 10rem; } }
        .bgLinkBlock__wrap__item__content__heading {
          position: relative;
          margin: 2rem auto 1rem; }
      .bgLinkBlock__wrap__item__content {
        padding-bottom: 8rem; }
        .bgLinkBlock__wrap__item__content * {
          color: #fff !important; }
        .bgLinkBlock__wrap__item__content__link {
          position: absolute;
          bottom: 2rem;
          left: 3rem; }

.bgLinkBlock__wrap .bgLinkBlock__wrap__item {
  width: calc(33.33333% - 4rem); }
  @media only screen and (max-width: 767px) {
    .bgLinkBlock__wrap .bgLinkBlock__wrap__item {
      width: calc(100%);
      margin: 2rem 1rem; } }

.bgLinkBlock__wrap--2 .bgLinkBlock__wrap__item {
  width: calc(50% - 4rem); }
  @media only screen and (max-width: 767px) {
    .bgLinkBlock__wrap--2 .bgLinkBlock__wrap__item {
      width: calc(100%);
      margin: 2rem 1rem; } }

.bgLinkBlock__wrap--3 .bgLinkBlock__wrap__item {
  width: calc(33.333% - 4rem); }
  @media only screen and (max-width: 767px) {
    .bgLinkBlock__wrap--3 .bgLinkBlock__wrap__item {
      width: calc(100%);
      margin: 2rem 1rem; } }

.bgLinkBlock__wrap--4 .bgLinkBlock__wrap__item {
  width: calc(25% - 4rem); }
  @media only screen and (max-width: 767px) {
    .bgLinkBlock__wrap--4 .bgLinkBlock__wrap__item {
      width: calc(100%);
      margin: 2rem 1rem; } }

.block {
  margin: 5rem auto; }
  .block img {
    display: block;
    height: auto;
    max-width: 100%; }
    @media only screen and (min-width: 1024px) {
      .block img.left {
        float: left;
        margin-right: 1.5rem;
        margin-bottom: 1.5rem; }
      .block img.right {
        float: right;
        margin-left: 1.5rem;
        margin-bottom: 1.5rem; }
      .block img:not([width]) {
        max-width: 100%; }
      .block img:not([height]) {
        height: auto; } }

.downloadBlock__wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2rem; }
  .downloadBlock__wrap__list__item {
    display: flex;
    align-items: center;
    width: 100%;
    color: inherit;
    padding: 1.75rem 2rem 1.75rem;
    border-bottom: 1px solid #ebebeb;
    text-decoration: none; }
    .downloadBlock__wrap__list__item:first-of-type {
      border-top: 1px solid #ebebeb; }
    .downloadBlock__wrap__list__item__details__summary, .downloadBlock__wrap__list__item__details__info, .downloadBlock__wrap__list__item__details__title {
      width: 100%;
      transition: all 222ms ease; }
    .downloadBlock__wrap__list__item__details__title {
      margin-bottom: 0.5rem !important; }
    .downloadBlock__wrap__list__item__details__extension {
      margin-bottom: 0 !important; }
    .downloadBlock__wrap__list__item__icon {
      margin-right: 2rem;
      position: relative;
      top: 0.4rem; }
      .downloadBlock__wrap__list__item__icon svg {
        overflow: visible; }
        .downloadBlock__wrap__list__item__icon svg path {
          transition: all 222ms ease; }
    .downloadBlock__wrap__list__item:hover .downloadBlock__wrap__list__item__details__summary,
    .downloadBlock__wrap__list__item:hover .downloadBlock__wrap__list__item__details__title {
      color: #143c84; }
    .downloadBlock__wrap__list__item:hover path {
      fill: #143c84; }
      .downloadBlock__wrap__list__item:hover path:last-of-type {
        transform: translateY(3px); }

body .featureBlock {
  position: relative;
  z-index: 9988; }
  body .featureBlock--reveresed .featureBlock__wrap__content {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
  body .featureBlock--reveresed .featureBlock__wrap__image {
    order: 2; }
  body .featureBlock__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6; }
  body .featureBlock__wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 2rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    body .featureBlock__wrap__image {
      width: 50%;
      padding: 4rem; }
      @media only screen and (max-width: 967px) {
        body .featureBlock__wrap__image {
          width: 100%;
          order: 1 !important;
          padding: 2rem; } }
      body .featureBlock__wrap__image img {
        width: 100%;
        height: auto;
        display: block; }
    body .featureBlock__wrap__content {
      width: 50%;
      padding: 4rem; }
      @media only screen and (max-width: 967px) {
        body .featureBlock__wrap__content {
          width: 100%;
          padding: 2rem;
          order: 2 !important;
          justify-content: center !important; } }
      body .featureBlock__wrap__content__constraint {
        max-width: 40rem; }
        @media only screen and (max-width: 967px) {
          body .featureBlock__wrap__content__constraint {
            max-width: 100%; } }

.gallery__wrap {
  margin: 0 auto 4rem;
  max-width: 968px;
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap; }
  .gallery__wrap__item {
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer; }
    .gallery__wrap__item img {
      width: 100%;
      height: auto; }

.heroBlock {
  width: 100%;
  position: relative;
  padding: 10rem 2rem;
  background: #f6f6f6;
  overflow: hidden; }
  .heroBlock--full .heroBlock__wrap__content {
    max-width: 100%; }
  .heroBlock--full .heroBlock__wrap {
    justify-content: center; }
  .heroBlock__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .heroBlock__wrap {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .heroBlock__wrap__content {
      background: rgba(0, 0, 0, 0.4);
      padding: 6rem;
      max-width: 50rem;
      position: relative;
      z-index: 3; }
  .heroBlock__container {
    position: absolute;
    top: -30%;
    left: 0;
    height: 160%;
    width: 100%; }

.image-slider {
  margin: 0; }
  .image-slider__wrap {
    margin: 0 auto;
    padding: 0rem; }
    .image-slider__wrap__item img {
      display: block;
      margin-bottom: -1rem; }

.imageText + .imageText[data-parallax] {
  margin-top: 20rem !important; }

.imageText [data-parallax] .imageText__wrap {
  align-items: flex-start;
  margin: 10rem auto; }
  @media only screen and (max-width: 767px) {
    .imageText [data-parallax] .imageText__wrap {
      margin: 10rem auto; } }

.imageText__wrap {
  padding: 0 2rem;
  position: relative;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 6rem auto;
  justify-content: space-between;
  align-items: center; }
  .imageText__wrap__image {
    width: 45%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    justify-content: space-around;
    padding: 0;
    z-index: 4; }
    .imageText__wrap__image[data-parallax] {
      box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086); }
    @media only screen and (max-width: 767px) {
      .imageText__wrap__image {
        width: 100%;
        transform: none !important;
        order: 1 !important; } }
    .imageText__wrap__image img {
      width: 100%;
      height: auto; }
    .imageText__wrap__image__text {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 333;
      align-items: center;
      align-content: center; }
      .imageText__wrap__image__text h4 {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        padding: 4rem; }
  .imageText__wrap__text {
    width: 50%;
    padding: 6rem 5rem;
    position: relative; }
    .imageText__wrap__text[data-parallax] {
      background: #f6f6f6; }
    @media only screen and (max-width: 767px) {
      .imageText__wrap__text {
        width: 100%;
        order: 2 !important;
        transform: none !important;
        padding: 3rem 3rem; } }

.imageText--reversed .imageText__wrap__image {
  order: 2; }

.imageText--reversed .imageText__wrap__text {
  order: 1; }
  .imageText--reversed .imageText__wrap__text:after {
    left: 99%;
    right: auto; }

body .imageBlock {
  margin-bottom: 6rem; }
  body .imageBlock--full .imageBlock__wrap {
    max-width: 100%;
    padding: 0; }
  body .imageBlock__wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 2rem;
    position: relative;
    transition: all 888ms ease;
    will-change: opacity, transform;
    transform: matrix(1, 0, 0, 1, 0, 20); }
    body .imageBlock__wrap.inView {
      transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
      opacity: 1; }
    body .imageBlock__wrap img {
      width: 100%;
      height: auto;
      display: block; }
    body .imageBlock__wrap__caption {
      background: #143c84;
      position: absolute;
      bottom: 3rem;
      left: 2rem;
      padding: 1rem 4rem;
      box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086);
      transform: translateX(-1rem); }
      @media only screen and (max-width: 767px) {
        body .imageBlock__wrap__caption {
          position: relative;
          bottom: 2rem; }
          body .imageBlock__wrap__caption p {
            font-size: 1.2rem; } }
      body .imageBlock__wrap__caption p {
        color: #fff;
        margin: 0; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
  overflow: hidden; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  touch-action: auto; }

.gslide-image {
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none; }

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 80vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: block;
  display: inline-flex;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  box-shadow: none !important; }

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column; }

.gslide-description {
  position: relative; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p::last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
  will-change: opacity; }

.gclose,
.gnext,
.gprev {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none; }

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 100%;
  height: auto; }

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1; }

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  content: attr(data-name);
  color: #fff;
  background: #e0542f;
  background: #67809f;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 10px 4px;
  padding: 0.3rem 1rem 0.4rem;
  bottom: 0;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-radius: 0.2rem; }

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000; }

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
  background-color: rgba(0, 0, 0, 0); }

.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover,
.glightbox-modern .gclose:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gprev:hover {
  background-color: rgba(0, 0, 0, 0); }

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path,
.glightbox-modern .gclose path,
.glightbox-modern .gnext path,
.glightbox-modern .gprev path {
  fill: black; }

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: 0; }

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 10px;
  right: 15px;
  position: absolute;
  opacity: 0.7;
  background-position: -59px 2px; }

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px; }

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1; }

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(255, 255, 255, 0.92); }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%; }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px; } }

.linkBlock {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .linkBlock--centre .linkBlock__wrap__item__content__heading,
  .linkBlock--centre .linkBlock__wrap__item__content__link,
  .linkBlock--centre p {
    text-align: center;
    width: 100%;
    left: 0; }
  .linkBlock__wrap {
    padding: 4rem 2rem;
    margin: 0 -2rem;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .linkBlock__wrap {
        margin: 0 auto; } }
    .linkBlock__wrap__item {
      margin: 2rem;
      background: #fff;
      overflow: hidden;
      position: relative;
      transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
      will-change: opacity, transform;
      opacity: 0;
      transform: matrix(1, 0, 0, 1, 0, 20); }
      .linkBlock__wrap__item:nth-child(0) {
        transform: matrix(1, 0, 0, 1, 0, 0); }
      .linkBlock__wrap__item:nth-child(1) {
        transform: matrix(1, 0, 0, 1, 0, 10); }
      .linkBlock__wrap__item:nth-child(2) {
        transform: matrix(1, 0, 0, 1, 0, 20); }
      .linkBlock__wrap__item:nth-child(3) {
        transform: matrix(1, 0, 0, 1, 0, 30); }
      .linkBlock__wrap__item:nth-child(4) {
        transform: matrix(1, 0, 0, 1, 0, 40); }
      .linkBlock__wrap__item:nth-child(5) {
        transform: matrix(1, 0, 0, 1, 0, 50); }
      .linkBlock__wrap__item:nth-child(6) {
        transform: matrix(1, 0, 0, 1, 0, 60); }
      .linkBlock__wrap__item:nth-child(7) {
        transform: matrix(1, 0, 0, 1, 0, 70); }
      .linkBlock__wrap__item:nth-child(8) {
        transform: matrix(1, 0, 0, 1, 0, 80); }
      .linkBlock__wrap__item:nth-child(9) {
        transform: matrix(1, 0, 0, 1, 0, 90); }
      .linkBlock__wrap__item:nth-child(10) {
        transform: matrix(1, 0, 0, 1, 0, 100); }
      .linkBlock__wrap__item:nth-child(11) {
        transform: matrix(1, 0, 0, 1, 0, 110); }
      .linkBlock__wrap__item:nth-child(12) {
        transform: matrix(1, 0, 0, 1, 0, 120); }
      .linkBlock__wrap__item.inView {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0); }
      .linkBlock__wrap__item:hover .linkBlock__wrap__item__content__link svg {
        transform: translateX(0.5rem); }
      .linkBlock__wrap__item__image {
        width: 100%;
        position: relative;
        position: relative;
        overflow: hidden;
        border-radius: 0.5rem; }
        .linkBlock__wrap__item__image:after {
          content: '';
          position: relative;
          display: block;
          padding-bottom: 66.66667%; }
      .linkBlock__wrap__item__icon {
        text-align: center;
        display: block;
        padding: 0 4rem; }
        .linkBlock__wrap__item__icon img {
          margin: 2rem auto 0;
          display: inline-block;
          max-width: 100%;
          height: auto; }
      .linkBlock__wrap__item__content {
        padding: 1rem 3rem 2rem; }
        .linkBlock__wrap__item__content__heading {
          position: relative;
          margin: 2rem auto 1rem; }
        .linkBlock__wrap__item__content p {
          white-space: break-spaces; }
      .linkBlock__wrap__item__content {
        padding-bottom: 6rem; }
        .linkBlock__wrap__item__content__link {
          color: #143c84;
          position: absolute;
          bottom: 2rem;
          left: 3rem; }
          .linkBlock__wrap__item__content__link svg {
            transition: all 333ms ease; }
            .linkBlock__wrap__item__content__link svg path {
              fill: #143c84; }

.linkBlock__wrap .linkBlock__wrap__item {
  width: calc(33.33333% - 4rem); }
  @media only screen and (max-width: 767px) {
    .linkBlock__wrap .linkBlock__wrap__item {
      width: calc(100%);
      margin: 2rem 1rem; } }

.linkBlock__wrap--2 .linkBlock__wrap__item {
  width: calc(50% - 4rem); }
  @media only screen and (max-width: 767px) {
    .linkBlock__wrap--2 .linkBlock__wrap__item {
      width: calc(100%);
      margin: 2rem 1rem; } }

.linkBlock__wrap--3 .linkBlock__wrap__item {
  width: calc(33.333% - 4rem); }
  @media only screen and (max-width: 767px) {
    .linkBlock__wrap--3 .linkBlock__wrap__item {
      width: calc(100%);
      margin: 2rem 1rem; } }

.linkBlock__wrap--4 .linkBlock__wrap__item {
  width: calc(25% - 4rem); }
  @media only screen and (max-width: 1023px) {
    .linkBlock__wrap--4 .linkBlock__wrap__item {
      width: calc(50% - 4rem);
      margin: 2rem 1rem; } }
  @media only screen and (max-width: 767px) {
    .linkBlock__wrap--4 .linkBlock__wrap__item {
      width: calc(100%);
      margin: 2rem 1rem; } }

body .locationBlock__wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap; }
  body .locationBlock__wrap__item {
    width: calc(50% - 4rem);
    margin: 2rem;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
    padding: 8rem 4rem 6rem; }
    @media only screen and (max-width: 767px) {
      body .locationBlock__wrap__item {
        width: 100%;
        padding: 6rem 4rem 4rem; } }
    body .locationBlock__wrap__item__background {
      position: absolute;
      width: 100%;
      height: auto;
      opacity: 0.1;
      bottom: 0;
      right: 0; }
    body .locationBlock__wrap__item__icon {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 2rem; }
    body .locationBlock__wrap__item__copy {
      text-align: center;
      position: relative;
      z-index: 3; }

.tabBlock__wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .tabBlock__wrap__tabs {
    width: 35rem;
    border-right: 1px solid #ebebeb;
    position: relative; }
    @media only screen and (max-width: 967px) {
      .tabBlock__wrap__tabs {
        width: 100%;
        border-right: 0 solid #ebebeb;
        border-left: 1px solid #ebebeb;
        padding-left: 2rem;
        margin-bottom: 4rem; } }
    .tabBlock__wrap__tabs__indicator {
      position: absolute;
      width: 4px;
      right: -1px;
      min-height: 2rem;
      background: #143c84;
      transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1); }
      @media only screen and (max-width: 967px) {
        .tabBlock__wrap__tabs__indicator {
          right: auto;
          left: -1px; } }
    .tabBlock__wrap__tabs__item {
      padding: 1rem 0;
      display: block;
      padding-right: 1rem; }
      @media only screen and (max-width: 967px) {
        .tabBlock__wrap__tabs__item {
          padding: 0; } }
      .tabBlock__wrap__tabs__item.active h6 {
        color: #143c84; }
  .tabBlock__wrap__content {
    width: calc(100% - 35rem);
    padding: 0 4rem; }
    @media only screen and (max-width: 967px) {
      .tabBlock__wrap__content {
        width: 100%;
        padding: 0; } }
    .tabBlock__wrap__content__item {
      display: none; }
      .tabBlock__wrap__content__item.active {
        display: block; }

.testimonialBlock__wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2rem; }

.textBlock {
  margin: 0; }
  .textBlock__wrap {
    margin: 0 auto;
    max-width: 968px;
    padding: 6rem 2rem; }
  .textBlock.white {
    background: white; }
  .textBlock.off-white {
    background: white; }
  .textBlock.grey {
    background: #ebebeb; }
  .textBlock.blue {
    background: #143c84; }
  .textBlock.red {
    background: #e21c21; }

.videoBlock {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem; }
  .videoBlock__wrap {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: block; }
    .videoBlock__wrap:after {
      content: '';
      position: relative;
      display: block;
      padding-bottom: 56.25%; }
    .videoBlock__wrap:hover .videoBlock__wrap__background {
      cursor: pointer;
      transform: scale(1.1); }
    .videoBlock__wrap__background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .videoBlock__wrap__icon {
      position: relative;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 8rem;
      z-index: 2;
      cursor: pointer; }
      .videoBlock__wrap__icon:after {
        content: '';
        position: relative;
        display: block;
        padding-bottom: 100%; }
      .videoBlock__wrap__icon svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .videoBlock__wrap__icon circle {
        fill: #143c84; }

