@charset "UTF-8";
/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
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: 400;
  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; }

/* != FONT SMOOTHING */
body,
input,
button,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/* != .clearfix - CLEAR ELEMENTS */
.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%; }

/* Hides from IE-mac \*/
.clearfix {
  display: block; }

/* Hides from IE-mac \*/
* html .clearfix {
  zoom: 1; }

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

/* IE7 */
/* != .wordwrap - CONTINUE LONG URLS/WORDS ON NEXT LINE */
.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; }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: monospace, 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: monospace, 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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; }

/**
 * Foundation Float Classes
 * Version 6.3.1
 * https://foundation.zurb.com/sites/download.html/
 * Licensed under MIT Open Source
 */
.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; }

.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; } }

/**
 * Foundation Visibility Classes
 * Version 6.3.1
 * https://foundation.zurb.com/sites/download.html/
 * Licensed under MIT Open Source
 */
.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; } }

/**
 * Foundation XY Grid Classes
 * Version 6.3.1
 * https://foundation.zurb.com/sites/download.html/
 * Licensed under MIT Open Source
 */
.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; } }

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

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

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

.grid-container-16 {
  max-width: 104em;
  margin-left: auto;
  margin-right: auto; }

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

.grid-container-16 {
  max-width: 104em; }

.column-auto {
  flex: 1 1 0px; }

.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; }

@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-column-auto {
    flex: 1 1 0px; }
  .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-auto {
    flex: 1 1 0px; }
  .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-auto {
    flex: 1 1 0px; }
  .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: #0595db; }

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

/*
Universal styles/overides for Marketo forms.

Forms call the javascript utility function 'removeMarketoStyles()' 
to allow for low specifity here

*/
[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 #f9352f;
  border-right: none;
  border-bottom: none;
  background: #fa4944; }

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

div[id^=mktoCheckbox] {
  text-align: left;
  /* standard checkbox */ }
  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;
    line-height: 1.5;
    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%; }

/*Vertical Flip*/
.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: #00abe9;
  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; }

/*Vertical Flip Animation*/
@-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-family: "Patron", "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  color: #001;
  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", "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 #ccc;
  border-radius: 4px;
  background: #fff; }
  .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: #001; }

