/*! 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: .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: -.5em;
}

sub {
    bottom: -.25em;
}

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

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

img {
    border: 0;
}

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

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

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

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

figure {
    margin: 1em 40px;
}

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

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

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

pre {
    overflow: auto;
}

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

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

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

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

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

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

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

button {
    overflow: visible;
}

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

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

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

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .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;
}



/* Main Style - Please Redo When Possible (MVP)
	 ========================================================================== */

h1 {
    font-size: 2em;
    margin: .67em 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}
@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}
.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-prev {
    left: -25px
}
[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}
.slick-prev:before {
    content: "←"
}
[dir=rtl] .slick-prev:before {
    content: "→"
}
.slick-next {
    right: -25px
}
[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}
.slick-next:before {
    content: "→"
}
[dir=rtl] .slick-next:before {
    content: "←"
}
.slick-dotted.slick-slider {
    margin-bottom: 30px
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}
.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}
.styleguides__folder {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(39, 199, 145, .17);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 22px;
    background: #19b6c0;
    background: linear-gradient(to right, #19b6c0 0, #28c88d 100%)
}
.styleguides__folder:hover {
    background-color: rgba(35, 178, 129, .17)
}
.styleguides__folder__link:link, .styleguides__folder__link:visited {
    color: #444
}
.styleguides__component {
    padding-bottom: 60px
}
.styleguides__component__info {
    margin-bottom: 60px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #27c791;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    background: #19b6c0;
    background: linear-gradient(to right, #19b6c0 0, #28c88d 100%)
}
.styleguides__component__popup {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 95%;
    padding: 20px;
    background-color: #27c791;
    border: 1px solid #333;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    overflow: auto;
    z-index: 999999
}
.styleguides__component__popup-inner {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px
}
.styleguides__component__popup-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 7px;
    background-color: #27c791;
    border: 1px solid #eee;
    font-weight: 700
}
.styleguides__component__link:before {
    content: '';
    border-left: 1px solid #ccc;
    margin: 0 10px;
    -webkit-transform: scale(1, 2);
    -ms-transform: scale(1, 2);
    transform: scale(1, 2);
    display: inline-block;
    height: 10px
}
@media (min-width:992px) {
    .styleguides__list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        -webkit-column-rule-color: #ccc;
        column-rule-color: #ccc;
        -webkit-column-rule-style: solid;
        column-rule-style: solid;
        -webkit-column-rule-width: 1px;
        column-rule-width: 1px
    }
}
.styleguides__list__link {
    display: block
}
.styleguides__component__variation {
    border-top: 1px solid #f0f0f0;
    color: #e0e0e0;
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 12px;
    font-family: monospace
}
.styleguides__large-icons i {
    font-size: rem-calc(35);
    margin-right: rem-calc(20);
    margin-bottom: rem-calc(20);
    display: inline-block
}
@media screen and (min-width:768px) {
    .styleguides-tablet-3 {
        width: 30%
    }
}
body {
    font-family: Roboto, sans-serif
}
:focus {
    outline: 0
}
figure {
    margin: 0;
    padding: 0
}
a {
    transition: color .2s ease, background-color .2s ease
}
a:link, a:visited {
    color: #000;
    text-decoration: none
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited {
    color: #282f2f
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .cta4 h2, .h2, .h3, .h4, .h5, .heading, .page-title {
    font-weight: 900;
    color: #282f2f
}
img {
    max-width: 100%
}
.img-caption {
    font-size: 12px;
    line-height: 17px;
    margin-top: 9px;
    color: #616161;
    font-family: Lato, sans-serif
}
.page-title {
    font-family: Lato, sans-serif;
    font-size: 33px;
    line-height: 35px
}
@media screen and (min-width:768px) {
    .page-title {
        font-size: 42px;
        line-height: 47px
    }
}
.page-emphasize {
    font-family: Lora, serif;
    font-size: 26px;
    line-height: 32px;
    font-style: italic;
    color: #292929;
    text-align: center;
    font-weight: 400
}
@media screen and (min-width:768px) {
    .page-emphasize {
        font-size: 33px;
        line-height: 39px;
        margin-left: 43px;
        margin-right: 42px
    }
}
@media screen and (min-width:768px) {
    .page-emphasize {
        font-size: 38px;
        line-height: 39px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 110px;
        margin-bottom: 90px
    }
}
.article-content h2, .cta4 h2, .h2 {
    font-size: 28px;
    line-height: 33px
}
@media screen and (min-width:768px) {
    .article-content h2, .cta4 h2, .h2 {
        font-size: 32px
    }
}
.article-content h3, .h3 {
    font-size: 26px;
    line-height: 30px
}
@media screen and (min-width:768px) {
    .article-content h3, .h3 {
        font-size: 29px
    }
}
.article-content h4, .h4 {
    font-size: 24px;
    line-height: 30px
}
@media screen and (min-width:768px) {
    .article-content h4, .h4 {
        font-size: 26px
    }
}
.article-content h5, .h5 {
    font-size: 22px;
    line-height: 26px
}
@media screen and (min-width:768px) {
    .article-content h5, .h5 {
        font-size: 24px;
        line-height: 30px
    }
}
.blockquote {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #282f2f;
    margin: 0;
    position: relative;
    padding: 19px 0 0 30px;
    margin-top: 52px;
    margin-bottom: 34px
}
@media screen and (min-width:768px) {
    .blockquote {
        margin-top: 48px;
        padding-top: 15px;
        margin-bottom: 44px
    }
}
.blockquote:before {
    position: absolute;
    left: 0;
    top: -19px;
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMCAyNCI+PGRlZnM+PHBhdGggaWQ9ImNwYmdhIiBkPSJNMzQwLjIxIDQ0OTYuMTVjMC0xLjYuMjQtMy4xMy43My00LjYyYTEyLjQ3IDEyLjQ3IDAgMCAxIDIuMzMtNC4xNCAxNi4wNSAxNi4wNSAwIDAgMSA0LjE0LTMuNDIgMjQuNjIgMjQuNjIgMCAwIDEgNi4yLTIuNTF2My44OGMtMS4xLjQtMi4wNS43OC0yLjg3IDEuMTctLjgyLjQtMS41LjgyLTIuMDUgMS4yN2E0LjE3IDQuMTcgMCAwIDAtMS42NyAzLjQyYzAgLjQ5LjE0Ljg4LjQgMS4xNy4yNy4zLjYxLjU4IDEuMDMuODUuNDEuMjYuODUuNTQgMS4zMi44Mi40Ni4yOC45LjYzIDEuMzIgMS4wNi40MS40My43NS45NyAxLjAyIDEuNjMuMjcuNjYuNCAxLjQ5LjQgMi41IDAgMS42OC0uNTEgMi45Ni0xLjU1IDMuODRhNS43NyA1Ljc3IDAgMCAxLTMuODcgMS4zMWMtMi4xMiAwLTMuOC0uNzMtNS4wMy0yLjItMS4yMy0xLjQ2LTEuODUtMy40Ny0xLjg1LTYuMDN6bTE1LjY3IDBjMC0xLjYuMjUtMy4xMy43NC00LjYyYTEyLjQ3IDEyLjQ3IDAgMCAxIDIuMzItNC4xNCAxNi4wNiAxNi4wNiAwIDAgMSA0LjE1LTMuNDIgMjQuNjUgMjQuNjUgMCAwIDEgNi4yLTIuNTF2My44OGMtMS4wNy40LTIuMDIuNzgtMi44NSAxLjE3LS44My40LTEuNTIuODItMi4wNyAxLjI3YTQuMTcgNC4xNyAwIDAgMC0xLjY3IDMuNDJjMCAuNDkuMTMuODguNCAxLjE3LjI3LjMuNjEuNTggMS4wMy44NS40Mi4yNi44NS41NCAxLjMyLjgyLjQ2LjI4LjkuNjMgMS4zMiAxLjA2LjQxLjQzLjc2Ljk3IDEuMDIgMS42My4yNy42Ni40IDEuNDkuNCAyLjUgMCAxLjY4LS41MSAyLjk2LTEuNTUgMy44NGE1Ljc4IDUuNzggMCAwIDEtMy44NyAxLjMxYy0yLjEyIDAtMy44LS43My01LjA0LTIuMi0xLjIzLTEuNDYtMS44NS0zLjQ3LTEuODUtNi4wM3oiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM0MCAtNDQ4MSkiPjx1c2UgZmlsbD0iIzJkYmU2MCIgeGxpbms6aHJlZj0iI2NwYmdhIi8+PC9nPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    width: 30px;
    height: 24px
}
.blockquote .meta__name {
    font-size: 12px
}
@media screen and (min-width:768px) {
    .blockquote {
        font-size: 22px;
        line-height: 27px
    }
}
.blockquote.blockquote--2 {
    font-family: Martel, serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 50px
}
@media screen and (min-width:768px) {
    .blockquote.blockquote--2 {
        margin-left: -50px;
        margin-right: -50px;
        font-size: 21px;
        line-height: 30px
    }
}
@media screen and (min-width:992px) {
    .blockquote.blockquote--2 {
        margin-left: -100px;
        margin-right: -100px;
        margin-top: 76px
    }
}
.blockquote.blockquote--2 strong {
    font-weight: 700;
    color: #2dbe60
}
.blockquote.blockquote--2:before {
    display: none
}
.blockquote.blockquote--2 .blockquote__container {
    position: relative
}
.blockquote.blockquote--2 .blockquote__container:after, .blockquote.blockquote--2 .blockquote__container:before {
    content: '';
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzYiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NiA1NiI+PGRlZnM+PHBhdGggaWQ9ImY0ZnlhIiBkPSJNMjU4LjU1IDI5OC40NWMtNi41MiAwLTExLjI0LTIuMzItMTQuMTYtNi45OGEyNS4yIDI1LjIgMCAwIDEtMy4yLTcuMzhjLS44LTIuOTItMS4xOS01Ljk4LTEuMTktOS4xNyAwLTYuOTIgMS43Ni0xMy4xNyA1LjI5LTE4Ljc1IDMuNTItNS41OSA4Ljc0LTkuOTggMTUuNjUtMTMuMTdsMS44IDMuNmEyNi41NyAyNi41NyAwIDAgMC0xMC4wNyA3LjM3Yy0yLjg2IDMuMzMtNC41NiA2LjcyLTUuMDkgMTAuMTctLjQgMS42LS42IDMuMTMtLjYgNC42IDAgMS4zMi4yIDIuNTkuNiAzLjc4IDIuOTMtMy4xOSA2Ljc4LTQuNzkgMTEuNTctNC43OSA0LjY1IDAgOC40NCAxLjM3IDExLjM3IDQuMSAyLjkzIDIuNzIgNC4zOSA2LjQ4IDQuMzkgMTEuMjYgMCA0LjUzLTEuNTMgOC4yMi00LjU5IDExLjA4LTMuMDYgMi44NS02Ljk4IDQuMjgtMTEuNzcgNC4yOHptNDEuMSAwYy02LjUyIDAtMTEuMjQtMi4zMi0xNC4xNy02Ljk4YTI1LjIgMjUuMiAwIDAgMS0zLjItNy4zOGMtLjc5LTIuOTItMS4xOS01Ljk4LTEuMTktOS4xNyAwLTYuOTIgMS43Ni0xMy4xNyA1LjI5LTE4Ljc1IDMuNTItNS41OSA4Ljc0LTkuOTggMTUuNjYtMTMuMTdsMS44IDMuNmEyNi41NyAyNi41NyAwIDAgMC0xMC4wOCA3LjM3Yy0yLjg2IDMuMzMtNC41NiA2LjcyLTUuMDkgMTAuMTctLjQgMS42LS42IDMuMTMtLjYgNC42IDAgMS4zMi4yIDIuNTkuNiAzLjc4IDIuOTMtMy4xOSA2Ljc4LTQuNzkgMTEuNTctNC43OSA0LjY2IDAgOC40NSAxLjM3IDExLjM3IDQuMSAyLjkzIDIuNzIgNC4zOSA2LjQ4IDQuMzkgMTEuMjYgMCA0LjUzLTEuNTMgOC4yMi00LjU5IDExLjA4LTMuMDYgMi44NS02Ljk4IDQuMjgtMTEuNzcgNC4yOHoiLz48L2RlZnM+PGc+PGcgb3BhY2l0eT0iLjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNDAgLTI0MykiPjx1c2UgZmlsbD0iI2NjYyIgeGxpbms6aHJlZj0iI2Y0ZnlhIi8+PC9nPjwvZz48L3N2Zz4=);
    width: 41px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat
}
@media screen and (min-width:768px) {
    .blockquote.blockquote--2 .blockquote__container:after, .blockquote.blockquote--2 .blockquote__container:before {
        width: 76px;
        height: 56px
    }
}
.blockquote.blockquote--2 .blockquote__container:before {
    left: 0;
    top: -30px
}
@media screen and (min-width:768px) {
    .blockquote.blockquote--2 .blockquote__container:before {
        top: -28px
    }
}
.blockquote.blockquote--2 .blockquote__container:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    bottom: -30px
}
@media screen and (min-width:768px) {
    .blockquote.blockquote--2 .blockquote__container:after {
        bottom: -28px
    }
}
.blockquote.blockquote--2 .meta__author {
    margin-top: 53px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}
