/*! 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.
 */

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: 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 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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[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 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 {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*csslint important:false*/

/* ==========================================================================
   Pure Base Extras
   ========================================================================== */

/**
 * Extra rules that Pure adds on top of Normalize.css
 */

/**
 * 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 v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/

.pure-g {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: 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/yahoo/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;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            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;
}

.pure-u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

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

.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;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

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

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

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
}

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

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

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

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

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

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

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
}

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

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

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

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

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

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

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

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
}

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

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

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

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

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

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

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
}

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

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

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@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;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

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

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

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

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

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

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

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

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

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

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

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

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

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

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

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

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

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

    .pure-u-sm-5-8,
    .pure-u-sm-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

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

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

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

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

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

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

    .pure-u-sm-7-8,
    .pure-u-sm-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

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

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

    .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;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

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

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

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

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

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

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

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

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

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

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

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

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

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

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

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

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

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

    .pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

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

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

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

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

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

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

    .pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

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

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

    .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;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

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

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

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

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

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

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

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

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

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

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

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

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

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

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

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

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

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

    .pure-u-lg-5-8,
    .pure-u-lg-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

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

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

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

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

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

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

    .pure-u-lg-7-8,
    .pure-u-lg-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

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

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

    .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;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

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

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

    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

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

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

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

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

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

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

    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

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

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

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

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

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

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

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

    .pure-u-xl-5-8,
    .pure-u-xl-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

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

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

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

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

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

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

    .pure-u-xl-7-8,
    .pure-u-xl-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

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

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

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-5-5,
    .pure-u-xl-24-24 {
        width: 100%;
    }
}
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.pure-menu-list,
.pure-menu-item {
    position: relative;
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}

.pure-menu-link,
.pure-menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/* HORIZONTAL MENU */
.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block;
}

/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

@font-face {
  font-family: 'montserratregular';
  src: url("6_montserrat-regular-webfont.woff2") format("woff2"), url("10_montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratbold';
  src: url("3_montserrat-bold-webfont.woff2") format("woff2"), url("5_montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.button-action {
  text-transform: uppercase;
  background-color: #ee2333;
  border: 0 none;
  color: white;
  font-size: 22px;
  padding: 10px 38px;
  -webkit-box-shadow: 0 20px 40px 1px rgba(9, 26, 72, 0.5);
          box-shadow: 0 20px 40px 1px rgba(9, 26, 72, 0.5);
  border-radius: 10px;
  font-family: montserratbold, Arial, sans-serif;
  line-height: normal;
  display: inline-block;
  text-decoration: none; }
  .button-action__label {
    vertical-align: middle;
    line-height: 1.2; }
  .button-action sup {
    vertical-align: sub;
    color: #0c235a;
    margin-left: 10px;
    font-size: 14px; }
  .button-action_small {
    font-size: 18px;
    padding: 16px 28px; }

html,
body {
  height: 100%; }

body {
  color: #161428;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: normal; }

b {
  font-family: montserratbold, Arial, sans-serif; }

button {
  outline: 0 none; }

a {
  color: #007bff; }

p {
  font-size: 15px;
  line-height: 1.3; }

li {
  line-height: 1.3; }

.pure-g [class*="pure-u"] {
  font-family: montserratregular, Arial, sans-serif; }

.table th,
.table td {
  padding: 10px;
  border-top: 1px solid #dee2e6;
  line-height: 1.3;
  font-family: montserratregular, Arial, sans-serif; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table_striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table_small th,
.table_small td {
  font-size: 12px;
  line-height: 1.5; }

.team-card {
  padding: 25px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.1);
  height: 77%;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 48em) {
    .team-card {
      margin: 0 15px;
      max-width: none; } }
  @media screen and (min-width: 48em) {
    .team-card__group {
      margin: 0 -15px; } }
  .team-card-img {
    width: 100%;
    max-width: 203px;
    max-height: 203px;
    border-radius: 50%; }
  .team-card-body {
    margin: 30px 0; }
  .team-card-name {
    color: #1a47b0;
    font-size: 16px;
    margin-bottom: 2px; }
  .team-card-role {
    color: #595f6f;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px; }

.team-hr-block {
  background-image: url("9_hr-block-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px;
  text-align: left;
  border-radius: 10px; }

.team-hr-title h3 {
  font-size: 26px;
  color: white;
  font-family: montserratbold, Arial, sans-serif;
  margin: 0;
  padding: 40px 50px; }
  @media screen and (min-width: 48em) {
    .team-hr-title h3 {
      font-size: 44px; } }

.team-hr-button {
  padding-top: 0;
  padding-bottom: 40px; }
  @media screen and (min-width: 64em) {
    .team-hr-button {
      padding-top: 40px; } }
  .team-hr-button a {
    background-color: #fa2b56;
    font-size: 14px;
    padding: 12px 20px;
    margin: 0 50px;
    color: white;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .list-group-item {
    border: 1px solid #00000020;
    margin-bottom: -1px;
    padding: 15px 20px; }
    .list-group-item:first-child {
      border-radius: 5px 5px 0 0; }
    .list-group-item:last-child {
      border-radius: 0 0 5px 5px; }

.social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .social {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 0;
      margin-bottom: 60px; } }
  .social__link {
    display: block;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .social__link {
        text-align: left; } }
    .social__link img {
      width: 90%;
      max-width: 57px;
      min-width: 30px; }
      @media screen and (min-width: 48em) {
        .social__link img {
          max-width: 20px;
          min-width: 20px; } }

.image {
  width: 100%; }
  .image_create-request {
    max-width: 495px;
    float: none;
    margin-top: 50px; }
    @media screen and (min-width: 48em) {
      .image_create-request {
        float: right;
        margin-right: -7%; } }
  .image_request-builder {
    max-width: 466px;
    float: none;
    margin: 40px 0; }
    @media screen and (min-width: 48em) {
      .image_request-builder {
        float: left;
        margin-left: -7%;
        margin-top: 0; } }
  .image_main-sources {
    max-width: 438px;
    margin-bottom: 50px; }
  .image_send-request {
    max-width: 416px;
    margin-bottom: 50px; }

.main-source__heding {
  color: #848484;
  margin: 15px 0 60px;
  font-size: 24px;
  line-height: 1.3; }
  .main-source__heding span {
    display: block;
    font-family: montserratbold; }

.main-source__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main-source__icon {
  display: block;
  margin: 0 auto; }

.main-source__label {
  display: inline-block;
  font-family: montserratbold;
  font-size: 16px;
  color: #0e255b;
  margin: 25px 0 40px;
  padding: 0 10px; }

.main-source__leftside > .pure-u-1:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media screen and (min-width: 64em) {
    .main-source__leftside > .pure-u-1:first-child {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.main-source__leftside > .pure-u-1:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media screen and (min-width: 64em) {
    .main-source__leftside > .pure-u-1:last-child {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.main-source .button-action {
  margin: 10px 0 60px; }

.requests {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 64em) {
    .requests__leftside {
      margin-left: -8%;
      width: 33%; } }

.main-source > .pure-u-1:first-child,
.requests > .pure-u-1:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media screen and (min-width: 64em) {
    .main-source > .pure-u-1:first-child,
    .requests > .pure-u-1:first-child {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.main-source > .pure-u-1:last-child,
.requests > .pure-u-1:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media screen and (min-width: 64em) {
    .main-source > .pure-u-1:last-child,
    .requests > .pure-u-1:last-child {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.icon:before {
  content: '';
  display: inline-block; }

.icon__scroll:before {
  width: 24px;
  height: 35px;
  background-image: url("1_scroll.svg"); }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .page__header {
    border-bottom: 1px solid #234387;
    background-color: #0d2662;
    position: relative; }
    @media all and (max-width: 990px) {
      .page__header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100; } }
  .page__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    @media all and (max-width: 990px) {
      .page__content {
        padding-top: 74px; } }
  .page__footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .page__section_gray {
    background-color: #f7f8fb; }

.menu-main {
  float: right; }
  @media all and (max-width: 990px) {
    .menu-main {
      display: none !important;
      margin: 0 -36px;
      padding: 15px 0;
      float: none;
      border-top: 1px solid #234387; } }
  .menu-main__item {
    margin: 0 14px;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out; }
    @media all and (max-width: 1160px) {
      .menu-main__item {
        margin: 0 6px; } }
    @media all and (max-width: 990px) {
      .menu-main__item {
        margin: 0;
        display: block !important; } }
  .menu-main__link {
    color: #709be7;
    font-size: 16px;
    padding: 34px 0;
    -webkit-transition: color .3s ease-out, font .3s ease-out;
    transition: color .3s ease-out, font .3s ease-out; }
    @media all and (max-width: 990px) {
      .menu-main__link {
        font-size: 30px;
        padding: 14px 36px;
        font-family: montserratbold, Arial, sans-serif; } }
    .menu-main__link_active, .menu-main__link:hover {
      padding-bottom: 31px;
      border-bottom: 3px solid white;
      color: white; }
      @media all and (max-width: 990px) {
        .menu-main__link_active, .menu-main__link:hover {
          padding-bottom: 14px;
          border-bottom: 0 none; } }

.menu-auth {
  float: right; }
  @media all and (max-width: 990px) {
    .menu-auth {
      display: none !important;
      margin: 10px 0 40px;
      float: none; } }
  @media all and (max-width: 990px) {
    .menu-auth__item {
      display: block !important; } }
  .menu-auth__link {
    font-size: 16px;
    color: white;
    border-radius: 5px;
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease; }
    @media all and (max-width: 1160px) {
      .menu-auth__link {
        font-size: 12px; } }
    @media all and (max-width: 990px) {
      .menu-auth__link {
        font-size: 26px;
        font-weight: bold; } }
    @media all and (max-width: 473px) {
      .menu-auth__link {
        font-size: 16px; } }
    .menu-auth__link_signup {
      background-color: #ee2333;
      padding: 7px 24px;
      margin-right: 6px; }
      @media all and (max-width: 1160px) {
        .menu-auth__link_signup {
          margin-right: 3px; } }
      @media all and (max-width: 990px) {
        .menu-auth__link_signup {
          margin-right: 12px;
          padding: 16px 42px; } }
      @media all and (max-width: 473px) {
        .menu-auth__link_signup {
          padding: 7px 24px;
          margin-right: 8px; } }
    .menu-auth__link_login {
      border: 3px solid white;
      padding: 4px 24px;
      margin-left: 6px; }
      @media all and (max-width: 1160px) {
        .menu-auth__link_login {
          margin-left: 3px; } }
      @media all and (max-width: 990px) {
        .menu-auth__link_login {
          margin-left: 12px;
          padding: 13px 42px; } }
      @media all and (max-width: 473px) {
        .menu-auth__link_login {
          padding: 4px 24px;
          margin-left: 8px; } }

.header {
  margin: 0 auto;
  max-width: 1440px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 63px;
  -webkit-transition: padding .3s ease-out, height .3s ease-out;
  transition: padding .3s ease-out, height .3s ease-out;
  position: relative;
  z-index: 2; }
  @media all and (max-width: 1160px) {
    .header {
      padding: 0 36px; } }
  .header__limit {
    margin: 0 auto;
    max-width: 1440px; }
  .header__logo {
    background-image: url("7_logo-pa-header.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 232px;
    height: 28px;
    text-decoration: none;
    margin: 23px 0;
    -webkit-transition: width .2s ease-in;
    transition: width .2s ease-in; }
    @media all and (max-width: 382px) {
      .header__logo {
        width: 43px; } }
  .header__toggler {
    display: none;
    width: 27px;
    height: 27px;
    margin-top: -13.5px;
    cursor: pointer;
    position: absolute;
    right: 36px;
    left: auto;
    top: 36px; }
    @media all and (max-width: 990px) {
      .header__toggler {
        display: block; } }
    .header__toggler:before, .header__toggler:after {
      content: '';
      display: block;
      background-color: white;
      width: 27px;
      position: absolute;
      height: 3px;
      -webkit-transition: top .008s ease, bottom .008s ease, left ease;
      transition: top .008s ease, bottom .008s ease, left ease;
      border-radius: 1px; }
    .header__toggler:before {
      top: 3px; }
    .header__toggler:after {
      bottom: 3px; }
    .header__toggler:hover:before {
      top: 2px;
      width: 29px;
      left: -1px; }
    .header__toggler:hover:after {
      bottom: 2px;
      width: 29px;
      left: -1px; }
    .header__toggler:hover .header__togglerbar:after {
      margin-left: -1px;
      width: 29px; }
    .header__toggler#header-toggler[data-toggle="1"]:before {
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg);
      top: 12px; }
    .header__toggler#header-toggler[data-toggle="1"]:after {
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg);
      bottom: 12px; }
  .header__togglerbar {
    width: 27px;
    height: 27px;
    z-index: 1;
    position: relative;
    text-decoration: none;
    display: block; }
    .header__togglerbar:after {
      content: '';
      display: block;
      background-color: white;
      width: 27px;
      height: 3px;
      margin-top: -6px;
      opacity: 1;
      -webkit-transition: opacity .008s ease-out;
      transition: opacity .008s ease-out;
      border-radius: 1px; }
    .header__togglerbar#header-togglerbar[data-toggle="1"]:after {
      opacity: 0; }
  .header__back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .header__back:before, .header__back:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1500%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: -600%;
      border-radius: 66px; }
    .header__back:before {
      background-color: #102d6f;
      z-index: 0;
      right: 34.6%; }
    .header__back:after {
      background-color: #13367e;
      z-index: 1;
      right: 54.6%; }

@media all and (max-width: 990px) {
  #header[data-toggle="1"] .pure-u-1 {
    width: 100%; } }

@media all and (max-width: 990px) {
  #header-menu-main[data-toggle="1"] {
    width: auto;
    white-space: normal; } }

@media all and (max-width: 990px) {
  #header-menu-main[data-toggle="1"] .menu-main,
  #header-menu-auth[data-toggle="1"] .menu-main {
    display: block !important; } }

@media all and (max-width: 990px) {
  #header-menu-main[data-toggle="1"] .menu-auth,
  #header-menu-auth[data-toggle="1"] .menu-auth {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.footer {
  background-color: #0d2662; }
  .footer__top, .footer__middle, .footer__bottom {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .footer__top, .footer__middle, .footer__bottom {
        text-align: left; } }
  .footer__top {
    padding-top: 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      .footer__top {
        padding-top: 80px;
        margin-bottom: 75px; } }
  .footer__middle {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      .footer__middle {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 20px; } }
  .footer__bottom {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media screen and (min-width: 48em) {
      .footer__bottom {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  .footer__logo {
    display: inline-block;
    width: 100%;
    max-width: 215px;
    height: 50px;
    text-decoration: none;
    margin-top: 18px;
    margin-bottom: 55px;
    background-image: url("8_logo-pa-footer.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (min-width: 48em) {
      .footer__logo {
        max-width: 154px;
        height: 37px;
        margin-bottom: 18px; } }
  .footer__copyright {
    margin: 50px 0; }
    @media screen and (min-width: 48em) {
      .footer__copyright {
        margin: 0; } }
    .footer__copyright p {
      color: #709be7;
      font-size: 16px !important;
      margin: 5px 0; }
      @media screen and (min-width: 48em) {
        .footer__copyright p {
          font-size: 14px !important; } }
    .footer__copyright span {
      color: white; }

@media screen and (min-width: 48em) {
  .footer-menu {
    padding-left: 15px; } }

.footer-menu__item {
  margin: 0; }
  @media screen and (min-width: 48em) {
    .footer-menu__item {
      margin: 18px 0; } }

.footer-menu__link {
  font-size: 30px;
  color: #709be7;
  text-decoration: none;
  font-family: montserratbold;
  padding: 12px 0;
  white-space: normal; }
  @media screen and (min-width: 48em) {
    .footer-menu__link {
      font-size: 14px;
      text-decoration: underline;
      font-family: montserratregular;
      padding: 0; } }
  .footer-menu__link_active, .footer-menu__link:hover {
    color: white; }

.maintenance {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none; }
  @media screen and (min-width: 48em) {
    .maintenance {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 48em) {
    .maintenance__item {
      padding-left: 15px; } }
  .maintenance__item img {
    width: 100%; }
  .maintenance__item_kaspersky img {
    max-width: 156px; }
  .maintenance__item_gdpr img {
    max-width: 147px; }
  .maintenance__item_letsencrypt img {
    max-width: 201px; }
  .maintenance__label {
    font-size: 14px;
    color: #709be7;
    display: block;
    margin-bottom: 10px; }

.content {
  padding: 0 1em;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left; }
  @media screen and (min-width: 48em) {
    .content {
      text-align: left;
      padding: 0 3em; } }
  @media screen and (min-width: 80em) {
    .content {
      padding: 0 8em; } }
  .content,
  .content p {
    font-size: 18px; }
  .content h3 {
    font-family: 'montserratbold';
    font-size: 20px;
    margin-top: 50px; }
    @media screen and (min-width: 35.5em) {
      .content h3 {
        font-size: 28px; } }
  .content h4 {
    font-family: 'montserratbold';
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px; }
  .content a:hover {
    text-decoration: none; }
  .content_center {
    text-align: center; }
  .content_middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .content_middle {
        text-align: left; } }
  .content_last {
    padding-bottom: 80px; }
  .content_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 48em) {
      .content_footer {
        display: inline-block; } }
  .content__limit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1440px; }
  .content__preheading {
    color: #bfc4ce;
    font-size: 18px;
    margin-top: 34px;
    margin-bottom: 15px; }
  .content__heading {
    font-weight: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 30px;
    color: #0f358e;
    margin: 18px 0 34px;
    -webkit-transition: font .3s ease-out;
    transition: font .3s ease-out; }
    @media screen and (min-width: 48em) {
      .content__heading {
        font-size: 35px; } }
    @media screen and (min-width: 64em) {
      .content__heading {
        font-size: 40px; } }
    @media screen and (min-width: 80em) {
      .content__heading {
        font-size: 45px; } }
    .content__heading_first {
      margin-top: 86px; }
  .content__notice {
    margin-bottom: 34px;
    color: #848484;
    max-width: 700px;
    display: inline-block; }
    .content__notice p {
      font-size: 15px; }
  .content__video {
    max-width: 602px;
    height: 0;
    padding-bottom: 51.382%;
    background-color: #bfc4ce;
    margin: 88px 0 0;
    background-image: url("2_preview-video.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 35.5em) {
      .content__video {
        margin: 88px 40px; } }
    .content__video_iframe {
      position: relative;
      overflow: hidden;
      padding-bottom: 56.25%; }
      .content__video_iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .content__image {
    margin: 90px 40px; }
    .content__image_aright {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 48em) {
        .content__image_aright {
          max-width: 87%;
          margin-left: 15%; } }
    .content__image_aleft {
      max-width: 87%;
      margin-right: 15%; }

.banner-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #0d2662; }
  .banner-home__headding, .banner-home__try, .banner-home__scroll, .banner-home__ipad, .banner-home__iphone {
    z-index: 2; }
  .banner-home__headding {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: white;
    display: inline-block;
    max-width: 966px;
    margin: 40px 0 55px;
    padding: 0 36px;
    line-height: 1.3;
    font-family: montserratbold, Arial, sans-serif;
    font-size: 42px;
    -webkit-transition: font .1s ease-out, margin .1s ease-out;
    transition: font .1s ease-out, margin .1s ease-out; }
    .banner-home__headding a {
      color: #709be7; }
    @media screen and (min-width: 64em) {
      .banner-home__headding {
        font-size: 48px;
        margin-top: 78px; } }
    @media screen and (min-width: 48em) {
      .banner-home__headding {
        margin-top: 78px; } }
  .banner-home__try {
    position: relative;
    margin-bottom: 470px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    @media all and (max-width: 990px) {
      .banner-home__try {
        margin-bottom: 180px; } }
  .banner-home__scroll {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media all and (max-width: 990px) {
      .banner-home__scroll {
        display: none; } }
  .banner-home__ipad, .banner-home__iphone {
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .8s ease-out;
    transition: opacity .3s ease-in-out, -webkit-transform .8s ease-out;
    transition: opacity .3s ease-in-out, transform .8s ease-out;
    transition: opacity .3s ease-in-out, transform .8s ease-out, -webkit-transform .8s ease-out; }
  .banner-home__ipad {
    bottom: -375px;
    right: 11%; }
    @media all and (max-width: 990px) {
      .banner-home__ipad {
        opacity: 0;
        height: 0; } }
  .banner-home__iphone {
    bottom: 19px;
    right: 0%; }
    @media all and (max-width: 990px) {
      .banner-home__iphone {
        opacity: 0;
        height: 0; } }
  .banner-home:before, .banner-home:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -148%;
    border-radius: 66px; }
  .banner-home:before {
    background-color: #102d6f;
    z-index: 0;
    right: 27%; }
  .banner-home:after {
    background-color: #13367e;
    z-index: 1;
    right: 47%; }

.banner-about {
  background-image: url("4_about-header-bg_2000x907.png");
  background-color: #ee2333;
  background-position: center center;
  background-size: cover;
  padding: 110px 0; }
  .banner-about__limit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 760px; }
  .banner-about__heading {
    color: #1d2859;
    font-size: 30px;
    margin-top: 10px;
    font-family: montserratregular, Arial, sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 48em) {
      .banner-about__heading {
        font-size: 45px; } }
  .banner-about__content {
    padding: 35px 1em;
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    background-color: white;
    color: #848484; }
    @media screen and (min-width: 48em) {
      .banner-about__content {
        padding: 36px 2em; } }

.banner {
  padding: 40px 0; }
  .banner__limit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 760px; }
  .banner__heading {
    color: #1d2859;
    font-size: 30px;
    margin-top: 10px;
    font-family: montserratregular, Arial, sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 48em) {
      .banner__heading {
        font-size: 45px; } }
  .banner__content {
    padding: 35px 1em;
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    background-color: white;
    color: #848484; }
    @media screen and (min-width: 48em) {
      .banner__content {
        padding: 36px 2em; } }
  .banner__logo {
    -webkit-box-shadow: 15px 15px 100px rgba(0, 0, 0, 0.3);
            box-shadow: 15px 15px 100px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin: 25px 0 40px; }

.button-scroll {
  width: 61px;
  height: 61px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ee2333;
  border: 0 none;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: 0 20px 40px 1px rgba(9, 26, 72, 0.5);
          box-shadow: 0 20px 40px 1px rgba(9, 26, 72, 0.5);
  margin: 30px 0; }

article,
section {
  display: block; }

time {
  display: inline; }

.post__back {
  display: block;
  margin: 50px 0;
  cursor: pointer;
  text-decoration: underline; }
  .post__back:hover {
    text-decoration: none;
    color: #ee2333; }

.post__list {
  margin: 30px 0; }

.post__item {
  margin: 50px 0; }
  .post__item + .post__item {
    padding: 50px 0;
    border-top: 1px solid #ebebeb; }

.post__title {
  margin: 0;
  margin-bottom: 15px; }
  .post__title,
  .post__title a {
    color: #0f358e;
    font-family: montserratbold;
    font-size: 46px; }
    @media all and (max-width: 998px) {
      .post__title,
      .post__title a {
        font-size: 34px; } }
    @media all and (max-width: 660px) {
      .post__title,
      .post__title a {
        font-size: 25px; } }
  .post__title a {
    text-decoration: none; }

.post__content {
  margin: 40px 0; }
  .post__content h2 {
    font-size: 2rem; }
  .post__content ol {
    padding-left: 0; }
    .post__content ol li {
      margin-left: 40px;
      font-size: 2rem; }

.post__meta {
  font-size: 14px;
  color: #8a8a8a; }

.post__tags a {
  text-decoration: underline; }
  .post__tags a:hover {
    text-decoration: none;
    color: #ee2333; }

.accordion__item {
  border: 1px solid #bfc4ce;
  margin: 20px 0;
  border-radius: 10px; }

.accordion__heading {
  margin: 0 !important;
  border-bottom: 1px solid #bfc4ce;
  border-radius: 10px;
  background-color: #f7f8fb; }
  .accordion__heading button {
    padding: 20px;
    outline: none;
    border: 0 none;
    background-color: transparent;
    color: #0c235a;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: montserratbold, Arial, sans-serif;
    line-height: 1.3; }
    @media screen and (min-width: 35.5em) {
      .accordion__heading button {
        font-size: 22px;
        padding: 20px 30px; } }

.accordion__collapse[data-toggle="0"] .accordion__content {
  height: 0;
  overflow: hidden;
  padding: 0; }

.accordion__content {
  -webkit-transition: padding-top .3s ease-out, padding-bottom .3s ease-out;
  transition: padding-top .3s ease-out, padding-bottom .3s ease-out;
  padding: 10px 20px; }
  .accordion__content p {
    font-size: 16px; }
    @media screen and (min-width: 35.5em) {
      .accordion__content p {
        font-size: 18px; } }
  @media screen and (min-width: 35.5em) {
    .accordion__content {
      padding: 10px 30px; } }

.contacts-about {
  margin-bottom: 10px; }
  @media screen and (min-width: 64em) {
    .contacts-about {
      margin-bottom: 80px; } }

.contacts-item {
  margin: 30px 0;
  padding: 0 10px; }
  .contacts-item__icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px auto 30px; }
    .contacts-item__icon svg {
      overflow: hidden;
      vertical-align: middle; }
  .contacts-item__title {
    display: block;
    font-size: 16px; }
    .contacts-item__title[href] {
      text-decoration: none; }
      .contacts-item__title[href]:hover {
        text-decoration: underline; }
  .contacts-item__label {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #bfc4ce;
    font-size: 14px; }

.contacts-form {
  margin-top: 30px; }
  @media screen and (min-width: 64em) {
    .contacts-form {
      margin-top: 5px; } }
  .contacts-form input,
  .contacts-form textarea {
    width: 100%;
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 30px;
    border: 1px solid #dddfe7;
    border-radius: 4px;
    font: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px; }
    .contacts-form input:focus,
    .contacts-form textarea:focus {
      border-color: transparent;
      -webkit-box-shadow: 4px 4px 15px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 4px 4px 15px 2px rgba(0, 0, 0, 0.2);
      outline: 0 none; }
    @media screen and (min-width: 64em) {
      .contacts-form input,
      .contacts-form textarea {
        font-size: 18px; } }
  .contacts-form textarea {
    min-height: 150px;
    resize: vertical; }
  .contacts-form .pure-u-1-2:first-child {
    text-align: left; }
  .contacts-form .pure-u-1-2:last-child {
    text-align: right; }
  .contacts-form .pure-u-1-2 input {
    width: 95%; }
  .contacts-form button {
    display: inline-block;
    margin: 0 auto 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#123075), to(#092157));
    background-image: linear-gradient(180deg, #123075, #092157);
    color: white;
    border: 0 none;
    font: inherit;
    border-radius: 5px;
    cursor: pointer;
    padding: 18px 50px; }
  .contacts-form .errorlist {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    margin-top: -15px;
    color: #ee2333; }

.elastic-table__item {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #dee2e6; }
  .elastic-table__item:before {
    display: block;
    content: attr(data-label);
    font-weight: bold; }
  .elastic-table__item:first-child {
    border-top: 0 none; }
  @media screen and (min-width: 48em) {
    .elastic-table__item {
      border-top: 0 none; } }

.elastic-table > .pure-g {
  border-top: 1px solid #dee2e6; }
  .elastic-table > .pure-g:not(.elastic-table__head):nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05); }

.elastic-table__head {
  display: none;
  font-weight: bold;
  border-bottom: 1px solid #dee2e6; }
  @media screen and (min-width: 48em) {
    .elastic-table__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.elastic-table__label {
  display: block;
  font-weight: bold;
  text-align: right;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 48em) {
    .elastic-table__label {
      display: none; } }

.elastic-table_small {
  font-size: 12px;
  line-height: 1.5; }

@media screen and (min-width: 48em) {
  .elastic-table_vcenter .pure-g {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.slider {
  margin-top: 60px; }
  .slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
    position: relative; }
    @media screen and (min-width: 48em) {
      .slider__wrap {
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal; } }
  .slider__couple {
    z-index: 1;
    position: relative;
    background-color: #0d2764;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media screen and (min-width: 48em) {
      .slider__couple {
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial;
        background-color: transparent; } }
    .slider__couple:before {
      content: '';
      display: block;
      width: 80%;
      height: 1px;
      background-color: #8693b2;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 0; }
      @media screen and (min-width: 48em) {
        .slider__couple:before {
          display: none; } }
    .slider__couple:nth-child(4):before {
      left: 0;
      right: auto; }
    .slider__couple_one:before {
      width: 50%;
      right: 25%; }
  .slider__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media screen and (min-width: 48em) {
      .slider__tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        flex-direction: column; } }
  .slider__tab-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: transparent;
    padding: 20px 0; }
    @media screen and (min-width: 48em) {
      .slider__tab-wrap {
        padding: 0; } }
    .slider__tab-wrap:last-child {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
  .slider__tab {
    font-size: 16px;
    padding: 15px;
    background-color: #0d2764;
    cursor: pointer;
    display: inline-block; }
    @media screen and (min-width: 48em) {
      .slider__tab {
        background-color: transparent;
        font-size: 18px;
        padding: 20px;
        margin-bottom: 50px; } }
    @media screen and (min-width: 64em) {
      .slider__tab {
        background-color: transparent;
        font-size: 24px;
        padding: 30px;
        margin-bottom: 100px; } }
    .slider__tab_left {
      text-align: right; }
    .slider__tab_right {
      text-align: left; }
    .slider__tab_active, .slider__tab[data-used="1"] {
      background-color: #0d2764; }
      @media screen and (min-width: 48em) {
        .slider__tab_active, .slider__tab[data-used="1"] {
          background-color: #1d2859; } }
      .slider__tab_active .slider__number, .slider__tab[data-used="1"] .slider__number {
        background-color: #ee2333; }
      .slider__tab_active .slider__label, .slider__tab[data-used="1"] .slider__label {
        color: white; }
  .slider__number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #3f61a6;
    color: white;
    font-family: montserratbold;
    margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      .slider__number {
        background-color: #1d2859;
        width: 46px;
        height: 46px;
        margin-bottom: 26px; } }
    @media screen and (min-width: 64em) {
      .slider__number {
        background-color: #1d2859;
        width: 67px;
        height: 67px;
        margin-bottom: 26px; } }
  .slider__label {
    color: #595f6f;
    margin: 10px 0;
    display: none; }
    @media screen and (min-width: 48em) {
      .slider__label {
        display: inline-block; } }
  .slider__note {
    width: 100%;
    display: block;
    color: white;
    letter-spacing: normal;
    font-family: montserratbold, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.3;
    padding: 50px 10% 5px;
    background-color: #0d2764;
    z-index: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media screen and (min-width: 48em) {
      .slider__note {
        display: none; } }
  .slider__phone {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
    padding-bottom: 118%; }
    @media screen and (min-width: 35.5em) {
      .slider__phone {
        padding-bottom: 97%; } }
    @media screen and (min-width: 48em) {
      .slider__phone {
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial;
        height: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: initial;
        padding-bottom: 0; } }
  .slider__display {
    position: relative;
    border-radius: 30px;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 6px 14px 40px 1px #cecece, inset -4px -14px 55px -8px #dee1e6;
            box-shadow: 6px 14px 40px 1px #cecece, inset -4px -14px 55px -8px #dee1e6;
    width: 86%;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: white; }
    @media screen and (min-width: 35.5em) {
      .slider__display {
        width: 70%; } }
    .slider__display:after {
      position: absolute;
      content: '';
      display: block;
      top: 3em;
      bottom: 4.3em;
      left: 1em;
      right: 1em;
      border-radius: 4px;
      -webkit-box-shadow: inset -1px -1px 21px -4px #dee1e6;
              box-shadow: inset -1px -1px 21px -4px #dee1e6; }
      @media screen and (min-width: 35.5em) {
        .slider__display:after {
          top: 4em; } }
  .slider__screen {
    width: 100%;
    margin-top: 3em;
    border-radius: 4px; }
    @media screen and (min-width: 35.5em) {
      .slider__screen {
        margin-top: 4em; } }
    @media all and (max-width: 875px) and (min-width: 768px) {
      .slider__screen_fix {
        max-width: 228px; } }
  .slider__phone-btn {
    width: 3em;
    height: 3em;
    -webkit-box-shadow: inset 0 2px 8px 0px #dee1e6;
            box-shadow: inset 0 2px 8px 0px #dee1e6;
    margin: .5em auto;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px; }
  .slider__arrow {
    width: 22px;
    height: 34px;
    position: absolute;
    top: 33%;
    margin-top: -17px;
    cursor: pointer;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    z-index: 1;
    display: block; }
    @media screen and (min-width: 48em) {
      .slider__arrow {
        display: none; } }
    .slider__arrow_left:before, .slider__arrow_left:after, .slider__arrow_right:before, .slider__arrow_right:after {
      content: '';
      display: block;
      width: 25px;
      height: 8px;
      background-color: #d2d6dd;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 6px;
      left: -2px;
      border-radius: 4px; }
    .slider__arrow_left {
      left: 5px;
      padding-right: 40%; }
      .slider__arrow_left:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: auto;
        bottom: 6px; }
    .slider__arrow_right {
      right: 5px;
      padding-left: 40%; }
      .slider__arrow_right:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .slider__arrow_right:after {
        top: auto;
        bottom: 6px; }
      .slider__arrow_right:before, .slider__arrow_right:after {
        right: -2px;
        left: auto; }

