@chsarset 'UTF-8';
/*
This file is used to contain all vendor imports.
*/


.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.glide * {
  box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

.glide__slides--dragging {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide--rtl {
  direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }

.glide__arrow:focus {
  outline: none; }

.glide__arrow:hover {
  border-color: white; }

.glide__arrow--left {
  left: 2em; }

.glide__arrow--right {
  right: 2em; }

.glide__arrow--disabled {
  opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }

.glide__bullet:focus {
  outline: none; }

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5); }

.glide__bullet--active {
  background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings,
helpers or functions. They have no direct output.
*/
/* montserrat-regular - latin */
@font-face {
  font-family: 'Cureoscity';
  font-style: normal;
  font-weight: 300;
  src: local("HK Grotesk Light"), url("../fonts/HKGrotesk-Light.woff") format("woff"); }
@font-face {
  font-family: 'Cureoscity';
  font-style: normal;
  font-weight: 400;
  src: local("HK Grotesk Regular"), url("../fonts/HKGrotesk-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Cureoscity';
  font-style: normal;
  font-weight: 500;
  src: local("HK Grotesk Medium"), url("../fonts/HKGrotesk-Medium.woff") format("woff"); }
@font-face {
  font-family: 'Cureoscity';
  font-style: normal;
  font-weight: 600;
  src: local("HK Grotesk Medium"), url("../fonts/HKGrotesk-Medium.woff") format("woff"); }
@font-face {
  font-family: 'Cureoscity';
  font-style: normal;
  font-weight: 700;
  src: local("HK Grotesk SemiBold"), url("../fonts/HKGrotesk-SemiBold.woff") format("woff"); }
@font-face {
  font-family: 'Cureoscity';
  font-style: normal;
  font-weight: 800;
  src: local("HK Grotesk Bold"), url("../fonts/HKGrotesk-Bold.woff") format("woff"); }
/*------------------------------------*\
    GLOBAL MIXINS
\*------------------------------------*/
/*------------------------------------*\
 * THE IDEA BUREAU - GRID
 * https://github.com/theideabureau/grid
\*------------------------------------*/
.row {
  margin-left: -2rem;
  *zoom: 1; }
  .row::before, .row::after {
    content: ' ';
    /* 1 */
    display: table;
    /* 2 */ }
  .row::after {
    clear: both; }

.col {
  border: 0 solid transparent;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  border-left-width: 2rem;
  margin-left: 0;
  padding: 0 0; }

.S-hide {
  display: none; }

.S-1 {
  display: block;
  width: 8.3333333333%; }

.row--clearfix .S-1:nth-child(n) {
  clear: none; }

.row--clearfix .S-1:nth-child(12n+1) {
  clear: left; }

.S-2 {
  display: block;
  width: 16.6666666667%; }

.row--clearfix .S-2:nth-child(n) {
  clear: none; }

.row--clearfix .S-2:nth-child(6n+1) {
  clear: left; }

.S-3 {
  display: block;
  width: 25%; }

.row--clearfix .S-3:nth-child(n) {
  clear: none; }

.row--clearfix .S-3:nth-child(4n+1) {
  clear: left; }

.S-4 {
  display: block;
  width: 33.3333333333%; }

.row--clearfix .S-4:nth-child(n) {
  clear: none; }

.row--clearfix .S-4:nth-child(3n+1) {
  clear: left; }

.S-5 {
  display: block;
  width: 41.6666666667%; }

.row--clearfix .S-5:nth-child(n) {
  clear: none; }

.row--clearfix .S-5:nth-child(2n+1) {
  clear: left; }

.S-6 {
  display: block;
  width: 50%; }

.row--clearfix .S-6:nth-child(n) {
  clear: none; }

.row--clearfix .S-6:nth-child(2n+1) {
  clear: left; }

.S-7 {
  display: block;
  width: 58.3333333333%; }

.row--clearfix .S-7:nth-child(n) {
  clear: none; }

.row--clearfix .S-7:nth-child(1n+1) {
  clear: left; }

.S-8 {
  display: block;
  width: 66.6666666667%; }

.row--clearfix .S-8:nth-child(n) {
  clear: none; }

.row--clearfix .S-8:nth-child(1n+1) {
  clear: left; }

.S-9 {
  display: block;
  width: 75%; }

.row--clearfix .S-9:nth-child(n) {
  clear: none; }

.row--clearfix .S-9:nth-child(1n+1) {
  clear: left; }

.S-10 {
  display: block;
  width: 83.3333333333%; }

.row--clearfix .S-10:nth-child(n) {
  clear: none; }

.row--clearfix .S-10:nth-child(1n+1) {
  clear: left; }

.S-11 {
  display: block;
  width: 91.6666666667%; }

.row--clearfix .S-11:nth-child(n) {
  clear: none; }

.row--clearfix .S-11:nth-child(1n+1) {
  clear: left; }

.S-all {
  display: block;
  margin-left: 0;
  width: 100%; }

@media screen and (min-width: 1024px) {
  .M-hide {
    display: none; }

  .M-1 {
    display: block;
    width: 8.3333333333%; }

  .row--clearfix .M-1:nth-child(n) {
    clear: none; }

  .row--clearfix .M-1:nth-child(12n+1) {
    clear: left; }

  .M-2 {
    display: block;
    width: 16.6666666667%; }

  .row--clearfix .M-2:nth-child(n) {
    clear: none; }

  .row--clearfix .M-2:nth-child(6n+1) {
    clear: left; }

  .M-3 {
    display: block;
    width: 25%; }

  .row--clearfix .M-3:nth-child(n) {
    clear: none; }

  .row--clearfix .M-3:nth-child(4n+1) {
    clear: left; }

  .M-4 {
    display: block;
    width: 33.3333333333%; }

  .row--clearfix .M-4:nth-child(n) {
    clear: none; }

  .row--clearfix .M-4:nth-child(3n+1) {
    clear: left; }

  .M-5 {
    display: block;
    width: 41.6666666667%; }

  .row--clearfix .M-5:nth-child(n) {
    clear: none; }

  .row--clearfix .M-5:nth-child(2n+1) {
    clear: left; }

  .M-6 {
    display: block;
    width: 50%; }

  .row--clearfix .M-6:nth-child(n) {
    clear: none; }

  .row--clearfix .M-6:nth-child(2n+1) {
    clear: left; }

  .M-7 {
    display: block;
    width: 58.3333333333%; }

  .row--clearfix .M-7:nth-child(n) {
    clear: none; }

  .row--clearfix .M-7:nth-child(1n+1) {
    clear: left; }

  .M-8 {
    display: block;
    width: 66.6666666667%; }

  .row--clearfix .M-8:nth-child(n) {
    clear: none; }

  .row--clearfix .M-8:nth-child(1n+1) {
    clear: left; }

  .M-9 {
    display: block;
    width: 75%; }

  .row--clearfix .M-9:nth-child(n) {
    clear: none; }

  .row--clearfix .M-9:nth-child(1n+1) {
    clear: left; }

  .M-10 {
    display: block;
    width: 83.3333333333%; }

  .row--clearfix .M-10:nth-child(n) {
    clear: none; }

  .row--clearfix .M-10:nth-child(1n+1) {
    clear: left; }

  .M-11 {
    display: block;
    width: 91.6666666667%; }

  .row--clearfix .M-11:nth-child(n) {
    clear: none; }

  .row--clearfix .M-11:nth-child(1n+1) {
    clear: left; }

  .M-all {
    display: block;
    margin-left: 0;
    width: 100%; } }
@media screen and (min-width: 1440px) {
  .L-hide {
    display: none; }

  .L-1 {
    display: block;
    width: 8.3333333333%; }

  .row--clearfix .L-1:nth-child(n) {
    clear: none; }

  .row--clearfix .L-1:nth-child(12n+1) {
    clear: left; }

  .L-2 {
    display: block;
    width: 16.6666666667%; }

  .row--clearfix .L-2:nth-child(n) {
    clear: none; }

  .row--clearfix .L-2:nth-child(6n+1) {
    clear: left; }

  .L-3 {
    display: block;
    width: 25%; }

  .row--clearfix .L-3:nth-child(n) {
    clear: none; }

  .row--clearfix .L-3:nth-child(4n+1) {
    clear: left; }

  .L-4 {
    display: block;
    width: 33.3333333333%; }

  .row--clearfix .L-4:nth-child(n) {
    clear: none; }

  .row--clearfix .L-4:nth-child(3n+1) {
    clear: left; }

  .L-5 {
    display: block;
    width: 41.6666666667%; }

  .row--clearfix .L-5:nth-child(n) {
    clear: none; }

  .row--clearfix .L-5:nth-child(2n+1) {
    clear: left; }

  .L-6 {
    display: block;
    width: 50%; }

  .row--clearfix .L-6:nth-child(n) {
    clear: none; }

  .row--clearfix .L-6:nth-child(2n+1) {
    clear: left; }

  .L-7 {
    display: block;
    width: 58.3333333333%; }

  .row--clearfix .L-7:nth-child(n) {
    clear: none; }

  .row--clearfix .L-7:nth-child(1n+1) {
    clear: left; }

  .L-8 {
    display: block;
    width: 66.6666666667%; }

  .row--clearfix .L-8:nth-child(n) {
    clear: none; }

  .row--clearfix .L-8:nth-child(1n+1) {
    clear: left; }

  .L-9 {
    display: block;
    width: 75%; }

  .row--clearfix .L-9:nth-child(n) {
    clear: none; }

  .row--clearfix .L-9:nth-child(1n+1) {
    clear: left; }

  .L-10 {
    display: block;
    width: 83.3333333333%; }

  .row--clearfix .L-10:nth-child(n) {
    clear: none; }

  .row--clearfix .L-10:nth-child(1n+1) {
    clear: left; }

  .L-11 {
    display: block;
    width: 91.6666666667%; }

  .row--clearfix .L-11:nth-child(n) {
    clear: none; }

  .row--clearfix .L-11:nth-child(1n+1) {
    clear: left; }

  .L-all {
    display: block;
    margin-left: 0;
    width: 100%; } }
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
/*
This file can be used to overwrite any normailze settings.
*/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }
  html *,
  body * {
    box-sizing: inherit; }

body {
  transition: opacity .5s; }
  body.position-fixed {
    overflow: hidden; }

.is-desktop {
  display: none !important; }
  @media screen and (min-width: 1024px) {
    .is-desktop {
      display: block !important; } }

.is-mobile {
  display: block !important; }
  @media screen and (min-width: 1024px) {
    .is-mobile {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .no-margin {
    margin-left: 0; } }

html {
  font-weight: normal;
  color: #1E282C;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Cureoscity", sans-serif; }

h1, .logo__title, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Cureoscity", sans-serif;
  letter-spacing: 0;
  display: inline;
  font-weight: 800; }
  @media screen and (max-width: 1024px) {
    h1 br, .logo__title br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br, h5 br, .h5 br, h6 br, .h6 br {
      display: none; } }
  @media screen and (min-width: 1024px) {
    h1, .logo__title, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      letter-spacing: -1px; } }
  h1 a, .logo__title a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    font-weight: inherit; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    p {
      margin-top: 1rem; } }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.display-1 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1; }
  @media screen and (min-width: 1024px) {
    .display-1 {
      font-size: 96px;
      font-size: 6rem; } }

