@charset "UTF-8";









@-webkit-keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }
@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }







html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
var,
hr,
acronym,
dl,
dt,
dd,
ol,
ul,
li,
pre,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-style: normal;
  font-weight: 100;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%; }

em,
strong,
b,
i,
a,
span,
sub,
sup,
small {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

a:focus {
  outline: 0; }

:focus,
:active {
  outline: 0;
  outline: 0; }

::-moz-focus-inner {
  outline: 0; }

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

li {
  list-style: none; }

a {
  text-decoration: none; }

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

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

input,
select {
  vertical-align: middle; }

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px; }

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px; }

input,
button,
textarea,
select,
label,
img {
  display: inline-block; }

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input:not([type=checkbox]):not([type=radio]),
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

textarea {
  resize: none; }

button,
a span {
  cursor: pointer; }

button {
  border: 0;
  text-align: center; }

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

table {
  table-layout: fixed; }

a[href^=tel] {
  color: inherit; }


body,
input,
button,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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


.clear {
  clear: both; }

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-table; }

* html .clearfix {
  height: 1%; }


.clearfix {
  display: block; }


* html .clearfix {
  zoom: 1; }


*:first-child + html .clearfix {
  zoom: 1; }



.wordwrap {
  white-space: pre;
  word-wrap: break-word; }

figure.alignright img,
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

figure.alignleft img,
img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

.wp-caption {
  margin: 0 auto; }
  .wp-caption img:not(:last-child):not([class*="mb"]) {
    margin-bottom: 0; }
  .wp-caption .wp-caption-text {
    font-size: 14px;
    margin-top: 0.5em;
    text-align: center;
    font-style: italic; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: '';
  flex-basis: 0;
  order: 1; }

.breadcrumbs::after {
  clear: both; }

.breadcrumbs li {
  float: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: default;
  text-transform: uppercase; }
  .white .breadcrumbs li {
    color: white; }

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #181819; }
  .white .breadcrumbs li:not(:last-child)::after {
    color: #f3f3f4; }

.breadcrumbs .disabled {
  color: #181819;
  cursor: not-allowed; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #C0C0C3;
  border-radius: 0;
  background-color: #f3f3f4;
  font-size: 1rem; }

.dropdown-pane.is-opening {
  display: block; }

.dropdown-pane.is-open {
  display: block;
  visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.select {
  background: white;
  position: relative;
  padding: 1rem;
  color: #000003;
  width: 100%;
  text-align: left; }
  .select:hover, .select:focus {
    outline: 1px solid #0cabf9; }
  .select::after {
    content: '\003E';
    font-weight: bold;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg); }

.select-pane {
  padding: 0;
  width: 100%; }
  .select-pane label {
    cursor: pointer;
    display: block;
    padding: 0.5rem 1rem; }
    .select-pane label:hover, .select-pane label:focus {
      background: #e6e7e9; }


.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

@media screen and (max-width: 39.9375em) {
  .small-only-float-left {
    float: left; }
  .small-only-float-right {
    float: right; }
  .small-only-center {
    display: block;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 40em) {
  .medium-float-left {
    float: left; }
  .medium-float-right {
    float: right; }
  .medium-center {
    display: block;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 64em) {
  .large-float-left {
    float: left; }
  .large-float-right {
    float: right; }
  .large-center {
    display: block;
    margin-right: auto;
    margin-left: auto; } }

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; }

body {
  margin: 0; }

h1 {
  font-size: 2em; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: "Noto Mono", monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

code,
kbd,
samp {
  font-family: "Noto Mono", monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

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

[type='search'] {
  outline-offset: -2px; }

::-webkit-file-upload-button {
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: "Patron", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.5;
  color: #383841;
  -moz-osx-font-smoothing: grayscale; }

video,
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }


.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 3, 0.8);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #C0C0C3;
  border-radius: 0;
  background-color: #f3f3f4;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }

.reveal .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  position: absolute;
  color: #383841;
  cursor: pointer; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }

.sticky.is-stuck.is-at-top {
  top: 0; }

.sticky.is-stuck.is-at-bottom {
  bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }

.sticky.is-anchored.is-at-bottom {
  bottom: 0; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }


.is-visible {
  display: block !important; }

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }


.grid-container {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 78em;
  margin: 0 auto; }

.grid-container.fluid {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  margin: 0 auto; }

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto; }

.grid-x {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }

.cell.auto {
  flex: 1 1 0px; }

.cell.shrink {
  flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -1rem;
  margin-right: -1rem; }

.grid-margin-x > .cell {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem; }

.grid-margin-x > .auto {
  width: auto; }

.grid-margin-x > .shrink {
  width: auto; }

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 2rem); }

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 2rem); }

.grid-margin-x > .small-3 {
  width: calc(25% - 2rem); }

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 2rem); }

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 2rem); }

.grid-margin-x > .small-6 {
  width: calc(50% - 2rem); }

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 2rem); }

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 2rem); }

.grid-margin-x > .small-9 {
  width: calc(75% - 2rem); }

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 2rem); }

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 2rem); }

.grid-margin-x > .small-12 {
  width: calc(100% - 2rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto; }
  .grid-margin-x > .medium-shrink {
    width: auto; }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 2rem); }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2rem); }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 2rem); }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2rem); }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 2rem); }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 2rem); }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2rem); }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 2rem); }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 2rem); }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto; }
  .grid-margin-x > .large-shrink {
    width: auto; }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 2rem); }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2rem); }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 2rem); }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2rem); }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 2rem); }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 2rem); }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2rem); }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 2rem); }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 2rem); }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem; }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem; }

.grid-padding-x > .cell {
  padding-right: 1rem;
  padding-left: 1rem; }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 2rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 2rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 2rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0; }

.small-margin-collapse > .small-1 {
  width: 8.33333%; }

.small-margin-collapse > .small-2 {
  width: 16.66667%; }

.small-margin-collapse > .small-3 {
  width: 25%; }

.small-margin-collapse > .small-4 {
  width: 33.33333%; }

.small-margin-collapse > .small-5 {
  width: 41.66667%; }

.small-margin-collapse > .small-6 {
  width: 50%; }

.small-margin-collapse > .small-7 {
  width: 58.33333%; }

.small-margin-collapse > .small-8 {
  width: 66.66667%; }

.small-margin-collapse > .small-9 {
  width: 75%; }

.small-margin-collapse > .small-10 {
  width: 83.33333%; }

.small-margin-collapse > .small-11 {
  width: 91.66667%; }

.small-margin-collapse > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }

.grid-y > .cell {
  width: auto;
  max-width: none; }

.grid-y > .auto {
  height: auto; }

.grid-y > .shrink {
  height: auto; }

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex-basis: auto; } }

.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  flex: 0 0 auto; }

.grid-y > .small-1 {
  height: 8.33333%; }

.grid-y > .small-2 {
  height: 16.66667%; }

.grid-y > .small-3 {
  height: 25%; }

.grid-y > .small-4 {
  height: 33.33333%; }

.grid-y > .small-5 {
  height: 41.66667%; }

.grid-y > .small-6 {
  height: 50%; }

.grid-y > .small-7 {
  height: 58.33333%; }

.grid-y > .small-8 {
  height: 66.66667%; }

.grid-y > .small-9 {
  height: 75%; }

.grid-y > .small-10 {
  height: 83.33333%; }

.grid-y > .small-11 {
  height: 91.66667%; }

.grid-y > .small-12 {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto; }
  .grid-y > .medium-shrink,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex: 0 0 auto; }
  .grid-y > .medium-shrink {
    height: auto; }
  .grid-y > .medium-1 {
    height: 8.33333%; }
  .grid-y > .medium-2 {
    height: 16.66667%; }
  .grid-y > .medium-3 {
    height: 25%; }
  .grid-y > .medium-4 {
    height: 33.33333%; }
  .grid-y > .medium-5 {
    height: 41.66667%; }
  .grid-y > .medium-6 {
    height: 50%; }
  .grid-y > .medium-7 {
    height: 58.33333%; }
  .grid-y > .medium-8 {
    height: 66.66667%; }
  .grid-y > .medium-9 {
    height: 75%; }
  .grid-y > .medium-10 {
    height: 83.33333%; }
  .grid-y > .medium-11 {
    height: 91.66667%; }
  .grid-y > .medium-12 {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto; }
  .grid-y > .large-shrink,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex: 0 0 auto; }
  .grid-y > .large-shrink {
    height: auto; }
  .grid-y > .large-1 {
    height: 8.33333%; }
  .grid-y > .large-2 {
    height: 16.66667%; }
  .grid-y > .large-3 {
    height: 25%; }
  .grid-y > .large-4 {
    height: 33.33333%; }
  .grid-y > .large-5 {
    height: 41.66667%; }
  .grid-y > .large-6 {
    height: 50%; }
  .grid-y > .large-7 {
    height: 58.33333%; }
  .grid-y > .large-8 {
    height: 66.66667%; }
  .grid-y > .large-9 {
    height: 75%; }
  .grid-y > .large-10 {
    height: 83.33333%; }
  .grid-y > .large-11 {
    height: 91.66667%; }
  .grid-y > .large-12 {
    height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -1rem;
  margin-bottom: -1rem; }

.grid-padding-y > .cell {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.grid-margin-y {
  margin-top: -1rem;
  margin-bottom: -1rem; }

.grid-margin-y > .cell {
  height: calc(100% - 2rem);
  margin-top: 1rem;
  margin-bottom: 1rem; }

.grid-margin-y > .auto {
  height: auto; }

.grid-margin-y > .shrink {
  height: auto; }

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 2rem); }

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 2rem); }

.grid-margin-y > .small-3 {
  height: calc(25% - 2rem); }

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 2rem); }

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 2rem); }

.grid-margin-y > .small-6 {
  height: calc(50% - 2rem); }

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 2rem); }

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 2rem); }

.grid-margin-y > .small-9 {
  height: calc(75% - 2rem); }

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 2rem); }

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 2rem); }

.grid-margin-y > .small-12 {
  height: calc(100% - 2rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto; }
  .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto; }
  .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 2rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 2rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem); } }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

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

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.mw-content {
  max-width: 78em;
  margin-right: auto;
  margin-left: auto; }

.flex-column-wrap {
  display: flex;
  flex-flow: column wrap; }

.row.full {
  margin-right: -16px;
  margin-left: -16px; }

.grid-container.collapse {
  padding-right: 0;
  padding-left: 0; }

.position-absolute {
  position: absolute !important; }

.position-relative {
  position: relative !important; }

.grid-x.collapse:not(.grid-container) {
  margin-right: -1rem;
  margin-left: -1rem; }

.column-count-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 32px;
       column-gap: 32px; }

@media screen and (max-width: 39.9375em) {
  .small-only-align-right {
    justify-content: flex-end; }
  .small-only-align-center {
    justify-content: center; }
  .small-only-align-justify {
    justify-content: space-between; }
  .small-only-align-spaced {
    justify-content: space-around; }
  .small-only-align-top {
    align-items: flex-start; }
  .small-only-align-self-top {
    align-self: flex-start; }
  .small-only-align-bottom {
    align-items: flex-end; }
  .small-only-align-self-bottom {
    align-self: flex-end; }
  .small-only-align-middle {
    align-items: center; }
  .small-only-align-self-middle {
    align-self: center; }
  .small-only-align-stretch {
    align-items: stretch; }
  .small-only-align-self-stretch {
    align-self: stretch; }
  .small-only-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-only-cell-pr1 .cell {
    padding-right: 16px; }
  .small-only-cell-ph1 .cell {
    padding-right: 16px;
    padding-left: 16px; } }

@media screen and (min-width: 40em) {
  .medium-align-left {
    justify-content: initial; }
  .medium-align-right {
    justify-content: flex-end; }
  .medium-align-center {
    justify-content: center; }
  .medium-align-justify {
    justify-content: space-between; }
  .medium-align-spaced {
    justify-content: space-around; }
  .medium-align-top {
    align-items: flex-start; }
  .medium-align-self-top {
    align-self: flex-start; }
  .medium-align-bottom {
    align-items: flex-end; }
  .medium-align-self-bottom {
    align-self: flex-end; }
  .medium-align-middle {
    align-items: center; }
  .medium-align-self-middle {
    align-self: center; }
  .medium-align-stretch {
    align-items: stretch; }
  .medium-align-self-stretch {
    align-self: stretch; }
  .medium-column-count-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 32px;
         column-gap: 32px; }
  .medium-column-count-3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 32px;
         column-gap: 32px; }
  .medium-cell-pr1 .cell {
    padding-right: 16px; }
  .medium-cell-ph1 .cell {
    padding-right: 16px;
    padding-left: 16px; } }

@media screen and (min-wih: 40em) and (max-width: 63.9375em) {
  .medium-only-align-left {
    justify-content: initial; }
  .medium-only-align-right {
    justify-content: flex-end; }
  .medium-only-align-center {
    justify-content: center; }
  .medium-only-align-justify {
    justify-content: space-between; }
  .medium-only-align-spaced {
    justify-content: space-around; }
  .medium-only-align-top {
    align-items: flex-start; }
  .medium-only-align-self-top {
    align-self: flex-start; }
  .medium-only-align-bottom {
    align-items: flex-end; }
  .medium-only-align-self-bottom {
    align-self: flex-end; }
  .medium-only-align-middle {
    align-items: center; }
  .medium-only-align-self-middle {
    align-self: center; }
  .medium-only-align-stretch {
    align-items: stretch; }
  .medium-only-align-self-stretch {
    align-self: stretch; }
  .medium-only-text-left {
    text-align: left; }
  .medium-only-text-right {
    text-align: right; }
  .medium-only-text-center {
    text-align: center; }
  .medium-only-text-justify {
    text-align: justify; }
  .medium-only-cell-pr1 .cell {
    padding-right: 16px; }
  .medium-only-cell-ph1 .cell {
    padding-right: 16px;
    padding-left: 16px; } }

@media screen and (min-width: 64em) {
  .large-align-left {
    justify-content: initial; }
  .large-align-right {
    justify-content: flex-end; }
  .large-align-center {
    justify-content: center; }
  .large-align-justify {
    justify-content: space-between; }
  .large-align-spaced {
    justify-content: space-around; }
  .large-align-top {
    align-items: flex-start; }
  .large-align-self-top {
    align-self: flex-start; }
  .large-align-bottom {
    align-items: flex-end; }
  .large-align-self-bottom {
    align-self: flex-end; }
  .large-align-middle {
    align-items: center; }
  .large-align-self-middle {
    align-self: center; }
  .large-align-stretch {
    align-items: stretch; }
  .large-align-self-stretch {
    align-self: stretch; }
  .large-column-count-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 32px;
         column-gap: 32px; }
  .large-column-count-3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 32px;
         column-gap: 32px; }
  .large-cell-pr1 .cell {
    padding-right: 16px; }
  .large-cell-ph1 .cell {
    padding-right: 16px;
    padding-left: 16px; } }

.mfp-iframe-holder .mfp-iframe-scaler .mfp-close {
  line-height: 28px;
  top: -44px;
  right: -12px;
  width: 28px;
  height: 28px;
  padding-left: 6px;
  font-size: 30px;
  transition: all 150ms ease;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  background: #0cabf9; }

.mfp-iframe-holder .mfp-close:hover {
  background: #62b1d6; }


[id^=mktoForm] .mktoAsterix {
  display: none; }

.mktoFieldWrap {
  position: relative; }

.mktoError {
  right: 0 !important;
  bottom: 0 !important;
  z-index: 999;
  position: relative; }

.mktoErrorArrowWrap {
  position: relative; }

.mktoErrorArrow {
  position: absolute;
  z-index: 99;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -5px;
  left: 5px;
  transform: rotate(45deg);
  border: 1px solid #ff6161;
  border-right: none;
  border-bottom: none;
  background: #ff6161; }

.mktoErrorMsg {
  font-family: "Patron", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 1em;
  color: white;
  z-index: 99;
  border-radius: 4px;
  position: absolute;
  background: #ff6161;
  box-shadow: 0 4px 10px rgba(0, 0, 3, 0.2); }

div[id^=mktoCheckbox] {
  text-align: left;
   }
  div[id^=mktoCheckbox] .mktoCheckboxList {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  div[id^=mktoCheckbox] label {
    display: inline-block;
    font-size: .875rem;
    padding-left: 0.5em;
    vertical-align: top;
    width: 95%; }
    div[id^=mktoCheckbox] label.visually-hidden {
      position: absolute !important;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      border: 0 !important; }
  div[id^=mktoCheckbox] [type=checkbox] {
    vertical-align: top;
    display: inline-block;
    width: 5%;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    zoom: 1.5; }

.mktoButtonRow {
  font-weight: nromal;
  margin-top: 32px;
  display: block;
  width: 100%; }


.verticalFlip {
  display: block; }

.verticalFlip span {
  animation: vertical 17.5s linear infinite 0s;
  -ms-animation: vertical 17.5s linear infinite 0s;
  -webkit-animation: vertical 17.5s linear infinite 0s;
  color: #0cabf9;
  opacity: 0;
  overflow: hidden;
  position: absolute; }

.verticalFlip span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s; }

.verticalFlip span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s; }

.verticalFlip span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s; }

.verticalFlip span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s; }

.verticalFlip span:nth-child(6) {
  animation-delay: 12.5s;
  -ms-animation-delay: 12.5s;
  -webkit-animation-delay: 12.5s; }

.verticalFlip span:nth-child(7) {
  animation-delay: 15s;
  -ms-animation-delay: 15s;
  -webkit-animation-delay: 15s; }


@-webkit-keyframes vertical {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -ms-transform: rotateX(180deg); }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  15% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  18% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  20% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  22% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  25% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  30% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes vertical {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -ms-transform: rotateX(180deg); }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  15% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  18% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  20% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  22% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  25% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  30% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.mx-funk {
  font-weight: bold;
  line-height: 1;
  padding: 0;
  position: relative; }
  .mx-funk .mx-funk__item {
    transition: color 200ms, opacity 200ms;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
    -webkit-animation-name: funky-wiggle;
            animation-name: funky-wiggle;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .mx-funk .mx-funk__item:nth-of-type(1) {
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
    color: #246aff; }
  .mx-funk .mx-funk__item:nth-of-type(2) {
    -webkit-animation-delay: -10s;
            animation-delay: -10s;
    color: #ff3838; }
  .mx-funk .mx-funk__item:nth-of-type(3) {
    -webkit-animation-delay: -15s;
            animation-delay: -15s;
    color: #ffe82a; }
  .mx-funk .mx-funk__item:nth-of-type(4) {
    -webkit-animation: none;
            animation: none;
    mix-blend-mode: lighten;
    opacity: 0.85;
    color: white; }

.category-session .mx-funk {
  font-size: 13rem;
  margin: -44px 0 0 -12px; }
  .category-session .mx-funk .mx-funk__item {
    -webkit-animation-name: funky-wiggle-large;
            animation-name: funky-wiggle-large; }

.entrance__funk {
  width: 258px;
  margin: 0 auto;
  font-size: 158px;
  height: 132px;
  line-height: 4; }

.hub__filtering .mx-funk {
  font-size: 72px;
  line-height: 0;
  margin-top: -8px;
  margin-right: 3rem;
  -webkit-animation-duration: 30s;
          animation-duration: 30s; }

@-webkit-keyframes funky-wiggle {
  0% {
    transform: translate(-4px, -4px) skew(2deg, -2deg); }
  25% {
    transform: translate(-4px, 4px) skew(-2deg, 0); }
  50% {
    transform: translate(-4px, -4px) skew(-2deg, 2deg); }
  75% {
    transform: translate(4px, -4px) skew(0, 2deg); }
  100% {
    transform: translate(-4px, -4px) skew(2deg, -2deg); } }

@keyframes funky-wiggle {
  0% {
    transform: translate(-4px, -4px) skew(2deg, -2deg); }
  25% {
    transform: translate(-4px, 4px) skew(-2deg, 0); }
  50% {
    transform: translate(-4px, -4px) skew(-2deg, 2deg); }
  75% {
    transform: translate(4px, -4px) skew(0, 2deg); }
  100% {
    transform: translate(-4px, -4px) skew(2deg, -2deg); } }

@-webkit-keyframes funky-wiggle-large {
  0% {
    transform: translate(-6px, -6px) skew(2deg, -2deg); }
  25% {
    transform: translate(-6px, 6px) skew(-2deg, 0); }
  50% {
    transform: translate(-6px, -6px) skew(-2deg, 2deg); }
  75% {
    transform: translate(6px, -6px) skew(0, 2deg); }
  100% {
    transform: translate(-6px, -6px) skew(2deg, -2deg); } }

@keyframes funky-wiggle-large {
  0% {
    transform: translate(-6px, -6px) skew(2deg, -2deg); }
  25% {
    transform: translate(-6px, 6px) skew(-2deg, 0); }
  50% {
    transform: translate(-6px, -6px) skew(-2deg, 2deg); }
  75% {
    transform: translate(6px, -6px) skew(0, 2deg); }
  100% {
    transform: translate(-6px, -6px) skew(2deg, -2deg); } }

#avatar img {
  display: block;
  border-radius: 50%;
  margin: 0 auto; }

.input,
input:not([type=checkbox]),
select,
textarea {
  font-family: "Patron", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  height: 2.875rem;
  margin-bottom: 1.5rem;
  padding-left: 1em;
  color: #383841;
  border: 1px solid #C0C0C3;
  border-radius: 4px;
  background: white; }
  .input::-webkit-input-placeholder,
  input:not([type=checkbox])::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #383841;
    font-weight: 100; }
  .input::-moz-placeholder,
  input:not([type=checkbox])::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #383841;
    font-weight: 100; }
  .input:-ms-input-placeholder,
  input:not([type=checkbox]):-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #383841;
    font-weight: 100; }
  .input::-ms-input-placeholder,
  input:not([type=checkbox])::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #383841;
    font-weight: 100; }
  .input::placeholder,
  input:not([type=checkbox])::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #383841;
    font-weight: 100; }

