/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
/*!
normalize.css v | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
@import url("//hello.myfonts.net/count/2b5df5");
@import url("//hello.myfonts.net/count/2b66df");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: 700;
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  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 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
html {
  font-family: sans-serif;
}

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden, [hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/pure-css/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*=pure-u] {
  font-family: sans-serif;
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5%;
}

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
}

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%;
}

/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
  }
  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
  }
  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
  }
  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
  }
  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
  }
  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
  }
  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
  }
  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
  }
  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .pure-u-xxl-1, .pure-u-xxl-1-1, .pure-u-xxl-1-2, .pure-u-xxl-1-3, .pure-u-xxl-2-3, .pure-u-xxl-1-4, .pure-u-xxl-3-4, .pure-u-xxl-1-5, .pure-u-xxl-2-5, .pure-u-xxl-3-5, .pure-u-xxl-4-5, .pure-u-xxl-5-5, .pure-u-xxl-1-6, .pure-u-xxl-5-6, .pure-u-xxl-1-8, .pure-u-xxl-3-8, .pure-u-xxl-5-8, .pure-u-xxl-7-8, .pure-u-xxl-1-12, .pure-u-xxl-5-12, .pure-u-xxl-7-12, .pure-u-xxl-11-12, .pure-u-xxl-1-24, .pure-u-xxl-2-24, .pure-u-xxl-3-24, .pure-u-xxl-4-24, .pure-u-xxl-5-24, .pure-u-xxl-6-24, .pure-u-xxl-7-24, .pure-u-xxl-8-24, .pure-u-xxl-9-24, .pure-u-xxl-10-24, .pure-u-xxl-11-24, .pure-u-xxl-12-24, .pure-u-xxl-13-24, .pure-u-xxl-14-24, .pure-u-xxl-15-24, .pure-u-xxl-16-24, .pure-u-xxl-17-24, .pure-u-xxl-18-24, .pure-u-xxl-19-24, .pure-u-xxl-20-24, .pure-u-xxl-21-24, .pure-u-xxl-22-24, .pure-u-xxl-23-24, .pure-u-xxl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xxl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xxl-1-12, .pure-u-xxl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xxl-1-8, .pure-u-xxl-3-24 {
    width: 12.5%;
  }
  .pure-u-xxl-1-6, .pure-u-xxl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xxl-1-5 {
    width: 20%;
  }
  .pure-u-xxl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xxl-1-4, .pure-u-xxl-6-24 {
    width: 25%;
  }
  .pure-u-xxl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xxl-1-3, .pure-u-xxl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xxl-3-8, .pure-u-xxl-9-24 {
    width: 37.5%;
  }
  .pure-u-xxl-2-5 {
    width: 40%;
  }
  .pure-u-xxl-5-12, .pure-u-xxl-10-24 {
    width: 41.6667%;
  }
  .pure-u-xxl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xxl-1-2, .pure-u-xxl-12-24 {
    width: 50%;
  }
  .pure-u-xxl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xxl-7-12, .pure-u-xxl-14-24 {
    width: 58.3333%;
  }
  .pure-u-xxl-3-5 {
    width: 60%;
  }
  .pure-u-xxl-5-8, .pure-u-xxl-15-24 {
    width: 62.5%;
  }
  .pure-u-xxl-2-3, .pure-u-xxl-16-24 {
    width: 66.6667%;
  }
  .pure-u-xxl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xxl-3-4, .pure-u-xxl-18-24 {
    width: 75%;
  }
  .pure-u-xxl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xxl-4-5 {
    width: 80%;
  }
  .pure-u-xxl-5-6, .pure-u-xxl-20-24 {
    width: 83.3333%;
  }
  .pure-u-xxl-7-8, .pure-u-xxl-21-24 {
    width: 87.5%;
  }
  .pure-u-xxl-11-12, .pure-u-xxl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xxl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xxl-1, .pure-u-xxl-1-1, .pure-u-xxl-5-5, .pure-u-xxl-24-24 {
    width: 100%;
  }
}
.linearBackground {
  background: linear-gradient(to bottom, #007eb2, #002636) no-repeat center top;
  background-size: cover;
}

.grayBackground {
  background-color: #f4f4f9;
}

.dark-font {
  color: #003952;
}

.yellow-color, .yellow-color h2, .yellow-color h3, .yellow-color h4, .yellow-color h5, .yellow-color h6, .yellow-color p, .yellow-color a, .yellow-color li, .yellow-color i, .yellow-color span, .white-color .yellow-color {
  color: #ffb30c;
}

.grayFont {
  color: #8ea0b3;
}

* {
  box-sizing: border-box;
}

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

.embeditem {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .l-box {
    position: relative;
    padding: 1em 0px 5em 0px;
  }
}

.container {
  max-width: 1320px;
  margin: auto;
  position: relative;
  display: block;
  float: left;
  transform: translateX(-50%);
  margin-left: 50%;
  width: 100%;
}
.container.titleContainer {
  margin-top: 3rem;
}

.positioned {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  box-sizing: border-box;
}

.fullHeight {
  height: 100%;
}

.paddingContainer {
  width: calc(100% + 3.329268293vw);
  transform: translateX(-1.6646341463vw);
}
@media only screen and (min-width: 1640px) {
  .paddingContainer {
    width: calc(100% + 3.4125rem);
    transform: translateX(-1.70625rem);
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .paddingContainer {
    width: calc(100% + 1.4625rem);
    transform: translateX(-0.73125rem);
  }
}

.padding {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  box-sizing: border-box;
  padding: 1.6646341463vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .padding {
    padding: 1.70625rem;
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .padding {
    padding: 0.73125rem;
  }
}

.doublePadding {
  box-sizing: border-box;
  padding: 3.3887195122vw;
}
@media only screen and (min-width: 1640px) {
  .doublePadding {
    padding: 3.4734375rem;
  }
}
@media only screen and (max-width: 690.5263157895px) {
  .doublePadding {
    padding: 1.4625rem;
  }
}

.paddingSmall {
  padding: 0.8323170732vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .paddingSmall {
    padding: 0.853125rem;
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .paddingSmall {
    padding: 0.365625rem;
  }
}

.noPaddingLeft {
  padding-left: 0 !important;
}

.noPaddingRight {
  padding-right: 0 !important;
}

.noPaddingBottom {
  padding-bottom: 0 !important;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.pure-u-left {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .pure-u-left {
    order: 2;
  }
}

.pure-u-right {
  order: 2;
}

.fullHeight {
  height: 100%;
}

.border {
  border: 1px solid #e5e5e9;
}
.border.obligatory {
  border: 1px solid #e5e5e9;
}

.noBorderTop {
  border-top-width: 0px !important;
}

.noBorderBottom {
  border-bottom-width: 0px !important;
}

.noBorderLeft {
  border-left-width: 0px !important;
}

.noBorderRight {
  border-right-width: 0px !important;
}

@media only screen and (max-width: 1640px) {
  .noBorderLeftSmall {
    border-left-width: 0px !important;
  }
}

@media only screen and (max-width: 1640px) {
  .noBorderRightSmall {
    border-right-width: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .noBorderBottomFullscreen {
    border-bottom-width: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .noBorderLeftFullscreen {
    border-left-width: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .noBorderRightFullscreen {
    border-right-width: 0px !important;
  }
}

.mobileOnly {
  display: none;
}
@media only screen and (max-width: 567px) {
  .mobileOnly {
    display: inline-block;
  }
}

.mobileHide {
  display: inline-block;
}
@media only screen and (max-width: 567px) {
  .mobileHide {
    display: none;
  }
}

.gradientBackground {
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
}

.borderRadius {
  border-radius: 10px;
}

.ratio-200-300 {
  padding-top: 150%;
}

.ratio-300-400 {
  padding-top: 133.3333333333%;
}

.ratio-200-200 {
  padding-top: 100%;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #002636;
}
.overlay a {
  text-decoration: none;
  color: #002636;
}
.overlay > h2 {
  min-height: 3em;
}
.overlay.overlayImage {
  top: 5%;
  bottom: auto;
  width: 50%;
  left: 25%;
  right: 25%;
}

.multiply {
  mix-blend-mode: multiply;
}

.opacity-60 {
  opacity: 0.4;
}

.centeredHorizontally {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.roundedBorders {
  border-radius: 10px;
}

.roundedBordersSmall {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  float: left;
  clear: both;
  width: 80%;
  margin-right: 20%;
  margin-top: 0.2em;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e9;
  color: #002636;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.button {
  padding: 1em 2em;
  border-width: 0;
  background-color: #007eb2;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 1em 0;
}
.button.smallButton {
  padding: 0.5em 1em;
  background-color: #f4f4f9;
  color: #002636 !important;
}
.button.alignRight {
  float: right;
}

h1, h2, h3 {
  margin: 0;
}

.textAlignCenter {
  text-align: center;
}

.flaticon {
  display: block;
  margin-top: 0.03em;
  float: left;
  margin-right: 0.5em;
  font-size: 0.9em;
}

.boxShadow {
  box-shadow: 0 0 10px 0px rgba(244, 244, 249, 0.8);
  z-index: 22;
}

.link {
  position: absolute;
  bottom: 30px;
  padding: 1em 6.6em 1em 0;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  text-indent: -9999px;
  transition: 0.5s padding ease-in-out;
}
@media only screen and (max-width: 888px) {
  .link {
    bottom: auto;
  }
}
.link.right {
  right: 0;
}
.link:after, .link:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.link:before {
  top: 75%;
  right: 0.1em;
  width: 1em;
  height: 1em;
  transform-origin: 50% 50%;
  transform: translate(0, -1em) rotate(45deg);
  box-shadow: inset -0.02em 0.02em 0 0 #000;
  border-radius: 0 0 0 0;
}
.link:after {
  top: 50%;
  right: 0;
  width: 100%;
  height: 0.02em;
  transform: translate(0, -0.01em);
  background-color: #000;
}
.link:hover {
  padding: 1em 10em 1em 0;
  /*&:before {
    transform:  translate(1.5em, -($arrow-size / 2)) rotate(45deg);
  }
  &:after {
    transform:  translate(1.5em, -($arrow-border / 2));
  }*/
}