.blockquote.blockquote--2 .meta__author:after, .blockquote.blockquote--2 .meta__author:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.blockquote.blockquote--2 .meta__author:before {
    top: -26px;
    width: 50px;
    height: 1px;
    background-color: #2dbe60
}
.blockquote.blockquote--2 .meta__author:after {
    top: -33px;
    width: 13px;
    height: 13px;
    border: 1px solid #2dbe60;
    background-color: #fff;
    border-radius: 50%
}
.article-content a:not(.gradient-button), .article-content ol, .article-content ul, .article-content>p, .body-text, .content-link, .list {
    font-family: Martel, serif;
    color: #292929;
    font-size: 16px;
    line-height: 1.85
}
@media screen and (min-width:768px) {
    .article-content a:not(.gradient-button), .article-content ol, .article-content ul, .article-content>p, .body-text, .content-link, .list {
        font-size: 17px
    }
}
@media screen and (min-width:992px) {
    .body-text--first-letter::first-letter {
        font-size: 57px;
        line-height: 47px;
        font-weight: 900;
        float: left;
        margin-top: 5px;
        margin-right: 5px
    }
}
.article-content a:not(.gradient-button), .content-link {
    color: #292929;
    position: relative;
    display: inline-block
}
.article-content a:not(.gradient-button):after, .content-link:after {
    width: 100%;
    content: "";
    height: 2px;
    background-color: #0abf98;
    position: absolute;
    bottom: 3px;
    left: 0
}
.article-content a:active:not(.gradient-button), .article-content a:focus:not(.gradient-button), .article-content a:hover:not(.gradient-button), .content-link:active, .content-link:focus, .content-link:hover {
    border: none
}
.article-content ul, .list {
    list-style-type: none;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 35px
}
.article-content ul>li, .list>li {
    position: relative;
    padding-left: 23px
}
.article-content ul>li:not(:last-of-type), .list>li:not(:last-of-type) {
    margin-bottom: 15px
}
.article-content ul>li::before, .list>li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "•";
    color: #0abf98;
    display: inline-block;
    font-size: 32px
}
.progressive {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0
}
.progressive img {
    display: block;
    width: 100%;
    max-width: none;
    border: 0 none;
    height: auto
}
.progressive img.preview {
    -webkit-filter: blur(2vw);
    filter: blur(2vw);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    width: 100%
}
.progressive img.reveal {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform, opacity;
    -webkit-animation: progressiveReveal 1s ease-out;
    animation: progressiveReveal 1s ease-out
}
@-webkit-keyframes progressiveReveal {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes progressiveReveal {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.infinite-loading {
    display: none;
    position: relative;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    transition: opacity .5s ease;
    opacity: 0
}
.infinite-loading div {
    position: absolute;
    border: 4px solid #0abf98;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: loading-animation 1s cubic-bezier(0, .2, .8, 1) infinite;
    animation: loading-animation 1s cubic-bezier(0, .2, .8, 1) infinite
}
.infinite-loading div:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}
@-webkit-keyframes loading-animation {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}
@keyframes loading-animation {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}
.slick-loading .slick-list {
    background: #fff
}
.h100 {
    height: 100%
}
.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.flex-center-span {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.hidden {
    display: none
}
.container {
    max-width: 923px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 1
}
@media screen and (min-width:600px) {
    .container {
        padding-left: 24px;
        padding-right: 24px
    }
}
.container--medium {
    max-width: 1017px
}
.container--wide {
    max-width: 1150px
}
@media screen and (max-width:599px) {
    .container--mobile-full {
        padding-left: 0;
        padding-right: 0
    }
}
.container--smaller {
    max-width: 800px
}
.container--small {
    max-width: 720px
}
.container--extra-small {
    max-width: 600px
}
.container--micro {
    max-width: 480px
}
.container--related-article {
    margin-bottom: 70px
}
@media screen and (min-width:768px) and (max-width:1199px) {
    .container--related-article {
        margin-bottom: 47px
    }
}
@media screen and (min-width:992px) {
    .container--related-article {
        margin-bottom: 70px
    }
}
.container--step {
    opacity: 0;
    transition: opacity .4s ease-in, -webkit-transform .4s ease-in;
    transition: transform .4s ease-in, opacity .4s ease-in;
    transition: transform .4s ease-in, opacity .4s ease-in, -webkit-transform .4s ease-in;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    position: relative;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.container--step:not(.container--step--active) .contact-container {
    margin-top: 0!important
}
.container--step--wrapper {
    position: relative
}
.container--step--active {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    position: relative;
    top: auto;
    left: auto;
    transition: opacity .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, opacity .4s ease-out;
    transition: transform .4s ease-out, opacity .4s ease-out, -webkit-transform .4s ease-out;
    transition-delay: .4s
}
.container--step--active+.container--step {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px)
}
.container--step--active .contact-success__icon {
    margin-top: 51px
}
@media screen and (min-width:992px) {
    .container--step--active .contact-success__icon {
        margin-top: 80px
    }
}
.container--about {
    max-width: 600px
}
@media screen and (min-width:992px) {
    .container--about {
        max-width: 900px
    }
}
@media screen and (min-width:600px) {
    .grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -8px;
        margin-right: -8px
    }
}
@media screen and (min-width:600px) {
    .grid--3>.grid__item {
        width: calc(33.33% - 16px);
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px
    }
}
.grid--1-2-3>.grid__item:last-child {
    display: none
}
@media screen and (min-width:600px) {
    .grid--1-2-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .grid--1-2-3>.grid__item {
        width: calc(50% - 16px);
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px
    }
}
@media screen and (min-width:992px) {
    .grid--1-2-3>.grid__item {
        width: calc(33.33% - 16px)
    }
    .grid--1-2-3>.grid__item:last-child {
        display: block
    }
}
.grid--1-2-3--show-all>.grid__item:last-child {
    display: block
}
@media screen and (min-width:600px) {
    .grid--1-1-2 {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
    .grid--1-1-2>.grid__item:nth-child(2) .listing {
        margin-bottom: 0
    }
}
@media screen and (min-width:992px) {
    .grid--1-1-2 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .grid--1-1-2>.grid__item {
        width: calc(50% - 10px)
    }
    .grid--1-1-2>.grid__item:nth-child(odd) {
        margin-right: 20px
    }
    .grid--1-1-2>.grid__item:nth-child(n+3) {
        display: block!important
    }
    .grid--1-1-2>.grid__item:nth-child(n+3) .listing {
        margin-bottom: 0
    }
    .grid--1-1-2>.grid__item:nth-child(2) .listing {
        margin-bottom: 40px
    }
}
.grid--1-1-2>.grid__item:nth-child(n+3) {
    display: none
}
.grid--popular {
    margin-bottom: 60px
}
@media screen and (min-width:600px) {
    .grid--popular {
        margin-left: 0;
        margin-right: 0
    }
    .grid--popular>.grid__item {
        width: calc(50% - 20px)
    }
    .grid--popular>.grid__item:first-child {
        margin-right: 40px
    }
}
@media screen and (min-width:992px) {
    .grid--popular>.grid__item:first-child {
        margin-right: 67px;
        width: calc(40% - 67px)
    }
    .grid--popular>.grid__item:last-child {
        width: 60%
    }
}
@media screen and (min-width:600px) {
    .grid--subcategory .listing {
        margin-bottom: 23px
    }
}
textarea {
    resize: none
}
.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #0abf98;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding: 15px 18px;
    white-space: nowrap;
    box-sizing: border-box;
    max-width: 100%
}
.button svg {
    margin-bottom: 2px;
    fill: #fff
}
.button:link, .button:visited {
    color: #fff
}
.button:active, .button:focus, .button:hover {
    border-bottom: 0;
    background-color: #2dbe60;
    transition: background-color .3s ease;
}
.button--fact-checked {
    width: 105px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.button--fact-checked span {
    position: absolute;
    top: 6px;
    left: 23px;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    padding: 0px;
    margin: 0px;

}
.button--fact-checked svg {
    position: absolute;
    top: 6px;
    left: 6px;
}
.secondary-button {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #2dbe60;
    border: none;
    margin: 0;
    padding: 12px 14px 12px;
    width: 100%
}
@media screen and (min-width:768px) {
    .secondary-button {
        max-width: 192px;
        height: 40px
    }
}
.gradient-button {
    background: #19b6c0;
    background: linear-gradient(to right, #19b6c0 0, #28c88d 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    padding: 21px 20px 19px;
    border: 0;
    border-radius: 4px;
    width: 100%;
    margin-top: 26px;
    display: block;
    transition: opacity .2s ease, background .6s linear, box-shadow .2s ease;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-position-x: right
}
.gradient-button:link, .gradient-button:visited {
    color: #fff
}
.gradient-button:active, .gradient-button:focus, .gradient-button:hover {
    background-size: 200% 100%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}
@media screen and (min-width:768px) {
    .gradient-button {
        width: 264px;
        max-width: 100%;
        display: inline-block
    }
}
.gradient-button--secondary {
    font-weight: 700
}
.gradient-button[disabled] {
    opacity: .5
}
.form-item {
    display: block;
    border-radius: 2px;
    border: 1px solid rgba(31, 50, 77, .2);
    background-color: #fff;
    color: #292929;
    font-family: Martel, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    padding: 8px 12px 4px;
    box-sizing: border-box;
    margin-bottom: 16px
}
.form-item-secondary {
    background: 0 0;
    border: none;
    font-family: Martel, serif;
    font-size: 16px;
    line-height: 26px;
    color: #292929;
    caret-color: #0abf98
}
.form-item-secondary::-webkit-input-placeholder {
    color: rgba(41, 41, 41, .5)
}
.form-item-secondary:-moz-placeholder {
    color: rgba(41, 41, 41, .5)
}
.form-item-secondary::-moz-placeholder {
    color: rgba(41, 41, 41, .5)
}
.form-item-secondary:-ms-input-placeholder {
    color: rgba(41, 41, 41, .5)
}
textarea.form-item {
    height: 104px
}
.g-recaptcha {
    margin-bottom: 16px
}
.header {
    height: 78px;
    z-index: 1000;
    position: relative
}
@media screen and (min-width:768px) {
    .header {
        height: 120px
    }
}
.header__navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.header__logo {
    display: inline-block
}
@media screen and (min-width:992px) {
    .header__logo {
        margin-right: 97px;
        min-width: 113px
    }
}
.header__logo:active, .header__logo:focus, .header__logo:hover {
    text-decoration: none
}
body.js--topics-open {
    overflow: hidden
}
.header__nav {
    display: block;
    position: fixed;
    margin: 0;
    padding: 107px 19px 19px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    background-color: #fff;
    z-index: 1000;
    box-sizing: border-box;
    height: 100%
}
.js--topics-open .header__nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
@media screen and (min-width:768px) {
    .header__nav {
        padding-top: 162px;
        overflow: auto
    }
}
@media screen and (min-width:992px) {
    .header__nav {
        position: static;
        padding: 0;
        display: inline-block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.header__nav>li {
    list-style-type: none
}
@media screen and (min-width:768px) {
    .header__nav>li {
        text-align: center;
        padding-bottom: 12px;
        margin-bottom: 40px;
        position: relative
    }
    .header__nav>li:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        width: 32px;
        border-bottom: 3px solid #0abf98
    }
}
@media screen and (min-width:992px) {
    .header__nav>li {
        display: inline-block;
        margin-right: 40px;
        padding: 0;
        margin-bottom: 0
    }
    .header__nav>li:after {
        display: none
    }
}
.header__nav>li:last-child>a {
    border-bottom: 0
}
.header__nav>li>a {
    color: #292929;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -.2px;
    display: block;
    padding: 15px 0 10px;
    border-bottom: 1px solid #eaebec
}
.header__nav>li>a:active, .header__nav>li>a:focus, .header__nav>li>a:hover {
    border-bottom: 2px solid #0abf98
}
@media screen and (min-width:768px) {
    .header__nav>li>a {
        display: inline-block;
        color: #282f2f;
        font-family: Lato, sans-serif;
        font-size: 26px;
        font-weight: 900;
        line-height: 30px;
        border-bottom: 2px solid transparent;
        padding: 0;
        margin-bottom: 28px
    }
}
@media screen and (min-width:992px) {
    .header__nav>li>a {
        text-transform: uppercase;
        font-size: 11px;
        line-height: 12px;
        text-decoration: none;
        margin-bottom: 0;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        letter-spacing: .6px
    }
    .header__nav>li>a:link, .header__nav>li>a:visited {
        color: #3d3d3d
    }
}
.header__nav-x {
    position: fixed;
    right: 18px;
    top: 28px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
    z-index: 1010
}
@media screen and (min-width:768px) {
    .header__nav-x {
        top: 50px;
        right: 25px
    }
}
@media screen and (min-width:992px) {
    .header__nav-x {
        display: none
    }
}
.js--topics-open .header__nav-x {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.header__nav-x svg {
    height: 16px;
    width: 16px
}
@media screen and (min-width:768px) {
    .header__nav-x svg {
        width: 20px;
        height: 20px
    }
}
.header__subnav {
    display: none
}
@media screen and (min-width:768px) {
    .header__subnav {
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom: 28px
    }
}
@media screen and (min-width:992px) {
    .header__subnav {
        display: none
    }
}
.header__subnav>li {
    list-style-type: none;
    display: inline-block;
    margin-right: 40px
}
.header__subnav>li:last-child {
    margin-right: 0
}
.header__subnav>li>a {
    opacity: .69;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .93px
}
.header__subnav>li>a:active, .header__subnav>li>a:focus, .header__subnav>li>a:hover {
    border-bottom: 2px solid #0abf98
}
.header__search {
    padding: 5px 5px;
    vertical-align: sub
}
.header__topics {
    white-space: nowrap
}
.header__topics:link, .header__topics:visited {
    color: #3d3d3d;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .57px;
    border-radius: 2px;
    border: 1px solid #3d3d3d;
    padding: 9px 13px;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 14px
}
@media screen and (min-width:992px) {
    .header__topics:link, .header__topics:visited {
        display: none
    }
}
.header__topics svg {
    margin-left: 3px
}
.js--search-open {
    overflow: hidden
}
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 32px 0 rgba(89, 105, 128, .24);
    z-index: 1010;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease .3s
}
.js--search-open .search-box {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility 0s ease 0s
}
.search-box__content {
    display: block;
    cursor: text;
    max-width: 1150px;
    margin: 0 auto;
    padding: 27px 20px 14px;
    background: #fff
}
@media screen and (min-width:768px) {
    .search-box__content {
        padding: 34px 20px 26px
    }
}
.search-box__search svg {
    margin-bottom: -2px;
    fill: rgba(41, 41, 41, .5)
}
.search-box__input {
    margin-left: 8px;
    min-width: 250px
}
@media screen and (min-width:768px) {
    .search-box__input {
        margin-left: 16px
    }
}
.search-box__link {
    float: right
}
.search-box__link svg {
    width: 16px;
    height: 16px;
    margin-top: 3px
}
@media screen and (min-width:768px) {
    .search-box__link svg {
        width: 20px;
        height: 20px;
        margin-top: 0
    }
}
.search__title {
    display: inline-block;
    font-family: Lato;
    font-size: 28px;
    font-weight: 900;
    line-height: 33px;
    color: #282f2f;
    border-bottom: solid 5px #2dbe60;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 93px
}
@media screen and (min-width:768px) {
    .search__title {
        margin-left: 0;
        margin-right: 0;
        margin-top: 168px
    }
}
.no-search-results {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.no-search-results p {
    margin-top: -20px
}
.search-results {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1008;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease .3s
}
.js--search-open .search-results {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility 0s ease 0s
}
.search-results__container {
    padding-bottom: 100px
}
.footer {
    margin-top: 60px
}
.footer__logo-wrapper {
    margin-bottom: 52px
}
.footer__navigation {
    margin-bottom: 44px
}
@media screen and (min-width:768px) {
    .footer__navigation {
        width: 33.3%
    }
}
@media screen and (min-width:992px) {
    .footer__navigation:nth-child(-n+2) {
        width: 249px
    }
    .footer__navigation:nth-child(3) {
        width: auto;
        margin-left: auto
    }
}
.footer__navigation-title {
    color: #444;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .57px;
    margin-bottom: 23px
}
.footer__nav {
    margin: 0;
    padding: 0
}
.footer__nav li {
    list-style-type: none;
    opacity: .69;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .57px
}
.footer__nav li a:active, .footer__nav li a:focus, .footer__nav li a:hover {
    border-bottom: 2px solid #0abf98
}
.footer__social {
    margin-right: 20px
}
.footer__social svg path {
    transition: fill .2s ease
}
.footer__social:active svg path, .footer__social:focus svg path, .footer__social:hover svg path {
    fill: #0abf98!important
}
.footer__copyright {
    color: #444;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .57px;
    margin-top: 38px;
    margin-bottom: 8px
}
.footer__privacy {
    opacity: .69;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .57px
}
.footer__privacy:active, .footer__privacy:focus, .footer__privacy:hover {
    border-bottom: 2px solid #0abf98
}
@media screen and (min-width:768px) {
    .footer__nav-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}
.featured-listing {
    position: relative;
    margin-bottom: 20px
}
@media screen and (min-width:600px) {
    .featured-listing--inverse .featured-listing__content {
        right: auto;
        left: 0
    }
}
@media screen and (min-width:600px) {
    .featured-listing--inverse .featured-listing__image-wrapper {
        margin-left: 23.6%
    }
}
@media screen and (min-width:992px) {
    .featured-listing--inverse .featured-listing__image-wrapper {
        margin-left: 13.33%
    }
}
.featured-listing--category {
    margin-bottom: 6px
}
@media screen and (min-width:600px) {
    .featured-listing--category {
        margin-bottom: 20px
    }
}
.featured-listing__content {
    padding: 29px 20px 32px 16px;
    background-color: #fff;
    width: 91.25%;
    box-sizing: border-box;
    margin-top: -60px;
    position: relative;
    z-index: 20
}
@media screen and (min-width:600px) {
    .featured-listing__content {
        margin-top: 0;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        top: calc(50% + 10px);
        padding: 25px 16px 21px 27px;
        width: 44.44%
    }
}
@media screen and (min-width:992px) {
    .featured-listing__content {
        width: 34.67%
    }
}
.featured-listing__image-wrapper {
    height: 288px;
    position: relative;
    overflow: hidden
}
@media screen and (min-width:600px) {
    .featured-listing__image-wrapper {
        height: 353px;
        width: 76.4%
    }
}
@media screen and (min-width:992px) {
    .featured-listing__image-wrapper {
        width: 86.67%
    }
}
.featured-listing__image-wrapper a {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
.featured-listing__image-wrapper a:active, .featured-listing__image-wrapper a:focus, .featured-listing__image-wrapper a:hover {
    border-bottom: 0
}
.featured-listing__image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(2vw);
    filter: blur(2vw);
    background-color: #fcfcfc
}
.featured-listing__title {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 30px;
    font-family: Lato, sans-serif;
    font-weight: 900
}
@media screen and (min-width:768px) {
    .featured-listing__title {
        font-size: 33px;
        line-height: 34px
    }
}
.featured-listing__excerpt {
    font-family: Martel, serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}
.listing {
    margin-bottom: 40px
}
.listing__image-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fcfcfc
}
.listing__image-wrapper:active, .listing__image-wrapper:focus, .listing__image-wrapper:hover {
    border-bottom: 0
}
.listing__image-wrapper img {
    display: block;
    width: 100%;
    height: auto
}
.listing__image-placeholder {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(2vw);
    filter: blur(2vw)
}
.listing__tag {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: .52px;
    color: #292929;
    padding: 3px 5px;
    border: 1px solid #292929;
    border-radius: 3px;
    float: right;
    text-transform: uppercase;
    margin-top: 9px;
    margin-right: 9px;
    margin-left: 7px
}
.listing__category {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .52px;
    margin-top: 9px;
    margin-bottom: 5px;
    margin-left: 10px
}
.listing__title {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 26px;
    margin: 0;
    margin-left: 10px;
    margin-right: 48px
}
.slick-slider .listing__title {
    font-size: 24px;
    line-height: 27px
}
.category-intro {
    margin-bottom: 49px;
    margin-top: 100px
}
@media screen and (min-width:768px) {
    .category-intro {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px
    }
}
.category-intro--less-margin {
    margin-top: 60px
}
@media screen and (min-width:768px) {
    .category-intro__title-wrapper {
        text-align: right;
        width: calc(40.64% - 47px);
        margin-right: 47px
    }
}
@media screen and (min-width:992px) {
    .category-intro__title-wrapper {
        width: calc(31.5% - 47px)
    }
}
.category-intro__title {
    display: inline;
    position: relative;
    color: #292929;
    font-family: Lato, sans-serif;
    font-size: 37px;
    font-weight: 900;
    line-height: 39px;
    text-transform: uppercase;
    margin: 0
}
@media screen and (max-width:767px) {
    .category-intro__title {
        margin-right: 63px
    }
    .category-intro__title:after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        border-bottom: 5px solid #2dbe60
    }
}
.category-intro__title span {
    position: relative
}
.category-intro__title span:before {
    content: '';
    display: block
}
@media screen and (max-width:767px) {
    .category-intro__title span:before {
        display: none
    }
}
.category-intro__title span:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    border-bottom: 5px solid #2dbe60
}
@media screen and (max-width:767px) {
    .category-intro__title span:after {
        display: none
    }
}
.category-intro__tags {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 23px
}
@media screen and (min-width:768px) {
    .category-intro__tags {
        margin-top: 14px
    }
}
.category-intro__tags>svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}
.category-intro__tags>div>a {
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #4f4f4f;
    opacity: .58;
    margin-right: 10px
}
.category-intro__tags>div>a:last-child {
    margin-right: 0
}
@media screen and (min-width:768px) {
    .category-intro__content-wrapper {
        width: 59.36%
    }
}
@media screen and (min-width:992px) {
    .category-intro__content-wrapper {
        width: 68.5%
    }
}
.category-intro__content {
    color: #292929;
    font-family: Martel, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 31px
}
@media screen and (min-width:768px) {
    .category-intro__content {
        margin-top: 0
    }
}
.category-intro__link {
    color: #282f2f;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .63px;
    margin-right: -2px;
    position: relative
}
.category-intro__link:active, .category-intro__link:focus, .category-intro__link:hover {
    border-bottom: 2px solid #0abf98
}
.category-intro__link svg {
    position: absolute;
    right: -19px;
    top: 2px;
    -webkit-transform: translate(-2px, 1px);
    -ms-transform: translate(-2px, 1px);
    transform: translate(-2px, 1px);
    height: 11px;
    fill: #0abf98
}
.category-intro__link svg path {
    fill: #0abf98
}
.category-header {
    margin-top: 90px;
    border-bottom: 2px solid #f2f2f2
}
@media screen and (min-width:768px) {
    .category-header {
        margin-top: 24px
    }
}
@media screen and (min-width:992px) {
    .category-header {
        margin-top: 80px
    }
}
.category-header--subcategory {
    margin-bottom: 81px;
    margin-top: 70px
}
@media screen and (min-width:768px) {
    .category-header--subcategory {
        margin-top: 80px
    }
}
@media screen and (min-width:992px) {
    .category-header--subcategory {
        margin-top: 80px;
        margin-bottom: 71px
    }
}
.article-intro__title, .category-header__title {
    color: #282f2f;
    font-family: Lato, sans-serif;
    font-size: 33px;
    font-weight: 900;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 19px
}
@media screen and (min-width:768px) {
    .article-intro__title, .category-header__title {
        font-size: 42px;
        line-height: 47px
    }
}
.article-intro__title span, .category-header__title span {
    opacity: .2
}
.category-header__content {
    color: #292929;
    font-family: Martel, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px
}
@media screen and (min-width:768px) {
    .category-header__content {
        margin-bottom: 15px
    }
}
.category-header__tags, .category-tags {
    margin: 0 0 24px;
    padding: 0
}
.category-header__tags li, .category-tags li {
    list-style-type: none;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 7px
}
.category-header__tags li a, .category-tags li a {
    opacity: .58;
    color: #4f4f4f;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    padding: 6px 8px;
    background-color: #f2f2f2;
    border-radius: 2px
}
.category-header__tags li a:active, .category-header__tags li a:focus, .category-header__tags li a:hover, .category-tags li a:active, .category-tags li a:focus, .category-tags li a:hover {
    background-color: #d9d9d9
}
.js--subcategory-wrapper.loading .infinite-loading {
    opacity: 1;
    display: block
}
.article-content {
    position: relative
}
@media screen and (max-width:767px) {
    .article-content {
        margin-top: 41px
    }
    .section-links+.article-content {
        margin-top: 0
    }
}
.article-content>p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.625;
}
@media screen and (min-width:768px) {
    .article-content>p {
        font-size: 16px;
    }
}
.article-content h1 {
    font-size: 33px;
    line-height: 35px;
    font-family: Lato, sans-serif;
    margin-top: 50px
}
.article-content h2 {
    font-family: Lato, sans-serif;
    margin-top: 50px
}
@media screen and (min-width:768px) {
    .article-content h2 {
        margin-top: 60px
    }
}
.article-content h3 {
    font-family: Lato, sans-serif
}
.article-content h4 {
    font-family: Lato, sans-serif;
    padding-top: 20px
}
@media screen and (min-width:768px) {
    .article-content h4 {
        padding-top: 10px
    }
}
@media screen and (min-width:992px) {
    .article-content h4 {
        padding-top: 15px
    }
}
.article-content h5 {
    font-family: Lato, sans-serif;
    padding-top: 16px
}
@media screen and (min-width:768px) {
    .article-content h5 {
        padding-top: 7px
    }
}
.article-content ul {
    font-size: 16px
}
.article-content ul>li:before {
    line-height: 32px
}
@media screen and (min-width:768px) {
    .article-content ul {
        font-size: 17px
    }
}
.article-content ol {
    padding: 0;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 35px;
    list-style: none;
    counter-reset: ol-counter
}
@media screen and (min-width:768px) {
    .article-content ol {
        font-size: 17px
    }
}
.article-content ol>li {
    position: relative;
    counter-increment: ol-counter;
    padding-left: 40px
}
.article-content ol>li:not(:last-of-type) {
    margin-bottom: 15px
}
.article-content ol>li:before {
    content: counter(ol-counter) ". ";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block
}
.article-content blockquote .meta__author {
    margin-top: 20px
}
@media screen and (min-width:768px) {
    .article-content blockquote .meta__author {
        display: none
    }
}
@media screen and (min-width:768px) {
    .article-content>h2+p {
        margin-top: -8px
    }
}
@media screen and (min-width:768px) {
    .article-content h3+p {
        margin-top: -8px
    }
}
.article-content h4+p {
    margin-top: -14px
}
.article-content h5+ul {
    margin-top: -17px
}
.article-content .gradient-button {
    font-family: Roboto, sans-serif
}
.article-content .gradient-button:after {
    display: none
}
.article-content .gradient-button--secondary {
    margin-top: -10px
}
@media screen and (min-width:768px) {
    .article-content .gradient-button--secondary {
        width: 216px
    }
}
.article-content--questions {
    text-align: center;
    padding: 0 20px 70px;
    border-top: solid 1px #f1f1f1
}
@media screen and (min-width:768px) {
    .article-content--questions {
        padding-bottom: 86px
    }
}
.article-content--questions h1 {
    margin-bottom: 34px
}
@media screen and (min-width:768px) {
    .article-content--questions h1 {
        padding-bottom: 0;
        margin-top: 45px
    }
}
.article-content--questions .gradient-button {
    width: 224px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px
}
.article-figure {
    margin: 36px 0 45px
}
@media screen and (min-width:768px) {
    .article-figure {
        margin-bottom: 50px
    }
}
@media screen and (min-width:992px) {
    .article-figure {
        margin-left: -100px;
        margin-right: -100px
    }
}
.article-figure img {
    display: block
}
.article-tags {
    margin-top: 35px
}
.article-tags .category-tags {
    padding-bottom: 24px;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 22px
}
@media screen and (min-width:768px) {
    .article-tags {
        margin-top: 30px
    }
}
.article-tags__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #898989;
    margin-bottom: 5px
}
.article-tags__title svg {
    vertical-align: middle;
    margin-right: 5px
}
.article-intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px
}