form .chevron-down {
  color: #f5f5f5;
  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-label {
  z-index: 99;
  color: #383841;
  font-size: 16px;
  margin: 0;
  position: absolute;
  transform: translate(1em, 15px); }

.form-box {
  background-color: white;
  padding: 3rem;
  border: 1px solid #f5f5f5;
  box-shadow: 0 5px 10px rgba(0, 0, 17, 0.1); }

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

.gform_wrapper .gfield_label {
  color: #001;
  font-family: 'Patron';
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.2em; }

.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: .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;
  font-family: "Patron", "Open Sans", "Arial", sans-serif;
  transition: all 300ms ease;
  background-color: #0D2DD1;
  background-image: linear-gradient(-46deg, #051254 0%, #0D2DD1 50%, #0BAAF9 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%; }

.lighterXL,
.normalXL,
.headingXL {
  font-size: 7.5rem;
  line-height: 1; }

.lighter1,
.normal1,
.heading1 {
  font-size: 4.25rem;
  line-height: 1.1; }
  @media (max-width: 39.9375em) {
    .lighter1,
    .normal1,
    .heading1 {
      font-size: 2.5rem;
      line-height: 1.2; } }

.lighter2,
.normal2,
.heading2 {
  font-size: 2.5rem;
  line-height: 1.2; }

.lighter3,
.normal3,
.heading3 {
  font-size: 2rem;
  line-height: 1.25; }

.lighter4,
.normal4,
.heading4 {
  font-size: 1.5rem;
  line-height: 1.3333; }

.lighter5,
.normal5,
.heading5 {
  font-size: 1.25rem;
  line-height: 1.4; }

.lighter6,
.normal6,
.heading6 {
  font-size: 1.15rem; }

.lighter7,
.normal7,
.heading7 {
  font-size: 1rem; }

.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5 {
  color: #001;
  font-family: "Patron", "Open Sans", "Arial", sans-serif;
  font-weight: 700; }

.copy h1 {
  font-size: 2.5rem;
  line-height: 1.2; }

.copy h2 {
  font-size: 2rem;
  line-height: 1.25; }

.copy h3 {
  font-size: 1.5rem;
  line-height: 1.3333; }

.copy h4 {
  font-size: 1.25rem;
  line-height: 1.4; }

.copy h5 {
  font-size: 1.15rem; }

.copy h6 {
  font-size: 1.15rem; }

@media (max-width: 39.9375em) {
  .small-only-lighter1,
  .small-only-normal1,
  .small-only-heading1 {
    font-size: 4.25rem;
    line-height: 1.1; }
  .small-only-lighter2,
  .small-only-normal2,
  .small-only-heading2 {
    font-size: 2.5rem;
    line-height: 1.2; }
  .small-only-lighter3,
  .small-only-normal3,
  .small-only-heading3 {
    font-size: 2rem;
    line-height: 1.25; }
  .small-only-lighter4,
  .small-only-normal4,
  .small-only-heading4 {
    font-size: 1.5rem;
    line-height: 1.3333; }
  .small-only-lighter5,
  .small-only-normal5,
  .small-only-heading5 {
    font-size: 1.25rem;
    line-height: 1.4; } }

@media (min-width: 40em) {
  .medium-lighter1,
  .medium-normal1,
  .medium-heading1 {
    font-size: 4.25rem;
    line-height: 1.1; }
  .medium-lighter2,
  .medium-normal2,
  .medium-heading2 {
    font-size: 2.5rem;
    line-height: 1.2; }
  .medium-lighter3,
  .medium-normal3,
  .medium-heading3 {
    font-size: 2rem;
    line-height: 1.25; }
  .medium-lighter4,
  .medium-normal4,
  .medium-heading4 {
    font-size: 1.5rem;
    line-height: 1.3333; }
  .medium-lighter5,
  .medium-normal5,
  .medium-heading5 {
    font-size: 1.25rem;
    line-height: 1.4; } }

@media (min-width: 40em), (max-width: 63.9375em) {
  .medium-only-lighter1,
  .medium-only-normal1,
  .medium-only-heading1 {
    font-size: 4.25rem;
    line-height: 1.1; }
  .medium-only-lighter2,
  .medium-only-normal2,
  .medium-only-heading2 {
    font-size: 2.5rem;
    line-height: 1.2; }
  .medium-only-lighter3,
  .medium-only-normal3,
  .medium-only-heading3 {
    font-size: 2rem;
    line-height: 1.25; }
  .medium-only-lighter4,
  .medium-only-normal4,
  .medium-only-heading4 {
    font-size: 1.5rem;
    line-height: 1.3333; }
  .medium-only-lighter5,
  .medium-only-normal5,
  .medium-only-heading5 {
    font-size: 1.25rem;
    line-height: 1.4; } }

@media (min-width: 64em) {
  .large-lighter1,
  .large-normal1,
  .large-heading1 {
    font-size: 4.25rem;
    line-height: 1.1; }
  .large-lighter2,
  .large-normal2,
  .large-heading2 {
    font-size: 2.5rem;
    line-height: 1.2; }
  .large-lighter3,
  .large-normal3,
  .large-heading3 {
    font-size: 2rem;
    line-height: 1.25; }
  .large-lighter4,
  .large-normal4,
  .large-heading4 {
    font-size: 1.5rem;
    line-height: 1.3333; }
  .large-lighter5,
  .large-normal5,
  .large-heading5 {
    font-size: 1.25rem;
    line-height: 1.4; } }

a {
  color: #0CABF9;
  transition: all 200ms ease; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #06567d; }
  a:focus-visible {
    outline: 1px solid black; }
  a object {
    pointer-events: none; }

.white a:focus, .white a:hover {
  color: white;
  color: #86d5fc; }

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

.arrow-link::after {
  content: "→";
  font-size: 20px;
  margin-left: 0.2em;
  display: inline-block;
  transition: transform 200ms ease; }

.arrow-link:focus, .arrow-link:hover {
  text-decoration: none; }
  .arrow-link:focus::after, .arrow-link:hover::after {
    transform: translate(0.3em, 0); }

.arrow-link-before::before {
  content: "← ";
  font-size: 20px;
  margin-left: 0.2em;
  display: inline-block;
  transition: transform 200ms ease; }

.arrow-link-before:focus, .arrow-link-before:hover {
  text-decoration: none; }
  .arrow-link-before:focus::after, .arrow-link-before:hover::after {
    transform: translate(0.3em, 0); }

.gfield_label,
[class*="heading"] {
  font-family: "Patron", "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  color: #001; }
  .white .gfield_label, .gfield_label.white, .white
  [class*="heading"],
  [class*="heading"].white {
    color: white; }
  .body .gfield_label, .gfield_label.body, .body
  [class*="heading"],
  [class*="heading"].body {
    color: #001; }

[class*="normal"] {
  font-weight: normal; }
  [class*="normal"] > * {
    font-weight: normal; }

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

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; }

[class*="heading"] + [class*="normal"] {
  margin-top: 0.25em; }

[class*="heading"] + p:not([class*="mt"]) {
  margin-top: 0.5em; }

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

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

.copy-sm {
  font-size: 0.875em; }

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-caps {
  font-weight: bold;
  color: #001;
  text-transform: uppercase;
  letter-spacing: 3px; }

.heading {
  font-family: "Patron", "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  color: #001; }

@supports (((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text)) and ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  .gradient-text {
    background-image: linear-gradient(to right, #8024FF, #00DA3F);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent; } }

.gradient-text {
  display: inline-block;
  color: #a166ab; }

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

.bg-aqua {
  background-color: #bfeffc; }

.bg-black {
  background-color: #181819; }

.bg-brand,
.bg-blue {
  background-color: #0CABF9; }

.bg-brand-dark,
.bg-blue-dark {
  background-color: #0D2DD1; }

.bg-brand-light,
.bg-blue-light {
  background-color: #E7EDF3; }

.bg-gray {
  background-color: #e6e7e9; }

.bg-light {
  background-color: #f5f5f5; }

.bg-red-light {
  background-color: #FF6161; }

.bg-white {
  background-color: white; }

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

.banner--bleed {
  padding-top: 128px;
  padding-bottom: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }
  .banner--bleed.overlay > * {
    position: relative; }
  @media (min-width: 40em) and (min-height: 48em) {
    .banner--bleed {
      padding-bottom: 96px; }
      .banner--bleed.hasAnchors {
        padding-bottom: 160px; } }

.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; } }

.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;
  font-family: "Patron", "Open Sans", "Arial", sans-serif;
  transition: all 300ms ease;
  background-color: #0baaf9;
  background-image: linear-gradient(90deg, #0d2dd1, #0baaf9);
  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%, #0baaf9, #0d2dd1);
    color: #001; }
    .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: #0baaf9;
      color: 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;
  font-family: "Patron", "Open Sans", "Arial", sans-serif;
  transition: all 300ms ease;
  background-color: transparent;
  background-image: none;
  border-color: #001;
  color: #001; }
  .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: #001;
    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: #001; }

.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; }

.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 {
  color: #0CABF9; }

.body {
  color: #383841; }

.gray {
  color: #ccc; }

.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; } }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.bg-gradient {
  background-color: #0D2DD1;
  background-image: linear-gradient(-222deg, #0D2DD1 0%, #0CABF9 100%); }

.overlay--black,
.overlay--black-transparent,
.overlay--black-fadeout,
.overlay--blue-gradient,
.overlay--brand-gradient,
.overlay--reverse-blue-gradient,
.overlay--gradient {
  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 {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.overlay--black::before {
  background-color: #001;
  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: #001;
  background-image: linear-gradient(200deg, #737373 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--reverse-blue-gradient::before {
  background-color: #0CABF9;
  background-image: linear-gradient(-222deg, #0CABF9 0%, #0D2DD1 100%); }

.copy li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.5rem; }

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

ul.copy li::before,
.copy ul li::before {
  content: '•';
  position: absolute;
  font-size: 1em;
  left: -2px;
  top: 0; }

.copy ol {
  margin-left: 2rem; }
  .copy ol li {
    list-style-type: decimal; }

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

.copy ol.underscore {
  margin-left: 0;
  counter-reset: list; }
  .copy ol.underscore > li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .copy ol.underscore > li:before {
      content: counter(list, decimal) "_";
      counter-increment: list;
      position: static; }

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

.copy.list-checkmarks-circled li::before,
.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, 0, 0.5); }

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

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

/* Position */
.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; }

/* Background Positioning */
.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; }

.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, 17, 0.2); }

.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%; } }

/**
  Generate spacing from 0 to $spacing-5 for a prefix and property.
  e.g.
    .ma0  { margin: 0 }
    .ma25 { margin: $spacing-1 }
    .ma1  { margin: $spacing-1 }
*/
.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: 64px; }

.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,
.copy-sm.mt0 {
  margin-top: 0; }

.copy.mt50,
.copy-sm.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; } }

.vw-1 {
  width: 8.33333vw;
  max-width: 6.5em; }

.vw-2 {
  width: 16.66667vw;
  max-width: 13.0em; }

.vw-3 {
  width: 25vw;
  max-width: 19.5em; }

.vw-4 {
  width: 33.33333vw;
  max-width: 26.0em; }

.vw-5 {
  width: 41.66667vw;
  max-width: 32.5em; }

.vw-6 {
  width: 50vw;
  max-width: 39em; }

.vw-7 {
  width: 58.33333vw;
  max-width: 45.5em; }

.vw-8 {
  width: 66.66667vw;
  max-width: 52.0em; }

.vw-9 {
  width: 75vw;
  max-width: 58.5em; }

.vw-10 {
  width: 83.33333vw;
  max-width: 65.0em; }

.vw-11 {
  width: 91.66667vw;
  max-width: 71.5em; }

.vw-12 {
  width: 100vw;
  max-width: 78em; }

@media (min-width: 40em) {
  .medium-vw-1 {
    width: 8.33333vw;
    max-width: 6.5em; }
  .medium-vw-2 {
    width: 16.66667vw;
    max-width: 13.0em; }
  .medium-vw-3 {
    max-width: 25vw;
    max-width: 19.5em; }
  .medium-vw-4 {
    width: 33.33333vw;
    max-width: 26.0em; }
  .medium-vw-5 {
    width: 41.66667vw;
    max-width: 32.5em; }
  .medium-vw-6 {
    width: 50vw;
    max-width: 39em; }
  .medium-vw-7 {
    width: 58.33333vw;
    max-width: 45.5em; }
  .medium-vw-8 {
    width: 66.66667vw;
    max-width: 52.0em; }
  .medium-vw-9 {
    width: 75vw;
    max-width: 58.5em; }
  .medium-vw-10 {
    width: 83.33333vw;
    max-width: 65.0em; }
  .medium-vw-11 {
    width: 91.66667vw;
    max-width: 71.5em; }
  .medium-vw-12 {
    width: 100vw;
    max-width: 78em; } }

@media (min-width: 64em) {
  .large-vw-1 {
    width: 8.33333vw;
    max-width: 6.5em; }
  .large-vw-2 {
    width: 16.66667vw;
    max-width: 13.0em; }
  .large-vw-3 {
    max-width: 25vw;
    max-width: 19.5em; }
  .large-vw-4 {
    width: 33.33333vw;
    max-width: 26.0em; }
  .large-vw-5 {
    width: 41.66667vw;
    max-width: 32.5em; }
  .large-vw-6 {
    width: 50vw;
    max-width: 39em; }
  .large-vw-7 {
    width: 58.33333vw;
    max-width: 45.5em; }
  .large-vw-8 {
    width: 66.66667vw;
    max-width: 52.0em; }
  .large-vw-9 {
    width: 75vw;
    max-width: 58.5em; }
  .large-vw-10 {
    width: 83.33333vw;
    max-width: 65.0em; }
  .large-vw-11 {
    width: 91.66667vw;
    max-width: 71.5em; }
  .large-vw-12 {
    width: 100vw;
    max-width: 78em; } }

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; }

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

.accordion-two-column .border-top {
  border-color: #ccc;
  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: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; } }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.blockquote-blue {
  position: relative;
  background: #E7EDF3;
  padding: 64px 32px; }
  .blockquote-blue cite {
    font-style: italic; }
  .blockquote-blue cite,
  .blockquote-blue p {
    font-size: inherit;
    font-weight: lighter; }
  .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 {
    content: '“';
    left: 16px;
    padding-left: 14px;
    top: -1.6rem; }
  .blockquote-blue::after {
    content: '”';
    bottom: -1.7rem;
    padding-left: 18px;
    right: 16px; }
  @media screen and (min-width: 900px) {
    .blockquote-blue {
      padding: 96px 64px; }
      .blockquote-blue::before {
        content: '“';
        left: 32px;
        padding-left: 14px;
        top: -1.6rem; }
      .blockquote-blue::after {
        content: '”';
        bottom: -1.7rem;
        padding-left: 18px;
        right: 3rem; } }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.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: #ccc;
    text-decoration: none; }

.card {
  background-color: white;
  position: relative;
  box-shadow: 0 16px 16px rgba(12, 171, 249, 0.05);
  display: block;
  padding: 1rem; }

a.card {
  color: inherit; }
  a.card:hover, a.card:focus {
    text-decoration: none; }

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

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

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

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.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; }

.outline_over_image__padding {
  height: 100%;
  margin: 0 auto;
  padding: 4rem;
  position: relative;
  width: 100%; }

.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; }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.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__active #siteHeader__bar {
  background-color: #001; }

#mendix-search-button-wrapper svg {
  pointer-events: none; }

.mx-search__makers__header-box {
  position: fixed;
  z-index: 9999;
  top: 80px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -80px); }
  .mx-search__makers__header-box:not(.mx-search__makers__header-box--opened) {
    display: none; }

@media (max-width: 1024px) {
  #siteHeader::after, #siteHeader::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 5rem;
    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: #001; }
    #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: #333 !important; }
  .navigation-sub-menu.active {
    border-bottom: 1px solid #f5f5f5;
    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: #333; } }

@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 black;
      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: #001; }
  #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: #001;
    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); } }

.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: #001; }
  .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; }

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

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

.reveal.small {
  width: 200px; }

.reveal.medium {
  width: 400px; }

.reveal.large {
  width: 600px; }

.reveal.xlarge {
  width: 800px; }

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

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.slick-dots {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 1rem;
  text-align: center; }

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  font-size: 0;
  transition: width 250ms ease;
  position: relative; }
  .slick-dots li button {
    width: 100%;
    transform-origin: center;
    opacity: 0.5; }
  .slick-dots 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-dots li button::before {
      background-color: white; }
  .slick-dots li:first-of-type button {
    transform-origin: left; }
  .slick-dots li:last-of-type button {
    transform-origin: right; }
  .slick-dots li:hover button, .slick-dots li:focus button {
    opacity: 1; }
  .slick-dots li.slick-active {
    width: 5rem; }

.slider--round-dots .slick-dots {
  position: relative; }

.slider--round-dots .slick-dots li {
  height: 15px;
  width: 15px; }
  .slider--round-dots .slick-dots li::before {
    background: #001;
    border-radius: 100px;
    height: 15px; }

.social-svg {
  padding: 0.5rem; }
  .social-svg path {
    fill: #001;
    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: #001; }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.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: #d9eaf8; }
    .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 {
  /*
	Solutions gallery pages have videos / pngs with a background
	that is 100% black #000 so we override the usual bg-black to compensate
    */ }
  .pb_section.overlay--black-fadeout::before {
    background-image: linear-gradient(180deg, transparent 65%, #001 98%); }
  .pb_section.bg-black {
    background: black; }

@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; } }

@-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; } }

@media (min-width: 64em) {
  #tabbed-content {
    position: relative;
    padding-bottom: 900px; }
    #tabbed-content .tab-link {
      cursor: pointer; }
    #tabbed-content .tab-link:hover,
    #tabbed-content .tab-link:focus {
      text-decoration: none; }
      #tabbed-content .tab-link:hover .multi-channel-nav__text,
      #tabbed-content .tab-link:focus .multi-channel-nav__text {
        border-bottom-color: #0CABF9; }
    #tabbed-content .tab-link.active .multi-channel-nav__text {
      border-bottom-color: #001; }
    #tabbed-content .multi-channel-nav__text {
      margin-top: 1.5rem;
      margin-left: 0;
      display: inline-block;
      margin-bottom: 2rem; }
    #tabbed-content .tabbed-content {
      position: absolute;
      bottom: 0;
      left: 0;
      transition: opacity 500ms ease 400ms; }
      #tabbed-content .tabbed-content .tabbed-content__text {
        transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms; }
      #tabbed-content .tabbed-content .tabbed-content__image {
        transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms; }
    #tabbed-content .tabbed-content:not(.active) {
      opacity: 0;
      transition: opacity 550ms ease;
      pointer-events: none; }
      #tabbed-content .tabbed-content:not(.active) .tabbed-content__text {
        transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform: translate(-100px, 0); }
      #tabbed-content .tabbed-content:not(.active) .tabbed-content__image {
        transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform: translate(100px, 0); } }