.full-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.full-link:hover + a.link {
  padding: 1em 10em 1em 0;
}

.tabs {
  overflow: hidden;
  width: 75%;
  border-top: 1px solid #e5e5e9;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .tabs {
    width: 100%;
  }
}
.tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e9;
  padding-bottom: 1.5rem;
}
.tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 0 0;
  font-weight: 100;
  cursor: pointer;
  color: #002636;
  position: relative;
  padding-right: 3rem;
}
.tabs .tab-label:hover {
  font-weight: 300;
}
.tabs .tab-label:hover::after {
  color: #002636;
}
.tabs .tab-label::after {
  content: "";
  transition: all 0.35s;
  font-weight: 100;
  right: 0.2em;
  top: 1.5em;
  width: 0.75em;
  height: 0.75em;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  box-shadow: inset -0.03em 0.03em 0 0 #000;
  border-radius: 0 0 0 0;
  position: absolute;
}
.tabs .tab-content {
  transition: height 1s ease-out;
  height: 0;
  overflow: hidden;
  padding: 0;
  color: #002636;
  width: 100%;
  font-weight: 100;
}
.tabs .tab-content p {
  margin: 0px 0px 1em 0px;
}
.tabs .tab-content p:first-child {
  padding-top: 1em;
}
.tabs .tab a {
  color: #002636;
  text-decoration: none;
}
.tabs .faq-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabs .faq-checkbox:checked + .tab-label {
  font-weight: 300;
}
.tabs .faq-checkbox:checked + .tab-label::after {
  transform: rotate(135deg);
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "MetronicPro";
  font-weight: 100;
  src: url("../fonts/2B66DF_0_0.eot");
  src: url("../fonts/2B66DF_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2B66DF_0_0.woff") format("woff"), url("../fonts/2B66DF_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "MetronicPro";
  font-weight: 300;
  src: url("../fonts/2B5DF5_1_0.eot");
  src: url("../fonts/2B5DF5_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2B5DF5_1_0.woff") format("woff"), url("../fonts/2B5DF5_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "MetronicPro";
  font-weight: 500;
  src: url("../fonts/2B66DF_1_0.eot");
  src: url("../fonts/2B66DF_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2B66DF_1_0.woff") format("woff"), url("../fonts/2B66DF_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "MetronicPro";
  font-weight: 700;
  src: url("../fonts/2B66DF_2_0.eot");
  src: url("../fonts/2B66DF_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2B66DF_2_0.woff") format("woff"), url("../fonts/2B66DF_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "MetronicPro";
  font-weight: 900;
  src: url("../fonts/2B5DF5_0_0.eot");
  src: url("../fonts/2B5DF5_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2B5DF5_0_0.woff") format("woff"), url("../fonts/2B5DF5_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Akwe Pro";
  src: local("Akwe Pro Light"), local("Akwe-Pro-Light"), url("../fonts/AkwePro-Light.woff2") format("woff2"), url("../fonts/AkwePro-Light.woff") format("woff"), url("../fonts/AkwePro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Akwe Pro";
  src: local("Akwe Pro Medium"), local("Akwe-Pro-Medium"), url("../fonts/AkwePro-Medium.woff2") format("woff2"), url("../fonts/AkwePro-Medium.woff") format("woff"), url("../fonts/AkwePro-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Akwe Pro";
  src: local("Akwe Pro Thin"), local("Akwe-Pro-Thin"), url("../fonts/AkwePro-Thin.woff2") format("woff2"), url("../fonts/AkwePro-Thin.woff") format("woff"), url("../fonts/AkwePro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: "MetronicPro", sans-serif;
  font-weight: 300;
}

.font-S {
  font-size: 1.1295731707vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .font-S {
    font-size: 1.1578125rem;
  }
}
@media only screen and (max-width: 1035.7894736842px) {
  .font-S {
    font-size: 0.73125rem;
  }
}

.font-SM {
  font-size: 1.3079268293vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .font-SM {
    font-size: 1.340625rem;
  }
}
@media only screen and (max-width: 1192.7272727273px) {
  .font-SM {
    font-size: 0.975rem;
  }
}

.font-M {
  font-size: 1.5457317073vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .font-M {
    font-size: 1.584375rem;
  }
}
@media only screen and (max-width: 1261.5384615385px) {
  .font-M {
    font-size: 1.21875rem;
  }
}

.font-ML {
  font-size: 2.0807926829vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .font-ML {
    font-size: 2.1328125rem;
  }
}
@media only screen and (max-width: 1171.4285714286px) {
  .font-ML {
    font-size: 1.5234375rem;
  }
}

.font-L {
  font-size: 2.3780487805vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .font-L {
    font-size: 2.4375rem;
  }
}
@media only screen and (max-width: 1230px) {
  .font-L {
    font-size: 1.828125rem;
  }
}

.font-XL {
  font-size: 3.5670731707vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .font-XL {
    font-size: 3.65625rem;
  }
}
@media only screen and (max-width: 1230px) {
  .font-XL {
    font-size: 2.7421875rem;
  }
}

.fontWeight-100 {
  font-weight: 100 !important;
}

.fontWeight-300 {
  font-weight: 300 !important;
}

.fontWeight-500 {
  font-weight: 500 !important;
}

.fontWeight-700 {
  font-weight: 700 !important;
}

.fontWeight-900 {
  font-weight: 900 !important;
}

* {
  box-sizing: border-box;
}

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

.embeditem {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .l-box {
    position: relative;
    padding: 1em 0px 5em 0px;
  }
}

.container {
  max-width: 1320px;
  margin: auto;
  position: relative;
  display: block;
  float: left;
  transform: translateX(-50%);
  margin-left: 50%;
  width: 100%;
}
.container.titleContainer {
  margin-top: 3rem;
}

.positioned {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  box-sizing: border-box;
}

.fullHeight {
  height: 100%;
}

.paddingContainer {
  width: calc(100% + 3.329268293vw);
  transform: translateX(-1.6646341463vw);
}
@media only screen and (min-width: 1640px) {
  .paddingContainer {
    width: calc(100% + 3.4125rem);
    transform: translateX(-1.70625rem);
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .paddingContainer {
    width: calc(100% + 1.4625rem);
    transform: translateX(-0.73125rem);
  }
}

.padding {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  box-sizing: border-box;
  padding: 1.6646341463vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .padding {
    padding: 1.70625rem;
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .padding {
    padding: 0.73125rem;
  }
}

.doublePadding {
  box-sizing: border-box;
  padding: 3.3887195122vw;
}
@media only screen and (min-width: 1640px) {
  .doublePadding {
    padding: 3.4734375rem;
  }
}
@media only screen and (max-width: 690.5263157895px) {
  .doublePadding {
    padding: 1.4625rem;
  }
}

.paddingSmall {
  padding: 0.8323170732vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .paddingSmall {
    padding: 0.853125rem;
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .paddingSmall {
    padding: 0.365625rem;
  }
}

.noPaddingLeft {
  padding-left: 0 !important;
}

.noPaddingRight {
  padding-right: 0 !important;
}

.noPaddingBottom {
  padding-bottom: 0 !important;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.pure-u-left {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .pure-u-left {
    order: 2;
  }
}

.pure-u-right {
  order: 2;
}

.fullHeight {
  height: 100%;
}

.border {
  border: 1px solid #e5e5e9;
}
.border.obligatory {
  border: 1px solid #e5e5e9;
}

.noBorderTop {
  border-top-width: 0px !important;
}

.noBorderBottom {
  border-bottom-width: 0px !important;
}

.noBorderLeft {
  border-left-width: 0px !important;
}

.noBorderRight {
  border-right-width: 0px !important;
}

@media only screen and (max-width: 1640px) {
  .noBorderLeftSmall {
    border-left-width: 0px !important;
  }
}

@media only screen and (max-width: 1640px) {
  .noBorderRightSmall {
    border-right-width: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .noBorderBottomFullscreen {
    border-bottom-width: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .noBorderLeftFullscreen {
    border-left-width: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .noBorderRightFullscreen {
    border-right-width: 0px !important;
  }
}

.mobileOnly {
  display: none;
}
@media only screen and (max-width: 567px) {
  .mobileOnly {
    display: inline-block;
  }
}

.mobileHide {
  display: inline-block;
}
@media only screen and (max-width: 567px) {
  .mobileHide {
    display: none;
  }
}

.gradientBackground {
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
}

.borderRadius {
  border-radius: 10px;
}

.ratio-200-300 {
  padding-top: 150%;
}

.ratio-300-400 {
  padding-top: 133.3333333333%;
}

.ratio-200-200 {
  padding-top: 100%;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #002636;
}
.overlay a {
  text-decoration: none;
  color: #002636;
}
.overlay > h2 {
  min-height: 3em;
}
.overlay.overlayImage {
  top: 5%;
  bottom: auto;
  width: 50%;
  left: 25%;
  right: 25%;
}

.multiply {
  mix-blend-mode: multiply;
}

.opacity-60 {
  opacity: 0.4;
}

.centeredHorizontally {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.roundedBorders {
  border-radius: 10px;
}

.roundedBordersSmall {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  float: left;
  clear: both;
  width: 80%;
  margin-right: 20%;
  margin-top: 0.2em;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e9;
  color: #002636;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.button {
  padding: 1em 2em;
  border-width: 0;
  background-color: #007eb2;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 1em 0;
}
.button.smallButton {
  padding: 0.5em 1em;
  background-color: #f4f4f9;
  color: #002636 !important;
}
.button.alignRight {
  float: right;
}

h1, h2, h3 {
  margin: 0;
}

.textAlignCenter {
  text-align: center;
}

.flaticon {
  display: block;
  margin-top: 0.03em;
  float: left;
  margin-right: 0.5em;
  font-size: 0.9em;
}

.boxShadow {
  box-shadow: 0 0 10px 0px rgba(244, 244, 249, 0.8);
  z-index: 22;
}

@font-face {
  font-family: "flaticon";
  src: url("../fonts/flaticon.ttf?de8b2f631cc16167293f53219e16ed40") format("truetype"), url("../fonts/flaticon.woff?de8b2f631cc16167293f53219e16ed40") format("woff"), url("../fonts/flaticon.woff2?de8b2f631cc16167293f53219e16ed40") format("woff2"), url("../fonts/flaticon.eot?de8b2f631cc16167293f53219e16ed40#iefix") format("embedded-opentype"), url("../fonts/flaticon.svg?de8b2f631cc16167293f53219e16ed40#flaticon") format("svg");
}
span[class^=flaticon-]:before, span[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-251:before {
  content: "\f101";
}

.flaticon-placeholder:before {
  content: "\f102";
}

.flaticon-map:before {
  content: "\f103";
}

.flaticon-dollar:before {
  content: "\f104";
}

.flaticon-chat:before {
  content: "\f105";
}

.flaticon-user:before {
  content: "\f106";
}

.flaticon-analytics:before {
  content: "\f107";
}

.flaticon-analytics-1:before {
  content: "\f108";
}

.flaticon-analytics-2:before {
  content: "\f109";
}

.flaticon-analytics-3:before {
  content: "\f10a";
}

.flaticon-analytics-4:before {
  content: "\f10b";
}

.flaticon-analytics-5:before {
  content: "\f10c";
}

.flaticon-chat-1:before {
  content: "\f10d";
}

.flaticon-chat-2:before {
  content: "\f10e";
}

.flaticon-chat-3:before {
  content: "\f10f";
}

.flaticon-chat-4:before {
  content: "\f110";
}

.flaticon-credit-card:before {
  content: "\f111";
}

.flaticon-credit-card-1:before {
  content: "\f112";
}

.flaticon-voice-message:before {
  content: "\f113";
}

.flaticon-rotation-lock:before {
  content: "\f114";
}

.flaticon-ballot:before {
  content: "\f115";
}

.flaticon-email:before {
  content: "\f116";
}

.flaticon-email-1:before {
  content: "\f117";
}

.flaticon-wireframe:before {
  content: "\f118";
}

.flaticon-wireframe-1:before {
  content: "\f119";
}

.flaticon-wireframe-2:before {
  content: "\f11a";
}

.flaticon-dashboard:before {
  content: "\f11b";
}

.flaticon-inside:before {
  content: "\f11c";
}

.flaticon-outside:before {
  content: "\f11d";
}

.flaticon-menu:before {
  content: "\f11e";
}

.flaticon-search:before {
  content: "\f11f";
}

.flaticon-trash:before {
  content: "\f120";
}

.flaticon-bulleye:before {
  content: "\f121";
}

.flaticon-graph:before {
  content: "\f122";
}

.flaticon-graph-1:before {
  content: "\f123";
}

.flaticon-command:before {
  content: "\f124";
}

.flaticon-home:before {
  content: "\f125";
}

.flaticon-double-click:before {
  content: "\f126";
}

.flaticon-box:before {
  content: "\f127";
}

.flaticon-paperclip:before {
  content: "\f128";
}

.flaticon-font:before {
  content: "\f129";
}

.flaticon-search-1:before {
  content: "\f12a";
}

.flaticon-paint-roller:before {
  content: "\f12b";
}

.flaticon-active:before {
  content: "\f12c";
}

.flaticon-alarm:before {
  content: "\f12d";
}

.flaticon-calendar:before {
  content: "\f12e";
}

.flaticon-calendar-1:before {
  content: "\f12f";
}

.flaticon-stopwatch:before {
  content: "\f130";
}

.flaticon-book:before {
  content: "\f131";
}

.flaticon-hashtag:before {
  content: "\f132";
}

.flaticon-speech-bubble:before {
  content: "\f133";
}

.flaticon-algorithm:before {
  content: "\f134";
}

.flaticon-cloud-network:before {
  content: "\f135";
}

.flaticon-hierarchy:before {
  content: "\f136";
}

.flaticon-shift:before {
  content: "\f137";
}

.flaticon-social-media:before {
  content: "\f138";
}

.flaticon-web-programming:before {
  content: "\f139";
}

.flaticon-smartphone:before {
  content: "\f13a";
}

.flaticon-web-browser:before {
  content: "\f13b";
}

.flaticon-web-browser-1:before {
  content: "\f13c";
}

.flaticon-add:before {
  content: "\f13d";
}

.flaticon-internet:before {
  content: "\f13e";
}

.flaticon-desktop:before {
  content: "\f13f";
}

.flaticon-web-programming-1:before {
  content: "\f140";
}

.flaticon-web-search-engine:before {
  content: "\f141";
}

.flaticon-line-graph:before {
  content: "\f142";
}

.flaticon-line-graph-1:before {
  content: "\f143";
}

.flaticon-increase:before {
  content: "\f144";
}

.flaticon-back-camera:before {
  content: "\f145";
}

.flaticon-smartphone-1:before {
  content: "\f146";
}

.flaticon-rotate:before {
  content: "\f147";
}

.flaticon-smartphone-2:before {
  content: "\f148";
}

.flaticon-calculator:before {
  content: "\f149";
}

.flaticon-key:before {
  content: "\f14a";
}

.flaticon-office-building:before {
  content: "\f14b";
}

.flaticon-folder:before {
  content: "\f14c";
}

.flaticon-add-1:before {
  content: "\f14d";
}

.flaticon-folder-1:before {
  content: "\f14e";
}

.flaticon-graphs:before {
  content: "\f14f";
}

.flaticon-alarm-clock:before {
  content: "\f150";
}

.flaticon-hosting-servers:before {
  content: "\f151";
}

.flaticon-upload:before {
  content: "\f152";
}

.flaticon-download:before {
  content: "\f153";
}

.flaticon-copy:before {
  content: "\f154";
}

.flaticon-image:before {
  content: "\f155";
}

.flaticon-wishlist:before {
  content: "\f156";
}

.flaticon-menu-1:before {
  content: "\f157";
}

.flaticon-phone-call:before {
  content: "\f158";
}

.flaticon-reload:before {
  content: "\f159";
}

.flaticon-chat-5:before {
  content: "\f15a";
}

.flaticon-reward:before {
  content: "\f15b";
}

.flaticon-command-line:before {
  content: "\f15c";
}

.flaticon-arrow:before {
  content: "\f15d";
}

.flaticon-add-2:before {
  content: "\f15e";
}

.flaticon-book-1:before {
  content: "\f15f";
}

.flaticon-love-message:before {
  content: "\f160";
}

.flaticon-new-window:before {
  content: "\f161";
}

.flaticon-video:before {
  content: "\f162";
}

.flaticon-share:before {
  content: "\f163";
}

.flaticon-folder-2:before {
  content: "\f164";
}

.flaticon-stop:before {
  content: "\f165";
}

.flaticon-coding:before {
  content: "\f166";
}

.flaticon-add-3:before {
  content: "\f167";
}

.flaticon-diamond:before {
  content: "\f168";
}

.flaticon-repeat:before {
  content: "\f169";
}

.flaticon-cloud-computing:before {
  content: "\f16a";
}

.flaticon-share-1:before {
  content: "\f16b";
}

.flaticon-translation:before {
  content: "\f16c";
}

.flaticon-airplay:before {
  content: "\f16d";
}

.flaticon-click:before {
  content: "\f16e";
}

.flaticon-resize:before {
  content: "\f16f";
}

.flaticon-slow-motion:before {
  content: "\f170";
}

.flaticon-shopping-bag:before {
  content: "\f171";
}

.flaticon-filter:before {
  content: "\f172";
}

.flaticon-list:before {
  content: "\f173";
}

.flaticon-equalizer:before {
  content: "\f174";
}

.flaticon-send:before {
  content: "\f175";
}

.flaticon-voice-search:before {
  content: "\f176";
}

.flaticon-server:before {
  content: "\f177";
}

.flaticon-server-1:before {
  content: "\f178";
}

.flaticon-color-palette:before {
  content: "\f179";
}

.flaticon-web-design:before {
  content: "\f17a";
}

.flaticon-target:before {
  content: "\f17b";
}

.flaticon-speech-bubble-1:before {
  content: "\f17c";
}

.flaticon-settings:before {
  content: "\f17d";
}

.flaticon-worldwide:before {
  content: "\f17e";
}

.flaticon-shuttle:before {
  content: "\f17f";
}

.flaticon-shield:before {
  content: "\f180";
}

.flaticon-wallet:before {
  content: "\f181";
}

.flaticon-cloud-computing-1:before {
  content: "\f182";
}

.flaticon-help:before {
  content: "\f183";
}

.flaticon-seo:before {
  content: "\f184";
}

.flaticon-click-1:before {
  content: "\f185";
}

.flaticon-flow-chart:before {
  content: "\f186";
}

.flaticon-pay-day:before {
  content: "\f187";
}

.flaticon-priority:before {
  content: "\f188";
}

.flaticon-speech-bubble-2:before {
  content: "\f189";
}

.flaticon-speech-bubble-3:before {
  content: "\f18a";
}

.flaticon-list-1:before {
  content: "\f18b";
}

.flaticon-faq:before {
  content: "\f18c";
}

.flaticon-settings-1:before {
  content: "\f18d";
}

.flaticon-binary-code:before {
  content: "\f18e";
}

.flaticon-click-2:before {
  content: "\f18f";
}

.flaticon-album:before {
  content: "\f190";
}

.flaticon-price:before {
  content: "\f191";
}

.flaticon-tool:before {
  content: "\f192";
}

.flaticon-time:before {
  content: "\f193";
}

.flaticon-shirt:before {
  content: "\f194";
}

.flaticon-puzzle:before {
  content: "\f195";
}

.flaticon-deadline:before {
  content: "\f196";
}

.flaticon-tv:before {
  content: "\f197";
}

.flaticon-negotiation:before {
  content: "\f198";
}

.flaticon-layers:before {
  content: "\f199";
}

.flaticon-idea:before {
  content: "\f19a";
}

.flaticon-record:before {
  content: "\f19b";
}

.flaticon-radar:before {
  content: "\f19c";
}

.flaticon-gamepad:before {
  content: "\f19d";
}

.flaticon-signal:before {
  content: "\f19e";
}

.flaticon-speech-bubble-4:before {
  content: "\f19f";
}

.flaticon-server-2:before {
  content: "\f1a0";
}

.flaticon-shield-1:before {
  content: "\f1a1";
}

.flaticon-firewall:before {
  content: "\f1a2";
}

.flaticon-process:before {
  content: "\f1a3";
}

.flaticon-24-hours:before {
  content: "\f1a4";
}

.flaticon-fingerprint-scan:before {
  content: "\f1a5";
}

.flaticon-folder-3:before {
  content: "\f1a6";
}

.flaticon-folder-4:before {
  content: "\f1a7";
}

.flaticon-tongue:before {
  content: "\f1a8";
}

.flaticon-secure:before {
  content: "\f1a9";
}

.flaticon-increase-1:before {
  content: "\f1aa";
}

.flaticon-gift:before {
  content: "\f1ab";
}

.flaticon-browser:before {
  content: "\f1ac";
}

.flaticon-shield-2:before {
  content: "\f1ad";
}

.flaticon-keyboard:before {
  content: "\f1ae";
}

.flaticon-filter-1:before {
  content: "\f1af";
}

.flaticon-click-3:before {
  content: "\f1b0";
}

.flaticon-download-1:before {
  content: "\f1b1";
}

.flaticon-file:before {
  content: "\f1b2";
}

.flaticon-pantone:before {
  content: "\f1b3";
}

.flaticon-avatar:before {
  content: "\f1b4";
}

.flaticon-left-quote:before {
  content: "\f1b5";
}

.flaticon-heart:before {
  content: "\f1b6";
}

.flaticon-half-star-shape:before {
  content: "\f1b7";
}

.flaticon-star-half-empty:before {
  content: "\f1b8";
}

.flaticon-star:before {
  content: "\f1b9";
}

.flaticon-star-1:before {
  content: "\f1ba";
}

.flaticon-heart-shape-outline:before {
  content: "\f1bb";
}

.flaticon-reply-arrow:before {
  content: "\f1bc";
}

.flaticon-play-button:before {
  content: "\f1bd";
}

.flaticon-play:before {
  content: "\f1be";
}

.flaticon-right-arrow:before {
  content: "\f1bf";
}

.flaticon-magnifying-glass:before {
  content: "\f1c0";
}

.flaticon-plus-black-symbol:before {
  content: "\f1c1";
}

.flaticon-minus-symbol:before {
  content: "\f1c2";
}

.flaticon-left-arrow:before {
  content: "\f1c3";
}

.flaticon-right-arrow-1:before {
  content: "\f1c4";
}

.flaticon-down-arrow:before {
  content: "\f1c5";
}

.flaticon-instagram:before {
  content: "\f1c6";
}

.flaticon-telegram:before {
  content: "\f1c7";
}

.flaticon-whatsapp:before {
  content: "\f1c8";
}

.flaticon-linkedin:before {
  content: "\f1c9";
}

.flaticon-viber:before {
  content: "\f1ca";
}

.flaticon-spotify:before {
  content: "\f1cb";
}

.flaticon-vk:before {
  content: "\f1cc";
}

.flaticon-facebook:before {
  content: "\f1cd";
}

.flaticon-kakao-talk:before {
  content: "\f1ce";
}

.flaticon-youtube:before {
  content: "\f1cf";
}

.flaticon-line:before {
  content: "\f1d0";
}

.flaticon-twitter:before {
  content: "\f1d1";
}

.flaticon-behance:before {
  content: "\f1d2";
}

.flaticon-google-play:before {
  content: "\f1d3";
}

.flaticon-snapchat:before {
  content: "\f1d4";
}

.flaticon-google-plus:before {
  content: "\f1d5";
}

.flaticon-odnoklassniki:before {
  content: "\f1d6";
}

.flaticon-messenger:before {
  content: "\f1d7";
}

.flaticon-skype:before {
  content: "\f1d8";
}

.flaticon-google-drive:before {
  content: "\f1d9";
}

.flaticon-slack:before {
  content: "\f1da";
}

.flaticon-open-source:before {
  content: "\f1db";
}

.flaticon-twitter-1:before {
  content: "\f1dc";
}

.flaticon-vimeo:before {
  content: "\f1dd";
}

.flaticon-evernote:before {
  content: "\f1de";
}

.flaticon-blogger:before {
  content: "\f1df";
}

.flaticon-google-hangouts:before {
  content: "\f1e0";
}

.flaticon-yelp:before {
  content: "\f1e1";
}

.flaticon-dropbox:before {
  content: "\f1e2";
}

.flaticon-stack-overflow:before {
  content: "\f1e3";
}

.flaticon-github:before {
  content: "\f1e4";
}

.flaticon-codepen:before {
  content: "\f1e5";
}

.flaticon-github-1:before {
  content: "\f1e6";
}

.flaticon-envato:before {
  content: "\f1e7";
}

.flaticon-delicious:before {
  content: "\f1e8";
}

.flaticon-pinterest-round-logo:before {
  content: "\f1e9";
}

.flaticon-linkedin-logo:before {
  content: "\f1ea";
}

.flaticon-dribble-big-logo:before {
  content: "\f1eb";
}

.flaticon-linux-platform:before {
  content: "\f1ec";
}

.flaticon-python:before {
  content: "\f1ed";
}

.flaticon-sketch:before {
  content: "\f1ee";
}

.flaticon-diamond-1:before {
  content: "\f1ef";
}

.flaticon-wordpress-logo:before {
  content: "\f1f0";
}

.flaticon-adobe:before {
  content: "\f1f1";
}

.flaticon-html-5:before {
  content: "\f1f2";
}

.flaticon-css-3:before {
  content: "\f1f3";
}

.flaticon-back:before {
  content: "\f1f4";
}

.flaticon-next:before {
  content: "\f1f5";
}

.flaticon-slack-1:before {
  content: "\f1f6";
}

.flaticon-steam:before {
  content: "\f1f7";
}

.flaticon-git:before {
  content: "\f1f8";
}

.flaticon-bookmark:before {
  content: "\f1f9";
}

.flaticon-check:before {
  content: "\f1fa";
}

.flaticon-cancel:before {
  content: "\f1fb";
}

.flaticon-hidden:before {
  content: "\f1fc";
}

.flaticon-visible:before {
  content: "\f1fd";
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.menuVisible .brand-title a {
  color: #002636 !important;
}

body {
  margin: 0;
  padding: 0;
  background: #fbfbfd;
  color: #002636;
  overflow-y: auto;
}
body.socialMedia {
  background: #000;
}
body.socialMedia .brand-title a {
  color: #fff;
}

.hideHeader {
  background-color: transparent;
  background: none;
}

.header.headerPlaceholder {
  opacity: 0;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
}
.header.fixed .logo svg, .header.fixed .navigationNode svg {
  transition: all 500ms ease-in-out;
}
.header.fixed .logo svg path, .header.fixed .navigationNode svg path {
  fill: #003952 !important;
  transition: all 100ms ease-in-out;
}
.header.fixed .logo:hover svg path, .header.fixed .logo.open svg path, .header.fixed .navigationNode:hover svg path, .header.fixed .navigationNode.open svg path {
  fill: #007eb2 !important;
}
.header.fixed .logo.open svg, .header.fixed .navigationNode.open svg {
  transform: rotate(180deg);
  transform-origin: 50% 40%;
}

.navigationNode {
  display: inline-block;
  margin: 0 0.5em;
  cursor: pointer;
  transition: all 100ms ease-in-out;
  text-decoration: none;
}
.navigationNode:hover, .navigationNode.open {
  color: #007eb2 !important;
}
.navigationNode:visited {
  color: inherit;
}

.subNavigationContainer {
  height: 0;
  transition: all 1s ease-out;
  background-color: #e5e5e9;
  color: #002636;
}
.subNavigationContainer.open {
  height: 60vh;
}

.subNavigationBlock {
  transition: all 1s ease-out;
  height: 0;
  overflow: hidden;
  width: 100%;
  border-top-width: 0 !important;
  position: absolute;
  background-color: #e5e5e9;
  color: #002636;
}
.subNavigationBlock a, .subNavigationBlock a:visited, .subNavigationBlock a:hover {
  color: #002636;
  text-decoration: none;
}
.subNavigationBlock .border {
  border-color: #002636;
}
.subNavigationBlock .subNodeItem, .subNavigationBlock .subNodesCategory {
  padding: 0.5em 0;
  display: block;
}
.subNavigationBlock .subNodeItem p, .subNavigationBlock .subNodesCategory p {
  margin: 0 !important;
}
.subNavigationBlock .subNodesCategory {
  margin-top: 1em;
}

.brand-title {
  position: fixed;
  left: 0;
  margin: 0;
  padding-top: 1em;
  left: max(50% - 660px, 3.5rem);
  padding-right: 90px;
  width: 30rem;
  box-sizing: border-box;
  font-weight: 100;
  z-index: 19;
  -o-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transform: translateY(0);
}
.brand-title a {
  text-decoration: none;
  color: #002636;
  font-weight: 100;
}
.brand-title a b {
  display: block;
}
@media only screen and (max-width: 1320px) {
  .brand-title {
    left: 0px;
  }
}
.brand-title svg path {
  fill: #003952 !important;
}

.notOnTop.menuVisible .brand-title {
  transform: translateY(0);
}
.notOnTop .brand-title {
  transform: translateY(-100%);
}

.main-title {
  position: relative;
}
.main-title.l-box {
  padding-right: 3em;
  padding-bottom: 3em;
  width: 60%;
}
.main-title h1 {
  padding-top: 9%;
  font-weight: 100;
}
.burgerMenu {
  position: fixed;
  right: max(50% - 660px, 3.5rem);
  display: flex;
  align-items: flex-start;
  z-index: 19;
}
@media only screen and (max-width: 1320px) {
  .burgerMenu {
    right: 0px;
  }
}
.burgerMenu button {
  margin: -10px 0px 0px -6px;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  width: 48px;
  height: 48px;
  z-index: 19;
  position: relative;
}
.burgerMenu button span {
  top: 2px;
  left: 0;
}
.burgerMenu button span, .burgerMenu button span:before, .burgerMenu button span:after {
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #003952;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
}
.burgerMenu button span:before, .burgerMenu button span:after {
  display: block;
  content: "";
}
.burgerMenu button span:before {
  top: 10px;
  transition-property: transform, opacity;
}
.burgerMenu button span:after {
  top: 20px;
  transition-property: transform;
}
.burgerMenu button.open span {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.burgerMenu button.open span, .burgerMenu button.open span:before, .burgerMenu button.open span:after {
  background-color: #002636;
}
.burgerMenu button.open span:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.burgerMenu button.open span:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

nav {
  position: fixed;
  width: 100%;
  z-index: 1;
  background: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform: translateY(-100%);
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
nav.open {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul a {
  display: block;
  font-weight: 100;
  color: #002636;
  text-decoration: none;
}
nav ul a:hover, nav ul a.active {
  font-weight: 300;
}
nav #menu {
  padding-top: 1.5rem;
  padding-left: 30rem;
  padding-bottom: 2rem;
  background: #fff;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  nav #menu {
    padding-top: 8.5rem;
    padding-left: 1.5rem;
  }
}

.headerButtonContainer {
  right: 0;
  left: auto;
  width: auto;
}
.headerButtonContainer .headerButton {
  margin-left: 2em;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 566px) {
  .headerButtonContainer .headerButton {
    margin-left: 1em;
  }
}
.headerButtonContainer .headerButton svg {
  top: -0.6em;
  width: 2.5em;
}
.headerButtonContainer .headerButton svg .st0 {
  fill: #f4f4f9;
}
.headerButtonContainer .headerButton svg .st1 {
  fill: none;
  stroke: #002636;
}
.headerButtonContainer .headerButton .snipcart-items-count {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.5em;
}

.header-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.mainImageHome {
  width: 80%;
}

.overlayBox {
  position: absolute;
  background-color: #fff;
  top: 10%;
  right: 0%;
  width: 30%;
  text-align: center;
  border: 1px solid #f5f6f6;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.overlayBox h1, .overlayBox p {
  margin: 0;
  padding: 0;
}

.animatedCounter {
  color: #fff;
  position: absolute;
  top: 38%;
  right: 78%;
}
.animatedCounter.currentHardLocks {
  right: 85%;
}
.animatedCounter.unsuccessfulLogins {
  top: 53%;
}

.telex > div {
  padding: 0 0.5em !important;
}

.content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-content {
  font-weight: 100;
  width: 75%;
  margin-bottom: 3.5rem;
}
.text-content a,
.text-content a:hover,
.text-content a:visited {
  text-decoration: none;
  color: #8ea0b3;
  font-style: italic;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .text-content {
    width: 100%;
  }
}

.blockListContainer:nth-child(odd) {
  background-color: #f4f4f9;
}

.content-block {
  margin-top: 3em;
  margin-bottom: 2em;
  position: relative;
  margin-bottom: 3.5rem;
}
.content-block h2 {
  font-weight: 900;
  padding: 0;
  margin: 0;
}
.content-block h3 {
  font-weight: 100;
  color: #002636;
  padding: 0;
  margin-top: 1rem;
}
.slider > .sliderImg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.slider > .sliderImg:first-child {
  position: relative;
  float: left;
}
.slider > .sliderImg.show {
  opacity: 1;
}
.slider .prev, .slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider .prev::after, .slider .next::after {
  content: "";
  transition: all 0.35s;
  font-weight: 100;
  width: 2em;
  height: 2em;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  box-shadow: inset -0.04em 0.04em 0 0 #000;
  border-radius: 0 0 0 0;
  position: absolute;
}
.slider .next {
  right: 2em;
}
.slider .next::after {
  right: 0;
}
.slider .prev {
  left: 2em;
}
.slider .prev::after {
  transform-origin: 50% 50%;
  transform: rotate(-135deg);
  left: 0;
}

/********** product overview ***********/
.productBox a, .productBox a:hover, .productBox a:visited {
  color: inherit;
  text-decoration: none;
}
.productBox p, .productBox h1, .productBox h2, .productBox h3 {
  margin: 0 !important;
}

/************* child page listing ***************/
.childItem a, .childItem a:hover, .childItem a:visited {
  color: inherit;
  text-decoration: none;
}
.childItem p, .childItem h1, .childItem h2, .childItem h3 {
  margin: 0 !important;
}
.childItem img {
  width: 50%;
  margin: 0 25%;
}

.footer {
  margin-top: 5em;
  padding: 3.5rem 0;
  background-color: #007eb2;
  color: #fff;
}
.footer ul {
  list-style: none;
}
.footer a,
.footer a:hover,
.footer a:visited {
  text-decoration: none;
  color: #fff;
}
.footer .pure-menu-horizontal {
  width: 100%;
  white-space: normal;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

/*********** partners *****************/
.partner a {
  color: #002636;
}

/**************** signup & login **************/

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