/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/*b,
strong {
  font-weight: bolder;
}*/
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'BarlowSemiCond';
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: url("fonts/BarlowSemiCondensed-Regular.83cdb19ad829.woff2") format('woff2'), url("fonts/BarlowSemiCondensed-Regular.82374f7c948c.woff") format('woff'), url("fonts/BarlowSemiCondensed-Regular.f761c842fc82.ttf") format('truetype'), url("fonts/BarlowSemiCondensed-Regular.7bb3ebc8570e.eot") format('embedded-opentype');
  font-display: swap;
}
@font-face {
  font-family: 'BarlowSemiCond';
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  src: url("fonts/BarlowSemiCondensed-Italic.eb3bc0425b86.woff2") format('woff2'), url("fonts/BarlowSemiCondensed-Italic.471dde2d9334.woff") format('woff'), url("fonts/BarlowSemiCondensed-Italic.a62d600d81f2.ttf") format('truetype'), url("fonts/BarlowSemiCondensed-Italic.20f22a647f02.eot") format('embedded-opentype');
  font-display: swap;
}
@font-face {
  font-family: 'BarlowSemiCond';
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  src: url("fonts/BarlowSemiCondensed-Bold.51870a721293.woff2") format('woff2'), url("fonts/BarlowSemiCondensed-Bold.5fd0de8fedff.woff") format('woff'), url("fonts/BarlowSemiCondensed-Bold.70e296bf741f.ttf") format('truetype'), url("fonts/BarlowSemiCondensed-Bold.5e1c45a5221c.eot") format('embedded-opentype');
  font-display: swap;
}
@font-face {
  font-family: 'BarlowSemiCond';
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  src: url("fonts/BarlowSemiCondensed-BoldItalic.7f5407032069.woff2") format('woff2'), url("fonts/BarlowSemiCondensed-BoldItalic.08e816b35885.woff") format('woff'), url("fonts/BarlowSemiCondensed-BoldItalic.6e89514f1f04.ttf") format('truetype'), url("fonts/BarlowSemiCondensed-BoldItalic.811e70e3e090.eot") format('embedded-opentype');
  font-display: swap;
}
button > span {
  pointer-events: none;
}
button[disabled] {
  cursor: not-allowed;
}
.btn {
  display: inline-block;
  vertical-align: baseline;
  padding: 0.45em 0.75em 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  border-width: 0;
  cursor: pointer;
  color: #fff;
  background-color: #367087;
  background-image: none;
  border-color: #275263;
}
.btn:hover,
.btn:focus {
  background-color: #448097;
  background-image: none;
}
.btn:active {
  background-color: #275263;
  background-image: none;
}
.dark-bg .btn {
  color: #2a2a2a;
  background-color: #dcb137;
  background-image: none;
  border-color: #bf9621;
}
.dark-bg .btn:hover,
.dark-bg .btn:focus {
  background-color: #fedf7d;
  background-image: none;
}
.dark-bg .btn:active {
  background-color: #bf9621;
  background-image: none;
}
.btn-reset {
  margin: 0;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
.btn-3d {
  border-bottom-width: 2px;
  border-style: solid;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  color: #fff;
  background-color: #367087;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ca0ae), to(#367087));
  background-image: -webkit-linear-gradient(#7ca0ae, #367087);
  background-image: -o-linear-gradient(#7ca0ae, #367087);
  background-image: linear-gradient(#7ca0ae, #367087);
  border-color: #275263;
}
.btn-3d:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.btn-3d:hover,
.btn-3d:focus {
  background-color: #448097;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8cabb8), to(#448097));
  background-image: -webkit-linear-gradient(#8cabb8, #448097);
  background-image: -o-linear-gradient(#8cabb8, #448097);
  background-image: linear-gradient(#8cabb8, #448097);
}
.btn-3d:active {
  background-color: #275263;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#367087), to(#7ca0ae));
  background-image: -webkit-linear-gradient(#367087, #7ca0ae);
  background-image: -o-linear-gradient(#367087, #7ca0ae);
  background-image: linear-gradient(#367087, #7ca0ae);
}
.dark-bg .btn-3d {
  color: #2a2a2a;
  background-color: #dcb137;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fedf7d), to(#dcb137));
  background-image: -webkit-linear-gradient(#fedf7d, #dcb137);
  background-image: -o-linear-gradient(#fedf7d, #dcb137);
  background-image: linear-gradient(#fedf7d, #dcb137);
  border-color: #bf9621;
}
.dark-bg .btn-3d:hover,
.dark-bg .btn-3d:focus {
  background-color: #fedf7d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fee596), to(#e4c262));
  background-image: -webkit-linear-gradient(#fee596, #e4c262);
  background-image: -o-linear-gradient(#fee596, #e4c262);
  background-image: linear-gradient(#fee596, #e4c262);
}
.dark-bg .btn-3d:active {
  background-color: #bf9621;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dcb137), to(#fedf7d));
  background-image: -webkit-linear-gradient(#dcb137, #fedf7d);
  background-image: -o-linear-gradient(#dcb137, #fedf7d);
  background-image: linear-gradient(#dcb137, #fedf7d);
}
.btn-hero {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (min-width: 50em) {
  .btn-hero {
    padding: 0.875em 1em 1em;
  }
}
.btn-report {
  color: #fff;
  background-color: #b15517;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de8562), to(#b15517));
  background-image: -webkit-linear-gradient(#de8562, #b15517);
  background-image: -o-linear-gradient(#de8562, #b15517);
  background-image: linear-gradient(#de8562, #b15517);
  border-color: #843f11;
}
.btn-report:hover,
.btn-report:focus {
  background-color: #de6428;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de8562), to(#de6428));
  background-image: -webkit-linear-gradient(#de8562, #de6428);
  background-image: -o-linear-gradient(#de8562, #de6428);
  background-image: linear-gradient(#de8562, #de6428);
}
.btn-report:active {
  background-color: #843f11;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b15517), to(#de8562));
  background-image: -webkit-linear-gradient(#b15517, #de8562);
  background-image: -o-linear-gradient(#b15517, #de8562);
  background-image: linear-gradient(#b15517, #de8562);
}
html {
  font-size: 100%;
  font-size: -webkit-calc(1em + 1.25 * ( (100vw - 500px) / (1000 - 500) ) );
  font-size: calc(1em + 1.25 * ( (100vw - 500px) / (1000 - 500) ) );
  line-height: 1.5;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  position: relative;
  font-family: 'BarlowSemiCond', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #2a2a2a;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dd,
p,
figure,
pre,
table,
fieldset,
hr,
.form-group {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
input,
textarea,
select,
button {
  font-family: inherit;
}
a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
a,
button {
  word-break: break-word;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
  letter-spacing: 0.5px;
}
i,
em,
cite {
  font-style: italic;
}
h1,
h2,
h3,
h4 {
  letter-spacing: 0.25px;
}
h1,
h2 {
  line-height: 1.25;
}
h1 {
  font-size: 2em;
  font-size: -webkit-calc(1.5em + 2 * ( (100vw - 200px) / 200 ) );
  font-size: calc(1.5em + 2 * ( (100vw - 200px) / 200 ) );
  padding-bottom: 0.25em;
  color: #de6428;
  border-bottom: 1px solid #4a4a4a;
}
h3 {
  color: #de6428;
}
a {
  color: #367087;
  text-decoration-skip-ink: auto;
}
.dark-bg a {
  color: #fedf7d;
}
nav a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
sup {
  font-size: 0.7em;
}
abbr {
  font-size: 0.9em;
  letter-spacing: 0.02em;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
abbr[title] {
  cursor: help;
}
ol,
ul {
  padding-left: 0;
}
ol > li,
ul > li {
  margin-left: 1.5em;
  margin-left: -webkit-calc(1.5em + 1 * ( (100vw - 300px) / (500 - 300) ));
  margin-left: calc(1.5em + 1 * ( (100vw - 300px) / (500 - 300) ));
}
.big-numbers {
  counter-reset: li;
  padding-left: 0;
}
.big-numbers > li {
  position: relative;
  padding-left: 0.5em;
  list-style: none;
}
.big-numbers > li:before {
  content: counter(li) ".";
  counter-increment: li;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 0;
  left: -2em;
  width: 2em;
}
.callout {
  display: block;
  padding: 1em 1em 1.25em;
  padding-left: -webkit-calc(0.75rem + 1 * ( (100vw - 300px) / (500 - 300) ));
  padding-left: calc(0.75rem + 1 * ( (100vw - 300px) / (500 - 300) ));
  padding-right: -webkit-calc(0.75rem + 1 * ( (100vw - 300px) / (500 - 300) ));
  padding-right: calc(0.75rem + 1 * ( (100vw - 300px) / (500 - 300) ));
  font-style: italic;
  border: 2px solid #ddd;
}
.callout strong {
  color: #b15517;
}
.callout > :last-child {
  margin-bottom: 0;
}
.content {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.dark-bg * {
  color: #fff;
}
.dark-bg * h1 {
  color: #fedf7d;
  border-bottom-color: #fff;
}
.content-block-wrapper {
  position: relative;
  z-index: auto;
  width: 100%;
}
.content-block-wrapper.about-mka {
  background-color: #2a2a2a;
}
.content-block-wrapper.signup {
  background-color: #fff;
}
.content-block-wrapper.faq {
  background-color: #367087;
  background-image: -webkit-radial-gradient(#367087 30%, #275263 110%);
  background-image: -o-radial-gradient(#367087 30%, #275263 110%);
  background-image: radial-gradient(#367087 30%, #275263 110%);
}
@supports (background-blend-mode: multiply) {
  .content-block-wrapper.about-mka,
  .content-block-wrapper.signup,
  .content-block-wrapper.faq {
    background-color: transparent;
    background-image: none;
  }
  .content-block-wrapper::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
  }
  .content-block-wrapper.about-mka::after {
    background-image: url("images/bg-aboutmka.8231274c3cd5.jpg"), -webkit-radial-gradient(#515151, #515151);
    background-image: url("images/bg-aboutmka.8231274c3cd5.jpg"), -o-radial-gradient(#515151, #515151);
    background-image: url("images/bg-aboutmka.8231274c3cd5.jpg"), radial-gradient(#515151, #515151);
    background-position: center 20%;
  }
  .content-block-wrapper.signup::after {
    background-image: url("images/bg-signup.f0e352d4d796.jpg");
    opacity: 0.3;
  }
  .content-block-wrapper.faq::after {
    background-image: -webkit-radial-gradient(#367087 30%, #275263 110%);
    background-image: -o-radial-gradient(#367087 30%, #275263 110%);
    background-image: radial-gradient(#367087 30%, #275263 110%);
    background-image: url("images/bg-faq.b54d8a974df1.jpg"), -webkit-radial-gradient(#367087, #448097);
    background-image: url("images/bg-faq.b54d8a974df1.jpg"), -o-radial-gradient(#367087, #448097);
    background-image: url("images/bg-faq.b54d8a974df1.jpg"), radial-gradient(#367087, #448097);
  }
}
.content-block {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 60rem;
  padding: 2em 1em;
  padding-left: -webkit-calc(1rem + 5 * ( (100vw - 300px) / (500 - 300) ));
  padding-left: calc(1rem + 5 * ( (100vw - 300px) / (500 - 300) ));
  padding-right: -webkit-calc(1rem + 5 * ( (100vw - 300px) / (500 - 300) ));
  padding-right: calc(1rem + 5 * ( (100vw - 300px) / (500 - 300) ));
}
.content-block.flat {
  padding-top: 0;
  padding-bottom: 0;
}
.column-limit {
  max-width: 35rem;
}
@media only screen and (min-width: 40em) {
  .success-story .content-block {
    padding-left: -webkit-calc((1rem + 9em) + 5 * ( (100vw - 300px) / (500 - 300) ));
    padding-left: calc((1rem + 9em) + 5 * ( (100vw - 300px) / (500 - 300) ));
    background-image: url("images/logo/mka-icon.419c9b3ede8e.svg");
    background-repeat: no-repeat;
    background-size: 8em;
    background-position: 1.5em 2em;
    background-position: -webkit-calc(0.5rem + 5 * ( (100vw - 300px) / (500 - 300) )) 2em;
    background-position: calc(0.5rem + 5 * ( (100vw - 300px) / (500 - 300) )) 2em;
  }
}
.success-story-heading {
  font-size: 1.25em;
  padding-bottom: 0;
  border: none;
}
.faq-list dt {
  margin-bottom: 1rem;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.faq-list dd {
  margin-left: 1rem;
  margin-left: -webkit-calc(1em + 3 * ( (100vw - 300px) / (500 - 300) ));
  margin-left: calc(1em + 3 * ( (100vw - 300px) / (500 - 300) ));
}
.form-group {
  font-size: 1.125em;
}
ul.form-errors {
  margin-bottom: 0;
}
.form-error,
.form-errors {
  font-size: 0.9rem;
  font-style: italic;
  color: #cc1e06;
}
.dark-bg .form-error,
.dark-bg .form-errors {
  color: #fff;
}
.form-error {
  display: block;
  margin-top: 0.25em;
}
.form-message,
.dark-bg .form-message {
  color: #367087;
  background-color: #e6f0f4;
  border-color: #448097;
  border-radius: 0.3em;
}
.form-message.error,
.dark-bg .form-message.error {
  color: #b15517;
  background-color: #fdf3ef;
  border-color: #de6428;
}
input,
.select-wrapper {
  width: 100%;
  color: #2a2a2a;
  background-color: #fff;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-position: right 0.5em center;
  background-size: 1.25em;
  -webkit-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.dark-bg input,
.dark-bg .select-wrapper {
  border-color: #2a2a2a;
  color: #2a2a2a;
}
input.error,
.select-wrapper.error {
  border-color: #cc1e06;
  background-image: url("images/icons/icon-form-error.ad07c817f5bf.svg");
}
.input-group {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 1em;
  width: 100%;
}
.input-group:last-child {
  margin-bottom: 0;
}
input {
  width: 100%;
  padding: 0.45em 2em 0.5em 0.6em;
  -webkit-box-shadow: inset 0 0.05em 0.07em rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0.05em 0.07em rgba(0, 0, 0, 0.2);
  border-radius: 0.2em;
}
label {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0.25em;
  width: 100%;
  font-weight: bold;
}
select {
  padding: 0.45em 0.75em 0.25em 0.6em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-transform: uppercase;
}
select > option {
  position: relative;
  margin: 0;
  padding: 0;
}
select > option::after {
  position: absolute;
  display: block;
  content: attr(value string);
}
.select-wrapper {
  position: relative;
  background-color: #f5f5f5;
  border-bottom-width: 0.5em;
}
.select-wrapper::after {
  position: absolute;
  display: block;
  content: '';
  border: 0.3em solid transparent;
  border-top-color: #f5f5f5;
  bottom: -0.67em;
  left: 50%;
  margin-left: -0.15em;
  -webkit-transform: scaleX(2);
      -ms-transform: scaleX(2);
          transform: scaleX(2);
}
@media screen and (min-width: 34em) {
  .form-group.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .form-group.flex label,
  .form-group.flex button {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .form-group.flex .input-group {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .form-group.flex .input-group-select {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .form-group.flex > span.form-error {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .input-group,
  label {
    width: auto;
    margin-right: 0.75em;
  }
  #signup-postalcode {
    width: 6em;
    margin-right: 0;
    margin-bottom: 0.2em;
  }
}
.site-header {
  position: relative;
  z-index: 4;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  background-color: #fff;
}
.header-logo {
  float: left;
  padding: 0 0.5em;
  max-width: 24em;
}
.header-logo img {
  width: 100%;
}
.header-logo-sm {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5em;
  padding-top: 0.3em;
  width: 12em;
}
@media only screen and (min-width: 24em) {
  .header-logo-sm {
    width: 14em;
  }
  html[lang="fr"] .header-logo-sm {
    width: 15em;
  }
}
.header-logo-sm .logo-img {
  width: 100%;
  height: 2.75em;
}
.header-logo-sm .logo-img .st0,
.header-logo-sm .logo-img .st1 {
  -webkit-transition: fill 0.15s;
  -o-transition: fill 0.15s;
  transition: fill 0.15s;
}
.header-logo-sm .logo-img .st0 {
  fill: #de6428;
}
.header-logo-sm .logo-img .st1 {
  fill: #5a5a5a;
}
.nav-open .header-logo-sm .logo-img .st0,
.nav-open .header-logo-sm .logo-img .st1 {
  fill: #fff;
}
.nav-list {
  margin-bottom: 0;
  list-style: none;
}
.top-nav .nav-list {
  float: right;
  padding-left: 0;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
}
.nav-list li {
  position: relative;
  display: inline-block;
  margin-left: 0;
  margin-right: -1px;
  margin-bottom: 0;
}
.nav-list li::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  right: 0;
  top: 0.75em;
  bottom: 0.7em;
  width: 1px;
  background-color: #ddd;
}
.nav-list li:last-of-type::after {
  content: none;
}
.top-nav {
  clear: both;
  font-size: 0.8em;
  padding-top: 1em;
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.top-nav-link {
  padding: 0.75em 1.5em;
}
.sticky-nav {
  position: relative;
  z-index: 4;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
  -webkit-box-shadow: 0 0.2em 0.4em -0.2em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2em 0.4em -0.2em rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.nav-open .sticky-nav {
  background-color: #5a5a5a;
}
.sticky-nav-link {
  position: relative;
  z-index: 2;
  padding: 0.5em 1.5em;
  -webkit-transition: background-color 0.1s, color 0.1s;
  -o-transition: background-color 0.1s, color 0.1s;
  transition: background-color 0.1s, color 0.1s;
}
.sticky-nav-link:hover,
.sticky-nav-link:focus,
.sticky-nav-link:active,
.sticky-nav-link.active {
  color: #fff;
  background-color: #5a5a5a;
}
.sticky-nav.about-mka #about-mka-link,
.sticky-nav.signup #signup-link,
.sticky-nav.faq #faq-link {
  color: #fff;
  background-color: #5a5a5a;
}
.lang-switch {
  padding: 0.75em 1.5em;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  word-break: normal;
  word-wrap: normal;
}
@media only screen and (max-width: 49.9375em) {
  .has-js .site-header {
    display: none;
  }
}
#back-to-top-wrapper {
  position: fixed;
  display: block;
  z-index: 3;
  right: 0;
  bottom: 2em;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
#back-to-top-wrapper.hide {
  opacity: 0;
  pointer-events: none;
}
.back-to-top {
  font-size: 0.8em;
  line-height: 1.2;
  padding: 1.7em 0.75em 0.75em;
  border-top-left-radius: 0.75em;
  border-bottom-left-radius: 0.75em;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.35);
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 0.7;
  color: #fff;
  background-color: #de6428;
  background-image: none;
  border-color: #b15517;
}
.back-to-top:hover,
.back-to-top:focus {
  background-color: #de6428;
  background-image: none;
}
.back-to-top:active {
  background-color: #b15517;
  background-image: none;
}
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  opacity: 1;
}
.btt-text {
  position: relative;
  display: block;
}
.btt-text::before {
  position: absolute;
  display: block;
  content: '';
  border: 0.7em solid transparent;
  border-bottom-color: #fff;
  top: -1.7em;
  left: 50%;
  margin-left: -0.7em;
}
.site-footer {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 2em;
  padding-bottom: 2em;
  background-color: #5a5a5a;
}
.c3p-logo-text {
  text-align: center;
}
.c3p-logo {
  display: block;
  line-height: 1;
  margin: 0.5em auto;
  width: 100%;
  max-width: 16em;
}
.social-links {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1;
}
.social-links li {
  vertical-align: middle;
  margin: 0.25em;
}
.social-links li::after {
  content: none;
}
.social-links a {
  display: block;
  padding: 0.25em;
}
.social-links img {
  width: 1.5em;
}
.social-links img[alt="Twitter"] {
  width: 1.65em;
}
@media screen and (min-width: 36em) {
  .c3p-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.5em;
  }
  .social-links {
    display: block;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .site-footer > .content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c3p-logo-text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .c3p-logo-text {
    text-align: left;
  }
  .social-links {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .footer-legal {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
#backdrop {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.nav-open #backdrop {
  opacity: 1;
  height: 100%;
}
.menu-toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 3em;
}
.menu-toggle-line {
  position: absolute;
  display: block;
  left: 0.5em;
  right: 0.5em;
  height: 2px;
  background-color: #ddd;
}
.menu-toggle-line.top,
.menu-toggle-line.btm {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  -o-transition: transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.menu-toggle-line.top {
  top: 0.75em;
}
.menu-toggle-line.mid {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.menu-toggle-line.btm {
  bottom: 0.75em;
}
.nav-open .menu-toggle-line.top {
  -webkit-transform: translateY(0.7em) rotate(45deg);
      -ms-transform: translateY(0.7em) rotate(45deg);
          transform: translateY(0.7em) rotate(45deg);
}
.nav-open .menu-toggle-line.mid {
  opacity: 0;
}
.nav-open .menu-toggle-line.btm {
  -webkit-transform: translateY(-0.7em) rotate(-45deg);
      -ms-transform: translateY(-0.7em) rotate(-45deg);
          transform: translateY(-0.7em) rotate(-45deg);
}
.mobile-nav {
  position: absolute;
  display: block;
  top: 100%;
  width: 100%;
  max-width: 26em;
  padding-top: 0;
  padding-bottom: 0.5em;
  color: #fff;
  background-color: #5a5a5a;
  -webkit-box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3);
  visibility: hidden;
}
.nav-open .mobile-nav {
  visibility: visible;
}
.mobile-nav a {
  color: #fff;
}
.mobile-nav-primary,
.mobile-nav-secondary {
  display: none;
  list-style: none;
}
.nav-open .mobile-nav-primary,
.nav-open .mobile-nav-secondary {
  display: block;
}
.mobile-nav-primary li,
.mobile-nav-secondary li {
  margin-left: 0;
  margin-bottom: 0;
}
.mobile-nav-primary a,
.mobile-nav-secondary a {
  display: block;
  padding: 0.35em 0.5em 0.45em 1.5rem;
  padding-left: -webkit-calc(1.5rem + 1 * ( (100vw - 300px) / (500 - 300) ));
  padding-left: calc(1.5rem + 1 * ( (100vw - 300px) / (500 - 300) ));
}
.mobile-nav-primary a {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.01em;
  border-width: 1px 0;
  border-style: solid;
  border-top-color: #808080;
  border-bottom-color: #5a5a5a;
  background-color: #747474;
  -webkit-transition: background-color 0.15s, border-color 0.15s;
  -o-transition: background-color 0.15s, border-color 0.15s;
  transition: background-color 0.15s, border-color 0.15s;
}
.mobile-nav-primary a:hover,
.mobile-nav-primary a:focus,
.mobile-nav-primary a:active {
  border-top-color: #9a9a9a;
  background-color: #8d8d8d;
}
.mobile-nav-secondary a {
  font-size: 0.85em;
  text-transform: uppercase;
}
.mobile-lang-switch {
  margin-top: 0.5em;
}
.hero-info > .content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 50em) {
  .hero-info > .content-block {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.hero-info-box {
  display: block;
  margin: 0.5em 0;
  padding: 1em 1em 1.25em;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  border: 2px solid #ddd;
}
.hero-info-box:nth-of-type(2) {
  margin: 0.5em 1em;
}
.hero-info-box > :last-child {
  margin-bottom: 0;
}
.hero-info-box.signup {
  display: none;
}
.hero-info-box.report {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.hero-info-box.report h2 {
  color: #de6428;
}
@media only screen and (min-width: 50em) {
  .hero-info-box {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
  .hero-info-box.signup {
    display: block;
  }
  .hero-info-box.signup,
  .hero-info-box.report {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}
.hero-info-heading {
  font-size: 1.375em;
  color: #448097;
}
.highlight {
  font-size: 1.2em;
  color: #367087;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.top-margin-0 {
  margin-top: 0;
}
.top-margin-halfem {
  margin-top: 0.5em;
}
.top-margin-1em {
  margin-top: 1em;
}
.top-margin-2em {
  margin-top: 2em;
}
.top-margin-3em {
  margin-top: 3em;
}
.bottom-margin-0 {
  margin-bottom: 0;
}
.bottom-margin-halfem {
  margin-bottom: 0.5em;
}
.bottom-margin-1em {
  margin-bottom: 1em;
}
.bottom-margin-2em {
  margin-bottom: 2em;
}
.bottom-margin-3em {
  margin-bottom: 3em;
}
.left-margin-0 {
  margin-left: 0;
}
.right-margin-0 {
  margin-right: 0;
}
.visually-hidden {
  /* Remove the item from normal flow */
  position: absolute;
  /* Workaround for falsely pronounced, smushed text */
  white-space: nowrap;
  /* Set it to the smallest possible size (some screen readers ignore elements with zero height and width) */
  width: 1px;
  height: 1px;
  /* Hide overflowing content after resizing */
  overflow: hidden;
  /* Reset any property that may change the elements size */
  border: 0;
  padding: 0;
  /* Clipping defines what part of an element should be displayed. */
  /* Deprecated clip property for older browsers */
  clip: rect(0 0 0 0);
  /* clip-path for newer browsers. inset(50%) defines an inset rectangle that makes the content disappear.  */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  /* It seems like at the moment nobody is quite sure why margin: -1px is there. On top of that it seems to cause issues (see: https://github.com/h5bp/html5-boilerplate/issues/1985). */
}

/*# sourceMappingURL=bundle.css.map*/