.display-2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1;
  padding-top: 0; }
  @media screen and (min-width: 1024px) {
    .display-2 {
      font-size: 64px;
      font-size: 4rem;
      padding-top: 3rem; } }

.subheading {
  font-size: 16px;
  font-size: 1rem;
  color: #0DCEB3;
  letter-spacing: -1px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-top: 0; }

h1, .logo__title,
.h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px; }
  @media screen and (min-width: 1024px) {
    h1, .logo__title,
    .h1 {
      font-size: 48px;
      font-size: 3rem; } }

h2,
.h2 {
  font-size: 36px;
  font-size: 2.25rem; }

h3,
.h3 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600; }

h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600; }

h5,
.h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800; }
  @media screen and (min-width: 1024px) {
    h5,
    .h5 {
      font-size: 18px;
      font-size: 1.125rem; } }

.green-period {
  font-family: Times new roman; }

.lead, .logo-content, .cta p.lead,
.cta p.lead a {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 1024px) {
    .lead, .logo-content, .cta p.lead,
    .cta p.lead a {
      font-size: 24px;
      font-size: 1.5rem; } }

.small {
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem; }

.cf {
  *zoom: 1; }

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

.cf::after {
  clear: both; }

.is-hidden {
  display: none !important;
  visibility: hidden !important; }

