@charset "UTF-8";

/*
@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/genesis/fonts/graphik-regular.woff') format('woff'),
         url('/assets/genesis/fonts/graphik-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: italic;
    font-weight: 400;
    src: url('/assets/genesis/fonts/graphik-regular-italic.woff') format('woff'),
         url('/assets/genesis/fonts/graphik-regular-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/genesis/fonts/graphik-medium.woff') format('woff'),
         url('/assets/genesis/fonts/graphik-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Trump Soft Pro';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/genesis/fonts/trump-soft-pro-bold.woff') format('woff'),
         url('/assets/genesis/fonts/trump-soft-pro-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Shentox';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/genesis/fonts/shentox-medium.woff') format('woff'),
         url('/assets/genesis/fonts/shentox-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'TNW Avalon';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/genesis/fonts/tnw-avalon-bold.woff') format('woff'),
         url('/assets/genesis/fonts/tnw-avalon-bold.woff2') format('woff2');
}
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #00cccc;
  text-decoration: none;
}

a:hover {
  color: black;
}

body.is-menu {
  overflow: hidden;
}

body::after {
  display: none;
}

@media (min-width: 320px) {
  body::after {
    content: "xs";
  }
}

@media (min-width: 375px) {
  body::after {
    content: "s";
  }
}

@media (min-width: 768px) {
  body::after {
    content: "m";
  }
}

@media (min-width: 1024px) {
  body::after {
    content: "l";
  }
}

@media (min-width: 1440px) {
  body::after {
    content: "xl";
  }
}

*,
*::after,
*::before {
  box-sizing: border-box;
  outline: none;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-input-placeholder {
  color: #a7aab2;
}

input::-moz-placeholder {
  color: #a7aab2;
}

input:-ms-input-placeholder {
  color: #a7aab2;
}

input::-ms-input-placeholder {
  color: #a7aab2;
}

input::placeholder {
  color: #a7aab2;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-text-fill-color: #505666;
  -webkit-transition: background-color 9999s 9999s;
  transition: background-color 9999s 9999s;
}

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
}

body,
button,
input,
textarea {
  color: #505666;
  font-family: Graphik, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

b,
strong {
  font-weight: 500;
}

h1 {
  font-family: TNW Avalon, sans-serif;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: black;
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-family: TNW Avalon, sans-serif;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: black;
  font-size: 2rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-family: Trump Soft Pro, Arial Narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: uppercase;
  color: black;
  font-size: 2rem;
}

h4 {
  font-feature-settings: "ss01" 1, "ss02" 1, "ss03" 1;
  color: black;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  font-family: Graphik, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h6 {
  font-family: Shentox, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  line-height: 1;
}

p {
  margin: 0;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
p:empty {
  display: none;
}

.o-form.is-success .o-form__beforeSuccess {
  display: none;
}

.o-form:not(.is-success) .o-form__success {
  display: none;
}

.o-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.o-grid__col {
  border: 0 solid transparent;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.o-grid--center {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.o-grid--evenly {
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

.o-grid__col--1\/1 {
  flex-basis: 100%;
  max-width: 100%;
}

.o-grid__col--1\/2 {
  flex-basis: 50%;
  max-width: 50%;
}

.o-grid__col--1\/3 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.o-grid__col--1\/4 {
  flex-basis: 25%;
  max-width: 25%;
}

.o-grid__col--1\/5 {
  flex-basis: 20%;
  max-width: 20%;
}

.o-grid__col--1\/6 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.o-grid__col--1\/7 {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

.o-grid__col--1\/8 {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.o-grid__col--2\/3 {
  flex-basis: 66.66666%;
  max-width: 66.66666%;
}

.o-grid__col--3\/4 {
  flex-basis: 75%;
  max-width: 75%;
}

@media (min-width: 320px) {
  .xs\:o-grid__col--1\/1 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .xs\:o-grid__col--1\/2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .xs\:o-grid__col--1\/3 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xs\:o-grid__col--1\/4 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .xs\:o-grid__col--1\/5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .xs\:o-grid__col--1\/6 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xs\:o-grid__col--1\/7 {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xs\:o-grid__col--1\/8 {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .xs\:o-grid__col--2\/3 {
    flex-basis: 66.66666%;
    max-width: 66.66666%;
  }

  .xs\:o-grid__col--3\/4 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 375px) {
  .s\:o-grid__col--1\/1 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .s\:o-grid__col--1\/2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .s\:o-grid__col--1\/3 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .s\:o-grid__col--1\/4 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .s\:o-grid__col--1\/5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .s\:o-grid__col--1\/6 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .s\:o-grid__col--1\/7 {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .s\:o-grid__col--1\/8 {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .s\:o-grid__col--2\/3 {
    flex-basis: 66.66666%;
    max-width: 66.66666%;
  }

  .s\:o-grid__col--3\/4 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .m\:o-grid__col--1\/1 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .m\:o-grid__col--1\/2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .m\:o-grid__col--1\/3 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .m\:o-grid__col--1\/4 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .m\:o-grid__col--1\/5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .m\:o-grid__col--1\/6 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .m\:o-grid__col--1\/7 {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .m\:o-grid__col--1\/8 {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .m\:o-grid__col--2\/3 {
    flex-basis: 66.66666%;
    max-width: 66.66666%;
  }

  .m\:o-grid__col--3\/4 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 1024px) {
  .l\:o-grid__col--1\/1 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l\:o-grid__col--1\/2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l\:o-grid__col--1\/3 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l\:o-grid__col--1\/4 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l\:o-grid__col--1\/5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .l\:o-grid__col--1\/6 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l\:o-grid__col--1\/7 {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .l\:o-grid__col--1\/8 {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .l\:o-grid__col--2\/3 {
    flex-basis: 66.66666%;
    max-width: 66.66666%;
  }

  .l\:o-grid__col--3\/4 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 1440px) {
  .xl\:o-grid__col--1\/1 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .xl\:o-grid__col--1\/2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .xl\:o-grid__col--1\/3 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xl\:o-grid__col--1\/4 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .xl\:o-grid__col--1\/5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .xl\:o-grid__col--1\/6 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xl\:o-grid__col--1\/7 {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xl\:o-grid__col--1\/8 {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .xl\:o-grid__col--2\/3 {
    flex-basis: 66.66666%;
    max-width: 66.66666%;
  }

  .xl\:o-grid__col--3\/4 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

.o-grid--gap-xs {
  margin: -0.125rem;
}

.o-grid--gap-xs > .o-grid__col {
  border-width: 0.125rem;
}

.o-grid--gap-s {
  margin: -0.25rem;
}

.o-grid--gap-s > .o-grid__col {
  border-width: 0.25rem;
}

.o-grid--gap-m {
  margin: -0.5rem;
}

.o-grid--gap-m > .o-grid__col {
  border-width: 0.5rem;
}

.o-grid--gap-l {
  margin: -0.75rem;
}

.o-grid--gap-l > .o-grid__col {
  border-width: 0.75rem;
}

.o-grid--gap-xl {
  margin: -1rem;
}

.o-grid--gap-xl > .o-grid__col {
  border-width: 1rem;
}

.o-grid--gap-xxl {
  margin: -1.5rem;
}

.o-grid--gap-xxl > .o-grid__col {
  border-width: 1.5rem;
}

.o-grid--gap-3xl {
  margin: -2rem;
}

.o-grid--gap-3xl > .o-grid__col {
  border-width: 2rem;
}

.o-grid--gap-4xl {
  margin: -2.5rem;
}

.o-grid--gap-4xl > .o-grid__col {
  border-width: 2.5rem;
}

.o-grid--gap-5xl {
  margin: -3rem;
}

.o-grid--gap-5xl > .o-grid__col {
  border-width: 3rem;
}

.o-grid--gap-6xl {
  margin: -3.5rem;
}

.o-grid--gap-6xl > .o-grid__col {
  border-width: 3.5rem;
}

@media (min-width: 320px) {
  .xs\:o-grid--gap-xs {
    margin: -0.125rem;
  }

  .xs\:o-grid--gap-xs > .o-grid__col {
    border-width: 0.125rem;
  }

  .xs\:o-grid--gap-s {
    margin: -0.25rem;
  }

  .xs\:o-grid--gap-s > .o-grid__col {
    border-width: 0.25rem;
  }

  .xs\:o-grid--gap-m {
    margin: -0.5rem;
  }

  .xs\:o-grid--gap-m > .o-grid__col {
    border-width: 0.5rem;
  }

  .xs\:o-grid--gap-l {
    margin: -0.75rem;
  }

  .xs\:o-grid--gap-l > .o-grid__col {
    border-width: 0.75rem;
  }

  .xs\:o-grid--gap-xl {
    margin: -1rem;
  }

  .xs\:o-grid--gap-xl > .o-grid__col {
    border-width: 1rem;
  }

  .xs\:o-grid--gap-xxl {
    margin: -1.5rem;
  }

  .xs\:o-grid--gap-xxl > .o-grid__col {
    border-width: 1.5rem;
  }

  .xs\:o-grid--gap-3xl {
    margin: -2rem;
  }

  .xs\:o-grid--gap-3xl > .o-grid__col {
    border-width: 2rem;
  }

  .xs\:o-grid--gap-4xl {
    margin: -2.5rem;
  }

  .xs\:o-grid--gap-4xl > .o-grid__col {
    border-width: 2.5rem;
  }

  .xs\:o-grid--gap-5xl {
    margin: -3rem;
  }

  .xs\:o-grid--gap-5xl > .o-grid__col {
    border-width: 3rem;
  }

  .xs\:o-grid--gap-6xl {
    margin: -3.5rem;
  }

  .xs\:o-grid--gap-6xl > .o-grid__col {
    border-width: 3.5rem;
  }
}

@media (min-width: 375px) {
  .s\:o-grid--gap-xs {
    margin: -0.125rem;
  }

  .s\:o-grid--gap-xs > .o-grid__col {
    border-width: 0.125rem;
  }

  .s\:o-grid--gap-s {
    margin: -0.25rem;
  }

  .s\:o-grid--gap-s > .o-grid__col {
    border-width: 0.25rem;
  }

  .s\:o-grid--gap-m {
    margin: -0.5rem;
  }

  .s\:o-grid--gap-m > .o-grid__col {
    border-width: 0.5rem;
  }

  .s\:o-grid--gap-l {
    margin: -0.75rem;
  }

  .s\:o-grid--gap-l > .o-grid__col {
    border-width: 0.75rem;
  }

  .s\:o-grid--gap-xl {
    margin: -1rem;
  }

  .s\:o-grid--gap-xl > .o-grid__col {
    border-width: 1rem;
  }

  .s\:o-grid--gap-xxl {
    margin: -1.5rem;
  }

  .s\:o-grid--gap-xxl > .o-grid__col {
    border-width: 1.5rem;
  }

  .s\:o-grid--gap-3xl {
    margin: -2rem;
  }

  .s\:o-grid--gap-3xl > .o-grid__col {
    border-width: 2rem;
  }

  .s\:o-grid--gap-4xl {
    margin: -2.5rem;
  }

  .s\:o-grid--gap-4xl > .o-grid__col {
    border-width: 2.5rem;
  }

  .s\:o-grid--gap-5xl {
    margin: -3rem;
  }

  .s\:o-grid--gap-5xl > .o-grid__col {
    border-width: 3rem;
  }

  .s\:o-grid--gap-6xl {
    margin: -3.5rem;
  }

  .s\:o-grid--gap-6xl > .o-grid__col {
    border-width: 3.5rem;
  }
}

@media (min-width: 768px) {
  .m\:o-grid--gap-xs {
    margin: -0.125rem;
  }

  .m\:o-grid--gap-xs > .o-grid__col {
    border-width: 0.125rem;
  }

  .m\:o-grid--gap-s {
    margin: -0.25rem;
  }

  .m\:o-grid--gap-s > .o-grid__col {
    border-width: 0.25rem;
  }

  .m\:o-grid--gap-m {
    margin: -0.5rem;
  }

  .m\:o-grid--gap-m > .o-grid__col {
    border-width: 0.5rem;
  }

  .m\:o-grid--gap-l {
    margin: -0.75rem;
  }

  .m\:o-grid--gap-l > .o-grid__col {
    border-width: 0.75rem;
  }

  .m\:o-grid--gap-xl {
    margin: -1rem;
  }

  .m\:o-grid--gap-xl > .o-grid__col {
    border-width: 1rem;
  }

  .m\:o-grid--gap-xxl {
    margin: -1.5rem;
  }

  .m\:o-grid--gap-xxl > .o-grid__col {
    border-width: 1.5rem;
  }

  .m\:o-grid--gap-3xl {
    margin: -2rem;
  }

  .m\:o-grid--gap-3xl > .o-grid__col {
    border-width: 2rem;
  }

  .m\:o-grid--gap-4xl {
    margin: -2.5rem;
  }

  .m\:o-grid--gap-4xl > .o-grid__col {
    border-width: 2.5rem;
  }

  .m\:o-grid--gap-5xl {
    margin: -3rem;
  }

  .m\:o-grid--gap-5xl > .o-grid__col {
    border-width: 3rem;
  }

  .m\:o-grid--gap-6xl {
    margin: -3.5rem;
  }

  .m\:o-grid--gap-6xl > .o-grid__col {
    border-width: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .l\:o-grid--gap-xs {
    margin: -0.125rem;
  }

  .l\:o-grid--gap-xs > .o-grid__col {
    border-width: 0.125rem;
  }

  .l\:o-grid--gap-s {
    margin: -0.25rem;
  }

  .l\:o-grid--gap-s > .o-grid__col {
    border-width: 0.25rem;
  }

  .l\:o-grid--gap-m {
    margin: -0.5rem;
  }

  .l\:o-grid--gap-m > .o-grid__col {
    border-width: 0.5rem;
  }

  .l\:o-grid--gap-l {
    margin: -0.75rem;
  }

  .l\:o-grid--gap-l > .o-grid__col {
    border-width: 0.75rem;
  }

  .l\:o-grid--gap-xl {
    margin: -1rem;
  }

  .l\:o-grid--gap-xl > .o-grid__col {
    border-width: 1rem;
  }

  .l\:o-grid--gap-xxl {
    margin: -1.5rem;
  }

  .l\:o-grid--gap-xxl > .o-grid__col {
    border-width: 1.5rem;
  }

  .l\:o-grid--gap-3xl {
    margin: -2rem;
  }

  .l\:o-grid--gap-3xl > .o-grid__col {
    border-width: 2rem;
  }

  .l\:o-grid--gap-4xl {
    margin: -2.5rem;
  }

  .l\:o-grid--gap-4xl > .o-grid__col {
    border-width: 2.5rem;
  }

  .l\:o-grid--gap-5xl {
    margin: -3rem;
  }

  .l\:o-grid--gap-5xl > .o-grid__col {
    border-width: 3rem;
  }

  .l\:o-grid--gap-6xl {
    margin: -3.5rem;
  }

  .l\:o-grid--gap-6xl > .o-grid__col {
    border-width: 3.5rem;
  }
}

@media (min-width: 1440px) {
  .xl\:o-grid--gap-xs {
    margin: -0.125rem;
  }

  .xl\:o-grid--gap-xs > .o-grid__col {
    border-width: 0.125rem;
  }

  .xl\:o-grid--gap-s {
    margin: -0.25rem;
  }

  .xl\:o-grid--gap-s > .o-grid__col {
    border-width: 0.25rem;
  }

  .xl\:o-grid--gap-m {
    margin: -0.5rem;
  }

  .xl\:o-grid--gap-m > .o-grid__col {
    border-width: 0.5rem;
  }

  .xl\:o-grid--gap-l {
    margin: -0.75rem;
  }

  .xl\:o-grid--gap-l > .o-grid__col {
    border-width: 0.75rem;
  }

  .xl\:o-grid--gap-xl {
    margin: -1rem;
  }

  .xl\:o-grid--gap-xl > .o-grid__col {
    border-width: 1rem;
  }

  .xl\:o-grid--gap-xxl {
    margin: -1.5rem;
  }

  .xl\:o-grid--gap-xxl > .o-grid__col {
    border-width: 1.5rem;
  }

  .xl\:o-grid--gap-3xl {
    margin: -2rem;
  }

  .xl\:o-grid--gap-3xl > .o-grid__col {
    border-width: 2rem;
  }

  .xl\:o-grid--gap-4xl {
    margin: -2.5rem;
  }

  .xl\:o-grid--gap-4xl > .o-grid__col {
    border-width: 2.5rem;
  }

  .xl\:o-grid--gap-5xl {
    margin: -3rem;
  }

  .xl\:o-grid--gap-5xl > .o-grid__col {
    border-width: 3rem;
  }

  .xl\:o-grid--gap-6xl {
    margin: -3.5rem;
  }

  .xl\:o-grid--gap-6xl > .o-grid__col {
    border-width: 3.5rem;
  }
}

.o-lazyLoad {
  opacity: 0;
  will-change: opacity, transform;
}

.o-lazyLoad--fade {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.o-lazyLoad.is-loaded {
  opacity: 1;
}

.o-map *,
.o-map *::before,
.o-map *::after {
  box-sizing: content-box;
}

.o-media {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.o-media > * {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  right: 0;
  width: 100%;
}

.o-media--videoThumbnail::before {
  background-color: #FFF;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M36.785 24L16 12v24l20.785-12z"/></svg>');
  border-radius: 50%;
  content: "";
  display: block;
  height: 48px;
  left: calc(50% - 24px);
  position: absolute;
  top: calc(50% - 24px);
  width: 48px;
  z-index: 3;
}

.o-media--1\:2 {
  padding-top: 50%;
}

.o-media--16\:9 {
  padding-top: 56.25%;
}

.o-media--4\:3 {
  padding-top: 75%;
}

.o-media--stretch {
  height: 100%;
  padding-top: 0;
}

@media (min-width: 320px) {
  .xs\:o-media--1\:2 {
    padding-top: 50%;
  }

  .xs\:o-media--16\:9 {
    padding-top: 56.25%;
  }

  .xs\:o-media--4\:3 {
    padding-top: 75%;
  }

  .xs\:o-media--stretch {
    height: 100%;
    padding-top: 0;
  }
}

@media (min-width: 375px) {
  .s\:o-media--1\:2 {
    padding-top: 50%;
  }

  .s\:o-media--16\:9 {
    padding-top: 56.25%;
  }

  .s\:o-media--4\:3 {
    padding-top: 75%;
  }

  .s\:o-media--stretch {
    height: 100%;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .m\:o-media--1\:2 {
    padding-top: 50%;
  }

  .m\:o-media--16\:9 {
    padding-top: 56.25%;
  }

  .m\:o-media--4\:3 {
    padding-top: 75%;
  }

  .m\:o-media--stretch {
    height: 100%;
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .l\:o-media--1\:2 {
    padding-top: 50%;
  }

  .l\:o-media--16\:9 {
    padding-top: 56.25%;
  }

  .l\:o-media--4\:3 {
    padding-top: 75%;
  }

  .l\:o-media--stretch {
    height: 100%;
    padding-top: 0;
  }
}

@media (min-width: 1440px) {
  .xl\:o-media--1\:2 {
    padding-top: 50%;
  }

  .xl\:o-media--16\:9 {
    padding-top: 56.25%;
  }

  .xl\:o-media--4\:3 {
    padding-top: 75%;
  }

  .xl\:o-media--stretch {
    height: 100%;
    padding-top: 0;
  }
}

.o-page {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 56px;
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
  will-change: transform;
}

.is-menu--level1 .o-page {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.is-menu--level2 .o-page {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

@media (min-width: 768px) {
  .is-menu--level1 .o-page {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }

  .is-menu--level2 .o-page {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}

@media (min-width: 1024px) {
  .o-page {
    padding-top: 0;
  }

  .is-menu--level1 .o-page {
    -webkit-transform: none;
            transform: none;
  }

  .is-menu--level2 .o-page {
    -webkit-transform: none;
            transform: none;
  }
}

.o-page__main {
  -webkit-box-flex: 1;
          flex: 1;
}

.o-parallax {
  overflow: hidden;
  position: relative;
}

.o-parallax__layer {
  background-position: bottom;
  background-size: cover;
  bottom: 0;
  display: block;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  width: 100%;
  will-change: transform;
}

.o-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 1280px;
  position: relative;
}

@media (min-width: 768px) {
  .o-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .o-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.o-wrapper--narrow {
  max-width: 720px;
}

.o-wrapper--wide {
  max-width: 1600px;
}

@-webkit-keyframes announcement {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes announcement {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes announcementHide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

@keyframes announcementHide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

.c-announcement {
  -webkit-animation: announcement 500ms 1s ease-out both;
          animation: announcement 500ms 1s ease-out both;
  -webkit-box-align: center;
          align-items: center;
  background: #FD6;
  bottom: 0;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
  color: black;
  display: none;
  left: 0;
  min-height: 64px;
  padding: 1.5rem 8px 1.5rem 56px;
  position: fixed;
  will-change: transform;
  width: 100%;
  z-index: 80;
}

.c-announcement.is-hidden {
  -webkit-animation: announcementHide 250ms ease-in both;
          animation: announcementHide 250ms ease-in both;
}

.c-announcement.is-visible {
  display: -webkit-box;
  display: flex;
}

@media (min-width: 768px) {
  .c-announcement {
    padding: 1rem;
  }
}

.c-announcement__message {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding-right: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .c-announcement__message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .c-announcement__message {
    padding-right: 0;
  }
}

.c-announcement__text {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .c-announcement__text {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}

.c-announcement__countdown {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto Mono", monospace;
  white-space: nowrap;
}

.c-announcement__countdownDigit {
  color: #000;
  font-weight: 500;
}

.c-announcement__button {
  font-variant-ligatures: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  border-radius: 4px;
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 34px;
  margin: 0 1rem;
  padding: 0 1rem;
  text-transform: uppercase;
}

.c-announcement__button:hover {
  background: #000;
  color: #FFF;
}

.c-announcement__hide {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  height: 36px;
  opacity: 0.5;
  padding: 10px;
  width: 36px;
}

.c-announcement__hide:hover {
  opacity: 1;
}

.c-announcement__hideIcon {
  fill: #000;
  height: 16px;
  width: 16px;
}

.c-bodyBlock {
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .c-bodyBlock {
    padding: 7rem 0;
  }
}

.c-bodyBlock__header {
  margin-bottom: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c-bodyBlock__header {
    margin-bottom: 4rem;
  }
}

.c-bodyBlock__subheading {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .c-bodyBlock__heading--large {
    font-size: 4rem;
  }
}

.c-bodyBlock__intro {
  font-size: 1.125rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .c-bodyBlock__intro {
    font-size: 1.5rem;
  }
}

.c-bodyBlock__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.c-bodyBlock__buttons .c-button {
  margin: 0 4px;
}

.c-bodyBlock.t-black,
.t-black .c-bodyBlock {
  background: #000;
  color: #FFF;
}

.c-bodyBlock.t-black .c-bodyBlock__heading,
.t-black .c-bodyBlock .c-bodyBlock__heading {
  color: #00cccc;
}

.c-bodyBlock.t-color,
.t-color .c-bodyBlock {
  background: #660099;
  color: #FFF;
}

.c-bodyBlock.t-color .c-bodyBlock__heading,
.t-color .c-bodyBlock .c-bodyBlock__heading {
  color: #00cccc;
}

.c-bodyCompanies__link {
  display: block;
  opacity: 0.5;
}

.c-bodyNews__header {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .c-bodyNews__header {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    margin-bottom: 3rem;
  }
}

.c-bodyNews__heading {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .c-bodyNews__heading {
    text-align: left;
  }
}

.c-bodyNews__buttons {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 767px) {
  .c-bodyNews__buttons .c-button {
    -webkit-box-flex: 1;
            flex: 1;
  }
}

.c-bodyNews__buttons .c-button:not(:first-child) {
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .c-bodyNews__grid {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    margin: -8px 0 1.5rem -1.5rem;
    width: 100vw;
    padding-bottom: 4px;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
}

@media (min-width: 768px) {
  .c-bodyNews__grid {
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 50vh;
  }
}

@media (min-width: 1024px) {
  .c-bodyNews__grid {
    height: 65vh;
  }
}

.c-bodyNews__grid .c-card {
  height: 100%;
}

@media (max-width: 767px) {
  .c-bodyNews__article {
    border: 8px solid transparent;
    -webkit-box-flex: 0;
            flex: 0 0 85vw;
    scroll-snap-align: center;
  }

  .c-bodyNews__article:not(:first-child) {
    margin-left: -8px;
  }

  .c-bodyNews__article .o-parallax__content {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: none;
    transition: none;
    width: 125%;
  }
}

@media (min-width: 768px) {
  .c-bodyNews__article:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: 1;
  }
}

@media (min-width: 1024px) {
  .c-bodyNews__article:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
  }

  .c-bodyNews__article:nth-child(1) .c-card__heading {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .c-bodyNews__article:nth-child(2) {
    grid-column: 3/span 2;
    grid-row: 1;
  }
}

@media (min-width: 1024px) {
  .c-bodyNews__article:nth-child(2) {
    grid-column: 3/span 2;
    grid-row: 1;
  }

  .c-bodyNews__article:nth-child(2) .c-card__heading {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .c-bodyNews__article:nth-child(3) {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}

@media (min-width: 1024px) {
  .c-bodyNews__article:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
}

@media (min-width: 768px) {
  .c-bodyNews__article:nth-child(4) {
    grid-column: 3/span 2;
    grid-row: 2;
  }
}

@media (min-width: 1024px) {
  .c-bodyNews__article:nth-child(4) {
    grid-column: 4;
    grid-row: 2;
  }
}

.c-pressQuotes {
  background: #660099;
}

.c-pressQuotes__logo {
  margin: 0 auto 1rem auto;
  max-width: 96px;
}

@media (min-width: 1024px) {
  .c-pressQuotes__logo {
    margin: 0 auto 1.5rem auto;
    max-width: 128px;
  }
}

.c-pressQuotes__text {
  font-family: Trump Soft Pro, Arial Narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.5rem;
  padding: 0 1rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-pressQuotes__text {
    font-size: 2rem;
    padding: 0;
  }
}

.c-pressQuotes__text::before {
  content: "\201C";
}

.c-pressQuotes__text::after {
  content: "\201D";
}

.c-quote {
  background-color: #00cccc;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .c-quote {
    padding: 2rem 0;
  }
}

@media (min-width: 1024px) {
  .c-quote {
    padding: 3rem 0;
  }
}

.c-quote__wrapper {
  position: relative;
}

.c-quote__photo {
  margin-left: -1.5rem;
  max-width: none;
  width: calc(100vw - 1.5rem);
}

@media (min-width: 768px) {
  .c-quote__photo {
    margin: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1;
  }
}

.c-quote__source {
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c-quote__source {
    margin: 0 0 0 50%;
    padding: 1.5rem 0 3rem 1.5rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .c-quote__source {
    padding: 3rem;
  }
}

.c-quote__sourceName {
  color: #660099;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-quote__sourceName {
    font-size: 2rem;
  }
}

.c-quote__sourceName a {
  color: #660099;
}

.c-quote__sourcePosition {
  color: #FFF;
  margin: 0;
}

.c-quote__body {
  background-color: #FFF;
  font-size: 1.125rem;
  padding: 1.5rem;
  position: relative;
  width: calc(100vw - 1.5rem);
  will-change: transform;
}

@media (min-width: 768px) {
  .c-quote__body {
    margin-left: 25%;
    z-index: 2;
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .c-quote__body {
    padding: 2rem;
  }
}

.c-quote__body p {
  color: #660099;
  text-indent: -0.4em;
  margin: 0;
}

@media (min-width: 1024px) {
  .c-quote__body p {
    font-size: 2rem;
  }
}

.c-quote__body p::before {
  content: "\201C";
}

.c-quote__body p::after {
  content: "\201D";
}

.c-quote__body::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#FFF" d="M0 32L32 0v32"/></svg>');
  background-position: top right;
  background-size: contain;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: -32px;
  width: 32px;
}

@media (min-width: 768px) {
  .c-quote__body::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><path fill="#FFF" d="M80 80L0 0h80"/></svg>');
    height: 40px;
    left: -40px;
    top: 0;
    width: 40px;
  }
}

@media (max-width: 767px) {
  .c-bodySpeakers__wrapper {
    padding: 0 0.5rem;
  }
}

.c-bodyText {
  background: #FFF;
}

@media (min-width: 1024px) {
  .c-bodyText__text {
    display: -webkit-box;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .c-bodyText__col {
    -webkit-box-flex: 1;
            flex: 1 1 50%;
  }

  .c-bodyText__col:first-child {
    border-right: 1px solid #e3e3e4;
    padding-right: 48px;
  }

  .c-bodyText__col:last-child {
    padding-left: 48px;
  }
}

.c-bodyText__header {
  margin-bottom: 3rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-bodyText__header {
    margin-bottom: 0;
  }
}

.c-bodyText__subheading {
  color: #00cccc;
  margin-bottom: 12px;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-bodyText__subheading {
    text-align: left;
  }
}

.c-bodyText__heading {
  font-family: Trump Soft Pro, Arial Narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .c-bodyText__heading {
    font-size: 3rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .c-bodyText__heading {
    font-size: 4rem;
    margin-bottom: 0;
    text-align: left;
  }
}

.c-bodyText__buttons {
  margin-top: 32px;
}

.c-bodyText.t-black,
.t-black .c-bodyText {
  background: #000;
  color: #FFF;
}

.c-bodyText.t-black .c-bodyText__col:first-child,
.t-black .c-bodyText .c-bodyText__col:first-child {
  border-color: #00cccc;
}

.c-bodyText.t-black .c-bodyText__subheading,
.t-black .c-bodyText .c-bodyText__subheading {
  color: #FFF;
}

.c-bodyText.t-black .c-bodyText__heading,
.t-black .c-bodyText .c-bodyText__heading {
  color: #00cccc;
}

.c-bodyText.t-color,
.t-color .c-bodyText {
  background: #660099;
  color: #FFF;
}

.c-bodyText.t-color .c-bodyText__col:first-child,
.t-color .c-bodyText .c-bodyText__col:first-child {
  border-color: #00cccc;
}

.c-bodyText.t-color .c-bodyText__subheading,
.t-color .c-bodyText .c-bodyText__subheading {
  color: #FFF;
}

.c-bodyText.t-color .c-bodyText__heading,
.t-color .c-bodyText .c-bodyText__heading {
  color: #00cccc;
}

.c-bodyTextVisual {
  position: relative;
}

.c-bodyTextVisual__visual {
  background: #000;
  height: 75vw;
  overflow: hidden;
  position: relative;
  width: 100vw;
  will-change: transform;
  z-index: 1;
}

@media (min-width: 768px) {
  .c-bodyTextVisual__visual {
    height: 56.25vw;
  }
}

@media (min-width: 1024px) {
  .c-bodyTextVisual__visual {
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
  }
}

.c-bodyTextVisual__visualVideo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-bodyTextVisual__visualImage {
  height: 150%;
}

@media (min-width: 1024px) {
  .c-bodyTextVisual__text {
    position: relative;
    z-index: 2;
  }
}

.c-bodyTextVisual .c-pageBlock__heading {
  margin-bottom: 2rem;
}

.c-bodyTextVisual__stats {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.c-bodyTextVisual__stat {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  margin-bottom: 2rem;
  text-align: center;
}

.c-bodyTextVisual__statValue {
  font-family: Trump Soft Pro, Arial Narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: uppercase;
  color: black;
  font-size: 3rem;
  margin-bottom: 2px;
}

.t-black .c-bodyTextVisual__statValue,
.t-color .c-bodyTextVisual__statValue {
  color: #00cccc;
}

.c-bodyTextVisual__statMetric {
  font-weight: 500;
}

@media (min-width: 1024px) {
  .c-bodyTextVisual--fullWidthVisual .c-bodyTextVisual__visual {
    width: 100%;
  }

  .c-bodyTextVisual--fullWidthVisual .c-bodyTextVisual__text {
    padding: 3rem 0 !important;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .c-bodyTextVisual--fullWidthVisual .c-bodyBlock {
    padding: 4rem;
  }
}

@media (min-width: 1024px) {
  .c-bodyTextVisual--fullWidthVisual .c-bodyBlock__header {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .c-bodyTextVisual--fullWidthVisual .c-bodyBlock__subheading {
    color: #00cccc;
  }
}

@media (min-width: 1024px) {
  .c-bodyTextVisual--fullWidthVisual .c-bodyBlock__heading {
    font-family: Trump Soft Pro, Arial Narrow, sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.15;
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .c-bodyTextVisual--fullWidthVisual .c-bodyTextVisual__textInner {
    background: #FFF;
  }
}

@media (min-width: 1024px) {
  .c-bodyTextVisual--textLeft .c-bodyTextVisual__visual {
    right: 0;
  }

  .c-bodyTextVisual--textLeft .c-bodyTextVisual__text {
    margin-right: 50%;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .c-bodyTextVisual--textLeft .c-bodyTextVisual__text {
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .c-bodyTextVisual--textRight .c-bodyTextVisual__visual {
    left: 0;
  }

  .c-bodyTextVisual--textRight .c-bodyTextVisual__text {
    margin-left: 50%;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .c-bodyTextVisual--textRight .c-bodyTextVisual__text {
    padding-left: 4rem;
  }
}

.c-bodyTextVisual.t-black {
  background: #000;
}

.c-bodyTextVisual.t-color {
  background: #660099;
}

.c-tickets {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .c-tickets {
    padding-bottom: 7rem;
  }
}

.c-tickets__tier {
  -webkit-box-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4422), to(#cc0099));
  background-image: linear-gradient(to right, #ff4422, #cc0099);
  color: #FFF;
  font-weight: 500;
  text-align: center;
  font-size: 1.125rem;
  margin: 0 -1.5rem 2rem -1.5rem;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c-tickets__tier {
    margin: 0 0 3rem 0;
  }
}

.c-tickets__countdown {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto Mono", monospace;
  margin-left: 3px;
  white-space: nowrap;
}

.c-tickets__countdownDigit {
  color: #FFF;
}

.c-tickets__scroller {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  background: #f7f8f8;
  display: -webkit-box;
  display: flex;
  margin: 0 0 1.5rem -1.5rem;
  min-width: 100vw;
  padding-bottom: 4px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

@media (min-width: 1024px) {
  .c-tickets__scroller {
    display: none;
  }
}

.c-tickets__scrollerItem {
  border: 12px solid transparent;
  -webkit-box-flex: 0;
          flex: 0 0 85vw;
  scroll-snap-align: center;
}

.c-tickets__scrollerItem:not(:first-child) {
  margin-left: -12px;
}

@media (max-width: 1023px) {
  .c-tickets__table {
    display: none;
  }
}

.c-tickets__tableRow {
  display: -webkit-box;
  display: flex;
}

.c-tickets__tableRow--zebra:nth-child(odd) {
  background-color: #f7f8f8;
}

.c-tickets__tableCol {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 1rem;
  text-align: center;
}

.c-tickets__tableCol--exclusive {
  background: #000;
  border-color: #505666 !important;
  color: #FFF;
}

.c-tickets__tableRow--zebra:nth-child(odd) .c-tickets__tableCol--exclusive {
  background: #202229;
}

.c-tickets__tableCol:first-child {
  font-size: 0.875rem;
  text-align: left;
  -webkit-box-flex: 0;
          flex: 0 0 256px;
  max-width: 256px;
  text-align: right;
}

@media (min-width: 1440px) {
  .c-tickets__tableCol:first-child {
    -webkit-box-flex: 0;
            flex: 0 0 320px;
    max-width: 320px;
  }
}

.c-tickets__tableRow--header .c-tickets__tableCol {
  padding: 2rem 1rem 0 1rem;
}

.c-tickets__tableRow--priceCtaTop .c-tickets__tableCol {
  border-bottom: 1px solid #e3e3e4;
  padding-bottom: 1.5rem;
}

.c-tickets__tableRow--priceCtaBottom .c-tickets__tableCol {
  border-top: 1px solid #e3e3e4;
  padding: 1.5rem 1rem;
}

.c-tickets__check {
  display: inline-block;
  fill: #505666;
  height: 16px;
  width: 16px;
}

.c-tickets__tableCol--exclusive .c-tickets__check {
  fill: #FFF;
}

.c-tickets__ticket {
  background: #FFF;
  box-shadow: 0 2px 8px rgba(80, 86, 102, 0.15);
  -webkit-box-flex: 0;
          flex: 0 0 85vw;
  height: 100%;
  padding: 1rem 0;
  scroll-snap-align: center;
  text-align: center;
}

.c-tickets__ticket:not(:first-child) {
  margin-left: -8px;
}

.c-tickets__ticket--exclusive {
  background-color: #000;
  color: #FFF;
}

@media (max-width: 1023px) {
  .c-tickets__ticketHeader {
    padding: 1.5rem;
  }
}

.c-tickets__ticketHeading {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.c-tickets__ticket--exclusive .c-tickets__ticketHeading,
.c-tickets__tableCol--exclusive .c-tickets__ticketHeading {
  color: #FFF;
}

@media (max-width: 1023px) {
  .c-tickets__ticketIntro {
    margin-bottom: 1rem;
  }
}

.c-tickets__ticketPrice {
  margin-bottom: 1rem;
  white-space: nowrap;
}

.c-tickets__ticketPriceValue {
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
}

.c-tickets__ticket--exclusive .c-tickets__ticketPriceValue,
.c-tickets__tableCol--exclusive .c-tickets__ticketPriceValue {
  color: #FFF;
}

.c-tickets__ticketPriceVat {
  color: #a7aab2;
  font-size: 0.875rem;
  margin-left: 2px;
}

.c-tickets__ticketPerk {
  border-top: 1px solid rgba(227, 227, 228, 0.5);
  font-size: 0.875rem;
  padding: 1rem 1.5rem;
}

.c-tickets__ticket--exclusive .c-tickets__ticketPerk {
  border-color: rgba(80, 86, 102, 0.75);
}

.c-tickets__ticketPerk--na {
  color: rgba(167, 170, 178, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-button {
  font-variant-ligatures: none;
  background: transparent;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(80, 86, 102, 0.25);
  color: #505666;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-transition: 100ms;
  transition: 100ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  will-change: background-color, box-shadow;
}

@media (min-width: 768px) {
  .c-button {
    padding: 0 24px;
  }
}

.c-button__icon {
  display: block;
  fill: rgba(80, 86, 102, 0.25);
  float: left;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 14px;
  width: 20px;
}

.c-button:hover {
  box-shadow: inset 0 0 0 1px rgba(80, 86, 102, 0.5);
}

.c-button.is-disabled,
.c-button.is-disabled:hover,
.c-button[disabled],
.c-button[disabled]:hover {
  color: #a7aab2;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.c-button--block {
  display: block;
  width: 100%;
}

.c-button--inverted {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  color: #FFF;
}

.c-button--inverted:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.c-button--dark {
  background: #505666;
}

.c-button--dark:hover {
  background: black;
}

.c-button--dark[disabled],
.c-button--dark[disabled]:hover {
  background: rgba(167, 170, 178, 0.5);
}

.c-button--facebook {
  background: #4267b2;
}

.c-button--icon {
  line-height: 0;
  padding: 14px;
  width: 44px;
}

.c-button--icon .c-button__icon {
  margin: 0 auto;
}

.c-button--large {
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .c-button--large {
    padding: 0 24px;
  }
}

.c-button--light {
  background: #f5f5f6;
  color: #a7aab2;
}

.c-button--light:hover {
  background: #f5f5f6;
  color: #505666;
}

.c-button--linkedIn {
  background: #0077b5;
}

.c-button--linkedIn:hover {
  background: #3c94c4;
}

.c-button--next {
  padding-right: 38px;
}

.c-button--next::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16"><path fill="none" stroke="%23505666" stroke-miterlimit="10" d="M1.5 1l7 7-7 7"/></svg>');
  background-size: 100%;
  content: "";
  height: 16px;
  right: 20px;
  opacity: 0.5;
  position: absolute;
  top: 16px;
  -webkit-transition: 250ms;
  transition: 250ms;
  width: 10px;
  will-change: transform;
}

.c-button--next:not([disabled]):hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.c-button--prev {
  padding-left: 38px;
}

.c-button--prev::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16"><path fill="none" stroke="%23505666" stroke-miterlimit="10" d="M8.5,15l-7-7l7-7"/></svg>');
  background-size: 100%;
  content: "";
  height: 16px;
  left: 20px;
  opacity: 0.5;
  position: absolute;
  top: 16px;
  -webkit-transition: 250ms;
  transition: 250ms;
  width: 10px;
  will-change: transform;
}

.c-button--prev:not([disabled]):hover::before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.c-button--primary {
  background: #00cccc;
  box-shadow: none;
  color: #FFF;
}

.c-button--primary:hover {
  background: #00dddd;
  box-shadow: none;
  color: #FFF;
}

.c-button--rounded {
  border-radius: 24px;
}

.is-busy .c-button.c-button--spinner,
.c-button.c-button--spinner.is-busy {
  color: transparent;
  cursor: wait;
  pointer-events: none;
}

.is-busy .c-button.c-button--spinner .c-button__icon,
.c-button.c-button--spinner.is-busy .c-button__icon {
  opacity: 0;
}

.is-busy .c-button.c-button--spinner::before,
.c-button.c-button--spinner.is-busy::before {
  -webkit-animation: spinner 1s linear infinite;
          animation: spinner 1s linear infinite;
  background-image: url("/assets/genesis/img/spinner-button.png");
  background-size: 24px 24px;
  content: "";
  display: block;
  height: 24px;
  margin: -12px 0 0 -12px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
}

.is-busy .c-button.c-button--spinner::after,
.c-button.c-button--spinner.is-busy::after {
  opacity: 0;
}

.is-busy .c-button.c-button--spinner.c-button--inverted:not(.c-button--light):not(.c-button--outline)::before,
.c-button.c-button--spinner.is-busy.c-button--inverted:not(.c-button--light):not(.c-button--outline)::before {
  background-image: url("/assets/genesis/img/spinner-button-inverted.png");
}

.c-card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.c-card__image {
  background: #000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 1023px) {
  .c-card__imageImage {
    width: 125%;
  }
}

@media (min-width: 1024px) {
  .c-card__imageImage {
    -webkit-transition: -webkit-transform 500ms ease-out;
    transition: -webkit-transform 500ms ease-out;
    transition: transform 500ms ease-out;
    transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    will-change: transform;
  }
}

.c-card__header {
  background: #FFF;
  padding: 1rem;
}

@media (min-width: 1440px) {
  .c-card__header {
    padding: 1.5rem;
  }
}

.c-card__channelLogo {
  fill: #a7aab2;
  height: 16px;
  margin-bottom: 0.5rem;
}

.c-card__label {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.c-card__heading {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.c-card__heading--small {
  font-size: 1rem !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-card__heading--large {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .c-card__heading {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .c-card__heading.is-long {
    font-size: 1.5rem;
  }
}

.c-card__heading a {
  color: #000;
}

.c-card__partner {
  left: 1rem;
  height: 24px;
  position: absolute;
  top: 1rem;
  z-index: 2;
}

@media (min-width: 1440px) {
  .c-card__partner {
    left: 1.5rem;
    height: 32px;
    top: 1.5rem;
  }
}

.c-card:hover .c-card__imageImage {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.c-card--dark {
  background: #000;
}

.c-card--mini .c-card__header {
  padding: 1rem;
}

.c-card--stretch {
  height: 100%;
}

.c-card--visual {
  box-shadow: none;
}

.c-card--visual .c-card__image::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(90%, black));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, black 90%);
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: 0;
  -webkit-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
  will-change: background-color;
}

.c-card--visual .c-card__header {
  bottom: 0;
  position: absolute;
}

.c-card--dark .c-card__header,
.c-card--visual .c-card__header {
  background: transparent;
  color: #FFF;
}

.c-card--dark .c-card__channelLogo,
.c-card--visual .c-card__channelLogo {
  fill: #FFF;
}

.c-card--dark .c-card__heading a,
.c-card--visual .c-card__heading a {
  color: #FFF;
}

.c-card--dark .c-card .c-meta__link:hover,
.c-card--visual .c-card .c-meta__link:hover {
  color: #FFF;
}

.c-footer {
  background: #000;
  color: #FFF;
  padding: 4rem 0;
}

.c-footer__logoContact {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.c-footer__logo {
  display: block;
  margin-bottom: 1rem;
  width: 160px;
}

.c-footer__logo svg {
  fill: #FFF;
}

.c-footer__tagline {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.c-footer__contact {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0.5rem;
}

.c-footer__contactItem:not(:first-child) {
  margin-left: 1rem;
}

.c-footer__contactLink {
  display: block;
  opacity: 0.5;
  -webkit-transition: 150ms;
  transition: 150ms;
  will-change: opacity;
}

.c-footer__contactLink:hover {
  opacity: 1;
}

.c-footer__contactIcon {
  fill: #FFF;
  height: 24px;
  width: 24px;
}

.c-footer__heading {
  color: #FFF;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.c-footer__menu {
  line-height: 1.75;
}

.c-footer__menuLink {
  box-shadow: 0 1px 0 rgba(0, 204, 204, 0);
  -webkit-transition: 150ms;
  transition: 150ms;
}

.c-footer__menuLink:hover {
  box-shadow: 0 1px 0 rgba(0, 204, 204, 0.5);
}

.c-footer__menuLink:hover {
  color: #00cccc;
}

.c-footer__submenu {
  border-left: 1px solid rgba(0, 204, 204, 0.5);
  padding-left: 1rem;
}

.c-footer__legal {
  border-top: 1px solid #505666;
  color: #a7aab2;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
}

.c-footer__legalHeart {
  color: #ff4422;
}

.c-footer__legalStackpath {
  display: inline;
  height: 10px;
}

.c-header {
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 3rem 0;
  position: relative;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-header {
    padding: 6rem 0;
  }
}

.c-header__backdrop {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 1;
}

.c-header__backdrop::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(95%, black));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 95%);
  content: "";
}

.c-header__backdropImage {
  height: 150%;
}

.c-header__photo {
  background: #000;
  width: 100%;
}

@media (max-width: 1023px) {
  .c-header__photo {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 1024px) {
  .c-header__photo {
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
}

.c-header__photo::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, black));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 90%);
  content: "";
}

.c-header__photoImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-header__credit {
  border-radius: 2px;
  color: #FFF;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 14px;
  opacity: 1;
  padding: 4px 6px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: 250ms;
  transition: 250ms;
  will-change: opacity;
  z-index: 2;
}

@media (min-width: 768px) {
  .c-header__credit {
    right: 1.5rem;
    top: 1.5rem;
  }
}

.c-header__credit:hover {
  background: rgba(0, 0, 0, 0.25);
}

.c-header__creditIcon {
  fill: #FFF;
  float: left;
  height: 14px;
  margin-right: 4px;
  position: relative;
  width: 14px;
}

.c-header .c-header__text {
  position: relative;
  z-index: 3;
}

.c-header__text + .c-share {
  margin-top: 2rem;
}

.c-header__tags {
  margin-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  .c-header__tags {
    margin-bottom: 1rem;
  }
}

.c-header__subheading {
  color: #00cccc;
  margin-bottom: 1rem;
}

.c-header__heading {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .c-header__heading {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .c-header__heading--large {
    font-size: 5rem;
  }
}

.c-header__intro {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .c-header__intro {
    font-size: 1.5rem;
  }
}

.c-header--backdrop {
  padding: 0;
}

@media (min-width: 1024px) {
  .c-header--backdrop {
    height: 75vh;
  }
}

.c-header--backdrop > .o-wrapper {
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
  min-height: 100vw;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .c-header--backdrop > .o-wrapper {
    padding-bottom: 4rem;
  }
}

.c-header--photo {
  margin-bottom: 3rem;
  padding: 0;
}

@media (min-width: 1024px) {
  .c-header--photo {
    display: block;
    margin-bottom: 4rem;
  }

  .c-header--photo .c-header__text {
    bottom: 0;
    left: 2rem;
    padding: 0 3rem 4rem 3rem;
    position: absolute;
    right: 2rem;
    z-index: 2;
  }
}

@media (max-width: 1023px) {
  .c-header--photo > .o-wrapper {
    -webkit-box-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: flex;
    min-height: 100vw;
    padding-bottom: 2rem;
  }
}

.c-header--photo,
.c-header--backdrop {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .c-header--photo,
  .c-header--backdrop {
    margin-bottom: 5rem;
  }
}

.c-header--photo .c-header__heading,
.c-header--backdrop .c-header__heading {
  color: #FFF;
}

.c-header--photo .c-header__intro,
.c-header--backdrop .c-header__intro {
  color: rgba(255, 255, 255, 0.5);
}

.c-input {
  background: #FFF;
  border: 1px solid #e3e3e4;
  border-radius: 4px;
  display: block;
  font-variant-ligatures: no-common-ligatures;
  line-height: 24px;
  overflow: hidden;
  padding: 11px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 100%;
  will-change: border-color, box-shadow;
}

.c-input:hover {
  border-color: #cfd0d1;
}

.c-input:focus {
  border-color: #505666;
}

.c-input--borderless {
  border: none;
  padding: 12px;
}

.c-input.is-error {
  border-color: #ff4422 !important;
  box-shadow: 0 0 0 3px rgba(255, 68, 34, 0.1) !important;
}

.c-inputFancy {
  background: #FFF;
  border: 1px solid #e3e3e4;
  border-radius: 4px;
  height: 56px;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  -webkit-transition: 250ms;
  transition: 250ms;
  will-change: border-color, box-shadow;
}

.c-inputFancy__input {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #505666;
  display: block;
  font-size: 1rem;
  font-variant-ligatures: no-common-ligatures;
  height: 38px;
  line-height: 38px;
  padding: 0;
  position: relative;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 2;
}

.c-inputFancy__input:not([value=""]),
.c-inputFancy__input:-webkit-autofill,
.c-inputFancy__input.is-dirty {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.c-inputFancy__input:not([value=""]) + .c-inputFancy__label,
.c-inputFancy__input:-webkit-autofill + .c-inputFancy__label,
.c-inputFancy__input.is-dirty + .c-inputFancy__label {
  -webkit-transform: scale(0.75) translateY(-8px);
          transform: scale(0.75) translateY(-8px);
}

.c-inputFancy__label {
  color: #a7aab2;
  display: block;
  font-size: 1rem;
  left: 10px;
  line-height: 54px;
  position: absolute;
  top: 0;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
  z-index: 1;
}

.c-inputFancy:hover {
  border-color: #cfd0d1;
}

.c-inputFancy.is-error,
.c-inputFancy.is-error:hover,
.c-inputFancy.is-error.is-focus {
  border-color: #ff4422;
  box-shadow: 0 0 0 3px rgba(255, 68, 34, 0.1);
}

.c-inputFancy.is-focus {
  border-color: #505666;
}

.c-inputFancy--borderless {
  border-color: #FFF !important;
}

.c-inputOption {
  min-height: 24px;
  position: relative;
}

.c-inputOption__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  height: 20px;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 2px;
  width: 20px;
  z-index: 5;
}

.c-inputOption__input[type=checkbox] + .c-inputOption__label::before {
  border-radius: 2px;
}

.c-inputOption__input[type=checkbox] + .c-inputOption__label::after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M5.093 11.562L.23 6.7l1.415-1.415 3.137 3.138L10.105.438l1.665 1.11" fill="%23FFF"/></svg>');
  background-size: 12px 12px;
  background-repeat: no-repeat;
  height: 12px;
  left: 4px;
  top: 6px;
  width: 12px;
}

.t-black .c-inputOption__input[type=checkbox] + .c-inputOption__label::after,
.t-color .c-inputOption__input[type=checkbox] + .c-inputOption__label::after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M5.093 11.562L.23 6.7l1.415-1.415 3.137 3.138L10.105.438l1.665 1.11" fill="%23505666"/></svg>');
}

.c-inputOption__input[type=radio] + .c-inputOption__label::before {
  border-radius: 50%;
}

.c-inputOption__input[type=radio] + .c-inputOption__label::after {
  background: #FFF;
  border-radius: 50%;
  height: 10px;
  left: 5px;
  top: 7px;
  width: 10px;
}

.c-inputOption__input:checked + .c-inputOption__label::before {
  background: #505666 !important;
  border-color: #505666 !important;
}

.t-black .c-inputOption__input:checked + .c-inputOption__label::before,
.t-color .c-inputOption__input:checked + .c-inputOption__label::before {
  background: #FFF !important;
  border-color: #FFF !important;
}

.c-inputOption__input:checked + .c-inputOption__label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-inputOption__label {
  cursor: pointer;
  display: block;
  padding-left: 30px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
}

.c-inputOption__label::before {
  background: #FFF;
  border: 1px solid #e3e3e4;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

.c-inputOption__label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 150ms;
  transition: 150ms;
}

.c-inputOption:hover .c-inputOption__label::before {
  border-color: #cfd0d1;
}

.c-inputOption--borderless .c-inputOption__label::before {
  border-color: #FFF !important;
}

.c-inputOption--borderless .c-inputOption__input:checked + .c-inputOption__label::before {
  border-color: #FFF !important;
}

.c-inputOption + .c-inputOption {
  margin-top: 0.25rem;
}

.c-inputTags {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.c-inputTags__tag:not(:last-child) {
  margin: 0 8px 8px 0;
  position: relative;
}

.c-inputTags__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  z-index: 1;
}

.c-inputTags__input:checked + .c-inputTags__label {
  background: rgba(80, 86, 102, 0.075);
  border-color: #505666;
  color: black;
}

.c-inputTags__label {
  border: 1px solid #e3e3e4;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 10px;
  -webkit-transition: 150ms;
  transition: 150ms;
  white-space: nowrap;
  will-change: background, border-color, color;
}

.c-inputTags__label:hover {
  border: 1px solid #cfd0d1;
}

.c-label {
  color: #a7aab2;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.c-listItem {
  display: -webkit-box;
  display: flex;
}

.c-listItem__emoji {
  font-size: 2rem;
  line-height: 1;
  margin-right: 1rem;
  padding-top: 6px;
}

.c-listItem__image {
  border-radius: 4px;
  height: 64px;
  margin-right: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 64px;
}

.c-listItem__heading {
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.c-listItem__heading a {
  box-shadow: 0 2px 0 rgba(0, 204, 204, 0);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: black;
}

.c-listItem__heading a:hover {
  box-shadow: 0 2px 0 rgba(0, 204, 204, 0.5);
}

.c-listItem:not(:last-child) {
  margin-bottom: 1.5rem;
}

@-webkit-keyframes marqueeLeft {
  0% {
    -webkit-transform: translate3d(-192px, 0, 0);
            transform: translate3d(-192px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes marqueeLeft {
  0% {
    -webkit-transform: translate3d(-192px, 0, 0);
            transform: translate3d(-192px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes marqueeRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-128px, 0, 0);
            transform: translate3d(-128px, 0, 0);
  }
}

@keyframes marqueeRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-128px, 0, 0);
            transform: translate3d(-128px, 0, 0);
  }
}

.c-marquee {
  background-image: -webkit-gradient(linear, left top, right top, from(#CBE4F1), color-stop(#c8c1de), color-stop(#f4d1e1), color-stop(#f6cfbd), color-stop(#f9f5d1), to(#cde3cd));
  background-image: linear-gradient(to right, #CBE4F1, #c8c1de, #f4d1e1, #f6cfbd, #f9f5d1, #cde3cd);
  overflow: hidden;
}

.c-marquee__logo {
  -webkit-animation: marqueeLeft 4s linear infinite;
          animation: marqueeLeft 4s linear infinite;
  background-color: #000;
  background-image: url("/assets/genesis/img/marquee-logo.svg");
  background-size: 192px 40px;
  background-position: left center;
  background-repeat: repeat-x;
  border-bottom: 16px solid #000;
  border-top: 16px solid #000;
  height: 72px;
  mix-blend-mode: color-burn;
  width: 200%;
}

.c-marquee__tagline {
  -webkit-animation: marqueeRight 4s linear infinite;
          animation: marqueeRight 4s linear infinite;
  background-color: #000;
  background-image: url("/assets/genesis/img/marquee-tagline.svg");
  background-size: 128px 12px;
  background-position: left center;
  background-repeat: repeat-x;
  border-bottom: 16px solid #000;
  height: 28px;
  width: 200%;
}

.c-meta {
  color: #a7aab2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  font-size: 0.75rem;
  line-height: 1.5;
  width: 100%;
}

@media (min-width: 768px) {
  .c-meta {
    font-size: 0.875rem;
  }
}

.c-meta li:not(:last-child) {
  margin-right: 6px;
}

.c-meta li:not(:last-child)::after {
  content: "\2022";
  margin-left: 6px;
}

.c-meta a {
  color: #a7aab2;
}

.c-meta a:hover {
  color: #505666;
}

.c-meta--light {
  color: rgba(255, 255, 255, 0.75);
}

.c-meta--light a {
  color: rgba(255, 255, 255, 0.75);
}

.c-meta--light a:hover {
  color: #FFF;
}

@-webkit-keyframes modalStep {
  0% {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modalStep {
  0% {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes modalWindow {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes modalWindow {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.c-modal {
  -webkit-box-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 8px;
  position: fixed;
  top: 0;
  width: 100vw;
  will-change: opacity;
  z-index: 110;
}

.c-modal__window {
  -webkit-animation: modalWindow 250ms ease-out both;
          animation: modalWindow 250ms ease-out both;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-height: calc(100vh - 16px);
  padding-top: 48px;
  position: relative;
  max-width: 480px;
  width: 100%;
  will-change: transform;
}

.c-modal__header {
  box-shadow: 0 1px 0 rgba(80, 86, 102, 0.15);
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 48px;
  height: 48px;
  left: 0;
  line-height: 48px;
  padding-left: 16px;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .c-modal__header {
    padding-left: 24px;
  }
}

.c-modal__title {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="none" stroke="%23505666" stroke-width="2" stroke-miterlimit="10" d="M31 17L17 31M17 17l14 14"/></svg>');
  background-repeat: no-repeat;
  background-size: 48px 48px;
  border: none;
  display: block;
  -webkit-box-flex: 0;
          flex: 0 0 48px;
  height: 48px;
  opacity: 0.5;
  -webkit-transition: 150ms;
  transition: 150ms;
  width: 48px;
}

.c-modal__close:hover {
  opacity: 1;
}

.c-modal__step {
  display: none;
}

.c-modal__step:not(.c-modal__step--1) {
  -webkit-animation: modalStep 300ms ease forwards;
          animation: modalStep 300ms ease forwards;
}

[data-modal-step="1"] .c-modal__step--1,
[data-modal-step="2"] .c-modal__step--2,
[data-modal-step="3"] .c-modal__step--3,
[data-modal-step="4"] .c-modal__step--4,
[data-modal-step="5"] .c-modal__step--5 {
  display: block;
}

.c-modal__scroller {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: auto;
  max-height: calc(100vh - 144px);
}

.c-modal__body {
  padding: 1rem;
}

@media (min-width: 768px) {
  .c-modal__body {
    padding: 1.5rem;
  }
}

.c-modal__heading {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.c-modal__text {
  margin-bottom: 1.5rem;
}

.c-modal__footer {
  box-shadow: 0 -1px 0 rgba(80, 86, 102, 0.15);
  padding: 12px 16px;
}

@media (min-width: 768px) {
  .c-modal__footer {
    padding: 16px 24px;
  }
}

.c-modal__actions {
  -webkit-box-align: center;
          align-items: center;
  color: #a7aab2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

[data-modal-step]:not([data-modal-step="1"]) .c-modal__actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.c-modal.is-visible {
  display: -webkit-box;
  display: flex;
}

.c-modal.is-visible .c-modal__window {
  display: -webkit-box;
  display: flex;
}

.has-modal {
  overflow: hidden;
}

.c-mosaic {
  background: #FFF;
}

@media (max-width: 767px) {
  .c-mosaic {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .c-mosaic {
    border: 4px solid #FFF;
    position: relative;
    width: 100%;
    height: calc(50vw + 4px);
  }
}

@media (max-width: 767px) {
  .c-mosaic__slider {
    padding: 4px;
    width: calc(520vw + 8px);
  }

  .c-mosaic__slider::after {
    clear: both;
    content: "";
    display: block;
  }
}

.c-mosaic__image {
  background: #000;
  border: 4px solid #FFF;
  box-shadow: 0 0 0 4px #FFF;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .c-mosaic__image {
    float: left;
    border: 4px solid #FFF;
    height: 80vw;
    width: 80vw;
  }

  .c-mosaic__image:nth-child(2) {
    width: 40vw;
  }

  .c-mosaic__image:nth-child(4) {
    width: 160vw;
  }
}

@media (min-width: 768px) {
  .c-mosaic__image {
    height: 50%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25%;
  }

  .c-mosaic__image:nth-child(1) {
    left: 75%;
  }

  .c-mosaic__image:nth-child(2) {
    height: 100%;
    left: 50%;
  }

  .c-mosaic__image:nth-child(3) {
    left: 0;
    top: 50%;
  }

  .c-mosaic__image:nth-child(4) {
    width: 50%;
  }

  .c-mosaic__image:nth-child(5) {
    left: 25%;
    top: 50%;
  }

  .c-mosaic__image:nth-child(6) {
    left: 75%;
    top: 50%;
  }
}

@-webkit-keyframes navGrid {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }

  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes navGrid {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }

  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes navGridContent {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navGridContent {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes navMenuLinkTail {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@keyframes navMenuLinkTail {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@-webkit-keyframes navSubmenuMobile {
  0% {
    background: #000;
  }

  100% {
    background: #1c1e24;
  }
}

@keyframes navSubmenuMobile {
  0% {
    background: #000;
  }

  100% {
    background: #1c1e24;
  }
}

@-webkit-keyframes navSubmenuItemMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navSubmenuItemMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes navSubmenu {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navSubmenu {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes navSubmenuTail {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navSubmenuTail {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes navIconPop {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes navIconPop {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.c-nav {
  background: #FFF;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media (max-width: 1023px) {
  .c-nav {
    position: fixed;
    top: 0 !important;
  }
}

@media (min-width: 1024px) {
  .c-nav {
    position: -webkit-sticky;
    position: sticky;
    will-change: transform;
  }

  .c-nav.has-level2 {
    top: -48px;
  }

  .c-nav.has-level2.is-slideDown {
    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: -webkit-transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
    -webkit-transform: translate3d(0, 48px, 0);
            transform: translate3d(0, 48px, 0);
  }

  .c-nav.has-level2.is-slideUp {
    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: -webkit-transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
    -webkit-transform: translate3d(0, -48px, 0);
            transform: translate3d(0, -48px, 0);
  }
}

.c-nav__levelLabel {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  display: block;
  height: 56px;
  position: absolute;
  top: 0;
  width: 48px;
  will-change: background-image, transform;
  z-index: 1000;
}

@media (min-width: 1024px) {
  .c-nav__levelLabel {
    display: none;
  }
}

.c-nav__levelLabel--1 {
  background-image: url('data:image/svg+xml;utf-8,<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 3h4v4H3zM17 3h4v4h-4zM10 3h4v4h-4zM3 10h4v4H3zM17 10h4v4h-4zM10 10h4v4h-4zM3 17h4v4H3zM17 17h4v4h-4zM10 17h4v4h-4z" fill="%23A7AAB2"/></svg>');
  left: 0;
}

.c-nav__levelLabel--2 {
  background-image: url('data:image/svg+xml;utf-8,<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2 11h20v2H2zM2 4h20v2H2zM2 18h20v2H2z" fill="%23A7AAB2"/></svg>');
  right: 0;
}

.c-nav__logo {
  display: none;
  height: 48px;
  left: 24px;
  padding: 16px 0;
  position: absolute;
  width: 66px;
}

@media (min-width: 1024px) {
  .c-nav__logo {
    display: block;
  }
}

.c-nav__logo svg {
  fill: black;
  height: 16px;
  -webkit-transition: fill 250ms ease;
  transition: fill 250ms ease;
  will-change: fill;
}

.c-nav__icons {
  display: -webkit-box;
  display: flex;
  line-height: 56px;
  position: absolute;
  top: 0;
  right: 48px;
  z-index: 900;
}

@media (min-width: 1024px) {
  .c-nav__icons {
    right: 0;
  }
}

.c-nav__iconsItem--grid {
  left: 0;
  position: fixed;
}

@media (min-width: 1024px) {
  .c-nav__iconsItem--grid {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c-nav__iconsItem--menu {
    display: none;
  }
}

.c-nav__iconsLink {
  display: block;
  height: 56px;
  padding: 16px 12px;
  width: 48px;
}

@media (min-width: 1024px) {
  .c-nav__iconsLink {
    height: 48px;
    padding: 12px;
  }
}

.c-nav__iconsIcon {
  fill: #a7aab2;
  height: 24px;
  width: 24px;
}

@media (min-width: 1024px) {
  .c-nav__level1 {
    height: 48px;
    position: relative;
  }

  .has-level2 .c-nav__level1 {
    background: #f7f8f8;
  }
}

.c-nav__level2 {
  position: relative;
}

@media (min-width: 1024px) {
  .c-nav__level2 {
    height: 64px;
  }

  .c-nav__level2 .c-nav__menuItem.has-menu > a::after {
    top: 26px;
  }

  .c-nav__level2 .c-nav__menuItemLink {
    color: #505666;
    font-size: 1.125rem;
    line-height: 60px;
    padding-bottom: 4px;
  }

  .c-nav__level2 .c-nav__menuItemLink:hover {
    color: black;
  }
}

.c-nav__pwd {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 1023px) {
  .c-nav__pwd {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    height: 56px;
    padding-left: 48px;
    z-index: 800;
  }
}

@media (min-width: 1024px) {
  .c-nav__pwd {
    left: 24px;
    position: absolute;
    top: 0;
    width: calc(100% - 24px);
  }
}

.c-nav__pwdLogo {
  display: block;
  width: 66px;
}

@media (min-width: 1024px) {
  .c-nav__pwdLogo {
    padding: 16px 11px 16px 0;
    position: relative;
    top: 8px;
    width: 77px;
  }
}

.c-nav__pwdLogo svg {
  fill: #a7aab2;
  height: 16px;
  -webkit-transition: fill 250ms;
  transition: fill 250ms;
  width: 66px;
  will-change: fill;
}

.c-nav__pwdLogo:hover svg {
  fill: black;
}

@media (max-width: 1023px) {
  .is-menu .c-nav__pwdLogo:hover svg {
    fill: #FFF;
  }
}

.c-nav__pwdSite {
  font-family: Trump Soft Pro, Arial Narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #a7aab2;
  display: block;
  font-size: 21px;
  left: 0;
  letter-spacing: 0.025em;
  line-height: 22px;
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
  white-space: nowrap;
  will-change: transform;
}

@media (max-width: 1023px) {
  .c-nav__pwdSite {
    border-left: 1px solid rgba(80, 86, 102, 0.15);
    margin-left: 8px;
    padding-left: 8px;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
    will-change: border-color;
  }

  .is-menu .c-nav__pwdSite {
    border-left-color: rgba(255, 255, 255, 0.25);
  }

  .is-menu .c-nav__pwdSite:hover {
    color: #FFF;
  }
}

@media (min-width: 1024px) {
  .c-nav__pwdSite {
    background: #FFF;
    display: block;
    line-height: 46px;
    min-width: 88px;
    padding-top: 1px;
    position: absolute;
    top: 8px;
  }

  .c-nav__pwdSite::after {
    border-left: 1px solid #e3e3e4;
    content: "";
    height: 24px;
    left: -9px;
    position: absolute;
    top: 12px;
    width: 9px;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .c-nav__pwdSite::after {
    background: #FFF;
    left: -11px;
    width: 11px;
  }
}

@media (min-width: 1024px) {
  .c-nav__pwdSite:hover {
    color: black;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .is-sticky .c-nav__pwdSite {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

.c-nav__ctas {
  display: none;
  position: absolute;
  right: 8px;
  top: 8px;
}

@media (min-width: 1024px) {
  .c-nav__ctas {
    display: -webkit-box;
    display: flex;
  }
}

.c-nav__ctas > :not(:first-child) {
  display: none;
}

@media (min-width: 1440px) {
  .c-nav__ctas > :not(:first-child) {
    display: inline-block;
    margin-left: 8px;
  }
}

.c-nav__ctasMobile {
  background: rgba(80, 86, 102, 0.5);
  display: -webkit-box;
  display: flex;
  padding: 1rem 1.5rem;
}

@media (min-width: 768px) {
  .c-nav__ctasMobile {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .c-nav__ctasMobile {
    display: none;
  }
}

.c-nav__ctasMobile .c-button {
  -webkit-box-flex: 1;
          flex: 1;
}

.c-nav__ctasMobile .c-button:not(:first-child) {
  margin-left: 0.5rem;
}

@media (max-width: 1023px) {
  .c-nav__menuContainer {
    background: #000;
    border-top: 1px solid #1c1e24;
    box-shadow: 0 -56px 0 #000;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    left: 0;
    overflow: hidden;
    position: fixed;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
    top: 56px;
    width: 100%;
    will-change: transform;
    z-index: 700;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .c-nav__menuContainer {
    width: 400px;
  }
}

@media (max-width: 1023px) {
  .c-nav__menuContainer .c-nav__menu {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1;
  }
}

@media (max-width: 1023px) {
  .c-nav__menuContainer--1 {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (max-width: 1023px) {
  .c-nav__menuContainer--2 {
    left: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
  }
}

@media (min-width: 1024px) {
  .c-nav__menuContainer {
    z-index: 1000;
  }
}

.c-nav__footer {
  background: #1c1e24;
  box-shadow: 0 0 40px #000;
  color: #FFF;
  padding: 1.5rem 3rem 1.5rem 3rem;
  z-index: 1000;
}

@media (min-width: 1024px) {
  .c-nav__footer {
    display: none;
  }
}

.c-nav__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
}

.c-nav__socialItem {
  margin: 0 8px;
}

.c-nav__socialLink {
  background: #000;
  border-radius: 50%;
  display: block;
  height: 44px;
  padding: 12px;
  width: 44px;
}

.c-nav__socialIcon {
  fill: #FFF;
  height: 20px;
  width: 20px;
}

.c-nav__company {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.c-nav__companyLink {
  color: #a7aab2;
  font-size: 0.875rem;
  display: block;
  padding: 0.5rem;
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
  white-space: nowrap;
  will-change: color;
}

.c-nav__companyLink:hover {
  color: #FFF;
}

@media (min-width: 1024px) {
  .c-nav__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1023px) {
  .c-nav__menuItem:not(:first-child) {
    border-top: 1px solid rgba(80, 86, 102, 0.35);
  }
}

@media (min-width: 1024px) {
  .no-touchevents .c-nav__menuItem:hover .c-nav__menuLink,
  .touchevents .c-nav__menuItem:focus .c-nav__menuLink {
    color: black;
  }

  .no-touchevents .has-level2 .c-nav__level1 .c-nav__menuItem:hover .c-nav__menuLink,
  .touchevents .has-level2 .c-nav__level1 .c-nav__menuItem:focus .c-nav__menuLink {
    background: #FFF;
  }

  .no-touchevents .c-nav__menuItem.has-grid:hover .c-nav__menuLink::before,
  .touchevents .c-nav__menuItem.has-grid:focus .c-nav__menuLink::before {
    display: block;
  }

  .no-touchevents .c-nav__menuItem.has-grid:hover .c-nav__grid,
  .touchevents .c-nav__menuItem.has-grid:focus .c-nav__grid {
    display: block;
  }

  .c-nav__menuItem.has-menu {
    position: relative;
  }

  .no-touchevents .c-nav__menuItem.has-menu:hover .c-nav__submenu,
  .touchevents .c-nav__menuItem.has-menu:focus .c-nav__submenu {
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .c-nav__menuItem:first-child {
    display: none;
  }
}

.c-nav__menuLink {
  color: #a7aab2;
  display: block;
  overflow: hidden;
  padding: 1rem 1.5rem;
  position: relative;
}

@media (max-width: 1023px) {
  .c-nav__menuLink {
    font-size: 1.5rem;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
    will-change: background-color, color;
  }
}

@media (min-width: 768px) {
  .c-nav__menuLink {
    padding: 1rem 3rem;
  }
}

@media (min-width: 1024px) {
  .c-nav__menuLink {
    padding: 0 12px;
  }

  .c-nav__level1 .c-nav__menuLink {
    font-family: Shentox, sans-serif;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #505666;
    line-height: 45px;
    padding-top: 3px;
  }

  .c-nav__level1 .c-nav__menuLink::after {
    margin-top: -3px;
  }

  .c-nav__level2 .c-nav__menuLink {
    color: #505666;
    font-size: 1.125rem;
    line-height: 60px;
    padding-bottom: 4px;
  }

  .c-nav__level2 .c-nav__menuLink:hover {
    color: black;
  }
}

@media (min-width: 1440px) {
  .c-nav__menuLink {
    padding-left: m;
    padding-right: m;
  }
}

.has-grid > .c-nav__menuLink::before {
  -webkit-animation: navMenuLinkTail 150ms ease-out both;
          animation: navMenuLinkTail 150ms ease-out both;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  bottom: -6px;
  content: "";
  display: none;
  height: 0;
  margin-left: -6px;
  left: 50%;
  position: absolute;
  width: 0;
}

.has-grid > .c-nav__menuLink::after,
.has-menu > .c-nav__menuLink::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="none" stroke="%23A7AAB2" d="M11.5 3.5L6 9 .5 3.5"/></svg>');
  content: "";
  float: right;
  height: 12px;
  margin-left: 8px;
  pointer-events: none;
  position: relative;
  top: 14px;
  width: 12px;
}

@media (min-width: 1024px) {
  .has-grid > .c-nav__menuLink::after,
  .has-menu > .c-nav__menuLink::after {
    top: 18px;
  }
}

.c-nav__menuLabel {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

@media (min-width: 1024px) {
  .c-nav__menuLabel {
    display: none;
  }
}

.c-nav__menuToggle {
  opacity: 0;
  left: -9999px;
  pointer-events: none;
  position: absolute;
  top: -9999px;
}

@media (max-width: 1023px) {
  .c-nav__menuToggle ~ .c-nav__menuLink {
    color: #a7aab2;
  }

  .c-nav__menuToggle:checked ~ .c-nav__levelLabel {
    -webkit-animation: navIconPop 150ms ease-out both;
            animation: navIconPop 150ms ease-out both;
    background-image: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>cross</title><polygon points="19.778 5.636 18.364 4.222 12 10.586 5.636 4.222 4.222 5.636 10.586 12 4.222 18.364 5.636 19.778 12 13.414 18.364 19.778 19.778 18.364 13.414 12 19.778 5.636" fill="%23FFFFFF"/></svg>');
  }

  .c-nav__menuToggle:checked ~ .c-nav__menuContainer {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .c-nav__menuToggle:checked ~ .c-nav__grid,
  .c-nav__menuToggle:checked ~ .c-nav__submenu {
    display: block;
  }

  .c-nav__menuToggle:checked ~ .c-nav__menuLink {
    background: #1c1e24;
    color: #FFF;
  }

  .c-nav__menuToggle:checked ~ .c-nav__menuLink::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.c-nav__grid {
  background: #000;
  display: none;
}

@media (max-width: 1023px) {
  .c-nav__grid {
    -webkit-animation: navSubmenuMobile 250ms ease-out both;
            animation: navSubmenuMobile 250ms ease-out both;
    display: none;
  }
}

@media (min-width: 1024px) {
  .c-nav__grid {
    -webkit-animation: navGrid 150ms ease-out both;
            animation: navGrid 150ms ease-out both;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
    color: #FFF;
    left: 0;
    position: absolute;
    -webkit-transform-origin: center 0;
            transform-origin: center 0;
    width: 100%;
    will-change: transform;
    z-index: 100;
  }

  .c-nav__grid::after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
    content: "";
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 80px;
  }
}

.c-nav__grid > * {
  -webkit-animation: navGridContent 300ms 100ms ease-out both;
          animation: navGridContent 300ms 100ms ease-out both;
  will-change: opacity, transform;
}

.c-nav__submenu {
  background: #000;
  display: none;
  will-change: background-color;
}

@media (max-width: 1023px) {
  .c-nav__submenu {
    -webkit-animation: navSubmenuMobile 250ms ease-out both;
            animation: navSubmenuMobile 250ms ease-out both;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .c-nav__submenu {
    -webkit-animation: navSubmenu 150ms ease-out both;
            animation: navSubmenu 150ms ease-out both;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    left: 50%;
    line-height: 1.5;
    margin-left: -112px;
    position: absolute;
    text-align: center;
    width: 224px;
    z-index: 100;
  }

  .c-nav__submenu::before {
    -webkit-animation: navSubmenuTail 150ms ease-out both;
            animation: navSubmenuTail 150ms ease-out both;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000;
    content: "";
    height: 0;
    margin: -6px 0 0 -6px;
    left: 50%;
    position: absolute;
    width: 0;
  }
}

@media (max-width: 1023px) {
  .c-nav__submenuItem {
    -webkit-animation: navSubmenuItemMobile 250ms ease-out both;
            animation: navSubmenuItemMobile 250ms ease-out both;
  }
}

@media (min-width: 1024px) {
  .c-nav__submenuItem:not(:first-child) {
    border-top: 1px solid rgba(80, 86, 102, 0.5);
  }
}

.c-nav__submenuLink {
  display: block;
  padding: 1rem 1.5rem 1rem 3rem;
  position: relative;
}

@media (max-width: 1023px) {
  .c-nav__submenuLink::before {
    background-image: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M3.5.5L9 6l-5.5 5.5" stroke="%23A7AAB2" /></svg>');
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 1.5rem;
    position: absolute;
    top: 24px;
    width: 12px;
  }
}

@media (min-width: 768px) {
  .c-nav__submenuLink {
    padding-left: 5rem;
  }

  .c-nav__submenuLink::before {
    left: 3rem;
  }
}

@media (min-width: 1024px) {
  .c-nav__submenuLink {
    padding: 1rem;
  }

  .c-nav__submenuLink:hover {
    background-color: rgba(80, 86, 102, 0.5);
  }
}

.c-nav__submenuLinkTitle {
  color: #FFF;
  display: block;
}

@media (max-width: 1023px) {
  .c-nav__submenuLinkTitle {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  .c-nav__submenuLinkTitle {
    font-size: 1rem;
    font-weight: 400;
  }
}

.c-nav__submenuLinkNote {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .c-nav__submenuLinkNote {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .c-navGrid {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    overflow: auto;
    padding: 3rem 80px 3rem 0;
    width: 100%;
  }
}

.c-navGrid__group {
  padding: 0.5rem 1.5rem 0 1.5rem;
}

@media (min-width: 768px) {
  .c-navGrid__group {
    padding: 0.5rem 3rem 0 3rem;
  }
}

@media (min-width: 1024px) {
  .c-navGrid__group {
    padding: 0 1.5rem;
  }

  .c-navGrid__group:not(:first-child) {
    border-left: 1px solid rgba(80, 86, 102, 0.5);
  }
}

.c-navGrid__group h6 {
  color: #a7aab2;
  margin-bottom: 1rem;
}

.c-navGrid__groupHeading {
  font-size: 0.875rem;
}

.c-navGrid__row {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 1023px) {
  .c-navGrid__row {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .c-navGrid__row {
    margin: 0 -0.75rem;
  }
}

@media (min-width: 1024px) {
  .c-navGrid__row {
    margin: 0;
  }
}

.c-navGrid__item {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .c-navGrid__item {
    display: block;
    -webkit-box-flex: 0;
            flex: 0 0 160px;
    margin-bottom: 0;
    padding: 0;
    width: 160px;
  }

  .c-navGrid__item:not(:first-child) {
    margin-left: 1.5rem;
  }
}

.c-navGrid__itemImage {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  display: block;
  -webkit-box-flex: 0;
          flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
}

@media (min-width: 1024px) {
  .c-navGrid__itemImage {
    -webkit-box-flex: 0;
            flex: none;
    margin-bottom: 1rem;
    width: 100%;
  }
}

.c-navGrid__itemText {
  -webkit-box-flex: 0;
          flex: 0 0 calc(50% - 8px);
}

@media (min-width: 1024px) {
  .c-navGrid__itemText {
    -webkit-box-flex: 0;
            flex: none;
  }
}

.c-navGrid__itemHeading {
  color: #FFF;
  margin-bottom: 0.25rem;
}

.c-navGrid__itemDesc {
  color: #a7aab2;
  font-size: 0.75rem;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
}

.c-navGrid__item:hover .c-navGrid__itemDesc {
  color: #FFF;
}

.c-person {
  background: #000;
  position: relative;
}

.c-person:hover .c-person__photoImage {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.c-person__photo {
  height: 0;
  left: 0;
  padding-top: 125%;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-person__photo::after {
  background-image: linear-gradient(200deg, rgba(40, 43, 51, 0) 25%, #282b33 90%);
  bottom: -1px;
  content: "";
  left: -1px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;
}

.c-person__photoImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  will-change: transform;
}

.c-person__text {
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  will-change: transform;
}

@media (min-width: 768px) {
  .c-person__text {
    padding: screen(l);
  }
}

.c-person__name {
  font-family: Trump Soft Pro, Arial Narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .c-person__name {
    font-size: 2rem;
  }
}

.c-person__bio {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .c-person__bio {
    font-size: 1rem;
  }
}

.c-person__company {
  font-weight: 500;
}

.c-person__company a {
  color: #FFF;
}

.c-person__position {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .c-person__position {
    font-size: 0.875rem;
  }
}

.c-person__links {
  position: absolute;
  top: 16px;
  right: 16px;
}

.c-person__linksIcon {
  fill: #FFF;
  height: 20px;
  width: 20px;
}

.c-person--color .c-person__name {
  color: #00cccc;
}

.c-richText a {
  box-shadow: inset 0 -8px 0 rgba(0, 204, 204, 0.1);
  color: #00cccc;
  -webkit-transition: 150ms;
  transition: 150ms;
  padding-left: 2px;
  padding-right: 2px;
  will-change: background-color, box-shadow;
}

.c-richText a:hover {
  box-shadow: inset 0 -1em 0 rgba(0, 204, 204, 0.1);
}

.c-richText > h3 {
  font-feature-settings: "ss01" 1, "ss02" 1, "ss03" 1;
  font-family: Graphik, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 1em 0 0.25em 0;
  text-transform: none;
}

.c-richText > blockquote,
.c-richText > ol,
.c-richText > p,
.c-richText > ul {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 1rem;
  line-height: 1.75;
}

.c-richText > ol {
  counter-reset: ol;
}

.c-richText > ol li {
  counter-increment: ol;
  margin: 0 0 0.5rem 0;
  padding-left: 1.75em;
  position: relative;
}

.c-richText > ol li::before {
  font-feature-settings: "tnum" 1;
  content: counter(ol) ".";
  left: 0;
  position: absolute;
  top: 0;
  width: 1.75em;
}

.c-richText > ul li {
  margin: 0 0 0.5rem 0;
  padding-left: 1.75em;
  position: relative;
}

.c-richText > ul li::before {
  background: #505666;
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
  left: 0;
  position: absolute;
  top: 0.7em;
}

.c-richText .twitter-tweet {
  margin: 3rem auto !important;
}

@media (max-width: 1023px) {
  .c-richText .twitter-tweet {
    margin: 2rem auto !important;
    width: 100% !important;
  }
}

.c-richText .o-media {
  margin: 2rem -1.5rem;
}

@media (min-width: 768px) {
  .c-richText .o-media {
    margin: 3rem 0;
  }
}

.c-richText__image {
  margin: 2rem -1.5rem;
}

.c-richText__image--fullWidth {
  position: relative;
  z-index: 100;
}

.c-richText__image--fullWidth img {
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
  max-width: 100vw;
  position: absolute;
  top: 0;
  width: 100vw;
}

@media (min-width: 768px) {
  .c-richText__image {
    margin: 3rem auto;
  }
}

.c-richText__imageFullWidth {
  width: 100vw;
}

.c-richText__imageCaption {
  color: #a7aab2;
  font-size: 0.875rem;
  padding: 1rem 0 0 3rem;
  position: relative;
}

@media (min-width: 768px) {
  .c-richText__imageCaption {
    padding-left: 1.5rem;
  }
}

.c-richText__imageCaptionIcon {
  fill: #a7aab2;
  left: 1.5rem;
  height: 16px;
  position: absolute;
  top: 18px;
  width: 16px;
}

@media (min-width: 768px) {
  .c-richText__imageCaptionIcon {
    left: 0;
  }
}

.c-richText__pullQuote {
  margin: 2rem auto;
}

@media (min-width: 768px) {
  .c-richText__pullQuote {
    float: right;
    margin: 0 0 1rem 20px;
    width: 50%;
  }
}

.c-richText__pullQuote::after {
  clear: both;
  content: "";
  display: block;
}

.c-richText__pullQuoteGradient {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ff4422), to(#cc0099));
  background-image: linear-gradient(to bottom right, #ff4422, #cc0099);
}

.c-richText__pullQuoteQuote {
  font-family: Trump Soft Pro, Arial Narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: uppercase;
  background: #FFF;
  color: #000;
  font-size: 3rem;
  margin-bottom: 0 !important;
  mix-blend-mode: screen;
  padding-left: 20px;
  text-indent: -0.3725em;
}

@media (max-width: 767px) {
  .c-richText__pullQuoteQuote {
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-richText__pullQuoteQuote {
    font-size: 2rem;
  }
}

.c-richText__pullQuoteFooter {
  color: #a7aab2;
  font-size: 0.875rem;
  margin-top: 1em;
  padding-left: 20px;
}

.c-richText__pullQuoteFooter::before {
  content: "\2014   ";
}

.c-richText__quote {
  border-left: 2px solid #e3e3e4;
  font-style: italic;
  padding-left: 1.5rem;
}

@media (min-width: 1024px) {
  .c-richText__quote {
    border-left-width: 4px;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .c-richText--large {
    font-size: 1.125rem;
  }

  .c-richText--large h3 {
    margin: 1.5rem 0 0.5rem 0;
  }

  .c-richText--large p {
    margin-bottom: 1.25rem;
  }
}

.c-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #e3e3e4;
  border-radius: 4px;
  color: #505666;
  display: block;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  padding: 11px 24px 11px 11px;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  white-space: nowrap;
  width: 100%;
  will-change: border-color, color;
}

.c-select__select {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%;
}

.c-select__select[disabled] {
  cursor: not-allowed;
}

.c-select__select[disabled] + .c-select__label {
  color: #a7aab2;
}

.c-select__label {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  white-space: nowrap;
  width: 100%;
  will-change: color;
}

.c-select::after {
  -webkit-transition: 100ms;
  transition: 100ms;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23A7AAB2" stroke-miterlimit="10" d="M14 5l-6 6-6-6"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "";
  display: block;
  height: 16px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  width: 16px;
}

.c-select.is-focus {
  border-color: #e3e3e4 !important;
}

.c-selectFancy {
  background: #FFF;
  border: 1px solid #e3e3e4;
  border-radius: 4px;
  height: 56px;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  will-change: border-color, box-shadow;
}

.c-selectFancy .c-select {
  border: none;
  padding: 0;
  position: relative;
  top: -1px;
}

.c-selectFancy .c-select::after {
  right: 0;
}

.c-selectFancy .c-select__label {
  border: none;
  line-height: 24px;
}

.c-selectFancy__label {
  color: #a7aab2;
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 4px;
}

.c-selectFancy:hover {
  border-color: #cfd0d1;
}

.c-selectFancy.is-error {
  border-color: #ff4422 !important;
  box-shadow: 0 0 0 3px rgba(255, 68, 34, 0.1) !important;
}

.c-selectFancy.is-focus {
  border-color: #505666;
  box-shadow: 0 0 0 3px rgba(80, 86, 102, 0.1);
}

.c-share {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.c-share__link {
  background: rgba(167, 170, 178, 0.1);
  border-radius: 50%;
  display: block;
  height: 48px;
  margin: 0 4px;
  padding: 14px;
  width: 48px;
}

.c-share__link:hover {
  background: #a7aab2;
}

.c-share__link:hover svg {
  fill: #FFF;
}

.c-share__link--facebook {
  background: rgba(66, 103, 178, 0.1);
}

.c-share__link--facebook svg {
  fill: #4267b2;
}

.c-share__link--facebook:hover {
  background: #4267b2;
}

.c-share__link--facebook:hover svg {
  fill: #FFF;
}

.c-share__link--flipboard {
  background: rgba(225, 40, 40, 0.1);
}

.c-share__link--flipboard svg {
  fill: #e12828;
}

.c-share__link--flipboard:hover {
  background: #e12828;
}

.c-share__link--flipboard:hover svg {
  fill: #FFF;
}

.c-share__link--linkedin {
  background: rgba(0, 119, 181, 0.1);
}

.c-share__link--linkedin svg {
  fill: #0077b5;
}

.c-share__link--linkedin:hover {
  background: #0077b5;
}

.c-share__link--linkedin:hover svg {
  fill: #FFF;
}

.c-share__link--twitter {
  background: rgba(27, 149, 224, 0.1);
}

.c-share__link--twitter svg {
  fill: #1b95e0;
}

.c-share__link--twitter:hover {
  background: #1b95e0;
}

.c-share__link--twitter:hover svg {
  fill: #FFF;
}

.c-share__icon {
  display: block;
  fill: #a7aab2;
  height: 20px;
  width: 20px;
}

@-webkit-keyframes tabPanel {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes tabPanel {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-tabs__list {
  box-shadow: inset 0 -2px 0 rgba(227, 227, 228, 0.5);
  display: -webkit-box;
  display: flex;
}

.c-tabs__tab {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  -webkit-box-flex: 1;
          flex: 1;
  font-weight: 500;
  padding: 0 12px 16px 12px;
  position: relative;
  text-align: left;
}

@media (min-width: 768px) {
  .c-tabs__tab {
    -webkit-box-flex: 0;
            flex: none;
    padding: 0 20px 16px 20px;
  }
}

.c-tabs__tab::after {
  background: #660099;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.c-tabs__tab:hover {
  color: black;
}

.c-tabs__tab[aria-selected=true] {
  color: black;
}

.c-tabs__tab[aria-selected=true]::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-tabs__panel {
  -webkit-animation: tabPanel 300ms ease-out;
          animation: tabPanel 300ms ease-out;
  display: block;
}

.c-tabs__panel[aria-hidden=true] {
  display: none;
}

.c-tabs--centered .c-tabs__list {
  -webkit-box-pack: center;
          justify-content: center;
}

.c-tags {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-tags__tag {
  margin-bottom: 0.5rem;
}

.c-tags__tag:not(:last-child) {
  margin-right: 0.5rem;
}

.c-tags__link {
  font-family: Shentox, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(0, 204, 204, 0.1);
  border-radius: 4px;
  color: #00cccc;
  display: block;
  font-size: 0.75rem;
  height: 24px;
  line-height: 21px;
  padding: 3px 8px 0 8px;
  position: relative;
  top: 1px;
  white-space: nowrap;
}

.t-black .c-tags__link {
  background: rgba(0, 204, 204, 0.5);
}

.no-touchevents .c-tags__link:hover {
  background-color: #00cccc;
  color: #FFF;
}

.c-tags--centered {
  -webkit-box-pack: center;
          justify-content: center;
}

.c-tags--light .c-tags-tag a {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #FFF !important;
}

.no-touchevents .c-tags--light .c-tags-tag a:hover {
  background: #FFF !important;
  color: black !important;
}

.u-ad {
  -webkit-box-align: center;
          align-items: center;
  background: #f7f8f8;
  color: #a7aab2;
  display: -webkit-box;
  display: flex;
  font-size: 0.875rem;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.u-ad--billboard {
  height: 250px;
  width: 970px;
}

.u-ad--leaderboard {
  height: 90px;
  width: 728px;
}

.u-ad--monsterMpu {
  height: 600px;
  width: 300px;
}

.u-ad--mpu {
  height: 250px;
  width: 300px;
}

.u-link-underline {
  box-shadow: inset 0 -1px 0 rgba(80, 86, 102, 0.25);
  color: #505666;
}

.u-link-underline:hover {
  box-shadow: inset 0 -1px 0 #505666;
  color: #505666;
}

.u-link-underlineLight {
  box-shadow: inset 0 -1px 0 rgba(167, 170, 178, 0.5);
  color: #a7aab2;
}

.u-link-underlineLight:hover {
  box-shadow: inset 0 -1px 0 #a7aab2;
  color: #a7aab2;
}

.u-m-xs {
  margin-bottom: 0.25rem !important;
}

.u-m-s {
  margin-bottom: 0.5rem !important;
}

.u-m-m {
  margin-bottom: 1rem !important;
}

.u-m-l {
  margin-bottom: 1.5rem !important;
}

.u-m-xl {
  margin-bottom: 2rem !important;
}

.u-m-xxl {
  margin-bottom: 3rem !important;
}

.u-m-3xl {
  margin-bottom: 4rem !important;
}

.u-m-4xl {
  margin-bottom: 5rem !important;
}

.u-m-5xl {
  margin-bottom: 6rem !important;
}

.u-m-6xl {
  margin-bottom: 7rem !important;
}

@media (min-width: 320px) {
  .xs\:u-m-xs {
    margin-bottom: 0.25rem !important;
  }

  .xs\:u-m-s {
    margin-bottom: 0.5rem !important;
  }

  .xs\:u-m-m {
    margin-bottom: 1rem !important;
  }

  .xs\:u-m-l {
    margin-bottom: 1.5rem !important;
  }

  .xs\:u-m-xl {
    margin-bottom: 2rem !important;
  }

  .xs\:u-m-xxl {
    margin-bottom: 3rem !important;
  }

  .xs\:u-m-3xl {
    margin-bottom: 4rem !important;
  }

  .xs\:u-m-4xl {
    margin-bottom: 5rem !important;
  }

  .xs\:u-m-5xl {
    margin-bottom: 6rem !important;
  }

  .xs\:u-m-6xl {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 375px) {
  .s\:u-m-xs {
    margin-bottom: 0.25rem !important;
  }

  .s\:u-m-s {
    margin-bottom: 0.5rem !important;
  }

  .s\:u-m-m {
    margin-bottom: 1rem !important;
  }

  .s\:u-m-l {
    margin-bottom: 1.5rem !important;
  }

  .s\:u-m-xl {
    margin-bottom: 2rem !important;
  }

  .s\:u-m-xxl {
    margin-bottom: 3rem !important;
  }

  .s\:u-m-3xl {
    margin-bottom: 4rem !important;
  }

  .s\:u-m-4xl {
    margin-bottom: 5rem !important;
  }

  .s\:u-m-5xl {
    margin-bottom: 6rem !important;
  }

  .s\:u-m-6xl {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 768px) {
  .m\:u-m-xs {
    margin-bottom: 0.25rem !important;
  }

  .m\:u-m-s {
    margin-bottom: 0.5rem !important;
  }

  .m\:u-m-m {
    margin-bottom: 1rem !important;
  }

  .m\:u-m-l {
    margin-bottom: 1.5rem !important;
  }

  .m\:u-m-xl {
    margin-bottom: 2rem !important;
  }

  .m\:u-m-xxl {
    margin-bottom: 3rem !important;
  }

  .m\:u-m-3xl {
    margin-bottom: 4rem !important;
  }

  .m\:u-m-4xl {
    margin-bottom: 5rem !important;
  }

  .m\:u-m-5xl {
    margin-bottom: 6rem !important;
  }

  .m\:u-m-6xl {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1024px) {
  .l\:u-m-xs {
    margin-bottom: 0.25rem !important;
  }

  .l\:u-m-s {
    margin-bottom: 0.5rem !important;
  }

  .l\:u-m-m {
    margin-bottom: 1rem !important;
  }

  .l\:u-m-l {
    margin-bottom: 1.5rem !important;
  }

  .l\:u-m-xl {
    margin-bottom: 2rem !important;
  }

  .l\:u-m-xxl {
    margin-bottom: 3rem !important;
  }

  .l\:u-m-3xl {
    margin-bottom: 4rem !important;
  }

  .l\:u-m-4xl {
    margin-bottom: 5rem !important;
  }

  .l\:u-m-5xl {
    margin-bottom: 6rem !important;
  }

  .l\:u-m-6xl {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1440px) {
  .xl\:u-m-xs {
    margin-bottom: 0.25rem !important;
  }

  .xl\:u-m-s {
    margin-bottom: 0.5rem !important;
  }

  .xl\:u-m-m {
    margin-bottom: 1rem !important;
  }

  .xl\:u-m-l {
    margin-bottom: 1.5rem !important;
  }

  .xl\:u-m-xl {
    margin-bottom: 2rem !important;
  }

  .xl\:u-m-xxl {
    margin-bottom: 3rem !important;
  }

  .xl\:u-m-3xl {
    margin-bottom: 4rem !important;
  }

  .xl\:u-m-4xl {
    margin-bottom: 5rem !important;
  }

  .xl\:u-m-5xl {
    margin-bottom: 6rem !important;
  }

  .xl\:u-m-6xl {
    margin-bottom: 7rem !important;
  }
}

.u-text-nbsp {
  white-space: nowrap;
}

.u-hide {
  display: none;
}

.u-hideEmpty:empty {
  display: none;
}

@media (max-width: 319px) {
  .xs\:u-show {
    display: none;
  }
}

@media (min-width: 320px) {
  .xs\:u-hide {
    display: none;
  }
}

@media (max-width: 374px) {
  .s\:u-show,
  .m\:u-show,
  .l\:u-show,
  .xl\:u-show {
    display: none;
  }
}

@media (min-width: 375px) {
  .s\:u-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .m\:u-show,
  .l\:u-show,
  .xl\:u-show {
    display: none;
  }
}

@media (min-width: 768px) {
  .m\:u-hide {
    display: none;
  }
}

@media (max-width: 1023px) {
  .l\:u-show,
  .xl\:u-show {
    display: none;
  }
}

@media (min-width: 1024px) {
  .l\:u-hide {
    display: none;
  }
}

@media (max-width: 1439px) {
  .xl\:u-show {
    display: none;
  }
}

@media (min-width: 1440px) {
  .xl\:u-hide {
    display: none;
  }
}

.u-w-1\/1 {
  width: 100%;
}

.u-w-1\/2 {
  width: 50%;
}

.u-w-1\/3 {
  width: 33.3333333333%;
}

.u-w-1\/4 {
  width: 25%;
}

.u-w-1\/5 {
  width: 20%;
}

.u-w-1\/6 {
  width: 16.6666666667%;
}

.u-w-1\/7 {
  width: 14.2857142857%;
}

.u-w-1\/8 {
  width: 12.5%;
}

@media (min-width: 320px) {
  .xs\:u-w-1\/1 {
    width: 100%;
  }

  .xs\:u-w-1\/2 {
    width: 50%;
  }

  .xs\:u-w-1\/3 {
    width: 33.3333333333%;
  }

  .xs\:u-w-1\/4 {
    width: 25%;
  }

  .xs\:u-w-1\/5 {
    width: 20%;
  }

  .xs\:u-w-1\/6 {
    width: 16.6666666667%;
  }

  .xs\:u-w-1\/7 {
    width: 14.2857142857%;
  }

  .xs\:u-w-1\/8 {
    width: 12.5%;
  }
}

@media (min-width: 375px) {
  .s\:u-w-1\/1 {
    width: 100%;
  }

  .s\:u-w-1\/2 {
    width: 50%;
  }

  .s\:u-w-1\/3 {
    width: 33.3333333333%;
  }

  .s\:u-w-1\/4 {
    width: 25%;
  }

  .s\:u-w-1\/5 {
    width: 20%;
  }

  .s\:u-w-1\/6 {
    width: 16.6666666667%;
  }

  .s\:u-w-1\/7 {
    width: 14.2857142857%;
  }

  .s\:u-w-1\/8 {
    width: 12.5%;
  }
}

@media (min-width: 768px) {
  .m\:u-w-1\/1 {
    width: 100%;
  }

  .m\:u-w-1\/2 {
    width: 50%;
  }

  .m\:u-w-1\/3 {
    width: 33.3333333333%;
  }

  .m\:u-w-1\/4 {
    width: 25%;
  }

  .m\:u-w-1\/5 {
    width: 20%;
  }

  .m\:u-w-1\/6 {
    width: 16.6666666667%;
  }

  .m\:u-w-1\/7 {
    width: 14.2857142857%;
  }

  .m\:u-w-1\/8 {
    width: 12.5%;
  }
}

@media (min-width: 1024px) {
  .l\:u-w-1\/1 {
    width: 100%;
  }

  .l\:u-w-1\/2 {
    width: 50%;
  }

  .l\:u-w-1\/3 {
    width: 33.3333333333%;
  }

  .l\:u-w-1\/4 {
    width: 25%;
  }

  .l\:u-w-1\/5 {
    width: 20%;
  }

  .l\:u-w-1\/6 {
    width: 16.6666666667%;
  }

  .l\:u-w-1\/7 {
    width: 14.2857142857%;
  }

  .l\:u-w-1\/8 {
    width: 12.5%;
  }
}

@media (min-width: 1440px) {
  .xl\:u-w-1\/1 {
    width: 100%;
  }

  .xl\:u-w-1\/2 {
    width: 50%;
  }

  .xl\:u-w-1\/3 {
    width: 33.3333333333%;
  }

  .xl\:u-w-1\/4 {
    width: 25%;
  }

  .xl\:u-w-1\/5 {
    width: 20%;
  }

  .xl\:u-w-1\/6 {
    width: 16.6666666667%;
  }

  .xl\:u-w-1\/7 {
    width: 14.2857142857%;
  }

  .xl\:u-w-1\/8 {
    width: 12.5%;
  }
}

/**
 * Flash of unstyled content (FUOC) fix
 */

body {
  visibility: visible !important;
}

