@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;900&display=swap);
@charset "UTF-8";
/*================ Utilities ================*/
/*================ Font Variables ================*/
/*================ Type Variables ================*/
/*================ Type Line Height Variables ================*/
/*================ Font Weight Variables ================*/
/*================ Colour Variables ================*/
/*================ Media Query Type Variables ================*/
/*================ Grid Variables – http://gridcalculator.dk/ ================*/
/*================ Global Input Variables ================*/
/*================ Spacing Variables ================*/
/*================ Mixins ================*/
/*================ Media Queries (min and max) ================*/
/*================ Base ================*/
/*================ Resets ================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a:active, a:hover {
    outline: 0; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

@-ms-viewport {
  width: device-width; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 16px; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*================ Global ================*/
html {
  font-family: "Red Hat Display", sans-serif;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #ffffff;
  background-color: #000000;
  margin: 0; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

/*================ Global Typography ================*/
h1,
h2,
h3,
h4,
h5,
h6,
.h-1,
.h-2,
.h-3,
.h-4,
.h-5,
.h-6 {
  font-family: "Red Hat Display", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

h1,
.h-1 {
  font-size: 4em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 4px; }
  @media only screen and (max-width: 767px) {
    h1,
    .h-1 {
      font-size: 1.5em; } }

h2,
.h-2 {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    h2,
    .h-2 {
      font-size: 1.5em; } }

h3,
.h-3 {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    h3,
    .h-3 {
      font-size: 1.25em; } }

h4,
.h-4 {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    h4,
    .h-4 {
      font-size: 1.25em; } }

h5,
.h-5 {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    h5,
    .h-5 {
      font-size: 1.25em; } }

h6,
.h-6 {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    h6,
    .h-6 {
      font-size: 1.25em; } }

p {
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 1em; } }

.p-xl {
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    .p-xl {
      font-size: 1em; } }

.subtitle {
  display: block;
  color: inherit;
  line-height: 1.3;
  font-size: 1.25em;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .subtitle {
      font-size: 1.25em;
      margin-bottom: 40px; } }

em {
  font-style: normal;
  font-size: small; }

/*================ RTE ================*/
/*================ Lists ================*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul li,
  ol li {
    line-height: 1.3; }

/*================ Blockquote Styles ================*/
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #000000; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }

/*================ Components ================*/
/*================ Grid ================*/
.container,
.container-slim,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media only screen and (max-width: 767px) {
    .container,
    .container-slim,
    .container-fluid {
      padding-left: 10px;
      padding-right: 10px; } }
  .container::before, .container::after,
  .container-slim::before,
  .container-slim::after,
  .container-fluid::before,
  .container-fluid::after {
    display: table;
    content: ' ';
    clear: both; }

.container {
  max-width: 1280px; }

.container-slim {
  max-width: 1130px; }

.container-fluid {
  max-width: 100%; }

.container-offset--l {
  overflow: hidden;
  margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .container-offset--l {
      margin-right: 40px; } }
  @media only screen and (min-width: 1201px) {
    .container-offset--l {
      margin-right: calc(50% - 590px); } }

.container-offset--r {
  overflow: hidden;
  margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .container-offset--r {
      margin-left: 40px; } }
  @media only screen and (min-width: 1201px) {
    .container-offset--r {
      margin-left: calc(50% - 590px); } }

.row {
  margin-right: -10px;
  margin-left: -10px;
  /* Align items central in row */ }
  .row::before, .row::after {
    display: table;
    content: ' ';
    clear: both; }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: 0;
      margin-right: 0; } }
  .row.align-items-center {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .row.align-items-center {
        display: block; } }

.grid-xs-1,
.grid-sm-1,
.grid-md-1,
.grid-lg-1,
.grid-xs-2,
.grid-sm-2,
.grid-md-2,
.grid-lg-2,
.grid-xs-3,
.grid-sm-3,
.grid-md-3,
.grid-lg-3,
.grid-xs-4,
.grid-sm-4,
.grid-md-4,
.grid-lg-4,
.grid-xs-5,
.grid-sm-5,
.grid-md-5,
.grid-lg-5,
.grid-xs-6,
.grid-sm-6,
.grid-md-6,
.grid-lg-6,
.grid-xs-7,
.grid-sm-7,
.grid-md-7,
.grid-lg-7,
.grid-xs-8,
.grid-sm-8,
.grid-md-8,
.grid-lg-8,
.grid-xs-9,
.grid-sm-9,
.grid-md-9,
.grid-lg-9,
.grid-xs-10,
.grid-sm-10,
.grid-md-10,
.grid-lg-10,
.grid-xs-11,
.grid-sm-11,
.grid-md-11,
.grid-lg-11,
.grid-xs-12,
.grid-sm-12,
.grid-md-12,
.grid-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.grid-xs-1,
.grid-xs-2,
.grid-xs-3,
.grid-xs-4,
.grid-xs-5,
.grid-xs-6,
.grid-xs-7,
.grid-xs-8,
.grid-xs-9,
.grid-xs-10,
.grid-xs-11,
.grid-xs-12 {
  float: left; }

.grid-xs-12 {
  width: 100%; }

.grid-xs-11 {
  width: 91.66666667%; }

.grid-xs-10 {
  width: 83.33333333%; }

.grid-xs-9 {
  width: 75%; }

.grid-xs-8 {
  width: 66.66666667%; }

.grid-xs-7 {
  width: 58.33333333%; }

.grid-xs-6 {
  width: 50%; }

.grid-xs-5 {
  width: 41.66666667%; }

.grid-xs-4 {
  width: 33.33333333%; }

.grid-xs-3 {
  width: 25%; }

.grid-xs-2 {
  width: 16.66666667%; }

.grid-xs-1 {
  width: 8.33333333%; }

.grid-xs-pull-12 {
  right: 100%; }

.grid-xs-pull-11 {
  right: 91.66666667%; }

.grid-xs-pull-10 {
  right: 83.33333333%; }

.grid-xs-pull-9 {
  right: 75%; }

.grid-xs-pull-8 {
  right: 66.66666667%; }

.grid-xs-pull-7 {
  right: 58.33333333%; }