.is-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/
.container {
  display: block;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1280px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .container--page {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.component {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    .component {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.button, form input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Cureoscity", sans-serif;
  height: auto;
  min-height: 48px;
  min-width: 170px;
  border-radius: 30px;
  background-color: rgba(189, 189, 189, 0);
  border: solid 2px #ffffff;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.35;
  box-shadow: none;
  white-space: normal;
  padding: 0 1rem;
  text-align: center;
  letter-spacing: -1px;
  -webkit-appearance: none; }
  .button--small {
    min-height: 36px;
    min-width: 85px; }
  .button__label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-family: "Cureoscity", sans-serif;
    width: 100%;
    height: 15px;
    line-height: 300%;
    text-align: center;
    cursor: pointer;
    font-weight: 800;
    text-shadow: none; }
    .button--small .button__label {
      line-height: 250%; }
  .button--green, form input[type="submit"] {
    background-color: #0DCEB3;
    border: solid 2px #0DCEB3;
    color: #FFFFFF; }
    .button--green:hover, form input[type="submit"]:hover {
      background-color: #0fe6c8;
      border: solid 2px #0fe6c8;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button--green:focus, form input[type="submit"]:focus, .button--green:active, form input[type="submit"]:active {
      background-color: #0bb69e;
      border: solid 2px #0bb69e;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button--white {
    background-color: #FFFFFF;
    border: solid 2px #FFFFFF;
    color: #FFFFFF; }
    .button--white:hover {
      background-color: white;
      border: solid 2px white;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button--white:focus, .button--white:active {
      background-color: #f2f2f2;
      border: solid 2px #f2f2f2;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button--slate {
    background-color: #E5E5E5;
    border: solid 2px #E5E5E5;
    color: #FFFFFF; }
    .button--slate:hover {
      background-color: #f2f2f2;
      border: solid 2px #f2f2f2;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button--slate:focus, .button--slate:active {
      background-color: #d8d8d8;
      border: solid 2px #d8d8d8;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button--grey {
    background-color: #F8F8F8;
    border: solid 2px #F8F8F8;
    color: #FFFFFF; }
    .button--grey:hover {
      background-color: white;
      border: solid 2px white;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button--grey:focus, .button--grey:active {
      background-color: #ebebeb;
      border: solid 2px #ebebeb;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button--black {
    background-color: #1E282C;
    border: solid 2px #1E282C;
    color: #FFFFFF; }
    .button--black:hover {
      background-color: #28363b;
      border: solid 2px #28363b;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button--black:focus, .button--black:active {
      background-color: #141a1d;
      border: solid 2px #141a1d;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button--purple {
    background-color: #7261F1;
    border: solid 2px #7261F1;
    color: #FFFFFF; }
    .button--purple:hover {
      background-color: #8778f3;
      border: solid 2px #8778f3;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button--purple:focus, .button--purple:active {
      background-color: #5d4aef;
      border: solid 2px #5d4aef;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button--blue {
    background-color: #083D77;
    border: solid 2px #083D77;
    color: #FFFFFF; }
    .button--blue:hover {
      background-color: #0a498f;
      border: solid 2px #0a498f;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button--blue:focus, .button--blue:active {
      background-color: #06315f;
      border: solid 2px #06315f;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button-outline--green {
    background-color: transparent;
    border: solid 2px #0DCEB3;
    color: #0DCEB3; }
    .button-outline--green:hover {
      background-color: #0fe6c8;
      border: solid 2px #0fe6c8;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button-outline--green:focus, .button-outline--green:active {
      background-color: #0bb69e;
      border: solid 2px #0bb69e;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button-outline--white {
    background-color: transparent;
    border: solid 2px #FFFFFF;
    color: #FFFFFF; }
    .button-outline--white:hover {
      background-color: white;
      border: solid 2px white;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button-outline--white:focus, .button-outline--white:active {
      background-color: #f2f2f2;
      border: solid 2px #f2f2f2;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button-outline--slate {
    background-color: transparent;
    border: solid 2px #E5E5E5;
    color: #E5E5E5; }
    .button-outline--slate:hover {
      background-color: #f2f2f2;
      border: solid 2px #f2f2f2;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button-outline--slate:focus, .button-outline--slate:active {
      background-color: #d8d8d8;
      border: solid 2px #d8d8d8;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button-outline--grey {
    background-color: transparent;
    border: solid 2px #F8F8F8;
    color: #F8F8F8; }
    .button-outline--grey:hover {
      background-color: white;
      border: solid 2px white;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button-outline--grey:focus, .button-outline--grey:active {
      background-color: #ebebeb;
      border: solid 2px #ebebeb;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button-outline--black {
    background-color: transparent;
    border: solid 2px #1E282C;
    color: #1E282C; }
    .button-outline--black:hover {
      background-color: #28363b;
      border: solid 2px #28363b;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button-outline--black:focus, .button-outline--black:active {
      background-color: #141a1d;
      border: solid 2px #141a1d;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button-outline--purple {
    background-color: transparent;
    border: solid 2px #7261F1;
    color: #7261F1; }
    .button-outline--purple:hover {
      background-color: #8778f3;
      border: solid 2px #8778f3;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button-outline--purple:focus, .button-outline--purple:active {
      background-color: #5d4aef;
      border: solid 2px #5d4aef;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button-outline--blue {
    background-color: transparent;
    border: solid 2px #083D77;
    color: #083D77; }
    .button-outline--blue:hover {
      background-color: #0a498f;
      border: solid 2px #0a498f;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
    .button-outline--blue:focus, .button-outline--blue:active {
      background-color: #06315f;
      border: solid 2px #06315f;
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }
  .button--white {
    background-color: #FFFFFF;
    border: solid 2px #1E282C;
    color: #1E282C; }
    .button--white:hover {
      background-color: #f2f2f2;
      border: solid 2px #1E282C;
      color: #1E282C; }
    .button--white:focus, .button--white:active {
      background-color: #d8d8d8;
      border: solid 2px #1E282C;
      color: #1E282C; }
  .button--transparent {
    background-color: transparent;
    border: solid 2px #FFFFFF;
    color: #FFFFFF; }
    .button--transparent:hover {
      background-color: rgba(8, 8, 8, 0.3);
      text-decoration: none;
      box-shadow: none; }
    .button--transparent:focus, .button--transparent:active {
      background-color: rgba(8, 8, 8, 0.5);
      color: #FFFFFF;
      text-decoration: none;
      box-shadow: none; }

.hero {
  width: 100%;
  height: 100vh;
  background-color: #1E282C;
  display: block;
  text-align: left;
  color: #FFFFFF; }
  .hero--home {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden; }
  .hero__gradient {
    background: linear-gradient(178.28deg, rgba(0, 0, 0, 0.8) 1.46%, rgba(0, 0, 0, 0.639429) 63.16%, rgba(0, 0, 0, 0) 98.56%);
    mix-blend-mode: normal;
    opacity: 0.6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .hero video {
    position: absolute;
    min-width: 101%;
    min-height: 101%;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1024px) {
      .hero video {
        height: auto; } }
  .hero__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .hero__pattern {
    background: url(../img/hero-pattern.svg);
    background-size: cover;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .2; }
  .hero h1, .hero .logo__title {
    max-width: 680px; }
  .hero p.lead, .hero p.logo-content {
    max-width: 600px;
    margin-bottom: -3rem; }
    @media screen and (min-width: 1024px) {
      .hero p.lead, .hero p.logo-content {
        margin-bottom: 0; } }

.alert {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  background: linear-gradient(135deg, #0DCEB3 0%, #765CF3 100%);
  z-index: 12;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1rem 0;
  height: 85px; }
  @media screen and (min-width: 640px) {
    .alert {
      display: block; } }
  .alert .button, .alert form input[type="submit"], form .alert input[type="submit"] {
    margin-left: 1.5rem;
    font-weight: 800; }
    .alert .button span, .alert form input[type="submit"] span, form .alert input[type="submit"] span {
      font-weight: 800; }
  .alert .close {
    margin-right: 1rem;
    vertical-align: middle;
    margin-top: 0.625rem;
    background: transparent;
    outline: none;
    border: none;
    margin-top: 1rem;
    cursor: pointer; }
  .alert--hidden {
    bottom: -100px;
    transition: bottom .3s; }

.card {
  margin-bottom: 1.5rem; }

.card__link {
  color: #1E282C;
  text-decoration: none;
  display: block;
  padding-bottom: 1.875em;
  margin-bottom: 1.875em;
  border-bottom: 1px solid #1E282C; }
  @media screen and (min-width: 1024px) {
    .card__link {
      padding-bottom: 3em;
      margin-bottom: 3em;
      transition: box-shadow .2s ease; } }
  .card__link:hover, .card__link:active, .card__link:focus {
    text-decoration: none; }
    @media screen and (min-width: 1024px) {
      .card__link:hover, .card__link:active, .card__link:focus {
        box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1); } }
  .card:last-child .card__link {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }

.card__title {
  color: #1E282C;
  padding: 0; }
  .card__title h3,
  .card__title h4 {
    margin-top: 0;
    display: inline;
    text-shadow: 0 1px #fff, 0 2px #fff, 0 3px #fff, 1px 1px #fff, -1px 1px #fff, 2px 2px #fff, -2px 2px #fff, 3px 3px #fff, -3px 3px #fff;
    background-image: linear-gradient(180deg, #fff 95%, transparent 2px), linear-gradient(90deg, #13C9B7 0%, #6E66EE 50%, #e3e3e3 0, #e3e3e3);
    background-repeat: no-repeat;
    background-size: 200% 100% !important;
    transition: background-position .35s;
    background-position: 100% 0;
    outline: 1px solid transparent; }

.card__break {
  border-top: 3px solid #1E282C;
  margin-bottom: 1rem;
  margin-top: 0.25rem; }

.card__image {
  margin: 0.25rem 0;
  overflow: hidden;
  position: relative;
  padding-top: 57%;
  background-color: #F8F8F8;
  margin-bottom: 1.5rem; }
  .card__image img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    transition: all .25s ease-in-out;
    transform-origin: 0% 0%; }

.card__category {
  color: #0DCEB3;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0.1666666667rem !important;
  margin-bottom: 0.1666666667rem !important; }

.card__content {
  padding: 0; }

.card__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800; }
  .card__date img {
    vertical-align: middle;
    margin-left: 0.5rem; }

.card__more {
  padding: 0;
  text-transform: uppercase; }
  .card__more a {
    text-transform: inherit;
    text-decoration: none; }
  .card__more span {
    font-weight: 900; }

.card p {
  letter-spacing: .1px;
  margin-bottom: 0.9375em; }
  @media screen and (min-width: 1024px) {
    .card p {
      padding-right: 1rem;
      margin-bottom: 0.8333333333em; } }

a.card {
  font-weight: inherit;
  text-decoration: none; }
  a.card:hover img {
    top: 50%;
    left: 50%;
    transform: scale(1.1) translate(-50%, -50%); }
  a.card:hover .card__date img {
    transform: scale(1) translate(0%, 0%); }
  a.card:hover h3,
  a.card:hover h4 {
    background-position: 0% 0%; }

.post-object__more {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Cureoscity", sans-serif;
  color: #1E282C;
  letter-spacing: .1px;
  line-height: 1; }
  @media screen and (min-width: 640px) {
    .post-object__more {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .post-object__more {
      font-size: 14px;
      font-size: 0.875rem; } }

.animated-link {
  text-shadow: 0 1px #fff, 0 2px #fff, 0 3px #fff, 1px 1px #fff, -1px 1px #fff, 2px 2px #fff, -2px 2px #fff, 3px 3px #fff, -3px 3px #fff;
  background-image: linear-gradient(180deg, #fff 95%, transparent 0px), linear-gradient(90deg, #13C9B7 0%, #6E66EE 50%, #e3e3e3 0, #e3e3e3);
  background-repeat: no-repeat;
  background-size: 200% 100% !important;
  transition: background-position .35s;
  background-position: 100% -5px;
  outline: 1px solid transparent;
  line-height: 1.35 !important; }
  .animated-link:hover {
    background-position: 0% -5px; }

.filter {
  width: 100%;
  position: absolute; }
  @media screen and (min-width: 1024px) {
    .filter {
      position: relative; } }
  .filter__link {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    color: #1E282C;
    margin-right: 1rem;
    border-bottom: 2px solid transparent;
    display: inline-block; }
    .filter__link:hover {
      color: #7261F1; }
    .filter__link--active {
      color: #7261F1;
      padding-bottom: 0.3333333333rem;
      border-bottom: 2px solid #7261F1; }
  .filter__seperator {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    margin-top: -2px; }

.meta {
  margin: 1.5rem 0;
  border-top: 1px solid #E5E5E5;
  padding-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }

form {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    form {
      padding-top: 6rem; } }
  form input,
  form textarea {
    border: none;
    outline: none;
    border-bottom: 2px solid #E5E5E5;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 1rem 0; }
    form input:focus,
    form textarea:focus {
      border-color: #0DCEB3; }
  form input[type="submit"] {
    width: auto; }
  form textarea {
    border: 2px solid #E5E5E5; }
  form label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800; }
    form label:focus {
      color: #0DCEB3; }

.cookie {
  width: 100%;
  color: #1E282C;
  position: relative;
  top: 0;
  background: #FFFFFF;
  z-index: 995;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem;
  height: 85px;
  display: none;
  line-height: 1; }
  @media screen and (min-width: 1024px) {
    .cookie {
      text-align: center; } }
  .cookie .text {
    width: 75%;
    display: inline-block; }
    @media screen and (min-width: 1024px) {
      .cookie .text {
        width: 100%;
        display: inline; } }
  .cookie a {
    color: #1E282C; }
  .cookie .button, .cookie form input[type="submit"], form .cookie input[type="submit"] {
    margin-left: 1.5rem;
    font-weight: 800; }
    @media screen and (max-width: 1024px) {
      .cookie .button, .cookie form input[type="submit"], form .cookie input[type="submit"] {
        top: 1rem;
        position: absolute;
        right: 1rem; } }
    .cookie .button span, .cookie form input[type="submit"] span, form .cookie input[type="submit"] span {
      font-weight: 800; }
  .cookie .close {
    margin-right: 1rem;
    vertical-align: middle;
    margin-top: 0.625rem; }

.logo {
  margin: 1rem 0;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
  cursor: pointer;
  background-color: #F8F8F8; }
  .logo:hover img {
    transform: scale(1.1) translate(-50%, -50%);
    cursor: pointer; }
  .logo.open img {
    transform: scale(1.1) translate(-50%, -50%);
    cursor: pointer; }
  .logo.open .logo-content {
    top: 0; }
  .logo img {
    transition: all .25s ease-in-out;
    transform-origin: 0% 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    z-index: 0;
    mix-blend-mode: darken; }
  .logo__gradient {
    background: linear-gradient(0deg, rgba(23, 22, 22, 0.8) 0%, rgba(196, 196, 196, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.8;
    position: absolute;
    top: 33%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .logo__title {
    padding: 1rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0.75rem;
    right: 4.5rem;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .logo__title {
        right: 1.5rem; } }
  .logo__click {
    position: absolute;
    bottom: 0;
    right: 0.5rem;
    z-index: 1;
    transform-origin: 100% 100%; }
    .logo__click img {
      left: auto;
      top: auto;
      position: relative; }
  .logo-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    background-color: #F8F8F8;
    z-index: 5;
    transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    text-align: center;
    font-weight: 800; }
    .logo-content__excerpt {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 2rem; }
    .logo-content__link {
      position: absolute;
      bottom: 1rem;
      padding: 1rem;
      width: 100%;
      text-align: center;
      color: #0DCEB3;
      left: 0;
      font-weight: 800; }
    .logo-content__close {
      position: absolute;
      top: 3.5rem;
      transform-origin: 100% 100%; }
      .logo-content__close img {
        left: auto;
        top: auto;
        position: relative; }

.glide__slide {
  background: #F8F8F8; }
  .alt .glide__slide {
    background: #0DCEB3; }
.glide__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  font-weight: 700;
  border-left-width: 0; }
  @media screen and (min-width: 1024px) {
    .glide__content {
      min-height: 430px;
      padding: 3rem 4rem;
      padding-left: 2rem; } }
  .glide__content .gradient-text {
    background-color: #1E282C;
    background-image: linear-gradient(90deg, #13C9B7 -0.1%, #6E66EE 95.61%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: 100%; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .glide__content .gradient-text {
        /* IE10+ specific styles go here */
        background-color: transparent;
        background-image: none;
        color: #0DCEB3; } }
    .alt .glide__content .gradient-text {
      background-color: #FFFFFF;
      background-image: none; }
  .alt .glide__content p {
    color: #FFFFFF; }
.glide__image {
  position: relative;
  max-height: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-position: 50% 50%;
  height: auto;
  min-height: 220px;
  z-index: 0;
  border-left-width: 0; }
  @media screen and (min-width: 1024px) {
    .glide__image {
      min-height: 430px;
      background-position: 100% 50%; } }
  @media screen and (min-width: 1024px) {
    .glide__image:before, .glide__image::before {
      content: "";
      position: absolute;
      right: -1px;
      width: 300px;
      height: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 800px 300px;
      border-color: transparent transparent #F8F8F8 transparent; }
      .alt .glide__image:before, .alt .glide__image::before {
        border-color: transparent transparent #0DCEB3 transparent; } }

.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  left: 0vw;
  background: linear-gradient(135deg, #0DCEB3 0%, #765CF3 100%);
  z-index: 9999;
  transition: left .3s; }
  @media screen and (min-width: 1024px) {
    .preloader {
      display: block; } }
  .preloader--in {
    left: -100vw;
    animation: preloader .3s infinite;
    animation-iteration-count: 1; }
  .preloader--out {
    left: 100vw; }
  .preloader--pre {
    left: -100vw; }

@keyframes preloader {
  0% {
    left: 0; }
  99% {
    left: 100vw; }
  100% {
    left: -100vw; } }
/*
This file is used to contain all layout imports.
Files inside this folder should contain all styles relating
to layouts.
*/
header {
  background: #FFFFFF;
  color: #1E282C; }

.site-header {
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 65px;
  z-index: 16;
  transition: top 0.2s ease-in-out; }
  @media screen and (min-width: 1024px) {
    .site-header {
      min-height: 100px; } }
  .site-header--home {
    background-color: transparent; }
  .site-header__logo {
    margin-top: 1.25rem;
    position: relative;
    z-index: 22; }
    @media screen and (min-width: 1024px) {
      .site-header__logo {
        margin-top: 2rem; } }
    .site-header__logo.colour {
      display: block; }
    .site-header__logo.white {
      display: none; }
    .site-header--home .site-header__logo.colour {
      display: none; }
    .site-header--home .site-header__logo.white {
      display: block; }
  .site-header.nav-up {
    top: -100px; }
  .site-header__nav ul {
    margin-top: 1.55rem; }
  .site-header__open {
    display: block;
    background-color: #FFFFFF;
    height: 100vh;
    position: fixed;
    width: 100%; }

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.nav {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .nav a {
    text-decoration: none; }
    .nav a:hover, .nav a:focus {
      text-decoration: none; }
    .nav a:active {
      text-decoration: none; }
  .nav li {
    list-style: none; }
  .nav--horizontal li {
    float: left;
    padding-left: 0; }
  .nav--horizontal a {
    display: block; }
  .nav--vertical li {
    margin-bottom: 1em; }
    .nav--vertical li:last-child {
      margin-bottom: 0; }
  .nav--vertical a {
    display: inline-block; }
  .nav__toggle {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: right;
    margin-top: 1rem; }
    @media screen and (min-width: 1024px) {
      .nav__toggle {
        display: none; } }
    .nav__toggle a,
    .nav__toggle button {
      margin-top: 0;
      background: transparent;
      outline: none;
      box-shadow: none;
      border: none;
      padding: 0; }
    .nav__toggle span {
      width: 35px;
      height: 4px;
      border-radius: 4px;
      background-color: #083D77;
      margin: 6px 0;
      display: block; }
      .site-header--home .nav__toggle span {
        background-color: #FFFFFF; }
      .header__open .nav__toggle span {
        background-color: #1E282C; }
    .nav__toggle .nav__close {
      z-index: 300;
      position: absolute;
      top: 0.5rem;
      display: none; }
      .site-header__open .nav__toggle .nav__close {
        display: block; }

.primary {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
  display: none;
  position: relative;
  z-index: 27; }
  @media screen and (min-width: 1024px) {
    .primary {
      display: block;
      font-size: 16px;
      font-size: 1rem; } }
  .site-header__open .primary {
    background: linear-gradient(135deg, #0DCEB3 0%, #765CF3 100%);
    overflow: hidden;
    height: 100vh;
    display: block;
    margin: 0 -1rem;
    width: 100vw;
    position: absolute;
    top: 0; }
  .site-header__open .primary ul {
    margin-top: 10vh; }
  .primary li {
    margin: 0 1rem; }
    .site-header__open .primary li {
      width: 100%;
      margin: 0; }
    @media screen and (min-width: 1024px) {
      .primary li:first-child {
        margin-left: 0; } }
    @media screen and (min-width: 1024px) {
      .primary li:last-child {
        margin-right: 0; } }
    .primary li a {
      color: #1E282C;
      padding: 0.25rem 0;
      text-decoration: none;
      letter-spacing: -1px;
      font-weight: 800;
      border-top: 2px solid transparent; }
      .site-header__open .primary li a {
        color: #FFFFFF;
        padding: 0 1rem; }
      .primary li a:hover, .primary li a:focus {
        text-decoration: none; }
      .site-header--home .primary li a {
        color: #FFFFFF; }
    .primary li.button {
      margin-top: -7px; }
      .primary li.button a {
        color: inherit;
        text-align: center;
        width: 100%;
        padding: 11px;
        margin-left: 8px; }
    .primary li.current-menu-item a, .primary li.current_page_parent a {
      border-top: 2px solid #0DCEB3; }
      .site-header__open .primary li.current-menu-item a, .site-header__open .primary li.current_page_parent a {
        border-top: 0; }

.site-footer {
  background: linear-gradient(180deg, #222540 -2.1%, #395E7F 151.4%);
  mix-blend-mode: normal;
  color: #FFFFFF;
  padding: 5rem 0;
  padding-bottom: 7rem; }
  .site-footer a {
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 600; }
  .site-footer ul.nav--vertical li {
    margin-bottom: 1rem; }
    .site-footer ul.nav--vertical li a {
      text-decoration: underline; }
  .site-footer ul.nav--horizontal {
    margin-top: 4rem;
    text-align: left; }
    @media screen and (min-width: 1024px) {
      .site-footer ul.nav--horizontal {
        text-align: right; } }
    .site-footer ul.nav--horizontal li {
      float: none;
      margin-right: 0.5rem;
      padding-right: 0.5rem; }
      @media screen and (min-width: 1024px) {
        .site-footer ul.nav--horizontal li {
          float: left; } }
      .site-footer ul.nav--horizontal li a {
        font-size: 14px;
        font-size: 0.875rem;
        display: inline; }
        @media screen and (min-width: 1024px) {
          .site-footer ul.nav--horizontal li a {
            display: block; } }
      .site-footer ul.nav--horizontal li:first-child a {
        text-decoration: none;
        border-bottom: 1px solid transparent !important;
        font-weight: 500;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-family: "Cureoscity", sans-serif; }
      .site-footer ul.nav--horizontal li:last-child {
        padding-right: 0;
        margin-right: 0; }
    .site-footer ul.nav--horizontal.share {
      text-align: left;
      float: left; }
      @media screen and (min-width: 1024px) {
        .site-footer ul.nav--horizontal.share {
          text-align: right; } }
      .site-footer ul.nav--horizontal.share li {
        float: left; }
        .site-footer ul.nav--horizontal.share li a {
          border-bottom: none; }
  @media screen and (min-width: 1024px) {
    .site-footer__location {
      padding-right: 3rem; } }
  .site-footer__telephone {
    font-weight: 500 !important;
    border-bottom: none !important; }
  .site-footer__link {
    font-size: 14px;
    font-size: 0.875rem; }
  .site-footer__back-to-top {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-family: "Cureoscity", sans-serif;
    color: #FFFFFF;
    text-decoration: none !important;
    border-bottom: none !important; }
    @media screen and (min-width: 1024px) {
      .site-footer__back-to-top {
        display: block; } }
    .site-footer__back-to-top img {
      vertical-align: middle;
      margin-left: 1rem; }

.share {
  float: left; }
  @media screen and (min-width: 1024px) {
    .share {
      float: right; } }

main {
  position: relative; }
  .home main {
    top: -100px;
    margin-bottom: -100px; }
  main.article {
    font-size: 18px;
    font-size: 1.125rem; }
    main.article .category {
      color: #0DCEB3;
      text-transform: uppercase;
      letter-spacing: -1px;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 800; }
    main.article .content img {
      margin: 1.5rem 0; }
  main img {
    max-width: 100%;
    height: auto; }
  @media screen and (min-width: 1024px) {
    main .sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 180px; } }
  main .link {
    color: #1E282C;
    text-decoration: none; }
    @media screen and (max-width: 1024px) {
      main .link {
        float: left; }
        main .link br {
          display: none; } }
    main .link img {
      vertical-align: middle;
      margin-right: 1rem; }
      @media screen and (min-width: 1024px) {
        main .link img {
          margin-top: 0.75rem; } }
  main .share {
    margin: 3rem 0;
    float: none; }
    @media screen and (max-width: 1024px) {
      main .share {
        float: right;
        margin: 0.5rem 0 2rem 0; }
        main .share li {
          display: inline;
          margin-left: 0.3rem; } }

.content-block {
  padding: 6rem 0;
  position: relative;
  overflow: hidden; }
  .content-block--gradient {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0DCEB3 0%, #765CF3 100%);
    min-height: 400px; }
  .content-block__header {
    margin-bottom: 1rem; }
    .content-block__header a {
      color: #1E282C;
      text-decoration: none; }
    .content-block__header img {
      vertical-align: middle;
      margin-left: 0.5rem; }
  .content-block__seperator {
    width: 100%;
    max-width: 10rem;
    height: 2px;
    background: linear-gradient(135deg, #0DCEB3 0%, #765CF3 100%);
    display: block;
    margin-bottom: 1rem; }
  .content-block__counter {
    color: #0DCEB3;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 2;
    display: block; }
  .content-block__content .col {
    margin-bottom: 1.5rem; }
  .content-block__overlay {
    background-color: #373737;
    opacity: .4;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .content-block__background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .content-block__filler {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20%; }
  .content-block h1, .content-block .logo__title,
  .content-block .h1 {
    line-height: 1;
    background-size: 100%;
    font-weight: 800; }

.cta {
  position: relative;
  padding: 0;
  min-height: 280px; }
  .cta .primary {
    background-color: #222540;
    display: block;
    padding: 2rem 1rem; }
    @media screen and (min-width: 1024px) {
      .cta .primary {
        width: 75%;
        padding: 4rem 6rem;
        position: absolute;
        left: 0;
        min-height: 280px; }
        .cta .primary:before, .cta .primary::before {
          content: "";
          position: absolute;
          right: -99px;
          width: 0;
          height: 0;
          top: 0;
          border-style: solid;
          border-width: 280px 100px 0 0;
          border-color: #222540 transparent transparent transparent; } }
    .cta .primary h2 {
      display: inline-block; }
    .cta .primary br {
      display: none; }
      @media screen and (min-width: 1024px) {
        .cta .primary br {
          display: block; } }
  .cta .secondary {
    background: linear-gradient(110.36deg, #696BEB 61.51%, #513EDC 102.96%);
    padding: 2rem 1rem; }
    @media screen and (min-width: 1024px) {
      .cta .secondary {
        width: 30%;
        padding: 4rem;
        position: absolute;
        right: 0;
        min-height: 280px; } }
    @media screen and (min-width: 1024px) {
      .cta .secondary p {
        position: absolute;
        bottom: 3rem;
        right: 3rem; } }
    .cta .secondary p img {
      vertical-align: middle;
      margin-left: 1rem; }
  .cta h2,
  .cta .h2 {
    color: #FFFFFF; }
  .cta p.logo-content, .cta p.lead,
  .cta p.logo-content a,
  .cta p.lead a {
    color: #FFFFFF;
    max-width: 680px;
    margin-bottom: 0;
    text-decoration: none; }

.text-heading__header {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-position: 50% 50%;
  height: auto;
  min-height: 300px;
  z-index: 0;
  width: 100;
  margin-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    .text-heading__header {
      display: block;
      width: 53%;
      min-height: 430px;
      max-height: 430px;
      margin-bottom: 0;
      background-position: 100% 50%; }
      .text-heading__header:before {
        content: "";
        position: absolute;
        right: -1px;
        width: 300px;
        height: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 800px 300px;
        border-color: transparent transparent #FFFFFF transparent; } }
  .text-heading__header a {
    color: #1E282C;
    font-weight: 800;
    text-decoration: none; }
    .text-heading__header a img {
      vertical-align: middle;
      margin-left: .5rem; }
@media screen and (min-width: 1024px) {
  .text-heading__content {
    padding-top: 4rem;
    width: 41%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 430px;
    height: auto;
    min-height: 430px; } }
.text-heading__content.no-image {
  max-height: inherit;
  min-height: auto; }
.text-heading__content a {
  color: #1E282C;
  font-weight: 800;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem; }
  .text-heading__content a img {
    vertical-align: middle;
    margin-left: .5rem;
    margin-top: 0;
    margin-bottom: 0; }
.text-heading__content--paragraph {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 1rem;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .text-heading__content--paragraph {
      margin-top: -2rem; } }
  @media screen and (max-width: 1024px) {
    .text-heading__content--paragraph .pull-right {
      float: none;
      display: block;
      margin-top: 1rem; } }
.text-heading__content .display-2 {
  padding-top: 0; }

.text-image h1, .text-image .logo__title,
.text-image .h1 {
  display: block; }

.locations a {
  color: #1E282C;
  text-decoration: none;
  border-bottom: 2px solid #0DCEB3;
  font-weight: 800; }

@media screen and (min-width: 1024px) {
  .ti-pad-right {
    padding-right: .5rem; } }

@media screen and (min-width: 1024px) {
  .ti-pad-left {
    padding-left: .5rem; } }

@media screen and (max-width: 1024px) {
  .ti-row {
    display: flex;
    flex-direction: column; } }
@media screen and (max-width: 1024px) {
  .ti-row .ti-content {
    order: 2; } }
@media screen and (max-width: 1024px) {
  .ti-row .ti-image {
    order: 1;
    margin-bottom: 1rem; } }
