/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
  text-decoration: none !important;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small, .small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  border-radius: 7px !important;
  border: 2px solid lightgrey !important;
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 25em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:25.063em)/";
  width: 25.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:25.063em) and (max-width:45em)/";
  width: 25.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:45.063em)/";
  width: 45.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:45.063em) and (max-width:60em)/";
  width: 45.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:60.063em)/";
  width: 60.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:60.063em) and (max-width:90em)/";
  width: 60.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #565966;
  cursor: auto;
  font-family: "Heebo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
  margin-left: 0;
}

.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #fff;
  color: #222222;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #fff;
  color: #4683e8;
  display: block;
  font-family: "Heebo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 0;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #fff;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 1rem 0 0;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.9375rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.9375rem 1.875rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 25.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 45.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 60.063em) {
  .xlarge-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .xlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .xlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .xlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .xlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .xlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .xlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .xlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .xlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .xlarge-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .xlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .xlarge-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .xlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .xlarge-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .xlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 90.063em) {
  .xxlarge-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .xxlarge-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .xxlarge-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .xxlarge-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

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

.flex-video.vimeo {
  padding-top: 0;
}

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

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Heebo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #4683e8;
  border-color: #1b62d7;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #1b62d7;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .brand-content button.color-profile, .button.radius, .brand-content .button.color-profile {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #4683e8;
  border-color: #1b62d7;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1b62d7;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #4683e8;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 25.063em) {
  button, .button {
    display: inline-block;
  }
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column, form .row .row .page__wallet__primary__control__text, form .row .row .page__wallet__primary__control__illustration,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column, form .row .row.collapse .page__wallet__primary__control__text, form .row .row.collapse .page__wallet__primary__control__illustration,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column, form .row input.page__wallet__primary__control__text, form .row input.page__wallet__primary__control__illustration,
form .row input.columns,
form .row textarea.column,
form .row textarea.page__wallet__primary__control__text,
form .row textarea.page__wallet__primary__control__illustration,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small, label .small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius, .brand-content .prefix.button.color-profile {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius, .brand-content .postfix.button.color-profile {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input:not([type])[disabled], input:not([type])[readonly],
fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

input:not([type]).radius, .brand-content input.color-profile:not([type]), input[type="text"].radius, .brand-content input[type="text"].color-profile, input[type="password"].radius, .brand-content input[type="password"].color-profile, input[type="date"].radius, .brand-content input[type="date"].color-profile, input[type="datetime"].radius, .brand-content input[type="datetime"].color-profile, input[type="datetime-local"].radius, .brand-content input[type="datetime-local"].color-profile, input[type="month"].radius, .brand-content input[type="month"].color-profile, input[type="week"].radius, .brand-content input[type="week"].color-profile, input[type="email"].radius, .brand-content input[type="email"].color-profile, input[type="number"].radius, .brand-content input[type="number"].color-profile, input[type="search"].radius, .brand-content input[type="search"].color-profile, input[type="tel"].radius, .brand-content input[type="tel"].color-profile, input[type="time"].radius, .brand-content input[type="time"].color-profile, input[type="url"].radius, .brand-content input[type="url"].color-profile, input[type="color"].radius, .brand-content input[type="color"].color-profile, textarea.radius, .brand-content textarea.color-profile {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

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

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

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

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

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

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

select.radius, .brand-content select.color-profile {
  border-radius: 3px;
}

select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

fieldset legend {
  font-weight: 500;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error .error.small, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error, [data-abide] .error.small {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

[data-abide] span.error, [data-abide] small.error, [data-abide] .error.small {
  display: none;
}

span.error, small.error, .error.small {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error, .error .error.small {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.error > label > small, .error > label > .small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.row {
  margin: 0 auto;
  max-width: 68.75rem;
  width: 100%;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .page__wallet__primary__control__text, .row.collapse > .page__wallet__primary__control__illustration,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

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

.row .row {
  margin: 0 -1.875rem;
  max-width: none;
  width: auto;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column, .page__wallet__primary__control__text, .page__wallet__primary__control__illustration,
.columns {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%;
  float: left;
}

.column + .column:last-child, .page__wallet__primary__control__text + .column:last-child, .page__wallet__primary__control__illustration + .column:last-child, .column + .page__wallet__primary__control__text:last-child, .page__wallet__primary__control__text + .page__wallet__primary__control__text:last-child, .page__wallet__primary__control__illustration + .page__wallet__primary__control__text:last-child, .column + .page__wallet__primary__control__illustration:last-child, .page__wallet__primary__control__text + .page__wallet__primary__control__illustration:last-child, .page__wallet__primary__control__illustration + .page__wallet__primary__control__illustration:last-child,
.columns + .column:last-child,
.columns + .page__wallet__primary__control__text:last-child,
.columns + .page__wallet__primary__control__illustration:last-child,
.column +
.columns:last-child,
.page__wallet__primary__control__text +
.columns:last-child,
.page__wallet__primary__control__illustration +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

.column + .column.end, .page__wallet__primary__control__text + .column.end, .page__wallet__primary__control__illustration + .column.end, .column + .end.page__wallet__primary__control__text, .page__wallet__primary__control__text + .end.page__wallet__primary__control__text, .page__wallet__primary__control__illustration + .end.page__wallet__primary__control__text, .column + .end.page__wallet__primary__control__illustration, .page__wallet__primary__control__text + .end.page__wallet__primary__control__illustration, .page__wallet__primary__control__illustration + .end.page__wallet__primary__control__illustration,
.columns + .column.end,
.columns + .end.page__wallet__primary__control__text,
.columns + .end.page__wallet__primary__control__illustration,
.column +
.columns.end,
.page__wallet__primary__control__text +
.columns.end,
.page__wallet__primary__control__illustration +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .page__wallet__primary__control__text, .page__wallet__primary__control__illustration,
  .columns {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered, .small-centered.page__wallet__primary__control__text, .small-centered.page__wallet__primary__control__illustration,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered, .small-uncentered.page__wallet__primary__control__text, .small-uncentered.page__wallet__primary__control__illustration,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child, .small-centered.page__wallet__primary__control__text:last-child, .small-centered.page__wallet__primary__control__illustration:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child, .small-uncentered.page__wallet__primary__control__text:last-child, .small-uncentered.page__wallet__primary__control__illustration:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite, .small-uncentered.opposite.page__wallet__primary__control__text, .small-uncentered.opposite.page__wallet__primary__control__illustration,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column, .row.small-collapse > .page__wallet__primary__control__text, .row.small-collapse > .page__wallet__primary__control__illustration,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column, .row.small-uncollapse > .page__wallet__primary__control__text, .row.small-uncollapse > .page__wallet__primary__control__illustration,
  .row.small-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
}

@media only screen and (min-width: 25.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .page__wallet__primary__control__text, .page__wallet__primary__control__illustration,
  .columns {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered, .medium-centered.page__wallet__primary__control__text, .medium-centered.page__wallet__primary__control__illustration,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered, .medium-uncentered.page__wallet__primary__control__text, .medium-uncentered.page__wallet__primary__control__illustration,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child, .medium-centered.page__wallet__primary__control__text:last-child, .medium-centered.page__wallet__primary__control__illustration:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child, .medium-uncentered.page__wallet__primary__control__text:last-child, .medium-uncentered.page__wallet__primary__control__illustration:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite, .medium-uncentered.opposite.page__wallet__primary__control__text, .medium-uncentered.opposite.page__wallet__primary__control__illustration,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column, .row.medium-collapse > .page__wallet__primary__control__text, .row.medium-collapse > .page__wallet__primary__control__illustration,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .page__wallet__primary__control__text, .row.medium-uncollapse > .page__wallet__primary__control__illustration,
  .row.medium-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 45.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .page__wallet__primary__control__text, .page__wallet__primary__control__illustration,
  .columns {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5, .page__wallet__primary__control__illustration {
    width: 41.6666666667%;
  }
  .large-6, .page__wallet__primary__control__text {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1, .page__wallet__primary__control__text {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered, .large-centered.page__wallet__primary__control__text, .large-centered.page__wallet__primary__control__illustration,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered, .large-uncentered.page__wallet__primary__control__text, .large-uncentered.page__wallet__primary__control__illustration,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child, .large-centered.page__wallet__primary__control__text:last-child, .large-centered.page__wallet__primary__control__illustration:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child, .large-uncentered.page__wallet__primary__control__text:last-child, .large-uncentered.page__wallet__primary__control__illustration:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite, .large-uncentered.opposite.page__wallet__primary__control__text, .large-uncentered.opposite.page__wallet__primary__control__illustration,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column, .row.large-collapse > .page__wallet__primary__control__text, .row.large-collapse > .page__wallet__primary__control__illustration,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column, .row.large-uncollapse > .page__wallet__primary__control__text, .row.large-uncollapse > .page__wallet__primary__control__illustration,
  .row.large-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 60.063em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .page__wallet__primary__control__text, .page__wallet__primary__control__illustration,
  .columns {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered, .xlarge-centered.page__wallet__primary__control__text, .xlarge-centered.page__wallet__primary__control__illustration,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered, .xlarge-uncentered.page__wallet__primary__control__text, .xlarge-uncentered.page__wallet__primary__control__illustration,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child, .xlarge-centered.page__wallet__primary__control__text:last-child, .xlarge-centered.page__wallet__primary__control__illustration:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child, .xlarge-uncentered.page__wallet__primary__control__text:last-child, .xlarge-uncentered.page__wallet__primary__control__illustration:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite, .xlarge-uncentered.opposite.page__wallet__primary__control__text, .xlarge-uncentered.opposite.page__wallet__primary__control__illustration,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column, .row.xlarge-collapse > .page__wallet__primary__control__text, .row.xlarge-collapse > .page__wallet__primary__control__illustration,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .page__wallet__primary__control__text, .row.xlarge-uncollapse > .page__wallet__primary__control__illustration,
  .row.xlarge-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
}

@media only screen and (min-width: 90.063em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .page__wallet__primary__control__text, .page__wallet__primary__control__illustration,
  .columns {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered, .xxlarge-centered.page__wallet__primary__control__text, .xxlarge-centered.page__wallet__primary__control__illustration,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered, .xxlarge-uncentered.page__wallet__primary__control__text, .xxlarge-uncentered.page__wallet__primary__control__illustration,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child, .xxlarge-centered.page__wallet__primary__control__text:last-child, .xxlarge-centered.page__wallet__primary__control__illustration:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child, .xxlarge-uncentered.page__wallet__primary__control__text:last-child, .xxlarge-uncentered.page__wallet__primary__control__illustration:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite, .xxlarge-uncentered.opposite.page__wallet__primary__control__text, .xxlarge-uncentered.opposite.page__wallet__primary__control__illustration,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .page__wallet__primary__control__text, .row.xxlarge-collapse > .page__wallet__primary__control__illustration,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .page__wallet__primary__control__text, .row.xxlarge-uncollapse > .page__wallet__primary__control__illustration,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left;
  }
}

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

.inline-list > li > * {
  display: block;
}

.side-nav {
  display: block;
  font-family: "Heebo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}

.side-nav li {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0 0 0.4375rem 0;
}

.side-nav li a:not(.button) {
  color: #4683e8;
  display: block;
  margin: 0;
  padding: 0.125rem 0.625rem;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #7ea8ef;
}

.side-nav li a:not(.button):active {
  color: #7ea8ef;
}

.side-nav li.active > a:first-child:not(.button) {
  color: #7ea8ef;
  font-family: "Heebo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: transparent;
}

.side-nav li.heading {
  color: #4683e8;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

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

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

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

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

@media only screen and (max-width: 25em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 25.063em) and (max-width: 45em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 25.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 45.063em) and (max-width: 60em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 45.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 60.063em) and (max-width: 90em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 60.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #4683e8;
  line-height: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: #206ae3;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #343849;
  font-family: "Heebo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small, h1 .small, .h1 .small, h2 small, .h2 small, h2 .small, .h2 .small, h3 small, .h3 small, h3 .small, .h3 .small, h4 small, .h4 small, h4 .small, .h4 .small, h5 small, .h5 small, h5 .small, .h5 .small, h6 small, .h6 small, h6 .small, .h6 .small {
  color: #6d7597;
  font-size: 80%;
  line-height: 0;
}

h1, .h1 {
  font-size: 1.625rem;
}

h2, .h2 {
  font-size: 1.375rem;
}

h3, .h3 {
  font-size: 1.375rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6d7597;
  font-weight: 300;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 500;
  line-height: inherit;
}

small, .small {
  font-size: 80%;
  line-height: inherit;
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 500;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #565966;
  cursor: help;
}

abbr {
  text-transform: none;
}

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

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #59607d;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #59607d;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6d7597;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: 500;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: 500;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 500;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 25.063em) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.4;
  }
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.6875rem;
  }
  h4, .h4 {
    font-size: 1.4375rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  p,
  h2,
  .h2,
  h3,
  .h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2,
  h3,
  .h3 {
    page-break-after: avoid;
  }
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}

.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

.tab-bar h1, .tab-bar .h1, .tab-bar h2, .tab-bar .h2, .tab-bar h3, .tab-bar .h3, .tab-bar h4, .tab-bar .h4, .tab-bar h5, .tab-bar .h5, .tab-bar h6, .tab-bar .h6 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 2.8125rem;
  margin: 0;
}

.tab-bar h1, .tab-bar .h1, .tab-bar h2, .tab-bar .h2, .tab-bar h3, .tab-bar .h3, .tab-bar h4, .tab-bar .h4 {
  font-size: 1.125rem;
}

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

.tab-bar-section.left {
  text-align: left;
}

.tab-bar-section.right {
  text-align: right;
}

.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}

.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #172852;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #172852;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #172852;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}

.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #172852;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}

.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}

ul.off-canvas-list li a {
  border-bottom: 1px solid #111e3e;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #242424;
}

ul.off-canvas-list li a:active {
  background: #242424;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 25.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 25.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 25.063em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 25.063em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 25.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 25.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 25.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 25.063em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 25.063em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #172852;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 500;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #172852;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 500;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #172852;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}

.top-submenu * {
  -webkit-backface-visibility: hidden;
}

.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 500;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #172852;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}

.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}

.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 500;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 25.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 45.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 60.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

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

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

.bp-button, .show-for-large-up .sign-up-btn, .page__home__cta {
  display: inline-block;
  border-radius: 3px;
}

.bp-button-primary, .show-for-large-up .sign-up-btn, .page__home__cta {
  color: #edf0fe;
  background-color: #4f6ef7;
}

.bp-button-primary:hover, .show-for-large-up .sign-up-btn:hover, .page__home__cta:hover, .bp-button-primary:focus, .show-for-large-up .sign-up-btn:focus, .page__home__cta:focus {
  color: #fff;
  background-color: #4062f6;
}

.bp-button-primary:active, .show-for-large-up .sign-up-btn:active, .page__home__cta:active {
  color: #fff;
  background-color: #3b5ef6;
}

.bp-logo svg path, .footer__logo svg path, .bp-logo-white svg path {
  fill: currentColor;
}

.bp-logo-white {
  color: white;
}

.bp-svg-fill svg path, .page__wallet__platforms__platform svg path, .page__wallet__download__block svg path,
.bp-svg-fill svg rect, .page__wallet__platforms__platform svg rect, .page__wallet__download__block svg rect {
  fill: currentColor;
}

.bp-signup-form {
  max-width: 444px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  text-align: center;
  overflow: hidden;
  padding: 2rem;
  color: #4a4a4a;
  background: #fff;
  margin-top: -8rem !important;
}

.bp-signup-form__header {
  padding-bottom: 2rem;
}

.bp-signup-form__header__heading {
  font-size: 30px;
  font-weight: 100;
  padding-bottom: .5rem;
}

.bp-signup-form__header__prompt {
  font-size: 16px;
  font-weight: 300;
  opacity: .7;
}

.bp-signup-form__choice {
  border: 1px solid #ececec;
  margin-bottom: 1rem;
  padding: 1.2rem 1.5rem;
  border-radius: 4px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.bp-signup-form__choice:hover {
  background: #f8f8f8;
}

.bp-signup-form__choice > .check {
  display: none;
}

.bp-signup-form__choice.selected {
  background: #f8f8f8;
  border: 1px solid #ececec;
}

.bp-signup-form__choice.selected > .check {
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
}

.bp-signup-form__choice__title {
  font-size: 20px;
  padding-bottom: .5rem;
  font-weight: 300;
}

.bp-signup-form__choice__description {
  color: #696969;
  font-weight: 300;
}

.bp-signup-form__cta {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.5;
  border-radius: .25rem;
  padding: .8rem;
  width: 100%;
  font-size: 17.5px;
  box-shadow: 0 11px 21px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  letter-spacing: .3px;
  color: #fff !important;
  background-color: #293c92;
  font-weight: 300;
  max-width: 200px;
  text-decoration: none !important;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.bp-signup-form__addon {
  background: #f3f3f3;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}

.bp-signup-form__addon__icon {
  margin-right: 1rem;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.bp-signup-form__addon__text {
  text-align: left;
  padding-right: 1.2rem;
  max-width: 263px;
}

.bp-signup-form__addon__heading {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: .5rem;
  color: #4a4a4a;
}

.bp-signup-form__addon__description {
  color: #696969;
  font-weight: 300;
}

.blue-light {
  color: #4683e8;
}

.blue-light-bg {
  background: #4683e8;
}

.blue-pale {
  color: #6389ed;
}

.blue-pale-bg {
  background: #6389ed;
}

.blue-medium {
  color: #3354a8;
}

.blue-medium-bg {
  background: #3354a8;
}

.blue-dark {
  color: #293c92;
}

.blue-dark-bg {
  background: #293c92;
}

.orange {
  color: #f5a623;
}

.orange-bg {
  background: #f5a623;
}

.orange-dark-bg {
  background: #f5a623;
}

.gray-dark {
  color: #7a7d8c;
}

.gray-darker {
  color: #565966;
}

.white, .white-opacity, .language-selector, .white-link--opacity, .new-label, .round-label, .white-header .menu-item,
.right-off-canvas-menu .menu-item, .footer-label, .btn-primary {
  color: #fff;
}

.white:hover, .white-opacity:hover, .language-selector:hover, .white-link--opacity:hover, .new-label:hover, .round-label:hover, .white-header .menu-item:hover,
.right-off-canvas-menu .menu-item:hover, .footer-label:hover, .btn-primary:hover {
  color: #fff;
}

.white-opacity, .language-selector {
  opacity: .7;
}

.white-link--opacity {
  opacity: .7;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.white-link--opacity :hover {
  opacity: 1;
}

::-moz-selection {
  background: #ebebff;
}

::selection {
  background: #ebebff;
}

.header--bottom-border,
.header--bottom-border-left,
.integration-guide-body h2,
.integration-guide-body .h2 {
  position: relative;
  margin-bottom: 3rem;
}

.header--bottom-border:after,
.header--bottom-border-left:after,
.integration-guide-body h2:after,
.integration-guide-body .h2:after {
  content: '';
  height: 3px;
  width: 4rem;
  background: #3354a8;
  position: absolute;
  bottom: -1rem;
}

.white .header--bottom-border:after, .white-opacity .header--bottom-border:after, .language-selector .header--bottom-border:after, .white-link--opacity .header--bottom-border:after, .new-label .header--bottom-border:after, .round-label .header--bottom-border:after, .white-header .menu-item .header--bottom-border:after,
.right-off-canvas-menu .menu-item .header--bottom-border:after, .footer-label .header--bottom-border:after, .btn-primary .header--bottom-border:after,
.white
.header--bottom-border-left:after,
.white-opacity
.header--bottom-border-left:after,
.language-selector
.header--bottom-border-left:after,
.white-link--opacity
.header--bottom-border-left:after,
.new-label
.header--bottom-border-left:after,
.round-label
.header--bottom-border-left:after,
.white-header .menu-item
.header--bottom-border-left:after,
.right-off-canvas-menu .menu-item
.header--bottom-border-left:after,
.footer-label
.header--bottom-border-left:after,
.btn-primary
.header--bottom-border-left:after,
.white .integration-guide-body h2:after,
.integration-guide-body .white h2:after,
.white-opacity .integration-guide-body h2:after,
.integration-guide-body .white-opacity h2:after,
.language-selector .integration-guide-body h2:after,
.integration-guide-body .language-selector h2:after,
.white-link--opacity .integration-guide-body h2:after,
.integration-guide-body .white-link--opacity h2:after,
.new-label .integration-guide-body h2:after,
.integration-guide-body .new-label h2:after,
.round-label .integration-guide-body h2:after,
.integration-guide-body .round-label h2:after,
.white-header .menu-item .integration-guide-body h2:after,
.integration-guide-body .white-header .menu-item h2:after,
.right-off-canvas-menu .menu-item .integration-guide-body h2:after,
.integration-guide-body
.right-off-canvas-menu .menu-item h2:after,
.footer-label .integration-guide-body h2:after,
.integration-guide-body .footer-label h2:after,
.btn-primary .integration-guide-body h2:after,
.integration-guide-body .btn-primary h2:after,
.white .integration-guide-body .h2:after,
.integration-guide-body .white .h2:after,
.white-opacity .integration-guide-body .h2:after,
.integration-guide-body .white-opacity .h2:after,
.language-selector .integration-guide-body .h2:after,
.integration-guide-body .language-selector .h2:after,
.white-link--opacity .integration-guide-body .h2:after,
.integration-guide-body .white-link--opacity .h2:after,
.new-label .integration-guide-body .h2:after,
.integration-guide-body .new-label .h2:after,
.round-label .integration-guide-body .h2:after,
.integration-guide-body .round-label .h2:after,
.white-header .menu-item .integration-guide-body .h2:after,
.integration-guide-body .white-header .menu-item .h2:after,
.right-off-canvas-menu .menu-item .integration-guide-body .h2:after,
.integration-guide-body
.right-off-canvas-menu .menu-item .h2:after,
.footer-label .integration-guide-body .h2:after,
.integration-guide-body .footer-label .h2:after,
.btn-primary .integration-guide-body .h2:after,
.integration-guide-body .btn-primary .h2:after {
  background: #fff;
}

.border-left {
  border-left: 1px solid #dedfe1;
}

.header--bottom-border:after {
  left: calc(50% - 2rem);
}

.header--bottom-border-left:after, .integration-guide-body h2:after, .integration-guide-body .h2:after {
  left: 0;
}

.body-text--bottom-border {
  position: relative;
  padding-bottom: 10px;
}

.body-text--bottom-border:after {
  content: '';
  width: 25px;
  height: 2px;
  background: #4683e8;
  position: absolute;
  top: 30px;
  left: 0;
}

.background-element {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}

.home-logo {
  display: inline-block;
  margin: .25rem 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}

.integration-logo {
  height: 2em;
  width: 2em;
  display: block;
  margin: auto;
  background-color: #fafafd;
  border: 1px solid #dedfe1;
  background-size: 60%;
  border-radius: 100px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}

.integration-logo :hover,
.integration-logo :focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.feature-diagram-container {
  width: 20em;
  margin: auto;
}

html {
  min-height: 100%;
  height: inherit;
}

body {
  background: #fafafd;
}

.btc-color {
  background: rgb(234,167,71);
  background: radial-gradient(circle, rgba(234,167,71,1) 0%, rgba(233,137,0,1) 50%, rgba(233,137,0,1) 100%);
  cursor: pointer;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.sat-color {
  background: rgb(180, 105, 0);
  background: radial-gradient(circle, rgba(180, 105, 0,1) 0%, rgb(212, 124, 0, 1) 50%, rgb(245, 143, 0) 100%);
  cursor: pointer;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.dsh-color {
  background: rgb(25,114,186);
  background: radial-gradient(circle, rgba(25,114,186,1) 0%, rgba(37,148,237,1) 54%, rgba(37,148,237,1) 100%);
  cursor: pointer;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.mars-color {
  background-color: #b85e21;
  cursor: pointer;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.ltc-color {
  background-color: #88cbf5;
  cursor: pointer;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.bch-color {
  background-color: #0AC18E;
  cursor: pointer;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.container {
  background-color: #fff;
}

ul {
  line-height: 1.8;
}

.side-nav a {
  display: inline-block !important;
  border-radius: 1em;
  -webkit-transition: all .2s;
          transition: all .2s;
  position: relative;
  left: 0;
}

.side-nav a.active {
  color: white !important;
  background: #4683e8 !important;
  left: .5em;
}

#instantclick-bar {
  background: #4683e8;
}

input[type='search'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  width: 100%;
  border: 1px solid #929396;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -webkit-transition: all .2s;
          transition: all .2s;
}

input[type='search']:focus, input[type='search']:active {
  outline: none;
  border-color: #4683e8;
  box-shadow: 0 0 6px #a1c0f3;
  background-color: white;
}

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

::-moz-placeholder {
  color: #dedfe1;
}

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

::placeholder {
  color: #dedfe1;
}

select {
  border-radius: 3px;
}

.note,
.warning {
  padding: .5rem 1rem;
  margin: 3rem 0 1rem;
  border: 1px solid;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  font-weight: 600;
}

.note > p:last-of-type,
.warning > p:last-of-type {
  margin-bottom: 0;
}

.note:before,
.warning:before {
  position: absolute;
  top: -26px;
  left: -1px;
  right: -1px;
  padding: 0 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.note {
  border-color: #dedfe1;
}

.note:before {
  content: 'NOTE';
  background: #fafafd;
  border: 1px solid #dedfe1;
}

.warning {
  border-color: #f2ba71;
  color: #e78300;
}

.warning:before {
  content: 'WARNING';
  background: #ffefdf;
  border: 1px solid #f2ba71;
}

.integration-guide-body h1, .integration-guide-body .h1 {
  font-size: 2.75em;
  font-weight: 700;
}

.integration-guide-body img {
  box-shadow: 0 2px 7px 0 rgba(143, 143, 143, 0.5);
  margin: 2em 0;
}

.integration-guide-body iframe {
  margin: 2em 0;
}

.enterprise-card {
  max-width: 440px;
  margin: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen {
  .enterprise-card {
    text-align: center;
  }
}

.promotion-banner {
  padding: .75em 0;
}

@media only screen and (max-width: 25em) {
  .promotion-banner {
    display: none;
  }
}

.new-label {
  font-size: 1em;
  display: inline-block;
  background: #3bc36b;
  background-image: -webkit-linear-gradient(270deg, #58e49a 0%, #3bc36b 100%);
  background-image: linear-gradient(-180deg, #58e49a 0%, #3bc36b 100%);
  padding: 0 10px 1px;
  border-radius: 15px;
  position: relative;
  top: -2px;
  margin-right: 10px;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}

.crd {
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 25em) {
  .crd {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.crd input {
  box-shadow: none;
}

.byte-pay {
  height: 95px;
}

.byte-pay:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: relative;
  top: 0px;
  left: calc(50% - 6rem);
  border-radius: 100px;
  height: 100px;
  width: 200px;
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); */
  display: block;
  padding: 15px;
}

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

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

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

.bg-dark {
  background-color: #0e1c40;
}

.bg-blue {
  background-color: #293c92;
}

.bg-white, .crd, .byte-pay:before {
  background-color: #fff;
}

.bg-gray, .page__wallet__platforms {
  background-color: #fafafd;
}

.bg-gray-dark {
  background-color: #7a7d8c;
}

.bg-gray-gradient {
  background-color: #fafafb;
  background-image: -webkit-linear-gradient(91deg, #f7f7f7 1%, #f9f9f9 33%, #fafbfd 99%);
  background-image: linear-gradient(-1deg, #f7f7f7 1%, #f9f9f9 33%, #fafbfd 99%);
}

.bg-blue-gradient {
  background-color: #1c3a88;
  background-image: -webkit-linear-gradient(269deg, #1b377d 0%, #1d3e92 98%);
  background-image: linear-gradient(-179deg, #1b377d 0%, #1d3e92 98%);
}

.bg-lightblue-gradient {
  background-color: #1f4096;
  background-image: -webkit-linear-gradient(269deg, #19357c 0%, #2347a8 100%);
  background-image: linear-gradient(-179deg, #19357c 0%, #2347a8 100%);
}

.bg-gray-dark-gradient {
  background-image: -webkit-linear-gradient(270deg, #767677 0%, #656976 100%);
  background-image: linear-gradient(-180deg, #767677 0%, #656976 100%);
}

.bg-subtle-white-gradient {
  background-image: -webkit-linear-gradient(91deg, #f6f6f7 0%, #fefefe 38%, #fff 97%);
  background-image: linear-gradient(-1deg, #f6f6f7 0%, #fefefe 38%, #fff 97%);
}

.bg-gray-halfpage-gradient, .brand-guide .side-nav.fixed {
  background-image: -webkit-linear-gradient(10deg, #fafafb 50%, #fff 50%);
  background-image: linear-gradient(80deg, #fafafb 50%, #fff 50%);
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: .5px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.text-shadow {
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.text-shadow-less {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.arrow:after,
.arrow-blue:after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 6px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: -4px;
  position: relative;
  top: -1px;
}

.arrow:after {
  background: url("/images/arrow.90d93b8b.svg");
}

.arrow-blue:after {
  background: url("/images/arrow-blue.93cf82e5.svg");
}

.white h1, .white-opacity h1, .language-selector h1, .white-link--opacity h1, .new-label h1, .round-label h1, .white-header .menu-item h1,
.right-off-canvas-menu .menu-item h1, .footer-label h1, .btn-primary h1, .white .h1, .white-opacity .h1, .language-selector .h1, .white-link--opacity .h1, .new-label .h1, .round-label .h1, .white-header .menu-item .h1,
.right-off-canvas-menu .menu-item .h1, .footer-label .h1, .btn-primary .h1,
.white
h2,
.white-opacity
h2,
.language-selector
h2,
.white-link--opacity
h2,
.new-label
h2,
.round-label
h2,
.white-header .menu-item
h2,
.right-off-canvas-menu .menu-item
h2,
.footer-label
h2,
.btn-primary
h2,
.white .h2,
.white-opacity .h2,
.language-selector .h2,
.white-link--opacity .h2,
.new-label .h2,
.round-label .h2,
.white-header .menu-item .h2,
.right-off-canvas-menu .menu-item .h2,
.footer-label .h2,
.btn-primary .h2,
.white
h3,
.white-opacity
h3,
.language-selector
h3,
.white-link--opacity
h3,
.new-label
h3,
.round-label
h3,
.white-header .menu-item
h3,
.right-off-canvas-menu .menu-item
h3,
.footer-label
h3,
.btn-primary
h3,
.white .h3,
.white-opacity .h3,
.language-selector .h3,
.white-link--opacity .h3,
.new-label .h3,
.round-label .h3,
.white-header .menu-item .h3,
.right-off-canvas-menu .menu-item .h3,
.footer-label .h3,
.btn-primary .h3,
.white
h4,
.white-opacity
h4,
.language-selector
h4,
.white-link--opacity
h4,
.new-label
h4,
.round-label
h4,
.white-header .menu-item
h4,
.right-off-canvas-menu .menu-item
h4,
.footer-label
h4,
.btn-primary
h4,
.white .h4,
.white-opacity .h4,
.language-selector .h4,
.white-link--opacity .h4,
.new-label .h4,
.round-label .h4,
.white-header .menu-item .h4,
.right-off-canvas-menu .menu-item .h4,
.footer-label .h4,
.btn-primary .h4,
.white
h5,
.white-opacity
h5,
.language-selector
h5,
.white-link--opacity
h5,
.new-label
h5,
.round-label
h5,
.white-header .menu-item
h5,
.right-off-canvas-menu .menu-item
h5,
.footer-label
h5,
.btn-primary
h5,
.white .h5,
.white-opacity .h5,
.language-selector .h5,
.white-link--opacity .h5,
.new-label .h5,
.round-label .h5,
.white-header .menu-item .h5,
.right-off-canvas-menu .menu-item .h5,
.footer-label .h5,
.btn-primary .h5,
.white
h6,
.white-opacity
h6,
.language-selector
h6,
.white-link--opacity
h6,
.new-label
h6,
.round-label
h6,
.white-header .menu-item
h6,
.right-off-canvas-menu .menu-item
h6,
.footer-label
h6,
.btn-primary
h6,
.white .h6,
.white-opacity .h6,
.language-selector .h6,
.white-link--opacity .h6,
.new-label .h6,
.round-label .h6,
.white-header .menu-item .h6,
.right-off-canvas-menu .menu-item .h6,
.footer-label .h6,
.btn-primary .h6 {
  color: #fff;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit;
}

h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
  color: inherit;
}

@media only screen and (max-width: 25em) {
  p.lead {
    font-size: 1.11875rem;
  }
}

.mono {
  font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace;
  font-size: 90%;
}

.line-height-more {
  line-height: 2em;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.superscript-first-letter:first-letter {
  font-size: 35%;
  vertical-align: super;
}

@media only screen and (min-width: 45.063em) {
  .large-flow-2-columns {
    -webkit-columns: auto 2;
       -moz-columns: auto 2;
            columns: auto 2;
  }
}

@media only screen and (max-width: 25em) {
  .small-smaller-text {
    font-size: 80%;
  }
}

.quote {
  font-style: italic;
}

pre,
code {
  font-family: 'Menlo', 'Consolas', 'Monaco', 'Courier', monospace;
  font-size: 85%;
  border-radius: 3px;
}

pre {
  color: #fafafd;
  background: #565966;
  border: 1px solid #343849;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  padding: .5rem 1rem;
}

code {
  background: #f3f3fa;
  padding: .125rem .3125rem;
  border: 1px solid #ebebf7;
}

.list-style-none li {
  list-style-type: none;
}

.side-nav li {
  margin-bottom: .15rem;
}

.side-nav li.divider {
  height: 1em;
}

.tutorial-number {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px #3354a8 solid;
  border-radius: 2em;
  color: #3354a8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-size: .9em;
  height: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -.1em;
  margin-right: .8em;
  text-align: center;
  width: 1.5em;
}

.round-label {
  font-size: .6em;
  display: inline-block;
  background: -webkit-linear-gradient(top, #4683e8, #226be3);
  background: linear-gradient(to bottom, #4683e8, #226be3);
  padding: 0 5px 1px;
  border-radius: 10px;
  position: relative;
  top: -2px;
  margin-left: 10px;
  height: 2em;
  line-height: 2em;
}

.social-icon {
  padding: 10px;
}

.checkmark:before,
.partial:before,
.incorrect:before {
  content: '';
  display: inline-block;
  height: 20px;
  margin: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 20px;
}

.checkmark:before {
  background: url("/images/icons/checkmark.e2a213b0.svg");
}

.partial:before {
  background: url("/images/icons/partial.c9e07be0.svg");
}

.incorrect:before {
  background: url("/images/icons/incorrect.3daa6860.svg");
}

.inline-icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding: 12px;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.fork:before {
  background-image: url("/images/icons/fork.96caa4c4.svg");
}

.star:before {
  background-image: url("/images/icons/star.90037fde.svg");
}

.blog:before {
  background-image: url("/images/icons/blog-dark.dc4cb6da.svg");
}

.twitter:before {
  background-image: url("/images/icons/twitter-dark.8ad1e29d.svg");
}

.linkedin:before {
  background-image: url("/images/icons/linkedin-dark.bd9a11a0.svg");
}

.facebook:before {
  background-image: url("/images/icons/facebook-dark.dbe92288.svg");
}

.external-link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: .7em;
  height: .7em;
  margin: 0 1em 0 .5em;
  background-image: url("/images/icons/external-link.12d6150d.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.white-header .logo {
  color: rgba(255, 255, 255, 0.9);
}

.white-header .logo:hover, .white-header .logo:active, .white-header .logo:focus {
  color: white;
}

.logo {
  margin-bottom: .4rem;
  display: inline-block;
  z-index: 2;
  position: relative;
  color: #293c92;
}

@media only screen and (min-width: 25.063em) {
  .logo {
    margin-bottom: 1.4rem;
  }
}

.logo:hover, .logo:active, .logo:focus {
  color: #206ae3;
}

.navigation__inline-list {
  padding-top: 36px;
}

.white-header .menu-item,
.right-off-canvas-menu .menu-item {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.white-header .menu-item:hover,
.right-off-canvas-menu .menu-item:hover {
  opacity: .7;
}

.menu-item.active {
  font-weight: bold;
  letter-spacing: .8px;
}

.right-off-canvas-menu li {
  margin-bottom: 1rem;
}

.show-for-large-up .sign-up-btn {
  padding: 5px 15px 4px;
  position: relative;
  top: -6px;
}

.menu-icon {
  display: block;
  min-height: 2.5rem;
  width: 2.5rem;
}

.menu-icon span:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: 5px;
  right: 2rem;
  box-shadow: 0 0 0 1px #293c92, 0 7px 0 1px #293c92, 0 14px 0 1px #293c92;
  width: 1.3rem;
}

@media only screen and (min-width: 25.063em) and (max-width: 45em) {
  .menu-icon span:after {
    right: 2.5rem;
  }
}

.white-header .menu-icon span:after {
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

.subnav {
  margin-bottom: -1px;
}

@media only screen and (max-width: 25em) {
  .subnav {
    margin-left: inherit;
  }
  .subnav > li {
    text-align: center;
    padding: 0 .25rem;
    margin-left: 0;
    width: 33%;
  }
}

@media only screen and (min-width: 25.063em) {
  .subnav {
    margin-left: -2.5rem;
  }
  .subnav > li {
    padding: 0 .5rem;
  }
}

.subnav-link {
  color: #929396;
  padding: .4rem 0;
  font-size: .8rem;
}

@media only screen and (min-width: 25.063em) {
  .subnav-link {
    font-size: .9rem;
    padding: 0 0 .6rem;
  }
}

@media only screen and (min-width: 60.063em) {
  .subnav-link {
    padding: 0 .75rem .6rem;
  }
}

.subnav-link.active {
  font-weight: 600;
  color: #4683e8;
  border-bottom: 3px solid #4683e8;
}

.subnav-link.active:hover {
  cursor: default;
}

.footer__container {
  position: relative;
  z-index: 1;
}

.footer__logo {
  color: #293c92;
}

.footer__heading {
  color: #565966;
  font-weight: 500;
  font-size: 1rem;
}

.footer__social {
  margin-top: 2rem;
}

@media only screen and (min-width: 25.063em) {
  .medium-white-fade-top {
    box-shadow: 0 0 300px 300px #fff;
    position: relative;
    z-index: 0;
  }
}

.footer-label {
  font-size: .6em;
  display: inline-block;
  background: -webkit-linear-gradient(top, #4683e8, #226be3);
  background: linear-gradient(to bottom, #4683e8, #226be3);
  padding: 0 5px 1px;
  border-radius: 10px;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.language-selector {
  padding: .5rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: normal;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xNDcgMzEgMjQgMyI+PHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSItMTMyLDMxIC0xMzUsMzQgLTEzOCwzMSIvPjwvc3ZnPg==");
  background-size: 35px;
  background-color: transparent;
}

.language-selector:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #fff;
}

.footer-sublinks {
  margin-right: 1.375rem;
  margin-left: 0 !important;
  margin-bottom: .5em;
}

.btn, .btn-primary {
  padding: .75rem 1.5rem .78rem;
  border-radius: 3px;
  border: 1px solid #4683e8;
  -webkit-transition: background .2s;
          transition: background .2s;
  display: inline-block;
  line-height: 22px;
}

.btn-blue-solid, .btn-primary {
  background: #4683e8;
}

.btn-blue-solid:hover, .btn-primary:hover {
  background: #2f74e5;
}

.btn-blue-border {
  background: rgba(255, 255, 255, 0.05);
}

.btn-blue-border:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-white-border {
  border-color: #fff;
}

.btn-white-border:hover {
  background: rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 25em) {
  .btn, .btn-primary {
    padding: .75rem 1.125rem;
  }
}

.btn-margin {
  margin: .5rem 1rem .5rem 0;
}

.opacity {
  opacity: .5;
}

.opacity-more {
  opacity: .75;
}

.block {
  display: block;
}

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

.clear {
  clear: both;
}

.selectable {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.only-text-selectable {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.radius, .brand-content .color-profile {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.pricing-table {
  overflow: hidden;
}

.pricing-table:hover {
  box-shadow: 1px 1px 51px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

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

.min-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.border-none {
  border: 0;
}

.remove-bullets {
  list-style: none;
  margin-left: 0;
}

.pulse-center {
  height: 2px;
  width: 2px;
  border-radius: 10px;
  background: #00bccc;
  position: absolute;
  left: 2px;
  top: 2px;
}

@media only screen and (min-width: 25.063em) {
  .pulse-center {
    height: 4px;
    width: 4px;
    left: 5px;
    top: 5px;
  }
}

@-webkit-keyframes btc-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(210px);
            transform: translateX(210px);
    opacity: 1;
  }
  78% {
    -webkit-transform: translateX(210px);
            transform: translateX(210px);
  }
  98% {
    -webkit-transform: translateX(430px);
            transform: translateX(430px);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(430px);
            transform: translateX(430px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}

@keyframes btc-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(210px);
            transform: translateX(210px);
    opacity: 1;
  }
  78% {
    -webkit-transform: translateX(210px);
            transform: translateX(210px);
  }
  98% {
    -webkit-transform: translateX(430px);
            transform: translateX(430px);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(430px);
            transform: translateX(430px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}

@-webkit-keyframes btc-move-mobile {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(145px);
            transform: translateY(145px);
    opacity: 1;
  }
  78% {
    -webkit-transform: translateY(145px);
            transform: translateY(145px);
  }
  98% {
    -webkit-transform: translateY(290px);
            transform: translateY(290px);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(290px);
            transform: translateY(290px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@keyframes btc-move-mobile {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(145px);
            transform: translateY(145px);
    opacity: 1;
  }
  78% {
    -webkit-transform: translateY(145px);
            transform: translateY(145px);
  }
  98% {
    -webkit-transform: translateY(290px);
            transform: translateY(290px);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(290px);
            transform: translateY(290px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes fiat-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
    opacity: 1;
  }
  46% {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}

@keyframes fiat-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
    opacity: 1;
  }
  46% {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}

@-webkit-keyframes fiat-move-mobile {
  0% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    opacity: 1;
  }
  45% {
    -webkit-transform: translatey(145px);
            transform: translatey(145px);
    opacity: 1;
  }
  46% {
    -webkit-transform: translatey(145px);
            transform: translatey(145px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    opacity: 0;
  }
}

@keyframes fiat-move-mobile {
  0% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    opacity: 1;
  }
  45% {
    -webkit-transform: translatey(145px);
            transform: translatey(145px);
    opacity: 1;
  }
  46% {
    -webkit-transform: translatey(145px);
            transform: translatey(145px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    opacity: 0;
  }
}

@-webkit-keyframes btc-paid {
  0% {
    -webkit-transform: translateY(0) scale(0.1);
            transform: translateY(0) scale(0.1);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(-60px) scale(1.3);
            transform: translateY(-60px) scale(1.3);
  }
  37% {
    -webkit-transform: translateY(-60px) scale(0.9);
            transform: translateY(-60px) scale(0.9);
  }
  39% {
    -webkit-transform: translateY(-60px) scale(1.1);
            transform: translateY(-60px) scale(1.1);
  }
  41% {
    -webkit-transform: translateY(-60px) scale(0.9);
            transform: translateY(-60px) scale(0.9);
  }
  43% {
    -webkit-transform: translateY(-60px) scale(1);
            transform: translateY(-60px) scale(1);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateY(-65px) scale(0.1);
            transform: translateY(-65px) scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@keyframes btc-paid {
  0% {
    -webkit-transform: translateY(0) scale(0.1);
            transform: translateY(0) scale(0.1);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(-60px) scale(1.3);
            transform: translateY(-60px) scale(1.3);
  }
  37% {
    -webkit-transform: translateY(-60px) scale(0.9);
            transform: translateY(-60px) scale(0.9);
  }
  39% {
    -webkit-transform: translateY(-60px) scale(1.1);
            transform: translateY(-60px) scale(1.1);
  }
  41% {
    -webkit-transform: translateY(-60px) scale(0.9);
            transform: translateY(-60px) scale(0.9);
  }
  43% {
    -webkit-transform: translateY(-60px) scale(1);
            transform: translateY(-60px) scale(1);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateY(-65px) scale(0.1);
            transform: translateY(-65px) scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes btc-paid-mobile {
  0% {
    -webkit-transform: translate3d(0) scale(0.1);
            transform: translate3d(0) scale(0.1);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3d(0);
            transform: translate3d(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(1.3);
            transform: translate3d(60px, -40px, 0) scale(1.3);
  }
  37% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(0.9);
            transform: translate3d(60px, -40px, 0) scale(0.9);
  }
  39% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(1.1);
            transform: translate3d(60px, -40px, 0) scale(1.1);
  }
  41% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(0.9);
            transform: translate3d(60px, -40px, 0) scale(0.9);
  }
  43% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(1);
            transform: translate3d(60px, -40px, 0) scale(1);
    opacity: 1;
  }
  95% {
    -webkit-transform: translate3d(60px, -40px, 0);
            transform: translate3d(60px, -40px, 0);
    opacity: 0;
  }
  95% {
    -webkit-transform: translate3d(65px, -40px, 0) scale(0.1);
            transform: translate3d(65px, -40px, 0) scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0);
            transform: translate3d(0);
    opacity: 0;
  }
}

@keyframes btc-paid-mobile {
  0% {
    -webkit-transform: translate3d(0) scale(0.1);
            transform: translate3d(0) scale(0.1);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3d(0);
            transform: translate3d(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(1.3);
            transform: translate3d(60px, -40px, 0) scale(1.3);
  }
  37% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(0.9);
            transform: translate3d(60px, -40px, 0) scale(0.9);
  }
  39% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(1.1);
            transform: translate3d(60px, -40px, 0) scale(1.1);
  }
  41% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(0.9);
            transform: translate3d(60px, -40px, 0) scale(0.9);
  }
  43% {
    -webkit-transform: translate3d(60px, -40px, 0) scale(1);
            transform: translate3d(60px, -40px, 0) scale(1);
    opacity: 1;
  }
  95% {
    -webkit-transform: translate3d(60px, -40px, 0);
            transform: translate3d(60px, -40px, 0);
    opacity: 0;
  }
  95% {
    -webkit-transform: translate3d(65px, -40px, 0) scale(0.1);
            transform: translate3d(65px, -40px, 0) scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0);
            transform: translate3d(0);
    opacity: 0;
  }
}

@-webkit-keyframes focus-text {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  25% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes focus-text {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  25% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes focus-text-up-right {
  0% {
    -webkit-transform: translate3d(-5px, 5px, 0);
            transform: translate3d(-5px, 5px, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes focus-text-up-right {
  0% {
    -webkit-transform: translate3d(-5px, 5px, 0);
            transform: translate3d(-5px, 5px, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes focus-text-down-right {
  0% {
    -webkit-transform: translate3d(-5px, -5px, 0);
            transform: translate3d(-5px, -5px, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes focus-text-down-right {
  0% {
    -webkit-transform: translate3d(-5px, -5px, 0);
            transform: translate3d(-5px, -5px, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: matrix3d(1.2, 0, 0, 0, 0, 1.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.2, 0, 0, 0, 0, 1.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(1.137, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.137, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(1.11, 0, 0, 0, 0, 1.08, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.11, 0, 0, 0, 0, 1.08, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.068, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.023, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.012, 0, 0, 0, 0, 0.955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.012, 0, 0, 0, 0, 0.955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.934, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.934, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.934, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.934, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.958, 0, 0, 0, 0, 0.952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.963, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.958, 0, 0, 0, 0, 0.963, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(0.97, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.97, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(0.973, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.973, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(0.987, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.987, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.004, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.008, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.002, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: matrix3d(1.2, 0, 0, 0, 0, 1.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.2, 0, 0, 0, 0, 1.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(1.137, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.137, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(1.11, 0, 0, 0, 0, 1.08, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.11, 0, 0, 0, 0, 1.08, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.068, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.023, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.012, 0, 0, 0, 0, 0.955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.012, 0, 0, 0, 0, 0.955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.934, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.934, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.934, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.934, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.958, 0, 0, 0, 0, 0.952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.963, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.958, 0, 0, 0, 0, 0.963, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(0.97, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.97, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(0.973, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.973, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(0.987, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.987, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.004, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.008, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.002, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes twist-pop {
  0% {
    -webkit-transform: matrix3d(0.81, 0, 0, 0, 0, 0.81, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.81, 0, 0, 0, 0, 0.81, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(0.882, 0, 0, 0, -0.041, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.882, 0, 0, 0, -0.041, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.905, 0, 0, 0, -0.048, 0.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.905, 0, 0, 0, -0.048, 0.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(0.944, 0, 0, 0, -0.054, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.944, 0, 0, 0, -0.054, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.976, 0, 0, 0, -0.053, 0.976, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.976, 0, 0, 0, -0.053, 0.976, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.71% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, -0.037, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01, 0, 0, 0, -0.037, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, -0.037, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01, 0, 0, 0, -0.037, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.019, 0, 0, 0, -0.018, 1.019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.019, 0, 0, 0, -0.018, 1.019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.92% {
    -webkit-transform: matrix3d(1.018, 0, 0, 0, -0.012, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.018, 0, 0, 0, -0.012, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0.002, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.004, 0, 0, 0, 0.002, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.43% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0.003, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0.003, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0.001, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0.001, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes twist-pop {
  0% {
    -webkit-transform: matrix3d(0.81, 0, 0, 0, 0, 0.81, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.81, 0, 0, 0, 0, 0.81, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(0.882, 0, 0, 0, -0.041, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.882, 0, 0, 0, -0.041, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.905, 0, 0, 0, -0.048, 0.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.905, 0, 0, 0, -0.048, 0.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(0.944, 0, 0, 0, -0.054, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.944, 0, 0, 0, -0.054, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.976, 0, 0, 0, -0.053, 0.976, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.976, 0, 0, 0, -0.053, 0.976, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.71% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, -0.037, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01, 0, 0, 0, -0.037, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, -0.037, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01, 0, 0, 0, -0.037, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.019, 0, 0, 0, -0.018, 1.019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.019, 0, 0, 0, -0.018, 1.019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.92% {
    -webkit-transform: matrix3d(1.018, 0, 0, 0, -0.012, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.018, 0, 0, 0, -0.012, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0.002, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.004, 0, 0, 0, 0.002, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.43% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0.003, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0.003, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0.001, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0.001, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(760deg);
            transform: rotate(760deg);
  }
  70% {
    -webkit-transform: rotate(680deg);
            transform: rotate(680deg);
  }
  80% {
    -webkit-transform: rotate(740deg);
            transform: rotate(740deg);
  }
  90% {
    -webkit-transform: rotate(700deg);
            transform: rotate(700deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(760deg);
            transform: rotate(760deg);
  }
  70% {
    -webkit-transform: rotate(680deg);
            transform: rotate(680deg);
  }
  80% {
    -webkit-transform: rotate(740deg);
            transform: rotate(740deg);
  }
  90% {
    -webkit-transform: rotate(700deg);
            transform: rotate(700deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@-webkit-keyframes get-paid {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-color: #4683e8;
  }
  10% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  10%,
  90% {
    background-color: #12c312;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes get-paid {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-color: #4683e8;
  }
  10% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  10%,
  90% {
    background-color: #12c312;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.how-works-illustration {
  height: 30rem;
  width: 20rem;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 25em) {
  .how-works-illustration {
    margin-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 25.063em) {
  .how-works-illustration {
    height: 20rem;
    width: 43.75rem;
  }
}

.step1,
.step2,
.step3,
.step4,
.timeline,
.bitcoin,
.fiat,
.step1-text,
.step2-text,
.step3-text,
.step4-text {
  position: absolute;
}

.timeline {
  background: #c3c5c9;
  height: 95%;
  width: 3px;
  left: 9%;
}

@media only screen and (min-width: 25.063em) {
  .timeline {
    width: 96%;
    height: 3px;
    top: 164px;
    left: 2%;
  }
}

.step1,
.step2,
.step3,
.step4 {
  z-index: 2;
}

@media only screen and (min-width: 25.063em) {
  .step1,
  .step2,
  .step3,
  .step4 {
    top: 42%;
  }
}

.step1-icon,
.step2-icon,
.step3-icon,
.step4-icon {
  width: 3.75rem;
  height: 3.75rem;
  background-size: 45%;
  z-index: 20;
  border-radius: 3px;
}

@media only screen and (max-width: 25em) {
  .step2 {
    top: 30%;
  }
}

@media only screen and (min-width: 25.063em) {
  .step2 {
    left: 30%;
  }
}

@media only screen and (max-width: 25em) {
  .step3 {
    top: 60%;
  }
}

@media only screen and (min-width: 25.063em) {
  .step3 {
    left: 60%;
  }
}

.step4 {
  bottom: 0;
}

@media only screen and (min-width: 25.063em) {
  .step4 {
    right: 0;
  }
}

.step1-icon,
.step4-icon {
  background-color: #4683e8;
}

.step1-icon {
  -webkit-animation: wiggle 1s linear forwards 4s;
          animation: wiggle 1s linear forwards 4s;
}

.step2-icon {
  background-color: #293c92;
  -webkit-animation: twist-pop 1s linear forwards 7s;
          animation: twist-pop 1s linear forwards 7s;
}

.step3-icon {
  background-color: #fff;
  border: 4px solid #293c92;
  border-radius: 60px;
  -webkit-animation: spin .75s ease 10s;
          animation: spin .75s ease 10s;
}

.step4-icon {
  -webkit-animation: get-paid .75s ease 13s;
          animation: get-paid .75s ease 13s;
}

.bitcoin,
.fiat {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  z-index: 1;
  left: 6%;
}

@media only screen and (min-width: 25.063em) {
  .bitcoin,
  .fiat {
    top: 48%;
  }
}

.bitcoin,
.fiat,
.paid {
  background-size: 70%;
}

.bitcoin {
  background-color: #f2a900;
  -webkit-animation: btc-move-mobile cubic-bezier(0.645, 0.045, 0.355, 1) 10s forwards;
          animation: btc-move-mobile cubic-bezier(0.645, 0.045, 0.355, 1) 10s forwards;
}

@media only screen and (max-width: 25em) {
  .bitcoin {
    top: 4%;
  }
}

@media only screen and (min-width: 25.063em) {
  .bitcoin {
    left: 3%;
    -webkit-animation: btc-move cubic-bezier(0.645, 0.045, 0.355, 1) 10s forwards;
            animation: btc-move cubic-bezier(0.645, 0.045, 0.355, 1) 10s forwards;
  }
}

.fiat {
  background-color: #12c312;
  -webkit-animation: fiat-move-mobile ease-in-out 7s forwards 10s;
          animation: fiat-move-mobile ease-in-out 7s forwards 10s;
}

@media only screen and (max-width: 25em) {
  .fiat {
    top: 64%;
  }
}

@media only screen and (min-width: 25.063em) {
  .fiat {
    left: 63%;
    -webkit-animation: fiat-move ease-in-out 7s forwards 10s;
            animation: fiat-move ease-in-out 7s forwards 10s;
  }
}

.paid {
  width: 25px;
  height: 25px;
  background-color: #12c312;
  border-radius: 30px;
  position: absolute;
  opacity: 0;
  -webkit-animation: btc-paid-mobile 1s ease-in-out 7.5s;
          animation: btc-paid-mobile 1s ease-in-out 7.5s;
}

@media only screen and (max-width: 25em) {
  .paid {
    top: 34%;
    left: 4%;
    z-index: 1;
  }
}

@media only screen and (min-width: 25.063em) {
  .paid {
    top: 48%;
    left: 32.5%;
    -webkit-animation: btc-paid 1s ease-in-out 7.5s;
            animation: btc-paid 1s ease-in-out 7.5s;
  }
}

.step1-text,
.step2-text,
.step3-text,
.step4-text {
  left: 170%;
  top: 80%;
  width: 180px;
  color: #888b9a;
  z-index: 1;
  -webkit-animation: focus-text-down-right 3s ease backwards;
          animation: focus-text-down-right 3s ease backwards;
}

@media only screen and (max-width: 25em) {
  .step1-text:before,
  .step2-text:before,
  .step3-text:before,
  .step4-text:before {
    left: -42px;
    top: -18px;
  }
  .step1-text:after,
  .step2-text:after,
  .step3-text:after,
  .step4-text:after {
    left: 64px;
    top: -20px;
  }
}

.step1-text:before,
.step2-text:before,
.step3-text:before,
.step4-text:before {
  content: '';
  position: absolute;
  background: #bfc1c9;
  width: 110px;
  height: 1px;
}

.step1-text:after,
.step2-text:after,
.step3-text:after,
.step4-text:after {
  content: '';
  position: absolute;
  background: #bfc1c9;
  border-radius: 2px;
  width: 5px;
  height: 5px;
}

@media only screen and (min-width: 25.063em) {
  .step1-text:before,
  .step2-text:before,
  .step3-text:before,
  .step4-text:before {
    width: 1px;
    height: 80px;
  }
}

@media only screen and (min-width: 25.063em) {
  .step1-text:before,
  .step3-text:before {
    left: -20px;
  }
  .step1-text:after,
  .step3-text:after {
    left: -22px;
  }
}

@media only screen and (min-width: 25.063em) {
  .step2-text:before,
  .step4-text:before {
    right: -20px;
  }
  .step2-text:after,
  .step4-text:after {
    right: -22px;
  }
}

@media only screen and (min-width: 25.063em) {
  .step1-text,
  .step3-text {
    top: -110px;
  }
  .step1-text:before, .step1-text:after,
  .step3-text:before,
  .step3-text:after {
    top: 30px;
  }
}

@media only screen and (min-width: 25.063em) {
  .step2-text,
  .step4-text {
    top: 110px;
  }
  .step2-text:before, .step2-text:after,
  .step4-text:before,
  .step4-text:after {
    bottom: 47px;
  }
}

@media only screen and (min-width: 25.063em) {
  .step1-text {
    left: 85%;
    -webkit-animation: focus-text-up-right 3s ease backwards;
            animation: focus-text-up-right 3s ease backwards;
  }
}

.step2-text {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

@media only screen and (min-width: 25.063em) {
  .step2-text {
    left: -277%;
    -webkit-animation: focus-text-down-right 3s ease backwards .75s;
            animation: focus-text-down-right 3s ease backwards .75s;
  }
}

.step3-text {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@media only screen and (min-width: 25.063em) {
  .step3-text {
    left: 83%;
    -webkit-animation: focus-text-up-right 3s ease backwards 1.5s;
            animation: focus-text-up-right 3s ease backwards 1.5s;
  }
}

.step4-text {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

@media only screen and (min-width: 25.063em) {
  .step4-text {
    left: -277%;
    -webkit-animation: focus-text-down-right 3s ease backwards 2.25s;
            animation: focus-text-down-right 3s ease backwards 2.25s;
  }
}

.delay-1 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.delay-2, .page__home__mast__lead {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.delay-3 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.delay-4, .page__home__mast__cta, .page__wallet__splash__illustration {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.delay-5 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.delay-6 {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.fade-in, .page__home__mast__heading, .page__home__mast__lead, .page__home__mast__cta, .fade-in-up, .page__wallet__splash__heading, .page__wallet__splash__lead, .page__wallet__splash__illustration, .fade-in-right, .fade-in-down, .fade-in-left, .slide-in-down {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fade-in, .page__home__mast__heading, .page__home__mast__lead, .page__home__mast__cta {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.fade-in-up, .page__wallet__splash__heading, .page__wallet__splash__lead, .page__wallet__splash__illustration {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}

.fade-in-right {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}

.fade-in-down {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}

.fade-in-left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}

.slide-in-down {
  -webkit-animation-name: slide-in-down;
          animation-name: slide-in-down;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-down {
  0% {
    margin-top: -50px;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    margin-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-in-down {
  0% {
    margin-top: -50px;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    margin-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  30%,
  70% {
    -webkit-transform: scale(1.3, 1.24);
            transform: scale(1.3, 1.24);
  }
  50%,
  90% {
    -webkit-transform: scale(0.8, 0.9);
            transform: scale(0.8, 0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  30%,
  70% {
    -webkit-transform: scale(1.3, 1.24);
            transform: scale(1.3, 1.24);
  }
  50%,
  90% {
    -webkit-transform: scale(0.8, 0.9);
            transform: scale(0.8, 0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fade-in-fast {
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}

@-webkit-keyframes ghost-move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  31% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  13% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  85% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes ghost-move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  31% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  13% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  85% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@-webkit-keyframes shadow-move {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  31% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  13% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  85% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes shadow-move {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  31% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  13% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  85% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.padding-top-none {
  padding-top: 0;
}

.padding-right-none {
  padding-right: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-left-none {
  padding-left: 0;
}

.padding-vertical-none {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal-none {
  padding-left: 0;
  padding-right: 0;
}

.padding-none {
  padding: 0;
}

.margin-top-none {
  margin-top: 0;
}

.margin-right-none {
  margin-right: 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-left-none {
  margin-left: 0;
}

.margin-vertical-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-horizontal-none {
  margin-left: 0;
  margin-right: 0;
}

.margin-none {
  margin: 0;
}

.padding-top-less {
  padding-top: 1em;
}

.padding-right-less {
  padding-right: 1em;
}

.padding-bottom-less {
  padding-bottom: 1em;
}

.padding-left-less {
  padding-left: 1em;
}

.padding-vertical-less {
  padding-top: 1em;
  padding-bottom: 1em;
}

.padding-horizontal-less {
  padding-left: 1em;
  padding-right: 1em;
}

.padding-less {
  padding: 1em;
}

.margin-top-less {
  margin-top: 1em;
}

.margin-right-less {
  margin-right: 1em;
}

.margin-bottom-less {
  margin-bottom: 1em;
}

.margin-left-less {
  margin-left: 1em;
}

.margin-vertical-less {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-horizontal-less {
  margin-left: 1em;
  margin-right: 1em;
}

.margin-less {
  margin: 1em;
}

.padding-top {
  padding-top: 2em;
}

.padding-right {
  padding-right: 2em;
}

.padding-bottom {
  padding-bottom: 2em;
}

.padding-left {
  padding-left: 2em;
}

/* .padding-vertical, .section, .footer__container {
  padding-top: 2em;
  padding-bottom: 2em;
}
 */
.padding-horizontal {
  padding-left: 2em;
  padding-right: 2em;
}

.padding {
  padding: 2em;
}

.margin-top {
  margin-top: 2em;
}

.margin-right {
  margin-right: 2em;
}

.margin-bottom, .integration-guide-body .lead {
  margin-bottom: 2em;
}

.margin-left {
  margin-left: 2em;
}

.margin-vertical {
  margin-top: 2em;
  margin-bottom: 2em;
}

.margin-horizontal {
  margin-left: 2em;
  margin-right: 2em;
}

.margin {
  margin: 2em;
}

.padding-top-more {
  padding-top: 3em;
}

.padding-right-more {
  padding-right: 3em;
}

.padding-bottom-more {
  padding-bottom: 3em;
}

.padding-left-more {
  padding-left: 3em;
}

.padding-vertical-more {
  padding-top: 3em;
  padding-bottom: 3em;
}

.padding-horizontal-more {
  padding-left: 3em;
  padding-right: 3em;
}

.padding-more {
  padding: 3em;
}

.margin-top-more {
  margin-top: 3em;
}

.margin-right-more {
  margin-right: 3em;
}

.margin-bottom-more {
  margin-bottom: 3em;
}

.margin-left-more {
  margin-left: 3em;
}

.margin-vertical-more {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-horizontal-more {
  margin-left: 3em;
  margin-right: 3em;
}

.margin-more {
  margin: 3em;
}

.padding-top-most {
  padding-top: 6em;
}

.padding-right-most {
  padding-right: 6em;
}

.padding-bottom-most {
  padding-bottom: 6em;
}

.padding-left-most {
  padding-left: 6em;
}

.padding-vertical-most {
  padding-top: 6em;
  padding-bottom: 6em;
}

.padding-horizontal-most {
  padding-left: 6em;
  padding-right: 6em;
}

.padding-most {
  padding: 6em;
}

.margin-top-most {
  margin-top: 6em;
}

.margin-right-most {
  margin-right: 6em;
}

.margin-bottom-most {
  margin-bottom: 6em;
}

.margin-left-most {
  margin-left: 6em;
}

.margin-vertical-most {
  margin-top: 6em;
  margin-bottom: 6em;
}

.margin-horizontal-most {
  margin-left: 6em;
  margin-right: 6em;
}

.margin-most {
  margin: 6em;
}

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

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

.border-top-gray {
  border-top: 1px solid #dedfe1;
}

.border-right-gray {
  border-right: 1px solid #dedfe1;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfe1;
}

.border-left-gray {
  border-left: 1px solid #dedfe1;
}

.border-vertical-gray {
  border-top: 1px solid #dedfe1;
  border-bottom: 1px solid #dedfe1;
}

.border-horizontal-gray {
  border-left: 1px solid #dedfe1;
  border-right: 1px solid #dedfe1;
}

.border-gray {
  border: 1px solid #dedfe1;
}

.border-top-light {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.border-right-light {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.border-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.border-left-light {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.border-vertical-light {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.border-horizontal-light {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.border-light {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 25em) {
  .small-only-padding-top-none {
    padding-top: 0;
  }
  .small-only-padding-right-none {
    padding-right: 0;
  }
  .small-only-padding-bottom-none {
    padding-bottom: 0;
  }
  .small-only-padding-left-none {
    padding-left: 0;
  }
  .small-only-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .small-only-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .small-only-padding-none {
    padding: 0;
  }
  .small-only-margin-top-none {
    margin-top: 0;
  }
  .small-only-margin-right-none {
    margin-right: 0;
  }
  .small-only-margin-bottom-none {
    margin-bottom: 0;
  }
  .small-only-margin-left-none {
    margin-left: 0;
  }
  .small-only-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-only-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .small-only-margin-none {
    margin: 0;
  }
  .small-only-padding-top-less {
    padding-top: 1em;
  }
  .small-only-padding-right-less {
    padding-right: 1em;
  }
  .small-only-padding-bottom-less {
    padding-bottom: 1em;
  }
  .small-only-padding-left-less {
    padding-left: 1em;
  }
  .small-only-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .small-only-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .small-only-padding-less {
    padding: 1em;
  }
  .small-only-margin-top-less {
    margin-top: 1em;
  }
  .small-only-margin-right-less {
    margin-right: 1em;
  }
  .small-only-margin-bottom-less {
    margin-bottom: 1em;
  }
  .small-only-margin-left-less {
    margin-left: 1em;
  }
  .small-only-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .small-only-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .small-only-margin-less {
    margin: 1em;
  }
  .small-only-padding-top {
    padding-top: 2em;
  }
  .small-only-padding-right {
    padding-right: 2em;
  }
  .small-only-padding-bottom {
    padding-bottom: 2em;
  }
  .small-only-padding-left {
    padding-left: 2em;
  }
  .small-only-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .small-only-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .small-only-padding {
    padding: 2em;
  }
  .small-only-margin-top {
    margin-top: 2em;
  }
  .small-only-margin-right {
    margin-right: 2em;
  }
  .small-only-margin-bottom {
    margin-bottom: 2em;
  }
  .small-only-margin-left {
    margin-left: 2em;
  }
  .small-only-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .small-only-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .small-only-margin {
    margin: 2em;
  }
  .small-only-padding-top-more {
    padding-top: 3em;
  }
  .small-only-padding-right-more {
    padding-right: 3em;
  }
  .small-only-padding-bottom-more {
    padding-bottom: 3em;
  }
  .small-only-padding-left-more {
    padding-left: 3em;
  }
  .small-only-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .small-only-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .small-only-padding-more {
    padding: 3em;
  }
  .small-only-margin-top-more {
    margin-top: 3em;
  }
  .small-only-margin-right-more {
    margin-right: 3em;
  }
  .small-only-margin-bottom-more {
    margin-bottom: 3em;
  }
  .small-only-margin-left-more {
    margin-left: 3em;
  }
  .small-only-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .small-only-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .small-only-margin-more {
    margin: 3em;
  }
  .small-only-padding-top-most {
    padding-top: 6em;
  }
  .small-only-padding-right-most {
    padding-right: 6em;
  }
  .small-only-padding-bottom-most {
    padding-bottom: 6em;
  }
  .small-only-padding-left-most {
    padding-left: 6em;
  }
  .small-only-padding-vertical-most {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .small-only-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .small-only-padding-most {
    padding: 6em;
  }
  .small-only-margin-top-most {
    margin-top: 6em;
  }
  .small-only-margin-right-most {
    margin-right: 6em;
  }
  .small-only-margin-bottom-most {
    margin-bottom: 6em;
  }
  .small-only-margin-left-most {
    margin-left: 6em;
  }
  .small-only-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .small-only-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .small-only-margin-most {
    margin: 6em;
  }
  .small-only-float-left {
    float: left !important;
  }
  .small-only-float-right {
    float: right !important;
  }
  .small-only-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .small-only-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .small-only-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .small-only-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .small-only-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .small-only-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .small-only-border-gray {
    border: 1px solid #dedfe1;
  }
  .small-only-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-only-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-only-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-only-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-only-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-only-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-only-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen {
  .small-padding-top-none {
    padding-top: 0;
  }
  .small-padding-right-none {
    padding-right: 0;
  }
  .small-padding-bottom-none {
    padding-bottom: 0;
  }
  .small-padding-left-none {
    padding-left: 0;
  }
  .small-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .small-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .small-padding-none {
    padding: 0;
  }
  .small-margin-top-none {
    margin-top: 0;
  }
  .small-margin-right-none {
    margin-right: 0;
  }
  .small-margin-bottom-none {
    margin-bottom: 0;
  }
  .small-margin-left-none {
    margin-left: 0;
  }
  .small-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .small-margin-none {
    margin: 0;
  }
  .small-padding-top-less {
    padding-top: 1em;
  }
  .small-padding-right-less {
    padding-right: 1em;
  }
  .small-padding-bottom-less {
    padding-bottom: 1em;
  }
  .small-padding-left-less {
    padding-left: 1em;
  }
  .small-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .small-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .small-padding-less {
    padding: 1em;
  }
  .small-margin-top-less {
    margin-top: 1em;
  }
  .small-margin-right-less {
    margin-right: 1em;
  }
  .small-margin-bottom-less {
    margin-bottom: 1em;
  }
  .small-margin-left-less {
    margin-left: 1em;
  }
  .small-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .small-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .small-margin-less {
    margin: 1em;
  }
  .small-padding-top {
    padding-top: 2em;
  }
  .small-padding-right {
    padding-right: 2em;
  }
  .small-padding-bottom {
    padding-bottom: 2em;
  }
  .small-padding-left {
    padding-left: 2em;
  }
  .small-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .small-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .small-padding {
    padding: 2em;
  }
  .small-margin-top {
    margin-top: 2em;
  }
  .small-margin-right {
    margin-right: 2em;
  }
  .small-margin-bottom {
    margin-bottom: 2em;
  }
  .small-margin-left {
    margin-left: 2em;
  }
  .small-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .small-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .small-margin {
    margin: 2em;
  }
  .small-padding-top-more {
    padding-top: 3em;
  }
  .small-padding-right-more {
    padding-right: 3em;
  }
  .small-padding-bottom-more {
    padding-bottom: 3em;
  }
  .small-padding-left-more {
    padding-left: 3em;
  }
  .small-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .small-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .small-padding-more {
    padding: 3em;
  }
  .small-margin-top-more {
    margin-top: 3em;
  }
  .small-margin-right-more {
    margin-right: 3em;
  }
  .small-margin-bottom-more {
    margin-bottom: 3em;
  }
  .small-margin-left-more {
    margin-left: 3em;
  }
  .small-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .small-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .small-margin-more {
    margin: 3em;
  }
  .small-padding-top-most {
    padding-top: 6em;
  }
  .small-padding-right-most {
    padding-right: 6em;
  }
  .small-padding-bottom-most {
    padding-bottom: 6em;
  }
  .small-padding-left-most {
    padding-left: 6em;
  }
  .small-padding-vertical-most {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .small-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .small-padding-most {
    padding: 6em;
  }
  .small-margin-top-most {
    margin-top: 6em;
  }
  .small-margin-right-most {
    margin-right: 6em;
  }
  .small-margin-bottom-most {
    margin-bottom: 6em;
  }
  .small-margin-left-most {
    margin-left: 6em;
  }
  .small-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .small-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .small-margin-most {
    margin: 6em;
  }
  .small-float-left {
    float: left !important;
  }
  .small-float-right {
    float: right !important;
  }
  .small-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .small-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .small-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .small-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .small-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .small-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .small-border-gray {
    border: 1px solid #dedfe1;
  }
  .small-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .small-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 25.063em) and (max-width: 45em) {
  .medium-only-padding-top-none {
    padding-top: 0;
  }
  .medium-only-padding-right-none {
    padding-right: 0;
  }
  .medium-only-padding-bottom-none {
    padding-bottom: 0;
  }
  .medium-only-padding-left-none {
    padding-left: 0;
  }
  .medium-only-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .medium-only-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-only-padding-none {
    padding: 0;
  }
  .medium-only-margin-top-none {
    margin-top: 0;
  }
  .medium-only-margin-right-none {
    margin-right: 0;
  }
  .medium-only-margin-bottom-none {
    margin-bottom: 0;
  }
  .medium-only-margin-left-none {
    margin-left: 0;
  }
  .medium-only-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .medium-only-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-only-margin-none {
    margin: 0;
  }
  .medium-only-padding-top-less {
    padding-top: 1em;
  }
  .medium-only-padding-right-less {
    padding-right: 1em;
  }
  .medium-only-padding-bottom-less {
    padding-bottom: 1em;
  }
  .medium-only-padding-left-less {
    padding-left: 1em;
  }
  .medium-only-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .medium-only-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .medium-only-padding-less {
    padding: 1em;
  }
  .medium-only-margin-top-less {
    margin-top: 1em;
  }
  .medium-only-margin-right-less {
    margin-right: 1em;
  }
  .medium-only-margin-bottom-less {
    margin-bottom: 1em;
  }
  .medium-only-margin-left-less {
    margin-left: 1em;
  }
  .medium-only-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .medium-only-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .medium-only-margin-less {
    margin: 1em;
  }
  .medium-only-padding-top {
    padding-top: 2em;
  }
  .medium-only-padding-right {
    padding-right: 2em;
  }
  .medium-only-padding-bottom {
    padding-bottom: 2em;
  }
  .medium-only-padding-left {
    padding-left: 2em;
  }
  .medium-only-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .medium-only-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .medium-only-padding {
    padding: 2em;
  }
  .medium-only-margin-top {
    margin-top: 2em;
  }
  .medium-only-margin-right {
    margin-right: 2em;
  }
  .medium-only-margin-bottom {
    margin-bottom: 2em;
  }
  .medium-only-margin-left {
    margin-left: 2em;
  }
  .medium-only-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .medium-only-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .medium-only-margin {
    margin: 2em;
  }
  .medium-only-padding-top-more {
    padding-top: 3em;
  }
  .medium-only-padding-right-more {
    padding-right: 3em;
  }
  .medium-only-padding-bottom-more {
    padding-bottom: 3em;
  }
  .medium-only-padding-left-more {
    padding-left: 3em;
  }
  .medium-only-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .medium-only-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .medium-only-padding-more {
    padding: 3em;
  }
  .medium-only-margin-top-more {
    margin-top: 3em;
  }
  .medium-only-margin-right-more {
    margin-right: 3em;
  }
  .medium-only-margin-bottom-more {
    margin-bottom: 3em;
  }
  .medium-only-margin-left-more {
    margin-left: 3em;
  }
  .medium-only-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .medium-only-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .medium-only-margin-more {
    margin: 3em;
  }
  .medium-only-padding-top-most {
    padding-top: 6em;
  }
  .medium-only-padding-right-most {
    padding-right: 6em;
  }
  .medium-only-padding-bottom-most {
    padding-bottom: 6em;
  }
  .medium-only-padding-left-most {
    padding-left: 6em;
  }
  .medium-only-padding-vertical-most {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .medium-only-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .medium-only-padding-most {
    padding: 6em;
  }
  .medium-only-margin-top-most {
    margin-top: 6em;
  }
  .medium-only-margin-right-most {
    margin-right: 6em;
  }
  .medium-only-margin-bottom-most {
    margin-bottom: 6em;
  }
  .medium-only-margin-left-most {
    margin-left: 6em;
  }
  .medium-only-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .medium-only-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .medium-only-margin-most {
    margin: 6em;
  }
  .medium-only-float-left {
    float: left !important;
  }
  .medium-only-float-right {
    float: right !important;
  }
  .medium-only-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .medium-only-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .medium-only-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .medium-only-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .medium-only-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .medium-only-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .medium-only-border-gray {
    border: 1px solid #dedfe1;
  }
  .medium-only-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-only-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-only-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-only-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-only-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-only-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-only-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 25.063em) {
  .medium-padding-top-none {
    padding-top: 0;
  }
  .medium-padding-right-none {
    padding-right: 0;
  }
  .medium-padding-bottom-none {
    padding-bottom: 0;
  }
  .medium-padding-left-none {
    padding-left: 0;
  }
  .medium-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .medium-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-padding-none {
    padding: 0;
  }
  .medium-margin-top-none {
    margin-top: 0;
  }
  .medium-margin-right-none {
    margin-right: 0;
  }
  .medium-margin-bottom-none {
    margin-bottom: 0;
  }
  .medium-margin-left-none {
    margin-left: 0;
  }
  .medium-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .medium-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-margin-none {
    margin: 0;
  }
  .medium-padding-top-less {
    padding-top: 1em;
  }
  .medium-padding-right-less {
    padding-right: 1em;
  }
  .medium-padding-bottom-less {
    padding-bottom: 1em;
  }
  .medium-padding-left-less {
    padding-left: 1em;
  }
  .medium-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .medium-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .medium-padding-less {
    padding: 1em;
  }
  .medium-margin-top-less {
    margin-top: 1em;
  }
  .medium-margin-right-less {
    margin-right: 1em;
  }
  .medium-margin-bottom-less {
    margin-bottom: 1em;
  }
  .medium-margin-left-less {
    margin-left: 1em;
  }
  .medium-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .medium-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .medium-margin-less {
    margin: 1em;
  }
  .medium-padding-top {
    padding-top: 2em;
  }
  .medium-padding-right {
    padding-right: 2em;
  }
  .medium-padding-bottom {
    padding-bottom: 2em;
  }
  .medium-padding-left {
    padding-left: 2em;
  }
  .medium-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .medium-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .medium-padding {
    padding: 2em;
  }
  .medium-margin-top {
    margin-top: 2em;
  }
  .medium-margin-right {
    margin-right: 2em;
  }
  .medium-margin-bottom {
    margin-bottom: 2em;
  }
  .medium-margin-left {
    margin-left: 2em;
  }
  .medium-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .medium-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .medium-margin {
    margin: 2em;
  }
  .medium-padding-top-more {
    padding-top: 3em;
  }
  .medium-padding-right-more {
    padding-right: 3em;
  }
  .medium-padding-bottom-more {
    padding-bottom: 3em;
  }
  .medium-padding-left-more {
    padding-left: 3em;
  }
  .medium-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .medium-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .medium-padding-more {
    padding: 3em;
  }
  .medium-margin-top-more {
    margin-top: 3em;
  }
  .medium-margin-right-more {
    margin-right: 3em;
  }
  .medium-margin-bottom-more {
    margin-bottom: 3em;
  }
  .medium-margin-left-more {
    margin-left: 3em;
  }
  .medium-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .medium-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .medium-margin-more {
    margin: 3em;
  }
  .medium-padding-top-most {
    padding-top: 6em;
  }
  .medium-padding-right-most {
    padding-right: 6em;
  }
  .medium-padding-bottom-most {
    padding-bottom: 6em;
  }
  .medium-padding-left-most {
    padding-left: 6em;
  }
  .medium-padding-vertical-most {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .medium-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .medium-padding-most {
    padding: 6em;
  }
  .medium-margin-top-most {
    margin-top: 6em;
  }
  .medium-margin-right-most {
    margin-right: 6em;
  }
  .medium-margin-bottom-most {
    margin-bottom: 6em;
  }
  .medium-margin-left-most {
    margin-left: 6em;
  }
  .medium-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .medium-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .medium-margin-most {
    margin: 6em;
  }
  .medium-float-left {
    float: left !important;
  }
  .medium-float-right {
    float: right !important;
  }
  .medium-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .medium-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .medium-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .medium-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .medium-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .medium-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .medium-border-gray {
    border: 1px solid #dedfe1;
  }
  .medium-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .medium-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 45.063em) and (max-width: 60em) {
  .large-only-padding-top-none {
    padding-top: 0;
  }
  .large-only-padding-right-none {
    padding-right: 0;
  }
  .large-only-padding-bottom-none {
    padding-bottom: 0;
  }
  .large-only-padding-left-none {
    padding-left: 0;
  }
  .large-only-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .large-only-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .large-only-padding-none {
    padding: 0;
  }
  .large-only-margin-top-none {
    margin-top: 0;
  }
  .large-only-margin-right-none {
    margin-right: 0;
  }
  .large-only-margin-bottom-none {
    margin-bottom: 0;
  }
  .large-only-margin-left-none {
    margin-left: 0;
  }
  .large-only-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .large-only-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .large-only-margin-none {
    margin: 0;
  }
  .large-only-padding-top-less {
    padding-top: 1em;
  }
  .large-only-padding-right-less {
    padding-right: 1em;
  }
  .large-only-padding-bottom-less {
    padding-bottom: 1em;
  }
  .large-only-padding-left-less {
    padding-left: 1em;
  }
  .large-only-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .large-only-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .large-only-padding-less {
    padding: 1em;
  }
  .large-only-margin-top-less {
    margin-top: 1em;
  }
  .large-only-margin-right-less {
    margin-right: 1em;
  }
  .large-only-margin-bottom-less {
    margin-bottom: 1em;
  }
  .large-only-margin-left-less {
    margin-left: 1em;
  }
  .large-only-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .large-only-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .large-only-margin-less {
    margin: 1em;
  }
  .large-only-padding-top {
    padding-top: 2em;
  }
  .large-only-padding-right {
    padding-right: 2em;
  }
  .large-only-padding-bottom {
    padding-bottom: 2em;
  }
  .large-only-padding-left {
    padding-left: 2em;
  }
  .large-only-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .large-only-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .large-only-padding {
    padding: 2em;
  }
  .large-only-margin-top {
    margin-top: 2em;
  }
  .large-only-margin-right {
    margin-right: 2em;
  }
  .large-only-margin-bottom {
    margin-bottom: 2em;
  }
  .large-only-margin-left {
    margin-left: 2em;
  }
  .large-only-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .large-only-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .large-only-margin {
    margin: 2em;
  }
  .large-only-padding-top-more {
    padding-top: 3em;
  }
  .large-only-padding-right-more {
    padding-right: 3em;
  }
  .large-only-padding-bottom-more {
    padding-bottom: 3em;
  }
  .large-only-padding-left-more {
    padding-left: 3em;
  }
  .large-only-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .large-only-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .large-only-padding-more {
    padding: 3em;
  }
  .large-only-margin-top-more {
    margin-top: 3em;
  }
  .large-only-margin-right-more {
    margin-right: 3em;
  }
  .large-only-margin-bottom-more {
    margin-bottom: 3em;
  }
  .large-only-margin-left-more {
    margin-left: 3em;
  }
  .large-only-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .large-only-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .large-only-margin-more {
    margin: 3em;
  }
  .large-only-padding-top-most {
    padding-top: 6em;
  }
  .large-only-padding-right-most {
    padding-right: 6em;
  }
  .large-only-padding-bottom-most {
    padding-bottom: 6em;
  }
  .large-only-padding-left-most {
    padding-left: 6em;
  }
  .large-only-padding-vertical-most {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .large-only-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .large-only-padding-most {
    padding: 6em;
  }
  .large-only-margin-top-most {
    margin-top: 6em;
  }
  .large-only-margin-right-most {
    margin-right: 6em;
  }
  .large-only-margin-bottom-most {
    margin-bottom: 6em;
  }
  .large-only-margin-left-most {
    margin-left: 6em;
  }
  .large-only-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .large-only-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .large-only-margin-most {
    margin: 6em;
  }
  .large-only-float-left {
    float: left !important;
  }
  .large-only-float-right {
    float: right !important;
  }
  .large-only-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .large-only-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .large-only-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .large-only-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .large-only-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .large-only-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .large-only-border-gray {
    border: 1px solid #dedfe1;
  }
  .large-only-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-only-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-only-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-only-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-only-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-only-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-only-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 45.063em) {
  .large-padding-top-none {
    padding-top: 0;
  }
  .large-padding-right-none {
    padding-right: 0;
  }
  .large-padding-bottom-none {
    padding-bottom: 0;
  }
  .large-padding-left-none {
    padding-left: 0;
  }
  .large-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .large-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .large-padding-none {
    padding: 0;
  }
  .large-margin-top-none {
    margin-top: 0;
  }
  .large-margin-right-none {
    margin-right: 0;
  }
  .large-margin-bottom-none {
    margin-bottom: 0;
  }
  .large-margin-left-none {
    margin-left: 0;
  }
  .large-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .large-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .large-margin-none {
    margin: 0;
  }
  .large-padding-top-less {
    padding-top: 1em;
  }
  .large-padding-right-less {
    padding-right: 1em;
  }
  .large-padding-bottom-less {
    padding-bottom: 1em;
  }
  .large-padding-left-less {
    padding-left: 1em;
  }
  .large-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .large-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .large-padding-less {
    padding: 1em;
  }
  .large-margin-top-less {
    margin-top: 1em;
  }
  .large-margin-right-less {
    margin-right: 1em;
  }
  .large-margin-bottom-less {
    margin-bottom: 1em;
  }
  .large-margin-left-less {
    margin-left: 1em;
  }
  .large-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .large-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .large-margin-less {
    margin: 1em;
  }
  .large-padding-top {
    padding-top: 2em;
  }
  .large-padding-right {
    padding-right: 2em;
  }
  .large-padding-bottom {
    padding-bottom: 2em;
  }
  .large-padding-left {
    padding-left: 2em;
  }
  .large-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .large-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .large-padding {
    padding: 2em;
  }
  .large-margin-top {
    margin-top: 2em;
  }
  .large-margin-right {
    margin-right: 2em;
  }
  .large-margin-bottom {
    margin-bottom: 2em;
  }
  .large-margin-left {
    margin-left: 2em;
  }
  .large-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .large-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .large-margin {
    margin: 2em;
  }
  .large-padding-top-more {
    padding-top: 3em;
  }
  .large-padding-right-more {
    padding-right: 3em;
  }
  .large-padding-bottom-more {
    padding-bottom: 3em;
  }
  .large-padding-left-more {
    padding-left: 3em;
  }
  .large-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .large-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .large-padding-more {
    padding: 3em;
  }
  .large-margin-top-more {
    margin-top: 3em;
  }
  .large-margin-right-more {
    margin-right: 3em;
  }
  .large-margin-bottom-more {
    margin-bottom: 3em;
  }
  .large-margin-left-more {
    margin-left: 3em;
  }
  .large-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .large-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .large-margin-more {
    margin: 3em;
  }
  .large-padding-top-most {
    padding-top: 6em;
  }
  .large-padding-right-most {
    padding-right: 6em;
  }
  .large-padding-bottom-most {
    padding-bottom: 6em;
  }
  .large-padding-left-most {
    padding-left: 6em;
  }
  /* .large-padding-vertical-most, .section, .footer__container {
    padding-top: 6em;
    padding-bottom: 6em;
  } */
  .large-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .large-padding-most {
    padding: 6em;
  }
  .large-margin-top-most {
    margin-top: 6em;
  }
  .large-margin-right-most {
    margin-right: 6em;
  }
  .large-margin-bottom-most {
    margin-bottom: 6em;
  }
  .large-margin-left-most {
    margin-left: 6em;
  }
  .large-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .large-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .large-margin-most {
    margin: 6em;
  }
  .large-float-left {
    float: left !important;
  }
  .large-float-right {
    float: right !important;
  }
  .large-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .large-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .large-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .large-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .large-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .large-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .large-border-gray {
    border: 1px solid #dedfe1;
  }
  .large-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .large-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 60.063em) and (max-width: 90em) {
  .xlarge-only-padding-top-none {
    padding-top: 0;
  }
  .xlarge-only-padding-right-none {
    padding-right: 0;
  }
  .xlarge-only-padding-bottom-none {
    padding-bottom: 0;
  }
  .xlarge-only-padding-left-none {
    padding-left: 0;
  }
  .xlarge-only-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xlarge-only-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-only-padding-none {
    padding: 0;
  }
  .xlarge-only-margin-top-none {
    margin-top: 0;
  }
  .xlarge-only-margin-right-none {
    margin-right: 0;
  }
  .xlarge-only-margin-bottom-none {
    margin-bottom: 0;
  }
  .xlarge-only-margin-left-none {
    margin-left: 0;
  }
  .xlarge-only-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xlarge-only-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-only-margin-none {
    margin: 0;
  }
  .xlarge-only-padding-top-less {
    padding-top: 1em;
  }
  .xlarge-only-padding-right-less {
    padding-right: 1em;
  }
  .xlarge-only-padding-bottom-less {
    padding-bottom: 1em;
  }
  .xlarge-only-padding-left-less {
    padding-left: 1em;
  }
  .xlarge-only-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .xlarge-only-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .xlarge-only-padding-less {
    padding: 1em;
  }
  .xlarge-only-margin-top-less {
    margin-top: 1em;
  }
  .xlarge-only-margin-right-less {
    margin-right: 1em;
  }
  .xlarge-only-margin-bottom-less {
    margin-bottom: 1em;
  }
  .xlarge-only-margin-left-less {
    margin-left: 1em;
  }
  .xlarge-only-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .xlarge-only-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .xlarge-only-margin-less {
    margin: 1em;
  }
  .xlarge-only-padding-top {
    padding-top: 2em;
  }
  .xlarge-only-padding-right {
    padding-right: 2em;
  }
  .xlarge-only-padding-bottom {
    padding-bottom: 2em;
  }
  .xlarge-only-padding-left {
    padding-left: 2em;
  }
  .xlarge-only-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .xlarge-only-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .xlarge-only-padding {
    padding: 2em;
  }
  .xlarge-only-margin-top {
    margin-top: 2em;
  }
  .xlarge-only-margin-right {
    margin-right: 2em;
  }
  .xlarge-only-margin-bottom {
    margin-bottom: 2em;
  }
  .xlarge-only-margin-left {
    margin-left: 2em;
  }
  .xlarge-only-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xlarge-only-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .xlarge-only-margin {
    margin: 2em;
  }
  .xlarge-only-padding-top-more {
    padding-top: 3em;
  }
  .xlarge-only-padding-right-more {
    padding-right: 3em;
  }
  .xlarge-only-padding-bottom-more {
    padding-bottom: 3em;
  }
  .xlarge-only-padding-left-more {
    padding-left: 3em;
  }
  .xlarge-only-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .xlarge-only-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .xlarge-only-padding-more {
    padding: 3em;
  }
  .xlarge-only-margin-top-more {
    margin-top: 3em;
  }
  .xlarge-only-margin-right-more {
    margin-right: 3em;
  }
  .xlarge-only-margin-bottom-more {
    margin-bottom: 3em;
  }
  .xlarge-only-margin-left-more {
    margin-left: 3em;
  }
  .xlarge-only-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .xlarge-only-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .xlarge-only-margin-more {
    margin: 3em;
  }
  .xlarge-only-padding-top-most {
    padding-top: 6em;
  }
  .xlarge-only-padding-right-most {
    padding-right: 6em;
  }
  .xlarge-only-padding-bottom-most {
    padding-bottom: 6em;
  }
  .xlarge-only-padding-left-most {
    padding-left: 6em;
  }
  .xlarge-only-padding-vertical-most {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .xlarge-only-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .xlarge-only-padding-most {
    padding: 6em;
  }
  .xlarge-only-margin-top-most {
    margin-top: 6em;
  }
  .xlarge-only-margin-right-most {
    margin-right: 6em;
  }
  .xlarge-only-margin-bottom-most {
    margin-bottom: 6em;
  }
  .xlarge-only-margin-left-most {
    margin-left: 6em;
  }
  .xlarge-only-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .xlarge-only-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .xlarge-only-margin-most {
    margin: 6em;
  }
  .xlarge-only-float-left {
    float: left !important;
  }
  .xlarge-only-float-right {
    float: right !important;
  }
  .xlarge-only-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .xlarge-only-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .xlarge-only-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .xlarge-only-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .xlarge-only-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .xlarge-only-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .xlarge-only-border-gray {
    border: 1px solid #dedfe1;
  }
  .xlarge-only-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-only-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-only-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-only-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-only-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-only-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-only-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 60.063em) {
  .xlarge-padding-top-none {
    padding-top: 0;
  }
  .xlarge-padding-right-none {
    padding-right: 0;
  }
  .xlarge-padding-bottom-none {
    padding-bottom: 0;
  }
  .xlarge-padding-left-none {
    padding-left: 0;
  }
  .xlarge-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xlarge-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-padding-none {
    padding: 0;
  }
  .xlarge-margin-top-none {
    margin-top: 0;
  }
  .xlarge-margin-right-none {
    margin-right: 0;
  }
  .xlarge-margin-bottom-none {
    margin-bottom: 0;
  }
  .xlarge-margin-left-none {
    margin-left: 0;
  }
  .xlarge-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xlarge-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-margin-none {
    margin: 0;
  }
  .xlarge-padding-top-less {
    padding-top: 1em;
  }
  .xlarge-padding-right-less {
    padding-right: 1em;
  }
  .xlarge-padding-bottom-less {
    padding-bottom: 1em;
  }
  .xlarge-padding-left-less {
    padding-left: 1em;
  }
  .xlarge-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .xlarge-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .xlarge-padding-less {
    padding: 1em;
  }
  .xlarge-margin-top-less {
    margin-top: 1em;
  }
  .xlarge-margin-right-less {
    margin-right: 1em;
  }
  .xlarge-margin-bottom-less {
    margin-bottom: 1em;
  }
  .xlarge-margin-left-less {
    margin-left: 1em;
  }
  .xlarge-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .xlarge-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .xlarge-margin-less {
    margin: 1em;
  }
  .xlarge-padding-top {
    padding-top: 2em;
  }
  .xlarge-padding-right {
    padding-right: 2em;
  }
  .xlarge-padding-bottom {
    padding-bottom: 2em;
  }
  .xlarge-padding-left {
    padding-left: 2em;
  }
  .xlarge-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .xlarge-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .xlarge-padding {
    padding: 2em;
  }
  .xlarge-margin-top {
    margin-top: 2em;
  }
  .xlarge-margin-right {
    margin-right: 2em;
  }
  .xlarge-margin-bottom {
    margin-bottom: 2em;
  }
  .xlarge-margin-left {
    margin-left: 2em;
  }
  .xlarge-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xlarge-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .xlarge-margin {
    margin: 2em;
  }
  .xlarge-padding-top-more {
    padding-top: 3em;
  }
  .xlarge-padding-right-more {
    padding-right: 3em;
  }
  .xlarge-padding-bottom-more {
    padding-bottom: 3em;
  }
  .xlarge-padding-left-more {
    padding-left: 3em;
  }
  .xlarge-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .xlarge-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .xlarge-padding-more {
    padding: 3em;
  }
  .xlarge-margin-top-more {
    margin-top: 3em;
  }
  .xlarge-margin-right-more {
    margin-right: 3em;
  }
  .xlarge-margin-bottom-more {
    margin-bottom: 3em;
  }
  .xlarge-margin-left-more {
    margin-left: 3em;
  }
  .xlarge-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .xlarge-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .xlarge-margin-more {
    margin: 3em;
  }
  .xlarge-padding-top-most {
    padding-top: 6em;
  }
  .xlarge-padding-right-most {
    padding-right: 6em;
  }
  .xlarge-padding-bottom-most {
    padding-bottom: 6em;
  }
  .xlarge-padding-left-most {
    padding-left: 6em;
  }
  .xlarge-padding-vertical-most {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .xlarge-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .xlarge-padding-most {
    padding: 6em;
  }
  .xlarge-margin-top-most {
    margin-top: 6em;
  }
  .xlarge-margin-right-most {
    margin-right: 6em;
  }
  .xlarge-margin-bottom-most {
    margin-bottom: 6em;
  }
  .xlarge-margin-left-most {
    margin-left: 6em;
  }
  .xlarge-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .xlarge-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .xlarge-margin-most {
    margin: 6em;
  }
  .xlarge-float-left {
    float: left !important;
  }
  .xlarge-float-right {
    float: right !important;
  }
  .xlarge-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .xlarge-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .xlarge-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .xlarge-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .xlarge-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .xlarge-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .xlarge-border-gray {
    border: 1px solid #dedfe1;
  }
  .xlarge-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xlarge-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 99999999em) {
  .xxlarge-only-padding-top-none {
    padding-top: 0;
  }
  .xxlarge-only-padding-right-none {
    padding-right: 0;
  }
  .xxlarge-only-padding-bottom-none {
    padding-bottom: 0;
  }
  .xxlarge-only-padding-left-none {
    padding-left: 0;
  }
  .xxlarge-only-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xxlarge-only-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-only-padding-none {
    padding: 0;
  }
  .xxlarge-only-margin-top-none {
    margin-top: 0;
  }
  .xxlarge-only-margin-right-none {
    margin-right: 0;
  }
  .xxlarge-only-margin-bottom-none {
    margin-bottom: 0;
  }
  .xxlarge-only-margin-left-none {
    margin-left: 0;
  }
  .xxlarge-only-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xxlarge-only-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .xxlarge-only-margin-none {
    margin: 0;
  }
  .xxlarge-only-padding-top-less {
    padding-top: 1em;
  }
  .xxlarge-only-padding-right-less {
    padding-right: 1em;
  }
  .xxlarge-only-padding-bottom-less {
    padding-bottom: 1em;
  }
  .xxlarge-only-padding-left-less {
    padding-left: 1em;
  }
  .xxlarge-only-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .xxlarge-only-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .xxlarge-only-padding-less {
    padding: 1em;
  }
  .xxlarge-only-margin-top-less {
    margin-top: 1em;
  }
  .xxlarge-only-margin-right-less {
    margin-right: 1em;
  }
  .xxlarge-only-margin-bottom-less {
    margin-bottom: 1em;
  }
  .xxlarge-only-margin-left-less {
    margin-left: 1em;
  }
  .xxlarge-only-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .xxlarge-only-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .xxlarge-only-margin-less {
    margin: 1em;
  }
  .xxlarge-only-padding-top {
    padding-top: 2em;
  }
  .xxlarge-only-padding-right {
    padding-right: 2em;
  }
  .xxlarge-only-padding-bottom {
    padding-bottom: 2em;
  }
  .xxlarge-only-padding-left {
    padding-left: 2em;
  }
  .xxlarge-only-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .xxlarge-only-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .xxlarge-only-padding {
    padding: 2em;
  }
  .xxlarge-only-margin-top {
    margin-top: 2em;
  }
  .xxlarge-only-margin-right {
    margin-right: 2em;
  }
  .xxlarge-only-margin-bottom {
    margin-bottom: 2em;
  }
  .xxlarge-only-margin-left {
    margin-left: 2em;
  }
  .xxlarge-only-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xxlarge-only-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .xxlarge-only-margin {
    margin: 2em;
  }
  .xxlarge-only-padding-top-more {
    padding-top: 3em;
  }
  .xxlarge-only-padding-right-more {
    padding-right: 3em;
  }
  .xxlarge-only-padding-bottom-more {
    padding-bottom: 3em;
  }
  .xxlarge-only-padding-left-more {
    padding-left: 3em;
  }
  .xxlarge-only-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .xxlarge-only-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .xxlarge-only-padding-more {
    padding: 3em;
  }
  .xxlarge-only-margin-top-more {
    margin-top: 3em;
  }
  .xxlarge-only-margin-right-more {
    margin-right: 3em;
  }
  .xxlarge-only-margin-bottom-more {
    margin-bottom: 3em;
  }
  .xxlarge-only-margin-left-more {
    margin-left: 3em;
  }
  .xxlarge-only-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .xxlarge-only-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .xxlarge-only-margin-more {
    margin: 3em;
  }
  .xxlarge-only-padding-top-most {
    padding-top: 6em;
  }
  .xxlarge-only-padding-right-most {
    padding-right: 6em;
  }
  .xxlarge-only-padding-bottom-most {
    padding-bottom: 6em;
  }
  .xxlarge-only-padding-left-most {
    padding-left: 6em;
  }
  .xxlarge-only-padding-vertical-most {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .xxlarge-only-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .xxlarge-only-padding-most {
    padding: 6em;
  }
  .xxlarge-only-margin-top-most {
    margin-top: 6em;
  }
  .xxlarge-only-margin-right-most {
    margin-right: 6em;
  }
  .xxlarge-only-margin-bottom-most {
    margin-bottom: 6em;
  }
  .xxlarge-only-margin-left-most {
    margin-left: 6em;
  }
  .xxlarge-only-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .xxlarge-only-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .xxlarge-only-margin-most {
    margin: 6em;
  }
  .xxlarge-only-float-left {
    float: left !important;
  }
  .xxlarge-only-float-right {
    float: right !important;
  }
  .xxlarge-only-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .xxlarge-only-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .xxlarge-only-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .xxlarge-only-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .xxlarge-only-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .xxlarge-only-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .xxlarge-only-border-gray {
    border: 1px solid #dedfe1;
  }
  .xxlarge-only-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-only-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-only-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-only-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-only-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-only-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-only-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 90.063em) {
  .xxlarge-padding-top-none {
    padding-top: 0;
  }
  .xxlarge-padding-right-none {
    padding-right: 0;
  }
  .xxlarge-padding-bottom-none {
    padding-bottom: 0;
  }
  .xxlarge-padding-left-none {
    padding-left: 0;
  }
  .xxlarge-padding-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xxlarge-padding-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-padding-none {
    padding: 0;
  }
  .xxlarge-margin-top-none {
    margin-top: 0;
  }
  .xxlarge-margin-right-none {
    margin-right: 0;
  }
  .xxlarge-margin-bottom-none {
    margin-bottom: 0;
  }
  .xxlarge-margin-left-none {
    margin-left: 0;
  }
  .xxlarge-margin-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xxlarge-margin-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }
  .xxlarge-margin-none {
    margin: 0;
  }
  .xxlarge-padding-top-less {
    padding-top: 1em;
  }
  .xxlarge-padding-right-less {
    padding-right: 1em;
  }
  .xxlarge-padding-bottom-less {
    padding-bottom: 1em;
  }
  .xxlarge-padding-left-less {
    padding-left: 1em;
  }
  .xxlarge-padding-vertical-less {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .xxlarge-padding-horizontal-less {
    padding-left: 1em;
    padding-right: 1em;
  }
  .xxlarge-padding-less {
    padding: 1em;
  }
  .xxlarge-margin-top-less {
    margin-top: 1em;
  }
  .xxlarge-margin-right-less {
    margin-right: 1em;
  }
  .xxlarge-margin-bottom-less {
    margin-bottom: 1em;
  }
  .xxlarge-margin-left-less {
    margin-left: 1em;
  }
  .xxlarge-margin-vertical-less {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .xxlarge-margin-horizontal-less {
    margin-left: 1em;
    margin-right: 1em;
  }
  .xxlarge-margin-less {
    margin: 1em;
  }
  .xxlarge-padding-top {
    padding-top: 2em;
  }
  .xxlarge-padding-right {
    padding-right: 2em;
  }
  .xxlarge-padding-bottom {
    padding-bottom: 2em;
  }
  .xxlarge-padding-left {
    padding-left: 2em;
  }
  .xxlarge-padding-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .xxlarge-padding-horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }
  .xxlarge-padding {
    padding: 2em;
  }
  .xxlarge-margin-top {
    margin-top: 2em;
  }
  .xxlarge-margin-right {
    margin-right: 2em;
  }
  .xxlarge-margin-bottom {
    margin-bottom: 2em;
  }
  .xxlarge-margin-left {
    margin-left: 2em;
  }
  .xxlarge-margin-vertical {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xxlarge-margin-horizontal {
    margin-left: 2em;
    margin-right: 2em;
  }
  .xxlarge-margin {
    margin: 2em;
  }
  .xxlarge-padding-top-more {
    padding-top: 3em;
  }
  .xxlarge-padding-right-more {
    padding-right: 3em;
  }
  .xxlarge-padding-bottom-more {
    padding-bottom: 3em;
  }
  .xxlarge-padding-left-more {
    padding-left: 3em;
  }
  .xxlarge-padding-vertical-more {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .xxlarge-padding-horizontal-more {
    padding-left: 3em;
    padding-right: 3em;
  }
  .xxlarge-padding-more {
    padding: 3em;
  }
  .xxlarge-margin-top-more {
    margin-top: 3em;
  }
  .xxlarge-margin-right-more {
    margin-right: 3em;
  }
  .xxlarge-margin-bottom-more {
    margin-bottom: 3em;
  }
  .xxlarge-margin-left-more {
    margin-left: 3em;
  }
  .xxlarge-margin-vertical-more {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .xxlarge-margin-horizontal-more {
    margin-left: 3em;
    margin-right: 3em;
  }
  .xxlarge-margin-more {
    margin: 3em;
  }
  .xxlarge-padding-top-most {
    padding-top: 6em;
  }
  .xxlarge-padding-right-most {
    padding-right: 6em;
  }
  .xxlarge-padding-bottom-most {
    padding-bottom: 6em;
  }
  .xxlarge-padding-left-most {
    padding-left: 6em;
  }
  .xxlarge-padding-vertical-most {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .xxlarge-padding-horizontal-most {
    padding-left: 6em;
    padding-right: 6em;
  }
  .xxlarge-padding-most {
    padding: 6em;
  }
  .xxlarge-margin-top-most {
    margin-top: 6em;
  }
  .xxlarge-margin-right-most {
    margin-right: 6em;
  }
  .xxlarge-margin-bottom-most {
    margin-bottom: 6em;
  }
  .xxlarge-margin-left-most {
    margin-left: 6em;
  }
  .xxlarge-margin-vertical-most {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .xxlarge-margin-horizontal-most {
    margin-left: 6em;
    margin-right: 6em;
  }
  .xxlarge-margin-most {
    margin: 6em;
  }
  .xxlarge-float-left {
    float: left !important;
  }
  .xxlarge-float-right {
    float: right !important;
  }
  .xxlarge-border-top-gray {
    border-top: 1px solid #dedfe1;
  }
  .xxlarge-border-right-gray {
    border-right: 1px solid #dedfe1;
  }
  .xxlarge-border-bottom-gray {
    border-bottom: 1px solid #dedfe1;
  }
  .xxlarge-border-left-gray {
    border-left: 1px solid #dedfe1;
  }
  .xxlarge-border-vertical-gray {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
  }
  .xxlarge-border-horizontal-gray {
    border-left: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
  }
  .xxlarge-border-gray {
    border: 1px solid #dedfe1;
  }
  .xxlarge-border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-border-right-light {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-border-left-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-border-vertical-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-border-horizontal-light {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .xxlarge-border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.white, .white-opacity, .language-selector, .white-link--opacity, .new-label, .round-label, .white-header .menu-item,
.right-off-canvas-menu .menu-item, .footer-label, .btn-primary {
  font-smoothing: antialiased;
}

.event-title-two {
  margin-top: 6.8em;
}

@media only screen and (max-width: 25em) {
  .event-title-two {
    margin-top: 4em;
  }
}

.event-title-three {
  margin-top: 10.5em;
}

@media only screen and (max-width: 25em) {
  .event-title-three {
    margin-top: 1.5em;
  }
}

.event-title-four {
  margin-top: 10.7em;
}

@media only screen and (max-width: 25em) {
  .event-title-four {
    margin-top: 5.5em;
  }
}

.event-title-five {
  margin-top: 10em;
}

@media only screen and (max-width: 25em) {
  .event-title-five {
    margin-top: 6.5em;
  }
}

.event-title-six {
  margin-top: 12em;
}

@media only screen and (max-width: 25em) {
  .event-title-six {
    margin-top: 7.5em;
  }
}

.first-item:after {
  top: 4%;
}

.second-item:before {
  top: 19%;
}

.third-item:after {
  top: 44%;
}

.fourth-item:before {
  top: 53.5%;
}

.fifth-item:after {
  top: 88.5%;
}

.sixth-item:before {
  top: 90%;
}

@media only screen and (max-width: 25em) {
  .first-item:after {
    top: 2.7%;
  }
  .second-item:before {
    top: 18%;
  }
  .third-item:after {
    top: 41.5%;
  }
  .fourth-item:before {
    top: 50%;
  }
  .fifth-item:after {
    top: 82.5%;
  }
  .sixth-item:before {
    top: 83.75%;
  }
}

.search-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 40px;
  top: 10px;
}

.small-icon {
  height: .95em;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 2em;
}

.feature-container {
  position: relative;
  margin: 4rem auto;
  width: 20rem;
}

@media only screen and (min-width: 45.063em) {
  .feature-container {
    width: 37.5rem;
    margin: auto;
  }
}

.feature-image {
  height: 6em;
}

@media only screen and (min-width: 45.063em) {
  .feature-image {
    height: 10em;
  }
}

.feature-icon {
  position: absolute;
}

.feature-icon.feature-1 {
  top: -26%;
  right: 39%;
}

.feature-icon.feature-2 {
  top: 15%;
  right: -20%;
}

.feature-icon.feature-3 {
  top: 75%;
  right: -7%;
}

.feature-icon.feature-4 {
  bottom: -27%;
  right: 43.5%;
}

.feature-icon.feature-5 {
  top: 75%;
  left: -15%;
}

.feature-icon.feature-6 {
  top: 15%;
  left: -10%;
}

@media only screen and (max-width: 25em) {
  .feature-icon > .feature-label {
    display: none;
  }
  .feature-icon.feature-1 {
    top: -18%;
    right: 44.5%;
  }
  .feature-icon.feature-2 {
    top: 14%;
    right: 17%;
  }
  .feature-icon.feature-3 {
    top: 71%;
    right: 16%;
  }
  .feature-icon.feature-4 {
    bottom: -20%;
    right: 44.5%;
  }
  .feature-icon.feature-5 {
    top: 71%;
    left: 16%;
  }
  .feature-icon.feature-6 {
    top: 14%;
    left: 17%;
  }
}

@media only screen and (min-width: 45.063em) {
  .feature-icon > .feature-label {
    display: inline-block;
  }
  .feature-icon.feature-1 {
    top: -15%;
    right: 44%;
  }
  .feature-icon.feature-2 {
    top: 20%;
    right: 2%;
  }
  .feature-icon.feature-3 {
    top: 74%;
    right: 9%;
  }
  .feature-icon.feature-4 {
    bottom: -17%;
    right: 46.1%;
  }
  .feature-icon.feature-5 {
    top: 75%;
    left: 4%;
  }
  .feature-icon.feature-6 {
    top: 20%;
    left: 7%;
  }
}

.quote-anim {
  -webkit-animation: pop .5s;
          animation: pop .5s;
}

.quote-anim:before {
  content: '';
  display: inline-block;
  background-image: url("../images/quote.fbaa662b.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.ghost {
  -webkit-animation: ghost-move 16s both cubic-bezier(0.42, 0, 0.58, 0) 2s alternate infinite;
          animation: ghost-move 16s both cubic-bezier(0.42, 0, 0.58, 0) 2s alternate infinite;
}

.ghost-shadow {
  -webkit-animation: shadow-move 16s both cubic-bezier(0.42, 0, 0.58, 0) 2s alternate infinite;
          animation: shadow-move 16s both cubic-bezier(0.42, 0, 0.58, 0) 2s alternate infinite;
}

.project-box {
  border: solid 1px #ededed;
  border-radius: 9px;
  -webkit-transition: border .3s;
          transition: border .3s;
}

.project-box:hover {
  border: solid 1px #adafc3;
}

.brand-content > .row {
  margin: 0;
}

.brand-guide .side-nav {
  background: none;
}

.brand-guide .medium-white-fade-top {
  box-shadow: 0 -107px 300px 300px #fff;
  position: relative;
  z-index: 51;
}

.brand-guide .cta {
  position: relative;
  z-index: 51;
  bottom: -1px;
}

.brand-guide .table {
  padding: 20px 0;
}

.brand-guide .table .row {
  margin: 0;
}

.brand-content {
  border-left: 1px solid #dedfe1;
  z-index: 52;
}

.brand-content hr {
  margin: 40px 0;
}

.brand-content h5, .brand-content .h5 {
  margin-top: 20px;
}

.brand-content .download {
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  position: absolute;
  right: 33px;
  margin-top: -23px;
  display: none;
}

.brand-content .color-profile {
  margin-left: 3%;
  width: 45%;
}

.brand-content .color-profile h5, .brand-content .color-profile .h5 {
  color: #fff;
  margin-top: 30px;
}

.brand-content .color-profile ul {
  margin-top: 80px;
  margin-left: 0;
  list-style-type: none;
}

.brand-content .color-profile ul li {
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.brand-content .image:hover {
  background: #293c92;
}

.brand-content .image:hover img {
  opacity: .2;
}

.brand-content .image:hover .download {
  display: block;
}

.brand-content .inline-list {
  padding: 8px 0;
  background-color: #fafafb;
  border: 1px solid #dedfe1;
  border-top: 0;
}

.brand-content .capitalization {
  border: 1px solid #dedfe1;
}

.pricing {
  max-width: 58.75rem;
}

@media only screen and (min-width: 45.063em) {
  .pricing {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}

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

@media only screen and (min-width: 60.063em) {
  .pricing-column {
    border-left: 1px solid #dedfe1;
    text-align: left;
  }
}

.btn.orange-bg:hover, .orange-bg.btn-primary:hover {
  background: rgba(245, 166, 35, 0.85);
}

.pricing-features {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 45.063em) {
  .pricing-features {
    left: -58px;
    background: #FFFFFF;
    text-align: left;
  }
}

.pricing-features .row > .column, .pricing-features .row > .page__wallet__primary__control__text, .pricing-features .row > .page__wallet__primary__control__illustration {
  padding: 9% 0;
  margin: 30px 0;
}

@media only screen and (min-width: 45.063em) {
  .pricing-features .row > .column, .pricing-features .row > .page__wallet__primary__control__text, .pricing-features .row > .page__wallet__primary__control__illustration {
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 45.063em) {
  .pricing-features .row > .column:first-child, .pricing-features .row > .page__wallet__primary__control__text:first-child, .pricing-features .row > .page__wallet__primary__control__illustration:first-child {
    padding: 8% 0 0 11%;
    background: #FFFFFF;
  }
  .pricing-features .row > .column:last-child, .pricing-features .row > .page__wallet__primary__control__text:last-child, .pricing-features .row > .page__wallet__primary__control__illustration:last-child {
    top: 41px;
    right: -65px;
    padding: 11% 20% 12% 19%;
  }
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
  background: #fff;
  min-width: 100%;
  z-index: 50;
}

[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

div#intercom-launcher,
div#intercom-messenger {
  display: none !important;
}

.page__home__solution-card, .page__home__cta-card {
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(31, 31, 31, 0.05);
}

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

.page__home__cta {
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: .8rem 3rem;
  font-size: 1.1rem;
}

.page__home__cta:hover {
  color: #fff;
}

.page__home__mast {
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 45.063em) {
  .page__home__mast {
    text-align: left;
    margin: 0;
  }
}

.page__home__mast__heading, .page__home__mast__lead {
  color: #fff;
}

.page__home__mast__heading {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.1;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 45.063em) {
  .page__home__mast__heading {
    font-size: 2.8rem;
    line-height: 1;
  }
}

.page__home__mast__lead {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 2rem 0;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.page__home__trust__logos {
  text-align: center;
}

@media only screen and (min-width: 45.063em) {
  .page__home__trust__logos {
    overflow: hidden;
    max-height: 4rem;
  }
}

.page__home__trust__heading {
  margin: 1rem;
  font-size: .7rem;
  color: #cacacc;
}

@media only screen and (min-width: 45.063em) {
  .page__home__trust__heading {
    text-align: left;
  }
}

.page__home__gradient-down {
  background-image: -webkit-linear-gradient(top, #fff, #f6f9ff);
  background-image: linear-gradient(to bottom, #fff, #f6f9ff);
}

.page__home__gradient-up {
  background-image: -webkit-linear-gradient(bottom, #fff, #f6f9ff);
  background-image: linear-gradient(to top, #fff, #f6f9ff);
}

.page__home__solution-heading {
  margin-bottom: 3rem;
  text-align: center;
}

a:hover > .page__home__solution-card {
  background-color: #fcfeff;
  box-shadow: 0 24px 48px 0 rgba(31, 31, 60, 0.05);
  top: -5px;
}

.page__home__solution-card {
  padding: 2rem 4rem;
  position: relative;
  top: 0;
  -webkit-transition: top .2s;
          transition: top .2s;
  margin-bottom: 2rem;
}

.page__home__solution-card__icon {
  margin: .5rem;
}

.page__home__solution-card__heading {
  font-weight: 500;
  color: #293c92;
  font-size: 1.1rem;
}

.page__home__solution-card__description {
  color: #565966;
}

.page__home__primary-heading, .page__wallet__primary-heading {
  font-size: 1.6rem;
  font-weight: 300;
  color: #272d3d;
}

@media only screen and (min-width: 45.063em) {
  .page__home__primary-heading, .page__wallet__primary-heading {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}

.page__home__primary-text {
  color: #6b757d;
}

@media only screen and (min-width: 45.063em) {
  .page__home__primary-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 45.063em) {
  .page__home__primary__img-accept {
    position: relative;
    top: -4rem;
  }
}

.page__home__primary__img-wallet {
  max-height: 600px;
}

@media only screen and (min-width: 45.063em) {
  .page__home__primary__img-wallet {
    position: relative;
    top: -4rem;
    left: 10rem;
  }
}

.page__home__cta-card {
  padding: 4rem 2rem 2rem;
}

.page__home__cta-card__icon {
  position: relative;
  top: -6rem;
  height: 0;
}

.page__home__cta-card__heading {
  margin-bottom: 2rem;
}

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

.page__wallet__splash__content {
  margin-top: 2rem;
  text-align: center;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__splash__content {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 60.063em) {
  .page__wallet__splash__content {
    margin-top: 10rem;
  }
}

.page__wallet__splash__heading {
  font-size: 1.7rem;
  color: #fff;
  margin: 1rem;
  line-height: 1.3;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__splash__heading {
    font-size: 2rem;
  }
}

.page__wallet__splash__lead {
  font-size: 1.2rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.page__wallet__splash__illustration {
  max-height: 350px;
}

.page__wallet__platforms {
  text-align: center;
  z-index: 10;
  position: relative;
}

.page__wallet__platforms__platform {
  color: #e1e5f9;
  padding: 1rem;
  display: inline-block;
}

.page__wallet__platforms__platform:hover, .page__wallet__platforms__platform:focus {
  color: #1e3186;
}

.page__wallet__platforms__platform:active {
  color: #253da7;
}

.page__wallet__platforms__platform__icon svg {
  height: 25px;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__platforms__platform {
    padding: 1rem 2rem;
  }
  .page__wallet__platforms__platform__icon svg {
    height: 35px;
  }
}

@media only screen and (min-width: 60.063em) {
  .page__wallet__platforms__platform {
    padding: 1rem 3rem;
  }
  .page__wallet__platforms__platform__icon svg {
    height: 45px;
  }
}

.page__wallet__secondary-text {
  color: #6b757d;
  font-size: 1rem;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__secondary-text {
    font-size: 1.1rem;
  }
}

.page__wallet__secondary-text--callout {
  color: #bcc1c5;
  border-left: 2px solid #eee;
  padding: .5rem 0 .5rem 2rem;
}

.page__wallet__primary-text {
  color: #6b757d;
  font-size: 1.2rem;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__primary-text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__primary__control {
    margin-top: 3rem;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__primary__control__text {
    padding-top: 1rem;
  }
}

@media only screen and (min-width: 60.063em) {
  .page__wallet__primary__control__text {
    padding-top: 6rem;
  }
}

.page__wallet__primary__control__illustration {
  text-align: center;
}

.page__wallet__primary__control__img-control {
  max-height: 400px;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__primary__control__img-control {
    max-height: 600px;
  }
  /* github.com/necolas/normalize.css */
}

.page__wallet__primary__secure {
  text-align: center;
}

.page__wallet__primary__secure > .page__wallet__primary-heading,
.page__wallet__primary__secure .page__wallet__primary-text,
.page__wallet__primary__secure .page__wallet__secondary-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.page__wallet__primary__secure__lock svg {
  height: 20px;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__primary__fast {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 60.063em) {
  .page__wallet__primary__fast {
    padding-bottom: 0;
  }
}

.page__wallet__primary__fast__illustration {
  position: relative;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__primary__fast__illustration {
    top: -4rem;
  }
}

@media only screen and (min-width: 60.063em) {
  .page__wallet__primary__fast__illustration {
    top: -10rem;
  }
}

.page__wallet__download {
  text-align: center;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__download {
    padding-top: 0;
  }
}

.page__wallet__download__heading {
  text-align: center;
  font-size: 1.6rem;
  color: #272d3d;
  padding: 0 1rem;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__download__heading {
    font-size: 2.6rem;
  }
}

.page__wallet__download__subheading {
  text-align: center;
  font-size: 1.1rem;
  color: #6b757d;
  margin-bottom: 2rem;
  padding: 0 1rem;
}


@media only screen and (min-width: 45.063em) {
  .page__wallet__download__subheading {
    font-size: 1.8rem;
  }
}

.page__wallet__download__blocks {
  text-align: center;
}

.page__wallet__download__block {
  display: inline-block;
  padding: 1rem;
  margin: 4px;
  background-color: #1f3384;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  width: 145px;
  box-shadow: 0 12px 24px 0 rgba(31, 31, 31, 0.1);
}

.page__wallet__download__block:hover, .page__wallet__download__block:focus {
  color: #fff;
  background-color: #15235b;
  box-shadow: 0 24px 48px 0 rgba(31, 31, 60, 0.1);
}

.page__wallet__download__block__action {
  color: rgba(255, 255, 255, 0.6);
}

.page__wallet__download__block__location {
  font-weight: 500;
}

.page__wallet__download__block__icon {
  margin-bottom: .5rem;
}

.page__wallet__download__block__icon svg {
  height: 35px;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__download__block__icon svg {
    height: 45px;
  }
}

@media only screen and (min-width: 25.063em) {
  .page__wallet__download__block {
    margin: .5rem;
  }
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__download__block {
    padding: 1.5rem;
    width: 165px;
  }
}

@media only screen and (min-width: 90.063em) {
  .page__wallet__download__block {
    margin: 1rem;
    padding: 2rem;
    width: 180px;
  }
}

.page__wallet__download__separator {
  display: inline-block;
  width: 0;
  height: 0;
  margin: -2px;
}

@media only screen and (min-width: 45.063em) {
  .page__wallet__download__separator {
    display: block;
  }
}

@media only screen and (min-width: 1250px) {
  .page__wallet__download__separator {
    display: inline-block;
  }
}

@media all and (min-width: 960px) {
.responsiveFont{
    font-size: 18px;
  }
}

@media all and (max-width: 959px) and (min-width: 600px) {
responsiveFont{
    font-size: 18px;
  }
}

@media all and (max-width: 599px) and (min-width: 50px) {
responsiveFont{
    font-size: 3vw;
  }
}

button {
  margin: 20px !important;
  padding: 10px;
}

.currency-button img {
  border-radius: 50%;
}

.currency-button>p{
  text-transform: capitalize;
  font-family:  'Montserrat';
}

#prev-btn {
  display: block;
  position: absolute;
  bottom: 0px;
  margin: 0px;
  left: 0px;
  border-radius: 10px;
  font-family:  'Montserrat';
}

#next-btn {
  display: block; 
  position: absolute;
  bottom: 0px;
  margin: 0px;
  right: 0px;
  border-radius: 10px;
  font-family:  'Montserrat';
}

.section {
  flex: 1;
}

.section>h5{
  font-family:  'Montserrat';
}

.pay-logo {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.19); /* set the initial shadow */
  transition: box-shadow 0.3s ease-in-out; 
}

.pay-logo:hover {
  box-shadow: 0px 0px 50px 20px rgb(255 255 255 / 20%); /* set the shadow on hover */
}

.bytefederal-logo {
  filter: drop-shadow(0px 0px 0px #ec040145); /* initial shadow value */
  animation: pulsate 2s ease-in-out infinite; /* animate the shadow */
}

@keyframes pulsate {
  0% {
    filter: drop-shadow(0px 0px 0px #ec040145); /* start with no shadow */
  }
  50% {
    filter: drop-shadow(0px 0px 20px #ec040145); /* increase shadow at 50% of animation */
  }
  100% {
    filter: drop-shadow(0px 0px 0px #ec040145); /* end with no shadow */
  }
}

.Montserrat {
  font-family: 'Montserrat';
}