.grid-xs-pull-6 {
  right: 50%; }

.grid-xs-pull-5 {
  right: 41.66666667%; }

.grid-xs-pull-4 {
  right: 33.33333333%; }

.grid-xs-pull-3 {
  right: 25%; }

.grid-xs-pull-2 {
  right: 16.66666667%; }

.grid-xs-pull-1 {
  right: 8.33333333%; }

.grid-xs-pull-0 {
  right: auto; }

.grid-xs-push-12 {
  left: 100%; }

.grid-xs-push-11 {
  left: 91.66666667%; }

.grid-xs-push-10 {
  left: 83.33333333%; }

.grid-xs-push-9 {
  left: 75%; }

.grid-xs-push-8 {
  left: 66.66666667%; }

.grid-xs-push-7 {
  left: 58.33333333%; }

.grid-xs-push-6 {
  left: 50%; }

.grid-xs-push-5 {
  left: 41.66666667%; }

.grid-xs-push-4 {
  left: 33.33333333%; }

.grid-xs-push-3 {
  left: 25%; }

.grid-xs-push-2 {
  left: 16.66666667%; }

.grid-xs-push-1 {
  left: 8.33333333%; }

.grid-xs-push-0 {
  left: auto; }

.grid-xs-offset-12 {
  margin-left: 100%; }

.grid-xs-offset-11 {
  margin-left: 91.66666667%; }

.grid-xs-offset-10 {
  margin-left: 83.33333333%; }

.grid-xs-offset-9 {
  margin-left: 75%; }

.grid-xs-offset-8 {
  margin-left: 66.66666667%; }

.grid-xs-offset-7 {
  margin-left: 58.33333333%; }

.grid-xs-offset-6 {
  margin-left: 50%; }

.grid-xs-offset-5 {
  margin-left: 41.66666667%; }

.grid-xs-offset-4 {
  margin-left: 33.33333333%; }

.grid-xs-offset-3 {
  margin-left: 25%; }

.grid-xs-offset-2 {
  margin-left: 16.66666667%; }

.grid-xs-offset-1 {
  margin-left: 8.33333333%; }