textarea {
  line-height: 1.6em;
  padding-top: 1em;
  line-height: 1.6em;
  height: 128px; }

select {
  cursor: pointer; }

select.changed {
  color: #383841; }

input:focus {
  border: 1px solid #0cabf9; }

button,
input[type='submit'] {
  background: transparent;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  color: #000003; }

form .chevron-down {
  color: #f3f3f4;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.2); }

.filter-select {
  display: inline-block;
  color: #0cabf9;
  position: relative;
  font-size: 16px;
  margin: 0;
  padding-left: 4.25em;
  height: 55px; }
  .filter-select.de {
    padding-left: 4.75em; }

.filter-label {
  z-index: 99;
  color: #383841;
  font-size: 16px;
  margin: 0;
  position: absolute;
  transform: translate(1em, 15px); }

.form-box {
  background-color: white;
  border: 1px solid #f3f3f4;
  box-shadow: 0 5px 10px rgba(0, 0, 3, 0.1); }
  @media (min-width: 40em) {
    .form-box {
      padding: 3rem; } }

.form-container {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  background: white;
  border-radius: 4px;
  padding: 1.5rem 1.5rem 2rem; }
  .form-container .mktoButtonRow {
    margin-top: 2rem; }

.gform_wrapper .gfield_label {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0.2em; }
  @media (min-width: 64em) {
    .gform_wrapper .gfield_label {
      font-size: 1.5rem; } }

.gform_wrapper [type='checkbox'] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox; }

.ginput_container_consent {
  position: relative;
  padding-left: 2rem; }
  .ginput_container_consent [type='checkbox'] {
    position: absolute;
    top: 0.25rem;
    left: 0; }

.gform_footer {
  text-align: center; }

.gform_button.button {
  display: inline-block;
  padding: 0.75em 3em;
  border-radius: 999px;
  border: 2px solid transparent;
  position: relative;
  transition: all 300ms ease;
  font-weight: normal;
  background-color: #0d2dd1;
  background-image: linear-gradient(-46deg, #051254 0%, #0d2dd1 50%, #0cabf9 100%);
  color: white;
  background-size: 250% 100%;
  background-position: 10% 50%;
  margin: 1rem auto;
  width: auto;
  transition: background-position 400ms ease; }
  .gform_button.button:hover, .gform_button.button:focus {
    text-decoration: none; }
  .gform_button.button:hover, .gform_button.button:focus {
    color: white;
    background-position: 90% 50%; }

a {
  color: #0cabf9;
  transition: all 200ms ease; }
  a:hover, a:focus {
    color: #000003; }
  a:focus-visible {
    outline: 1px solid #0cabf9; }
  a object {
    pointer-events: none; }

.white a:hover, .white a:focus {
  color: white; }

p a {
  font-weight: normal; }

p + a {
  margin-top: 16px;
  display: inline-block; }

.arrow-link {
  font-weight: bold;
  transition: color 200ms;
  color: #0a1325;
  display: block; }
  .arrow-link .arrow-svg {
    transform: translate(8px, 2.5px);
    transition: transform 200ms; }
  .arrow-link .arrow-svg-path {
    fill: #0a1325; }
  .arrow-link:hover, .arrow-link:focus {
    color: #0cabf9;
    text-decoration: none; }
    .arrow-link:hover .arrow-svg, .arrow-link:focus .arrow-svg {
      transform: translate(12px, 2.5px); }
    .arrow-link:hover .arrow-svg-path, .arrow-link:focus .arrow-svg-path {
      fill: #0cabf9; }

.white .arrow-link {
  font-weight: bold;
  transition: color 200ms;
  color: white;
  display: block; }
  .white .arrow-link .arrow-svg {
    transform: translate(8px, 2.5px);
    transition: transform 200ms; }
  .white .arrow-link .arrow-svg-path {
    fill: white; }
  .white .arrow-link:hover, .white .arrow-link:focus {
    color: #0cabf9;
    text-decoration: none; }
    .white .arrow-link:hover .arrow-svg, .white .arrow-link:focus .arrow-svg {
      transform: translate(12px, 2.5px); }
    .white .arrow-link:hover .arrow-svg-path, .white .arrow-link:focus .arrow-svg-path {
      fill: #0cabf9; }

.tabbedBillboard__link .arrow-link {
  font-weight: bold;
  transition: color 200ms;
  color: #383841;
  display: block; }
  .tabbedBillboard__link .arrow-link .arrow-svg {
    transform: translate(8px, 2.5px);
    transition: transform 200ms; }
  .tabbedBillboard__link .arrow-link .arrow-svg-path {
    fill: #383841; }
  .tabbedBillboard__link .arrow-link:hover, .tabbedBillboard__link .arrow-link:focus {
    color: #0cabf9;
    text-decoration: none; }
    .tabbedBillboard__link .arrow-link:hover .arrow-svg, .tabbedBillboard__link .arrow-link:focus .arrow-svg {
      transform: translate(12px, 2.5px); }
    .tabbedBillboard__link .arrow-link:hover .arrow-svg-path, .tabbedBillboard__link .arrow-link:focus .arrow-svg-path {
      fill: #0cabf9; }

.arrow-link-before {
  color: white; }
  .arrow-link-before::before {
    content: '←';
    margin-right: 4px;
    display: inline-block;
    transition: transform 200ms ease; }
  .arrow-link-before:focus, .arrow-link-before:hover {
    color: white;
    text-decoration: none; }
    .arrow-link-before:focus::before, .arrow-link-before:hover::before {
      transform: translate(-0.3em, 0); }

a.block-link {
  display: block;
  color: #383841;
  height: 100%; }
  a.block-link img {
    border: 2px solid transparent;
    transition: border 250ms ease; }
  a.block-link h2,
  a.block-link h3,
  a.block-link h4 {
    transition: color 250ms ease; }
  a.block-link:hover, a.block-link:focus {
    outline: none;
    text-decoration: none; }
    a.block-link:hover h2,
    a.block-link:hover h3,
    a.block-link:hover h4, a.block-link:focus h2,
    a.block-link:focus h3,
    a.block-link:focus h4 {
      color: #0cabf9; }
    a.block-link:hover img, a.block-link:focus img {
      border-color: #0cabf9; }

.parent_breadcrumb {
  position: absolute;
  top: 88px;
  width: 100%;
  z-index: 1; }

.gfield_label,
[class*='heading'] {
  font-weight: bold;
  color: #000003; }
  .white .gfield_label, .gfield_label.white, .white
  [class*='heading'],
  [class*='heading'].white {
    color: white; }

[class*='normal'] {
  font-weight: normal; }
  [class*='normal'] > * {
    font-weight: normal; }
  [class*='normal'] > b {
    font-weight: bold; }

[class*='lighter'] {
  font-weight: 100; }
  [class*='lighter'] > * {
    font-weight: 100; }

p + p:not([class*='mt']),
ul + p:not([class*='mt']),
ol + p:not([class*='mt']),
blockquote + p:not([class*='mt']) {
  margin-top: 1em; }

p + [class*='heading']:not([class*='mt']),
p + [class*='btn']:not([class*='mt']),
ul + [class*='heading']:not([class*='mt']),
ul + [class*='btn']:not([class*='mt']),
ol + [class*='heading']:not([class*='mt']),
ol + [class*='btn']:not([class*='mt']),
blockquote + [class*='heading']:not([class*='mt']),
blockquote + [class*='btn']:not([class*='mt']) {
  margin-top: 2em; }

.kicker + [class*='heading']:not([class*='mt']),
.kicker + [class*='body-l']:not([class*='mt']) {
  margin-top: 8px; }

[class*='heading'] + p {
  margin-top: 0.5em; }

figure + [class^='copy'],
figure + p,
img + [class^='copy'],
img + p {
  margin-top: 2rem; }

i,
.italic {
  font-style: italic; }
  i > *,
  .italic > * {
    font-style: italic; }

b,
.bold {
  font-weight: bold; }
  b > *,
  .bold > * {
    font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.small {
  font-size: 0.875rem;
  line-height: 1.5rem; }

.small-caps {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.font-size-small {
  font-size: 0.8rem;
  line-height: 1.5; }

.heading1 {
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: bold; }
  @media (min-width: 64em) {
    .heading1 {
      font-size: 4rem; } }

.heading2 {
  font-size: 2.4rem;
  line-height: 1.125;
  font-weight: bold; }
  @media (min-width: 64em) {
    .heading2 {
      font-size: 3rem; } }

.heading3 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold; }
  @media (min-width: 64em) {
    .heading3 {
      font-size: 2.5rem; } }

.heading4 {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold; }
  @media (min-width: 64em) {
    .heading4 {
      font-size: 2rem; } }

.heading5 {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold; }
  @media (min-width: 64em) {
    .heading5 {
      font-size: 1.5rem; } }

.kicker {
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 64em) {
    .kicker {
      font-size: 1rem; } }

.subhead {
  font-size: 1.4rem;
  line-height: 1.28571; }
  @media (min-width: 64em) {
    .subhead {
      font-size: 1.75rem; } }

.minihead {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold; }
  @media (min-width: 64em) {
    .minihead {
      font-size: 1.5rem; } }

.body-l {
  font-size: 1rem;
  line-height: 1.4; }
  @media (min-width: 64em) {
    .body-l {
      font-size: 1.25rem; } }

.body {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #383841; }
  .white .body {
    color: white; }

[class*='heading'] + .subhead {
  margin-top: 16px; }


.wysiwyg * + * {
  margin-top: 1em; }

.wysiwyg h1,
.wysiwyg h2 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 4rem;
  padding-bottom: 2rem;
  position: relative; }
  @media (min-width: 64em) {
    .wysiwyg h1,
    .wysiwyg h2 {
      font-size: 2.5rem; } }
  .wysiwyg h1::after,
  .wysiwyg h2::after {
    content: '';
    background-color: #000003;
    bottom: 0;
    height: 5px;
    left: 0;
    position: absolute;
    width: 52px; }
  .wysiwyg h1 + *,
  .wysiwyg h2 + * {
    margin-top: 2rem; }
  .wysiwyg h1:first-child,
  .wysiwyg h2:first-child {
    margin-top: 0; }

.wysiwyg h3,
.wysiwyg h4 {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold;
  color: #383841; }
  @media (min-width: 64em) {
    .wysiwyg h3,
    .wysiwyg h4 {
      font-size: 1.5rem; } }

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 8px; }

.wysiwyg ul li {
  margin-left: 16px; }
  .wysiwyg ul li::before {
    content: '\2022';
    color: #0cabf9;
    display: inline-block;
    font-weight: bold;
    margin-left: -16px;
    width: 16px; }

.wysiwyg ol li {
  margin-left: 16px;
  list-style-type: decimal; }

.wysiwyg blockquote {
  color: #0a1325;
  font-family: "Patron", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.25em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.25;
  margin: 2rem 16px 3rem;
  text-align: center; }

.wysiwyg .kicker {
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 3rem; }
  @media (min-width: 64em) {
    .wysiwyg .kicker {
      font-size: 1rem; } }
  .wysiwyg .kicker + h1,
  .wysiwyg .kicker + h2,
  .wysiwyg .kicker + h3,
  .wysiwyg .kicker + h4,
  .wysiwyg .kicker + h5,
  .wysiwyg .kicker + h6 {
    margin-top: 0.25rem; }

.wysiwyg table {
  margin: 16px auto 0;
  color: #181819;
  background: white;
  border: 1px solid #383841;
  border-collapse: collapse; }
  .wysiwyg table thead th,
  .wysiwyg table tfoot th {
    color: #383841;
    background: #e6e7e9; }
  .wysiwyg table caption {
    padding: 0.5em; }
  .wysiwyg table th,
  .wysiwyg table td {
    padding: 0.5em;
    border: 1px solid #C0C0C3; }

.bg-alternating:nth-of-type(odd) {
  background-color: #f3f3f4; }

.bg-black {
  background: #000003; }

.bg-gray {
  background: #383841; }

.bg-dark {
  background: #0a1325; }

.bg-light {
  background: #f3f3f4; }

.bg-white {
  background: white; }

.bg-blue {
  background: #0cabf9; }

.bg-gradient,
.bg-2021-1 {
  background-color: #0d2dd1;
  background-image: linear-gradient(-222deg, #0d2dd1, #0cabf9);
  background-size: 200% 200%;
  -webkit-animation-name: gradient-shift;
          animation-name: gradient-shift;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.bg-2021-2 {
  background-color: #0d2ed1;
  background-image: linear-gradient(-222deg, #0d2ed1, #be3dd7, #f14f56);
  background-size: 200% 200%;
  -webkit-animation-name: gradient-shift;
          animation-name: gradient-shift;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.bg-2021-3 {
  background-color: #0e39d1;
  background-image: linear-gradient(-222deg, #0e39d1, #071d6a);
  background-size: 200% 200%;
  -webkit-animation-name: gradient-shift;
          animation-name: gradient-shift;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.bg-2021-4 {
  background-color: #4f3eda;
  background-image: linear-gradient(-222deg, #4f3eda, #ce44e8);
  background-size: 200% 200%;
  -webkit-animation-name: gradient-shift;
          animation-name: gradient-shift;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.bg-2021-5 {
  background-color: #2400ff;
  background-image: linear-gradient(-222deg, #2400ff, #e33f4e);
  background-size: 200% 200%;
  -webkit-animation-name: gradient-shift;
          animation-name: gradient-shift;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

[class*='overlay-2021-'] {
  -webkit-backdrop-filter: saturate(0);
          backdrop-filter: saturate(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-size: 200% 200%;
  -webkit-animation-name: gradient-shift;
          animation-name: gradient-shift;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.overlay-2021-1 {
  background-color: #2400ff;
  background-image: linear-gradient(-222deg, #2400ff, #be3dd7); }

.overlay-2021-2 {
  background-color: #f14f56;
  background-image: linear-gradient(-222deg, #f14f56, #faca4a); }

.overlay-2021-3 {
  background-color: #0d2ed1;
  background-image: linear-gradient(-222deg, #0d2ed1, #f14f56); }

.overlay-2021-4 {
  background-color: #0cabf9;
  background-image: linear-gradient(-222deg, #0cabf9, #0d2ed1, #6750ff);
  background-size: 200% 200%;
  -webkit-animation-name: gradient-shift;
          animation-name: gradient-shift;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.background-video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%; }

.hero--bleed,
.banner--bleed {
  padding-top: 128px;
  padding-bottom: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }
  .hero--bleed.overlay > *,
  .banner--bleed.overlay > * {
    position: relative; }
  @media (min-width: 40em) and (min-height: 48em) {
    .hero--bleed,
    .banner--bleed {
      padding-bottom: 96px; }
      .hero--bleed.hasAnchors,
      .banner--bleed.hasAnchors {
        padding-bottom: 160px; } }
  .hero--bleed.overlay > *,
  .banner--bleed.overlay > * {
    position: relative; }
  @media (min-width: 40em) and (min-height: 48em) {
    .hero--bleed,
    .banner--bleed {
      padding-bottom: 96px; }
      .hero--bleed.hasAnchors,
      .banner--bleed.hasAnchors {
        padding-bottom: 160px; } }
  .hero--bleed.bg-gradient-blue,
  .banner--bleed.bg-gradient-blue {
    background-color: #0d2dd1;
    background-image: linear-gradient(-222deg, #0d2dd1 0%, #0cabf9 100%); }
  .hero--bleed .overlay-gradient-fade-black,
  .banner--bleed .overlay-gradient-fade-black {
    background-image: linear-gradient(rgba(0, 0, 3, 0.5) 55%, #000003);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.banner__anchors {
  position: absolute;
  bottom: 0;
  width: 100%; }

.banner__anchors__link {
  background-color: white;
  color: #383841;
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center; }
  .banner__anchors__link:hover, .banner__anchors__link:focus {
    transition: all 250ms ease;
    background-color: #0cabf9;
    text-decoration: none;
    color: white; }
  @media (max-width: 64em) {
    .banner__anchors__link {
      display: none; } }

.hero-overlap {
  transform: translateY(-48px);
  margin-bottom: -48px; }

@media (min-width: 40em) {
  .medium-hero-overlap {
    transform: translateY(-48px);
    margin-bottom: -48px; } }

.border-all {
  border: solid 2px #e6e7e9; }

.border-top {
  border-top: solid 2px #e6e7e9; }

.border-right {
  border-right: solid 2px #e6e7e9; }

.border-bottom {
  border-bottom: solid 2px #e6e7e9; }

.border-left {
  border-left: solid 2px #e6e7e9; }

.border-radius {
  border-radius: 4px; }

.border-color-blue {
  border-color: #0cabf9; }

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

.border-width-4 {
  border-width: 4px; }

@media screen and (min-width: 40em) {
  .medium-border-all {
    border: solid 1px #e6e7e9; }
  .medium-border-top {
    border-top: solid 1px #e6e7e9; }
  .medium-border-right {
    border-right: solid 1px #e6e7e9; }
  .medium-border-bottom {
    border-bottom: solid 1px #e6e7e9; }
  .medium-border-left {
    border-left: solid 1px #e6e7e9; } }

.event__cta,
.pb_link--cta,
.mktoButton,
.btn-primary {
  display: inline-block;
  padding: 0.75em 3em;
  border-radius: 999px;
  border: 2px solid transparent;
  position: relative;
  transition: all 300ms ease;
  font-weight: normal;
  background-color: #0cabf9;
  background-image: linear-gradient(90deg, #0d2dd1, #0cabf9);
  background-size: 200% 100%;
  background-position: 5% 0%;
  border: 1px solid transparent;
  color: white; }
  .event__cta:hover, .event__cta:focus,
  .pb_link--cta:hover,
  .pb_link--cta:focus,
  .mktoButton:hover,
  .mktoButton:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    text-decoration: none; }
  .event__cta:hover, .event__cta:focus,
  .pb_link--cta:hover,
  .pb_link--cta:focus,
  .mktoButton:hover,
  .mktoButton:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    color: white;
    background-position: 95% 100%; }
  .white .event__cta, .white
  .pb_link--cta, .white
  .mktoButton, .white
  .btn-primary {
    background-color: white;
    background-size: 300% 100%;
    background-image: linear-gradient(90deg, white 35%, #0cabf9, #0d2dd1);
    color: #000003; }
    .white .event__cta:hover, .white .event__cta:focus, .white
    .pb_link--cta:hover, .white
    .pb_link--cta:focus, .white
    .mktoButton:hover, .white
    .mktoButton:focus, .white
    .btn-primary:hover, .white
    .btn-primary:focus {
      background-color: #0cabf9;
      color: white; }
      .white .event__cta:hover svg path, .white .event__cta:focus svg path, .white
      .pb_link--cta:hover svg path, .white
      .pb_link--cta:focus svg path, .white
      .mktoButton:hover svg path, .white
      .mktoButton:focus svg path, .white
      .btn-primary:hover svg path, .white
      .btn-primary:focus svg path {
        fill: white; }

.bg-gradient .btn-primary {
  background-image: none; }
  .bg-gradient .btn-primary:hover, .bg-gradient .btn-primary:focus {
    background-color: #0d2dd1; }

.pb_card__bg-image .pb_link--cta,
.btn-outline {
  display: inline-block;
  padding: 0.75em 3em;
  border-radius: 999px;
  border: 2px solid transparent;
  position: relative;
  transition: all 300ms ease;
  font-weight: normal;
  background-color: transparent;
  background-image: none;
  border-color: #000003;
  color: #000003; }
  .pb_card__bg-image .pb_link--cta:hover, .pb_card__bg-image .pb_link--cta:focus,
  .btn-outline:hover,
  .btn-outline:focus {
    text-decoration: none; }
  .pb_card__bg-image .pb_link--cta:hover, .pb_card__bg-image .pb_link--cta:focus,
  .btn-outline:hover,
  .btn-outline:focus {
    background-color: #000003;
    color: white; }
  .pb_card__bg-image .pb_link--cta.white,
  .white .pb_card__bg-image .pb_link--cta,
  .btn-outline.white,
  .white
  .btn-outline {
    border-color: white;
    color: white; }
    .pb_card__bg-image .pb_link--cta.white:hover, .pb_card__bg-image .pb_link--cta.white:focus,
    .white .pb_card__bg-image .pb_link--cta:hover,
    .white .pb_card__bg-image .pb_link--cta:focus,
    .btn-outline.white:hover,
    .btn-outline.white:focus,
    .white
    .btn-outline:hover,
    .white
    .btn-outline:focus {
      border-color: white;
      background-color: white;
      color: #000003; }
      .pb_card__bg-image .pb_link--cta.white:hover svg path, .pb_card__bg-image .pb_link--cta.white:focus svg path,
      .white .pb_card__bg-image .pb_link--cta:hover svg path,
      .white .pb_card__bg-image .pb_link--cta:focus svg path,
      .btn-outline.white:hover svg path,
      .btn-outline.white:focus svg path,
      .white
      .btn-outline:hover svg path,
      .white
      .btn-outline:focus svg path {
        fill: #000003; }

.btn-play {
  display: inline-block;
  width: 72px;
  height: 73px;
  min-width: 72px;
  position: relative;
  transition: transform 250ms ease, opacity 250ms;
  opacity: 0.8;
  background-image: url(/wp-content/themes/mendix/ui/icons/play.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  transform-origin: center; }
  .btn-play.blue {
    background-image: url(/wp-content/themes/mendix/ui/icons/play--blue.svg); }
  .btn-play:focus, .btn-play:hover {
    transform: scale(1.05);
    opacity: 1; }

.btn-play-inline {
  vertical-align: middle;
  font-size: 18px; }
  .btn-play-inline::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 44px;
    min-width: 45px;
    transition: opacity 250ms;
    transform: translate(0, -2px);
    opacity: 0.8;
    margin-right: 16px;
    background-image: url(/wp-content/themes/mendix/ui/icons/play.svg);
    background-repeat: no-repeat;
    background-size: 98px 94px;
    background-position: 50%; }
  .btn-play-inline:focus::before, .btn-play-inline:hover::before {
    opacity: 1; }

.chevron-down::before,
.chevron-left::before,
.chevron-right::before,
.chevron::before {
  position: relative;
  z-index: 9;
  top: 0.15em;
  left: 0.15em;
  display: inline-block;
  content: '';
  transform: rotate(-45deg);
  vertical-align: top;
  width: 3rem;
  height: 3rem;
  border-width: 1rem 1rem 0 0;
  border-style: solid; }

[class*='copy'] .chevron-down::before,
[class*='copy'] .chevron-left::before,
[class*='copy'] .chevron-right::before,
[class*='copy'] .chevron::before {
  border-color: inherit;
  top: 0.5em;
  width: 0.7em;
  height: 0.7em;
  border-width: .075em .075em 0 0; }

.chevron-right::before {
  left: 0;
  transform: rotate(45deg); }

.chevron-left::before {
  left: 0;
  transform: rotate(-135deg); }

.chevron-down::before {
  top: 0;
  transform: rotate(135deg); }

.blue,
[class*='heading'].blue {
  color: #0cabf9; }

.body {
  color: #383841; }

.silver,
.gray {
  color: #C0C0C3; }

.blue-dark {
  color: #0d2dd1; }

.white {
  color: white; }
  .white > * {
    color: white; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

@media print, screen and (max-width: 39.9375em) {
  .small-only-block {
    display: block; }
  .small-only-inline-block {
    display: inline-block; } }

@media print, screen and (min-width: 40em) {
  .medium-block {
    display: block; }
  .medium-inline-block {
    display: inline-block; } }

@media print, screen and (min-width: 64em) {
  .large-block {
    display: block; }
  .large-inline-block {
    display: inline-block; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.overlay--black,
.overlay--black-transparent,
.overlay--black-fadeout,
.overlay--blue-gradient,
.overlay--brand-gradient,
.overlay--reverse-blue-gradient,
.overlay--gradient,
.overlay--blue-gradient-transparent,
.overlay--brand-gradient-transparent,
.overlay--gradient-transparent {
  position: relative; }
  .overlay--black::before,
  .overlay--black-transparent::before,
  .overlay--black-fadeout::before,
  .overlay--blue-gradient::before,
  .overlay--brand-gradient::before,
  .overlay--reverse-blue-gradient::before,
  .overlay--gradient::before,
  .overlay--blue-gradient-transparent::before,
  .overlay--brand-gradient-transparent::before,
  .overlay--gradient-transparent::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.overlay--black::before {
  background-color: #000003;
  mix-blend-mode: multiply; }

.overlay--black-fadeout::before {
  background-color: rgba(24, 24, 25, 0.5);
  background-image: linear-gradient(180deg, transparent 65%, #181819 98%); }

.overlay--black-transparent::before {
  background-color: #000003;
  background-image: linear-gradient(200deg, #C0C0C3 10%, transparent);
  mix-blend-mode: multiply; }

.overlay--blue-gradient::before,
.overlay--brand-gradient::before,
.overlay--gradient::before {
  background-color: #0d2dd1;
  background-image: linear-gradient(-222deg, #0d2dd1 0%, #0cabf9 100%); }

.overlay--blue-gradient-transparent::before,
.overlay--brand-gradient-transparent::before,
.overlay--gradient-transparent::before {
  background-color: #0d2dd1;
  background-image: linear-gradient(-222deg, #0d2dd1 0%, #0cabf9 100%);
  opacity: 0.8; }

.overlay--reverse-blue-gradient::before {
  background-color: #0cabf9;
  background-image: linear-gradient(-222deg, #0cabf9 0%, #0d2dd1 100%); }

.bullets li {
  position: relative;
  padding-left: 1rem; }
  .bullets li::before {
    content: '•';
    position: absolute;
    font-size: 1.5em;
    left: 0rem;
    top: -0.25em; }

ol.parentheses {
  margin-left: 0;
  padding-left: 0;
  counter-reset: list; }
  ol.parentheses > li {
    list-style: none;
    padding-left: 1.5rem;
    margin-top: 4px;
    position: relative; }
    ol.parentheses > li:before {
      content: counter(list, decimal) ") ";
      counter-increment: list;
      position: absolute;
      left: 0; }

.list-checkmarks,
.list-checkmarks-circled {
  padding: 0; }
  .list-checkmarks li,
  .list-checkmarks-circled li {
    padding-left: 2rem;
    margin-top: 1rem;
    position: relative; }
  .list-checkmarks li::before,
  .list-checkmarks-circled li::before {
    content: url(../svg/checkmark.svg);
    position: absolute;
    top: 2px;
    left: -1px;
    display: inline-block;
    width: 24px;
    height: 24px; }

.list-checkmarks-circled li::before {
  content: url(../svg/checkmark-circled.svg); }

.nowrap {
  white-space: nowrap; }

@media (min-width: 40em) {
  .medium-nowrap {
    white-space: nowrap; } }

@media (min-width: 64em) {
  .large-nowrap {
    white-space: nowrap; } }

.opacity-0,
.o-0 {
  opacity: 0; }

.opacity-1,
.o-1 {
  opacity: 0.1; }

.opacity-2,
.o-2 {
  opacity: 0.2; }

.opacity-3,
.o-3 {
  opacity: 0.3; }

.opacity-4,
.o-4 {
  opacity: 0.4; }

.opacity-5,
.o-5 {
  opacity: 0.5; }

.opacity-6,
.o-6 {
  opacity: 0.6; }

.opacity-7,
.o-7 {
  opacity: 0.7; }

.opacity-8,
.o-8 {
  opacity: 0.8; }

.opacity-9,
.o-9 {
  opacity: 0.9; }

.before-opacity-0::before {
  opacity: 0; }

.before-opacity-1::before {
  opacity: 0.1; }

.before-opacity-2::before {
  opacity: 0.2; }

.before-opacity-3::before {
  opacity: 0.3; }

.before-opacity-4::before {
  opacity: 0.4; }

.before-opacity-5::before {
  opacity: 0.5; }

.before-opacity-6::before {
  opacity: 0.6; }

.before-opacity-7::before {
  opacity: 0.7; }

.before-opacity-8::before {
  opacity: 0.8; }

.before-opacity-9::before {
  opacity: 0.9; }

.overflow-hidden {
  overflow: hidden; }

@media screen and (min-width: 40em) {
  .medium-overflow-hidden {
    overflow: hidden; } }

.overlay:not([class*=gradient]), .overlay--bittersweet {
  position: relative; }
  .overlay:not([class*=gradient])::before, .overlay--bittersweet::before {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: background 250ms ease;
    background: rgba(0, 0, 3, 0.5); }

[class*=gradient].overlay {
  opacity: 0.8; }

.overlay--bittersweet::before {
  background: rgba(255, 119, 119, 0.95); }

@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }





.absolute {
  position: absolute; }

.relative {
  position: relative; }

.absolute-cover {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bottom {
  bottom: 0; }

.left {
  left: 0; }

.right {
  right: 0; }

.top {
  top: 0; }


.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

figure.cover {
  height: 100%;
  width: 100%; }

.cover > img,
img.cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.contain > img,
img.contain {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.flex-video.widescreen {
  padding-bottom: 56.25%; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden; }

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#vidyard-popbox img {
  max-width: none; }

.box-shadow {
  box-shadow: 0 4px 10px rgba(0, 0, 3, 0.2); }

.youtube-video {
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.content-box {
  box-sizing: content-box; }

.h100,
.h-100 {
  height: 100%; }

.w100,
.w-100 {
  width: 100%; }

@media (max-width: 39.9375em) {
  .small-only-w100 {
    width: 100%; } }


.section-padding {
  padding-top: 96px;
  padding-bottom: 96px; }
  @media screen and (max-width: 1024px) {
    .section-padding {
      padding-top: 64px;
      padding-bottom: 64px; } }

.section-padding:not([class*='bg-']) + .section-padding:not([class*='bg-']) {
  padding-top: 96px; }

.ma0 {
  margin: 0; }

.ma25 {
  margin: 4px; }

.ma50 {
  margin: 8px; }

.ma1 {
  margin: 16px; }

.ma2 {
  margin: 32px; }

.ma3 {
  margin: 64px; }

.ma4 {
  margin: 96px; }

.ma5 {
  margin: 128px; }

.mt0 {
  margin-top: 0; }

.mt25 {
  margin-top: 4px; }

.mt50 {
  margin-top: 8px; }

.mt1 {
  margin-top: 16px; }

.mt2 {
  margin-top: 32px; }

.mt3 {
  margin-top: 64px; }

.mt4 {
  margin-top: 96px; }

.mt5 {
  margin-top: 128px; }

.mr0 {
  margin-right: 0; }

.mr25 {
  margin-right: 4px; }

.mr50 {
  margin-right: 8px; }

.mr1 {
  margin-right: 16px; }

.mr2 {
  margin-right: 32px; }

.mr3 {
  margin-right: 64px; }

.mr4 {
  margin-right: 96px; }

.mr5 {
  margin-right: 128px; }

.mb0 {
  margin-bottom: 0; }

.mb25 {
  margin-bottom: 4px; }

.mb50 {
  margin-bottom: 8px; }

.mb1 {
  margin-bottom: 16px; }

.mb2 {
  margin-bottom: 32px; }

.mb3 {
  margin-bottom: 64px; }

.mb4 {
  margin-bottom: 96px; }

.mb5 {
  margin-bottom: 128px; }

.ml0 {
  margin-left: 0; }

.ml25 {
  margin-left: 4px; }

.ml50 {
  margin-left: 8px; }

.ml1 {
  margin-left: 16px; }

.ml2 {
  margin-left: 32px; }

.ml3 {
  margin-left: 64px; }

.ml4 {
  margin-left: 96px; }

.ml5 {
  margin-left: 128px; }

.mh0 {
  margin-left: 0;
  margin-right: 0; }

.mh25 {
  margin-left: 4px;
  margin-right: 4px; }

.mh50 {
  margin-left: 8px;
  margin-right: 8px; }

.mh1 {
  margin-left: 16px;
  margin-right: 16px; }

.mh2 {
  margin-left: 32px;
  margin-right: 32px; }

.mh3 {
  margin-left: 64px;
  margin-right: 64px; }

.mh4 {
  margin-left: 96px;
  margin-right: 96px; }

.mh5 {
  margin-left: 128px;
  margin-right: 128px; }

.mv0 {
  margin-top: 0;
  margin-bottom: 0; }

.mv25 {
  margin-top: 4px;
  margin-bottom: 4px; }

.mv50 {
  margin-top: 8px;
  margin-bottom: 8px; }

.mv1 {
  margin-top: 16px;
  margin-bottom: 16px; }

.mv2 {
  margin-top: 32px;
  margin-bottom: 32px; }

.mv3 {
  margin-top: 64px;
  margin-bottom: 64px; }

.mv4 {
  margin-top: 96px;
  margin-bottom: 96px; }

.mv5 {
  margin-top: 128px;
  margin-bottom: 128px; }

.pa0 {
  padding: 0; }

.pa25 {
  padding: 4px; }

.pa50 {
  padding: 8px; }

.pa1 {
  padding: 16px; }

.pa2 {
  padding: 32px; }

.pa3 {
  padding: 64px; }

.pa4 {
  padding: 96px; }

.pa5 {
  padding: 128px; }

.pt0 {
  padding-top: 0; }

.pt25 {
  padding-top: 4px; }

.pt50 {
  padding-top: 8px; }

.pt1 {
  padding-top: 16px; }

.pt2 {
  padding-top: 32px; }

.pt3 {
  padding-top: 64px; }

.pt4 {
  padding-top: 96px; }

.pt5 {
  padding-top: 128px; }

.pr0 {
  padding-right: 0; }

.pr25 {
  padding-right: 4px; }

.pr50 {
  padding-right: 8px; }

.pr1 {
  padding-right: 16px; }

.pr2 {
  padding-right: 32px; }

.pr3 {
  padding-right: 64px; }

.pr4 {
  padding-right: 96px; }

.pr5 {
  padding-right: 128px; }

.pb0 {
  padding-bottom: 0; }

.pb25 {
  padding-bottom: 4px; }

.pb50 {
  padding-bottom: 8px; }

.pb1 {
  padding-bottom: 16px; }

.pb2 {
  padding-bottom: 32px; }

.pb3 {
  padding-bottom: 64px; }

.pb4 {
  padding-bottom: 96px; }

.pb5 {
  padding-bottom: 128px; }

.pl0 {
  padding-left: 0; }

.pl25 {
  padding-left: 4px; }

.pl50 {
  padding-left: 8px; }

.pl1 {
  padding-left: 16px; }

.pl2 {
  padding-left: 32px; }

.pl3 {
  padding-left: 64px; }

.pl4 {
  padding-left: 96px; }

.pl5 {
  padding-left: 128px; }

.ph0 {
  padding-left: 0;
  padding-right: 0; }

.ph25 {
  padding-left: 4px;
  padding-right: 4px; }

.ph50 {
  padding-left: 8px;
  padding-right: 8px; }

.ph1 {
  padding-left: 16px;
  padding-right: 16px; }

.ph2 {
  padding-left: 32px;
  padding-right: 32px; }

.ph3 {
  padding-left: 64px;
  padding-right: 64px; }

.ph4 {
  padding-left: 96px;
  padding-right: 96px; }

.ph5 {
  padding-left: 128px;
  padding-right: 128px; }

.pv0 {
  padding-top: 0;
  padding-bottom: 0; }

.pv25 {
  padding-top: 4px;
  padding-bottom: 4px; }

.pv50 {
  padding-top: 8px;
  padding-bottom: 8px; }

.pv1 {
  padding-top: 16px;
  padding-bottom: 16px; }

.pv2 {
  padding-top: 32px;
  padding-bottom: 32px; }

.pv3 {
  padding-top: 64px;
  padding-bottom: 64px; }

.pv4 {
  padding-top: 96px;
  padding-bottom: 96px; }

.pv5 {
  padding-top: 128px;
  padding-bottom: 128px; }

.children-mt1 > * {
  margin-top: 16px; }

.children-mt2 > * {
  margin-top: 32px; }

.children-mt3 > * {
  margin-top: 64px; }

[class*=btn].hang-left {
  margin-left: -4px; }

.hang-left-1 {
  margin-left: -16px; }

.row.mh0 {
  margin-left: 0;
  margin-right: 0; }

.mt-1 {
  margin-top: -16px;
  margin-bottom: -16px; }

.mt-2 {
  margin-top: -32px;
  margin-bottom: -32px; }

.mt-3 {
  margin-top: -64px;
  margin-bottom: -64px; }

.mt-4 {
  margin-top: -96px;
  margin-bottom: -96px; }

@media print, screen and (max-width: 39.9375em) {
  .small-only-ma0 {
    margin: 0; }
  .small-only-ma25 {
    margin: 4px; }
  .small-only-ma50 {
    margin: 8px; }
  .small-only-ma1 {
    margin: 16px; }
  .small-only-ma2 {
    margin: 32px; }
  .small-only-ma3 {
    margin: 64px; }
  .small-only-ma4 {
    margin: 96px; }
  .small-only-ma5 {
    margin: 128px; }
  .small-only-mt0 {
    margin-top: 0; }
  .small-only-mt25 {
    margin-top: 4px; }
  .small-only-mt50 {
    margin-top: 8px; }
  .small-only-mt1 {
    margin-top: 16px; }
  .small-only-mt2 {
    margin-top: 32px; }
  .small-only-mt3 {
    margin-top: 64px; }
  .small-only-mt4 {
    margin-top: 96px; }
  .small-only-mt5 {
    margin-top: 128px; }
  .small-only-mr0 {
    margin-right: 0; }
  .small-only-mr25 {
    margin-right: 4px; }
  .small-only-mr50 {
    margin-right: 8px; }
  .small-only-mr1 {
    margin-right: 16px; }
  .small-only-mr2 {
    margin-right: 32px; }
  .small-only-mr3 {
    margin-right: 64px; }
  .small-only-mr4 {
    margin-right: 96px; }
  .small-only-mr5 {
    margin-right: 128px; }
  .small-only-mb0 {
    margin-bottom: 0; }
  .small-only-mb25 {
    margin-bottom: 4px; }
  .small-only-mb50 {
    margin-bottom: 8px; }
  .small-only-mb1 {
    margin-bottom: 16px; }
  .small-only-mb2 {
    margin-bottom: 32px; }
  .small-only-mb3 {
    margin-bottom: 64px; }
  .small-only-mb4 {
    margin-bottom: 96px; }
  .small-only-mb5 {
    margin-bottom: 128px; }
  .small-only-ml0 {
    margin-left: 0; }
  .small-only-ml25 {
    margin-left: 4px; }
  .small-only-ml50 {
    margin-left: 8px; }
  .small-only-ml1 {
    margin-left: 16px; }
  .small-only-ml2 {
    margin-left: 32px; }
  .small-only-ml3 {
    margin-left: 64px; }
  .small-only-ml4 {
    margin-left: 96px; }
  .small-only-ml5 {
    margin-left: 128px; }
  .small-only-mh0 {
    margin-left: 0;
    margin-right: 0; }
  .small-only-mh25 {
    margin-left: 4px;
    margin-right: 4px; }
  .small-only-mh50 {
    margin-left: 8px;
    margin-right: 8px; }
  .small-only-mh1 {
    margin-left: 16px;
    margin-right: 16px; }
  .small-only-mh2 {
    margin-left: 32px;
    margin-right: 32px; }
  .small-only-mh3 {
    margin-left: 64px;
    margin-right: 64px; }
  .small-only-mh4 {
    margin-left: 96px;
    margin-right: 96px; }
  .small-only-mh5 {
    margin-left: 128px;
    margin-right: 128px; }
  .small-only-mv0 {
    margin-top: 0;
    margin-bottom: 0; }
  .small-only-mv25 {
    margin-top: 4px;
    margin-bottom: 4px; }
  .small-only-mv50 {
    margin-top: 8px;
    margin-bottom: 8px; }
  .small-only-mv1 {
    margin-top: 16px;
    margin-bottom: 16px; }
  .small-only-mv2 {
    margin-top: 32px;
    margin-bottom: 32px; }
  .small-only-mv3 {
    margin-top: 64px;
    margin-bottom: 64px; }
  .small-only-mv4 {
    margin-top: 96px;
    margin-bottom: 96px; }
  .small-only-mv5 {
    margin-top: 128px;
    margin-bottom: 128px; }
  .small-only-pa0 {
    padding: 0; }
  .small-only-pa25 {
    padding: 4px; }
  .small-only-pa50 {
    padding: 8px; }
  .small-only-pa1 {
    padding: 16px; }
  .small-only-pa2 {
    padding: 32px; }
  .small-only-pa3 {
    padding: 64px; }
  .small-only-pa4 {
    padding: 96px; }
  .small-only-pa5 {
    padding: 128px; }
  .small-only-pt0 {
    padding-top: 0; }
  .small-only-pt25 {
    padding-top: 4px; }
  .small-only-pt50 {
    padding-top: 8px; }
  .small-only-pt1 {
    padding-top: 16px; }
  .small-only-pt2 {
    padding-top: 32px; }
  .small-only-pt3 {
    padding-top: 64px; }
  .small-only-pt4 {
    padding-top: 96px; }
  .small-only-pt5 {
    padding-top: 128px; }
  .small-only-pr0 {
    padding-right: 0; }
  .small-only-pr25 {
    padding-right: 4px; }
  .small-only-pr50 {
    padding-right: 8px; }
  .small-only-pr1 {
    padding-right: 16px; }
  .small-only-pr2 {
    padding-right: 32px; }
  .small-only-pr3 {
    padding-right: 64px; }
  .small-only-pr4 {
    padding-right: 96px; }
  .small-only-pr5 {
    padding-right: 128px; }
  .small-only-pb0 {
    padding-bottom: 0; }
  .small-only-pb25 {
    padding-bottom: 4px; }
  .small-only-pb50 {
    padding-bottom: 8px; }
  .small-only-pb1 {
    padding-bottom: 16px; }
  .small-only-pb2 {
    padding-bottom: 32px; }
  .small-only-pb3 {
    padding-bottom: 64px; }
  .small-only-pb4 {
    padding-bottom: 96px; }
  .small-only-pb5 {
    padding-bottom: 128px; }
  .small-only-pl0 {
    padding-left: 0; }
  .small-only-pl25 {
    padding-left: 4px; }
  .small-only-pl50 {
    padding-left: 8px; }
  .small-only-pl1 {
    padding-left: 16px; }
  .small-only-pl2 {
    padding-left: 32px; }
  .small-only-pl3 {
    padding-left: 64px; }
  .small-only-pl4 {
    padding-left: 96px; }
  .small-only-pl5 {
    padding-left: 128px; }
  .small-only-ph0 {
    padding-left: 0;
    padding-right: 0; }
  .small-only-ph25 {
    padding-left: 4px;
    padding-right: 4px; }
  .small-only-ph50 {
    padding-left: 8px;
    padding-right: 8px; }
  .small-only-ph1 {
    padding-left: 16px;
    padding-right: 16px; }
  .small-only-ph2 {
    padding-left: 32px;
    padding-right: 32px; }
  .small-only-ph3 {
    padding-left: 64px;
    padding-right: 64px; }
  .small-only-ph4 {
    padding-left: 96px;
    padding-right: 96px; }
  .small-only-ph5 {
    padding-left: 128px;
    padding-right: 128px; }
  .small-only-pv0 {
    padding-top: 0;
    padding-bottom: 0; }
  .small-only-pv25 {
    padding-top: 4px;
    padding-bottom: 4px; }
  .small-only-pv50 {
    padding-top: 8px;
    padding-bottom: 8px; }
  .small-only-pv1 {
    padding-top: 16px;
    padding-bottom: 16px; }
  .small-only-pv2 {
    padding-top: 32px;
    padding-bottom: 32px; }
  .small-only-pv3 {
    padding-top: 64px;
    padding-bottom: 64px; }
  .small-only-pv4 {
    padding-top: 96px;
    padding-bottom: 96px; }
  .small-only-pv5 {
    padding-top: 128px;
    padding-bottom: 128px; } }

@media print, screen and (min-width: 40em) {
  .medium-ma0 {
    margin: 0; }
  .medium-ma25 {
    margin: 4px; }
  .medium-ma50 {
    margin: 8px; }
  .medium-ma1 {
    margin: 16px; }
  .medium-ma2 {
    margin: 32px; }
  .medium-ma3 {
    margin: 64px; }
  .medium-ma4 {
    margin: 96px; }
  .medium-ma5 {
    margin: 128px; }
  .medium-mt0 {
    margin-top: 0; }
  .medium-mt25 {
    margin-top: 4px; }
  .medium-mt50 {
    margin-top: 8px; }
  .medium-mt1 {
    margin-top: 16px; }
  .medium-mt2 {
    margin-top: 32px; }
  .medium-mt3 {
    margin-top: 64px; }
  .medium-mt4 {
    margin-top: 96px; }
  .medium-mt5 {
    margin-top: 128px; }
  .medium-mr0 {
    margin-right: 0; }
  .medium-mr25 {
    margin-right: 4px; }
  .medium-mr50 {
    margin-right: 8px; }
  .medium-mr1 {
    margin-right: 16px; }
  .medium-mr2 {
    margin-right: 32px; }
  .medium-mr3 {
    margin-right: 64px; }
  .medium-mr4 {
    margin-right: 96px; }
  .medium-mr5 {
    margin-right: 128px; }
  .medium-mb0 {
    margin-bottom: 0; }
  .medium-mb25 {
    margin-bottom: 4px; }
  .medium-mb50 {
    margin-bottom: 8px; }
  .medium-mb1 {
    margin-bottom: 16px; }
  .medium-mb2 {
    margin-bottom: 32px; }
  .medium-mb3 {
    margin-bottom: 64px; }
  .medium-mb4 {
    margin-bottom: 96px; }
  .medium-mb5 {
    margin-bottom: 128px; }
  .medium-ml0 {
    margin-left: 0; }
  .medium-ml25 {
    margin-left: 4px; }
  .medium-ml50 {
    margin-left: 8px; }
  .medium-ml1 {
    margin-left: 16px; }
  .medium-ml2 {
    margin-left: 32px; }
  .medium-ml3 {
    margin-left: 64px; }
  .medium-ml4 {
    margin-left: 96px; }
  .medium-ml5 {
    margin-left: 128px; }
  .medium-mh0 {
    margin-left: 0;
    margin-right: 0; }
  .medium-mh25 {
    margin-left: 4px;
    margin-right: 4px; }
  .medium-mh50 {
    margin-left: 8px;
    margin-right: 8px; }
  .medium-mh1 {
    margin-left: 16px;
    margin-right: 16px; }
  .medium-mh2 {
    margin-left: 32px;
    margin-right: 32px; }
  .medium-mh3 {
    margin-left: 64px;
    margin-right: 64px; }
  .medium-mh4 {
    margin-left: 96px;
    margin-right: 96px; }
  .medium-mh5 {
    margin-left: 128px;
    margin-right: 128px; }
  .medium-mv0 {
    margin-top: 0;
    margin-bottom: 0; }
  .medium-mv25 {
    margin-top: 4px;
    margin-bottom: 4px; }
  .medium-mv50 {
    margin-top: 8px;
    margin-bottom: 8px; }
  .medium-mv1 {
    margin-top: 16px;
    margin-bottom: 16px; }
  .medium-mv2 {
    margin-top: 32px;
    margin-bottom: 32px; }
  .medium-mv3 {
    margin-top: 64px;
    margin-bottom: 64px; }
  .medium-mv4 {
    margin-top: 96px;
    margin-bottom: 96px; }
  .medium-mv5 {
    margin-top: 128px;
    margin-bottom: 128px; }
  .medium-pa0 {
    padding: 0; }
  .medium-pa25 {
    padding: 4px; }
  .medium-pa50 {
    padding: 8px; }
  .medium-pa1 {
    padding: 16px; }
  .medium-pa2 {
    padding: 32px; }
  .medium-pa3 {
    padding: 64px; }
  .medium-pa4 {
    padding: 96px; }
  .medium-pa5 {
    padding: 128px; }
  .medium-pt0 {
    padding-top: 0; }
  .medium-pt25 {
    padding-top: 4px; }
  .medium-pt50 {
    padding-top: 8px; }
  .medium-pt1 {
    padding-top: 16px; }
  .medium-pt2 {
    padding-top: 32px; }
  .medium-pt3 {
    padding-top: 64px; }
  .medium-pt4 {
    padding-top: 96px; }
  .medium-pt5 {
    padding-top: 128px; }
  .medium-pr0 {
    padding-right: 0; }
  .medium-pr25 {
    padding-right: 4px; }
  .medium-pr50 {
    padding-right: 8px; }
  .medium-pr1 {
    padding-right: 16px; }
  .medium-pr2 {
    padding-right: 32px; }
  .medium-pr3 {
    padding-right: 64px; }
  .medium-pr4 {
    padding-right: 96px; }
  .medium-pr5 {
    padding-right: 128px; }
  .medium-pb0 {
    padding-bottom: 0; }
  .medium-pb25 {
    padding-bottom: 4px; }
  .medium-pb50 {
    padding-bottom: 8px; }
  .medium-pb1 {
    padding-bottom: 16px; }
  .medium-pb2 {
    padding-bottom: 32px; }
  .medium-pb3 {
    padding-bottom: 64px; }
  .medium-pb4 {
    padding-bottom: 96px; }
  .medium-pb5 {
    padding-bottom: 128px; }
  .medium-pl0 {
    padding-left: 0; }
  .medium-pl25 {
    padding-left: 4px; }
  .medium-pl50 {
    padding-left: 8px; }
  .medium-pl1 {
    padding-left: 16px; }
  .medium-pl2 {
    padding-left: 32px; }
  .medium-pl3 {
    padding-left: 64px; }
  .medium-pl4 {
    padding-left: 96px; }
  .medium-pl5 {
    padding-left: 128px; }
  .medium-ph0 {
    padding-left: 0;
    padding-right: 0; }
  .medium-ph25 {
    padding-left: 4px;
    padding-right: 4px; }
  .medium-ph50 {
    padding-left: 8px;
    padding-right: 8px; }
  .medium-ph1 {
    padding-left: 16px;
    padding-right: 16px; }
  .medium-ph2 {
    padding-left: 32px;
    padding-right: 32px; }
  .medium-ph3 {
    padding-left: 64px;
    padding-right: 64px; }
  .medium-ph4 {
    padding-left: 96px;
    padding-right: 96px; }
  .medium-ph5 {
    padding-left: 128px;
    padding-right: 128px; }
  .medium-pv0 {
    padding-top: 0;
    padding-bottom: 0; }
  .medium-pv25 {
    padding-top: 4px;
    padding-bottom: 4px; }
  .medium-pv50 {
    padding-top: 8px;
    padding-bottom: 8px; }
  .medium-pv1 {
    padding-top: 16px;
    padding-bottom: 16px; }
  .medium-pv2 {
    padding-top: 32px;
    padding-bottom: 32px; }
  .medium-pv3 {
    padding-top: 64px;
    padding-bottom: 64px; }
  .medium-pv4 {
    padding-top: 96px;
    padding-bottom: 96px; }
  .medium-pv5 {
    padding-top: 128px;
    padding-bottom: 128px; } }

@media print, screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-only-ma0 {
    margin: 0; }
  .medium-only-ma25 {
    margin: 4px; }
  .medium-only-ma50 {
    margin: 8px; }
  .medium-only-ma1 {
    margin: 16px; }
  .medium-only-ma2 {
    margin: 32px; }
  .medium-only-ma3 {
    margin: 64px; }
  .medium-only-ma4 {
    margin: 96px; }
  .medium-only-ma5 {
    margin: 128px; }
  .medium-only-mt0 {
    margin-top: 0; }
  .medium-only-mt25 {
    margin-top: 4px; }
  .medium-only-mt50 {
    margin-top: 8px; }
  .medium-only-mt1 {
    margin-top: 16px; }
  .medium-only-mt2 {
    margin-top: 32px; }
  .medium-only-mt3 {
    margin-top: 64px; }
  .medium-only-mt4 {
    margin-top: 96px; }
  .medium-only-mt5 {
    margin-top: 128px; }
  .medium-only-mr0 {
    margin-right: 0; }
  .medium-only-mr25 {
    margin-right: 4px; }
  .medium-only-mr50 {
    margin-right: 8px; }
  .medium-only-mr1 {
    margin-right: 16px; }
  .medium-only-mr2 {
    margin-right: 32px; }
  .medium-only-mr3 {
    margin-right: 64px; }
  .medium-only-mr4 {
    margin-right: 96px; }
  .medium-only-mr5 {
    margin-right: 128px; }
  .medium-only-mb0 {
    margin-bottom: 0; }
  .medium-only-mb25 {
    margin-bottom: 4px; }
  .medium-only-mb50 {
    margin-bottom: 8px; }
  .medium-only-mb1 {
    margin-bottom: 16px; }
  .medium-only-mb2 {
    margin-bottom: 32px; }
  .medium-only-mb3 {
    margin-bottom: 64px; }
  .medium-only-mb4 {
    margin-bottom: 96px; }
  .medium-only-mb5 {
    margin-bottom: 128px; }
  .medium-only-ml0 {
    margin-left: 0; }
  .medium-only-ml25 {
    margin-left: 4px; }
  .medium-only-ml50 {
    margin-left: 8px; }
  .medium-only-ml1 {
    margin-left: 16px; }
  .medium-only-ml2 {
    margin-left: 32px; }
  .medium-only-ml3 {
    margin-left: 64px; }
  .medium-only-ml4 {
    margin-left: 96px; }
  .medium-only-ml5 {
    margin-left: 128px; }
  .medium-only-mh0 {
    margin-left: 0;
    margin-right: 0; }
  .medium-only-mh25 {
    margin-left: 4px;
    margin-right: 4px; }
  .medium-only-mh50 {
    margin-left: 8px;
    margin-right: 8px; }
  .medium-only-mh1 {
    margin-left: 16px;
    margin-right: 16px; }
  .medium-only-mh2 {
    margin-left: 32px;
    margin-right: 32px; }
  .medium-only-mh3 {
    margin-left: 64px;
    margin-right: 64px; }
  .medium-only-mh4 {
    margin-left: 96px;
    margin-right: 96px; }
  .medium-only-mh5 {
    margin-left: 128px;
    margin-right: 128px; }
  .medium-only-mv0 {
    margin-top: 0;
    margin-bottom: 0; }
  .medium-only-mv25 {
    margin-top: 4px;
    margin-bottom: 4px; }
  .medium-only-mv50 {
    margin-top: 8px;
    margin-bottom: 8px; }
  .medium-only-mv1 {
    margin-top: 16px;
    margin-bottom: 16px; }
  .medium-only-mv2 {
    margin-top: 32px;
    margin-bottom: 32px; }
  .medium-only-mv3 {
    margin-top: 64px;
    margin-bottom: 64px; }
  .medium-only-mv4 {
    margin-top: 96px;
    margin-bottom: 96px; }
  .medium-only-mv5 {
    margin-top: 128px;
    margin-bottom: 128px; }
  .medium-only-pa0 {
    padding: 0; }
  .medium-only-pa25 {
    padding: 4px; }
  .medium-only-pa50 {
    padding: 8px; }
  .medium-only-pa1 {
    padding: 16px; }
  .medium-only-pa2 {
    padding: 32px; }
  .medium-only-pa3 {
    padding: 64px; }
  .medium-only-pa4 {
    padding: 96px; }
  .medium-only-pa5 {
    padding: 128px; }
  .medium-only-pt0 {
    padding-top: 0; }
  .medium-only-pt25 {
    padding-top: 4px; }
  .medium-only-pt50 {
    padding-top: 8px; }
  .medium-only-pt1 {
    padding-top: 16px; }
  .medium-only-pt2 {
    padding-top: 32px; }
  .medium-only-pt3 {
    padding-top: 64px; }
  .medium-only-pt4 {
    padding-top: 96px; }
  .medium-only-pt5 {
    padding-top: 128px; }
  .medium-only-pr0 {
    padding-right: 0; }
  .medium-only-pr25 {
    padding-right: 4px; }
  .medium-only-pr50 {
    padding-right: 8px; }
  .medium-only-pr1 {
    padding-right: 16px; }
  .medium-only-pr2 {
    padding-right: 32px; }
  .medium-only-pr3 {
    padding-right: 64px; }
  .medium-only-pr4 {
    padding-right: 96px; }
  .medium-only-pr5 {
    padding-right: 128px; }
  .medium-only-pb0 {
    padding-bottom: 0; }
  .medium-only-pb25 {
    padding-bottom: 4px; }
  .medium-only-pb50 {
    padding-bottom: 8px; }
  .medium-only-pb1 {
    padding-bottom: 16px; }
  .medium-only-pb2 {
    padding-bottom: 32px; }
  .medium-only-pb3 {
    padding-bottom: 64px; }
  .medium-only-pb4 {
    padding-bottom: 96px; }
  .medium-only-pb5 {
    padding-bottom: 128px; }
  .medium-only-pl0 {
    padding-left: 0; }
  .medium-only-pl25 {
    padding-left: 4px; }
  .medium-only-pl50 {
    padding-left: 8px; }
  .medium-only-pl1 {
    padding-left: 16px; }
  .medium-only-pl2 {
    padding-left: 32px; }
  .medium-only-pl3 {
    padding-left: 64px; }
  .medium-only-pl4 {
    padding-left: 96px; }
  .medium-only-pl5 {
    padding-left: 128px; }
  .medium-only-ph0 {
    padding-left: 0;
    padding-right: 0; }
  .medium-only-ph25 {
    padding-left: 4px;
    padding-right: 4px; }
  .medium-only-ph50 {
    padding-left: 8px;
    padding-right: 8px; }
  .medium-only-ph1 {
    padding-left: 16px;
    padding-right: 16px; }
  .medium-only-ph2 {
    padding-left: 32px;
    padding-right: 32px; }
  .medium-only-ph3 {
    padding-left: 64px;
    padding-right: 64px; }
  .medium-only-ph4 {
    padding-left: 96px;
    padding-right: 96px; }
  .medium-only-ph5 {
    padding-left: 128px;
    padding-right: 128px; }
  .medium-only-pv0 {
    padding-top: 0;
    padding-bottom: 0; }
  .medium-only-pv25 {
    padding-top: 4px;
    padding-bottom: 4px; }
  .medium-only-pv50 {
    padding-top: 8px;
    padding-bottom: 8px; }
  .medium-only-pv1 {
    padding-top: 16px;
    padding-bottom: 16px; }
  .medium-only-pv2 {
    padding-top: 32px;
    padding-bottom: 32px; }
  .medium-only-pv3 {
    padding-top: 64px;
    padding-bottom: 64px; }
  .medium-only-pv4 {
    padding-top: 96px;
    padding-bottom: 96px; }
  .medium-only-pv5 {
    padding-top: 128px;
    padding-bottom: 128px; } }

@media print, screen and (min-width: 64em) {
  .large-ma0 {
    margin: 0; }
  .large-ma25 {
    margin: 4px; }
  .large-ma50 {
    margin: 8px; }
  .large-ma1 {
    margin: 16px; }
  .large-ma2 {
    margin: 32px; }
  .large-ma3 {
    margin: 64px; }
  .large-ma4 {
    margin: 96px; }
  .large-ma5 {
    margin: 128px; }
  .large-mt0 {
    margin-top: 0; }
  .large-mt25 {
    margin-top: 4px; }
  .large-mt50 {
    margin-top: 8px; }
  .large-mt1 {
    margin-top: 16px; }
  .large-mt2 {
    margin-top: 32px; }
  .large-mt3 {
    margin-top: 64px; }
  .large-mt4 {
    margin-top: 96px; }
  .large-mt5 {
    margin-top: 128px; }
  .large-mr0 {
    margin-right: 0; }
  .large-mr25 {
    margin-right: 4px; }
  .large-mr50 {
    margin-right: 8px; }
  .large-mr1 {
    margin-right: 16px; }
  .large-mr2 {
    margin-right: 32px; }
  .large-mr3 {
    margin-right: 64px; }
  .large-mr4 {
    margin-right: 96px; }
  .large-mr5 {
    margin-right: 128px; }
  .large-mb0 {
    margin-bottom: 0; }
  .large-mb25 {
    margin-bottom: 4px; }
  .large-mb50 {
    margin-bottom: 8px; }
  .large-mb1 {
    margin-bottom: 16px; }
  .large-mb2 {
    margin-bottom: 32px; }
  .large-mb3 {
    margin-bottom: 64px; }
  .large-mb4 {
    margin-bottom: 96px; }
  .large-mb5 {
    margin-bottom: 128px; }
  .large-ml0 {
    margin-left: 0; }
  .large-ml25 {
    margin-left: 4px; }
  .large-ml50 {
    margin-left: 8px; }
  .large-ml1 {
    margin-left: 16px; }
  .large-ml2 {
    margin-left: 32px; }
  .large-ml3 {
    margin-left: 64px; }
  .large-ml4 {
    margin-left: 96px; }
  .large-ml5 {
    margin-left: 128px; }
  .large-mh0 {
    margin-left: 0;
    margin-right: 0; }
  .large-mh25 {
    margin-left: 4px;
    margin-right: 4px; }
  .large-mh50 {
    margin-left: 8px;
    margin-right: 8px; }
  .large-mh1 {
    margin-left: 16px;
    margin-right: 16px; }
  .large-mh2 {
    margin-left: 32px;
    margin-right: 32px; }
  .large-mh3 {
    margin-left: 64px;
    margin-right: 64px; }
  .large-mh4 {
    margin-left: 96px;
    margin-right: 96px; }
  .large-mh5 {
    margin-left: 128px;
    margin-right: 128px; }
  .large-mv0 {
    margin-top: 0;
    margin-bottom: 0; }
  .large-mv25 {
    margin-top: 4px;
    margin-bottom: 4px; }
  .large-mv50 {
    margin-top: 8px;
    margin-bottom: 8px; }
  .large-mv1 {
    margin-top: 16px;
    margin-bottom: 16px; }
  .large-mv2 {
    margin-top: 32px;
    margin-bottom: 32px; }
  .large-mv3 {
    margin-top: 64px;
    margin-bottom: 64px; }
  .large-mv4 {
    margin-top: 96px;
    margin-bottom: 96px; }
  .large-mv5 {
    margin-top: 128px;
    margin-bottom: 128px; }
  .large-pa0 {
    padding: 0; }
  .large-pa25 {
    padding: 4px; }
  .large-pa50 {
    padding: 8px; }
  .large-pa1 {
    padding: 16px; }
  .large-pa2 {
    padding: 32px; }
  .large-pa3 {
    padding: 64px; }
  .large-pa4 {
    padding: 96px; }
  .large-pa5 {
    padding: 128px; }
  .large-pt0 {
    padding-top: 0; }
  .large-pt25 {
    padding-top: 4px; }
  .large-pt50 {
    padding-top: 8px; }
  .large-pt1 {
    padding-top: 16px; }
  .large-pt2 {
    padding-top: 32px; }
  .large-pt3 {
    padding-top: 64px; }
  .large-pt4 {
    padding-top: 96px; }
  .large-pt5 {
    padding-top: 128px; }
  .large-pr0 {
    padding-right: 0; }
  .large-pr25 {
    padding-right: 4px; }
  .large-pr50 {
    padding-right: 8px; }
  .large-pr1 {
    padding-right: 16px; }
  .large-pr2 {
    padding-right: 32px; }
  .large-pr3 {
    padding-right: 64px; }
  .large-pr4 {
    padding-right: 96px; }
  .large-pr5 {
    padding-right: 128px; }
  .large-pb0 {
    padding-bottom: 0; }
  .large-pb25 {
    padding-bottom: 4px; }
  .large-pb50 {
    padding-bottom: 8px; }
  .large-pb1 {
    padding-bottom: 16px; }
  .large-pb2 {
    padding-bottom: 32px; }
  .large-pb3 {
    padding-bottom: 64px; }
  .large-pb4 {
    padding-bottom: 96px; }
  .large-pb5 {
    padding-bottom: 128px; }
  .large-pl0 {
    padding-left: 0; }
  .large-pl25 {
    padding-left: 4px; }
  .large-pl50 {
    padding-left: 8px; }
  .large-pl1 {
    padding-left: 16px; }
  .large-pl2 {
    padding-left: 32px; }
  .large-pl3 {
    padding-left: 64px; }
  .large-pl4 {
    padding-left: 96px; }
  .large-pl5 {
    padding-left: 128px; }
  .large-ph0 {
    padding-left: 0;
    padding-right: 0; }
  .large-ph25 {
    padding-left: 4px;
    padding-right: 4px; }
  .large-ph50 {
    padding-left: 8px;
    padding-right: 8px; }
  .large-ph1 {
    padding-left: 16px;
    padding-right: 16px; }
  .large-ph2 {
    padding-left: 32px;
    padding-right: 32px; }
  .large-ph3 {
    padding-left: 64px;
    padding-right: 64px; }
  .large-ph4 {
    padding-left: 96px;
    padding-right: 96px; }
  .large-ph5 {
    padding-left: 128px;
    padding-right: 128px; }
  .large-pv0 {
    padding-top: 0;
    padding-bottom: 0; }
  .large-pv25 {
    padding-top: 4px;
    padding-bottom: 4px; }
  .large-pv50 {
    padding-top: 8px;
    padding-bottom: 8px; }
  .large-pv1 {
    padding-top: 16px;
    padding-bottom: 16px; }
  .large-pv2 {
    padding-top: 32px;
    padding-bottom: 32px; }
  .large-pv3 {
    padding-top: 64px;
    padding-bottom: 64px; }
  .large-pv4 {
    padding-top: 96px;
    padding-bottom: 96px; }
  .large-pv5 {
    padding-top: 128px;
    padding-bottom: 128px; } }

.copy.mt0,
.small.mt0 {
  margin-top: 0; }

.copy.mt50,
.small.mt50 {
  margin-top: 8px; }

.vh-1 {
  height: 8.33333vh; }

.vh-2 {
  height: 16.66667vh; }

.vh-3 {
  height: 25vh; }

.vh-4 {
  height: 33.33333vh; }

.vh-5 {
  height: 41.66667vh; }

.vh-6 {
  height: 50vh; }

.vh-7 {
  height: 58.33333vh; }

.vh-8 {
  height: 66.66667vh; }

.vh-9 {
  height: 75vh; }

.vh-10 {
  height: 83.33333vh; }

.vh-11 {
  height: 91.66667vh; }

.vh-12 {
  height: 100vh; }

@media (min-height: 40em) {
  .medium-vh-1 {
    height: 8.33333vh; }
  .medium-vh-2 {
    height: 16.66667vh; }
  .medium-vh-3 {
    max-height: 25vh; }
  .medium-vh-4 {
    height: 33.33333vh; }
  .medium-vh-5 {
    height: 41.66667vh; }
  .medium-vh-6 {
    height: 50vh; }
  .medium-vh-7 {
    height: 58.33333vh; }
  .medium-vh-8 {
    height: 66.66667vh; }
  .medium-vh-9 {
    height: 75vh; }
  .medium-vh-10 {
    height: 83.33333vh; }
  .medium-vh-11 {
    height: 91.66667vh; }
  .medium-vh-12 {
    height: 100vh; } }

@media (min-height: 64em) {
  .large-vh-1 {
    height: 8.33333vh; }
  .large-vh-2 {
    height: 16.66667vh; }
  .large-vh-3 {
    max-height: 25vh; }
  .large-vh-4 {
    height: 33.33333vh; }
  .large-vh-5 {
    height: 41.66667vh; }
  .large-vh-6 {
    height: 50vh; }
  .large-vh-7 {
    height: 58.33333vh; }
  .large-vh-8 {
    height: 66.66667vh; }
  .large-vh-9 {
    height: 75vh; }
  .large-vh-10 {
    height: 83.33333vh; }
  .large-vh-11 {
    height: 91.66667vh; }
  .large-vh-12 {
    height: 100vh; } }

body:hover .visually-hidden a,
body:hover .visually-hidden button,
body:hover .visually-hidden input {
  display: none !important; }

.pointer-events-none {
  pointer-events: none; }

.pointer-events-auto {
  pointer-events: auto; }

.z-1 {
  z-index: -1; }

.z0 {
  z-index: 0; }

.z1 {
  z-index: 1; }

.z9 {
  z-index: 9; }

.z99 {
  z-index: 99; }

.z999 {
  z-index: 999; }

.z9999 {
  z-index: 9999; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




#drift-widget-container {
  display: none; }

.a11y-dialog__close,
.mfp-close {
  font-size: 32px;
  position: absolute;
  background: none;
  top: -2px;
  right: -2px;
  color: #383841; }

.a11y-dialog__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  border-radius: 4px;
  text-align: left;
  padding: 32px;
  transform: translate(-50%, -50%); }

#formSuccessDialog .a11y-dialog__modal {
  min-width: 288px;
  max-width: 456px;
  padding: 3em 1em 2em;
  text-align: center;
  border-radius: 8px;
  background: white; }

@media screen and (min-width: 420px) {
  #formSuccessDialog .a11y-dialog__modal {
    min-width: 360px;
    padding-right: 2em;
    padding-left: 2em; } }

@media screen and (min-width: 560px) {
  #formSuccessDialog .a11y-dialog__modal {
    min-width: 456px;
    padding-right: 4em;
    padding-left: 4em; } }

#formSuccessDialog.reveal {
  max-width: 28rem;
  padding: 3em 1em 2em;
  border-radius: 4px; }

.accordion__chevron,
.accordion-content {
  display: none; }

.accordion-two-column .border-top {
  border-color: #C0C0C3;
  padding-top: 16px; }

.accordion-two-column__image {
  position: absolute;
  top: 0;
  right: 16px;
  padding-left: 32px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(5rem);
  transition: all 200ms ease; }

.accordion-item.is-active .accordion-two-column__image {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  transition: all 450ms ease 100ms; }

.accordion-item.is-active .accordion__chevron {
  transform: rotate(90deg); }

@media (min-width: 40em) {
  .accordion-two-column__content {
    transform: translateX(-6px); } }

@media (min-width: 64em) {
  .accordion-title {
    color: #383841;
    font-weight: bold; }
    .accordion-title:hover, .accordion-title:focus {
      text-decoration: none;
      color: #0cabf9; }
      .accordion-title:hover .accordion__chevron,
      .accordion-title:hover .accordion__heading, .accordion-title:focus .accordion__chevron,
      .accordion-title:focus .accordion__heading {
        color: #0cabf9; }
  .accordion-two-column__content {
    display: none; }
  .accordion__heading {
    position: relative; }
  .accordion__chevron {
    position: absolute;
    top: 0;
    right: 8px;
    transition: transform 250ms ease;
    margin-left: 0.5rem;
    display: inline-block; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.blockquote-blue {
  position: relative;
  background: #ecf9ff;
  padding: 64px 32px; }
  .blockquote-blue cite {
    font-style: italic; }
  .blockquote-blue cite,
  .blockquote-blue p {
    font-size: inherit;
    font-weight: 100; }
  .blockquote-blue cite,
  .blockquote-blue h1,
  .blockquote-blue h2,
  .blockquote-blue h3,
  .blockquote-blue h4,
  .blockquote-blue h5,
  .blockquote-blue h6,
  .blockquote-blue ol,
  .blockquote-blue p,
  .blockquote-blue ul {
    padding: 0;
    color: #383841; }
  .blockquote-blue p::after,
  .blockquote-blue p::before {
    content: ''; }
  .blockquote-blue::after, .blockquote-blue::before {
    background: #0cabf9;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 80px;
    height: 60px;
    line-height: 92px;
    position: absolute;
    transform: none;
    width: 60px; }
  .blockquote-blue::before {
    left: 16px;
    padding-left: 14px;
    top: -1.6rem; }
  .blockquote-blue::after {
    bottom: -1.7rem;
    padding-left: 18px;
    right: 16px; }
  @media screen and (min-width: 900px) {
    .blockquote-blue {
      padding: 96px 64px; }
      .blockquote-blue::before {
        left: 32px;
        padding-left: 14px;
        top: -1.6rem; }
      .blockquote-blue::after {
        bottom: -1.7rem;
        padding-left: 18px;
        right: 3rem; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.ctaPreFooter .arrow-link,
.ctaBanner .arrow-link {
  border-bottom: 1px solid white;
  padding-bottom: 8px;
  padding-top: 8px;
  display: block;
  color: white;
  text-decoration: none; }
  .ctaPreFooter .arrow-link:focus, .ctaPreFooter .arrow-link:hover,
  .ctaBanner .arrow-link:focus,
  .ctaBanner .arrow-link:hover {
    color: #C0C0C3;
    text-decoration: none; }

.card {
  background-color: white;
  border-radius: 12px;
  display: block;
  height: 100%;
  padding: 24px;
  position: relative; }
  .card.arrow-link-padding {
    padding-bottom: 96px; }
  .card .arrow-link {
    position: absolute;
    bottom: 24px; }
  @media screen and (min-width: 64em) {
    .card {
      border-radius: 20px;
      padding: 40px; }
      .card .arrow-link {
        bottom: 40px; } }
  .card.bg-light {
    background: #f3f3f4; }

.card--analyst {
  background-color: white;
  border-radius: 12px;
  display: block;
  height: 100%;
  padding: 24px;
  position: relative;
  color: white;
  background-color: #0a1325; }
  .card--analyst.arrow-link-padding {
    padding-bottom: 96px; }
  .card--analyst .arrow-link {
    position: absolute;
    bottom: 24px; }
  @media screen and (min-width: 64em) {
    .card--analyst {
      border-radius: 20px;
      padding: 40px; }
      .card--analyst .arrow-link {
        bottom: 40px; } }
  .card--analyst.bg-light {
    background: #f3f3f4; }
  .card--analyst .arrow-link {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    transition: color 200ms;
    color: #88e288;
    display: block; }
    .card--analyst .arrow-link .arrow-svg {
      transform: translate(8px, 2.5px);
      transition: transform 200ms; }
    .card--analyst .arrow-link .arrow-svg-path {
      fill: #88e288; }
    .card--analyst .arrow-link:hover, .card--analyst .arrow-link:focus {
      color: white;
      text-decoration: none; }
      .card--analyst .arrow-link:hover .arrow-svg, .card--analyst .arrow-link:focus .arrow-svg {
        transform: translate(12px, 2.5px); }
      .card--analyst .arrow-link:hover .arrow-svg-path, .card--analyst .arrow-link:focus .arrow-svg-path {
        fill: white; }
  .card--analyst .divider {
    border-left: 1px solid white; }
  .card--analyst .laurels {
    margin-bottom: 32px; }
  .card--analyst .laurels__flipped {
    transform: scaleX(-1); }
  .card--analyst .laurels__text {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    padding: 0 8px;
    color: white; }
    @media (min-width: 64em) {
      .card--analyst .laurels__text {
        font-size: 2.5rem; } }
  .card--analyst .laurels-svg__color {
    stroke: #88e288; }

a.card {
  color: inherit;
  border: 1px solid transparent; }
  a.card:hover, a.card:focus {
    text-decoration: none;
    border: 1px solid #0cabf9; }

li.card-block[class*='bg-image-'] {
  background-clip: content-box; }

li.card-block.bg-partial-white {
  background-color: #0a1325; }

li.card-block.transparent-white {
  background-color: rgba(255, 255, 255, 0.4);
  background-clip: content-box; }

.childPagesCard {
  min-height: 256px;
  padding: 2rem 1rem;
  background-size: cover;
  background-repeat: no-repeat; }

.childPagesCard__button {
  margin-top: 24px; }

.card__cover-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  border: 1px solid transparent;
  border-radius: 20px; }
  .card__cover-link:hover, .card__cover-link:focus {
    border-color: #0cabf9; }

.type-post {
  margin-bottom: 24px; }

.bottom-bar .type-post {
  background: white; }

.bottom-bar .post__text {
  padding: 16px 16px 24px; }

.post__preview-image {
  display: block;
  height: 200px;
  width: 100%; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.slick-prev,
.slick-next {
  padding: 0.5rem;
  cursor: pointer; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: #0cabf9; }

.device-outline__gif--mobile {
  transform: scale(1.17); }

.device-outline__gif--laptop {
  transform: scale(1.17, 1.225) translate(0.5%, 4%); }

.device-outline__gif--tablet {
  transform: translate(-2%, 0) scale(1.1); }

.outline_over_image {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.device_outline__screen {
  background-color: rgba(1, 9, 12, 0.7);
  transition: all 2000ms ease 1000ms;
  box-shadow: 0 0 0 9999px rgba(1, 9, 12, 0.7);
  position: relative; }
  .device_outline__screen.active {
    background-color: transparent;
    box-shadow: 0 0 0 9999px rgba(1, 9, 12, 0.7), rgba(1, 9, 12, 0.7) 0 0 40px inset; }

.device_outline__screen--laptop {
  border-radius: 8px; }

.device_outline__screen--mobile {
  border-radius: 12px; }

.device_outline__screen--tablet {
  border-radius: 8px; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.trending-topics__item {
  display: inline;
  margin-right: 8px; }
  .trending-topics__item:last-child {
    margin-right: 0; }

.footer-navigation-top-level {
  white-space: nowrap;
  flex: 0 0 100%;
  padding-bottom: 1rem; }

.footer-navigation-top-level__button {
  padding-top: 1rem;
  font-weight: bold;
  display: block;
  text-decoration: none; }

.footer-navigation-sub-menu__item__link {
  display: block;
  padding-bottom: 0.5rem; }

@media (max-width: 51.9rem) {
  .fat-footer-nav {
    padding: 3rem 1rem 1rem; }
    .fat-footer-nav .accordion-content:not(.active) {
      display: none; }
  .footer-navigation-sub-menu__item__link {
    padding-left: 1rem; }
  .footer-navigation-top-level {
    border-top: 1px solid #e6e7e9; }
  .footer-navigation-top-level:last-of-type {
    border-bottom: 1px solid #e6e7e9; } }

@media (min-width: 52rem) {
  .fat-footer .accordion-item,
  .fat-footer .accordion-content {
    display: block !important; }
  .footer-navigation-top-level__button {
    padding-bottom: 4px;
    pointer-events: none; }
  .footer-navigation-top-level {
    margin-top: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 0 0 auto;
    width: 25%;
    font-size: 0.875em; }
  .footer-navigation-sub-menu__item__link:first-of-type {
    display: block; } }

@media (min-width: 78em) {
  .footer-navigation-top-level {
    flex: 1 1 0px; } }

.headder__toggle_close {
  display: none;
  opacity: 0; }

#siteHeader__search {
  margin-right: 10px; }
  #siteHeader__search button svg path {
    stroke: white; }
    #siteHeader__search button svg path:hover {
      stroke: #0cabf9; }

@media (max-width: 1024px) {
  #siteHeader::after, #siteHeader::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 45px;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background-color 250ms; }
  #siteHeader::before {
    height: 100vh;
    transition: all 300ms ease;
    transform: translate(0, -100vh); }
  .siteHeader__toggle:focus .siteHeader__toggle__line, .siteHeader__toggle:hover .siteHeader__toggle__line {
    border-color: #0cabf9; }
  #siteHeader__cta {
    text-align: center; }
  .navigation-sub-menu__item__link {
    margin-top: 1rem;
    display: flex;
    align-items: center; }
    .navigation-sub-menu__item__link .navigation-top-level__text {
      transition: transform 250ms ease; }
    .navigation-sub-menu__item__link svg {
      transition: transform 250ms ease;
      margin-right: 1rem; }
    .navigation-sub-menu__item__link:hover, .navigation-sub-menu__item__link:focus {
      text-decoration: none; }
  #siteHeader__navigation {
    text-align: center; }
  .navigation-sub-menu {
    display: inline-block;
    transition: height 350ms ease;
    overflow: hidden;
    height: auto; }
  .navigation-sub-menu:not(.active) {
    display: none; }
  .navigation-top-level__button {
    display: block;
    margin: 1rem auto; }
  .navigation-top-level__text {
    display: block;
    margin-left: 1rem; }
  .no-scroll {
    overflow: hidden; }
  #siteHeader.active {
    height: 100vh; }
    #siteHeader.active:focus, #siteHeader.active:hover {
      background-color: white; }
    #siteHeader.active::before {
      background-color: white;
      border-radius: 0;
      transform: translate(0, 0); }
    #siteHeader.active .siteHeader__logo__fill {
      fill: #000003; }
    #siteHeader.active .siteHeader__toggle:focus .siteHeader__toggle__line, #siteHeader.active .siteHeader__toggle:hover .siteHeader__toggle__line {
      border-color: #0cabf9; }
    #siteHeader.active .siteHeader__toggle__line {
      border-color: #e6e7e9;
      opacity: 0; }
    #siteHeader.active .siteHeader__toggle__close {
      display: block;
      opacity: 1;
      position: absolute;
      right: 5px;
      top: 0;
      width: 28px;
      height: 28px; }
      #siteHeader.active .siteHeader__toggle__close::after, #siteHeader.active .siteHeader__toggle__close::before {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 29px;
        width: 2px;
        background-color: #e6e7e9; }
      #siteHeader.active .siteHeader__toggle__close::after {
        transform: rotate(45deg); }
      #siteHeader.active .siteHeader__toggle__close::before {
        transform: rotate(-45deg); }
      #siteHeader.active .siteHeader__toggle__close:focus::after, #siteHeader.active .siteHeader__toggle__close:focus::before, #siteHeader.active .siteHeader__toggle__close:hover::after, #siteHeader.active .siteHeader__toggle__close:hover::before {
        background-color: #0cabf9; }
    #siteHeader.active #siteHeader__navigation {
      align-items: center;
      position: fixed;
      top: 0;
      padding-top: 6rem;
      z-index: -1;
      display: flex;
      overflow-y: scroll;
      width: 100vw;
      height: 100vh; }
    #siteHeader.active #menu-navigation {
      align-items: stretch;
      display: flex;
      flex-direction: column;
      height: 80%;
      width: 100%; }
    #siteHeader.active .navigation-top-level {
      flex: 1 1 0; }
    #siteHeader.active .navigation-top-level__button.heading {
      color: #383841;
      font-size: 1.25rem; }
      #siteHeader.active .navigation-top-level__button.heading:focus, #siteHeader.active .navigation-top-level__button.heading:active {
        color: #383841; }
      #siteHeader.active .navigation-top-level__button.heading:focus, #siteHeader.active .navigation-top-level__button.heading:hover {
        color: #383841 !important; }
  .navigation-sub-menu.active {
    border-bottom: 1px solid #f3f3f4;
    padding-bottom: 2rem; }
    .navigation-sub-menu.active .navigation-sub-menu__item__link:link, .navigation-sub-menu.active .navigation-sub-menu__item__link:focus, .navigation-sub-menu.active .navigation-sub-menu__item__link:active, .navigation-sub-menu.active .navigation-sub-menu__item__link:visited {
      color: #383841; }
    .navigation-sub-menu.active .navigation-sub-menu__item__link:focus, .navigation-sub-menu.active .navigation-sub-menu__item__link:hover {
      color: #383841; } }

@media (min-width: 1025px) {
  #siteHeader {
    transition: background-color 250ms ease; }
    #siteHeader::before {
      content: "";
      height: 17rem;
      width: 100%;
      display: block;
      z-index: -1;
      position: absolute;
      background-color: white;
      border-bottom: 1px solid #000003;
      transition: background-color 400ms, transform 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
      transform: translate(0, -17rem); }
    #siteHeader .f-2::before {
      background-image: none;
      background-color: white; }
    #siteHeader .f-2:hover, #siteHeader .f-2:focus {
      color: #000003; }
  #siteHeader__bar {
    transition: background-color 250ms ease 250ms; }
  #siteHeader.active::before {
    transition: background-color 400ms, transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 150ms;
    transform: translate(0, -2rem);
    opacity: 1;
    background-color: white; }
  .link-svg path,
  .link-svg circle {
    transition: stroke 250ms; }
  .link-svg:hover path,
  .link-svg:hover circle, .link-svg:focus path,
  .link-svg:focus circle {
    stroke: #0cabf9; }
  .navigation-sub-menu {
    display: flex;
    left: 50%;
    margin: 0 auto;
    max-width: 78em;
    padding-top: 2rem;
    text-align: center;
    top: 4rem;
    transform: translate(-50%, 0);
    transition: all 250ms ease;
    width: 100%; }
  .navigation-sub-menu.active {
    pointer-events: all;
    transition: all 300ms ease 150ms;
    opacity: 1; }
  .navigation-sub-menu.from-left {
    -webkit-animation-name: from-left;
            animation-name: from-left;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .navigation-sub-menu.from-right {
    -webkit-animation-name: from-right;
            animation-name: from-right;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .navigation-sub-menu__item__link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #000003;
    display: block; }
    .navigation-sub-menu__item__link g {
      transition: stroke 200ms; }
    .navigation-sub-menu__item__link:hover, .navigation-sub-menu__item__link:focus {
      color: #0cabf9;
      text-decoration: none; }
      .navigation-sub-menu__item__link:hover g, .navigation-sub-menu__item__link:focus g {
        stroke: #0cabf9; }
  .navigation-sub-menu__item {
    flex: 1 1 0px; }
    .navigation-sub-menu__item:focus .navigation-top-level__text, .navigation-sub-menu__item:hover .navigation-top-level__text {
      color: #0cabf9; }
  .navigation-top-level__button {
    transition: color 250ms; }
    .navigation-top-level__button:hover, .navigation-top-level__button:focus {
      text-decoration: none;
      color: #0cabf9; }
  .navigation-top-level__text {
    display: block;
    font-size: .9375rem;
    color: #383841; }
  .navigation-top-level__text:first-of-type {
    margin-top: .5rem; } }

@-webkit-keyframes from-left {
  from {
    transform: translate(-60%, 0); } }

@keyframes from-left {
  from {
    transform: translate(-60%, 0); } }

@-webkit-keyframes from-right {
  from {
    transform: translate(-40%, 0); } }

@keyframes from-right {
  from {
    transform: translate(-40%, 0); } }

#search-form {
  display: none; }
  #search-form .search-form-wrapper {
    background-color: rgba(0, 0, 3, 0.8);
    height: 80px; }
    #search-form .search-form-wrapper form {
      padding-top: 20px; }
      #search-form .search-form-wrapper form input {
        box-sizing: border-box;
        padding-left: 10px;
        width: 90%;
        height: 40px;
        background-color: white;
        vertical-align: top; }
      #search-form .search-form-wrapper form input:focus {
        outline: none; }
      #search-form .search-form-wrapper form button {
        position: absolute;
        top: 28px;
        left: 86%; }
      #search-form .search-form-wrapper form button svg path {
        stroke: #000003; }
      #search-form .search-form-wrapper form button svg path:hover {
        stroke: #0cabf9; }
      #search-form .search-form-wrapper form button.search-close {
        position: absolute;
        top: 28px;
        left: 95%; }
      #search-form .search-form-wrapper form button.search-close svg {
        height: 24px;
        width: 24px; }
      #search-form .search-form-wrapper form button.search-close svg path {
        fill: white !important; }
      #search-form .search-form-wrapper form button.search-close svg path:hover {
        fill: #0cabf9 !important; }
    #search-form .search-form-wrapper #search-clear {
      display: none; }
  #search-form ::-webkit-search-cancel-button {
    display: none; }

.iframe-container {
  display: table;
  empty-cells: show;
  border-collapse: collapse;
  width: 100%;
  height: 100%; }
  .iframe-container .second-row {
    height: 100%; }
  .iframe-container .second-row iframe {
    width: 100%;
    height: 100%;
    border: none; }

.language-select {
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .language-select .lang-item {
    margin-top: 4px;
    position: relative;
    display: none; }
  .language-select .current-lang {
    display: block; }
  .language-select.active .lang-item {
    display: block;
    z-index: 9; }
  .language-select.active .language-select__dialog {
    top: -1.5rem;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    padding: 8px 16px;
    width: 8rem;
    color: #000003; }
  .language-select.active a {
    color: #383841; }

.language-select__matte {
  display: block;
  content: '';
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8; }

video.observe-video {
  opacity: 0;
  transition: opacity 500ms; }
  video.observe-video.active {
    opacity: 1; }

img[data-src] {
  color: transparent;
  opacity: 0; }

.logo-row {
  text-align: center; }
  .logo-row img {
    max-width: 130px;
    max-height: 44px; }

.logoTicker {
  padding-top: 24px; }
  .logoTicker[data-columns="2"] .block {
    flex: 0 1 50%; }
  .logoTicker[data-columns="3"] .block {
    flex: 0 1 33.33333%; }
  .logoTicker[data-columns="4"] .block {
    flex: 0 1 25%; }
  .logoTicker[data-columns="5"] .block {
    flex: 0 1 20%; }
  .logoTicker[data-columns="6"] .block {
    flex: 0 1 16.66667%; }

.logoTicker__cell {
  display: none;
  height: 120px;
  text-align: center;
  transition: all 450ms ease;
  transform: translate(0, -50px);
  opacity: 0;
  margin-top: 24px; }
  .logoTicker__cell img {
    height: 70%;
    width: 70%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain; }
  .logoTicker__cell.in {
    transform: translate(0, 0);
    opacity: 1; }
  .logoTicker__cell.out {
    transform: translate(0, 50px);
    opacity: 0; }

.block {
  display: block; }

.pagination {
  text-align: center;
  padding: 64px 0; }
  .pagination a,
  .pagination span {
    text-align: left;
    padding: 5px 10px 5px 10px;
    border: 1px solid #383841;
    color: #000003;
    text-align: left;
    padding: 5px 10px 5px 10px;
    border: 1px solid #383841;
    color: #000003; }
  .pagination a:hover,
  .pagination a:focus {
    color: white;
    background-color: #0cabf9;
    text-decoration: none; }
  .pagination a.prev,
  .pagination a.next {
    width: auto; }
  .pagination span.current {
    color: white;
    background-color: #181819; }

.print-this-page svg {
  max-height: 20px;
  margin-right: 0.45em; }

.radio-switch {
  border: 1px solid #C0C0C3;
  border-radius: 999px;
  color: #C0C0C3;
  height: 50px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  text-align: center; }
  .radio-switch:focus-within {
    border-color: #0d2dd1; }
  .radio-switch input {
    width: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0; }
  .radio-switch label {
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 100%;
    line-height: 40.5px;
    width: 50%; }
  .radio-switch input:nth-child(3) {
    left: auto;
    right: 0; }
  .radio-switch label:nth-child(4) {
    float: right; }
  .radio-switch input[type='radio']:checked + label {
    color: white;
    border-radius: 999px;
    background-image: linear-gradient(160deg, #0d2dd1 50%, #0cabf9); }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.relatedContent .arrow-link {
  position: relative;
  bottom: 0; }

#search-results {
  margin-top: 7rem; }

.search-results__link {
  border-radius: 4px;
  padding: 16px;
  display: block;
  color: #383841; }
  .search-results__link:hover, .search-results__link:focus {
    background-color: #f3f3f4; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.slick-dots {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center; }

.bottom-dots .slick-dots,
.bottom-dots .slick-bars {
  bottom: 2rem; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li.slick-active button {
    background: #383841; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  color: transparent;
  border: 1px solid #383841;
  border-radius: 100%;
  outline: none;
  transition: background 150ms ease;
  background: transparent; }

.white .slick-dots li button {
  border: 1px solid white; }

.white .slick-dots li.slick-active button {
  background: white; }

.slick-bars {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: -3rem;
  text-align: center; }

.slick-bars li {
  mix-blend-mode: screen;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  font-size: 0;
  transition: width 250ms ease;
  position: relative; }
  .slick-bars li button {
    width: 100%;
    transform-origin: center;
    opacity: 1; }
  .slick-bars li button::before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 4px;
    background-color: #383841;
    opacity: 1;
    transform: translate(0, 14px);
    transform-origin: center;
    transition: opacity 200ms; }
    .white .slick-bars li button::before {
      background-color: white; }
  .slick-bars li:first-of-type button {
    transform-origin: left; }
  .slick-bars li:last-of-type button {
    transform-origin: right; }
  .slick-bars li:hover button, .slick-bars li:focus button {
    opacity: 1; }
  .slick-bars li.slick-active {
    width: 5rem; }
    .slick-bars li.slick-active button::before {
      background-color: #0cabf9; }

.social-svg {
  padding: 0.5rem; }
  .social-svg path {
    fill: #000003;
    transition: fill 200ms; }
  .social-svg:hover path, .social-svg:focus path {
    fill: #0cabf9; }
  .social-svg .youtubePlayButton {
    fill: white; }

.fat-footer .social-svg svg {
  cursor: pointer; }

.fat-footer .social-svg path {
  fill: white;
  transition: fill 200ms; }

.fat-footer .social-svg:hover path, .fat-footer .social-svg:focus path {
  fill: #0cabf9; }

.fat-footer .social-svg .youtubePlayButton {
  fill: #000003; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.jquery-tab:not(.active) {
  display: none; }

.jquery-tab-btn {
  flex: 1 1 0; }
  .jquery-tab-btn a {
    position: relative;
    transition: all 250ms ease;
    border-bottom-width: 5px;
    line-height: 1.5;
    height: 100%;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding: 16px;
    display: block;
    text-align: center;
    color: #0cabf9;
    text-decoration: none; }
    .jquery-tab-btn a.has-arrow {
      border-width: 3px; }
    .jquery-tab-btn a.has-arrow::after {
      position: absolute;
      right: 0;
      bottom: -8px;
      left: 0;
      width: 0;
      height: 0;
      margin: auto;
      content: '';
      transition: opacity 50ms ease;
      opacity: 0;
      border-top: 8px solid #0cabf9;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent; }
    .jquery-tab-btn a img {
      transition: all 250ms ease;
      opacity: 0.5; }
  .jquery-tab-btn a:focus,
  .jquery-tab-btn a:hover {
    border-bottom-color: #ecf9ff; }
    .jquery-tab-btn a:focus img,
    .jquery-tab-btn a:hover img {
      opacity: 1; }
  .jquery-tab-btn a.active {
    border-bottom-color: #0cabf9; }
    .jquery-tab-btn a.active img {
      opacity: 1; }
    .jquery-tab-btn a.active.has-arrow::after {
      transition: opacity 100ms ease;
      transition-delay: 100ms;
      opacity: 1; }

.pb_section {
   }
  .pb_section.overlay--black-fadeout::before {
    background-image: linear-gradient(180deg, transparent 65%, #000003 98%); }
  .pb_section.bg-black {
    background: #000003; }

@media (max-width: 39.9375em) {
  .billboard .billboard__tabs_item {
    margin-top: 24px; }
  .billboard .billboard__tabs_item + .billboard__content_item {
    margin-top: 64px; }
  .billboard .billboard__tabs_item__elements {
    margin-top: 0.5em; } }

@media (min-width: 40em) and (max-width: 63.9375em) {
  .billboard {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: left; }
    .billboard .billboard__tabs_item {
      flex: 1 1 45%;
      margin-top: 32px;
      padding-left: 16px; }
      .billboard .billboard__tabs_item button {
        text-align: left; }
    .billboard .billboard__content_item {
      margin-top: 24px;
      flex: 1 1 55%; } }

@media (min-width: 64em) {
  .billboard {
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-flow: row wrap; }
    .pb_section .billboard {
      margin-bottom: -80px; }
    .billboard .billboard__content_item {
      height: 55vh;
      width: 100%;
      text-align: center;
      position: absolute;
      z-index: 1;
      pointer-events: none;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      transition: all 300ms ease 300ms; }
      .billboard .billboard__content_item:not(.active) {
        transition: all 300ms ease;
        opacity: 0;
        transform: translate(-50%, 0) scale(0.9); }
      .billboard .billboard__content_item video,
      .billboard .billboard__content_item img {
        width: auto !important;
        max-width: 100%;
        height: inherit;
        margin: 0 auto;
        -o-object-fit: contain;
           object-fit: contain; }
    .billboard .billboard__tabs_item {
      margin-top: 55vh;
      z-index: 2;
      margin-left: 8px;
      margin-right: 8px;
      order: 2;
      flex: 1 1 0px;
      overflow-x: hidden;
      transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .billboard .billboard__tabs_item.active {
        flex-grow: 1.5; }
        .billboard .billboard__tabs_item.active .billboard__tabs_item__elements > * {
          -webkit-animation-name: popup;
                  animation-name: popup;
          -webkit-animation-duration: 300ms;
                  animation-duration: 300ms;
          -webkit-animation-timing-function: ease;
                  animation-timing-function: ease;
          -webkit-animation-delay: 400ms;
                  animation-delay: 400ms;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        .billboard .billboard__tabs_item.active .billboard__tabs_item__elements > *:nth-child(2) {
          -webkit-animation-delay: 500ms;
                  animation-delay: 500ms; }
        .billboard .billboard__tabs_item.active .billboard__tabs_item__elements > *:nth-child(3) {
          -webkit-animation-delay: 550ms;
                  animation-delay: 550ms; }
      .billboard .billboard__tabs_item button {
        transition: all 300ms ease;
        padding-top: 16px;
        padding-bottom: 8px;
        width: 100%;
        margin-top: 32px;
        border-top: 3px solid white;
        text-align: left; }
        .active .billboard .billboard__tabs_item button, .billboard .billboard__tabs_item button:hover, .billboard .billboard__tabs_item button:focus {
          color: #0cabf9;
          border-top-color: #0cabf9; }
    .billboard .billboard__tabs_item__elements > * {
      opacity: 0; } }
  @media screen and (min-width: 64em) and (min-height: 60rem) {
    .billboard .billboard__content_item {
      height: 50rem; }
    .billboard .billboard__tabs_item {
      margin-top: 50rem;
      margin-bottom: 2rem; } }

@-webkit-keyframes popup {
  from {
    opacity: 0;
    transform: translate(0, 8px); }
  to {
    opacity: 1; } }

@keyframes popup {
  from {
    opacity: 0;
    transform: translate(0, 8px); }
  to {
    opacity: 1; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.announcements {
  height: 15rem;
  background-color: #0a1325;
  overflow: hidden;
  transition: background-color 1000ms; }

.announcements__button {
  transition: transform 200ms ease; }
  .announcements__button path {
    transition: stroke 200ms; }
  .announcements__button:hover, .announcements__button:focus {
    transform: scale(1.15); }
    .announcements__button:hover path, .announcements__button:focus path {
      stroke: #0cabf9; }

#announcements__next .chevron-svg {
  transform: scaleX(-1); }

.announcements__item .cell {
  opacity: 1;
  transition-delay: 0;
  transition: opacity 200ms 100ms, transform 300ms ease; }

.announcements__item .cell:nth-child(2) {
  transition-delay: 100ms; }

.announcements__item:not(.active) {
  pointer-events: none;
  display: none; }

.announcements__item.out .cell {
  opacity: 0;
  transform: translate(-24px, 0); }

.announcements__item.out .cell:nth-child(2) {
  transform: translate(24px, 0); }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.cardAcademyCourse {
  padding: 5rem 2rem 8rem;
  border: 1px solid #C0C0C3;
  border-top: 32px solid #E4E4E4;
  border-radius: 4px;
  border-bottom: 5px solid #f3f3f4;
  transition: box-shadow 300ms ease;
  box-shadow: 0 8px 5px transparent;
  height: 100%;
  position: relative; }
  .cardAcademyCourse:hover, .cardAcademyCourse:focus-within {
    box-shadow: 0 5px 5px #cfcfcf; }
  .cardAcademyCourse.beginner .cardAcademyCourse__shield__outline {
    stroke: #E4E4E4; }
  .cardAcademyCourse.beginner .cardAcademyCourse__shield__border {
    stroke: #E4E4E4; }
  .cardAcademyCourse.rapid {
    border-top-color: #76CA02; }
    .cardAcademyCourse.rapid .cardAcademyCourse__shield__outline {
      stroke: #76CA02; }
    .cardAcademyCourse.rapid .cardAcademyCourse__shield__border {
      stroke: #76CA02; }
  .cardAcademyCourse.advanced {
    border-top-color: #0cabf9; }
    .cardAcademyCourse.advanced .cardAcademyCourse__shield__outline {
      stroke: #0cabf9; }
    .cardAcademyCourse.advanced .cardAcademyCourse__shield__border {
      stroke: #0cabf9; }
  .cardAcademyCourse.expert {
    border-top-color: #B5B8BD; }
    .cardAcademyCourse.expert .cardAcademyCourse__shield__outline {
      stroke: #B5B8BD; }
    .cardAcademyCourse.expert .cardAcademyCourse__shield__border {
      stroke: #B5B8BD; }
  .cardAcademyCourse.intermediate {
    border-top-color: #FF6D6D; }
    .cardAcademyCourse.intermediate .cardAcademyCourse__shield__outline {
      stroke: #FF6D6D; }
    .cardAcademyCourse.intermediate .cardAcademyCourse__shield__border {
      stroke: #FF6D6D; }
  .cardAcademyCourse.veteran {
    border-top-color: #CD45E9; }
    .cardAcademyCourse.veteran .cardAcademyCourse__shield__outline {
      stroke: #CD45E9; }
    .cardAcademyCourse.veteran .cardAcademyCourse__shield__border {
      stroke: #CD45E9; }

.cardAcademyCourse__courseLevel {
  margin-top: 1rem; }
  .cardAcademyCourse__courseLevel::before, .cardAcademyCourse__courseLevel::after {
    content: " — ";
    color: #C0C0C3; }

.cardAcademyCourse__info {
  position: absolute;
  bottom: 1rem;
  left: 2rem; }

#credentials .btn-primary,
.cardAcademyCourse__link {
  padding: 0.5em 2em;
  font-weight: bold;
  color: white;
  background-color: #76CA02;
  border: 1px solid #76CA02;
  transition: all 350ms;
  background-image: none;
  border-radius: 999px; }
  #credentials .btn-primary:hover, #credentials .btn-primary:focus,
  .cardAcademyCourse__link:hover,
  .cardAcademyCourse__link:focus {
    color: white;
    text-decoration: none;
    background-color: #538d01; }

#credentials .btn-primary {
  margin-top: 2rem; }

.cardAcademyCourse__link {
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  transform: translate(-50%, 0); }

.cardAcademyCourse__badge,
.cardAcademyCourse__shield {
  width: 65px;
  height: 69px;
  position: absolute;
  top: -50.5px;
  left: 50%;
  transform: translate(-50%, 0); }
  .cardAcademyCourse__badge svg,
  .cardAcademyCourse__shield svg {
    width: 65px;
    height: 69px; }

.cardAcademyCourse__shield {
  background-image: url("/wp-content/themes/mendix/ui/svg/academy-shield.svg");
  background-repeat: no-repeat;
  background-size: 65px 69px; }

.cardAcademyCourse__shield__border {
  transition: stroke 350ms; }

.cardAcademyCourse__shield__icon {
  position: absolute;
  top: 18%;
  left: 25%;
  width: 50%;
  height: 50%; }
  .cardAcademyCourse__shield__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.cardAcademyCourse__shield__outline {
  transition: stroke 350ms; }

.cardAcademyOnline {
  border-radius: 0.5rem;
  height: 100%;
  padding: 2rem 1rem;
  display: block;
  box-shadow: 0 5px 5px #5ea202;
  transition: all 300ms ease;
  background: white;
  color: #383841; }
  .cardAcademyOnline:hover, .cardAcademyOnline:focus {
    transform: scale(1.1);
    box-shadow: 0 5px 15px #5ea202;
    text-decoration: none; }

.mendix-certified-badge {
  width: 94px;
  height: 94px; }

.beginner .mendix-certified-badge__background {
  fill: #E4E4E4; }

.rapid .mendix-certified-badge__background {
  fill: #76CA02; }

.advanced .mendix-certified-badge__background {
  fill: #0cabf9; }

.expert .mendix-certified-badge__background {
  fill: #B5B8BD; }

.intermediate .mendix-certified-badge__background {
  fill: #FF6D6D; }

.veteran .mendix-certified-badge__background {
  fill: #CD45E9; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.company-block {
  height: 28rem; }

.company-block.overlay::before {
  background: rgba(0, 0, 3, 0.2); }

.company-block__entry {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.ctaBlocks__item__text {
  padding: 3rem 1rem 4rem; }

@media (min-width: 40em) {
  .ctaBlocks__item {
    position: relative;
    min-height: 28em; }
  .ctaBlocks__item__text {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.top-border {
  border-top: 1px solid #0cabf9;
  -o-border-image: linear-gradient(to right, white 5%, #C0C0C3 5%, #C0C0C3 75%, white 75%);
     border-image: linear-gradient(to right, white 5%, #C0C0C3 5%, #C0C0C3 75%, white 75%);
  border-image-slice: 1; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.csm__block {
  margin-top: 2rem;
  padding: 1rem;
  background: white; }

.csm__block__heading {
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: bold; }
  @media (min-width: 64em) {
    .csm__block__heading {
      font-size: 4rem; } }

.csm__block__body,
.csm__block__heading {
  color: #000003 !important;
  text-transform: uppercase; }

@media (min-width: 40em) {
  .csm__block {
    padding: 1rem 2rem 2rem; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.faq .is-active .chevron-right::before {
  transform: rotate(-45deg);
  top: .4em; }

.faq .accordion-title {
  text-decoration: none; }

.faq [class*='chevron-'] {
  position: absolute;
  margin-left: 2%;
  margin-top: 3px; }
  .faq [class*='chevron-']::before {
    border-width: .1rem .1rem 0 0;
    height: .6rem;
    transform: rotate(135deg);
    width: .6rem; }

.faq .accordion-title {
  position: relative;
  display: block;
  text-align: left;
  width: 100%; }

.faq .accordion-title:last-of-type {
  margin-bottom: 0; }

@media (max-width: 39.9375em) {
  .faq__header {
    border-bottom: 3px solid #000003; } }

@media (min-width: 40em) {
  .faq__questions {
    border-left: 14px solid #000003; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.hero--dynamic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  .hero--dynamic .btn-outline,
  .hero--dynamic .btn-play-inline,
  .hero--dynamic .btn-primary {
    margin-top: 16px;
    margin-right: 16px; }
  .hero--dynamic .text-left .btn-outline,
  .hero--dynamic .text-left .btn-play-inline,
  .hero--dynamic .text-left .btn-primary {
    margin-left: -4px;
    margin-right: 20px; }

.hero__ctas {
  margin-top: 16px; }

.hero__heading {
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: bold; }
  @media (min-width: 64em) {
    .hero__heading {
      font-size: 4rem; } }

.hero__anchors {
  width: 100%;
  text-align: center;
  padding-top: 16px; }
  .hero__anchors li {
    position: relative; }
  .hero__anchors li:not(:last-of-type)::after {
    content: '';
    display: block;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 1em;
    background-color: #C0C0C3;
    opacity: 0.5;
    width: 1px;
    position: absolute; }
  .hero__anchors a {
    font-weight: bold;
    padding: 0 8px;
    text-decoration: none;
    display: block;
    width: 100%; }
    .hero__anchors a:hover, .hero__anchors a:focus {
      color: #00338c; }
  @media (min-width: 64em) {
    .hero__anchors li:not(:last-of-type)::after {
      height: 2rem; }
    .hero__anchors a {
      padding: 16px; } }

.hero__logo_strip .grid-x {
  margin-top: 24px;
  border-top: 1px solid white; }

.hero__logo_strip img {
  max-width: 140px;
  max-height: 55px;
  margin-right: 1rem;
  margin-left: 1rem; }

.hero__navigation {
  position: relative;
  margin-top: 16px; }
  .hero__navigation a {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: bold;
    font-weight: bold;
    display: inline-block;
    color: white;
    margin-top: 0.5em;
    margin-right: 16px;
    border-bottom: 3px solid transparent;
    padding-bottom: 8px;
    text-decoration: none;
    transition: border 150ms; }
    @media (min-width: 64em) {
      .hero__navigation a {
        font-size: 1.5rem; } }
    .hero__navigation a:focus, .hero__navigation a:hover {
      text-decoration: none;
      color: white;
      border-color: white; }
    .hero__navigation a.active {
      border-color: #0cabf9; }

@media (min-width: 40em) {
  .page-id-57767 .hero--dynamic .subhead,
  .parent-pageid-57767 .hero--dynamic .subhead {
    margin-bottom: 16px; }
  .page-id-57767 .hero__navigation,
  .parent-pageid-57767 .hero__navigation {
    margin-top: 1rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0); }
    .page-id-57767 .hero__navigation a,
    .parent-pageid-57767 .hero__navigation a {
      border-bottom-width: 8px;
      padding-bottom: 8px;
      margin: 0 1em; }
      .page-id-57767 .hero__navigation a.active,
      .parent-pageid-57767 .hero__navigation a.active {
        border-color: white; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.tabbedBillboard {
  min-height: 208px;
  position: relative; }

.tabbedBillboard__body {
  margin-left: 8.33333%;
  margin-right: 4.16667%;
  flex: 1 1 0; }

.tabbedBillboard__link {
  position: absolute;
  display: block;
  right: 16px;
  bottom: 16px;
  transition: all 500ms ease 1000ms; }

.tabbedBillboard__openquote {
  position: absolute;
  left: -2rem;
  top: -2rem; }
  .tabbedBillboard__openquote:lang(de-DE) {
    top: -3rem; }

.tabbedBillboard__panel__image {
  height: 204px;
  transition: all 2500ms ease;
  top: 0;
  flex: 0 1 100%; }

.tabbedBillboard__toggle {
  height: 6rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  position: relative;
  background: white;
  transition: all 300ms ease;
  opacity: 0.5; }
  .tabbedBillboard__toggle a {
    display: block;
    padding: 1rem;
    height: 100%;
    width: 100%; }
  .tabbedBillboard__toggle img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
  .tabbedBillboard__toggle:focus, .tabbedBillboard__toggle:hover, .tabbedBillboard__toggle.is-active {
    box-shadow: 0 4px 10px rgba(0, 0, 3, 0.2); }
  .tabbedBillboard__toggle.is-active {
    opacity: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 3, 0.2); }

[class*='tabbedBillboard__animation'] {
  transition: all 500ms ease 1000ms; }

.tabbedBillboard__animation1 {
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 1250ms; }

.tabbedBillboard__animation2 {
  transition: all 500ms ease 1200ms; }

.tabs-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .tabs-panel.relative {
    position: relative; }

.tabs-panel:not(.is-active) {
  pointer-events: none; }
  .tabs-panel:not(.is-active) .tabbedBillboard__panel__image {
    opacity: 0; }
  .tabs-panel:not(.is-active) .tabbedBillboard__animation1 {
    opacity: 0;
    transition-delay: 200ms;
    transform: scale(0.1);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  .tabs-panel:not(.is-active) .tabbedBillboard__animation2 {
    opacity: 0;
    transition-delay: 300ms;
    transform: translate(4rem, 0); }
  .tabs-panel:not(.is-active) .tabbedBillboard__animation3 {
    opacity: 0;
    transition-delay: 350ms;
    transform: translate(4rem, 0);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  .tabs-panel:not(.is-active) .tabbedBillboard__link {
    opacity: 0;
    pointer-events: none;
    transition: all 500ms ease; }

.tabbedBillboardTabs {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 3, 0.2);
  height: 448px;
  position: relative; }
  .white .tabbedBillboardTabs {
    color: #383841; }

@media (min-width: 40em) {
  .tabbedBillboard__link {
    right: 64px;
    bottom: 32px; }
  .tabbedBillboard__panel__image {
    flex: 0 1 35%;
    height: 408px; }
  .tabbedBillboard__openquote {
    top: -0.5rem;
    left: -3rem; }
  .tabbedBillboard__quote {
    font-size: 1.5rem;
    line-height: 1.5; }
  .tabbedBillboard__toggle {
    margin-left: 1rem;
    margin-right: 1rem; }
  .tabbedBillboardTabs {
    flex: 0 1 35%;
    height: 408px; } }

@media (min-width: 64em) {
  .tabbedBillboard__panel__image {
    flex: 0 1 50%; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.tabbedImageGrid .tabs-panel:not(.is-active) {
  display: none;
  opacity: 0; }

.tabbedImageGrid__tabTitle__text {
  display: block;
  transition: opacity 400ms;
  opacity: 0;
  position: absolute;
  z-index: 1;
  color: white;
  left: 2rem;
  bottom: 2rem; }

.tabbedImageGrid__tabTitle {
  background-size: cover;
  border: 2px solid white;
  cursor: pointer;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: none; }
  .tabbedImageGrid__tabTitle::before {
    content: "";
    display: block;
    padding-bottom: 65%; }
  .tabbedImageGrid__tabTitle::after {
    content: "";
    display: block;
    background-image: linear-gradient(216deg, #0cabf9 7%, #0d2dd1 97%);
    background-blend-mode: multiply;
    transition: opacity 300ms;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0; }
  .tabbedImageGrid__tabTitle.is-active::after, .tabbedImageGrid__tabTitle:hover::after, .tabbedImageGrid__tabTitle:focus::after {
    transition: opacity 200ms;
    opacity: 0.7; }
  .tabbedImageGrid__tabTitle.is-active .tabbedImageGrid__tabTitle__text, .tabbedImageGrid__tabTitle:hover .tabbedImageGrid__tabTitle__text, .tabbedImageGrid__tabTitle:focus .tabbedImageGrid__tabTitle__text {
    transition: opacity 200ms;
    opacity: 1; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.componentCTACard__type {
  background-color: #000003;
  color: white;
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 2px; }

.componentCTACard__heading {
  font-size: 1.2em;
  margin-bottom: 0.25rem; }

.tabbedMCC__copy h1,
.tabbedMCC__copy h2,
.tabbedMCC__copy h3 {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold; }
  @media (min-width: 64em) {
    .tabbedMCC__copy h1,
    .tabbedMCC__copy h2,
    .tabbedMCC__copy h3 {
      font-size: 2rem; } }

.tabbedMCC__tab {
  cursor: pointer; }

.tabbedMCC__tab__icon {
  width: 54px;
  height: 54px;
  position: relative;
  border: 2px solid #383841;
  margin-bottom: 1rem; }
  .tabbedMCC__tab__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.tabbedMCC__tab__heading {
  display: inline-block;
  padding-bottom: 1rem; }
  .is-active .tabbedMCC__tab__heading {
    border-bottom: 4px solid #383841; }

.tabbedMCC__vidyard {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 54%;
  position: relative; }

.tabbedMCC__vidyard__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.tabs-content {
  position: relative; }

@media (max-width: 64em) {
  .tabbedMCC__tab__icon {
    flex: 0 0 60px;
    margin-right: 1rem;
    margin-bottom: 0; } }

@media (min-width: 64em) {
  .tabbedMCC .tabs-content {
    min-height: 640px; }
  .tabbedMCC .tabs-panel:not(.is-active) {
    display: none; } }

#cta-process-automation {
  background: #00338c !important;
  background-image: linear-gradient(-222deg, #00338c 30%, #0a1325) !important; }
  #cta-process-automation .cta__figure img {
    max-width: 320px;
    transform: translate(0, -16px) scale(1.2); }
    @media screen and (min-width: 64em) {
      #cta-process-automation .cta__figure img {
        transform: translate(0, 24px) scale(1.4); } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.callout-card {
  background: white;
  border: 1px solid #e6e7e9;
  border-radius: 6px;
  box-shadow: 5px 5px 18px #e6e7e9;
  position: relative;
  display: block; }
  .callout-card:hover, .callout-card:focus {
    outline: 1px solid #0cabf9; }
  .callout-card a {
    text-decoration: none; }
    .callout-card a:focus, .callout-card a:hover {
      text-decoration: none; }
  .callout-card .featureImg {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .callout-card h1 {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 1em;
    padding-bottom: 2em;
    color: #000003; }

.callout-card__link-box {
  display: flex;
  justify-content: space-between; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.partial-contact-us {
  background: #0cabf9;
  background-image: linear-gradient(45deg, #0cabf9 70%, #0cabf9); }
  .partial-contact-us *::-webkit-input-placeholder {
    opacity: 0.8; }
  .partial-contact-us *::-moz-placeholder {
    opacity: 0.8; }
  .partial-contact-us *:-ms-input-placeholder {
    opacity: 0.8; }
  .partial-contact-us *::-ms-input-placeholder {
    opacity: 0.8; }
  .partial-contact-us *::placeholder {
    opacity: 0.8; }
  .partial-contact-us .mktoFormRow {
    margin-top: -1px; }
  .partial-contact-us .rowPhone,
  .partial-contact-us .mktoRequiredField {
    background: white;
    border: 0;
    border-bottom: 0px solid #0cabf9;
    border: 1px solid #0cabf9; }
    .partial-contact-us .rowPhone label,
    .partial-contact-us .mktoRequiredField label {
      padding: 8px 0 0 17px;
      margin: 0;
      margin-left: 2px;
      font-family: "Noto Mono", monospace; }
      .partial-contact-us .rowPhone label strong,
      .partial-contact-us .mktoRequiredField label strong {
        display: none; }
  .partial-contact-us .mktoCheckboxList {
    display: flex !important;
    align-items: center; }
    .partial-contact-us .mktoCheckboxList input,
    .partial-contact-us .mktoCheckboxList label {
      flex: 0 1 auto; }
  .partial-contact-us button {
    background: white !important;
    color: #000003 !important;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0); }
    .partial-contact-us button:hover, .partial-contact-us button:focus {
      transform: translate(0, -1px);
      background: white !important;
      color: #000003 !important;
      box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.5); }
  .partial-contact-us input[type],
  .partial-contact-us select,
  .partial-contact-us textarea {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    border-bottom: 5px solid transparent;
    font-size: 18px;
    font-weight: 100;
    padding: 0 16px 8px 19px; }
    .partial-contact-us input[type] option,
    .partial-contact-us select option,
    .partial-contact-us textarea option {
      background-color: #000003;
      color: white; }
    .partial-contact-us input[type]:focus,
    .partial-contact-us select:focus,
    .partial-contact-us textarea:focus {
      border-bottom: 5px solid #86d5fc; }
  .partial-contact-us .mktoInstruction {
    display: none; }
  .partial-contact-us .mktoSELECT, .partial-contact-us .mktoSelect {
    position: relative; }
    .partial-contact-us .mktoSELECT::after, .partial-contact-us .mktoSelect::after {
      content: '‹ ›';
      color: #000003;
      transform: rotate(90deg);
      font-weight: bold;
      display: block;
      position: absolute;
      right: 20px;
      bottom: 20px; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.contentHubCarousel {
  position: relative; }
  @media (max-width: 1380px) {
    .contentHubCarousel {
      overflow-x: hidden;
      padding-bottom: 2rem; } }

.contentHubCarousel__bullets {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  padding: 0; }

.contentHubCarousel__bullets li {
  display: inline-block; }

.contentHubCarousel__bullets__link {
  width: 4rem;
  display: inline-block;
  background: transparent;
  margin: 0 0.25rem;
  padding: 20px 0; }
  .contentHubCarousel__bullets__link::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-color: #e6e7e9;
    transition: background 200ms; }
  .contentHubCarousel__bullets__link:hover::after, .contentHubCarousel__bullets__link:focus::after {
    background-color: #ecf9ff; }
  .contentHubCarousel__bullets__link.active::after {
    background-color: #0cabf9; }

@media (max-width: 63.9375em) {
  .contentHubCarousel__chevrons {
    display: none; }
  .contentHubCarousel__bullets {
    display: none; }
  .contentHubCarousel {
    height: auto !important; } }

@media (min-width: 64em) {
  .contentHubCarousel__item {
    position: absolute;
    pointer-events: none;
    max-width: 75rem;
    z-index: 1;
    width: 100%;
    left: 50%;
    transform: translate(-50%); }
    .contentHubCarousel__item .contentHubCarousel__item__left {
      opacity: 0;
      max-width: 42%;
      transform: translate(-100px, 0);
      transition: opacity 300ms, transform 600ms ease; }
    .contentHubCarousel__item .contentHubCarousel__item__right > * {
      opacity: 0;
      transition: opacity 300ms, transform 600ms ease;
      transform: translate(100px, 0); }
    .contentHubCarousel__item.active {
      pointer-events: auto; }
      .contentHubCarousel__item.active .contentHubCarousel__item__left {
        opacity: 1;
        transform: translate(0, 0);
        transition: opacity 300ms, transform 400ms ease; }
      .contentHubCarousel__item.active .contentHubCarousel__item__right > * {
        opacity: 1;
        transform: translate(0, 0);
        transition: opacity 300ms, transform 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .contentHubCarousel__item.active .contentHubCarousel__item__right > *:nth-child(2) {
        transition-delay: 70ms; }
      .contentHubCarousel__item.active .contentHubCarousel__item__right > *:nth-child(3) {
        transition-delay: 210ms; }
      .contentHubCarousel__item.active .contentHubCarousel__item__right > *:nth-child(4) {
        transition-delay: 350ms; }
  .contentHubCarousel__chevrons {
    z-index: 9;
    pointer-events: none;
    position: absolute;
    height: 100%;
    max-width: 78rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }
    .contentHubCarousel__chevrons .chevron-left,
    .contentHubCarousel__chevrons .chevron-right {
      pointer-events: auto;
      transition: color 300ms ease;
      top: 50%;
      transform: translateY(-100%); }
      .contentHubCarousel__chevrons .chevron-left:hover, .contentHubCarousel__chevrons .chevron-left:focus,
      .contentHubCarousel__chevrons .chevron-right:hover,
      .contentHubCarousel__chevrons .chevron-right:focus {
        color: #0cabf9; }
    .contentHubCarousel__chevrons .chevron-left {
      position: absolute;
      left: 1rem; }
    .contentHubCarousel__chevrons .chevron-right {
      position: absolute;
      right: 1rem; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.cta-card {
  background-color: #f3f3f4;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 200ms ease; }

.cta-card:focus,
.cta-card:hover {
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 3, 0.2); }

.cta-card__title,
.cta-card__icon {
  display: inline-block;
  transition: all 250ms ease; }

.cta-card__link {
  position: relative; }

.cta-card__link::after {
  content: url("/wp-content/themes/mendix/ui/svg/icon-copy-arrow.svg");
  margin-left: 10px;
  position: absolute;
  bottom: -2px; }

@media screen and (min-width: 40em) {
  .cta-card__image {
    flex: 0 0 100px; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.faq__list__button {
  border-bottom: 1px solid #e6e7e9;
  display: inline-block;
  padding: 0 0 8px;
  text-align: inherit; }
  .faq__list__button:focus, .faq__list__button:hover {
    color: #0cabf9; }

.faq__list__details {
  display: none;
  margin-bottom: 16px;
  margin-top: 16px;
  opacity: 0; }
  .faq__list__details.active {
    display: block;
    opacity: 1;
    transition: all 200ms ease; }

.faq__list__term {
  cursor: pointer;
  display: block;
  margin-top: 32px;
  text-decoration: none;
  transition: all 250ms; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.filteredData--card {
  border: 1px solid #e6e7e9;
  border-radius: 6px;
  overflow: hidden; }

.filteredData--card-copy {
  color: #383841; }
  .filteredData--card-copy:focus, .filteredData--card-copy:hover {
    text-decoration: none; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.categories [class*='chevron-'] {
  margin-left: 8%; }
  .categories [class*='chevron-']::before {
    border-width: .1rem .1rem 0 0;
    height: .6rem;
    top: .5em;
    width: .6rem; }

.categories .category__menu {
  display: none; }

.categories.open .category__menu {
  display: block; }

.categories.open .chevron-right::before {
  transform: rotate(135deg); }

.categories label {
  display: block;
  line-height: 2;
  margin-top: 8px; }
  .categories label:focus, .categories label:hover {
    color: #0cabf9;
    cursor: pointer; }
  .categories label.selected {
    color: #0cabf9; }

.categories legend {
  color: #000003;
  font-size: 1.25rem;
  line-height: 1.4;
  width: 100%; }
  .categories legend:focus, .categories legend:hover {
    cursor: pointer; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.grid-check {
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999; }

.grid-check__cell {
  border-left: 1px solid rgba(0, 0, 255, 0.3);
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative; }

.grid-check__cell:last-of-type {
  border-right: 1px solid rgba(0, 0, 255, 0.3); }

.grid-check__cell::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(255, 0, 255, 0.04); }

@media (min-width: 78rem) {
  .grid-check__cell::before {
    background: rgba(255, 0, 0, 0.04); } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.pb-tab-nav {
  transform: translate(0, -98%);
  text-align: center; }

.pb-tab-nav__item.anchor-link {
  border-right: 1px solid #0cabf9;
  -o-border-image: linear-gradient(to top, white 25%, #e6e7e9 25%, #e6e7e9 75%, white 75%);
     border-image: linear-gradient(to top, white 25%, #e6e7e9 25%, #e6e7e9 75%, white 75%);
  border-image-slice: 1; }
  .pb-tab-nav__item.anchor-link:last-child {
    border-right: none; }
  .pb-tab-nav__item.anchor-link.selected, .pb-tab-nav__item.anchor-link:focus, .pb-tab-nav__item.anchor-link:hover {
    border-right: none;
    -o-border-image: linear-gradient(to top, #0cabf9 25%, #0cabf9 25%, #0cabf9 75%, #0cabf9 75%);
       border-image: linear-gradient(to top, #0cabf9 25%, #0cabf9 25%, #0cabf9 75%, #0cabf9 75%); }
  .pb-tab-nav__item.anchor-link.selected a {
    background: #0cabf9;
    color: white;
    text-decoration: none; }

.pb-tab-nav__item a {
  color: white;
  padding: 16px;
  display: block;
  width: 100%;
  height: 100%; }
  .pb-tab-nav__item a:hover, .pb-tab-nav__item a:focus {
    background: #0cabf9;
    color: white;
    text-decoration: none; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




body {
  background: white; }

.popup-share {
  text-align: center;
  font-size: 1em;
  border: 1px solid #e6e7e9;
  padding: 1.5em 1em;
  max-width: 24em;
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 3, 0.1); }

.popup-share__logos {
  border-bottom: 1px solid #e6e7e9;
  max-width: 12em;
  padding: 0.5em 1em 1em;
  margin: 0 auto; }

.popup-share__logos a {
  text-decoration: none; }

@media screen and (min-width: 1240px) {
  .popup-share {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 16em;
    position: fixed;
    top: 50vh;
    right: 0;
    transition: transform 300ms ease;
    transform: translate(100%, -60%);
    background: white; }
    .popup-share.active {
      transform: translate(0, -60%); } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.second-carousel-background-cover {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  left: 0;
  z-index: 1; }
  @media (min-width: 40em) {
    .second-carousel-background-cover {
      width: 66.66667%;
      left: 33.33333%; } }
  @media (min-width: 64em) {
    .second-carousel-background-cover {
      width: 50%;
      left: 50%; } }

.case-study {
  height: 655px; }

li.slide {
  background-repeat: no-repeat;
  background-size: cover;
  height: 805px; }
  li.slide .cell {
    z-index: 10;
    position: relative; }

@media screen and (max-width: 39.9375em) {
  .case-study {
    height: 48rem; }
  li.slide {
    background-position: 10% center;
    height: 300px; }
  .second-carousel-background-cover {
    bottom: auto;
    height: 100rem;
    top: 300px; }
  .slick-list {
    height: 100%; }
  .slide-content {
    top: 300px; }
  .slick-dots {
    text-align: left;
    padding-left: 24px; } }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.slick-carousel-slider {
  background: #0a1325; }
  .slick-carousel-slider #slider .slider-header {
    font-weight: bold; }
  @media (max-width: 64em) {
    .slick-carousel-slider #slider .slide-container {
      margin-top: 5em; }
      .slick-carousel-slider #slider .slide-container:first-child {
        margin-top: 0; } }
  .slick-carousel-slider #slider .slide-text {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 64em) {
      .slick-carousel-slider #slider .slide-text {
        max-width: 65%; } }
  .slick-carousel-slider #slider img {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto; }
  .slick-carousel-slider #slider .slide-block-set-title {
    font-weight: bold;
    font-size: 20px; }
  .slick-carousel-slider #slider .slick-dots {
    position: relative; }
    .slick-carousel-slider #slider .slick-dots li {
      height: 15px;
      width: 15px; }
      .slick-carousel-slider #slider .slick-dots li button {
        opacity: 1;
        border-color: white; }
      .slick-carousel-slider #slider .slick-dots li.slick-active button {
        background: white; }

html.magnifying > body {
  overflow-x: hidden !important; }
  html.magnifying > body .slick-list {
    overflow: visible !important; }

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  
  min-width: 0;
  min-height: 0;
  -webkit-animation: none;
          animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none; }

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit; }

.magnify > .magnify-lens {
  
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 3, 0.25), inset 0 0 40px 2px rgba(0, 0, 3, 0.25);
  cursor: none;
  display: none;
  z-index: 99; }

.magnify > .magnify-lens.loading {
  background: #383841 !important;
  opacity: 0.8; }

.magnify > .magnify-lens.loading:after {
  
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: white;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.staff-slider {
  height: 650px;
  overflow: hidden; }
  .staff-slider .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .staff-slider .slide__quote {
    transition: opacity 300ms ease;
    opacity: 0; }
  .staff-slider .slide__info {
    font-size: 0.8rem; }
    @media (min-width: 40em) {
      .staff-slider .slide__info p {
        padding: 0 2.5rem; } }
  .staff-slider .slick-dots {
    bottom: 4rem;
    position: relative; }
    .staff-slider .slick-dots button::before {
      background: #C0C0C3; }
  .staff-slider .slick-list {
    height: 650px; }
  .staff-slider .slick-slide {
    height: 430px;
    width: 285px; }
    .staff-slider .slick-slide:focus, .staff-slider .slick-slide:hover {
      cursor: pointer; }
  .staff-slider .slick-center {
    margin-top: 0; }
    .staff-slider .slick-center .slide__quote {
      opacity: 1; }
    .staff-slider .slick-center .slide__featured {
      border: 1px solid white;
      z-index: 1;
      transform: scale(1.2); }
    .staff-slider .slick-center .slide__info {
      font-size: .875rem;
      margin-top: 4rem; }
      @media (min-width: 40em) {
        .staff-slider .slick-center .slide__info p {
          padding: 0; } }
  .staff-slider .slick-slide.slick-center {
    margin-top: 0; }
  .staff-slider .slick-slider div {
    transition: none; }
  .staff-slider .slick-track {
    margin-top: 3rem; }
  .staff-slider .slide__featured {
    border: 1px solid white;
    height: 428px;
    transition: all 0.2s ease;
    width: 285px; }
    .staff-slider .slide__featured img {
      display: block;
      max-width: 100%;
      height: auto; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.tab-nav {
  transform: translate(0, -98%);
  text-align: center; }

.tab-nav__item.anchor-link {
  border-right: 1px solid #0cabf9;
  -o-border-image: linear-gradient(to top, white 25%, #e6e7e9 25%, #e6e7e9 75%, white 75%);
     border-image: linear-gradient(to top, white 25%, #e6e7e9 25%, #e6e7e9 75%, white 75%);
  border-image-slice: 1;
  background-color: white; }
  .tab-nav__item.anchor-link:last-child {
    border-right: none; }
  .tab-nav__item.anchor-link.selected, .tab-nav__item.anchor-link:focus, .tab-nav__item.anchor-link:hover {
    border-right: none;
    -o-border-image: linear-gradient(to top, #0cabf9 25%, #0cabf9 25%, #0cabf9 75%, #0cabf9 75%);
       border-image: linear-gradient(to top, #0cabf9 25%, #0cabf9 25%, #0cabf9 75%, #0cabf9 75%); }
  .tab-nav__item.anchor-link.selected a {
    background: #0cabf9;
    color: white;
    text-decoration: none; }

.tab-nav__item a {
  background: white;
  padding: 16px;
  display: block;
  color: #383841;
  width: 100%;
  height: 100%; }
  .tab-nav__item a:hover, .tab-nav__item a:focus {
    background: #0cabf9;
    color: white;
    text-decoration: none; }










@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.article-nav {
  position: relative;
  
   }
  .article-nav li {
    margin-top: 0; }
  .article-nav a {
    padding-top: 16px;
    display: block;
    position: relative;
    width: 100%;
    padding-left: 32px;
    transition: color 300ms ease;
    color: #e6e7e9;
    text-decoration: none; }
  .article-nav a::after {
    position: absolute;
    top: 21px;
    left: 0;
    width: 16px;
    height: 16px;
    padding-top: 7px;
    padding-left: 1.5px;
    content: '•';
    color: #f3f3f4;
    border: 1px solid #f3f3f4;
    border-radius: 50%;
    background: white;
    font-size: 32px;
    line-height: 0;
    transition: color 250ms, background 250ms, border 400ms; }
  .article-nav a:focus,
  .article-nav a:hover {
    outline: 0; }
    .article-nav a:focus::after,
    .article-nav a:hover::after {
      color: #62b1d6;
      border-color: #0cabf9; }
  .article-nav a.active {
    color: #0cabf9; }
    .article-nav a.active::after {
      color: transparent;
      background: #0cabf9;
      border-color: #0cabf9; }
  .article-nav::before {
    position: absolute;
    top: 22%;
    left: 8px;
    width: 2px;
    height: 70%;
    content: '';
    background: #f3f3f4; }

.mobile-reviews .review:not(:first-of-type) {
  display: none; }

.review__star {
  display: inline-block; }

.review__stars {
  color: #88e288;
  display: inline-block;
  font-size: 20px;
  padding-bottom: 4px; }

.slick-dots {
  margin: 0 auto;
  text-align: center;
  margin-top: 16px; }
  .slick-dots li {
    display: inline-block; }
  .slick-dots button {
    width: 40px;
    height: 40px;
    font-size: 0;
    outline: 0; }
    .slick-dots button::before {
      text-align: center;
      transition: all 450ms;
      margin: 0 auto;
      background-color: #f3f3f4;
      border-radius: 50%;
      content: '';
      width: 10px;
      display: block;
      height: 10px; }
  .slick-dots .slick-active button::before {
    background-color: #0cabf9;
    transform: scale(1.3); }

.video-link {
  box-shadow: 0 4px 10px rgba(0, 0, 3, 0.2);
  color: white;
  display: block;
  margin: 0 auto;
  transition: all 300ms; }
  .video-link:not(.more-videos-card)::before {
    background-color: rgba(0, 0, 3, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: background-color 300ms;
    width: 100%; }
  .video-link:not(.more-videos-card):hover::before, .video-link:not(.more-videos-card):focus::before {
    background-color: rgba(0, 0, 3, 0.1); }
  .video-link.more-videos-card {
    color: #0cabf9;
    background: white; }
    .video-link.more-videos-card:hover, .video-link.more-videos-card:focus {
      background: #0cabf9;
      color: white; }

.video-link__text {
  bottom: 8px;
  position: absolute !important; }

.video-time {
  padding-bottom: 18px; }

.video-time.active {
  transition: opacity 400ms 150ms;
  opacity: 0; }

#video-banner {
  height: 243px; }
  @media (min-width: 40em) {
    #video-banner {
      height: 540px; } }

@media screen and (max-width: 39.9375em) {
  .video-link {
    max-width: 460px; } }

html {
  visibility: visible;
  opacity: 1; }

.aos-animate {
  overflow: hidden; }

.chained-delay:nth-child(1) {
  transition-delay: 0.25s; }

.chained-delay:nth-child(2) {
  transition-delay: 0.5s; }

.chained-delay:nth-child(3) {
  transition-delay: 0.75s; }

.chained-delay:nth-child(4) {
  transition-delay: 1s; }

.chained-delay:nth-child(5) {
  transition-delay: 1.25s; }

.chained-delay:nth-child(6) {
  transition-delay: 1.5s; }

.chained-delay:nth-child(7) {
  transition-delay: 1.75s; }

.chained-delay:nth-child(8) {
  transition-delay: 2s; }

.chained-delay:nth-child(9) {
  transition-delay: 2.25s; }

.chained-delay:nth-child(10) {
  transition-delay: 2.5s; }

/*# sourceMappingURL=style.min.css.map */
