/*-----------------------------------------------------------------------------
  Table of Contents
  - Vendor
  - Globals
  - Plugins
  - Pages
  - Parts
  - Components
-----------------------------------------------------------------------------*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/*----------------------------------------------------------------------------
  Variables
----------------------------------------------------------------------------*/
@font-face {
  font-family: 'gilroy-bold';
  src: url("Gilroy-Bold.b60f41e7.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'gilroy-semibold';
  src: url("Gilroy-SemiBold.413bb39d.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'gilroy-medium';
  src: url("Gilroy-Medium.be91d0ba.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'gilroy-regular';
  src: url("Gilroy-Regular.aa4b7ce9.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

/*
* Ginger
* A minimal flexbox grid system named after a cute dog.
* Written by Eric Stout (@erwstout)
* http://ericwstout.com
*/
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin: 0 auto; }
  .container--wrap {
    flex-wrap: wrap; }
  .container--direction-row {
    flex-direction: row; }
  .container--justify-content-center {
    justify-content: center; }
  .container--justify-content-end {
    justify-content: flex-end; }
  .container--justify-content-space-between {
    justify-content: space-between; }
  .container--justify-content-space-around {
    justify-content: space-around; }
  .container--align-items-start {
    align-items: flex-start; }
  .container--align-items-end {
    align-items: flex-end; }
  .container--align-items-baseline {
    align-items: baseline; }
  .container--align-items-stretch {
    align-items: stretch; }
  .container--align-content-center {
    align-content: center; }
  .container--align-content-end {
    align-content: flex-end; }
  .container--align-content-space-between {
    align-content: space-between; }
  .container--align-content-space-around {
    align-content: space-around; }
  .container--align-content-stretch {
    align-content: stretch; }

.row {
  flex: 0 1 auto;
  width: 100%;
  max-width: 100rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .row--full-width {
    max-width: 100%; }
  .row--no-wrap {
    flex-wrap: nowrap; }
  .row--reverse {
    flex-direction: row-reverse; }
  .row--justify-content-center {
    justify-content: center; }
  .row--justify-content-start {
    justify-content: flex-start; }
  .row--justify-content-end {
    justify-content: flex-end; }
  .row--justify-content-space-around {
    justify-content: space-around; }
  .row--align-items-start {
    align-items: flex-start; }
  .row--align-items-center {
    align-items: center; }
  .row--align-items-end {
    align-items: flex-end; }
  .row--align-items-baseline {
    align-items: baseline; }
  .row--align-items-stretch {
    align-items: stretch; }
  .row--align-content-center {
    align-content: center; }
  .row--align-content-end {
    align-content: flex-end; }
  .row--align-content-space-between {
    align-content: space-between; }
  .row--align-content-space-around {
    align-content: space-around; }
  .row--align-content-stretch {
    align-content: stretch; }

*[class*="col-"],
*[class*="sm-col-"],
*[class*="md-col-"],
*[class*="flex-basis-"],
.col {
  flex: 0 1 auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  min-width: 0; }

.col-1 {
  flex-basis: 8.33333%; }

.col-2 {
  flex-basis: 16.66667%; }

.col-3 {
  flex-basis: 25.0%; }

.col-4 {
  flex-basis: 33.33333%; }

.col-5 {
  flex-basis: 41.66666%; }

.col-6 {
  flex-basis: 50.0%; }

.col-7 {
  flex-basis: 58.33333%; }

.col-8 {
  flex-basis: 66.66666%; }

.col-9 {
  flex-basis: 75.0%; }

.col-10 {
  flex-basis: 83.33333%; }

.col-11 {
  flex-basis: 91.66666%; }

.col-12 {
  flex-basis: 100.0%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-1 {
    width: 8.33333%;
    flex-basis: auto; }
  .col-2 {
    width: 16.66667%;
    flex-basis: auto; }
  .col-3 {
    width: 25.0%;
    flex-basis: auto; }
  .col-4 {
    width: 33.33333%;
    flex-basis: auto; }
  .col-5 {
    width: 41.66666%;
    flex-basis: auto; }
  .col-6 {
    width: 50.0%;
    flex-basis: auto; }
  .col-7 {
    width: 58.33333%;
    flex-basis: auto; }
  .col-8 {
    width: 66.66666%;
    flex-basis: auto; }
  .col-9 {
    width: 75.0%;
    flex-basis: auto; }
  .col-10 {
    width: 83.33333%;
    flex-basis: auto; }
  .col-11 {
    width: 91.66666%;
    flex-basis: auto; }
  .col-12 {
    width: 100.0%;
    flex-basis: auto; } }

.col-grow {
  flex: 1 1 100.0%; }

.col-no-pad {
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 64em) {
  .md-col-1 {
    flex-basis: 8.33333%; }
  .md-col-2 {
    flex-basis: 16.66667%; }
  .md-col-3 {
    flex-basis: 25.0%; }
  .md-col-4 {
    flex-basis: 33.33333%; }
  .md-col-5 {
    flex-basis: 41.66666%; }
  .md-col-6 {
    flex-basis: 50.0%; }
  .md-col-7 {
    flex-basis: 58.33333%; }
  .md-col-8 {
    flex-basis: 66.66666%; }
  .md-col-9 {
    flex-basis: 75.0%; }
  .md-col-10 {
    flex-basis: 83.33333%; }
  .md-col-11 {
    flex-basis: 91.66666%; }
  .md-col-12 {
    flex-basis: 100.0%; }
  .md-col-no-pad {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 64em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .md-col-1 {
    width: 8.33333%;
    flex-basis: auto; }
  .md-col-2 {
    width: 16.66667%;
    flex-basis: auto; }
  .md-col-3 {
    width: 25.0%;
    flex-basis: auto; }
  .md-col-4 {
    width: 33.33333%;
    flex-basis: auto; }
  .md-col-5 {
    width: 41.66666%;
    flex-basis: auto; }
  .md-col-6 {
    width: 50.0%;
    flex-basis: auto; }
  .md-col-7 {
    width: 58.33333%;
    flex-basis: auto; }
  .md-col-8 {
    width: 66.66666%;
    flex-basis: auto; }
  .md-col-9 {
    width: 75.0%;
    flex-basis: auto; }
  .md-col-10 {
    width: 83.33333%;
    flex-basis: auto; }
  .md-col-11 {
    width: 91.66666%;
    flex-basis: auto; }
  .md-col-12 {
    width: 100.0%;
    flex-basis: auto; } }

@media screen and (max-width: 47.9375em) {
  *[class*="col-"] {
    flex: 1 1 100.0%;
    flex-basis: 100%; }
  .sm-col-1 {
    flex-basis: 8.33333%;
    flex-grow: 0; }
  .sm-col-2 {
    flex-basis: 16.66667%;
    flex-grow: 0; }
  .sm-col-3 {
    flex-basis: 25.0%;
    flex-grow: 0; }
  .sm-col-4 {
    flex-basis: 33.33333%;
    flex-grow: 0; }
  .sm-col-5 {
    flex-basis: 41.66666%;
    flex-grow: 0; }
  .sm-col-6 {
    flex-basis: 50.0%;
    flex-grow: 0; }
  .sm-col-7 {
    flex-basis: 58.33333%;
    flex-grow: 0; }
  .sm-col-8 {
    flex-basis: 66.66666%;
    flex-grow: 0; }
  .sm-col-9 {
    flex-basis: 75.0%;
    flex-grow: 0; }
  .sm-col-10 {
    flex-basis: 83.33333%;
    flex-grow: 0; }
  .sm-col-11 {
    flex-basis: 91.66666%;
    flex-grow: 0; }
  .sm-col-12 {
    flex-basis: 100.0%;
    flex-grow: 0; }
  .sm-col-no-pad {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 47.9375em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sm-col-1 {
    width: 8.33333%;
    flex-basis: auto; }
  .sm-col-2 {
    width: 16.66667%;
    flex-basis: auto; }
  .sm-col-3 {
    width: 25.0%;
    flex-basis: auto; }
  .sm-col-4 {
    width: 33.33333%;
    flex-basis: auto; }
  .sm-col-5 {
    width: 41.66666%;
    flex-basis: auto; }
  .sm-col-6 {
    width: 50.0%;
    flex-basis: auto; }
  .sm-col-7 {
    width: 58.33333%;
    flex-basis: auto; }
  .sm-col-8 {
    width: 66.66666%;
    flex-basis: auto; }
  .sm-col-9 {
    width: 75.0%;
    flex-basis: auto; }
  .sm-col-10 {
    width: 83.33333%;
    flex-basis: auto; }
  .sm-col-11 {
    width: 91.66666%;
    flex-basis: auto; }
  .sm-col-12 {
    width: 100.0%;
    flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .offset-1 {
    margin-left: 8.33333%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .offset-3 {
    margin-left: 25.0%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .offset-5 {
    margin-left: 41.66666%; }
  .offset-6 {
    margin-left: 50.0%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .offset-8 {
    margin-left: 66.66666%; }
  .offset-9 {
    margin-left: 75.0%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .offset-11 {
    margin-left: 91.66666%; } }

.block-grid--justify-content-center {
  justify-content: center; }

.block-grid--justify-content-start {
  justify-content: flex-start; }

.block-grid--justify-content-space-around {
  justify-content: space-around; }

.block-grid--justify-content-end {
  justify-content: flex-end; }

.block-grid-1 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-1 .col {
    flex-basis: 100%; }

.block-grid-2 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-2 .col {
    flex-basis: 50%; }

.block-grid-3 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-3 .col {
    flex-basis: 33.33333%; }

.block-grid-4 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-4 .col {
    flex-basis: 25%; }

.block-grid-5 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-5 .col {
    flex-basis: 20%; }

.block-grid-6 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-6 .col {
    flex-basis: 16.66667%; }

.block-grid-7 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-7 .col {
    flex-basis: 14.28571%; }

.block-grid-8 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-8 .col {
    flex-basis: 12.5%; }

.block-grid-9 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-9 .col {
    flex-basis: 11.11111%; }

.block-grid-10 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-10 .col {
    flex-basis: 10%; }

.block-grid-11 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-11 .col {
    flex-basis: 9.09091%; }

.block-grid-12 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-12 .col {
    flex-basis: 8.33333%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-1 .col {
      width: 100%;
      flex-basis: auto; }
  .block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-2 .col {
      width: 50%;
      flex-basis: auto; }
  .block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-3 .col {
      width: 33.33333%;
      flex-basis: auto; }
  .block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-4 .col {
      width: 25%;
      flex-basis: auto; }
  .block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-5 .col {
      width: 20%;
      flex-basis: auto; }
  .block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-6 .col {
      width: 16.66667%;
      flex-basis: auto; }
  .block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-7 .col {
      width: 14.28571%;
      flex-basis: auto; }
  .block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-8 .col {
      width: 12.5%;
      flex-basis: auto; }
  .block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-9 .col {
      width: 11.11111%;
      flex-basis: auto; }
  .block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-10 .col {
      width: 10%;
      flex-basis: auto; }
  .block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-11 .col {
      width: 9.09091%;
      flex-basis: auto; }
  .block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-12 .col {
      width: 8.33333%;
      flex-basis: auto; } }

@media screen and (max-width: 64em) {
  .md-block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-1 .col {
      flex-basis: 100%; }
  .md-block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-2 .col {
      flex-basis: 50%; }
  .md-block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-3 .col {
      flex-basis: 33.33333%; }
  .md-block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-4 .col {
      flex-basis: 25%; }
  .md-block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-5 .col {
      flex-basis: 20%; }
  .md-block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-6 .col {
      flex-basis: 16.66667%; }
  .md-block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-7 .col {
      flex-basis: 14.28571%; }
  .md-block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-8 .col {
      flex-basis: 12.5%; }
  .md-block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-9 .col {
      flex-basis: 11.11111%; }
  .md-block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-10 .col {
      flex-basis: 10%; }
  .md-block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-11 .col {
      flex-basis: 9.09091%; }
  .md-block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-12 .col {
      flex-basis: 8.33333%; } }

@media screen and (max-width: 64em) and (-ms-high-contrast: active) {
  .md-block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-1 .col {
      width: 100%;
      flex-basis: auto; }
  .md-block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-2 .col {
      width: 50%;
      flex-basis: auto; }
  .md-block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-3 .col {
      width: 33.33333%;
      flex-basis: auto; }
  .md-block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-4 .col {
      width: 25%;
      flex-basis: auto; }
  .md-block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-5 .col {
      width: 20%;
      flex-basis: auto; }
  .md-block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-6 .col {
      width: 16.66667%;
      flex-basis: auto; }
  .md-block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-7 .col {
      width: 14.28571%;
      flex-basis: auto; }
  .md-block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-8 .col {
      width: 12.5%;
      flex-basis: auto; }
  .md-block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-9 .col {
      width: 11.11111%;
      flex-basis: auto; }
  .md-block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-10 .col {
      width: 10%;
      flex-basis: auto; }
  .md-block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-11 .col {
      width: 9.09091%;
      flex-basis: auto; }
  .md-block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-12 .col {
      width: 8.33333%;
      flex-basis: auto; } }

@media screen and (max-width: 47.9375em) {
  .sm-block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-1 .col {
      flex-basis: 100%; }
  .sm-block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-2 .col {
      flex-basis: 50%; }
  .sm-block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-3 .col {
      flex-basis: 33.33333%; }
  .sm-block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-4 .col {
      flex-basis: 25%; }
  .sm-block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-5 .col {
      flex-basis: 20%; }
  .sm-block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-6 .col {
      flex-basis: 16.66667%; }
  .sm-block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-7 .col {
      flex-basis: 14.28571%; }
  .sm-block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-8 .col {
      flex-basis: 12.5%; }
  .sm-block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-9 .col {
      flex-basis: 11.11111%; }
  .sm-block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-10 .col {
      flex-basis: 10%; }
  .sm-block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-11 .col {
      flex-basis: 9.09091%; }
  .sm-block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-12 .col {
      flex-basis: 8.33333%; } }

@media screen and (max-width: 47.9375em) and (-ms-high-contrast: active) {
  .sm-block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-1 .col {
      width: 100%;
      flex-basis: auto; }
  .sm-block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-2 .col {
      width: 50%;
      flex-basis: auto; }
  .sm-block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-3 .col {
      width: 33.33333%;
      flex-basis: auto; }
  .sm-block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-4 .col {
      width: 25%;
      flex-basis: auto; }
  .sm-block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-5 .col {
      width: 20%;
      flex-basis: auto; }
  .sm-block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-6 .col {
      width: 16.66667%;
      flex-basis: auto; }
  .sm-block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-7 .col {
      width: 14.28571%;
      flex-basis: auto; }
  .sm-block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-8 .col {
      width: 12.5%;
      flex-basis: auto; }
  .sm-block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-9 .col {
      width: 11.11111%;
      flex-basis: auto; }
  .sm-block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-10 .col {
      width: 10%;
      flex-basis: auto; }
  .sm-block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-11 .col {
      width: 9.09091%;
      flex-basis: auto; }
  .sm-block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-12 .col {
      width: 8.33333%;
      flex-basis: auto; } }

.hide {
  display: none !important; }

.sm-only {
  display: none !important; }

.md-only {
  display: none !important; }

.lg-only {
  display: flex !important; }
  .lg-only--block {
    display: block !important; }
  .lg-only--inline-block {
    display: inline-block !important; }
  .lg-only--inline-flex {
    display: inline-flex !important; }

@media screen and (min-width: 47.9375em) and (max-width: 64em) {
  .sm-only {
    display: none !important; }
  .md-only {
    display: flex !important; }
    .md-only--block {
      display: block !important; }
    .md-only--inline-block {
      display: inline-block !important; }
    .md-only--inline-flex {
      display: inline-flex !important; }
  .lg-only {
    display: none !important; }
  .md-hide {
    display: none !important; }
  .md-hide-down {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .sm-only {
    display: flex !important; }
    .sm-only--block {
      display: block !important; }
    .sm-only--inline-block {
      display: inline-block !important; }
    .sm-only--inline-flex {
      display: inline-flex !important; }
  .md-only {
    display: none !important; }
  .md-hide-down {
    display: none !important; }
  .lg-only {
    display: none !important; }
  .sm-hide {
    display: none !important; } }

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

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

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

.col-centered {
  margin: 0 auto; }

.col-right {
  margin: 0 0 0 auto; }

.stretch {
  align-self: stretch; }

@media screen and (max-width: 64em) {
  .md-text-left {
    text-align: left; }
  .md-text-center {
    text-align: center; }
  .md-text-right {
    text-align: right; }
  .md-col-center {
    margin: 0 auto; } }

@media screen and (max-width: 47.9375em) {
  .sm-text-left {
    text-align: left; }
  .sm-text-center {
    text-align: center; }
  .sm-text-right {
    text-align: right; }
  .sm-col-center,
  .sm-col-centered {
    margin: 0 auto; } }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

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

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.splide__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  -webkit-appearance: none;
  border: none;
  border-radius: 50%;
  box-shadow: 0 rem(3) rem(6) rgba(0, 0, 0, 0.29);
  background-color: #fff;
  z-index: 10; }
  .splide__arrow svg {
    width: 15px;
    height: 15px;
    fill: #0B0B10; }
  .splide__arrow--prev {
    left: 0;
    transform: scaleX(-1); }
  .splide__arrow--next {
    right: 0; }
  .splide__arrow[disabled] {
    background-color: rgba(11, 11, 16, 0.3); }
    .splide__arrow[disabled] svg {
      fill: rgba(11, 11, 16, 0.5); }

.splide__pagination {
  margin: 0;
  padding: 0; }
  .splide__pagination li {
    margin: 10px; }
  .splide__pagination__page {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    padding: 0;
    background-color: #fff;
    opacity: 0.4;
    -webkit-appearance: none !important;
    outline: none;
    transition: all .4s ease; }
    .splide__pagination__page.is-active {
      opacity: 1; }

/*------------------------------------------------------------------------------
  Global Styles
------------------------------------------------------------------------------*/
/* Set box sizing to elimate math in the padding */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  border: 0; }

html,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  font: 400 1rem/1.5 "Figtree", sans-serif;
  min-height: 100%;
  background-color: #10111D;
  color: #fff; }

p:empty {
  display: none !important; }

table {
  margin: 0 0 18px; }

/* keep images from spilling out of columns */
img {
  max-width: 100%;
  height: auto; }

img.full-width-image {
  display: block;
  margin: 3rem 0;
  max-width: 100rem;
  width: 200%; }

.flex-video {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.anchor {
  position: absolute;
  top: -6.25rem;
  left: 0; }

@media screen and (max-width: 47.9375em) {
  img.full-width-image {
    margin: 1.5rem 0;
    max-width: 100%;
    width: 100%; } }

/*------------------------------------------------------------------------------
  WordPress CSS - https://codex.wordpress.org/CSS#WordPress_Generated_Classes
------------------------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*------------------------------------------------------------------------------
  Typography
------------------------------------------------------------------------------*/
h1 {
  margin: 0 0 1.875rem;
  font: 4.5rem/1.2 "gilroy-semibold"; }

h2 {
  margin: 0 0 1.875rem;
  font: 3rem/1.25 "gilroy-semibold"; }

h3 {
  margin: 0 0 1.875rem;
  font: 2.25rem/1.4 "gilroy-semibold"; }

h4 {
  margin: 0 0 1.5625rem;
  font: 1.75rem/1.4 "gilroy-semibold"; }

h5 {
  margin: 0 0 1.875rem;
  font: 1.25rem/1.45 "gilroy-semibold"; }

h6 {
  margin: 0 0 1.875rem;
  font: 1rem/1.5 "gilroy-semibold"; }

p, ol, ul {
  margin: 0 0 0.9375rem; }

p, ol, ul, li, blockquote {
  font: 400 1rem/1.5 "Figtree", sans-serif; }

ol, ul {
  padding-left: 1.25rem; }

li p {
  margin-bottom: 0.3125rem; }

a {
  font: inherit;
  color: #2656D7;
  text-decoration: none;
  transition: all .4s ease; }
  a:focus, a:hover {
    color: #D1D2DB; }

.body-copy--large {
  font: 1.375rem/1.5 "gilroy-regular"; }

.body-copy--medium {
  font: 1.125rem/1.5 "gilroy-regular"; }

.body-copy--small {
  font: 0.875rem/1.5 "gilroy-regular"; }

.subhead {
  margin: 0 0 0.625rem;
  font: 500 0.875rem/1 "Figtree", sans-serif;
  text-transform: uppercase; }

.article-meta {
  margin-bottom: 0.3125rem;
  font: 300 1rem/2 "Figtree", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888A94; }

.border-headline {
  position: relative; }
  .border-headline:before {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 100%;
    min-height: 1.3125rem;
    margin-right: 0.75rem;
    border-radius: 0.25rem; }
  .border-headline--red:before {
    background-color: #EF4444; }
  .border-headline--orange:before {
    background-color: #F97316; }
  .border-headline--yellow:before {
    background-color: #EBB305; }
  .border-headline--green:before {
    background-color: #44EF94; }
  .border-headline--blue:before {
    background-color: #2656D7; }

.meta p {
  color: #888A94; }
  .meta p a {
    color: inherit; }
    .meta p a:focus, .meta p a:hover {
      color: #2656D7; }

.rotate-text {
  position: relative;
  display: inline-block;
  height: 5.4375rem;
  font: inherit;
  vertical-align: middle;
  overflow-y: hidden;
  overflow-x: visible; }
  .rotate-text > span {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    display: inline-block;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.93, 1.09, 0.56, 1.19); }
    .rotate-text > span.in {
      transform: translateY(-100%);
      opacity: 1; }
    .rotate-text > span.out {
      transform: translateY(-200%);
      opacity: 0; }

.inline-icon {
  float: left;
  display: inline-block;
  width: 2.25rem;
  margin: 0 1.5rem 0 0 !important; }

@media screen and (max-width: 47.9375em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.25rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5rem; }
  .body-copy--large {
    font-size: 1.125rem; }
  .rotate-text {
    height: 3rem; } }

/*------------------------------------------------------------------------------
  Nav Menus
------------------------------------------------------------------------------*/
nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none; }

nav li {
  position: relative;
  margin: 0;
  padding: 0; }

nav a {
  display: block;
  width: 100%;
  text-decoration: none; }

.nav--utility .nav-button--large > a {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease;
  width: auto; }
  .nav--utility .nav-button--large > a span {
    position: relative;
    display: inline-block;
    min-height: 1.875rem;
    padding: 1.25rem 2.5rem;
    border-radius: 0.5rem;
    border-top-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    background-color: #2656D7;
    font: 1.25rem/1 "gilroy-semibold";
    letter-spacing: 0.00025em;
    color: #fff;
    transition: all .4s ease;
    z-index: 20; }
    .nav--utility .nav-button--large > a span:after {
      content: '\f061';
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-solid);
      margin-left: 0.625rem;
      color: #fff;
      transition: all .4s ease; }
  .nav--utility .nav-button--large > a:before, .nav--utility .nav-button--large > a:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #2656D7;
    clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
    z-index: 10; }
  .nav--utility .nav-button--large > a:before {
    top: 0;
    left: 0; }
  .nav--utility .nav-button--large > a:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg); }
  .nav--utility .nav-button--large > a:focus span, .nav--utility .nav-button--large > a:hover span {
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
    .nav--utility .nav-button--large > a:focus span:after, .nav--utility .nav-button--large > a:hover span:after {
      transform: translateX(8px); }
  @media screen and (max-width: 47.9375em) {
    .nav--utility .nav-button--large > a span {
      padding: 1rem 1.875rem;
      font-size: 1rem; } }

.nav--utility .nav-button--small > a {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease;
  width: auto; }
  .nav--utility .nav-button--small > a span {
    position: relative;
    display: inline-block;
    min-height: 1.875rem;
    padding: 1rem 1.5625rem;
    border-radius: 0.5rem;
    border-top-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    background-color: #2656D7;
    font: 1rem/1 "gilroy-semibold";
    letter-spacing: 0.00025em;
    color: #fff;
    transition: all .4s ease;
    z-index: 20; }
    .nav--utility .nav-button--small > a span:after {
      content: '\f061';
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-solid);
      margin-left: 0.625rem;
      color: #fff;
      transition: all .4s ease; }
  .nav--utility .nav-button--small > a:before, .nav--utility .nav-button--small > a:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #2656D7;
    clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
    z-index: 10; }
  .nav--utility .nav-button--small > a:before {
    top: 0;
    left: 0; }
  .nav--utility .nav-button--small > a:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg); }
  .nav--utility .nav-button--small > a:focus span, .nav--utility .nav-button--small > a:hover span {
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
    .nav--utility .nav-button--small > a:focus span:after, .nav--utility .nav-button--small > a:hover span:after {
      transform: translateX(8px); }
  @media screen and (max-width: 47.9375em) {
    .nav--utility .nav-button--small > a span {
      padding: 1rem 1.875rem;
      font-size: 1rem; } }

.nav--footer ul {
  flex-wrap: wrap; }

.nav--footer > ul > li {
  flex: 1 1 33%;
  padding-right: 1.25rem; }
  .nav--footer > ul > li > a {
    font: 400 0.8125rem/1 "Figtree", sans-serif;
    letter-spacing: 0.20312rem;
    text-transform: uppercase;
    color: #555667; }

.nav--footer .sub-menu {
  flex-direction: column;
  margin-top: 4.5rem; }
  .nav--footer .sub-menu li {
    flex: 0 1 100%;
    margin-bottom: 1.375rem; }
  .nav--footer .sub-menu a {
    font: 400 1rem/1.4 4sans;
    color: #fff; }
    .nav--footer .sub-menu a:focus, .nav--footer .sub-menu a:hover {
      color: #2656D7; }

@media screen and (max-width: 47.9375em) {
  .nav--footer .sub-menu {
    margin-top: 1.875rem; } }

@media screen and (max-width: 34.375rem) {
  .nav--footer > ul > li {
    flex: 0 1 100%; }
    .nav--footer > ul > li + li {
      margin-top: 1.875rem; } }

/*----------------------------------------------------------------------------
  WordPress Social Menu
  - make sure to include FontAwesome for this to work!
----------------------------------------------------------------------------*/
.menu-social ul {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: inherit;
  list-style: none; }
  .menu-social ul li {
    display: inline-block;
    position: relative;
    padding: 0 .625rem; }
    .menu-social ul li a {
      display: inline-block;
      text-align: center; }
      .menu-social ul li a:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-brands);
        font-size: 1.5rem;
        transition: all .4s ease; }
    .menu-social ul li a[href*="facebook.com"]::before {
      content: '\f09a'; }
    .menu-social ul li a[href*="twitter.com"]::before {
      content: '\f099'; }
    .menu-social ul li a[href*="dribbble.com"]::before {
      content: '\f17d'; }
    .menu-social ul li a[href*="plus.google.com"]::before {
      content: '\f0d5'; }
    .menu-social ul li a[href*="pinterest.com"]::before {
      content: '\f0d2'; }
    .menu-social ul li a[href*="github.com"]::before {
      content: '\f09b'; }
    .menu-social ul li a[href*="tumblr.com"]::before {
      content: '\f173'; }
    .menu-social ul li a[href*="youtube.com"]::before {
      content: '\f167'; }
    .menu-social ul li a[href*="flickr.com"]::before {
      content: '\f16e'; }
    .menu-social ul li a[href*="vimeo.com"]::before {
      content: '\f194'; }
    .menu-social ul li a[href*="instagram.com"]::before {
      content: '\f16d'; }
    .menu-social ul li a[href*="linkedin.com"]::before {
      content: '\f0e1'; }
    .menu-social ul li a[href*="yelp.com"]::before {
      content: '\f1e9'; }
    .menu-social ul li a[href*="mailto:"]::before {
      content: '\f0e0';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900; }

.screen-reader-text {
  display: none; }

/*
 * Mega Menu Component
 */
.mega-menu {
  position: relative;
  z-index: 10; }
  .mega-menu__highlight {
    position: absolute;
    top: -1.6875rem;
    left: 0;
    display: inline-block;
    width: 6.25rem;
    height: 1.875rem;
    background: url("highlight-nav-2.987a6332.png") center top/contain no-repeat;
    transition: all .8s ease;
    transform: translateX(0);
    opacity: 0; }
  .mega-menu__link {
    display: inline-block;
    padding: 0.625rem 0.9375rem;
    font: 1rem/1.5 "gilroy-medium";
    color: #fff;
    cursor: pointer;
    transition: all .4s ease; }
    .mega-menu__link:focus, .mega-menu__link:hover {
      color: #2656D7; }
    .mega-menu__link.active {
      color: #fff !important; }
    .mega-menu__link.inactive {
      color: #fff !important;
      opacity: 0.5; }
  .mega-menu__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0.0625rem solid;
    border-image-source: radial-gradient(112.36% 113.16% at 32.89% -5.71%, rgba(255, 255, 255, 0.12) 3.71%, rgba(255, 255, 255, 0.0576) 20.99%, rgba(255, 255, 255, 0.0384) 33.18%, rgba(255, 255, 255, 0.0324) 35.86%, rgba(255, 255, 255, 0) 56.83%);
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 1.875rem 0.625rem rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: all 0.8s ease; }
    .mega-menu__panel .container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      height: 0;
      max-height: auto;
      padding-top: 6.75rem;
      background: #0B0B10;
      background: radial-gradient(39.61% 65.35% at 44.45% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%), #0B0B10;
      border: 0.09375rem solid #161827;
      overflow: hidden;
      transform: translateY(-5%);
      opacity: 0;
      pointer-events: none;
      transition: all 0.8s ease; }
      .mega-menu__panel .container.active {
        height: auto;
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto; }
    .mega-menu__panel div[class*="col-"] {
      padding-top: 3.125rem;
      padding-bottom: 2.5rem; }
    .mega-menu__panel .col-3 {
      border-right: 0.0625rem solid #161827; }
      .mega-menu__panel .col-3 > div {
        padding-right: 2.5rem; }
    .mega-menu__panel.open {
      opacity: 1;
      pointer-events: auto; }
  .mega-menu__sublinks {
    padding-left: 2.5rem;
    column-count: 3;
    column-gap: 3.125rem; }
    .mega-menu__sublinks > div {
      break-inside: avoid; }
  .mega-menu__sublink {
    display: flex;
    margin-bottom: 2.25rem; }
    .mega-menu__sublink a {
      color: #fff; }
      .mega-menu__sublink a:focus, .mega-menu__sublink a:hover {
        color: #2656D7; }
    .mega-menu__sublink h6 {
      margin-bottom: 0.3125rem; }
  .mega-menu__icon {
    flex: 0 0 auto;
    width: 1.5rem;
    margin-right: 1.25rem; }
  .mega-menu__link-text {
    flex: 1 1 auto; }

/*
 * Mobile Mega Menu Component
 */
.mega-menu--mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0.0625rem solid;
  border-image-source: radial-gradient(112.36% 113.16% at 32.89% -5.71%, rgba(255, 255, 255, 0.12) 3.71%, rgba(255, 255, 255, 0.0576) 20.99%, rgba(255, 255, 255, 0.0384) 33.18%, rgba(255, 255, 255, 0.0324) 35.86%, rgba(255, 255, 255, 0) 56.83%);
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1.875rem 0.625rem rgba(0, 0, 0, 0.25);
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  background-color: #10111D;
  z-index: 50; }
  .mega-menu--mobile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.5rem;
    background: #10111D;
    z-index: 100; }
  .mega-menu--mobile > div {
    position: relative;
    max-height: 100vh;
    padding: 8.125rem 12.8px 3.125rem;
    overflow-y: scroll; }
  .mega-menu--mobile ul {
    position: relative;
    flex-direction: column;
    height: 100%; }
  .mega-menu--mobile__link {
    display: inline-block;
    padding: 0.625rem 0.9375rem;
    font: 1rem/1.5 "gilroy-medium";
    color: #fff;
    cursor: pointer;
    transition: all .4s ease; }
    .mega-menu--mobile__link i {
      margin-left: 0.3125rem;
      font-size: 0.875rem;
      color: #fff;
      transition: all .4s ease; }
    .mega-menu--mobile__link:focus, .mega-menu--mobile__link:hover {
      color: #2656D7; }
      .mega-menu--mobile__link:focus i, .mega-menu--mobile__link:hover i {
        color: #2656D7; }
    .mega-menu--mobile__link.active i {
      transform: rotate(90deg); }
  .mega-menu--mobile__panel {
    display: none;
    max-width: 50rem;
    margin: 0 auto;
    padding: 1.875rem 0.9375rem; }
    .mega-menu--mobile__panel > div h3, .mega-menu--mobile__panel > div h4, .mega-menu--mobile__panel > div h5, .mega-menu--mobile__panel > div h6 {
      margin-bottom: 0.625rem; }
  .mega-menu--mobile__sublinks {
    margin-top: 3.125rem; }
  .mega-menu--mobile__sublink {
    display: flex;
    margin-bottom: 2.25rem; }
    .mega-menu--mobile__sublink a {
      color: #fff; }
      .mega-menu--mobile__sublink a:focus, .mega-menu--mobile__sublink a:hover {
        color: #2656D7; }
    .mega-menu--mobile__sublink h6 {
      margin-bottom: 0.3125rem; }
  .mega-menu--mobile__icon {
    flex: 0 0 auto;
    width: 1.5rem;
    margin-right: 1.25rem; }
  .mega-menu--mobile__link-text {
    flex: 1 1 auto; }

/*
 * Wallet Panel Component
 */
.wallet__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0.0625rem solid;
  border-image-source: radial-gradient(112.36% 113.16% at 32.89% -5.71%, rgba(255, 255, 255, 0.12) 3.71%, rgba(255, 255, 255, 0.0576) 20.99%, rgba(255, 255, 255, 0.0384) 33.18%, rgba(255, 255, 255, 0.0324) 35.86%, rgba(255, 255, 255, 0) 56.83%);
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1.875rem 0.625rem rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s ease; }
  .wallet__panel .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 0;
    max-height: auto;
    padding-top: 6.75rem;
    background: #0B0B10;
    background: radial-gradient(39.61% 65.35% at 44.45% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%), #0B0B10;
    border: 0.09375rem solid #161827;
    overflow: hidden;
    transform: translateY(-5%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.8s ease; }
    .wallet__panel .container.active {
      height: auto;
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto; }
  .wallet__panel .col-3 {
    border-right: 0.0625rem solid #161827;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem; }
    .wallet__panel .col-3 > div {
      padding-right: 2.5rem; }
  .wallet__panel .col-8 {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem; }
  .wallet__panel__sublinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
  .wallet__panel__sublink {
    flex: 0 1 50%;
    width: 17rem;
    max-width: 19.5rem;
    padding: 1.25rem; }
    .wallet__panel__sublink img {
      display: block; }
  .wallet__panel.open {
    opacity: 1;
    pointer-events: auto; }

/*------------------------------------------------------------------------------
  Buttons
------------------------------------------------------------------------------*/
.buttons {
  width: calc(100% + 10px);
  margin-left: -0.3125rem; }

.button--large {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--large span {
    position: relative;
    display: inline-block;
    min-height: 1.875rem;
    padding: 1.25rem 2.5rem;
    border-radius: 0.5rem;
    border-top-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    background-color: #2656D7;
    font: 1.25rem/1 "gilroy-semibold";
    letter-spacing: 0.00025em;
    color: #fff;
    transition: all .4s ease;
    z-index: 20; }
    .button--large span:after {
      content: '\f061';
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-solid);
      margin-left: 0.625rem;
      color: #fff;
      transition: all .4s ease; }
  .button--large:before, .button--large:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #2656D7;
    clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
    z-index: 10; }
  .button--large:before {
    top: 0;
    left: 0; }
  .button--large:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg); }
  .button--large:focus span, .button--large:hover span {
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
    .button--large:focus span:after, .button--large:hover span:after {
      transform: translateX(8px); }
  @media screen and (max-width: 47.9375em) {
    .button--large span {
      padding: 1rem 1.875rem;
      font-size: 1rem; } }
  .button--large--alt {
    position: relative;
    display: inline-block;
    margin: 0.3125rem;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    outline: none;
    transition: all .4s ease; }
    .button--large--alt span {
      position: relative;
      display: inline-block;
      min-height: 1.875rem;
      padding: 1.25rem 2.5rem;
      border-radius: 0.5rem;
      border-top-left-radius: 1.875rem;
      border-bottom-right-radius: 1.875rem;
      background-color: #fff;
      font: 1.25rem/1 "gilroy-semibold";
      letter-spacing: 0.00025em;
      color: #2656D7;
      transition: all .4s ease;
      z-index: 20; }
      .button--large--alt span:after {
        content: '\f061';
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-solid);
        margin-left: 0.625rem;
        color: #fff;
        transition: all .4s ease; }
    .button--large--alt:before, .button--large--alt:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 1.875rem;
      height: 1.875rem;
      background-color: #fff;
      clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
      z-index: 10; }
    .button--large--alt:before {
      top: 0;
      left: 0; }
    .button--large--alt:after {
      bottom: 0;
      right: 0;
      transform: rotate(180deg); }
    .button--large--alt:focus span, .button--large--alt:hover span {
      border-top-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem; }
      .button--large--alt:focus span:after, .button--large--alt:hover span:after {
        transform: translateX(8px); }
    @media screen and (max-width: 47.9375em) {
      .button--large--alt span {
        padding: 1rem 1.875rem;
        font-size: 1rem; } }
    .button--large--alt span:after {
      display: none; }

.button--small {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--small span {
    position: relative;
    display: inline-block;
    min-height: 1.875rem;
    padding: 1rem 1.875rem;
    border-radius: 0.5rem;
    border-top-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    background-color: #2656D7;
    font: 1rem/1 "gilroy-semibold";
    letter-spacing: 0.00025em;
    color: #fff;
    transition: all .4s ease;
    z-index: 20; }
    .button--small span:after {
      content: '\f061';
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-solid);
      margin-left: 0.625rem;
      color: #fff;
      transition: all .4s ease; }
  .button--small:before, .button--small:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #2656D7;
    clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
    z-index: 10; }
  .button--small:before {
    top: 0;
    left: 0; }
  .button--small:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg); }
  .button--small:focus span, .button--small:hover span {
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
    .button--small:focus span:after, .button--small:hover span:after {
      transform: translateX(8px); }
  @media screen and (max-width: 47.9375em) {
    .button--small span {
      padding: 1rem 1.875rem;
      font-size: 1rem; } }
  .button--small--alt {
    position: relative;
    display: inline-block;
    margin: 0.3125rem;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    outline: none;
    transition: all .4s ease; }
    .button--small--alt span {
      position: relative;
      display: inline-block;
      min-height: 1.875rem;
      padding: 1rem 1.875rem;
      border-radius: 0.5rem;
      border-top-left-radius: 1.875rem;
      border-bottom-right-radius: 1.875rem;
      background-color: #fff;
      font: 1rem/1 "gilroy-semibold";
      letter-spacing: 0.00025em;
      color: #2656D7;
      transition: all .4s ease;
      z-index: 20; }
      .button--small--alt span:after {
        content: '\f061';
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-solid);
        margin-left: 0.625rem;
        color: #fff;
        transition: all .4s ease; }
    .button--small--alt:before, .button--small--alt:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 1.875rem;
      height: 1.875rem;
      background-color: #fff;
      clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
      z-index: 10; }
    .button--small--alt:before {
      top: 0;
      left: 0; }
    .button--small--alt:after {
      bottom: 0;
      right: 0;
      transform: rotate(180deg); }
    .button--small--alt:focus span, .button--small--alt:hover span {
      border-top-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem; }
      .button--small--alt:focus span:after, .button--small--alt:hover span:after {
        transform: translateX(8px); }
    @media screen and (max-width: 47.9375em) {
      .button--small--alt span {
        padding: 1rem 1.875rem;
        font-size: 1rem; } }
    .button--small--alt span:after {
      display: none; }

.button--text-link {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0;
  border: none;
  background-color: transparent;
  font: 1.125rem/1.25 "gilroy-semibold";
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--text-link:after {
    content: '\f105';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    margin-left: 0.3125rem;
    color: #fff;
    transition: all .4s ease; }
  .button--text-link:focus, .button--text-link:hover {
    color: #2656D7; }
    .button--text-link:focus:after, .button--text-link:hover:after {
      color: #2656D7;
      transform: translateX(5px); }

/*------------------------------------------------------------------------------
  Menu Icon
------------------------------------------------------------------------------*/
.menu-icon {
  display: none;
  width: 3.125rem;
  height: 3.375rem;
  border-radius: 0.5rem;
  padding: 1.25rem 0.3125rem;
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  border: none;
  z-index: 99999; }
  .menu-icon span {
    position: relative;
    margin: auto; }
    .menu-icon span:before {
      content: '';
      position: absolute;
      top: -0.375rem;
      left: 0; }
    .menu-icon span:after {
      content: '';
      position: absolute;
      top: 0.375rem;
      left: 0; }
  .menu-icon span,
  .menu-icon span:before,
  .menu-icon span:after {
    display: block;
    width: 1.25rem;
    height: 0.125rem;
    background-color: #fff;
    transform-origin: -4% center;
    transition: all .4s ease; }
  .menu-icon:active span,
  .menu-icon:active span:before,
  .menu-icon:active span:after, .menu-icon:focus span,
  .menu-icon:focus span:before,
  .menu-icon:focus span:after, .menu-icon:hover span,
  .menu-icon:hover span:before,
  .menu-icon:hover span:after {
    background-color: #2656D7; }
  .menu-icon.active span {
    background-color: transparent !important; }
    .menu-icon.active span:before {
      top: -0.46875rem;
      left: 0.1875rem;
      transform: rotate(45deg); }
    .menu-icon.active span:after {
      top: 0.46875rem;
      left: 0.1875rem;
      transform: rotate(-45deg); }

@media screen and (max-width: 64em) {
  .menu-icon {
    display: inline-block; } }

/*------------------------------------------------------------------------------
  Menu Icon
------------------------------------------------------------------------------*/
.search-icon {
  display: inline-block;
  padding: 0.625rem;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #fff;
  -webkit-appearance: none;
  outline: none;
  z-index: 99999;
  transition: all .4s ease; }
  .search-icon:focus, .search-icon:hover {
    color: #2656D7; }

/*------------------------------------------------------------------------------
  Menu Icon
------------------------------------------------------------------------------*/
.qr-icon {
  position: relative;
  display: inline-block;
  height: 3.375rem;
  margin: 0 0.3125rem;
  padding: 0.3125rem;
  border: none;
  border-radius: 0.5rem;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  background: transparent;
  font-size: 1rem;
  color: #fff;
  -webkit-appearance: none;
  outline: none;
  z-index: 99999;
  transition: all .4s ease; }
  .qr-icon:before {
    content: '';
    position: absolute;
    top: -1.4375rem;
    left: -1.375rem;
    display: inline-block;
    width: 6.25rem;
    height: 1.875rem;
    background: url("highlight-nav-2.987a6332.png") center top/contain no-repeat;
    transition: all .4s ease;
    transform: translateX(0);
    opacity: 0; }
  .qr-icon img {
    display: block;
    transition: all .4s ease; }
  .qr-icon.active:before {
    opacity: 1; }

@media screen and (max-width: 64em) {
  .qr-icon {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; } }

/*----------------------------------------------------------------------------
  Pagination
----------------------------------------------------------------------------*/
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center; }

.pagination .page-numbers {
  width: auto;
  padding: 1.25rem;
  font: 400 1.125rem/1.5 "Figtree", sans-serif;
  color: #fff;
  text-decoration: none; }

.pagination .prev,
.pagination .next {
  display: inline-block;
  width: auto;
  border-radius: 0;
  height: auto; }
  .pagination .prev i,
  .pagination .next i {
    transition: all .4s ease; }

.pagination a.page-numbers:hover,
.pagination a.page-numbers:hover i,
.pagination .prev:hover,
.pagination .prev:hover i,
.pagination .next:hover,
.pagination .next:hover i {
  color: #2656D7 !important; }

.pagination span.page-numbers {
  color: #555667; }

/*------------------------------------------------------------------------------
  Forms
------------------------------------------------------------------------------*/
label {
  position: relative;
  font: 400 1rem/1.5 "Figtree", sans-serif;
  z-index: 1; }

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"],
textarea,
select {
  width: 100% !important;
  padding: 1.25rem !important;
  border-radius: 0.25rem !important;
  border: 0.0625rem solid #fff;
  background-color: transparent;
  font: 400 1rem/1.5 "Figtree", sans-serif;
  color: #fff;
  transition: all .4s ease; }
  input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="url"]:active, input[type="url"]:focus,
  textarea:active,
  textarea:focus,
  select:active,
  select:focus {
    outline: none;
    border-color: #2656D7; }

select {
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 2.75rem !important;
  height: 2.75rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    left: 0; }
  input[type="checkbox"]:before,
  input[type="radio"]:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: auto;
    border: 0.0625rem solid #fff;
    background-color: transparent;
    transition: all .4s ease; }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: transparent;
    z-index: 1;
    transition: all .4s ease; }
  input[type="checkbox"]:checked:after,
  input[type="radio"]:checked:after {
    color: #fff; }
  input[type="checkbox"]:focus, input[type="checkbox"]:active,
  input[type="radio"]:focus,
  input[type="radio"]:active {
    outline: none; }
    input[type="checkbox"]:focus:before, input[type="checkbox"]:active:before,
    input[type="radio"]:focus:before,
    input[type="radio"]:active:before {
      border-color: #2656D7; }

input[type="checkbox"]:before {
  border-radius: 0.25rem !important; }

input[type="checkbox"]:after {
  content: '\f00c';
  font: var(--fa-font-regular);
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.125rem;
  line-height: 0.0625rem;
  font-weight: 400; }

input[type="radio"]:before {
  border-radius: 50%; }

input[type="radio"]:after {
  content: '\f111';
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.5rem !important;
  font: var(--fa-font-solid); }

input[type="submit"] {
  width: auto !important;
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  input[type="submit"] span {
    position: relative;
    display: inline-block;
    min-height: 1.875rem;
    padding: 1.25rem 2.5rem;
    border-radius: 0.5rem;
    border-top-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    background-color: #2656D7;
    font: 1.25rem/1 "gilroy-semibold";
    letter-spacing: 0.00025em;
    color: #fff;
    transition: all .4s ease;
    z-index: 20; }
    input[type="submit"] span:after {
      content: '\f061';
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-solid);
      margin-left: 0.625rem;
      color: #fff;
      transition: all .4s ease; }
  input[type="submit"]:before, input[type="submit"]:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #2656D7;
    clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
    z-index: 10; }
  input[type="submit"]:before {
    top: 0;
    left: 0; }
  input[type="submit"]:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg); }
  input[type="submit"]:focus span, input[type="submit"]:hover span {
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
    input[type="submit"]:focus span:after, input[type="submit"]:hover span:after {
      transform: translateX(8px); }
  @media screen and (max-width: 47.9375em) {
    input[type="submit"] span {
      padding: 1rem 1.875rem;
      font-size: 1rem; } }
  input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover {
    outline: none; }

.search-form {
  position: relative;
  display: inline-flex;
  margin: 0 0 1.875rem; }
  .search-form label {
    width: 100%;
    margin: 0.3125rem; }
    .search-form label i {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0.9375rem;
      display: inline-block;
      height: 1.25rem;
      margin: auto;
      font-size: 1.25rem;
      color: #fff; }
  .search-form input[type="text"] {
    height: 3.125rem;
    padding: 0.75rem 4.375rem 0.75rem 2.5rem !important; }
  .search-form button[type="submit"] {
    flex: 0 0 auto;
    width: auto; }

.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper.gform_legacy_markup_wrapper form .gform_fields,
  .gform_wrapper.gform-theme--no-framework form .gform_fields {
    position: relative;
    left: -0.625rem;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 20px) !important;
    list-style-type: none; }
  .gform_wrapper.gform_legacy_markup_wrapper form .gfield,
  .gform_wrapper.gform-theme--no-framework form .gfield {
    flex-basis: 100%;
    padding: 0 0.625rem !important; }
  .gform_wrapper.gform_legacy_markup_wrapper form .half-width,
  .gform_wrapper.gform-theme--no-framework form .half-width {
    flex-basis: 49%; }
  .gform_wrapper.gform_legacy_markup_wrapper form .third-width,
  .gform_wrapper.gform_legacy_markup_wrapper form .gfield--width-third,
  .gform_wrapper.gform-theme--no-framework form .third-width,
  .gform_wrapper.gform-theme--no-framework form .gfield--width-third {
    flex-basis: 33%; }
  .gform_wrapper form .gfield {
    margin: 0 0 2.5rem !important;
    padding: 0 !important; }
  .gform_wrapper form .half-width {
    grid-column: span 6 !important; }
  .gform_wrapper form .third-width,
  .gform_wrapper form .gfield--width-third {
    grid-column: span 4 !important; }
  .gform_wrapper form div.ginput_container_select {
    position: relative; }
    .gform_wrapper form div.ginput_container_select:after {
      position: absolute;
      top: 0.875rem;
      right: 0.9375rem;
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-light);
      font-size: 0.875rem;
      content: '\f107';
      font-size: 2rem;
      color: #fff;
      pointer-events: none; }
  .gform_wrapper form .gfield_checkbox label {
    max-width: unset !important;
    min-width: 10.625rem;
    margin-top: 0.375rem !important; }
  .gform_wrapper form .gfield_required {
    color: inherit; }
  .gform_wrapper form .gform_footer {
    margin: 0 !important;
    padding: 0 !important; }
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.full-width, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.half-width {
    max-width: unset !important; }
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield label {
    top: 0; }
  .gform_wrapper.gform_validation_error form div.validation_error {
    width: 100%; }

@media screen and (max-width: 64em) {
  .gform_wrapper.gform_legacy_markup_wrapper form .third-width,
  .gform_wrapper.gform_legacy_markup_wrapper form .gfield--width-third,
  .gform_wrapper.gform-theme--no-framework form .third-width,
  .gform_wrapper.gform-theme--no-framework form .gfield--width-third {
    flex-basis: 49%;
    flex-grow: 1; }
  .gform_wrapper form .third-width,
  .gform_wrapper form .gfield--width-third {
    grid-column: span 6 !important; } }

@media screen and (max-width: 47.9375em) {
  .gform_wrapper.gform_legacy_markup_wrapper form .half-width,
  .gform_wrapper.gform_legacy_markup_wrapper form .third-width,
  .gform_wrapper.gform_legacy_markup_wrapper form .gfield--width-third,
  .gform_wrapper.gform-theme--no-framework form .half-width,
  .gform_wrapper.gform-theme--no-framework form .third-width,
  .gform_wrapper.gform-theme--no-framework form .gfield--width-third {
    flex-basis: 100%; }
  .gform_wrapper form .gfield {
    margin: 0 0 1.25rem !important; }
  .gform_wrapper form .half-width,
  .gform_wrapper form .third-width,
  .gform_wrapper form .gfield--width-third {
    grid-column: span 12 !important; } }

/*
 * Social Links Component
 * 
 * Use for social links for staff, teams, etc.
 */
.social-links--speaker {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 20px);
  margin-left: -0.625rem;
  margin-bottom: 2.5rem; }
  .social-links--speaker a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0.625rem;
    padding: 0.625rem;
    border-radius: 50%;
    text-decoration: none; }
    .social-links--speaker a:focus, .social-links--speaker a:hover {
      box-shadow: 0.125rem 0.125rem 0.1875rem rgba(11, 11, 16, 0.16); }
  .social-links--speaker i {
    font-size: 1.125rem;
    height: 0.9375rem; }

/*
 * Social Share Links Component
 * 
 * Use for sharing posts on social media
 */
.social-share-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 40px);
  margin-left: -1.25rem; }
  .social-share-links__icon {
    margin: 1.25rem; }
  .social-share-links a i {
    font-size: 2.25rem;
    transition: all .4s ease; }

/*
 * Background Image Component
 * 
 * Component part used on various templates/views
 * 
 * Corresponds to inactive, cloneable ACF Background Images group,
 * consisting of a Background Image field, 
 * a thumbnail size radio field,
 * an overlay toggle field, 
 * and two alignment fields.
 */
.background-image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
  .background-image-block img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5; }
  .background-image-block.has-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 11, 16, 0.5);
    z-index: 10; }

/*
 * Post Tile Component
 *
 * Component part used on various templates/views
 */
.post-tile {
  position: relative; }
  .post-tile__image {
    position: relative;
    display: block;
    border-radius: 0.5rem;
    padding-bottom: 56%;
    overflow: hidden;
    transition: all .4s ease; }
    .post-tile__image:focus, .post-tile__image:hover {
      filter: brightness(0.8); }
  .post-tile h5 {
    margin: 1.25rem 0 0.625rem; }
    .post-tile h5 a {
      color: inherit; }
      .post-tile h5 a:focus, .post-tile h5 a:hover {
        color: #2656D7; }

/*
 * Staff Tile Component 
 */
/*
 * Flux API Block Component
 */
.flux-api-block {
  position: absolute;
  bottom: 0;
  right: 5rem;
  max-width: 100%; }
  .flux-api-block__trail {
    position: absolute;
    bottom: 78%;
    left: 95%;
    width: 7.8125rem;
    height: 4.6875rem;
    border-radius: 0.5rem;
    border-top-right-radius: 4.375rem;
    border-bottom-left-radius: 4.375rem;
    background-color: #fff; }
    .flux-api-block__trail:before, .flux-api-block__trail:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 4rem;
      height: 4rem;
      background-color: #fff;
      clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
      z-index: 10; }
    .flux-api-block__trail:before {
      bottom: 0;
      left: 0;
      transform: rotate(-90deg);
      z-index: -1; }
    .flux-api-block__trail:after {
      top: 0;
      right: 0;
      transform: rotate(90deg); }
  .flux-api-block .body-copy--small {
    padding-left: 0.625rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase; }
  .flux-api-block__content {
    position: relative;
    width: 31.25rem;
    max-width: 100%;
    min-height: 12.5rem;
    border-radius: 0.5rem;
    border-top-right-radius: 5.3125rem;
    border-bottom-left-radius: 5.3125rem;
    padding: 2rem 2.5rem;
    background-color: #fff;
    color: #0B0B10; }
    .flux-api-block__content:before, .flux-api-block__content:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 5rem;
      height: 5rem;
      background-color: #fff;
      clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
      z-index: 10; }
    .flux-api-block__content:before {
      bottom: 0;
      left: 0;
      transform: rotate(-90deg);
      z-index: -1; }
    .flux-api-block__content:after {
      top: 0;
      right: 0;
      transform: rotate(90deg);
      z-index: -1; }
    .flux-api-block__content * {
      color: #0B0B10; }
  .flux-api-block__top-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
    .flux-api-block__top-content:after {
      content: '';
      display: block;
      position: absolute;
      top: 2rem;
      left: 0.125rem;
      width: 0.5rem;
      height: 3.125rem;
      background-color: #2656D7;
      border-radius: 0 0.3125rem 0.3125rem 0; }
    .flux-api-block__top-content p {
      color: #888A94;
      text-transform: uppercase; }
    .flux-api-block__top-content .server-img {
      background-image: url("database.55e06513.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 3.125rem;
      height: 3.125rem; }
    .flux-api-block__top-content .server-nodes {
      padding: 0 1.25rem; }
      .flux-api-block__top-content .server-nodes h4 {
        margin-bottom: 0;
        color: #2656D7; }
    .flux-api-block__top-content .server-data p {
      text-align: right;
      font-size: 0.875rem; }
  .flux-api-block__bottom-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end; }
    .flux-api-block__bottom-content p {
      color: #888A94;
      text-transform: uppercase; }
    .flux-api-block__bottom-content .data-block {
      padding: 0 1.875rem 0 0; }
      .flux-api-block__bottom-content .data-block h5 {
        margin-bottom: 0; }

@media screen and (max-width: 64em) {
  .flux-api-block {
    bottom: -2.5rem;
    right: 2.5rem; } }

@media screen and (max-width: 47.9375em) {
  .flux-api-block {
    align-self: flex-end;
    position: relative;
    bottom: 0;
    margin-top: 3.125rem;
    padding-left: 4.375rem; } }

/*------------------------------------------------------------------------------
  Header
------------------------------------------------------------------------------*/
html,
body {
  position: relative;
  overflow-x: clip; }
  html.locked,
  body.locked {
    overflow-y: hidden; }

body:before {
  content: '';
  position: absolute;
  top: -6.25rem;
  left: -6.25rem;
  width: 100%;
  height: 100vh;
  background: url("ray.987056b7.png") left top/900px auto no-repeat;
  pointer-events: none;
  overflow: hidden; }

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  transition: all .4s ease; }

body.masked:after {
  backdrop-filter: blur(10px);
  pointer-events: auto; }

#wpadminbar {
  z-index: 9999999; }
  #wpadminbar ~ .site-header.sticky {
    top: 2rem; }
    @media screen and (max-width: 782px) {
      #wpadminbar ~ .site-header.sticky {
        top: 2.875rem; } }

.site-header {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  z-index: 999999; }
  .site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .site-header > .container {
    padding: 0.75rem 12.8px;
    z-index: 100; }
    .site-header > .container > .row {
      transition: all .4s ease; }
      .site-header > .container > .row:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0.75rem;
        opacity: 0;
        transition: all .4s ease; }
  .site-header .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0.8rem; }
  .site-header__logo {
    position: relative;
    width: 7.5rem;
    height: 3.375rem;
    border-radius: 0.5rem;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    padding: 0.75rem;
    z-index: 50;
    transition: all .4s ease; }
    .site-header__logo img {
      display: block;
      width: 100%;
      transition: all .4s ease; }
    .site-header__logo .logo {
      opacity: 1; }
    .site-header__logo .logo--alt {
      position: absolute;
      top: 0.75rem;
      left: 0.75rem;
      width: calc(100% - 24px);
      opacity: 0; }
  .site-header__menu, .site-header__utility {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.375rem;
    padding: 0.3125rem;
    background-color: transparent;
    transition: all .4s ease; }
    .site-header__menu.opened, .site-header__utility.opened {
      background-color: transparent !important; }
  .site-header__menu {
    border-radius: 0.125rem; }
  .site-header__utility {
    padding-left: 0; }
  .site-header.headroom--not-top > .container > .row {
    backdrop-filter: blur(8px); }
    .site-header.headroom--not-top > .container > .row:before {
      background: #0B0B10;
      background: radial-gradient(39.61% 65.35% at 44.45% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%), #0B0B10;
      opacity: 0.9; }

@media screen and (max-width: 64em) {
  .site-header .col-12 {
    justify-content: flex-end;
    padding: 0.75rem 0.8rem; }
  .site-header__logo {
    margin-right: auto; }
  .site-header__menu {
    border-radius: 0.5rem;
    margin-right: 0.3125rem; }
  .site-header__utility {
    padding-left: 0.3125rem; } }

@media screen and (max-width: 47.9375em) {
  body:before {
    background-size: 100% auto; } }

/*------------------------------------------------------------------------------
  Footer
------------------------------------------------------------------------------*/
.site-footer {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .site-footer .container {
    padding: 3.125rem 12.8px 0; }
  .site-footer .col-12 {
    margin-top: 2.5rem; }
    .site-footer .col-12 .body-copy--small {
      margin-bottom: 2.75rem;
      text-transform: uppercase;
      color: #888A94; }
  .site-footer__logo {
    display: inline-block;
    width: 4.5rem;
    margin-bottom: 2.1875rem; }
  .site-footer__logo--2 {
    display: inline-block;
    width: 37.5rem;
    max-width: 100%;
    margin-bottom: -0.4375rem; }
    .site-footer__logo--2 img {
      display: block; }

@media screen and (max-width: 47.9375em) {
  .site-footer .col-8 {
    margin-top: 1.875rem; }
  .site-footer__logo--2 {
    width: 18.75rem; } }

/*------------------------------------------------------------------------------
  Modals
------------------------------------------------------------------------------*/
.modal {
  position: relative;
  z-index: 999999; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  min-height: 18.75rem;
  max-height: 100vh;
  padding: 2.5rem 1.875rem;
  border-radius: 0.5rem;
  background: rgba(11, 11, 16, 0.9);
  box-shadow: 0 0 0.75rem rgba(255, 255, 255, 0.2);
  overflow-y: auto;
  box-sizing: border-box; }

.modal__close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  background: transparent;
  border: 0; }
  .modal__close:active, .modal__close:focus, .modal__close:hover {
    outline: none; }
    .modal__close:active:before, .modal__close:focus:before, .modal__close:hover:before {
      color: #2656D7; }

.modal__close:before {
  content: '\2715';
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all .4s ease; }

.modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto; }

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

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

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/*----------------------------------------------------------------------------
  SCSS Parts
----------------------------------------------------------------------------*/
/*
 * Hero (Global)
 *
 * Template part used on various templates/views
 */
.hero {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .hero .container {
    padding: 17.5rem 12.8px 12.5rem;
    z-index: 50; }
  .hero .buttons {
    position: relative;
    margin-top: 3rem; }

@media screen and (max-width: 47.9375em) {
  .hero .container {
    padding: 10.375rem 12.8px 3.125rem; } }

/*
 * Centered Text Block (Global)
 *
 * Template part used on various templates/views
 */
.centered-text-block {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .centered-text-block .container {
    padding: 3.125rem 12.8px; }
  .centered-text-block .buttons {
    margin-top: 1.875rem; }

.error404 .centered-text-block .container {
  padding-top: 11rem; }

@media screen and (max-width: 47.9375em) {
  .error404 .centered-text-block .container {
    padding-top: 9.5rem; } }

/*
 * Card Grid (Global)
 *
 * Template part used on various templates/views
 */
.card-grid-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .card-grid-section .container {
    padding: 5rem 12.8px 6.25rem; }
  .card-grid-section__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: calc(100% + 32px);
    margin-left: -1rem; }
  .card-grid-section__tile {
    flex: 0 1 auto;
    display: inline-block;
    align-self: stretch;
    padding: 1rem; }
    .card-grid-section__tile[style*="width: 60%"] .card-grid-section__card__text, .card-grid-section__tile[style*="width: 70%"] .card-grid-section__card__text {
      width: 60%;
      max-width: 31.25rem; }
  .card-grid-section__card {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0.25rem solid #10111D;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all .4s ease; }
    .card-grid-section__card__block {
      position: relative;
      display: flex;
      height: 100%;
      border-top: 0.0625rem solid rgba(255, 255, 255, 0.0324);
      border-radius: 0.75rem;
      padding: 3.125rem 2rem 10%;
      background: linear-gradient(0deg, #161827, #161827);
      transition: all .4s ease; }
      .card-grid-section__card__block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(68.02% 48.36% at 3.58% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.0576) 50.81%, rgba(255, 255, 255, 0.0324) 80.78%, rgba(255, 255, 255, 0) 100%); }
    .card-grid-section__card:focus .card-slider-b-section__card__block, .card-grid-section__card:hover .card-slider-b-section__card__block {
      box-shadow: 0 0.09375rem 0.0625rem 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0.75rem 0.25rem rgba(255, 255, 255, 0.4) inset;
      box-shadow: 0 0 0 0.5rem #2656D7 inset; }
    .card-grid-section__card__icon {
      flex: 0 0 auto;
      display: inline-block;
      width: 2.5rem;
      margin-right: 1.875rem; }
    .card-grid-section__card__text {
      position: relative;
      z-index: 10; }
    .card-grid-section__card .background-image-block {
      top: auto;
      left: auto;
      bottom: 0;
      right: 0;
      max-width: 28.125rem; }
      .card-grid-section__card .background-image-block img {
        object-fit: contain; }

@media screen and (max-width: 47.9375em) {
  .card-grid-section .container {
    padding: 2.5rem 12.8px 3.125rem; }
  .card-grid-section__tile {
    width: 100% !important; } }

/*
 * Card Grid B (Global)
 *
 * Template part used on various templates/views
 */
.card-grid-section--b {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .card-grid-section--b .container {
    padding: 1.875rem 12.8px 0; }
  .card-grid-section--b div[class*="block-grid-"] {
    justify-content: center; }
  .card-grid-section--b .col {
    margin-bottom: 1.875rem; }
    .card-grid-section--b .col:nth-of-type(3n+1) .card-grid-section--b__card:before {
      opacity: 0; }
    .card-grid-section--b .col:nth-of-type(3n+3) .card-grid-section--b__card:after {
      opacity: 0; }
  .card-grid-section--b__card {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0.25rem solid #10111D;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all .4s ease; }
    .card-grid-section--b__card:before, .card-grid-section--b__card:after {
      content: '';
      position: absolute;
      bottom: -0.0625rem;
      width: 3.75rem;
      height: 3.75rem;
      clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
      background: url("corner.f491af3b.svg");
      transition: all .4s ease;
      z-index: 10;
      opacity: 1; }
    .card-grid-section--b__card:before {
      left: -0.0625rem;
      transform: rotate(90deg); }
    .card-grid-section--b__card:after {
      right: -0.0625rem; }
    .card-grid-section--b__card__block {
      position: relative;
      height: 100%;
      border-top: 0.0625rem solid rgba(255, 255, 255, 0.0324);
      border-radius: 0.75rem;
      padding: 3.125rem 2rem 10%;
      background: linear-gradient(0deg, #161827, #161827);
      transition: all .4s ease; }
      .card-grid-section--b__card__block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(68.02% 48.36% at 3.58% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.0576) 50.81%, rgba(255, 255, 255, 0.0324) 80.78%, rgba(255, 255, 255, 0) 100%); }
    .card-grid-section--b__card:focus .card-slider-b-section__card__block, .card-grid-section--b__card:hover .card-slider-b-section__card__block {
      box-shadow: 0 0.09375rem 0.0625rem 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0.75rem 0.25rem rgba(255, 255, 255, 0.4) inset;
      box-shadow: 0 0 0 0.5rem #2656D7 inset; }
    .card-grid-section--b__card__icon {
      position: relative;
      display: inline-block;
      width: 4rem;
      margin-bottom: 1.5rem;
      z-index: 10; }
    .card-grid-section--b__card__text {
      position: relative;
      z-index: 10; }
    .card-grid-section--b__card .background-image-block {
      top: auto;
      left: auto;
      bottom: 0;
      right: 0;
      border-radius: 12px;
      background: radial-gradient(73.32% 59.22% at 3.58% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 50.81%, rgba(255, 255, 255, 0.03) 80.78%, rgba(255, 255, 255, 0) 100%), #2656D7;
      box-shadow: 0.5px 1.5px 1px 0px rgba(255, 255, 255, 0.15) inset; }

/*
 * Card Slider (Global)
 *
 * Template part used on various templates/views
 */
.card-slider-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .card-slider-section .container {
    padding: 3.75rem 12.8px 5rem; }
  .card-slider-section__slider {
    display: flex;
    max-width: auto !important;
    margin-left: -1rem; }
  .card-slider-section__card {
    position: relative;
    width: 22.5rem;
    min-width: 22.5rem;
    padding: 1rem;
    background-color: #10111D; }
    .card-slider-section__card__block {
      position: relative;
      margin-bottom: 2rem;
      padding-bottom: 130%;
      border-radius: 0.75rem;
      border-bottom-right-radius: 3.75rem;
      background: linear-gradient(0deg, #161827, #161827);
      transition: all .4s ease;
      overflow: hidden; }
      .card-slider-section__card__block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(68.02% 48.36% at 3.58% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.0576) 50.81%, rgba(255, 255, 255, 0.0324) 80.78%, rgba(255, 255, 255, 0) 100%); }
      .card-slider-section__card__block__hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background-color: #2656D7;
        opacity: 0;
        transition: all .4s ease; }
      .card-slider-section__card__block a {
        color: inherit; }
      .card-slider-section__card__block__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2.5rem 2rem; }
        .card-slider-section__card__block__content:before, .card-slider-section__card__block__content:after {
          content: '';
          position: absolute;
          opacity: 0;
          transition: all .4s ease; }
        .card-slider-section__card__block__content:before {
          top: 0;
          left: 0.625rem;
          width: 18.75rem;
          height: 0.5rem;
          background: radial-gradient(106.62% 100% at 50% 0%, #fff 8.71%, rgba(0, 0, 0, 0) 57.73%, rgba(0, 0, 0, 0) 100%); }
        .card-slider-section__card__block__content h4 {
          position: relative;
          padding-right: 2.5rem; }
          .card-slider-section__card__block__content h4 i {
            position: absolute;
            top: 0;
            right: 0;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 2.5rem;
            height: 2.5rem;
            border: 0.125rem solid rgba(255, 255, 255, 0.2);
            border-radius: 0.5rem;
            border-top-right-radius: 1rem;
            font-size: 1.5rem;
            vertical-align: text-top;
            transition: all .4s ease; }
      .card-slider-section__card__block:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 3.75rem;
        height: 3.75rem;
        clip-path: polygon(100% 100%, 0% 100%, 0% 75.229%, 0% 75.229%, 0.125% 72.066%, 0.497% 68.942%, 1.11% 65.871%, 1.958% 62.867%, 3.037% 59.941%, 4.339% 57.109%, 5.861% 54.383%, 7.597% 51.776%, 9.54% 49.302%, 11.685% 46.975%, 46.838% 11.746%, 46.838% 11.746%, 49.167% 9.59%, 51.644% 7.637%, 54.255% 5.893%, 56.987% 4.363%, 59.825% 3.053%, 62.757% 1.969%, 65.77% 1.116%, 68.849% 0.5%, 71.981% 0.126%, 75.152% 0%, 100% 0%, 100% 100%);
        transform: rotate(180deg);
        background-color: #161827;
        transition: all .4s ease; }
    .card-slider-section__card__image {
      position: relative;
      display: block;
      width: calc(100% + 64px);
      margin-left: -2rem;
      padding-bottom: 85%; }
      .card-slider-section__card__image .background-image-block img {
        object-fit: contain; }
    .card-slider-section__card:focus .card-slider-section__card__block__hover, .card-slider-section__card:hover .card-slider-section__card__block__hover {
      opacity: 1; }
    .card-slider-section__card:focus .card-slider-section__card__block__content:before, .card-slider-section__card:hover .card-slider-section__card__block__content:before {
      opacity: 0.5; }
    .card-slider-section__card:focus .card-slider-section__card__block__content h4 i, .card-slider-section__card:hover .card-slider-section__card__block__content h4 i {
      background-color: #fff;
      color: #10111D; }
    .card-slider-section__card:focus .card-slider-section__card__block:after, .card-slider-section__card:hover .card-slider-section__card__block:after {
      background-color: #2656D7; }

@media screen and (max-width: 47.9375em) {
  .card-slider-section .container {
    padding: 2.5rem 12.8px 3.125rem; }
  .card-slider-section__card {
    width: 20rem;
    min-width: 20rem; }
    .card-slider-section__card__block {
      margin-bottom: 1rem;
      padding-bottom: 120%; }
      .card-slider-section__card__block__content h4 {
        padding-right: 1.875rem; }
        .card-slider-section__card__block__content h4 i {
          width: 1.875rem;
          height: 1.875rem;
          font-size: 1rem; }
    .card-slider-section__card__image {
      padding-bottom: 80%; } }

/*
 * Card Slider B (Global)
 *
 * Template part used on various templates/views
 */
.card-slider-b-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .card-slider-b-section .container {
    padding: 3.75rem 12.8px 5rem; }
  .card-slider-b-section__slider {
    display: flex;
    align-items: stretch;
    width: calc(100% + 24px);
    margin-left: -0.75rem;
    margin-bottom: 3.125rem; }
  .card-slider-b-section__card {
    position: relative;
    width: 26.5rem;
    min-width: 26.5rem;
    border: 0.25rem solid #10111D;
    border-radius: 0.75rem;
    margin: 0.75rem;
    overflow: hidden;
    transition: all .4s ease; }
    .card-slider-b-section__card__block {
      position: relative;
      height: 100%;
      border-top: 0.0625rem solid rgba(255, 255, 255, 0.0324);
      border-radius: 0.75rem;
      padding: 3.125rem 2rem 1.25rem;
      background: linear-gradient(0deg, #161827, #161827);
      transition: all .4s ease; }
      .card-slider-b-section__card__block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(68.02% 48.36% at 3.58% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.0576) 50.81%, rgba(255, 255, 255, 0.0324) 80.78%, rgba(255, 255, 255, 0) 100%); }
    .card-slider-b-section__card:focus .card-slider-b-section__card__block, .card-slider-b-section__card:hover .card-slider-b-section__card__block {
      box-shadow: 0 0.09375rem 0.0625rem 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0.75rem 0.25rem rgba(255, 255, 255, 0.4) inset;
      box-shadow: 0 0 0 0.5rem #2656D7 inset; }

@media screen and (max-width: 47.9375em) {
  .card-slider-b-section .container {
    padding: 2.5rem 12.8px 3.125rem; }
  .card-slider-b-section__card {
    width: 21.875rem;
    min-width: 21.875rem; } }

/*
 * Blog Slider (Global)
 *
 * Template part used on various templates/views
 */
.blog-slider-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .blog-slider-section .container {
    padding: 6.25rem 12.8px 9.375rem; }
  .blog-slider-section__slider {
    display: flex;
    max-width: auto !important;
    margin-left: -1rem; }
  .blog-slider-section__card {
    position: relative;
    width: 34.125rem;
    min-width: 34.125rem;
    padding: 1rem; }

/*
 * Logo Slider (Global)
 *
 * Template part used on various templates/views
 */
.logo-slider-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .logo-slider-section .container {
    padding: 3.125rem 12.8px; }
  .logo-slider-section .col-12 {
    display: flex;
    align-items: center; }
  .logo-slider-section .subhead {
    flex: 0 0 auto;
    width: 5.625rem;
    margin-right: 3.75rem;
    margin-bottom: 0;
    color: #888A94; }
  .logo-slider-section .splide__slide {
    display: flex;
    justify-content: center; }
  .logo-slider-section__logo {
    padding: 0 0.625rem;
    text-align: center; }
    .logo-slider-section__logo img {
      display: inline-block;
      width: auto;
      max-height: 2.25rem;
      opacity: 0.5;
      transition: all .4s ease; }
    .logo-slider-section__logo:focus img, .logo-slider-section__logo:hover img {
      opacity: 1; }

/*
 * Stats Split (Global)
 *
 * Template part used on various templates/views
 */
.stats-split {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .stats-split .container {
    padding: 6.25rem 12.8px; }
  .stats-split div[class*="block-grid-"] {
    justify-content: center; }
  .stats-split .col:first-of-type {
    position: relative;
    flex: 1 0 100%;
    margin-bottom: 3.75rem;
    padding-bottom: 1.875rem; }
    .stats-split .col:first-of-type > div:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 85%;
      height: 85%;
      background: radial-gradient(51.27% 113.12% at 50.04% -13.12%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 13.35%, rgba(255, 255, 255, 0) 100%);
      filter: blur(2px);
      transform: rotate(180deg); }
    .stats-split .col:first-of-type .number {
      font: 3rem/1.25 "gilroy-semibold";
      letter-spacing: 0;
      color: #2656D7; }
    .stats-split .col:first-of-type .body-copy--small {
      font: 400 1.125rem/1.5 "Figtree", sans-serif;
      opacity: 1; }
    .stats-split .col:first-of-type:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 80%;
      padding-bottom: 5%;
      background: #10111D url("highlight-stats.9386a191.png") center top/contain no-repeat;
      opacity: 0.7;
      mix-blend-mode: color-dodge; }
    .stats-split .col:first-of-type:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding-bottom: 30%;
      background: url("border-stats.8b2c2f19.png") 110% top/contain no-repeat; }
  .stats-split__icon {
    display: inline-block;
    width: 30%;
    min-width: 8.125rem;
    max-width: 10rem;
    margin-right: 3.125rem;
    vertical-align: middle; }
  .stats-split__stat {
    display: inline-block;
    vertical-align: middle; }
  .stats-split .number {
    display: inline-block;
    margin-bottom: 0.75rem;
    font: 1.5rem/1 "gilroy-semibold";
    letter-spacing: 0.03rem;
    text-transform: uppercase; }
  .stats-split .body-copy--small {
    opacity: 0.5; }

.safari .stats-split .col:first-of-type:before {
  transform: translate3d(0, 0, 0); }

@media screen and (max-width: 47.9375em) {
  .stats-split .container {
    padding: 3.125rem 12.8px; }
  .stats-split div[class*="block-grid-"] {
    margin-top: 1.875rem; }
  .stats-split .col:first-of-type > div:before {
    width: 100%;
    height: 100%; }
  .stats-split .col:first-of-type:before {
    width: 80%; }
  .stats-split .col:first-of-type:after {
    width: 110%; } }

@media screen and (max-width: 31.25rem) {
  .stats-split .col:nth-of-type(n+2) {
    flex: 0 1 50%;
    margin-top: 0.625rem; } }

/*
 * Table Section (Global)
 *
 * Template part used on various templates/views
 */
.table-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .table-section .container {
    padding: 0 12.8px 6.25rem; }
  .table-section .row {
    padding: 2.1875rem 0; }
    .table-section .row + .row:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0.8rem;
      display: block;
      width: calc(100% - 25.6px);
      border-top: 0.0625rem solid rgba(255, 255, 255, 0.12); }
  .table-section div[class*="col-"] * {
    margin: 0.3125rem 0; }

/*
 * Text/Image Split (Global)
 *
 * Template part used on various templates/views
 */
.text-image-split {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .text-image-split .container {
    padding: 1.875rem 12.8px; }
  .text-image-split__text > div {
    padding: 1.875rem 0; }
  .text-image-split .buttons {
    margin-top: 1.875rem; }
  .text-image-split__slide {
    position: relative;
    width: 100%;
    padding-bottom: 80%; }
    .text-image-split__slide .background-image-block {
      background-color: #10111D; }
      .text-image-split__slide .background-image-block img {
        object-fit: contain;
        mix-blend-mode: screen; }
  .text-image-split .splide__pagination {
    margin-top: 1.875rem; }

@media screen and (max-width: 47.9375em) {
  .text-image-split__images {
    order: -1;
    margin-bottom: 1.875rem; } }

/*
 * Text/Image Split Slider (Global)
 *
 * Template part used on various templates/views
 */
.text-image-split-slider {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .text-image-split-slider .container {
    padding: 3.125rem 12.8px; }
  .text-image-split-slider .col-5 {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem; }
  .text-image-split-slider__text {
    position: relative;
    margin-top: 4rem;
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.12);
    padding-left: 2rem; }
    .text-image-split-slider__text__slide {
      opacity: 0.5;
      transition: all .4s ease;
      cursor: pointer; }
      .text-image-split-slider__text__slide + .text-image-split-slider__text__slide {
        margin-top: 3rem; }
      .text-image-split-slider__text__slide:focus, .text-image-split-slider__text__slide:hover {
        opacity: 0.7; }
      .text-image-split-slider__text__slide.active {
        opacity: 1; }
      .text-image-split-slider__text__slide h4 {
        margin-bottom: 0.625rem; }
  .text-image-split-slider__highlight {
    position: absolute;
    top: 0;
    right: 100%;
    width: 6.25rem;
    overflow: visible;
    height: 6.875rem;
    background-color: #10111D;
    transition: all 0.5s cubic-bezier(0.25, -0.19, 0.71, 1.2); }
    .text-image-split-slider__highlight img {
      position: relative;
      top: -50%;
      display: block;
      width: auto;
      height: 200%;
      mix-blend-mode: color-dodge; }
  .text-image-split-slider__images {
    position: relative;
    height: 100%; }
    .text-image-split-slider__images:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 20%;
      width: 100%;
      height: 100%;
      background: radial-gradient(51.27% 113.12% at 50.04% -13.12%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 13.35%, rgba(255, 255, 255, 0) 100%);
      filter: blur(2px);
      transform: rotate(90deg); }
  .text-image-split-slider__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease; }
    .text-image-split-slider__image .background-image-block img {
      object-fit: contain; }
    .text-image-split-slider__image.active {
      opacity: 1; }

@media screen and (max-width: 47.9375em) {
  .text-image-split-slider .col-5 {
    padding-top: 0;
    padding-bottom: 0; }
  .text-image-split-slider__images {
    height: 0;
    margin-top: 3.125rem;
    padding-bottom: 135%; } }

/*
 * Text Split (Global)
 *
 * Template part used on various templates/views
 */
.text-split {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .text-split .container {
    padding: 6.25rem 12.8px; }
  .text-split .buttons {
    margin-top: 1.875rem; }
  .text-split__image > div {
    position: relative;
    padding-bottom: 40%; }
    .text-split__image > div .background-image-block img {
      object-fit: contain; }

.hero + .text-split .container {
  padding-top: 12.5rem; }

@media screen and (max-width: 47.9375em) {
  .text-split .container {
    padding: 3.125rem 12.8px; }
  .text-split div[class*="col-"] + div[class*="col-"] {
    margin-top: 1.875rem; }
  .hero + .text-split .container {
    padding-top: 6.25rem; } }

/*
 * Text/Table Split (Global)
 *
 * Template part used on various templates/views
 */
.text-table-split {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .text-table-split .container {
    padding: 6.25rem 12.8px; }
  .text-table-split__block {
    position: relative;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.0324);
    border-radius: 0.75rem;
    padding: 3.125rem 3.125rem 0.625rem;
    background: linear-gradient(0deg, #161827, #161827);
    color: #888A94;
    transition: all .4s ease; }
    .text-table-split__block:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0.75rem;
      background: radial-gradient(68.02% 48.36% at 3.58% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.0576) 50.81%, rgba(255, 255, 255, 0.0324) 80.78%, rgba(255, 255, 255, 0) 100%);
      z-index: 0;
      pointer-events: none; }
  .text-table-split__tabs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 16px);
    margin-left: -0.5rem;
    margin-bottom: 1rem;
    z-index: 10; }
  .text-table-split__tab {
    display: inline-block;
    margin: 0.5rem;
    border: none;
    border-radius: 0.5rem;
    padding: 0.625rem 1rem 0.5rem;
    background-color: transparent;
    font: 600 1.125rem/1 "Figtree", sans-serif;
    text-align: center;
    color: #888A94;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    transition: all .4s ease; }
    .text-table-split__tab:focus, .text-table-split__tab:hover {
      color: #fff; }
    .text-table-split__tab.active {
      background-color: #2656D7;
      color: #fff; }
  .text-table-split__section {
    display: none;
    width: calc(100% + 100px);
    margin-left: -3.125rem;
    padding: 0 3.125rem; }
    .text-table-split__section p {
      color: #888A94; }
    .text-table-split__section table {
      width: 100%;
      border-collapse: collapse;
      font: 400 1.125rem/1 "Figtree", sans-serif;
      color: #888A94; }
    .text-table-split__section tr:first-of-type {
      border-bottom: 0.0625rem solid #2656D7; }
      .text-table-split__section tr:first-of-type td {
        color: #2656D7; }
    .text-table-split__section td {
      padding: 1.25rem 0; }
      .text-table-split__section td:last-of-type {
        text-align: right; }
    .text-table-split__section.active {
      display: block; }
  .text-table-split__dots {
    position: relative;
    width: calc(100% + 100px);
    margin-left: -3.125rem;
    padding-bottom: 10%;
    background: url("dots.6fa80783.png") center bottom/100% auto no-repeat; }

@media screen and (max-width: 47.9375em) {
  .text-table-split .container {
    padding: 3.125rem 12.8px; }
  .text-table-split__block {
    margin-top: 1.875rem;
    padding: 2.5rem 1.875rem 0.625rem; }
  .text-table-split__section {
    width: calc(100% + 60px);
    margin-left: -1.875rem;
    padding: 0 1.875rem; }
  .text-table-split__dots {
    width: calc(100% + 60px);
    margin-left: -1.875rem; } }

/*
 * Text/Table Split B (Global)
 *
 * Template part used on various templates/views
 */
.text-table-split--b {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .text-table-split--b .container {
    padding: 3.125rem 12.8px; }
  .text-table-split--b__block {
    position: relative;
    border-radius: 0.5rem;
    padding: 3.125rem;
    background: linear-gradient(0deg, #161827, #161827);
    overflow: hidden;
    transition: all .4s ease; }
    .text-table-split--b__block:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(68.02% 48.36% at 3.58% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.0576) 50.81%, rgba(255, 255, 255, 0.0324) 80.78%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.5; }
  .text-table-split--b .grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    border: 0.25rem solid #10111D;
    border-top-width: 0.125rem;
    border-bottom-width: 0.125rem;
    background-color: #10111D; }
    .text-table-split--b .grid:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(rgba(255, 255, 255, 0.1), rgba(16, 17, 29, 0));
      opacity: 0.7; }
    .text-table-split--b .grid__tile {
      position: relative;
      border-top: 0.125rem solid #0B0B10;
      border-bottom: 0.125rem solid #0B0B10;
      padding: 1.5rem;
      z-index: 10; }
    .text-table-split--b .grid .tile-text {
      margin: 0;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5; }
      .text-table-split--b .grid .tile-text span {
        font-weight: 500;
        font-size: 0.875rem;
        color: #888A94; }
  .text-table-split--b .subtext {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .text-table-split--b .subtext hr {
      flex-grow: 1;
      width: 6.25rem;
      height: 0.0625rem;
      border: none;
      margin: auto;
      background-color: #262738; }
    .text-table-split--b .subtext span {
      position: relative;
      display: inline-block;
      padding: 0.3125rem 1.5rem;
      z-index: 10; }

@media screen and (max-width: 64em) {
  .text-table-split--b__block {
    padding: 1.875rem; }
  .text-table-split--b .grid {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 47.9375em) {
  .text-table-split--b__block {
    margin-top: 3.125rem; }
  .text-table-split--b .grid {
    grid-template-columns: repeat(3, 1fr); } }

@media screen and (max-width: 37.5rem) {
  .text-table-split--b .grid {
    grid-template-columns: repeat(2, 1fr); } }

/*
 * Multi-Column Grid (Global)
 *
 * Template part used on various templates/views
 */
.multi-column-grid {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .multi-column-grid .container {
    padding: 10.9375rem 12.8px 0;
    z-index: 50; }
  .multi-column-grid .background-image-block {
    opacity: 0.5;
    transform: translateY(-175px); }
  .multi-column-grid__intro {
    margin-bottom: 1.875rem; }
  .multi-column-grid div[class*="block-grid-"] {
    justify-content: center;
    align-items: stretch; }
  .multi-column-grid .col {
    margin-bottom: 3.75rem; }
  .multi-column-grid__column {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding-right: 1.25rem; }
    .multi-column-grid__column > div {
      flex: 0 1 100%; }
  .multi-column-grid__image {
    position: relative;
    height: 3rem;
    margin-bottom: 2rem; }
    .multi-column-grid__image img {
      display: inline-block;
      width: auto;
      height: 100%; }
  .multi-column-grid.has-dividers .multi-column-grid__column {
    border-left: 0.0625rem solid #262738;
    padding-left: 3.125rem; }

.text-split + .multi-column-grid .container {
  padding-top: 3.125rem; }

@media screen and (max-width: 64em) {
  .multi-column-grid .container {
    padding-top: 5.625rem; }
  .multi-column-grid .background-image-block {
    transform: translateY(-300px); } }

@media screen and (max-width: 47.9375em) {
  .multi-column-grid .container {
    padding-top: 3.125rem; }
  .multi-column-grid .background-image-block {
    transform: translateY(-500px); } }

/*
 * Accordions Section (Global)
 *
 * Template part used on various templates/views
 */
.accordions-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .accordions-section .container {
    padding: 3.125rem 12.8px 4.375rem; }
  .accordions-section__intro {
    margin-bottom: 1.875rem; }
  .accordions-section .accordion {
    display: block;
    margin-bottom: 0.3125rem;
    padding-right: 1.25rem; }
    .accordions-section .accordion__header {
      display: flex;
      width: 100%;
      padding: 0.625rem 0;
      -webkit-appearance: none;
      border: none;
      background-color: transparent;
      text-align: left;
      outline: none; }
      .accordions-section .accordion__header h5 {
        flex: 0 1 calc(100% - 36px);
        margin: 0;
        color: #fff;
        transition: all .4s ease; }
      .accordions-section .accordion__header i {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.625rem;
        font-size: 0.9375rem;
        color: #fff;
        transition: all .4s ease; }
      .accordions-section .accordion__header:focus h5, .accordions-section .accordion__header:focus i, .accordions-section .accordion__header:hover h5, .accordions-section .accordion__header:hover i {
        color: #2656D7; }
    .accordions-section .accordion__content {
      display: none;
      padding: 0.625rem 0 0.625rem 2.5rem; }
  .accordions-section .buttons {
    margin-top: 1.875rem; }

/*
 * Bar Graph Section (Global)
 *
 * Template part used on various templates/views
 */
.bar-graph-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .bar-graph-section .container {
    padding: 3.125rem 12.8px; }
  .bar-graph-section__graph {
    display: flex;
    width: 100%; }
  .bar-graph-section__bar {
    position: relative;
    flex: 1 1 auto;
    min-width: 7.1875rem;
    margin: 0.25rem;
    overflow: hidden;
    transition: all .4s ease;
    cursor: pointer; }
    .bar-graph-section__bar:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0.625rem;
      width: 100%;
      height: 0.5rem;
      background: radial-gradient(106.62% 100% at 50% 0%, #fff 8.71%, rgba(0, 0, 0, 0) 57.73%, rgba(0, 0, 0, 0) 100%);
      opacity: 0;
      transition: all .4s ease;
      z-index: 10; }
    .bar-graph-section__bar__border {
      width: 100%;
      height: 0.25rem;
      border-radius: 0.25rem;
      z-index: 5;
      transition: all .4s ease;
      transition-delay: 0.5s; }
    .bar-graph-section__bar__block {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 6.375rem;
      height: 2.125rem;
      opacity: 0;
      z-index: 0;
      transform: translateY(-100%);
      transition: all .4s ease;
      transition-delay: 0.5s; }
    .bar-graph-section__bar p {
      position: relative;
      display: inline-block;
      padding-top: 0.375rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #888A94;
      z-index: 5; }
    .bar-graph-section__bar .percent {
      position: absolute;
      top: 0;
      left: 0;
      width: 5rem;
      text-align: center;
      opacity: 0;
      transform: translateY(-100%);
      transition: all .4s ease 0s; }
    .bar-graph-section__bar .body-copy--small {
      padding-left: 1.25rem;
      transition: all .4s ease 0.5s; }
    .bar-graph-section__bar.active {
      min-width: 12.5rem; }
      .bar-graph-section__bar.active:before {
        opacity: 0.5; }
      .bar-graph-section__bar.active .bar-graph-section__bar__border {
        height: 1.5rem;
        transition-delay: 0s; }
      .bar-graph-section__bar.active .bar-graph-section__bar__block {
        top: 1.25rem;
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0s; }
      .bar-graph-section__bar.active p {
        color: #fff; }
      .bar-graph-section__bar.active .percent {
        top: 1.25rem;
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 0.5s; }
      .bar-graph-section__bar.active .body-copy--small {
        transform: translateX(100px);
        transition-delay: 0s; }
    .bar-graph-section__bar:focus p, .bar-graph-section__bar:hover p {
      color: #fff; }

@media screen and (max-width: 47.9375em) {
  .bar-graph-section__graph {
    flex-direction: column;
    margin-top: 1.875rem; }
  .bar-graph-section__bar {
    max-width: unset !important;
    min-width: 12.5rem;
    margin: 0.625rem 0; }
    .bar-graph-section__bar:before {
      opacity: 0.5; }
    .bar-graph-section__bar__border {
      height: 1.5rem;
      transition-delay: 0s; }
    .bar-graph-section__bar__block {
      top: 1.25rem;
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0s; }
    .bar-graph-section__bar p {
      color: #fff; }
    .bar-graph-section__bar .percent {
      top: 1.25rem;
      opacity: 1;
      transform: translateY(0%);
      transition-delay: 0.5s; }
    .bar-graph-section__bar .body-copy--small {
      transform: translateX(100px);
      transition-delay: 0s; } }

/*
 * Timeline Section (Global)
 *
 * Template part used on various templates/views
 */
.timeline-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .timeline-section .container {
    padding: 3.125rem 12.8px; }
  .timeline-section .timeline {
    position: relative; }
    .timeline-section .timeline__line {
      position: absolute;
      top: 0.9375rem;
      left: 0;
      right: 0;
      width: 0.0625rem;
      height: 100%;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.2); }
    .timeline-section .timeline__row {
      position: relative;
      display: flex; }
      .timeline-section .timeline__row:nth-of-type(odd) {
        justify-content: flex-end; }
        .timeline-section .timeline__row:nth-of-type(odd) .timeline__block {
          padding-left: 8rem; }
          .timeline-section .timeline__row:nth-of-type(odd) .timeline__block:before {
            left: -0.84375rem; }
          .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp {
            left: 0;
            padding-left: 0;
            padding-right: 8rem;
            text-align: right; }
            .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp:before {
              left: unset;
              right: -0.84375rem; }
            .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp h3:after {
              right: -3rem; }
            .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp:after {
              right: 0; }
      .timeline-section .timeline__row:nth-of-type(even) .timeline__block {
        padding-right: 8rem; }
        .timeline-section .timeline__row:nth-of-type(even) .timeline__block:before {
          right: -0.84375rem; }
        .timeline-section .timeline__row:nth-of-type(even) .timeline__block--timestamp {
          right: 0;
          padding-left: 8rem;
          padding-right: 0; }
          .timeline-section .timeline__row:nth-of-type(even) .timeline__block--timestamp:before {
            right: unset;
            left: -0.84375rem; }
          .timeline-section .timeline__row:nth-of-type(even) .timeline__block--timestamp h3:after {
            left: -3rem; }
          .timeline-section .timeline__row:nth-of-type(even) .timeline__block--timestamp:after {
            left: 0; }
      .timeline-section .timeline__row:last-of-type:after {
        content: '';
        position: absolute;
        top: 0.9375rem;
        left: 0;
        right: 0;
        width: 0.0625rem;
        height: 100%;
        margin: auto;
        background-color: #10111D; }
      .timeline-section .timeline__row.row-has-timestamp {
        margin-top: 3.125rem; }
    .timeline-section .timeline__block {
      position: relative;
      width: 50%;
      padding: 0.3125rem 0; }
      .timeline-section .timeline__block:before {
        content: '';
        position: absolute;
        top: 0.9375rem;
        width: 1.6875rem;
        height: 1.6875rem;
        background: url("point.c14f1233.svg") center/contain no-repeat;
        z-index: 50; }
      .timeline-section .timeline__block.has-timestamp:before {
        opacity: 0; }
      .timeline-section .timeline__block--timestamp {
        position: absolute;
        z-index: 100; }
        .timeline-section .timeline__block--timestamp h3 {
          position: relative;
          margin-bottom: 0.75rem;
          color: #2656D7; }
          .timeline-section .timeline__block--timestamp h3:after {
            content: '';
            position: absolute;
            top: 1.3125rem;
            width: 0.3125rem;
            height: 0.3125rem;
            border-radius: 50%;
            background-color: #2656D7; }
        .timeline-section .timeline__block--timestamp .bubble {
          display: inline-block;
          padding: 0.1875rem;
          border-radius: 0.3125rem;
          font: 600 0.75rem/1 "Figtree", sans-serif;
          letter-spacing: 0.015rem;
          text-transform: uppercase; }
        .timeline-section .timeline__block--timestamp:before {
          background-image: url("point-blue.3897f225.svg");
          z-index: 100; }
        .timeline-section .timeline__block--timestamp:after {
          content: '';
          position: absolute;
          top: 1.78125rem;
          width: 5rem;
          height: 0.0625rem;
          background-color: #2656D7; }

@media screen and (max-width: 64em) {
  .timeline-section .timeline__row:nth-of-type(odd) .timeline__block {
    padding-left: 6.25rem; }
    .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp {
      padding-right: 6.25rem; }
  .timeline-section .timeline__row:nth-of-type(even) .timeline__block {
    padding-right: 6.25rem; }
    .timeline-section .timeline__row:nth-of-type(even) .timeline__block--timestamp {
      padding-left: 6.25rem; }
  .timeline-section .timeline__block--timestamp h3:after {
    top: 1.375rem; }
  .timeline-section .timeline__block--timestamp:after {
    width: 3.25rem; } }

@media screen and (max-width: 47.9375em) {
  .timeline-section .timeline__line {
    right: auto; }
  .timeline-section .timeline__row {
    flex-wrap: wrap; }
    .timeline-section .timeline__row:nth-of-type(odd) .timeline__block {
      padding-left: 5.625rem; }
      .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp {
        left: 0;
        padding-left: 5.625rem;
        padding-right: 0;
        text-align: left; }
        .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp:before {
          right: unset;
          left: -0.84375rem; }
        .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp h3:after {
          left: -3rem;
          right: unset; }
        .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp:after {
          left: 0;
          right: unset; }
    .timeline-section .timeline__row:nth-of-type(even) .timeline__block {
      padding-right: 0;
      padding-left: 5.625rem; }
      .timeline-section .timeline__row:nth-of-type(even) .timeline__block:before {
        left: -0.84375rem;
        right: unset; }
      .timeline-section .timeline__row:nth-of-type(even) .timeline__block--timestamp {
        padding-left: 5.625rem;
        padding-right: 0; }
    .timeline-section .timeline__row:last-of-type:after {
      right: unset; }
  .timeline-section .timeline__block {
    width: 100%;
    padding: 0.9375rem 0; }
    .timeline-section .timeline__block.has-timestamp:before {
      opacity: 1; }
    .timeline-section .timeline__block--timestamp {
      position: relative; }
      .timeline-section .timeline__block--timestamp h3:after {
        top: 0.71875rem; }
      .timeline-section .timeline__block--timestamp:after {
        width: 3rem; } }

@media screen and (max-width: 31.25rem) {
  .timeline-section .timeline__row:nth-of-type(odd) .timeline__block {
    padding-left: 3.125rem; }
    .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp {
      padding-left: 3.125rem; }
      .timeline-section .timeline__row:nth-of-type(odd) .timeline__block--timestamp h3:after {
        left: -1.5rem; }
  .timeline-section .timeline__row:nth-of-type(even) .timeline__block {
    padding-left: 3.125rem; }
    .timeline-section .timeline__row:nth-of-type(even) .timeline__block--timestamp {
      padding-left: 3.125rem; }
      .timeline-section .timeline__row:nth-of-type(even) .timeline__block--timestamp h3:after {
        left: -1.5rem; }
  .timeline-section .timeline__block--timestamp:after {
    width: 1.875rem; } }

/*
 * Tabbed Tables Section (Global)
 *
 * Template part used on various templates/views
 */
.tabbed-tables-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .tabbed-tables-section:before {
    content: '';
    position: absolute;
    left: 5%;
    top: -6.25rem;
    width: 100%;
    padding-bottom: 18.75rem;
    background: radial-gradient(29.03% 86.55% at 57.06% -2.76%, #5679FF 0%, rgba(86, 121, 255, 0) 100%), radial-gradient(22.81% 91.9% at 55.2% -12.76%, #FDF4CF 0%, rgba(253, 244, 207, 0) 100%);
    opacity: 0.1;
    transform: rotate(180deg); }
  .tabbed-tables-section .container {
    padding: 3.125rem 12.8px 5rem;
    z-index: 10; }
  .tabbed-tables-section__tabs {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0 0.3125rem;
    background-color: #0B0B10; }
    .tabbed-tables-section__tabs:before, .tabbed-tables-section__tabs:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 3.625rem;
      height: 100%;
      background: url("tab-wing.eeb84de4.svg") left bottom/contain no-repeat; }
    .tabbed-tables-section__tabs:before {
      right: calc(100% - 1px);
      transform: scaleX(-1); }
    .tabbed-tables-section__tabs:after {
      left: calc(100% - 1px); }
    .tabbed-tables-section__tabs__highlight {
      position: absolute;
      bottom: -0.4375rem;
      left: 0.3125rem;
      width: 5.625rem;
      height: 0.625rem;
      background: url("highlight-tab.3c2dfde8.png") center bottom/100% auto no-repeat;
      pointer-events: none;
      transition: all .8s ease; }
  .tabbed-tables-section__tab {
    width: 5.625rem;
    padding: 1.0625rem 0.625rem;
    border: none;
    background-color: transparent;
    font: 500 0.875rem/1 "Figtree", sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-appearance: none;
    outline: none;
    opacity: 0.5;
    transition: all .4s ease; }
    .tabbed-tables-section__tab.active, .tabbed-tables-section__tab:focus, .tabbed-tables-section__tab:hover {
      opacity: 1; }
  .tabbed-tables-section__border {
    border-radius: 0.75rem;
    padding: 0.25rem;
    box-shadow: 0 0.09375rem 0.0625rem 0 rgba(255, 255, 255, 0.04);
    background-color: #0B0B10; }
  .tabbed-tables-section__block {
    position: relative;
    border-radius: 0.5rem;
    padding: 1.5625rem;
    background: linear-gradient(0deg, #161827, #161827);
    transition: all .4s ease; }
    .tabbed-tables-section__block:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(68.02% 48.36% at 3.58% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.0576) 50.81%, rgba(255, 255, 255, 0.0324) 80.78%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.5; }
  .tabbed-tables-section__panel {
    display: none;
    justify-content: space-between;
    align-items: flex-start; }
    .tabbed-tables-section__panel.active {
      display: flex; }
  .tabbed-tables-section__table {
    flex: 1 1 50%;
    max-width: 100%;
    padding: 1.5625rem; }
  .tabbed-tables-section h4 {
    margin-bottom: 2.5rem; }
  .tabbed-tables-section .addon {
    display: inline-block;
    border-radius: 0.375rem;
    margin-left: 1rem;
    padding: 0.5rem 0.75rem;
    background-color: #262738;
    font: 500 0.875rem/1 "Figtree", sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    color: #D1D2DB; }
  .tabbed-tables-section .grid-border {
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
    padding: 0.25rem 0.375rem;
    box-shadow: 0 0.09375rem 0.0625rem 0 rgba(255, 255, 255, 0.04);
    background-color: #0B0B10; }
  .tabbed-tables-section .grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-start;
    border-radius: 0.5rem;
    background-color: #10111D; }
    .tabbed-tables-section .grid:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(rgba(255, 255, 255, 0.1), rgba(16, 17, 29, 0));
      opacity: 0.7; }
    .tabbed-tables-section .grid__caption {
      position: absolute;
      bottom: calc(100% - 4px);
      right: -0.375rem;
      padding: 0.625rem;
      border-top-right-radius: 0.75rem;
      background-color: #10111D; }
      .tabbed-tables-section .grid__caption:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: calc(100% - 1px);
        width: 3.625rem;
        height: 100%;
        background: url("tab-wing.eeb84de4.svg") left bottom/contain no-repeat;
        transform: scaleX(-1); }
      .tabbed-tables-section .grid__caption .caption-text span {
        color: #46C646; }
    .tabbed-tables-section .grid__tile {
      position: relative;
      border-top: 0.125rem solid #0B0B10;
      border-bottom: 0.125rem solid #0B0B10;
      padding: 1.5rem;
      z-index: 10; }
    .tabbed-tables-section .grid .tile-text {
      margin: 0;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5; }
      .tabbed-tables-section .grid .tile-text span {
        font-weight: 500;
        font-size: 0.875rem;
        color: #888A94; }
  .tabbed-tables-section .subtext {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .tabbed-tables-section .subtext hr {
      flex-grow: 1;
      width: 6.25rem;
      height: 0.0625rem;
      border: none;
      margin: auto;
      background-color: #262738; }
    .tabbed-tables-section .subtext span {
      position: relative;
      display: inline-block;
      padding: 0.3125rem 1.5rem;
      z-index: 10; }

@media screen and (max-width: 64em) {
  .tabbed-tables-section__panel {
    flex-wrap: wrap; }
  .tabbed-tables-section__table {
    flex: 1 1 100%; } }

@media screen and (max-width: 47.9375em) {
  .tabbed-tables-section__block, .tabbed-tables-section__table {
    padding: 0.9375rem; } }

@media screen and (max-width: 37.5rem) {
  .tabbed-tables-section .grid {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 28.125rem) {
  .tabbed-tables-section__block, .tabbed-tables-section__table {
    padding: 0.3125rem; }
  .tabbed-tables-section .grid {
    grid-template-columns: repeat(1, 1fr); } }

/*
 * Hero (Blog)
 *
 * Template part used on index.php
 */
.hero--blog {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .hero--blog .container {
    padding: 12.875rem 12.8px 0; }

@media screen and (max-width: 47.9375em) {
  .hero--blog .container {
    padding-top: 8.875rem; } }

/*
 * Filters
 *
 * Template part used on the media template
 */
.blog-filters {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .blog-filters .container {
    padding: 0.9375rem 12.8px 0.3125rem; }
  .blog-filters a {
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    font: 1.125rem/1.5 "gilroy-regular";
    color: #888A94; }
    .blog-filters a.active, .blog-filters a:focus, .blog-filters a:hover {
      color: #fff; }

@media screen and (max-width: 47.9375em) {
  .blog-filters .container {
    padding: 0.3125rem 12.8px 0; } }

/*
 * Post List (Blog)
 *
 * Template part used on index.php
 */
.post-grid {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .post-grid .container {
    padding: 1.875rem 12.8px 6.25rem; }
  .post-grid div[class*="block-grid-"] {
    justify-content: center;
    width: calc(100% + 25.6px);
    margin-left: -0.8rem;
    margin-top: 1.875rem; }
  .post-grid .col {
    margin-bottom: 2rem; }

@media screen and (max-width: 47.9375em) {
  .post-grid .container {
    padding: 1.875rem 12.8px 3.125rem; } }

/**
 * The single post template.
 *
 * Used when a single post is queried.
 */
.blog-article {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .blog-article .container {
    padding: 12.875rem 12.8px 6.25rem; }
  .blog-article .row + .row {
    margin-top: 4rem; }
  .blog-article__featured {
    display: block;
    border-radius: 0.5rem; }
  .blog-article img {
    display: inline-block;
    border-radius: 0.5rem; }
  .blog-article .article-meta + p {
    color: #fff; }
    .blog-article .article-meta + p a {
      color: inherit; }
      .blog-article .article-meta + p a:focus, .blog-article .article-meta + p a:hover {
        color: #2656D7; }

@media screen and (max-width: 64em) {
  .blog-article__featured {
    margin-bottom: 1.875rem; } }

@media screen and (max-width: 47.9375em) {
  .blog-article .container {
    padding: 8.875rem 12.8px 3.125rem; }
  .blog-article .row + .row {
    margin-top: 1rem; }
  .blog-article__meta-info {
    order: -1;
    margin-bottom: 1.875rem; } }

/**
 * Search Results
 */
.search-results-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .search-results-section .container {
    padding: 11rem 12.8px 3.125rem; }
  .search-results-section h1 {
    font-size: 2.25rem; }
  .search-results-section div[class*="block-grid-"] {
    width: calc(100% + 60px);
    margin-left: -1.875rem;
    margin-top: 1.25rem; }
  .search-results-section__result {
    padding: 2.5rem 1.875rem 3.125rem; }
  .search-results-section h4 {
    margin-bottom: 0.3125rem; }
    .search-results-section h4 a {
      color: inherit;
      text-decoration: none; }
      .search-results-section h4 a:focus, .search-results-section h4 a:hover {
        color: #2656D7; }
  .search-results-section .post-type {
    font-size: 1rem;
    color: #888A94;
    text-transform: capitalize; }
  .search-results-section a[class*="button--"] {
    margin: 0; }

@media screen and (max-width: 64em) {
  .search-results-section__form {
    order: -1;
    margin-bottom: 1.875rem; } }

@media screen and (max-width: 47.9375em) {
  .search-results-section .container {
    padding: 7.625rem 12.8px 1.875rem; }
  .search-results-section div[class*="block-grid-"] {
    width: 100%;
    margin-left: 0; }
  .search-results-section .col + .col .search-results-section__result {
    border-top: 0.0625rem solid #888A94; }
  .search-results-section__result {
    padding: 1.25rem 0 1.875rem; } }

/*----------------------------------------------------------------------------
  Woocommerce Overrides
----------------------------------------------------------------------------*/
nav.woocommerce-MyAccount-navigation {
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  border-radius: 0.625rem; }
  nav.woocommerce-MyAccount-navigation ul {
    flex-wrap: wrap; }
  nav.woocommerce-MyAccount-navigation li {
    flex: 0 1 100%; }

.woocommerce-Button,
.woocommerce .button {
  border-radius: 6.25rem !important;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.53) !important;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  transition: all .4s ease; }
  .woocommerce-Button:focus, .woocommerce-Button:hover,
  .woocommerce .button:focus,
  .woocommerce .button:hover {
    color: #fff !important;
    box-shadow: 0 0rem 0.375rem rgba(0, 0, 0, 0.33) !important; }
  @media screen and (max-width: 47.9375em) {
    .woocommerce-Button,
    .woocommerce .button {
      font-size: 1rem; } }

.woocommerce .quantity + .button {
  margin-left: 0.625rem; }

.woocommerce-cart-form .coupon {
  display: flex;
  width: 70%; }
  .woocommerce-cart-form .coupon input[type="text"] {
    width: auto !important;
    margin-right: 0.9375rem;
    border: none !important; }

.woocommerce form.checkout #order_review_heading {
  margin-top: 1.875rem; }

.woocommerce-product-gallery__image {
  pointer-events: none; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
img.zoomImg {
  display: none !important; }

.woocommerce-result-count {
  display: none; }

/*----------------------------------------------------------------------------
  Learndash Overrides
----------------------------------------------------------------------------*/


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