@media screen and (min-width:768px) {
    .article-intro {
        margin-bottom: 40px;
    }
}

@media screen and (min-width:992px) {
    .article-intro {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1150px;
        margin: 0 auto;
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 27px;
        margin-bottom: 60px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}



@media screen and (min-width:992px) {
    .article-intro--no-image .article-intro__content {
        margin-right: 0
    }
}
.article-intro__category {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(0, 0, 0, .69);
    letter-spacing: .6px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 28px 0 2px
}
@media screen and (min-width:768px) {
    .article-intro__category {
        margin-top: 23px;
        margin-bottom: 2px
    }
}
@media screen and (min-width:992px) {
    .article-intro__category {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 20px
    }
}
.article-intro__head-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
@media screen and (min-width:992px) {
    .article-intro__head-container {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}
.article-intro__content {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    box-sizing: border-box
}
@media screen and (min-width:600px) {
    .article-intro__content {
        max-width: 648px;
        padding-left: 24px;
        padding-right: 24px
    }
}
@media screen and (min-width:648px) {
    .article-intro__content {
        box-sizing: border-box
    }
}
@media screen and (min-width:992px) {
    .article-intro__content {
        max-width: 600px;
        box-sizing: border-box;
        margin: 0 50px 0 0;
        padding: 0;
        width: auto;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.article-intro__img {
    width: 100%
}
.article-intro__img .img {
    width: 100%
}
@media screen and (min-width:992px) {
    .article-intro__img {
        max-width: 500px
    }
}
.article-intro__img>a {
    position: relative;
    display: block;
    overflow: hidden
}
.article-intro__img-real {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform: scale(1.05)!important;
    -ms-transform: scale(1.05)!important;
    transform: scale(1.05)!important;
    opacity: 0!important;
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out!important;
    transition: transform 1s ease-out, opacity 1s ease-out!important;
    transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out!important;
    position: absolute!important;
    top: 0
}
.article-intro__img-real.b-loaded {
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
    opacity: 1!important
}
.article-intro__image-placeholder {
    height: 0;
    padding-bottom: 46.6145833%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: blur(2vw);
    filter: blur(2vw);
    background-color: #fcfcfc
}
.article-intro__title {
    margin-top: 18px;
    margin-bottom: 30px
}
@media screen and (min-width:768px) {
    .article-intro__title {
        margin-top: 8px
    }
}
@media screen and (min-width:992px) {
    .article-intro__title {
        margin-bottom: 19px;
        margin-top: -10px
    }
}
.article-actions--horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto 76px
}
@media screen and (min-width:768px) {
    .article-actions--horizontal {
        margin: 0 auto 92px
    }
}
.article-actions--horizontal .article-actions__item svg {
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 6px
}
.article-actions--horizontal .article-actions__item span {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #6f6f6f
}
.article-actions--horizontal .article-actions__item:after {
    display: none
}
.article-actions--vertical {
    display: none
}
@media screen and (min-width:992px) {
    .article-actions--vertical {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        left: -65px;
        top: 6px;
        text-align: center
    }
    .article-actions--vertical .article-actions__item {
        margin-bottom: 15px
    }
    .article-actions--vertical .article-actions__item:after {
        display: none
    }
}
.article-actions__item {
    transition: opacity .2s ease
}
.article-actions__item:active, .article-actions__item:focus, .article-actions__item:hover {
    opacity: .4
}
.meta__author {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 38px
}
.meta__author-photo {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 13px;
    border: 1px solid #ccc;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.meta__author-photo img {
    display: block;
    max-width: 35px;
    max-height: 35px
}


footer.meta__name span {
    whitespace: nowrap !important;
}

footer.meta__name a {
    whitespace: nowrap;
}

.meta__name {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    color: #444;
    letter-spacing: .57px;
    margin-bottom: 2px;
    line-height: 14px
}
.meta__name a {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #2EBE61;
    white-space: nowrap;
}
.meta__reading-time {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: .57px;
    font-size: 11px;
    color: #757575;
    margin-top: 4px;
    line-height: 14px
}
.meta__reading-time svg {
    vertical-align: text-bottom;
    margin-right: 2px;
}
@media screen and (min-width:768px) {
    .meta__reading-time {
        margin-top: 2px
    }
}
.meta__author-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.meta__icon-wrapper {
    background-color: #0abf98;
    border-radius: 50%;
    overflow: hidden;
    width: 37px;
    height: 37px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (min-width:768px) {
    .meta__icon-wrapper {
        width: 37px;
        height: 37px
    }
}
.meta__icon-wrapper:active, .meta__icon-wrapper:focus, .meta__icon-wrapper:hover {
    border-bottom: 0
}
.meta__icon-wrapper svg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 24px;
    height: 22px;
    margin-top: -2px
}
@media screen and (min-width:768px) {
    .meta__icon-wrapper svg {
        width: 24px;
        height: 22px;
        margin-top: -3px
    }
}
.meta__likes {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    letter-spacing: .57px;
    color: #787d87;
    font-size: 11px
}
.section-links {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 31px
}
.section-links__container {
    padding-left: 16px;
    padding-right: 16px
}
@media screen and (min-width:600px) {
    .section-links__container {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px
    }
}
.section-links__link:link, .section-links__link:visited {
    color: #292929;
    background-image: linear-gradient(to right, #2dbe60 0, #2dbe60 100%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 100% 2px;
    display: inline-block;
    position: relative;
    margin-top: 9px
}
.section-links__link:not(:last-child) {
    margin-right: 31px
}
.section-links__link:not(:last-child):after {
    content: '|';
    color: #d4d4d4;
    position: absolute;
    right: -19px
}
.article-rating {
    font-size: 14px;
    color: #6f6f6f
}
.article-rating__button {
    display: inline-block
}
.article-rating__button svg {
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 11px
}
.banner {
    border: 5px solid #0abf98;
    margin-top: 70px;
    margin-bottom: 90px
}
@media screen and (min-width:768px) {
    .banner {
        margin-top: 40px
    }
}
.banner__container {
    background-color: #fff;
    padding: 35px 12px
}
@media screen and (min-width:768px) {
    .banner__container {
        margin-left: 22px;
        margin-right: 22px;
        margin-top: -5px;
        margin-bottom: -5px;
        padding: 16px 7px 16px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}
.banner__subheading {
    color: #292929;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 20px;
    text-align: center
}
@media screen and (min-width:768px) {
    .banner__subheading {
        margin-bottom: 11px
    }
}
.banner__heading {
    color: #292929;
    font-family: Lora, serif;
    font-size: 38px;
    line-height: 39px;
    margin-bottom: 40px;
    text-align: center;
    font-style: italic
}
@media screen and (min-width:768px) {
    .banner__heading {
        font-size: 46px;
        line-height: 39px;
        margin-bottom: 16px;
        padding-left: 30px;
        padding-right: 30px
    }
}
.banner__button-wrapper {
    text-align: center
}
.most-popular {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 42px
}
@media screen and (min-width:768px) {
    .most-popular {
        padding-left: 0;
        padding-right: 0
    }
}
.most-popular__title {
    color: #282f2f;
    font-family: Lato, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 47px;
    margin-top: 0;
    margin-bottom: 16px
}
.most-popular__list {
    counter-reset: most-popular-list;
    margin: 0;
    padding: 0
}
.most-popular__list li {
    list-style-type: none;
    position: relative;
    padding: 13px 0 11px 55px;
    border-bottom: 1px solid #a3a5a9;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.4px;
    min-height: 47px
}
.most-popular__list li:before {
    display: block;
    position: absolute;
    color: #282f2f;
    font-family: Martel, serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 47px;
    counter-increment: most-popular-list;
    content: counter(most-popular-list) ". ";
    top: 13px;
    left: 0
}
.most-popular__list li:last-child {
    border-bottom: 0
}
.most-popular__list li a:link, .most-popular__list li a:visited {
    color: #292929
}
.section-content--gray {
    background: linear-gradient(to top, rgba(255, 255, 255, .5), #fafafa)
}
.sources {
    font-size: 12px;
    color: #898989;
    margin-top: 50px
}
.sources__title {
    font-weight: 500;
    font-size: inherit;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer
}
.sources__title svg {
    margin-left: 6px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}
.sources__title--open svg {
    -webkit-transform: rotate(-180deg) translateY(3px);
    -ms-transform: rotate(-180deg) translateY(3px);
    transform: rotate(-180deg) translateY(3px)
}
.sources__list {
    line-height: 20px;
    padding-left: 14px;
    display: none;
    width: 100%!important;
    box-sizing: border-box
}
.sources__list>li {
    padding-left: 13px;
    margin-bottom: 18px
}
@media screen and (min-width:768px) {
    .sources__list>li {
        padding-left: 9px;
        margin-bottom: 15px
    }
}
.sources__list a {
    color: inherit;
    text-decoration: underline
}
.sources__list a:active, .sources__list a:focus, .sources__list a:hover {
    color: #000
}
@media screen and (max-width:767px) {
    .js--homepage-slick .listing {
        margin-left: 15px
    }
}
.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.pagination__item, .pagination__item:link, .pagination__item:visited {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 36px;
    background-color: #f2f2f2;
    border-radius: 4px;
    color: rgba(79, 79, 79, .58);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px
}
.pagination__item:last-child, .pagination__item:link:last-child, .pagination__item:visited:last-child {
    margin-right: 0
}
.pagination__item.active, .pagination__item:active, .pagination__item:focus, .pagination__item:hover, .pagination__item:link.active, .pagination__item:link:active, .pagination__item:link:focus, .pagination__item:link:hover, .pagination__item:visited.active, .pagination__item:visited:active, .pagination__item:visited:focus, .pagination__item:visited:hover {
    background-color: #0abf98;
    color: #fff
}
.pagination__dots {
    height: 36px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px
}
.selection__items {
    padding: 0
}
.selection__items li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 14px
}
.selection__items li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDYgMTEiPjxkZWZzPjxwYXRoIGlkPSIzbjllYSIgZD0iTTQwMCA1MDhsNCA0LjUtNCA0LjUiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM5OSAtNTA3KSI+PHVzZSBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9IjAiIHN0cm9rZT0iIzBhYmY5OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iNTAiIHN0cm9rZS13aWR0aD0iMiIgeGxpbms6aHJlZj0iIzNuOWVhIi8+PC9nPjwvZz48L3N2Zz4=)
}
.selection__items li a {
    color: #292929;
    font-family: Martel, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}
@media screen and (min-width:992px) {
    .selection__items li a:active, .selection__items li a:focus, .selection__items li a:hover {
        border-bottom: 2px solid #0abf98
    }
}
.contact-title {
    color: #282f2f;
    font-family: Lato, sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 27px
}
@media screen and (min-width:768px) {
    .contact-title {
        font-size: 32px;
        line-height: 33px
    }
}
.contact-container {
    margin-top: 51px;
    margin-bottom: 99px
}
@media screen and (min-width:768px) {
    .contact-container {
        margin-top: 80px;
        margin-bottom: 144px
    }
}
@media screen and (min-width:992px) {
    .contact-container {
        margin-bottom: 170px
    }
}
.contact-success {
    text-align: center;
    background-color: #fff
}
.contact-success__icon {
    margin-top: 70px
}
@media screen and (min-width:768px) {
    .contact-success__icon {
        margin-top: 110px
    }
}
.contact-success__title {
    color: #282f2f;
    font-family: Lato, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 47px;
    margin-top: 35px
}
.contact-success__message {
    color: #292929;
    font-family: Martel, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 22px
}
.contact-success__note {
    color: #292929;
    font-family: Martel, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 32px
}
@media screen and (min-width:768px) {
    .contact-success__note {
        margin-top: 16px;
        margin-bottom: 200px
    }
}
.contact-success__note a {
    border-bottom: 2px solid #0abf98;
    display: inline-block;
    line-height: 22px;
    white-space: normal
}
.contact-success__note a:active, .contact-success__note a:focus, .contact-success__note a:hover {
    border-bottom: 0
}
.share-icons {
    display: inline-block;
    margin: 0 auto
}
.share-icons__item {
    position: relative;
    display: inline-block
}
.share-icons__item:not(:last-of-type) {
    margin-right: 12px
}
.tooltip {
    display: none;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #27c791;
    font-family: Lato, sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 4px;
    width: 88px;
    border-radius: 4px
}
.tooltip:after, .tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}
.tooltip:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #27c791;
    border-width: 8px;
    margin-left: -8px
}
.three-dots-divider {
    color: #0abf98;
    text-align: center;
    font-size: 40px;
    height: 20px;
    line-height: 0;
    margin: -15px 0 25px
}
@media screen and (min-width:768px) {
    .three-dots-divider {
        margin: -5px 0 36px
    }
}
.icon-wrapper {
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000
}
@media screen and (min-width:768px) {
    .icon-wrapper {
        margin: 0 10px;
    }
}
.icon-wrapper .meta__icon-wrapper {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
}
.icon-wrapper.anim .meta__icon-wrapper {
    -webkit-animation: icon-animation cubic-bezier(.165, .84, .44, 1) 1s;
    animation: icon-animation cubic-bezier(.165, .84, .44, 1) 1s
}
.icon-wrapper .meta__icon-a-border {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    z-index: 0;
    transition: all ease .5s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.icon-wrapper .meta__icon-a-border span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #0abf98;
    -webkit-transform: translate(-50%, -50%) scale(.1);
    -ms-transform: translate(-50%, -50%) scale(.1);
    transform: translate(-50%, -50%) scale(.1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.icon-wrapper.anim .meta__icon-a-border span {
    -webkit-animation: border-animation cubic-bezier(.075, .82, .165, 1) 1s;
    animation: border-animation cubic-bezier(.075, .82, .165, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
@-webkit-keyframes icon-animation {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes icon-animation {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@-webkit-keyframes border-animation {
    0% {
        border-width: 20px;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(.1);
        transform: translate(-50%, -50%) scale(.1)
    }
    40% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
        border-width: 0;
        opacity: 0
    }
}
@keyframes border-animation {
    0% {
        border-width: 20px;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(.1);
        transform: translate(-50%, -50%) scale(.1)
    }
    40% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
        border-width: 0;
        opacity: 0
    }
}
.icon-wrapper .meta__icon-a-spark {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}
.icon-wrapper .meta__icon-a-spark span {
    position: absolute;
    width: 25px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -12.5px
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(1) {
    -webkit-transform: rotate(0) translate(30px) scale(0);
    -ms-transform: rotate(0) translate(30px) scale(0);
    transform: rotate(0) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(2) {
    -webkit-transform: rotate(-18deg) translate(30px) scale(0);
    -ms-transform: rotate(-18deg) translate(30px) scale(0);
    transform: rotate(-18deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(3) {
    -webkit-transform: rotate(-36deg) translate(30px) scale(0);
    -ms-transform: rotate(-36deg) translate(30px) scale(0);
    transform: rotate(-36deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(4) {
    -webkit-transform: rotate(-54deg) translate(30px) scale(0);
    -ms-transform: rotate(-54deg) translate(30px) scale(0);
    transform: rotate(-54deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(5) {
    -webkit-transform: rotate(-72deg) translate(30px) scale(0);
    -ms-transform: rotate(-72deg) translate(30px) scale(0);
    transform: rotate(-72deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(6) {
    -webkit-transform: rotate(-90deg) translate(30px) scale(0);
    -ms-transform: rotate(-90deg) translate(30px) scale(0);
    transform: rotate(-90deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(7) {
    -webkit-transform: rotate(-108deg) translate(30px) scale(0);
    -ms-transform: rotate(-108deg) translate(30px) scale(0);
    transform: rotate(-108deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(8) {
    -webkit-transform: rotate(-126deg) translate(30px) scale(0);
    -ms-transform: rotate(-126deg) translate(30px) scale(0);
    transform: rotate(-126deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(9) {
    -webkit-transform: rotate(-144deg) translate(30px) scale(0);
    -ms-transform: rotate(-144deg) translate(30px) scale(0);
    transform: rotate(-144deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(10) {
    -webkit-transform: rotate(-162deg) translate(30px) scale(0);
    -ms-transform: rotate(-162deg) translate(30px) scale(0);
    transform: rotate(-162deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(11) {
    -webkit-transform: rotate(-180deg) translate(30px) scale(0);
    -ms-transform: rotate(-180deg) translate(30px) scale(0);
    transform: rotate(-180deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(12) {
    -webkit-transform: rotate(-198deg) translate(30px) scale(0);
    -ms-transform: rotate(-198deg) translate(30px) scale(0);
    transform: rotate(-198deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(13) {
    -webkit-transform: rotate(-216deg) translate(30px) scale(0);
    -ms-transform: rotate(-216deg) translate(30px) scale(0);
    transform: rotate(-216deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(14) {
    -webkit-transform: rotate(-234deg) translate(30px) scale(0);
    -ms-transform: rotate(-234deg) translate(30px) scale(0);
    transform: rotate(-234deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(15) {
    -webkit-transform: rotate(-252deg) translate(30px) scale(0);
    -ms-transform: rotate(-252deg) translate(30px) scale(0);
    transform: rotate(-252deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(16) {
    -webkit-transform: rotate(-270deg) translate(30px) scale(0);
    -ms-transform: rotate(-270deg) translate(30px) scale(0);
    transform: rotate(-270deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(17) {
    -webkit-transform: rotate(-288deg) translate(30px) scale(0);
    -ms-transform: rotate(-288deg) translate(30px) scale(0);
    transform: rotate(-288deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(18) {
    -webkit-transform: rotate(-306deg) translate(30px) scale(0);
    -ms-transform: rotate(-306deg) translate(30px) scale(0);
    transform: rotate(-306deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(19) {
    -webkit-transform: rotate(-324deg) translate(30px) scale(0);
    -ms-transform: rotate(-324deg) translate(30px) scale(0);
    transform: rotate(-324deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span:nth-of-type(20) {
    -webkit-transform: rotate(-342deg) translate(30px) scale(0);
    -ms-transform: rotate(-342deg) translate(30px) scale(0);
    transform: rotate(-342deg) translate(30px) scale(0)
}
.icon-wrapper .meta__icon-a-spark span {
    background: #0abf98;
    border-radius: 2px
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(1) {
    -webkit-animation: spark-animation-1 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-1 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(2) {
    -webkit-animation: spark-animation-2 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-2 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(3) {
    -webkit-animation: spark-animation-3 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-3 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(4) {
    -webkit-animation: spark-animation-4 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-4 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(5) {
    -webkit-animation: spark-animation-5 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-5 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(6) {
    -webkit-animation: spark-animation-6 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-6 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(7) {
    -webkit-animation: spark-animation-7 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-7 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(8) {
    -webkit-animation: spark-animation-8 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-8 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(9) {
    -webkit-animation: spark-animation-9 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-9 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(10) {
    -webkit-animation: spark-animation-10 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-10 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(11) {
    -webkit-animation: spark-animation-11 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-11 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(12) {
    -webkit-animation: spark-animation-12 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-12 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(13) {
    -webkit-animation: spark-animation-13 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-13 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(14) {
    -webkit-animation: spark-animation-14 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-14 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(15) {
    -webkit-animation: spark-animation-15 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-15 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(16) {
    -webkit-animation: spark-animation-16 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-16 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(17) {
    -webkit-animation: spark-animation-17 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-17 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(18) {
    -webkit-animation: spark-animation-18 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-18 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(19) {
    -webkit-animation: spark-animation-19 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-19 cubic-bezier(.075, .82, .165, 1) 1.5s
}
.icon-wrapper.anim .meta__icon-a-spark span:nth-of-type(20) {
    -webkit-animation: spark-animation-20 cubic-bezier(.075, .82, .165, 1) 1.5s;
    animation: spark-animation-20 cubic-bezier(.075, .82, .165, 1) 1.5s
}
@-webkit-keyframes spark-animation-1 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0) translate(30px) scale(1);
        transform: rotate(0) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(0) translate(72px) scale(0);
        transform: rotate(0) translate(72px) scale(0)
    }
}
@keyframes spark-animation-1 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0) translate(30px) scale(1);
        transform: rotate(0) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(0) translate(72px) scale(0);
        transform: rotate(0) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-2 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-18deg) translate(30px) scale(1);
        transform: rotate(-18deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-18deg) translate(72px) scale(0);
        transform: rotate(-18deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-2 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-18deg) translate(30px) scale(1);
        transform: rotate(-18deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-18deg) translate(72px) scale(0);
        transform: rotate(-18deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-3 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-36deg) translate(30px) scale(1);
        transform: rotate(-36deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-36deg) translate(72px) scale(0);
        transform: rotate(-36deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-3 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-36deg) translate(30px) scale(1);
        transform: rotate(-36deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-36deg) translate(72px) scale(0);
        transform: rotate(-36deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-4 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-54deg) translate(30px) scale(1);
        transform: rotate(-54deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-54deg) translate(72px) scale(0);
        transform: rotate(-54deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-4 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-54deg) translate(30px) scale(1);
        transform: rotate(-54deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-54deg) translate(72px) scale(0);
        transform: rotate(-54deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-5 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-72deg) translate(30px) scale(1);
        transform: rotate(-72deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-72deg) translate(72px) scale(0);
        transform: rotate(-72deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-5 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-72deg) translate(30px) scale(1);
        transform: rotate(-72deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-72deg) translate(72px) scale(0);
        transform: rotate(-72deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-6 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-90deg) translate(30px) scale(1);
        transform: rotate(-90deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg) translate(72px) scale(0);
        transform: rotate(-90deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-6 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-90deg) translate(30px) scale(1);
        transform: rotate(-90deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg) translate(72px) scale(0);
        transform: rotate(-90deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-7 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-108deg) translate(30px) scale(1);
        transform: rotate(-108deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-108deg) translate(72px) scale(0);
        transform: rotate(-108deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-7 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-108deg) translate(30px) scale(1);
        transform: rotate(-108deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-108deg) translate(72px) scale(0);
        transform: rotate(-108deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-8 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-126deg) translate(30px) scale(1);
        transform: rotate(-126deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-126deg) translate(72px) scale(0);
        transform: rotate(-126deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-8 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-126deg) translate(30px) scale(1);
        transform: rotate(-126deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-126deg) translate(72px) scale(0);
        transform: rotate(-126deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-9 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-144deg) translate(30px) scale(1);
        transform: rotate(-144deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-144deg) translate(72px) scale(0);
        transform: rotate(-144deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-9 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-144deg) translate(30px) scale(1);
        transform: rotate(-144deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-144deg) translate(72px) scale(0);
        transform: rotate(-144deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-10 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-162deg) translate(30px) scale(1);
        transform: rotate(-162deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-162deg) translate(72px) scale(0);
        transform: rotate(-162deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-10 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-162deg) translate(30px) scale(1);
        transform: rotate(-162deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-162deg) translate(72px) scale(0);
        transform: rotate(-162deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-11 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-180deg) translate(30px) scale(1);
        transform: rotate(-180deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-180deg) translate(72px) scale(0);
        transform: rotate(-180deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-11 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-180deg) translate(30px) scale(1);
        transform: rotate(-180deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-180deg) translate(72px) scale(0);
        transform: rotate(-180deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-12 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-198deg) translate(30px) scale(1);
        transform: rotate(-198deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-198deg) translate(72px) scale(0);
        transform: rotate(-198deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-12 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-198deg) translate(30px) scale(1);
        transform: rotate(-198deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-198deg) translate(72px) scale(0);
        transform: rotate(-198deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-13 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-216deg) translate(30px) scale(1);
        transform: rotate(-216deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-216deg) translate(72px) scale(0);
        transform: rotate(-216deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-13 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-216deg) translate(30px) scale(1);
        transform: rotate(-216deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-216deg) translate(72px) scale(0);
        transform: rotate(-216deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-14 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-234deg) translate(30px) scale(1);
        transform: rotate(-234deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-234deg) translate(72px) scale(0);
        transform: rotate(-234deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-14 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-234deg) translate(30px) scale(1);
        transform: rotate(-234deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-234deg) translate(72px) scale(0);
        transform: rotate(-234deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-15 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-252deg) translate(30px) scale(1);
        transform: rotate(-252deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-252deg) translate(72px) scale(0);
        transform: rotate(-252deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-15 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-252deg) translate(30px) scale(1);
        transform: rotate(-252deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-252deg) translate(72px) scale(0);
        transform: rotate(-252deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-16 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-270deg) translate(30px) scale(1);
        transform: rotate(-270deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-270deg) translate(72px) scale(0);
        transform: rotate(-270deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-16 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-270deg) translate(30px) scale(1);
        transform: rotate(-270deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-270deg) translate(72px) scale(0);
        transform: rotate(-270deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-17 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-288deg) translate(30px) scale(1);
        transform: rotate(-288deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-288deg) translate(72px) scale(0);
        transform: rotate(-288deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-17 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-288deg) translate(30px) scale(1);
        transform: rotate(-288deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-288deg) translate(72px) scale(0);
        transform: rotate(-288deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-18 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-306deg) translate(30px) scale(1);
        transform: rotate(-306deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-306deg) translate(72px) scale(0);
        transform: rotate(-306deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-18 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-306deg) translate(30px) scale(1);
        transform: rotate(-306deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-306deg) translate(72px) scale(0);
        transform: rotate(-306deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-19 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-324deg) translate(30px) scale(1);
        transform: rotate(-324deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-324deg) translate(72px) scale(0);
        transform: rotate(-324deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-19 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-324deg) translate(30px) scale(1);
        transform: rotate(-324deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-324deg) translate(72px) scale(0);
        transform: rotate(-324deg) translate(72px) scale(0)
    }
}
@-webkit-keyframes spark-animation-20 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-342deg) translate(30px) scale(1);
        transform: rotate(-342deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-342deg) translate(72px) scale(0);
        transform: rotate(-342deg) translate(72px) scale(0)
    }
}
@keyframes spark-animation-20 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-342deg) translate(30px) scale(1);
        transform: rotate(-342deg) translate(30px) scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-342deg) translate(72px) scale(0);
        transform: rotate(-342deg) translate(72px) scale(0)
    }
}
.b-lazy {
    transition: opacity .5s ease-in-out;
    max-width: 100%;
    opacity: 0;
    position: relative;
    z-index: 10
}
.b-lazy.b-loaded {
    opacity: 1
}
.breadcrumbs {
    margin-top: 50px
}
.breadcrumbs__list {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.breadcrumbs__list li {
    list-style-type: none;
    position: relative
}
.breadcrumbs__list li:nth-child(1) {
    z-index: 7
}
.breadcrumbs__list li:nth-child(2) {
    z-index: 6
}
.breadcrumbs__list li:nth-child(3) {
    z-index: 5
}
.breadcrumbs__list li:nth-child(4) {
    z-index: 4
}
.breadcrumbs__list li:nth-child(5) {
    z-index: 3
}
.breadcrumbs__list li:nth-child(6) {
    z-index: 2
}
.breadcrumbs__list li:nth-child(7) {
    z-index: 1
}
.breadcrumbs__list li:not(:first-child) a {
    padding-left: 20px
}
.breadcrumbs__list li.active a {
    background-color: #0abf98
}
.breadcrumbs__list li.active a:link, .breadcrumbs__list li.active a:visited {
    color: #fff
}
.breadcrumbs__list li.active a:after, .breadcrumbs__list li.active a:before {
    display: none
}
.breadcrumbs__list li a {
    font-size: 11px;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
    background-color: #f2f2f2;
    display: inline-block;
    position: relative
}
.breadcrumbs__list li a:link, .breadcrumbs__list li a:visited {
    color: rgba(79, 79, 79, .58)
}
.breadcrumbs__list li a:after, .breadcrumbs__list li a:before {
    content: ' ';
    left: 100%;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: border-left-color .2s ease
}
.breadcrumbs__list li a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 20px 0 20px 12px;
    margin-top: -20px
}
.breadcrumbs__list li a:after {
    border-color: rgba(242, 242, 242, 0);
    border-left-color: #f2f2f2;
    border-width: 14px 0 14px 9px;
    margin-top: -14px
}
.breadcrumbs__list li a:active, .breadcrumbs__list li a:hover {
    background-color: #d9d9d9
}
.breadcrumbs__list li a:active:after, .breadcrumbs__list li a:hover:after {
    border-left-color: #d9d9d9
}
.feedback {
    display: none;
    z-index: 10
}
@media only screen and (min-width:1200px) {
    .feedback {
        display: block
    }
}
@media screen and (min-width:768px) {
    .feedback {
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease, visibility .3s ease .3s;
        position: fixed;
        top: 139px;
        left: 50%;
        margin-left: 320px;
        width: 276px;
        text-align: center
    }
}
.feedback:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    background-color: #fff;
    opacity: 0.9;
    border-radius: 3px
}
.feedback>div {
    z-index: 10;
    position: relative
}
@media screen and (min-width:768px) {
    .feedback--fixed {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s ease, visibility .3s ease 0s
    }
}
@media screen and (min-width:768px) {
    .feedback--absolute {
        position: absolute
    }
}
.feedback__heading {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #282f2f
}
.feedback__copy {
    font-family: Martel, serif;
    color: #292929;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px
}
.feedback__buttons {
    margin-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.feedback__buttons a {
    display: block;
    border-radius: 4px;
    border: solid 1px #363f44;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}
.feedback__buttons a:first-child {
    margin-right: 10px
}
.feedback__buttons a:last-child {
    margin-left: 10px
}
.read-next {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity .3s ease, visibility .3s ease .3s, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease .3s, transform .3s ease, box-shadow .3s ease;
    transition: opacity .3s ease, visibility .3s ease .3s, transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #0abf98;
    background-color: #fff;
    box-shadow: none;
    z-index: 100;
    padding-top: 16px;
    padding-bottom: 19px
}
@media screen and (min-width:768px) {
    .read-next {
        padding-top: 26px;
        padding-bottom: 26px
    }
}
.read-next--visible {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    transition: opacity .3s ease, visibility .3s ease 0s, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease 0s, transform .3s ease, box-shadow .3s ease;
    transition: opacity .3s ease, visibility .3s ease 0s, transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease
}
.read-next--force-hidden {
    transition: opacity .3s ease, visibility .3s ease .3s, box-shadow .3s ease, -webkit-transform .3s ease 0!important;
    transition: opacity .3s ease, visibility .3s ease .3s, transform .3s ease 0, box-shadow .3s ease!important;
    transition: opacity .3s ease, visibility .3s ease .3s, transform .3s ease 0, box-shadow .3s ease, -webkit-transform .3s ease 0!important;
    visibility: hidden!important;
    -webkit-transform: translateY(-100%)!important;
    -ms-transform: translateY(-100%)!important;
    transform: translateY(-100%)!important;
    box-shadow: none!important
}
.read-next__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}
.read-next__photo-container {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 86px;
    margin-top: 2px
}
@media screen and (min-width:768px) {
    .read-next__photo-container {
        margin-top: 0;
        margin-right: 15px;
        max-width: 102px
    }
}
.read-next__photo-container img {
    display: block
}
@media screen and (min-width:768px) {
    .read-next__content {
        margin-top: 3px
    }
}
.read-next__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #8f8f8f;
    text-transform: uppercase
}
@media screen and (min-width:768px) {
    .read-next__label {
        margin-top: 3px
    }
}
.read-next__title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #282f2f;
    margin-top: 7px;
    display: block
}
@media screen and (min-width:768px) {
    .read-next__title {
        margin-top: 3px;
        font-size: 15px;
        line-height: 26px
    }
}
.read-next__close {
    position: absolute;
    top: 0;
    right: 16px
}
@media screen and (min-width:768px) {
    .read-next__close {
        top: -11px
    }
}
.read-next__close svg {
    width: 15px;
    height: 15px
}
@media screen and (min-width:768px) {
    .read-next__close svg {
        width: 17px;
        height: 17px
    }
}
body.js--questions-open, body.js--share-popup-open {
    overflow: hidden
}
@media screen and (min-width:768px) {
    body.js--questions-open, body.js--share-popup-open {
        overflow: auto
    }
}
body.js--questions-open .popup#ask-question, body.js--questions-open .popup#share-popup, body.js--share-popup-open .popup#ask-question, body.js--share-popup-open .popup#share-popup {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .3s ease, visibility .3s, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s, box-shadow .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s, box-shadow .3s ease, -webkit-transform .3s ease
}
@media screen and (min-width:768px) {
    body.js--questions-open .popup#ask-question, body.js--questions-open .popup#share-popup, body.js--share-popup-open .popup#ask-question, body.js--share-popup-open .popup#share-popup {
        box-shadow: 0 32px 64px rgba(89, 105, 128, .24);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}
@media screen and (min-width:768px) {
    body.js--questions-open .popup__shade, body.js--share-popup-open .popup__shade {
        transition: opacity .3s ease, visibility .3s linear;
        opacity: 1;
        visibility: visible
    }
}
body.js--fact-checked-popup-open {
    overflow: hidden
}
@media screen and (min-width:768px) {
    body.js--fact-checked-popup-open {
        overflow: auto
    }
}
body.js--fact-checked-popup-open .popup#fact-checked {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .3s ease, visibility .3s, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s, box-shadow .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s, box-shadow .3s ease, -webkit-transform .3s ease
}
@media screen and (min-width:768px) {
    body.js--fact-checked-popup-open .popup#fact-checked {
        box-shadow: 0 32px 64px rgba(89, 105, 128, .24);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}
@media screen and (min-width:768px) {
    body.js--fact-checked-popup-open .popup__shade {
        transition: opacity .3s ease, visibility .3s linear;
        opacity: 1;
        visibility: visible
    }
}
body.js--like-popup-open {
    overflow: hidden
}
@media screen and (min-width:768px) {
    body.js--like-popup-open {
        overflow: auto
    }
}
body.js--like-popup-open .popup#like-popup {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .3s ease, visibility .3s, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s, box-shadow .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s, box-shadow .3s ease, -webkit-transform .3s ease
}
@media screen and (min-width:768px) {
    body.js--like-popup-open .popup#like-popup {
        box-shadow: 0 32px 64px rgba(89, 105, 128, .24);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}
@media screen and (min-width:768px) {
    body.js--like-popup-open .popup__shade {
        transition: opacity .3s ease, visibility .3s linear;
        opacity: 1;
        visibility: visible
    }
}
body.js--dislike-popup-open {
    overflow: hidden
}
@media screen and (min-width:768px) {
    body.js--dislike-popup-open {
        overflow: auto
    }
}
body.js--dislike-popup-open .popup#dislike-popup {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .3s ease, visibility .3s, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s, box-shadow .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s, box-shadow .3s ease, -webkit-transform .3s ease
}
@media screen and (min-width:768px) {
    body.js--dislike-popup-open .popup#dislike-popup {
        box-shadow: 0 32px 64px rgba(89, 105, 128, .24);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}
@media screen and (min-width:768px) {
    body.js--dislike-popup-open .popup__shade {
        transition: opacity .3s ease, visibility .3s linear;
        opacity: 1;
        visibility: visible
    }
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 58px 24px 24px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1500;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    transition: opacity .3s ease, visibility 0s linear .3s, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s, box-shadow .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s, box-shadow .3s ease, -webkit-transform .3s ease
}
@media screen and (min-width:768px) {
    .popup {
        width: 576px;
        height: 528px;
        max-width: 95%;
        max-height: 95%;
        border-radius: 30px;
        padding: 51px 48px;
        box-shadow: 0 0 0 rgba(89, 105, 128, .24);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(.8);
        -ms-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
}
.popup .contact-success__icon {
    margin-top: 36px
}
.popup .contact-success__note {
    margin-bottom: 80px
}
@media screen and (min-width:768px) {
    .popup--large {
        height: 600px
    }
}
.popup__shade {
    display: none
}
@media screen and (min-width:768px) {
    .popup__shade {
        display: block;
        position: fixed;
        background-color: rgba(255, 255, 255, .8);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1450;
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease, visibility 0s linear .3s
    }
}
.popup__container {
    width: 100%;
    height: 100%;
    overflow: auto;
    max-height: calc(100vh - 82px)
}
.popup__screen {
    width: 100%;
    height: 100%
}
.popup__screen--centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.popup__close {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 1510
}
.popup__close svg {
    width: 20px;
    height: 20px
}
.popup__title {
    color: #282f2f;
    font-family: Lato, sans-serif;
    font-size: 33px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 18px;
    margin-top: 0
}
@media screen and (min-width:768px) {
    .popup__title {
        font-size: 42px;
        line-height: 47px;
        margin-bottom: 12px
    }
}
.popup__title--placeholder {
    position: absolute;
    text-shadow: 0 0 10px red
}
@media screen and (min-width:768px) {
    .popup__title--placeholder {
        width: calc(100% - 96px)
    }
}
.popup__paragraph {
    color: #292929;
    font-family: Martel, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 33px
}
.popup__paragraph--checkbox svg {
    margin-right: 7px
}
.js--popup-carousel .slick-list, .js--popup-carousel .slick-track {
    height: 100%
}
.js--popup-carousel .slick-slide {
    overflow-y: auto
}
.js--popup-carousel .g-recaptcha {
    -webkit-transform: scale(.77);
    -ms-transform: scale(.77);
    transform: scale(.77);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-right: -20px;
    height: 59px
}
@media screen and (min-width:768px) {
    .js--popup-carousel .g-recaptcha {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: bottom
    }
}
@media screen and (min-width:768px) {
    .js--popup-carousel form .gradient-button[type=submit] {
        width: 169px;
        margin-top: 0
    }
}
.js--popup-carousel .contact-success__title {
    margin-bottom: 12px
}
.js--popup-carousel .contact-success__note {
    margin-bottom: 51px
}
.js--popup-carousel .contact-success__note+.gradient-button {
    margin-top: 0
}
.js--popup-carousel .contact-success__icon {
    margin-top: 63px
}
.popup__change {
    text-align: right;
    margin-top: -23px;
    margin-bottom: 20px
}
.popup__change a:link, .popup__change a:visited {
    background-image: linear-gradient(to right, #0abf98 0, #0abf98 100%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 100% 2px;
    font-family: Lato, sans-serif;
    display: inline-block;
    line-height: 26px;
    font-size: 16px
}
.cookie-box {
    background-color: #fff;
    box-shadow: 0 -2px 32px 0 rgba(89, 105, 128, .24);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10000
}
.cookie-box__container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 4px 15px 15px 15px
}
@media screen and (min-width:768px) {
    .cookie-box__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px 0 15px
    }
}
@media screen and (min-width:992px) {
    .cookie-box__container {
        height: 72px;
        padding: 0 20px 0 23px
    }
}
.cookie-box__text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #1f324d
}
.cookie-box__text>a {
    color: #09c;
    text-decoration: underline;
    display: block
}
@media screen and (min-width:768px) {
    .cookie-box__text>a {
        display: inline
    }
}
@media screen and (min-width:768px) {
    .cookie-box__text {
        font-size: 16px;
        line-height: 24px;
        padding-right: 60px
    }
}
.about-intro {
    margin-top: 55px;
    text-align: center;
    font-family: Martel, serif;
    font-size: 18px;
    line-height: 32px;
    color: #292929
}
@media screen and (min-width:768px) {
    .about-intro {
        font-size: 20px;
        line-height: 34px;
        margin-top: 45px
    }
}
.about-title {
    margin-top: 80px;
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 33px;
    color: #282f2f;
    margin-bottom: 20px
}
@media screen and (min-width:768px) {
    .about-title {
        margin-top: 100px;
        font-size: 32px;
        line-height: 33px
    }
}
.about-title--2 {
    font-size: 32px;
    margin-top: 100px
}
@media screen and (min-width:768px) {
    .about-title--2 {
        margin-top: 40px
    }
}
.container--about p {
    margin-bottom: 70px;
    margin-top: 20px;
    font-family: Martel, serif;
    font-size: 16px;
    line-height: 26px;
    color: #292929
}
@media screen and (min-width:992px) {
    .about-team {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 100px
    }
}
.team-member {
    text-align: center
}
@media screen and (min-width:768px) {
    .team-member {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }
}
@media screen and (min-width:992px) {
    .team-member {
        width: 50%;
        box-sizing: border-box
    }
    .team-member:nth-child(odd) {
        padding-right: 40px
    }
    .team-member:nth-child(even) {
        padding-left: 40px
    }
}
.team-member__photo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 57px
}
@media screen and (min-width:768px) {
    .team-member__photo {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 30px;
        text-align: center
    }
}
.team-member__photo>img {
    display: block;
    border-radius: 50%
}
.team-member__socials {
    position: absolute;
    top: 50%;
    top: calc(50% - 10px);
    left: 100%
}
@media screen and (min-width:768px) {
    .team-member__socials {
        position: static;
        top: auto;
        left: auto
    }
}
.team-member__social {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 15px
}
@media screen and (min-width:768px) {
    .team-member__social {
        margin-left: 0;
        margin-top: 20px
    }
}
.team-member__title {
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
    color: #444
}
@media screen and (min-width:768px) {
    .team-member__title {
        margin-top: 0
    }
}
.team-member__name {
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    color: #282f2f;
    margin-top: 1px;
    margin-bottom: 0
}
@media screen and (min-width:768px) {
    .team-member__name {
        margin-top: 0
    }
}
.team-member__location {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .6px;
    color: #444;
    margin-top: 6px
}
.team-member__location span {
    opacity: .7
}
.team-member__location img {
    vertical-align: bottom
}
.team-member__info p {
    margin-top: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #444
}
@media screen and (min-width:768px) {
    .team-member__info p {
        margin-top: 20px;
        margin-bottom: 60px
    }
}
.about-logos {
    text-align: center;
    margin-bottom: 100px
}
@media screen and (min-width:768px) {
    .about-logos {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 86px
    }
}
@media screen and (min-width:992px) {
    .about-logos {
        margin-bottom: 72px
    }
}
.about-logo {
    display: block;
    margin-bottom: 42px
}
@media screen and (min-width:768px) {
    .about-logo {
        margin-left: 20px;
        margin-right: 20px
    }
}
.cta1 {
    margin-top: 30px;
    margin-bottom: 50px
}
@media screen and (min-width:768px) {
    .cta1 {
        margin-top: 35px;
        margin-bottom: 40px
    }
}
@media screen and (min-width:992px) {
    .cta1 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}
.cta2 {
    margin-top: 30px;
    margin-bottom: 50px
}
@media screen and (min-width:768px) {
    .cta2 {
        margin-top: 35px;
        margin-bottom: 40px
    }

    .cta5 {

    }
}
@media screen and (min-width:992px) {
    .cta2 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}
.cta3 {
    margin-top: 40px;
    margin-bottom: 50px
}
@media screen and (min-width:768px) {
    .cta3 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}
@media screen and (min-width:992px) {
    .cta3 {
        margin-top: 30px;
        margin-bottom: 40px
    }
}
.cta h5 {
    font-weight: 400;
    font-family: "Open Sans", serif;
    font-size: 8px;
    line-height: 1.3;
    color: #737373;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: 0
}
.cta>div {
    border-radius: 4px
}
.cta1>div {
    margin-left: -16px;
    margin-right: -16px;
    background-color: #e8f3ec;
    padding-top: 25px;
    padding-bottom: 25px
}
@media screen and (min-width:992px) {
    .cta1>div {
        padding-top: 30px;
        padding-bottom: 30px
    }
}
.cta2>div, .cta3>div {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .11);
    background-size: contain;
    background-position: top right;
    max-width: initial;
    background-repeat: no-repeat
}
.cta2>div {
    padding-top: 25px;
    padding-bottom: 25px
}
@media screen and (max-width:767px) {
    .cta2>div {
        background: #fff!important
    }
}
@media screen and (min-width:992px) {
    .cta2>div {
        padding-top: 30px
    }
}
.cta3>div {
    padding-top: 27px;
    padding-bottom: 25px;
    border-top: 5px solid #292929
}
@media screen and (max-width:767px) {
    .cta3>div {
        background-position: -80% 0;
        background-position: right -270px top 0;
        background-size: cover
    }
}
@media screen and (min-width:768px) {
    .cta1>div, .cta2>div, .cta3>div {
        margin-left: -50px;
        margin-right: -50px
    }
}
@media screen and (min-width:992px) {
    .cta1>div, .cta2>div, .cta3>div {
        margin-left: -100px;
        margin-right: -100px
    }
}
.cta1 h2, .cta2 h2 {
    font-family: Lora, serif;
    font-weight: 700;
    font-size: 19px;
    color: #292929;
    line-height: normal
}
.cta1 h2 {
    margin: 0 16px 20px
}
@media screen and (min-width:768px) {
    .cta1 h2 {
        margin: 0 32px 20px
    }
}
@media screen and (min-width:992px) {
    .cta1 h2 {
        margin: 0 348px 16px 50px;
        font-size: 24px;
        line-height: normal
    }
}
.cta2 h2 {
    margin-left: 13px;
    margin-right: 25px;
    margin-bottom: 20px;
    margin-top: 0
}
@media screen and (min-width:768px) {
    .cta2 h2 {
        margin: 0 320px 20px 32px;
        font-size: 28px;
        line-height: 32px
    }
}
@media screen and (min-width:992px) {
    .cta2 h2 {
        margin: 0 390px 10px 40px;
        font-size: 36px;
        line-height: 40px
    }
}
.cta3 h2 {
    margin: 0 16px 10px;
    font-family: Lora, serif;
    font-weight: 700;
    color: #292929;
    font-size: 26px;
    line-height: normal
}
@media screen and (min-width:768px) {
    .cta3 h2 {
        margin: 0 280px 10px 40px;
        font-size: 26px;
        line-height: normal
    }
}
@media screen and (min-width:992px) {
    .cta3 h2 {
        margin: 0 328px 10px 40px;
        font-size: 36px;
        line-height: 40px
    }
}
.cta p {
    font-family: "Open Sans", serif
}
.cta1 p, .cta2 p, .cta3 p {
    font-family: "Open Sans", serif;
    font-size: 14px;
    line-height: 23px;
    color: #292929
}
.cta1 p {
    margin: 20px 16px 25px
}
@media screen and (min-width:768px) {
    .cta1 p {
        margin: 20px 32px 25px
    }
}
@media screen and (min-width:992px) {
    .cta1 p {
        margin: 16px 50px 20px;
        font-size: 16px;
        line-height: 25px
    }
}
.cta2 p {
    margin: 20px 19px 25px
}
@media screen and (min-width:768px) {
    .cta2 p {
        margin: 20px 320px 25px 32px
    }
}
@media screen and (min-width:992px) {
    .cta2 p {
        margin: 20px 346px 25px 40px;
        font-family: Lato, sans-serif;
        font-size: 15px;
        line-height: 22px
    }
}
.cta3 p {
    margin: 10px 16px 26px
}
@media screen and (min-width:768px) {
    .cta3 p {
        margin: 10px 280px 25px 40px
    }
}
@media screen and (min-width:992px) {
    .cta3 p {
        margin: 10px 328px 25px 40px;
        font-size: 14px;
        line-height: 23px
    }
}
.cta1>div>a, .cta2>div>a, .cta3>div>a {
    font-family: "Open Sans", serif;
    font-size: 14px;
    line-height: 23px;
    color: #292929
}
.cta1>div>a:after, .cta2>div>a:after, .cta3>div>a:after {
    display: none
}
.cta1>div>a {
    margin: 0 16px 0;
    color: #09c!important;
    font-family: "Open Sans", serif!important;
    font-weight: 700;
    font-size: 15px;
    line-height: normal
}
@media screen and (min-width:768px) {
    .cta1>div>a {
        margin: 0 32px 0
    }
}
@media screen and (min-width:992px) {
    .cta1>div>a {
        font-size: 16px;
        margin: 0 50px 0
    }
}
.cta2>div>a, .cta3>div>a {
    border-radius: 3px;
    color: #fff!important;
    display: block!important;
    font-family: "Open Sans", serif!important;
    line-height: normal!important;
    padding: 11px 10px 10px;
    text-align: center;
    font-size: 13px!important
}
@media screen and (min-width:768px) {
    .cta2>div>a, .cta3>div>a {
        display: inline-block!important;
        margin: 0 320px 0 32px!important;
        width: 250px
    }
}
@media screen and (min-width:992px) {
    .cta2>div>a, .cta3>div>a {
        margin: 0 280px 0 40px!important
    }
}
.cta2>div>a {
    margin-left: 19px;
    margin-right: 19px;
    background-color: #0abf98
}
.cta3>div>a {
    margin-left: 16px;
    margin-right: 16px;
    background-color: #292929
}
.cta4 {
    border-left-style: solid;
    border-left-width: 4px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-image-source: linear-gradient(to top, #19b5c1, #28c88c);
    border-image-slice: 1;
    padding: 1px 0 1px 27px;
    margin-top: 40px
}
@media screen and (min-width:768px) {
    .cta4 {
        margin-top: 46px
    }
}
.cta4>div>a {
    margin-bottom: 10px
}
@media screen and (min-width:768px) {
    .cta4>div>a {
        margin-bottom: 15px
    }
}
.cta4 h2 {
    margin-bottom: 23px;
    font-family: Lato, sans-serif;
    margin-top: 13px;
    margin-bottom: 20px
}
@media screen and (min-width:768px) {
    .cta4 h2 {
        margin-top: 20px!important
    }
}
@media screen and (min-width:992px) {
    .cta4 h2 {
        margin-bottom: 18px
    }
}
.cta4 h5 {
    font-size: 9px;
    text-transform: uppercase;
    text-align: left;
    color: rgba(0, 0, 0, .4);
    letter-spacing: .5px
}
.cta4 p {
    font-family: Martel, serif;
    line-height: 1.85
}
@media screen and (min-width:768px) {
    .cta4 p {
        font-size: 17px
    }
}
.p404 {
    margin-bottom: 30px
}
@media screen and (min-width:992px) {
    .p404 {
        margin-bottom: 40px
    }
}
.p404 h1 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 35px;
    font-weight: 900;
    font-family: Lato, sans-serif
}
@media screen and (min-width:600px) {
    .p404 h1 {
        font-size: 36px;
        line-height: 38px
    }
}
@media screen and (min-width:768px) {
    .p404 h1 {
        font-size: 45px;
        line-height: 52px;
        margin-top: 54px
    }
}
@media screen and (min-width:992px) {
    .p404 h1 {
        margin-top: 99px;
        font-size: 55px;
        line-height: 62px
    }
}
.p404 h2 {
    color: #282f2f;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    margin-top: 60px;
    margin-bottom: 0
}
@media screen and (min-width:768px) {
    .p404 h2 {
        margin-top: 90px
    }
}
@media screen and (min-width:992px) {
    .p404 h2 {
        margin-top: 110px
    }
}
.p404 h3 {
    margin-top: 15px;
    margin-bottom: 0;
    letter-spacing: -.16px;
    font-size: 20px;
    font-weight: 500;
    font-family: Lato, sans-serif;
    letter-spacing: -.16px
}
@media screen and (min-width:600px) {
    .p404 h3 {
        margin-top: 10px
    }
}
@media screen and (min-width:768px) {
    .p404 h3 {
        margin-top: 14px;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: -.21px
    }
}
@media screen and (min-width:992px) {
    .p404 h3 {
        font-size: 24px;
        line-height: 30px
    }
}
.p404 h4 {
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .57px;
    opacity: .69;
    color: #6f6f6f;
    margin-top: 6px;
    margin-bottom: 35px
}
@media screen and (min-width:768px) {
    .p404 h4 {
        margin-top: 5px
    }
}
.p404 p {
    color: #292929;
    font-family: Martel, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 8px
}
@media screen and (min-width:768px) {
    .p404 p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 6px
    }
}
.p404 p a {
    display: inline-block;
    position: relative
}
.p404 p a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #2dbe60
}
@media screen and (min-width:768px) {
    .p404__image-container {
        margin-top: -9px
    }
}
@media screen and (min-width:992px) {
    .p404__image-container {
        margin-top: 31px
    }
}
.p404__image-container svg {
    max-width: 100%;
    height: auto
}
@media screen and (min-width:600px) {
    .p404__image-container svg {
        width: 343px;
        max-width: 51.5vw
    }
}
@media screen and (min-width:768px) {
    .p404__image-container svg {
        width: 465px
    }
}
.p404__element:first-child {
    margin-right: -45px
}
@media screen and (min-width:600px) {
    .p404__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
.p404__container+p {
    margin-top: 30px
}
@media screen and (min-width:600px) {
    .p404__container+p {
        margin-top: 2px
    }
}
@media screen and (min-width:768px) {
    .p404__container+p {
        margin-top: -9px
    }
}
@media screen and (min-width:992px) {
    .p404__container+p {
        margin-top: -26px
    }
}


/* Updating MVP */
aside.displayblock {
    height: 100%;
}


@media (min-width: 375px) {
    aside.displayblock {
        margin: 0 -10px 40px;
    }
}

@media (min-width: 768px) {
    aside.displayblock {
        margin: 0 -50px 30px;
    }
}

@media (min-width: 992px) {
    aside.displayblock {
        margin: 0 -100px 30px;
    }
}

iframe {
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