#tabbed-content .video .wp-video {
  margin: 0 auto; }

#tabbed-content .video .mejs-container {
  background: transparent; }

#tabbed-content .video .mejs-controls {
  position: relative;
  z-index: 2;
  display: none !important;
  visibility: hidden !important; }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.cardAcademyCourse {
  padding: 5rem 2rem 8rem;
  border: 1px solid #979797;
  border-top: 32px solid #E4E4E4;
  border-radius: 4px;
  border-bottom: 5px solid #FEE9CC;
  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 #d8c6ad; }
  .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: #ccc; }

.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; }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.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%; } }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.top-border {
  border-top: 1px solid #0CABF9;
  -o-border-image: linear-gradient(to right, white 5%, #979797 5%, #979797 75%, white 75%);
     border-image: linear-gradient(to right, white 5%, #979797 5%, #979797 75%, white 75%);
  border-image-slice: 1; }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.customerSuccessMetrics__block {
  margin-top: 2rem;
  padding: 1rem;
  background: white; }

.customerSuccessMetrics__block__body,
.customerSuccessMetrics__block__heading {
  color: #001 !important;
  text-transform: uppercase; }

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

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.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 #001; } }

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

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.core-values-slider {
  background: #0595DB;
  color: #ffffff;
  padding: 55px 16px; }
  @media (min-width: 64em) {
    .core-values-slider {
      padding: 85px 0; } }
  .core-values-slider .item-type-header-text {
    margin-left: auto;
    margin-right: auto;
    padding: 0 42px;
    text-align: center;
    margin-bottom: 32px; }
    .core-values-slider .item-type-header-text .header {
      display: block; }
    @media (min-width: 64em) {
      .core-values-slider .item-type-header-text {
        max-width: 331px;
        text-align: left;
        padding: 0;
        margin-bottom: 0px; } }
  .core-values-slider .item-type-panel-with-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-bottom: 32px; }
    .core-values-slider .item-type-panel-with-text .panel-title {
      background: #183344;
      color: #ffffff;
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding: 8px 42px;
      letter-spacing: -0.24px;
      font-weight: bold;
      font-size: 20px; }
    .core-values-slider .item-type-panel-with-text .panel-text {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 64em) {
        .core-values-slider .item-type-panel-with-text .panel-text {
          max-width: 100%; } }
    @media (min-width: 64em) {
      .core-values-slider .item-type-panel-with-text {
        max-width: 331px;
        margin-bottom: 0;
        margin-left: 42px;
        margin-right: 42px; } }
    @media (max-width: 1400px) {
      .core-values-slider .item-type-panel-with-text {
        margin-left: auto;
        margin-right: auto; } }
  .core-values-slider .slide-page {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto; }
  .core-values-slider .slick-dots {
    position: relative;
    margin-top: 75px; }
    .core-values-slider .slick-dots li {
      height: 15px;
      width: 15px; }
      .core-values-slider .slick-dots li button {
        opacity: 1; }
        .core-values-slider .slick-dots li button:before {
          background: transparent;
          border: 1px solid #ffffff;
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .core-values-slider .slick-dots li.slick-active button:before {
        background: #ffffff;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    @media (min-width: 64em) {
      .core-values-slider .slick-dots {
        margin-top: 55px; } }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.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; }
  body.lang-de .tabbedBillboard__openquote {
    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, 17, 0.2); }
  .tabbedBillboard__toggle.is-active {
    opacity: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 17, 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: white;
  box-shadow: 0 4px 10px rgba(0, 0, 17, 0.2);
  height: 448px;
  position: relative; }

@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%; } }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.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%, #0D2ED1 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; }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.componentCTACard__type {
  background-color: #001;
  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.5rem;
  line-height: 1.3333; }

.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; } }

.industries-single .tabs-panel.relative {
  position: relative !important; }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.blockPadding {
  padding-right: 5.6rem; }

.cl-architecture .mainheading {
  font-size: 1.4rem; }

.headingBlueCaps, [class*="heading"].headingBlueCaps {
  color: #0CABF9;
  text-transform: uppercase; }

.hzntlCenter {
  margin: auto; }

.twoColumnCtaSection1 a {
  color: #ffffff; }

@media (max-width: 39.9375em) {
  #mendixCloud .features {
    text-align: center; } }

#premisesCloud .graphic {
  max-height: 100px; }

@media (max-width: 39.9375em) {
  #premisesCloud {
    text-align: center; } }

.icon {
  max-height: 60px; }

/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/**
* X Height Offsets
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header
*/
/* Easings*/
.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; }

/*# sourceMappingURL=style.min.css.map */