.grid-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .grid-sm-1,
  .grid-sm-2,
  .grid-sm-3,
  .grid-sm-4,
  .grid-sm-5,
  .grid-sm-6,
  .grid-sm-7,
  .grid-sm-8,
  .grid-sm-9,
  .grid-sm-10,
  .grid-sm-11,
  .grid-sm-12 {
    float: left; }
  .grid-sm-12 {
    width: 100%; }
  .grid-sm-11 {
    width: 91.66666667%; }
  .grid-sm-10 {
    width: 83.33333333%; }
  .grid-sm-9 {
    width: 75%; }
  .grid-sm-8 {
    width: 66.66666667%; }
  .grid-sm-7 {
    width: 58.33333333%; }
  .grid-sm-6 {
    width: 50%; }
  .grid-sm-5 {
    width: 41.66666667%; }
  .grid-sm-4 {
    width: 33.33333333%; }
  .grid-sm-3 {
    width: 25%; }
  .grid-sm-2 {
    width: 16.66666667%; }
  .grid-sm-1 {
    width: 8.33333333%; }
  .grid-sm-pull-12 {
    right: 100%; }
  .grid-sm-pull-11 {
    right: 91.66666667%; }
  .grid-sm-pull-10 {
    right: 83.33333333%; }
  .grid-sm-pull-9 {
    right: 75%; }
  .grid-sm-pull-8 {
    right: 66.66666667%; }
  .grid-sm-pull-7 {
    right: 58.33333333%; }
  .grid-sm-pull-6 {
    right: 50%; }
  .grid-sm-pull-5 {
    right: 41.66666667%; }
  .grid-sm-pull-4 {
    right: 33.33333333%; }
  .grid-sm-pull-3 {
    right: 25%; }
  .grid-sm-pull-2 {
    right: 16.66666667%; }
  .grid-sm-pull-1 {
    right: 8.33333333%; }
  .grid-sm-pull-0 {
    right: auto; }
  .grid-sm-push-12 {
    left: 100%; }
  .grid-sm-push-11 {
    left: 91.66666667%; }
  .grid-sm-push-10 {
    left: 83.33333333%; }
  .grid-sm-push-9 {
    left: 75%; }
  .grid-sm-push-8 {
    left: 66.66666667%; }
  .grid-sm-push-7 {
    left: 58.33333333%; }
  .grid-sm-push-6 {
    left: 50%; }
  .grid-sm-push-5 {
    left: 41.66666667%; }
  .grid-sm-push-4 {
    left: 33.33333333%; }
  .grid-sm-push-3 {
    left: 25%; }
  .grid-sm-push-2 {
    left: 16.66666667%; }
  .grid-sm-push-1 {
    left: 8.33333333%; }
  .grid-sm-push-0 {
    left: auto; }
  .grid-sm-offset-12 {
    margin-left: 100%; }
  .grid-sm-offset-11 {
    margin-left: 91.66666667%; }
  .grid-sm-offset-10 {
    margin-left: 83.33333333%; }
  .grid-sm-offset-9 {
    margin-left: 75%; }
  .grid-sm-offset-8 {
    margin-left: 66.66666667%; }
  .grid-sm-offset-7 {
    margin-left: 58.33333333%; }
  .grid-sm-offset-6 {
    margin-left: 50%; }
  .grid-sm-offset-5 {
    margin-left: 41.66666667%; }
  .grid-sm-offset-4 {
    margin-left: 33.33333333%; }
  .grid-sm-offset-3 {
    margin-left: 25%; }
  .grid-sm-offset-2 {
    margin-left: 16.66666667%; }
  .grid-sm-offset-1 {
    margin-left: 8.33333333%; }
  .grid-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 1080px) {
  .grid-md-1,
  .grid-md-2,
  .grid-md-3,
  .grid-md-4,
  .grid-md-5,
  .grid-md-6,
  .grid-md-7,
  .grid-md-8,
  .grid-md-9,
  .grid-md-10,
  .grid-md-11,
  .grid-md-12 {
    float: left; }
  .grid-md-12 {
    width: 100%; }
  .grid-md-11 {
    width: 91.66666667%; }
  .grid-md-10 {
    width: 83.33333333%; }
  .grid-md-9 {
    width: 75%; }
  .grid-md-8 {
    width: 66.66666667%; }
  .grid-md-7 {
    width: 58.33333333%; }
  .grid-md-6 {
    width: 50%; }
  .grid-md-5 {
    width: 41.66666667%; }
  .grid-md-4 {
    width: 33.33333333%; }
  .grid-md-3 {
    width: 25%; }
  .grid-md-2 {
    width: 16.66666667%; }
  .grid-md-1 {
    width: 8.33333333%; }
  .grid-md-pull-12 {
    right: 100%; }
  .grid-md-pull-11 {
    right: 91.66666667%; }
  .grid-md-pull-10 {
    right: 83.33333333%; }
  .grid-md-pull-9 {
    right: 75%; }
  .grid-md-pull-8 {
    right: 66.66666667%; }
  .grid-md-pull-7 {
    right: 58.33333333%; }
  .grid-md-pull-6 {
    right: 50%; }
  .grid-md-pull-5 {
    right: 41.66666667%; }
  .grid-md-pull-4 {
    right: 33.33333333%; }
  .grid-md-pull-3 {
    right: 25%; }
  .grid-md-pull-2 {
    right: 16.66666667%; }
  .grid-md-pull-1 {
    right: 8.33333333%; }
  .grid-md-pull-0 {
    right: auto; }
  .grid-md-push-12 {
    left: 100%; }
  .grid-md-push-11 {
    left: 91.66666667%; }
  .grid-md-push-10 {
    left: 83.33333333%; }
  .grid-md-push-9 {
    left: 75%; }
  .grid-md-push-8 {
    left: 66.66666667%; }
  .grid-md-push-7 {
    left: 58.33333333%; }
  .grid-md-push-6 {
    left: 50%; }
  .grid-md-push-5 {
    left: 41.66666667%; }
  .grid-md-push-4 {
    left: 33.33333333%; }
  .grid-md-push-3 {
    left: 25%; }
  .grid-md-push-2 {
    left: 16.66666667%; }
  .grid-md-push-1 {
    left: 8.33333333%; }
  .grid-md-push-0 {
    left: auto; }
  .grid-md-offset-12 {
    margin-left: 100%; }
  .grid-md-offset-11 {
    margin-left: 91.66666667%; }
  .grid-md-offset-10 {
    margin-left: 83.33333333%; }
  .grid-md-offset-9 {
    margin-left: 75%; }
  .grid-md-offset-8 {
    margin-left: 66.66666667%; }
  .grid-md-offset-7 {
    margin-left: 58.33333333%; }
  .grid-md-offset-6 {
    margin-left: 50%; }
  .grid-md-offset-5 {
    margin-left: 41.66666667%; }
  .grid-md-offset-4 {
    margin-left: 33.33333333%; }
  .grid-md-offset-3 {
    margin-left: 25%; }
  .grid-md-offset-2 {
    margin-left: 16.66666667%; }
  .grid-md-offset-1 {
    margin-left: 8.33333333%; }
  .grid-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1280px) {
  .grid-lg-1,
  .grid-lg-2,
  .grid-lg-3,
  .grid-lg-4,
  .grid-lg-5,
  .grid-lg-6,
  .grid-lg-7,
  .grid-lg-8,
  .grid-lg-9,
  .grid-lg-10,
  .grid-lg-11,
  .grid-lg-12 {
    float: left; }
  .grid-lg-12 {
    width: 100%; }
  .grid-lg-11 {
    width: 91.66666667%; }
  .grid-lg-10 {
    width: 83.33333333%; }
  .grid-lg-9 {
    width: 75%; }
  .grid-lg-8 {
    width: 66.66666667%; }
  .grid-lg-7 {
    width: 58.33333333%; }
  .grid-lg-6 {
    width: 50%; }
  .grid-lg-5 {
    width: 41.66666667%; }
  .grid-lg-4 {
    width: 33.33333333%; }
  .grid-lg-3 {
    width: 25%; }
  .grid-lg-2 {
    width: 16.66666667%; }
  .grid-lg-1 {
    width: 8.33333333%; }
  .grid-lg-pull-12 {
    right: 100%; }
  .grid-lg-pull-11 {
    right: 91.66666667%; }
  .grid-lg-pull-10 {
    right: 83.33333333%; }
  .grid-lg-pull-9 {
    right: 75%; }
  .grid-lg-pull-8 {
    right: 66.66666667%; }
  .grid-lg-pull-7 {
    right: 58.33333333%; }
  .grid-lg-pull-6 {
    right: 50%; }
  .grid-lg-pull-5 {
    right: 41.66666667%; }
  .grid-lg-pull-4 {
    right: 33.33333333%; }
  .grid-lg-pull-3 {
    right: 25%; }
  .grid-lg-pull-2 {
    right: 16.66666667%; }
  .grid-lg-pull-1 {
    right: 8.33333333%; }
  .grid-lg-pull-0 {
    right: auto; }
  .grid-lg-push-12 {
    left: 100%; }
  .grid-lg-push-11 {
    left: 91.66666667%; }
  .grid-lg-push-10 {
    left: 83.33333333%; }
  .grid-lg-push-9 {
    left: 75%; }
  .grid-lg-push-8 {
    left: 66.66666667%; }
  .grid-lg-push-7 {
    left: 58.33333333%; }
  .grid-lg-push-6 {
    left: 50%; }
  .grid-lg-push-5 {
    left: 41.66666667%; }
  .grid-lg-push-4 {
    left: 33.33333333%; }
  .grid-lg-push-3 {
    left: 25%; }
  .grid-lg-push-2 {
    left: 16.66666667%; }
  .grid-lg-push-1 {
    left: 8.33333333%; }
  .grid-lg-push-0 {
    left: auto; }
  .grid-lg-offset-12 {
    margin-left: 100%; }
  .grid-lg-offset-11 {
    margin-left: 91.66666667%; }
  .grid-lg-offset-10 {
    margin-left: 83.33333333%; }
  .grid-lg-offset-9 {
    margin-left: 75%; }
  .grid-lg-offset-8 {
    margin-left: 66.66666667%; }
  .grid-lg-offset-7 {
    margin-left: 58.33333333%; }
  .grid-lg-offset-6 {
    margin-left: 50%; }
  .grid-lg-offset-5 {
    margin-left: 41.66666667%; }
  .grid-lg-offset-4 {
    margin-left: 33.33333333%; }
  .grid-lg-offset-3 {
    margin-left: 25%; }
  .grid-lg-offset-2 {
    margin-left: 16.66666667%; }
  .grid-lg-offset-1 {
    margin-left: 8.33333333%; }
  .grid-lg-offset-0 {
    margin-left: 0; } }

.site-header {
  position: fixed;
  z-index: 999;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000; }
  .site-header__logo {
    display: flex;
    width: 22%; }
    .site-header__logo img {
      max-width: 200px;
      width: 100%;
      height: auto; }
      .site-header__logo img.dark {
        display: block; }
      .site-header__logo img.light {
        display: none; }
  .site-header__nav {
    display: flex;
    justify-content: flex-end;
    width: 90%; }
    .site-header__nav ul {
      display: flex;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 1150px) {
        .site-header__nav ul {
          display: none; } }
      .site-header__nav ul li {
        list-style-type: none;
        line-height: 40px; }
        .site-header__nav ul li.btn {
          min-width: 0;
          line-height: 36px;
          height: 40px;
          padding-top: 0;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 0;
          margin-left: 20px;
          background-color: transparent; }
          .site-header__nav ul li.btn:hover {
            transform: scale(1);
            background-color: #ffffff;
            border-color: #ffffff; }
            .site-header__nav ul li.btn:hover a {
              color: #000000; }
          .site-header__nav ul li.btn a {
            font-size: 12px; }
            .site-header__nav ul li.btn a::after {
              display: none; }
        .site-header__nav ul li a {
          position: relative;
          font-size: 0.75em;
          line-height: 1;
          text-transform: uppercase;
          color: #ffffff;
          margin: 0 20px; }
          .site-header__nav ul li a::after {
            position: absolute;
            z-index: -1;
            content: "";
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #ffffff;
            transform-origin: 50% 50%;
            transform: scaleX(0);
            transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
            backface-visibility: hidden;
            will-change: transform; }
          .site-header__nav ul li a:hover, .site-header__nav ul li a:focus {
            color: #ffffff;
            text-decoration: none;
            outline: 0; }
            .site-header__nav ul li a:hover::after, .site-header__nav ul li a:focus::after {
              transform-origin: 50% 50%;
              transform: scaleX(1); }
        .site-header__nav ul li.current-menu-item a::after {
          transform: scaleX(1); }

.hamburger {
  position: relative;
  display: inline-block;
  min-width: auto;
  width: 40px;
  margin-right: 40px;
  top: -5px;
  background-color: transparent;
  border: 0;
  outline: 0; }
  @media only screen and (min-width: 1151px) {
    .hamburger {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .hamburger {
      margin-right: 0; } }
  .hamburger:hover {
    background-color: transparent; }
  .hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    width: auto;
    background-color: #ffffff;
    -webkit-transition: background 0.1s ease;
    -moz-transition: background 0.1s ease;
    -ms-transition: background 0.1s ease;
    transition: background 0.1s ease; }
    .hamburger span::before, .hamburger span::after {
      position: absolute;
      content: '';
      display: block;
      height: 2px;
      width: 100%;
      background-color: #ffffff;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .hamburger span::before {
      top: -8px; }
    .hamburger span::after {
      bottom: -8px; }
  .hamburger.is-active span {
    background-color: transparent; }
    .hamburger.is-active span::before {
      top: 0;
      transform: rotate(33deg); }
    .hamburger.is-active span::after {
      top: 0;
      transform: rotate(-33deg); }

.nav-overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden; }
  .nav-overlay .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .nav-overlay .inner ul {
      max-width: 650px;
      width: 100%;
      padding: 0;
      margin: 0 auto;
      text-align: center; }
      .nav-overlay .inner ul li {
        list-style-type: none;
        padding: 8px 20px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease; }
        .nav-overlay .inner ul li a {
          display: inline-block;
          font-size: 1.25em;
          line-height: 1;
          font-weight: 600;
          color: #ffffff;
          cursor: pointer;
          text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            .nav-overlay .inner ul li a {
              font-size: 1em; } }
          .nav-overlay .inner ul li a:hover {
            color: #919396; }
        .nav-overlay .inner ul li.menu-item-has-children a {
          position: relative; }
          .nav-overlay .inner ul li.menu-item-has-children a:after {
            position: relative;
            content: '\203A';
            right: 0;
            padding-left: 15px; }
        .nav-overlay .inner ul li.menu-item-has-children.is-active ul {
          opacity: 1;
          visibility: visible;
          height: auto; }
        .nav-overlay .inner ul li.menu-item-has-children ul {
          opacity: 0;
          visibility: hidden;
          height: 0;
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          transition: all 300ms ease; }
        .nav-overlay .inner ul li.current-menu-item a {
          color: #919396; }
    .nav-overlay .inner .social {
      display: block;
      margin-top: 30px; }
      @media only screen and (max-width: 767px) {
        .nav-overlay .inner .social {
          position: absolute; } }
      .nav-overlay .inner .social li {
        display: inline-block; }
        .nav-overlay .inner .social li:hover {
          background-color: transparent; }
        .nav-overlay .inner .social li .facebook,
        .nav-overlay .inner .social li .twitter,
        .nav-overlay .inner .social li .instagram {
          margin: 0; }
    .nav-overlay .inner .btn {
      background-color: transparent;
      margin: 20px 0;
      padding-top: 10px;
      padding-bottom: 10px; }
  .nav-overlay.is-active {
    opacity: 1;
    visibility: visible; }

footer {
  width: 100%;
  padding-top: 75px;
  background-color: #000000; }
  @media only screen and (max-width: 767px) {
    footer {
      text-align: center;
      padding-left: 20px;
      padding-right: 20px; } }
  footer span {
    color: #919396; }
  footer .social {
    display: inline-block;
    width: 100%; }
    footer .social li {
      padding: 0 10px; }
      @media only screen and (max-width: 992px) {
        footer .social li .facebook,
        footer .social li .instagram {
          margin: 0 10px; } }
    @media only screen and (max-width: 767px) {
      footer .social {
        float: none;
        width: 100%; } }
  footer .address {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px; }

.footer-nav {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px; }
  .footer-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .footer-nav ul {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .footer-nav ul li {
      display: inline-block;
      list-style-type: none; }
      @media only screen and (max-width: 767px) {
        .footer-nav ul li {
          text-align: center;
          display: block;
          float: none;
          padding: 5px 0; } }
      .footer-nav ul li a {
        color: #ffffff;
        font-size: 1em;
        line-height: 1;
        padding: 0 20px;
        display: block;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          .footer-nav ul li a {
            font-size: 1em; } }
        .footer-nav ul li a:hover {
          color: #919396; }
      .footer-nav ul li span {
        color: #ffffff;
        font-size: 1em;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .footer-nav ul li span {
            font-size: 1em; } }
  .footer-nav .social-text li {
    display: block;
    float: none; }

.socket {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #ffffff; }
  .socket a,
  .socket .copyright {
    color: #ffffff;
    font-size: 0.75em; }
  .socket ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%; }
    .socket ul li {
      float: left;
      list-style-type: none; }
      .socket ul li a {
        padding-right: 10px;
        text-transform: uppercase; }
  .socket .copyright {
    float: left; }
  .socket .lm {
    float: right;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .socket .lm {
        text-align: center;
        display: block;
        float: none; } }
    .socket .lm a {
      display: inline-block; }
      .socket .lm a:hover span {
        color: #919396; }
      .socket .lm a:hover svg path,
      .socket .lm a:hover svg polygon {
        fill: #919396; }
      .socket .lm a span {
        display: inline-block;
        font-size: inherit;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease; }
    .socket .lm .mono {
      height: 14px;
      float: right;
      padding-left: 6px; }
      .socket .lm .mono svg path,
      .socket .lm .mono svg polygon {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease; }

/*================ Global Button Styles ================*/
.btn,
button {
  display: inline-block;
  min-width: 180px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  border: 1px solid #ffffff;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  transform: scale(1); }
  @media only screen and (max-width: 767px) {
    .btn,
    button {
      padding-top: 6px;
      padding-bottom: 6px; } }
  .btn:hover,
  button:hover {
    color: #000000;
    text-decoration: none;
    transform: scale(1.05);
    -webkit-box-shadow: 10px 10px 37px -11px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 37px -11px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 37px -11px rgba(0, 0, 0, 0.3); }

.btn-white {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff; }
  .btn-white:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000; }

.btn-dark {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000; }
  .btn-dark:hover {
    color: #ffffff; }

.btn-outline {
  border-color: #ffffff;
  background-color: transparent; }

.center {
  display: block;
  text-align: center;
  margin: 0 auto; }

/*================ Input ================*/
[type='text'],
[type='email'],
[type='tel'],
[type='search'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='number'],
[type='password'],
[type='week'],
[type='url'],
[type='time'] {
  border: 1px solid #000000;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  width: 100%;
  margin: 0;
  text-transform: uppercase; }

[type='submit'] {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 50px;
  text-align: center;
  font-size: 1em;
  color: #000000;
  padding: 8px 22px;
  background-color: #ffffff;
  text-transform: uppercase; }

/*================ Textarea ================*/
textarea {
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin: 0; }

/*================ Checkbox ================*/
[type="checkbox"] {
  display: none; }

.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer; }

.wpcf7-list-item-label {
  padding-left: 30px; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0px;
  border: 1px solid #ffffff; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: '\2713';
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 3px;
  visibility: hidden;
  font-size: 12px; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible; }

/*================ Select ================*/
select {
  display: block; }

/*================ Label ================*/
label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal; }

/*================ Placeholder ================*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000; }

.wpcf7-not-valid {
  border-color: #f00; }

span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 8px; }

.wpcf7-form-control-wrap.first-name, .wpcf7-form-control-wrap.surname-name {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.wpcf7-form-control-wrap.first-name {
  padding-right: 5px; }

.wpcf7-form-control-wrap.surname-name {
  padding-left: 5px; }

/*================ Global Links ================*/
a {
  color: #919396;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease; }
  a:hover, a:focus {
    color: #77797d;
    text-decoration: none; }

/*================ Table Styles ================*/
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
  color: #ffffff; }

th {
  text-align: left;
  background: #f2f2f2; }

th,
td {
  padding: 4px 7px;
  border: 1px solid #e1e1e1; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

/*================ Error Message ================*/
.error-msg {
  padding-top: 45px;
  padding-bottom: 45px; }

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  background-color: #000000; }
  .hero.no-img {
    height: 100vh; }
  .hero .hero--inner {
    position: absolute;
    z-index: 1;
    top: calc(50% + 88px);
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    max-width: 820px;
    width: 100%;
    text-align: center;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .hero .hero--inner {
        top: 50%;
        left: 0;
        right: 0;
        max-width: none;
        padding: 0 20px; } }
    .hero .hero--inner h1 {
      color: inherit;
      margin-bottom: 10px;
      opacity: 0; }
      .hero .hero--inner h1 span {
        display: block; }
    .hero .hero--inner .subtitle {
      display: block;
      color: inherit;
      opacity: 0;
      line-height: 1.3;
      font-size: 1.25em;
      text-transform: uppercase;
      margin-bottom: 80px; }
      @media only screen and (max-width: 767px) {
        .hero .hero--inner .subtitle {
          font-size: 1.25em;
          margin-bottom: 40px; } }
    .hero .hero--inner .address {
      text-transform: uppercase;
      display: block;
      margin-bottom: 50px;
      font-size: 1.25em;
      opacity: 0; }
    .hero .hero--inner .hero--link {
      opacity: 0; }
    .hero .hero--inner.with-logo {
      top: calc(50% + 50px);
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
      .hero .hero--inner.with-logo .hero--logo {
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
        opacity: 0; }
        .hero .hero--inner.with-logo .hero--logo img {
          width: 100%; }
    .hero .hero--inner__arrow {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -70px;
      margin: auto;
      opacity: 0; }
      .hero .hero--inner__arrow a {
        display: block;
        background-image: url("/wp-content/themes/cpase/src/assets/icons/chev-down.svg");
        background-repeat: no-repeat;
        width: 50px;
        height: 25px;
        margin: 0 auto; }
  .hero .hero--img {
    position: absolute;
    height: 100%;
    width: 100%; }
    .hero .hero--img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .hero .hero--video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .hero .hero--video video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.action {
  color: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000; }
  .action .action--form {
    max-width: 650px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto; }
    .action .action--form h2 {
      color: inherit;
      text-align: center;
      font-size: 1.25em;
      margin-bottom: 10px; }
    .action .action--form .subtitle {
      display: block;
      color: inherit;
      text-align: center;
      margin-bottom: 40px;
      text-transform: uppercase;
      color: #919396;
      font-size: 1.25em; }
    .action .action--form input[type="submit"] {
      display: block;
      text-align: center;
      margin: 0 auto;
      margin-top: 10px;
      padding: 8px 22px;
      border: 0;
      background-color: #ffffff;
      min-width: 170px;
      transform: scale(1); }
      .action .action--form input[type="submit"]:hover {
        color: #000000;
        transform: scale(1.05); }
      .action .action--form input[type="submit"]:focus {
        outline: 0;
        border: 0; }
    .action .action--form p {
      text-align: center; }

#instagram {
  display: inline-block;
  overflow: auto;
  width: 100%;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    #instagram {
      overflow: auto;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      margin: -12px 0; } }
  #instagram li {
    position: relative;
    width: 11.11111111%;
    padding-bottom: 11.11111111%;
    float: left;
    list-style-type: none;
    border: 0; }
    @media only screen and (max-width: 767px) {
      #instagram li {
        width: 33.33333333%;
        padding-bottom: 33.33333333%;
        display: inline-block;
        float: none; } }
    #instagram li img {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }

.instagram-feed .container a {
  font-size: 1.25em;
  color: #ffffff;
  margin: 0;
  text-align: left;
  display: block;
  float: right;
  padding: 15px 0; }
  .instagram-feed .container a:hover {
    color: #919396; }
  @media only screen and (max-width: 767px) {
    .instagram-feed .container a {
      display: none; } }

#map {
  width: 100%;
  height: 720px;
  background-color: #f1f1f1; }

.marker {
  background-image: url("/wp-content/themes/cpase/src/assets/logo/favicon.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.social {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  text-align: center; }
  .social li {
    list-style-type: none;
    display: inline-block; }
    .social li .facebook {
      background-image: url("/wp-content/themes/cpase/src/assets/icons/facebook-white.png");
      background-size: contain;
      width: 40px;
      height: 40px;
      margin: 5px 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      transition: all 300ms ease;
      background-color: #000000;
      border-radius: 100%;
      overflow: hidden;
      -webkit-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27); }
      .social li .facebook:hover {
        transform: scale(1.1); }
      @media only screen and (max-width: 767px) {
        .social li .facebook {
          width: 25px;
          height: 25px; } }
    .social li .twitter {
      background-image: url("/wp-content/themes/cpaseg/src/assets/icons/twitter-white.png");
      background-size: contain;
      width: 40px;
      height: 40px;
      margin: 5px 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      transition: all 300ms ease;
      background-color: #000000;
      border-radius: 100%;
      overflow: hidden;
      -webkit-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27); }
      .social li .twitter:hover {
        transform: scale(1.1); }
      @media only screen and (max-width: 767px) {
        .social li .twitter {
          width: 25px;
          height: 25px; } }
    .social li .instagram {
      background-image: url("/wp-content/themes/cpase/src/assets/icons/instagram-white.png");
      background-size: contain;
      width: 40px;
      height: 40px;
      margin: 5px 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      transition: all 300ms ease;
      background-color: #000000;
      border-radius: 100%;
      overflow: hidden;
      -webkit-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27); }
      .social li .instagram:hover {
        transform: scale(1.1); }
      @media only screen and (max-width: 767px) {
        .social li .instagram {
          width: 25px;
          height: 25px; } }
    .social li .youtube {
      background-image: url("/wp-content/themes/cpase/src/assets/icons/youtube-white.png");
      background-size: contain;
      width: 40px;
      height: 40px;
      margin: 5px 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      transition: all 300ms ease;
      background-color: #000000;
      border-radius: 100%;
      overflow: hidden;
      -webkit-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27); }
      .social li .youtube:hover {
        transform: scale(1.1); }
      @media only screen and (max-width: 767px) {
        .social li .youtube {
          width: 25px;
          height: 25px; } }
    .social li .linkedin {
      background-image: url("/wp-content/themes/cpase/src/assets/icons/linkedin-white.png");
      background-size: contain;
      width: 40px;
      height: 40px;
      margin: 5px 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      transition: all 300ms ease;
      background-color: #000000;
      border-radius: 100%;
      overflow: hidden;
      -webkit-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27);
      box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.27); }
      .social li .linkedin:hover {
        transform: scale(1.1); }
      @media only screen and (max-width: 767px) {
        .social li .linkedin {
          width: 25px;
          height: 25px; } }

.social-float {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: auto; }
  @media screen and (max-width: 1400px) {
    .social-float {
      display: none; } }

.loader-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: all 1.1s ease;
  opacity: 1;
  visibility: visible; }
  .loader-wrapper__inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    max-width: 375px;
    width: 100%; }
    .loader-wrapper__inner svg {
      width: 100%; }
      .loader-wrapper__inner svg #arch-path path {
        stroke: #000000;
        fill: transparent; }
  .loader-wrapper.loaded {
    opacity: 0;
    visibility: hidden; }

.popup-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden; }
  .popup-modal.is-active {
    opacity: 1;
    visibility: visible; }
  .popup-modal.lite {
    background-color: rgba(255, 255, 255, 0.9); }
    .popup-modal.lite .popup-inner .booking-form .close {
      position: relative;
      float: right;
      color: #000000; }
  .popup-modal .popup-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff; }
    .popup-modal .popup-inner img {
      width: 100%;
      height: auto; }
    .popup-modal .popup-inner .content {
      position: relative;
      max-width: 320px;
      width: 100%;
      margin: 0 auto;
      padding-top: 25%;
      padding-bottom: 25%; }
      .popup-modal .popup-inner .content .close {
        position: absolute;
        display: block;
        top: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer; }
    .popup-modal .popup-inner .booking-form {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding-top: 25%;
      padding-bottom: 25%;
      color: #ffffff; }
      .popup-modal .popup-inner .booking-form .close {
        position: absolute;
        display: block;
        top: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer; }

.rte {
  padding: 116px 20px; }
  .rte__heading {
    text-align: center;
    margin-bottom: 40px; }
    .rte__heading h2 {
      margin-bottom: 5px; }
    .rte__heading .subtitle {
      color: #919396; }
  .rte__content {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto; }
    .rte__content ul li,
    .rte__content ol li {
      margin-bottom: 20px;
      font-weight: 500;
      font-size: 1.25em; }
      @media only screen and (max-width: 767px) {
        .rte__content ul li,
        .rte__content ol li {
          font-size: 1em; } }
  .rte.lite {
    background-color: #ffffff;
    color: #000000; }
    .rte.lite h2 {
      color: inherit; }

.feature-grid {
  position: relative;
  display: inline-block;
  width: 100%; }
  .feature-grid__item {
    position: relative;
    width: 50%;
    height: 628px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media only screen and (max-width: 992px) {
      .feature-grid__item {
        width: 100%;
        height: 520px; } }
    .feature-grid__item:nth-child(1) {
      width: 100%;
      height: 676px;
      border-bottom: 3px solid #ffffff; }
      @media only screen and (max-width: 992px) {
        .feature-grid__item:nth-child(1) {
          height: 520px; } }
    .feature-grid__item:nth-child(2) {
      border-right: 1.5px solid #ffffff; }
      @media only screen and (max-width: 992px) {
        .feature-grid__item:nth-child(2) {
          border-bottom: 3px solid #ffffff;
          border-right: 0; } }
    .feature-grid__item:nth-child(3) {
      border-left: 1.5px solid #ffffff; }
      @media only screen and (max-width: 992px) {
        .feature-grid__item:nth-child(3) {
          border-left: 0; } }
  .feature-grid__inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    text-align: center; }
    .feature-grid__inner h2 {
      font-size: 4em;
      font-weight: 600;
      margin-bottom: 150px; }
      @media only screen and (max-width: 767px) {
        .feature-grid__inner h2 {
          font-size: 1.5em; } }
    .feature-grid__inner img {
      max-width: 100%;
      display: block;
      margin: auto;
      margin-bottom: 70px; }
      @media only screen and (max-width: 767px) {
        .feature-grid__inner img {
          padding: 0 40px; } }

.cta-links {
  position: relative;
  background-color: #231F20;
  display: flex;
  height: 680px; }
  @media only screen and (max-width: 992px) {
    .cta-links {
      height: 520px; } }
  .cta-links__container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: block;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto; }
  .cta-links__item {
    display: block;
    width: 33.33333333%;
    text-align: center;
    float: left; }
    @media only screen and (max-width: 767px) {
      .cta-links__item {
        width: 100%;
        padding: 20px 0; } }
    .cta-links__item a {
      position: relative;
      font-size: 1.75em;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase; }
      .cta-links__item a::after {
        position: absolute;
        z-index: -1;
        content: "";
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        transform-origin: 50% 50%;
        transform: scaleX(0);
        transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        backface-visibility: hidden;
        will-change: transform; }
      .cta-links__item a:hover, .cta-links__item a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0; }
        .cta-links__item a:hover::after, .cta-links__item a:focus::after {
          transform-origin: 50% 50%;
          transform: scaleX(1); }
  .cta-links__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
    width: 100%;
    display: block;
    text-align: center; }
    @media only screen and (max-width: 992px) {
      .cta-links__btn {
        bottom: 70px; } }

.cta-logo {
  position: relative;
  background-color: #231F20;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  padding: 345px 20px; }
  .cta-logo__container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: block;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto; }
  .cta-logo__logo {
    width: 285px;
    margin: 0 auto; }
    .cta-logo__logo img {
      width: 100%; }
  .cta-logo__btn {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px; }

.show-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .show-image.active {
    opacity: 1;
    visibility: visible; }

.carousel {
  padding-top: 60px;
  padding-bottom: 170px;
  background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .carousel {
      padding-left: 20px;
      padding-right: 20px; } }
  .carousel__header {
    text-align: center;
    margin-bottom: 80px; }
    .carousel__header h2 {
      color: #000000;
      margin-bottom: 5px; }
    .carousel__header .subtitle {
      color: #919396; }
    .carousel__header-content {
      max-width: 1050px;
      width: 100%;
      margin: 0 auto;
      padding-top: 20px;
      text-align: left;
      color: #000000; }
  .carousel__item {
    background: #000000; }
    .carousel__item img {
      width: 100%; }
  .carousel__content {
    text-align: center;
    padding: 22px 20px; }
    .carousel__content.trainers h3 {
      margin: 0; }
    .carousel__content.trainers .btn {
      margin-top: 43px; }
  .carousel__btn {
    display: block;
    width: 100%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .carousel .glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
    min-width: auto;
    outline: 0;
    height: 38px;
    width: 50px;
    text-align: center; }
  .carousel .glide__arrow--left {
    left: -55px; }
    @media screen and (max-width: 1315px) {
      .carousel .glide__arrow--left {
        left: -5px; } }
    .carousel .glide__arrow--left::after {
      position: absolute;
      content: '';
      top: 8px;
      left: 15px;
      transform: rotate(180deg);
      background-image: url("/wp-content/themes/cpase/src/assets/icons/arrows-dark.png");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 20px;
      height: 20px; }
  .carousel .glide__arrow--right {
    right: -55px; }
    @media screen and (max-width: 1315px) {
      .carousel .glide__arrow--right {
        right: -5px; } }
    .carousel .glide__arrow--right::after {
      position: absolute;
      content: '';
      top: 10px;
      right: 15px;
      background-image: url("/wp-content/themes/cpase/src/assets/icons/arrows-dark.png");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 20px;
      height: 20px; }

.split-grid {
  display: inline-block;
  width: 100%;
  background: #ffffff; }
  .split-grid__row {
    display: flex;
    flex-direction: row;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      .split-grid__row {
        flex-direction: column; } }
    @media only screen and (max-width: 992px) {
      .split-grid__row:nth-child(even) {
        flex-direction: column-reverse; } }
  .split-grid__item {
    position: relative;
    width: 50%;
    padding: 315px 0;
    min-height: 630px;
    color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("/wp-content/themes/cpase/src/assets/images/marble.jpg"); }
    @media only screen and (max-width: 992px) {
      .split-grid__item {
        width: 100%; } }
    .split-grid__item-inner {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 620px;
      width: 100%;
      padding: 0 40px;
      margin: auto; }
      .split-grid__item-inner h1,
      .split-grid__item-inner h2,
      .split-grid__item-inner h3,
      .split-grid__item-inner h4,
      .split-grid__item-inner h5,
      .split-grid__item-inner h6,
      .split-grid__item-inner p {
        color: inherit; }
    .split-grid__item ul li,
    .split-grid__item ol li {
      margin-bottom: 20px;
      font-weight: 500;
      font-size: 1.25em; }
      @media only screen and (max-width: 767px) {
        .split-grid__item ul li,
        .split-grid__item ol li {
          font-size: 1em; } }

/** This class will hide all the body be default **/
/** This class will show the body if it has a parent with active       class
**/
#accordion .panel__header {
  position: relative;
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #accordion .panel__header-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: center; }
  #accordion .panel__header-video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #accordion .panel__header-video video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #accordion .panel__header-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto; }
    #accordion .panel__header-arrow a {
      display: block;
      background-image: url("/wp-content/themes/cpase/src/assets/icons/chev-down.svg");
      background-repeat: no-repeat;
      width: 50px;
      height: 25px;
      margin: 0 auto; }

#accordion .panel__body {
  display: none; }
  #accordion .panel__body ul {
    padding: 0;
    margin: 0; }
    #accordion .panel__body ul li {
      border-bottom: 3px solid #ffffff;
      list-style-type: none;
      padding: 40px 20px; }
      #accordion .panel__body ul li:nth-child(1) {
        padding-top: 80px; }
      #accordion .panel__body ul li .subtitle {
        color: #919396;
        margin-bottom: 30px; }

#accordion .panel.active .panel__body {
  display: block; }

.cookies {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); }
  .cookies__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    padding-top: 20px;
    padding-bottom: 20px; }
    .cookies__inner p {
      color: #ffffff;
      font-size: 14px;
      margin: 0; }
      @media only screen and (max-width: 1150px) {
        .cookies__inner p {
          text-align: center; } }
    .cookies__inner a {
      color: #ffffff;
      text-decoration: underline; }
      .cookies__inner a:hover {
        text-decoration: none; }
    .cookies__inner .btn {
      border-color: #ffffff;
      color: #000000;
      padding: 8px 30px;
      margin-left: 10px; }
      @media only screen and (max-width: 1150px) {
        .cookies__inner .btn {
          margin-top: 20px; } }
      .cookies__inner .btn:hover {
        border-color: #000000; }

/*================ Pages ================*/
.page-template-default p {
  color: #ffffff; }

.contact-details {
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  padding: 116px 0; }
  .contact-details h2,
  .contact-details a {
    color: inherit; }
  .contact-details a:hover {
    color: #919396; }

/*================ Filters ================*/
.blog-content {
  padding-top: 75px;
  background-color: #ffffff; }

.post-filters {
  padding: 0;
  text-align: center;
  margin-bottom: 40px; }
  .post-filters li {
    display: inline-block;
    list-style-type: none; }
    .post-filters li.active a {
      margin: 0 15px;
      background-color: #000000;
      border-color: #000000;
      color: #ffffff; }
      .post-filters li.active a:hover {
        background-color: #919396;
        border-color: #919396;
        color: #ffffff; }
    .post-filters li a {
      margin: 0 15px;
      background-color: transparent;
      border-color: #000000;
      color: #000000; }
    @media only screen and (max-width: 767px) {
      .post-filters li {
        display: block;
        margin: 10px 0; } }

/*================ Blog Single ================*/
.single h1, .single h2, .single h3, .single h4, .single h5, .single h6, .single p {
  color: #ffffff; }

/*================ Blog Alternative ================*/
.page-template-page-news .blog-content {
  padding-bottom: 75px; }

.error404 h1 {
  color: #ffffff; }

.error404 .btn {
  padding-left: 30px;
  padding-right: 30px; }

/*================ Utilities ================*/
/*================ Utilities ================*/
.section {
  padding-top: 160px;
  padding-bottom: 75px; }
  @media only screen and (max-width: 767px) {
    .section {
      padding-top: 45px;
      padding-bottom: 45px; } }

.no-padding {
  padding: 0; }
  @media only screen and (max-width: 992px) {
    .no-padding--m {
      padding: 0; } }

.no-margin {
  margin: 0; }

.no-overflow {
  overflow: hidden; }

.no-scroll {
  position: fixed;
  overflow-y: hidden;
  height: 100%;
  width: 100%; }

.vh {
  min-height: 100vh;
  height: auto; }

.full-vh {
  height: 100vh; }

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

.display-s {
  display: none; }
  @media only screen and (max-width: 767px) {
    .display-s {
      display: block; } }
  .display-s--up {
    display: none; }
    @media only screen and (min-width: 768px) {
      .display-s--up {
        display: block; } }

.f {
  display: flex; }

.align--c {
  align-items: center; }

.scroll-top {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 60px;
  width: 30px;
  height: auto;
  margin: auto; }
  .scroll-top a {
    display: block;
    background-image: url("/wp-content/themes/cpase/src/assets/icons/chev-up.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 25px;
    margin: 0 auto; }

a[id]::before {
  content: '';
  display: block;
  height: 93px;
  margin: -93px 0 0;
  visibility: hidden; }

/*================ Externals ================*/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

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

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

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

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

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