@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
	 @mixin ========================================================================= */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
menu,
nav,
section,
summary {
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
[hidden] {
    display: none;
}

/* Links
	 @mixin ========================================================================= */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
	 @mixin ========================================================================= */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 @mixin ========================================================================= */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 @mixin ========================================================================= */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/* Forms
	 @mixin ========================================================================= */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 900;
}

ul {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*:focus {
    outline: none;
}

a[href^=tel] {
    color: inherit !important;
}

/*@import tools/flexgrid*/
/* Uncomment and set these variables to customize the grid. */
.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-offset-1 {
    margin-left: 8.333%;
}

.col-offset-2 {
    margin-left: 16.667%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-4 {
    margin-left: 33.333%;
}

.col-offset-5 {
    margin-left: 41.667%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-7 {
    margin-left: 58.333%;
}

.col-offset-8 {
    margin-left: 66.667%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-10 {
    margin-left: 83.333%;
}

.col-offset-11 {
    margin-left: 91.667%;
}

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

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

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

.justify-content-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.justify-content-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.justify-content-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.align-items-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

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

.align-items-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.align-items-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.justify-content-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 576px) {
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -ms-flex-flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .text-center-sm {
        text-align: center;
    }

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

    .text-left-sm {
        text-align: left;
    }

    .justify-content-start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .justify-content-center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .justify-content-end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .align-items-start-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

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

    .align-items-stretch-sm {
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
    }

    .align-items-end-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .justify-content-around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .justify-content-between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 768px) {
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -ms-flex-flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .text-center-md {
        text-align: center;
    }

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

    .text-left-md {
        text-align: left;
    }

    .justify-content-start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .justify-content-center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .justify-content-end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .align-items-start-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

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

    .align-items-stretch-md {
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
    }

    .align-items-end-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .justify-content-around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .justify-content-between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 992px) {
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -ms-flex-flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .text-center-lg {
        text-align: center;
    }

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

    .text-left-lg {
        text-align: left;
    }

    .justify-content-start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .justify-content-center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .justify-content-end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .align-items-start-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

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

    .align-items-center-lg {
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
    }

    .align-items-end-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .justify-content-around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .justify-content-between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -ms-flex-flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xl {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xl-offset-1 {
        margin-left: 8.333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.667%;
    }

    .text-center-xl {
        text-align: center;
    }

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

    .text-left-xl {
        text-align: left;
    }

    .justify-content-start-xl {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .justify-content-center-xl {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .justify-content-end-xl {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .align-items-start-xl {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

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

    .align-items-center-xl {
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
    }

    .align-items-end-xl {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .justify-content-around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .justify-content-between-xl {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-xl {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 780px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 910px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 390px;
    }
}

@font-face {
    font-family: "Cera";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/CeraGR-Thin.eot?") format("eot"), url("../fonts/CeraGR-Thin.woff2") format("woff2"), url("../fonts/CeraGR-Thin.woff") format("woff"), url("../fonts/CeraGR-Thin.ttf") format("truetype"), url('../fonts/CeraGR-Thin.svg#str-replace("Cera", " ", "_")') format("svg");
}

@font-face {
    font-family: "Cera";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/CeraGR-Light.eot?") format("eot"), url("../fonts/CeraGR-Light.woff2") format("woff2"), url("../fonts/CeraGR-Light.woff") format("woff"), url("../fonts/CeraGR-Light.ttf") format("truetype"), url('../fonts/CeraGR-Light.svg#str-replace("Cera", " ", "_")') format("svg");
}

@font-face {
    font-family: "Cera";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/CeraGR-Regular.eot?") format("eot"), url("../fonts/CeraGR-Regular.woff2") format("woff2"), url("../fonts/CeraGR-Regular.woff") format("woff"), url("../fonts/CeraGR-Regular.ttf") format("truetype"), url('../fonts/CeraGR-Regular.svg#str-replace("Cera", " ", "_")') format("svg");
}

@font-face {
    font-family: "Cera";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/CeraGR-Medium.eot?") format("eot"), url("../fonts/CeraGR-Medium.woff2") format("woff2"), url("../fonts/CeraGR-Medium.woff") format("woff"), url("../fonts/CeraGR-Medium.ttf") format("truetype"), url('../fonts/CeraGR-Medium.svg#str-replace("Cera", " ", "_")') format("svg");
}

@font-face {
    font-family: "Cera";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/CeraGR-Bold.eot?") format("eot"), url("../fonts/CeraGR-Bold.woff2") format("woff2"), url("../fonts/CeraGR-Bold.woff") format("woff"), url("../fonts/CeraGR-Bold.ttf") format("truetype"), url('../fonts/CeraGR-Bold.svg#str-replace("Cera", " ", "_")') format("svg");
}

@font-face {
    font-family: "Cera";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/CeraGR-Black.eot?") format("eot"), url("../fonts/CeraGR-Black.woff2") format("woff2"), url("../fonts/CeraGR-Black.woff") format("woff"), url("../fonts/CeraGR-Black.ttf") format("truetype"), url('../fonts/CeraGR-Black.svg#str-replace("Cera", " ", "_")') format("svg");
}

@font-face {
    font-family: "BackToBlack";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/BacktoBlackDemo.eot?") format("eot"), url("../fonts/BacktoBlackDemo.woff2") format("woff2"), url("../fonts/BacktoBlackDemo.woff") format("woff"), url("../fonts/BacktoBlackDemo.ttf") format("truetype"), url('../fonts/BacktoBlackDemo.svg#str-replace("BackToBlack", " ", "_")') format("svg");
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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:before, .slick-track:after {
    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, .pagination .slick-hidden.prev,
.pagination .slick-hidden.next {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("sass/tools/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@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: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev, .pagination .prev,
.slick-next,
.pagination .next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .pagination .prev:hover, .slick-prev:focus, .pagination .prev:focus,
.slick-next:hover,
.pagination .next:hover,
.slick-next:focus,
.pagination .next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .pagination .prev:hover:before, .slick-prev:focus:before, .pagination .prev:focus:before,
.slick-next:hover:before,
.pagination .next:hover:before,
.slick-next:focus:before,
.pagination .next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .pagination .slick-disabled.prev:before,
.slick-next.slick-disabled:before,
.pagination .slick-disabled.next:before {
    opacity: 0.25;
}

.slick-prev:before, .pagination .prev:before,
.slick-next:before,
.pagination .next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .pagination .prev {
    left: -25px;
}

[dir="rtl"] .slick-prev, [dir="rtl"] .pagination .prev, .pagination [dir="rtl"] .prev {
    left: auto;
    right: -25px;
}

.slick-prev:before, .pagination .prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before, [dir="rtl"] .pagination .prev:before, .pagination [dir="rtl"] .prev:before {
    content: "→";
}

.slick-next, .pagination .next {
    right: -25px;
}

[dir="rtl"] .slick-next, [dir="rtl"] .pagination .next, .pagination [dir="rtl"] .next {
    left: -25px;
    right: auto;
}

.slick-next:before, .pagination .next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before, [dir="rtl"] .pagination .next:before, .pagination [dir="rtl"] .next:before {
    content: "←";
}

/* Dots */
.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: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus: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: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*@import tools/font-awesome*/
.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    -o-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0s;
    -o-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

/* Buttons */
.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xmlbase64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.fancybox-arrow--right {
    right: 0;
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
    left: 0;
}

.fancybox-show-nav .fancybox-arrow {
    opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0;
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important;
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

/* Fullscreen	*/
.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent;
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
    display: none;
}

.fancybox-button--thumbs {
    display: none;
}

@media all and (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }

    .fancybox-button--thumbs span {
        font-size: 23px;
    }

    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99995;
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }

    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
    }

    .fancybox-thumbs > ul > li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1);
    }

    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .fancybox-thumbs > ul > li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 11px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 28px;
    height: 19px;
    display: block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

/*@import "types/3dx";*/
/*@import "types/3dx-r";*/
/*@import "types/3dy";*/
/*@import "types/3dy-r";*/
/*@import "types/arrow";*/
/*@import "types/arrow-r";*/
/*@import "types/arrowalt";*/
/*@import "types/arrowalt-r";*/
/*@import "types/boring";*/
/*@import "types/collapse";*/
/*@import "types/collapse-r";*/
/*@import "types/elastic";*/
/*@import "types/elastic-r";*/
/*@import "types/emphatic";*/
/*@import "types/emphatic-r";*/
/*@import "types/slider";*/
/*@import "types/slider-r";*/
/*@import "types/spring";*/
/*@import "types/spring-r";*/
/*@import "types/stand";*/
/*@import "types/stand-r";*/
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in,
    opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in,
    opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in,
    opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out,
    opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out,
    opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out,
    opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*@import "types/spin-r";*/
/*@import "types/squeeze";*/
/*@import "types/vortex";*/
/*@import "types/vortex-r";*/
html,
body {
    overflow-x: visible !important;
    -webkit-overflow-scrolling: touch;
}

body {
    font-size: 21px;
    font-family: 'Cera';
    padding-top: 183px;
}

@media (max-width: 1300px) {
    body {
        padding-top: 166px;
    }
}

@media (max-width: 1199px) {
    body {
        padding-top: 151px;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 130px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.grey {
    color: #959595;
}

.info {
    color: #7BD6D3;
}

.primary {
    color: #9B6AA2;
}

.warning {
    color: #E98E66;
}

.secondary {
    color: #7B8CDE;
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hide-desktop {
        display: none !important;
    }
}

.text-warning {
    color: #E98E66;
}

.text-info {
    color: #7BD6D3;
}

.text-secondary {
    color: #7B8CDE;
}

.text-primary {
    color: #9B6AA2;
}

.btn {
    height: 46px;
    line-height: 20px;
    padding: 13px 30px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    border: 0;
    -webkit-box-shadow: 0px 18px 36.1px 1.9px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 18px 36.1px 1.9px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

@media (max-width: 1199px) and (min-width: 768px), (max-width: 575px) {
    .btn {
        font-size: 13px;
        height: 34px;
        padding: 7px 20px;
    }
}

.btn:hover {
    -webkit-box-shadow: 0px 10px 36.1px 1.9px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 36.1px 1.9px rgba(0, 0, 0, 0.14);
}

.btn-primary {
    background-color: #9B6AA2;
}

.btn-primary:hover {
    background-color: #8A5C8E;
}

.btn-secondary {
    background-color: #7B8CDE;
}

.btn-secondary:hover {
    background-color: #707FCA;
}

.btn-info {
    background-color: #7BD6D3;
}

.btn-info:hover {
    background-color: #70C2BF;
}

.btn-warning {
    background-color: #E98E66;
}

.btn-warning:hover {
    background-color: #D5825D;
}

/* ------------------------------------ */
/*  SLICK ARROWS  */
.slick-arrow, .pagination .prev,
.pagination .next,
.slick-arrow:focus,
.pagination .prev:focus,
.pagination .next:focus,
.slick-arrow:active,
.pagination .prev:active,
.pagination .next:active,
.slick-arrow:hover,
.pagination .prev:hover,
.pagination .next:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    z-index: 10;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px auto;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1199px) and (min-width: 768px), (max-width: 575px) {
    .slick-arrow, .pagination .prev,
    .pagination .next,
    .slick-arrow:focus,
    .pagination .prev:focus,
    .pagination .next:focus,
    .slick-arrow:active,
    .pagination .prev:active,
    .pagination .next:active,
    .slick-arrow:hover,
    .pagination .prev:hover,
    .pagination .next:hover {
        width: 30px;
        height: 30px;
        background-size: 16px auto;
    }
}

.slick-arrow:before, .pagination .prev:before,
.pagination .next:before,
.slick-arrow:focus:before,
.pagination .prev:focus:before,
.pagination .next:focus:before,
.slick-arrow:active:before,
.pagination .prev:active:before,
.pagination .next:active:before,
.slick-arrow:hover:before,
.pagination .prev:hover:before,
.pagination .next:hover:before {
    display: none;
}

.slick-arrow:hover, .pagination .prev:hover,
.pagination .next:hover {
    opacity: .8;
}

.slick-next, .pagination .next,
.slick-next:hover,
.pagination .next:hover,
.slick-next:focus,
.pagination .next:focus {
    right: 0;
    background-image: url("../images/right-arrow.svg");
}

.slick-prev, .pagination .prev,
.slick-prev:hover,
.pagination .prev:hover,
.slick-prev:focus,
.pagination .prev:focus {
    left: 0;
    background-image: url("../images/left-arrow.svg");
}

.slick-dots {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    opacity: 1;
    font-size: 7px;
    color: #000;
}

.slick-dots li.slick-active button:before {
    color: #9B6AA2;
    opacity: 1;
}

.header {
    background-color: #fff;
    z-index: 100;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media (max-width: 767px) {
    .header {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        overflow: auto;
        width: 260px;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
        -webkit-transform: translateX(270px);
        -ms-transform: translateX(270px);
        transform: translateX(270px);
    }

    .header.open {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .header .site-panel-logo {
        display: none;
    }

    .header .socials {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 20px;
        text-align: center;
    }

    .header .header-search {
        display: block;
        margin: 20px auto 10px;
    }
}

.header__top {
    padding: 35px 0;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .header__top {
        height: 115px;
    }
}

@media (min-width: 576px) {
    .header__top {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .header__top {
        max-width: 780px;
    }
}

@media (min-width: 992px) {
    .header__top {
        max-width: 910px;
    }
}

@media (min-width: 1200px) {
    .header__top {
        max-width: 100%;
    }
}

@media (max-width: 1300px) {
    .header__top {
        padding: 35px 0;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .header__top {
        height: 100px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .header__top {
        padding: 30px 0;
        height: 90px;
    }
}

@media (max-width: 767px) {
    .header__top {
        padding: 10px 0;
    }
}

.header__bottom {
    padding: 20px 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.header__bottom > .row {
    margin: 0 auto;
}

@media (min-width: 576px) {
    .header__bottom > .row {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .header__bottom > .row {
        max-width: 780px;
    }
}

@media (min-width: 992px) {
    .header__bottom > .row {
        max-width: 910px;
    }
}

@media (min-width: 1200px) {
    .header__bottom > .row {
        max-width: 100%;
    }
}

@media (max-width: 1300px) {
    .header__bottom {
        padding: 10px 0;
    }

    .header__bottom .row > div {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header__bottom {
        padding: 5px 0;
    }
}

@media (min-width: 768px) {
    .headroom--unpinned {
        -webkit-transform: translateY(-115px);
        -ms-transform: translateY(-115px);
        transform: translateY(-115px);
    }

    .headroom--pinned,
    .headroom--bottom {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .headroom--unpinned {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .headroom--unpinned {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        transform: translateY(-90px);
    }
}

.mobile-header {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-header .site-panel-logo {
    max-width: 180px;
}

@media (max-width: 576px) {
    .mobile-header {
        height: 90px;
    }

    .mobile-header .site-panel-logo {
        max-width: 125px;
    }
}

/* ------------------------------------ */
/*  NAV STYLES  */
.page-menu > ul {
    list-style-type: none;
}

@media (max-width: 1199px) {
    .page-menu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .page-menu > ul {
        display: block;
    }
}

.page-menu > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    position: relative;
    z-index: 10;
}

@media (max-width: 1199px) {
    .page-menu > ul > li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .page-menu > ul > li {
        display: block;
    }
}

.page-menu > ul > li:first-child {
    margin-left: 0;
}

.page-menu > ul > li:last-child {
    margin-right: 0;
}

.page-menu > ul > li.menu-item-has-children {
    padding-right: 22px;
}

@media (max-width: 1300px) {
    .page-menu > ul > li.menu-item-has-children {
        padding-right: 16px;
    }
}

@media (max-width: 991px) {
    .page-menu > ul > li.menu-item-has-children {
        padding-right: 12px;
    }
}

@media (max-width: 767px) {
    .page-menu > ul > li.menu-item-has-children {
        padding: 0 12px;
        margin: 10px auto;
    }
}

.page-menu > ul > li.menu-item-has-children:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

@media (max-width: 1300px) {
    .page-menu > ul > li.menu-item-has-children:after {
        width: 10px;
        height: 10px;
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }
}

@media (max-width: 991px) {
    .page-menu > ul > li.menu-item-has-children:after {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 767px) {
    .page-menu > ul > li.menu-item-has-children:after {
        bottom: auto;
        top: 4px;
    }
}

.page-menu > ul > li > a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1300px) {
    .page-menu > ul > li > a {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .page-menu > ul > li > a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .page-menu > ul > li > a {
        display: block;
        padding: 5px 0;
    }
}

.page-menu > ul > li > ul {
    position: absolute;
    background-color: #fff;
    top: 100%;
    margin-top: 25px;
    left: 0%;
    list-style-type: none;
    text-align: left;
    min-width: 200px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s, visibility .1s, -webkit-transform .4s ease-out;
    transition: opacity .1s, visibility .1s, -webkit-transform .4s ease-out;
    -o-transition: opacity .1s, visibility .1s, transform .4s ease-out;
    transition: opacity .1s, visibility .1s, transform .4s ease-out;
    transition: opacity .1s, visibility .1s, transform .4s ease-out, -webkit-transform .4s ease-out;
    z-index: 1;
    -webkit-transform: translate(-50%, -40px);
    -ms-transform: translate(-50%, -40px);
    transform: translate(-50%, -40px);
    left: 50%;
}

@media (max-width: 1300px) {
    .page-menu > ul > li > ul {
        margin-top: 14px;
    }
}

@media (max-width: 991px) {
    .page-menu > ul > li > ul {
        min-width: 180px;
    }
}

@media (max-width: 767px) {
    .page-menu > ul > li > ul {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: 100%;
        visibility: visible;
        opacity: 1;
        text-align: center;
        margin-top: 10px;
        display: none;
    }
}

.page-menu > ul > li > ul:before {
    content: '';
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
}

@media (max-width: 1300px) {
    .page-menu > ul > li > ul:before {
        height: 14px;
    }
}

@media (max-width: 767px) {
    .page-menu > ul > li > ul:before {
        display: none;
    }
}

.page-menu > ul > li > ul li {
    display: block;
}

.page-menu > ul > li > ul li a {
    color: #000;
    display: block;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.page-menu > ul > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

@media (max-width: 1300px) {
    .page-menu > ul > li > ul li a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .page-menu > ul > li > ul li a {
        padding: 6px 10px;
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .desktop-view .page-menu > ul > li.menu-item-has-children:hover:after {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }

    .desktop-view .page-menu > ul > li.menu-item-has-children:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .2s ease-out;
        transition: opacity .4s, visibility .4s, -webkit-transform .2s ease-out;
        -o-transition: opacity .4s, visibility .4s, transform .2s ease-out;
        transition: opacity .4s, visibility .4s, transform .2s ease-out;
        transition: opacity .4s, visibility .4s, transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media (max-width: 767px) {
    .desktop-view .page-menu > ul > li.menu-item-has-children:hover:after {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }

    .desktop-view .page-menu > ul > li.menu-item-has-children:hover > ul {
        display: block;
    }
}

/* ------------------------------------ */
/*  MENU BUTTON  */
.menu-button {
    display: none;
    position: fixed;
    left: auto;
    right: 10px;
    top: 45px;
    bottom: auto;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    cursor: pointer;
    z-index: 100;
}

@media (max-width: 767px) {
    .menu-button {
        display: block;
    }
}

@media (max-width: 576px) {
    .menu-button {
        top: 25px;
    }
}

.menu-button.is-active {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}

.offer {
    height: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media (max-width: 1300px) {
    .offer {
        height: 570px;
    }
}

@media (max-width: 991px) {
    .offer {
        height: 460px;
    }
}

@media (max-width: 767px) {
    .offer {
        height: 420px;
    }
}

.offer h1 {
    margin-bottom: 40px;
    font-size: 70px;
    color: #FFF;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.offer .bottom-elements {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
    width: 100%;
}

@media (max-width: 767px) {
    .offer .bottom-elements {
        top: 100%;
        padding-top: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.offer .main-news-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.offer .main-news-bg-slider .slick-list,
.offer .main-news-bg-slider .slick-track {
    height: 100%;
}

.offer .main-news-slider {
    margin-bottom: 80px !important;
}

@media (max-width: 767px) {
    .offer .main-news-slider {
        margin: 0 auto !important;
    }
}

.offer--mid {
    height: 450px;
}

.offer--archive {
    height: auto;
    padding: 80px 0 160px;
    position: relative;
}

@media (max-width: 1199px) {
    .offer--archive {
        padding: 55px 0 110px;
    }
}

@media (max-width: 991px) {
    .offer--archive {
        padding: 50px 0 100px;
    }
}

@media (max-width: 767px) {
    .offer--archive {
        padding: 115px 0 185px;
    }
}

@media (max-width: 575px) {
    .offer--archive {
        padding: 75px 0 135px;
    }
}

.offer--archive:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    /*opacity: 0.51;*/
    opacity: 0;
    z-index: 0;
}

.offer--archive .archive-title {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .offer--archive .archive-title {
        font-size: 22.4px;
    }
}

@media (max-width: 991px) {
    .offer--archive .archive-title {
        font-size: 20.16px;
    }
}

@media (max-width: 767px) {
    .offer--archive .archive-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .offer--archive .archive-title {
        font-size: 22.4px;
    }
}

.offer--page {
    height: 470px;
}

@media (max-width: 1199px) {
    .offer--page {
        height: 210px;
    }
}

@media (max-width: 991px) {
    .offer--page {
        height: 190px;
    }
}

@media (max-width: 767px) {
    .offer--page {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .offer--page {
        height: 260px;
    }
}

.offer--article {
    height: 760px;
}

@media (max-width: 1199px) {
    .offer--article {
        height: 470px;
    }
}

@media (max-width: 991px) {
    .offer--article {
        height: 355px;
    }
}

@media (max-width: 767px) {
    .offer--article {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .offer--article {
        height: 260px;
    }
}

.article-page {
    background-color: #FFF;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 30px 30px 60px;
    margin-top: -170px;
    position: relative;
}

@media (max-width: 1199px) {
    .article-page {
        max-width: 970px;
        padding: 30px 30px 30px 60px;
        margin-top: -115px;
    }
}

@media (max-width: 991px) {
    .article-page {
        max-width: 870px;
        padding: 30px 60px;
        margin-top: -105px;
    }
}

@media (max-width: 767px) {
    .article-page {
        max-width: 650px;
        margin-top: -100px;
    }
}

@media (max-width: 575px) {
    .article-page {
        max-width: 450px;
        margin-top: -80px;
        padding: 20px;
    }
}

.article-page .article {
    padding: 0;
}

.page {
    background-color: #FFF;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 280px 80px 180px;
    margin-top: -170px;
    position: relative;
}

@media (max-width: 1199px) {
    .page {
        max-width: 970px;
        padding: 60px 120px;
        margin-top: -75px;
    }
}

@media (max-width: 991px) {
    .page {
        max-width: 870px;
        padding: 40px 120px 60px;
        margin-top: -60px;
    }
}

@media (max-width: 767px) {
    .page {
        max-width: 650px;
        padding: 60px 70px;
        margin-top: -90px;
    }
}

@media (max-width: 575px) {
    .page {
        max-width: 450px;
        margin-top: -80px;
        padding: 30px 20px;
    }
}

.page .article {
    padding: 0;
    color: #333745;
}

@media (max-width: 1199px) {
    .page .article {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .page .article {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .page .article {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .page .article {
        font-size: 15px;
    }
}

.page .article__content {
    padding-bottom: 0;
}

.page .article__content blockquote {
    background-color: #E3E3E3;
}

.page .article__content blockquote:before {
    display: none;
}

.archive-page {
    padding: 70px;
    background-color: #FFF;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    margin-top: -80px;
    position: relative;
}

@media (max-width: 1199px) {
    .archive-page {
        max-width: 970px;
        padding: 40px 50px 60px 50px;
        margin-top: -55px;
    }
}

@media (max-width: 991px) {
    .archive-page {
        max-width: 870px;
        padding: 40px 60px;
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    .archive-page {
        max-width: 650px;
        padding: 50px 70px 60px;
        margin-top: -70px;
    }
}

@media (max-width: 575px) {
    .archive-page {
        max-width: 450px;
        margin-top: -60px;
        padding: 40px 50px;
    }
}

@media (max-width: 450px) {
    .archive-page {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.archive-page .filters {
    margin-bottom: 40px;
}

.archive-page .search-form {
    margin-bottom: 65px;
}

.page-no-content {
    padding: 3em 0;
}

.page-no-content p {
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 2em;
}

.section {
    padding: 65px 0 80px;
}

@media (max-width: 1199px) {
    .section {
        padding: 45px 0 65px;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 50px 0;
    }
}

.section-heading {
    padding-bottom: 25px;
}

@media (max-width: 1199px) {
    .section-heading {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .section-heading {
        padding-bottom: 25px;
    }
}

.section-heading__title {
    font-size: 23px;
    color: #000000;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .section-heading__title {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .section-heading__title {
        font-size: 25px;
    }
}

.section.p-0 {
    padding: 0;
}

.section.pt-0 {
    padding-top: 0;
}

.section.pt-120 {
    padding-top: 120px;
}

@media (max-width: 767px) {
    .section.pt-120 {
        padding-top: 240px;
    }
}

.mt-neg-300 {
    margin-top: -300px;
    position: relative;
    z-index: 2;
}

.block-title {
    font-size: 25px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .block-title {
        font-size: 20px;
        margin-bottom: 17px;
    }
}

@media (max-width: 767px) {
    .block-title {
        font-size: 31px;
    }
}

.block-title:after {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #d4d4d4;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .block-title:after {
        margin-top: 12px;
    }
}

.block-label {
    background-color: #9B6AA2;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding: 0 45px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .block-label {
        font-size: 12px;
        height: 40px;
        padding: 0 35px;
    }
}

@media (max-width: 991px) {
    .block-label {
        font-size: 10px;
        height: 35px;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .block-label {
        font-size: 14px;
        height: 50px;
    }
}

@media (max-width: 400px) {
    .block-label {
        font-size: 12px;
        height: 35px;
        padding: 0 20px;
    }
}

.block-label-info {
    background-color: #7BD6D3;
}

.block-label-primary {
    background-color: #9B6AA2;
}

.block-label-warning {
    background-color: #E98E66;
}

.block-label-secondary {
    background-color: #7B8CDE;
}

.check-out {
    padding-bottom: 60px;
}

.check-out .post-excerpt-preview {
    margin-bottom: 40px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .check-out .post-excerpt-preview {
        margin-bottom: 30px;
    }
}

.check-out .post-excerpt-preview .post-date {
    color: #959595;
}

.check-out .post-preview-small {
    margin-bottom: 20px;
}

.check-out .post-preview-small__excerpt {
    display: none;
}

.check-out .post-preview-small .post-date {
    color: #959595;
}

.check-out .npl-ad {
    margin-bottom: 40px;
}

.check-out [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .check-out .row > [class*="col-"]:nth-child(2) .bottom-part {
        display: none;
    }
}

.suggestions {
    background-color: #9B6AA2;
}

@media (min-width: 768px) {
    .suggestions .overflow-slider__carousel {
        width: 1450px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .suggestions .overflow-slider__carousel {
        width: 1000px;
    }
}

.entertainment {
    padding-bottom: 40px;
}

@media (max-width: 1199px) {
    .entertainment {
        padding-bottom: 20px;
    }
}

.entertainment .post-excerpt-preview,
.entertainment .npl-ad {
    margin-bottom: 40px;
}

.entertainment .post-excerpt-preview .post-date {
    color: #959595;
}

.posts-grid {
    padding-bottom: 0;
}

.posts-grid .grid {
    background-image: url(../images/posts-grid.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-box-sizing: cover;
    box-sizing: cover;
    padding-bottom: 30px;
}

.posts-grid .grid-title {
    font-family: 'BackToBlack';
    font-size: 27px;
    color: #df246a;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 20px;
}

.posts-grid .grid-title span {
    padding: 0 25px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.posts-grid .grid-title:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #BCBCBC;
    left: 0;
    right: 0;
    z-index: -1;
}

.posts-grid .grid .post-preview {
    padding-top: 0;
    margin-bottom: 21px;
}

@media (max-width: 575px) {
    .posts-grid .grid .post-preview {
        margin-bottom: 12px;
    }
}

.posts-grid .grid .post-preview__cover figcaption {
    display: none;
}

.posts-grid .grid .post-preview .post-date {
    display: none;
}

@media (max-width: 575px) {
    .posts-grid .grid .container > .row > [class*="col-"]:last-child > .row {
        margin: 0 -6px;
    }
}

@media (max-width: 575px) {
    .posts-grid .grid .container > .row > [class*="col-"]:last-child > .row > [class*="col-"] {
        padding: 0 6px;
    }
}

.posts-grid .grid .container > .row > [class*="col-"]:last-child .post-preview__inner {
    padding: 0 10px 10px;
}

@media (max-width: 575px) {
    .posts-grid .grid .container > .row > [class*="col-"]:last-child .post-preview__inner {
        padding: 0 8px 8px;
    }
}

@media (max-width: 991px) {
    .posts-grid .grid .container > .row > [class*="col-"]:last-child .post-preview__title {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .posts-grid .grid .container > .row > [class*="col-"]:last-child .post-preview__title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .posts-grid .grid .container > .row > [class*="col-"]:last-child .post-preview__title {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .posts-grid .grid .container > .row > [class*="col-"]:first-child .post-preview__inner {
        padding: 0 15px 15px;
    }
}

@media (max-width: 575px) {
    .posts-grid .grid .container > .row > [class*="col-"]:first-child .post-preview__title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .lifestyle .post-excerpt-preview {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .lifestyle .post-excerpt-preview__cover figcaption {
        display: none;
    }
}

.lifestyle .post-excerpt-preview .post-date {
    color: #959595;
}

@media (min-width: 768px) {
    .lifestyle .post-excerpt-preview .post-date {
        display: none;
    }
}

.lifestyle .post-preview-small {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .lifestyle .post-preview-small__cover {
        width: 140px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .lifestyle .post-preview-small__cover {
        width: 105px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .lifestyle .post-preview-small__cover {
        width: 90px;
    }
}

@media (min-width: 768px) {
    .lifestyle .post-preview-small__inner {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .lifestyle .post-preview-small__inner {
        width: -webkit-calc(100% - 105px);
        width: calc(100% - 105px);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .lifestyle .post-preview-small__inner {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
    }
}

@media (max-width: 767px) {
    .lifestyle .post-preview-small__excerpt {
        display: none;
    }
}

.lifestyle .post-preview-small .post-date {
    color: #959595;
}

@media (min-width: 768px) {
    .lifestyle .post-preview-small .post-date {
        display: none;
    }
}

.best-posts {
    background-image: url(../images/best-posts.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.best-posts .section-heading__title {
    color: #FFF;
}

@media (min-width: 768px) {
    .best-posts .best-posts-desktop {
        margin-bottom: -25px;
    }
}

.best-posts .best-posts-desktop .post-preview {
    margin-bottom: 25px;
}

.best-posts .slick-slider {
    margin: 0 -8px 40px;
}

.best-posts .slick-slider .slick-slide {
    padding: 0 8px !important;
}

.best-posts .slick-slider .post-preview {
    margin-bottom: 0;
}

.best-posts .slick-slider .slick-arrow, .best-posts .slick-slider .pagination .prev, .pagination .best-posts .slick-slider .prev, .best-posts .slick-slider
.pagination .next,
.pagination .best-posts .slick-slider .next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.best-posts .slick-slider .slick-prev, .best-posts .slick-slider .pagination .prev, .pagination .best-posts .slick-slider .prev {
    left: -5px;
}

@media (min-width: 768px) {
    .best-posts .slick-slider .slick-prev, .best-posts .slick-slider .pagination .prev, .pagination .best-posts .slick-slider .prev {
        left: 0;
    }
}

.best-posts .slick-slider .slick-next, .best-posts .slick-slider .pagination .next, .pagination .best-posts .slick-slider .next {
    right: -5px;
}

@media (min-width: 768px) {
    .best-posts .slick-slider .slick-next, .best-posts .slick-slider .pagination .next, .pagination .best-posts .slick-slider .next {
        right: 0;
    }
}

.best-posts .best-posts-mobile .post-preview-small__inner {
    color: #fff;
}

.best-posts .best-posts-mobile .post-preview-small__excerpt {
    display: none;
}

.best-posts .best-posts-mobile .post-preview-small:not(:last-child) {
    margin-bottom: 25px;
}

.testimonials {
    background-color: #FFFCF4;
}

.destinations {
    background-color: #E98E66;
    position: relative;
}

.time-posts {
    background-color: #B7CECE;
}

.time-posts-large {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .time-posts-large [class*='col-']:nth-child(3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .time-posts-large [class*='col-']:nth-child(2) {
        display: none;
    }
}

.time-posts-small {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .time-posts-small [class*='col-']:last-child {
        display: none;
    }
}

.time-posts-small .post-preview-small {
    margin-bottom: 20px;
}

.time-posts-small .post-preview-small__excerpt {
    display: none;
}

.article {
    font-size: 21px;
    line-height: 1.9em;
    color: #000000;
}

@media (max-width: 1199px) {
    .article {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .article {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .article {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .article {
        font-size: 17.8px;
    }
}

.article hr {
    hight: 0;
    border: 0;
    border-top: 1px solid #EBEBEB;
    margin: 1em 0;
}

.article__title {
    font-size: 32px;
    line-height: 1.47em;
    color: #000000;
    margin-bottom: -9px;
    margin-top: 2;
}

@media (max-width: 1199px) {
    .article__title {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .article__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .article__title {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    .article__title {
        font-size: 22px;
    }
}

.article .page__title {
    font-size: 30px;
    color: #E98E66;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .article .page__title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .article .page__title {
        font-size: 21.6px;
    }
}

@media (max-width: 767px) {
    .article .page__title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .article .page__title {
        font-size: 22px;
    }
}

.article .socials {
    margin: 0 0 0 auto;
}

@media (max-width: 575px) {
    .article .socials {
        margin: 25px 0 0;
    }
}

.article__content {
    padding: 2em 0;
}

.article__content a {
    color: #9B6AA2;
}

.article__content a:hover {
    text-decoration: underline;
}

.article__content p:not(:last-child) {
    margin-bottom: 1em;
}

.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
    margin-bottom: 15px;
}

.article__content h2 {
    font-size: 24px;
}

@media (max-width: 1199px) {
    .article__content h2 {
        font-size: 17.4px;
    }
}

@media (max-width: 991px) {
    .article__content h2 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .article__content h2 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .article__content h2 {
        font-size: 20px;
    }
}

.article__content h3 {
    font-size: 21px;
}

@media (max-width: 1199px) {
    .article__content h3 {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .article__content h3 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .article__content h3 {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .article__content h3 {
        font-size: 18.6px;
    }
}

.article__content ul,
.article__content ol {
    padding-left: 1.5em;
    margin-top: 0;
}

.article__content ul:not(:last-child),
.article__content ol:not(:last-child) {
    margin-bottom: 1em;
}

.article__content ul li {
    list-style: none;
    position: relative;
}

.article__content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #9B6AA2;
    position: absolute;
    left: -0.75em;
    top: 0.95em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.article__content ol {
    counter-reset: ol-list;
}

.article__content ol li {
    list-style: none;
    position: relative;
}

.article__content ol li:before {
    counter-increment: ol-list;
    content: counter(ol-list) ".";
    position: absolute;
    left: -0.75em;
    top: 0.95em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #9B6AA2;
}

.article__content blockquote {
    padding: 1.5em 5em;
    margin: 0;
    border: 2px solid #E3E3E3;
    text-align: center;
    font-weight: 600;
    position: relative;
}

@media (max-width: 767px) {
    .article__content blockquote {
        font-size: 26px;
        padding: 1em 3em;
    }
}

@media (max-width: 575px) {
    .article__content blockquote {
        font-size: 1.1em;
        padding: 1em 2em;
    }
}

.article__content blockquote:before {
    content: '';
    width: 90px;
    height: 20px;
    background-color: #fff;
    background-image: url(../images/quote-left.svg);
    background-size: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.article__content blockquote:not(:last-child) {
    margin-bottom: 1em;
}

.article__content img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
}

.article__content img.aligncenter {
    display: block;
    margin: 0 auto 1em;
}

.article__content img.alignleft {
    display: block;
    margin: 0 auto 1em 0;
}

.article__content img.alignright {
    display: block;
    margin: 0 0 1em auto;
}

.article__content img.size-full {
    display: block;
    margin-bottom: 1em;
    width: 100% !important;
    height: auto !important;
}

.article__content .metrix:not(:last-child),
.article__content .audience:not(:last-child),
.article__content .gallery:not(:last-child) {
    margin-bottom: 1em;
}

.article__content .yuzo_related_post,
.article__content .rns {
    display: none;
}

.article-reactions {
    margin: 40px 0;
}

.article-tags {
    margin: 40px 0;
}

.article-comments {
    margin: 40px 0;
}

.article-comments img {
    max-width: 100%;
    display: block;
}

.article-suggestions {
    margin: 40px 0;
}

@media (max-width: 767px) {
    .article-suggestions {
        background-color: #9B6AA2;
    }
}

.article-testimonials {
    margin: 40px 0 0;
}

.sidebar {
    will-change: min-height;
}

.sidebar .inner-wrapper-sticky {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

@media (max-width: 767px) {
    .sidebar {
        padding-top: 50px;
    }
}

.sidebar-widget {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .sidebar-widget {
        margin: 40px 0;
    }
}

.sidebar-widget img {
    max-width: 100%;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget:first-child {
    margin-top: 0;
}

.sidebar-widget > h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .sidebar-widget > h3 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .sidebar-widget > h3 {
        font-size: 25px;
        margin-bottom: 1em;
    }
}

@media (max-width: 575px) {
    .sidebar-widget > h3 {
        font-size: 20px;
        margin-bottom: 1em;
    }
}

.sidebar-widget .post-preview:not(:last-child),
.sidebar-widget .post-excerpt-preview:not(:last-child),
.sidebar-widget .post-preview-card:not(:last-child) {
    margin-bottom: 40px;
}

.sidebar-widget .post-preview-small:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar-widget .post-preview-small__excerpt {
    display: none;
}

.sidebar-widget .post-preview-small .post-date {
    color: #959595;
}

.sidebar-widget .widget-tags-list {
    margin: 0 -5px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

.sidebar-widget .widget-tags-list li {
    margin: 0 5px 10px;
    list-style: none;
    display: block;
}

.sidebar-widget .widget-tags-list li a {
    display: block;
    border: 1px solid #D3D3D3;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0.5em 0.8em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #000000;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .sidebar-widget .widget-tags-list li a {
        font-size: 12px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sidebar-widget .widget-tags-list li a {
        font-size: 10.55px;
    }
}

.sidebar-widget .widget-tags-list li a:hover {
    color: #fff;
    background-color: #9B6AA2;
    border-color: #9B6AA2;
}

.posts {
    margin-bottom: -40px;
}

.posts .post-preview,
.posts .post-excerpt-preview {
    margin-bottom: 40px;
}

.page-404 {
    padding: 70px;
    background-color: #FFF;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #959595;
}

@media (max-width: 1199px) {
    .page-404 {
        max-width: 970px;
        padding: 40px 50px 60px 50px;
        margin-top: -55px;
    }
}

@media (max-width: 991px) {
    .page-404 {
        max-width: 870px;
        padding: 40px 60px;
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    .page-404 {
        max-width: 650px;
        padding: 50px 70px 60px;
        margin-top: -70px;
    }
}

@media (max-width: 575px) {
    .page-404 {
        max-width: 450px;
        margin-top: -60px;
        padding: 40px 50px;
    }
}

@media (max-width: 450px) {
    .page-404 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-404 .error-code {
    font-size: 80px;
    font-weight: 600;
    text-align: center;
}

.article-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
}

.article {
    padding: 40px 65px;
    position: relative;
}

.article p {
    line-height: 1.9;
}

.article--big-padding {
    padding: 95px 110px;
}

@media (max-width: 1199px) {
    .article--big-padding {
        padding: 75px 90px;
    }
}

@media (max-width: 1199px) {
    .article--big-padding {
        padding: 60px 75px;
    }
}

@media (max-width: 767px) {
    .article--big-padding {
        padding: 55px 40px;
    }
}

@media (max-width: 400px) {
    .article--big-padding {
        padding: 40px 25px;
    }
}

.socials {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.socials .item {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #9B6AA2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1300px) {
    .socials .item {
        width: 27px;
        height: 27px;
    }
}

.socials .item:not(:last-child) {
    margin-right: 6px;
}

.socials .item:hover {
    background-color: #8A5C8E;
}

.socials .item img {
    display: block;
    margin: auto;
    max-width: 18px;
    max-height: 18px;
}

@media (max-width: 1300px) {
    .socials .item img {
        max-width: 12px;
        max-height: 10px;
    }
}

.socials .item svg {
    display: block;
    margin: auto;
    max-width: 18px;
    max-height: 18px;
}

@media (max-width: 1300px) {
    .socials .item svg {
        max-width: 12px;
        max-height: 10px;
    }
}

.socials .item svg path {
    fill: #fff !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.socials--plain .item {
    background-color: transparent;
    width: auto;
    margin-right: 25px !important;
}

.socials--plain .item:hover {
    background-color: transparent;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.socials--plain .item svg {
    display: block;
    margin: auto;
    max-width: 18px;
    max-height: 18px;
}

.socials--plain .item svg path {
    fill: #9B6AA2 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.socials--square .item {
    border-radius: 0;
    border: 1px solid #D3D3D3;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .socials--square .item {
        width: 24px;
        height: 24px;
    }

    .socials--square .item svg,
    .socials--square .item img {
        max-width: 14px;
    }
}

@media (max-width: 991px) {
    .socials--square .item {
        width: 20px;
        height: 20px;
    }

    .socials--square .item img,
    .socials--square .item svg {
        max-width: 10px;
    }
}

@media (max-width: 767px) {
    .socials--square .item {
        width: 32px;
        height: 32px;
    }

    .socials--square .item img,
    .socials--square .item svg {
        max-width: 18px;
    }
}

@media (max-width: 575px) {
    .socials--square .item {
        width: 26px;
        height: 26px;
    }

    .socials--square .item img,
    .socials--square .item svg {
        max-width: 14px;
    }
}

.socials--square .item svg path {
    fill: #9B6AA2 !important;
}

.socials--square .item:hover {
    border-color: #9B6AA2;
}

.socials--square .item:hover svg path {
    fill: #fff !important;
}

.site-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .site-menu {
        display: block;
    }
}

.site-menu-search {
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-menu-search:hover {
    background-color: #9B6AA2;
}

.site-menu-search:hover svg path {
    fill: #fff !important;
}

@media (max-width: 767px) {
    .site-menu-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        background-color: #9B6AA2;
        color: #fff;
        padding: 7px 20px;
    }
}

.site-menu-search .label {
    padding-right: 10px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}

@media (min-width: 768px) {
    .site-menu-search .label {
        display: none;
    }
}

.site-menu-search img,
.site-menu-search svg {
    display: block;
    width: 16px;
    margin: 0 auto;
}

.site-menu-search img path,
.site-menu-search svg path {
    fill: #000 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .site-menu-search img,
    .site-menu-search svg {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
    }

    .site-menu-search img path,
    .site-menu-search svg path {
        fill: #fff !important;
    }
}

.site-menu nav {
    padding-right: 25px;
}

@media (max-width: 991px) {
    .site-menu nav {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .site-menu nav {
        padding-right: 0;
        text-align: center;
    }
}

.site-menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .site-menu nav ul {
        display: block;
    }
}

.site-menu nav .menu-item {
    list-style: none;
}

.site-menu nav .menu-item:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 1300px) {
    .site-menu nav .menu-item:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .site-menu nav .menu-item:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .site-menu nav .menu-item:not(:last-child) {
        margin-right: 0;
    }
}

.site-menu nav .menu-item a {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1300px) {
    .site-menu nav .menu-item a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .site-menu nav .menu-item a {
        font-size: 11px;
    }
}

.site-menu nav .menu-item a:after {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #000000;
    position: absolute;
    top: 100%;
    opacity: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-menu nav .menu-item a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.site-panel-container {
    width: 100%;
    max-width: 1540px;
    padding: 0 15px;
    margin: 0 auto;
}

.site-panel-logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
}

.site-panel-logo img {
    display: block;
    width: auto;
    max-width: 100%;
}

.post-excerpt-preview {
    display: block;
    color: #000000;
}

.post-excerpt-preview__cover {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.post-excerpt-preview__cover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-excerpt-preview__cover img {
    display: block;
    width: 100%;
}

.post-excerpt-preview__cover figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.post-excerpt-preview:hover .post-excerpt-preview__cover:after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

.post-excerpt-preview__inner {
    padding: 30px 10px 0;
}

@media (max-width: 1199px) {
    .post-excerpt-preview__inner {
        padding: 20px 3px 0;
    }
}

@media (max-width: 767px) {
    .post-excerpt-preview__inner {
        padding: 35px 15px 0;
    }
}

@media (max-width: 575px) {
    .post-excerpt-preview__inner {
        padding: 20px 3px 0;
    }
}

.post-excerpt-preview__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
}

@media (max-width: 1199px) {
    .post-excerpt-preview__title {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .post-excerpt-preview__title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .post-excerpt-preview__title {
        font-size: 18px;
    }
}

.post-excerpt-preview__excerpt {
    display: block;
    font-size: 16px;
    line-height: 1.875em;
    font-weight: 300;
    margin: 0.9em 0 0.6em;
    max-height: 5.625em;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .post-excerpt-preview__excerpt {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .post-excerpt-preview__excerpt {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .post-excerpt-preview__excerpt {
        font-size: 15px;
    }
}

.post-excerpt-preview .post-date {
    font-size: 17px;
    display: block;
}

@media (max-width: 1199px) {
    .post-excerpt-preview .post-date {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .post-excerpt-preview .post-date {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .post-excerpt-preview .post-date {
        font-size: 15px;
    }
}

.post-preview-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000000;
}

.post-preview-small__cover {
    width: 125px;
    padding: 0;
    margin: 0;
    position: relative;
}

@media (max-width: 1199px) {
    .post-preview-small__cover {
        width: 93px;
    }
}

@media (max-width: 991px) {
    .post-preview-small__cover {
        width: 75px;
    }
}

@media (max-width: 767px) {
    .post-preview-small__cover {
        width: 163px;
    }
}

@media (max-width: 575px) {
    .post-preview-small__cover {
        width: 115px;
    }
}

.post-preview-small__cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-preview-small__cover img {
    width: 100%;
    display: block;
}

.post-preview-small:hover .post-preview-small__cover:before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

.post-preview-small__inner {
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
    padding-left: 15px;
}

@media (max-width: 1199px) {
    .post-preview-small__inner {
        width: -webkit-calc(100% - 93px);
        width: calc(100% - 93px);
    }
}

@media (max-width: 991px) {
    .post-preview-small__inner {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .post-preview-small__inner {
        width: -webkit-calc(100% - 163px);
        width: calc(100% - 163px);
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .post-preview-small__inner {
        width: -webkit-calc(100% - 115px);
        width: calc(100% - 115px);
        padding-left: 10px;
    }
}

.post-preview-small__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .post-preview-small__title {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .post-preview-small__title {
        font-size: 22px;
        margin-bottom: 0.25em;
    }
}

@media (max-width: 575px) {
    .post-preview-small__title {
        font-size: 15px;
    }
}

.post-preview-small__excerpt {
    display: block;
    font-size: 16px;
    line-height: 1.625em;
    overflow: hidden;
    height: 3.25em;
    margin-bottom: .5em;
}

@media (max-width: 1199px) {
    .post-preview-small__excerpt {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .post-preview-small__excerpt {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .post-preview-small__excerpt {
        font-size: 18px;
    }
}

.post-preview-small .post-date {
    font-size: 14px;
    display: block;
}

@media (max-width: 1199px) {
    .post-preview-small .post-date {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .post-preview-small .post-date {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .post-preview-small .post-date {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .post-preview-small .post-date {
        font-size: 13px;
    }
}

.post-preview {
    padding-top: 30px;
    position: relative;
    color: #fff;
    display: block;
}

@media (max-width: 1199px) {
    .post-preview {
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .post-preview {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .post-preview {
        padding-top: 28px;
    }
}

.post-preview__cover {
    position: relative;
    margin: 0;
    padding: 0;
}

.post-preview__cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-preview__cover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.68)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.68) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.68) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.68) 100%);
    z-index: 1;
}

.post-preview__cover img {
    display: block;
    width: 100%;
    -webkit-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
}

.post-preview__cover figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 3;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.post-preview:hover .post-preview__cover:before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

.post-preview__inner {
    padding: 0 20px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    z-index: 2;
}

@media (max-width: 1199px) {
    .post-preview__inner {
        padding: 0 15px 15px;
    }
}

@media (max-width: 767px) {
    .post-preview__inner {
        padding: 0 30px 25px;
    }
}

@media (max-width: 575px) {
    .post-preview__inner {
        padding: 0 15px 15px;
    }
}

.post-preview__title {
    font-size: 20px;
    line-height: 1.5em;
}

@media (max-width: 1199px) {
    .post-preview__title {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .post-preview__title {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    .post-preview__title {
        font-size: 19px;
    }
}

.post-preview .post-date {
    font-size: 17px;
    display: block;
}

@media (max-width: 1199px) {
    .post-preview .post-date {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .post-preview .post-date {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .post-preview .post-date {
        font-size: 15px;
    }
}

.post-preview-card {
    display: block;
    position: relative;
    color: #000000;
}

.post-preview-card__cover {
    position: relative;
    margin: 0;
    display: block;
}

.post-preview-card__cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-preview-card__cover img {
    display: block;
    width: 100%;
}

.post-preview-card__cover figcaption {
    display: none;
    z-index: 1;
}

.post-preview-card:hover .post-preview-card__cover:before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

.post-preview-card__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    display: block;
    padding: 15px 30px;
    z-index: 2;
}

@media (max-width: 1199px) {
    .post-preview-card__inner {
        padding: 15px 25px;
    }
}

.post-preview-card__title {
    font-size: 20px;
    line-height: 1.5em;
    /*max-height: 3em;*/
    overflow: hidden;
    position: relative;
}

/*
.post-preview-card__title:after {
    content: '';
    width: 50%;
    top: 1.5em;
    height: 1.5em;
    right: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
*/

@media (max-width: 1199px) {
    .post-preview-card__title {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .post-preview-card__title {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .post-preview-card__title {
        font-size: 16px;
    }
}

.post-preview-card__excerpt {
    display: block;
    font-size: 16px;
    line-height: 1.875em;
    font-weight: 300;
    margin: 15px 0 10px;
    max-height: 5.625em;
    overflow: hidden;
}

.post-preview-card .post-date {
    color: #959595;
    font-size: 17px;
    display: block;
}

@media (max-width: 1199px) {
    .post-preview-card .post-date {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .post-preview-card .post-date {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .post-preview-card .post-date {
        font-size: 14px;
    }
}

.post-author-preview-card {
    display: block;
    padding-top: 30px;
    color: #000000;
}

.post-author-preview-card__cover {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
}

.post-author-preview-card__cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-author-preview-card__cover img {
    display: block;
    width: 100%;
}

.post-author-preview-card__cover figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.post-author-preview-card:hover .post-author-preview-card__cover:before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

.post-author-preview-card__inner {
    padding: 50px 20px 15px;
    display: block;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    text-align: left;
    position: relative;
}

@media (max-width: 1199px) {
    .post-author-preview-card__inner {
        padding: 40px 25px 20px;
    }
}

@media (max-width: 991px) {
    .post-author-preview-card__inner {
        padding-top: 35px;
    }
}

@media (max-width: 767px) {
    .post-author-preview-card__inner {
        padding: 45px 40px 40px;
    }
}

@media (max-width: 575px) {
    .post-author-preview-card__inner {
        padding: 40px 25px 20px;
    }
}

.post-author-preview-card__author {
    width: 83px;
    height: 83px;
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199px) {
    .post-author-preview-card__author {
        width: 47px;
        height: 47px;
    }
}

@media (max-width: 991px) {
    .post-author-preview-card__author {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .post-author-preview-card__author {
        width: 85px;
        height: 85px;
    }
}

@media (max-width: 575px) {
    .post-author-preview-card__author {
        width: 65px;
        height: 65px;
    }
}

.post-author-preview-card__author img {
    display: block;
    width: 100%;
}

.post-author-preview-card__name {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 1199px) {
    .post-author-preview-card__name {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .post-author-preview-card__name {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .post-author-preview-card__name {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .post-author-preview-card__name {
        font-size: 18.5px;
    }
}

.post-author-preview-card__title {
    font-size: 18px;
    line-height: 1.5em;
}

@media (max-width: 1199px) {
    .post-author-preview-card__title {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .post-author-preview-card__title {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .post-author-preview-card__title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .post-author-preview-card__title {
        font-size: 18.5px;
    }
}

.post-author-preview-card__excerpt {
    display: block;
    font-size: 16px;
    line-height: 1.875em;
    font-weight: 300;
    margin: 5px 0;
    max-height: 3.75em;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .post-author-preview-card__excerpt {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .post-author-preview-card__excerpt {
        font-size: 10.27px;
    }
}

@media (max-width: 767px) {
    .post-author-preview-card__excerpt {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .post-author-preview-card__excerpt {
        font-size: 17px;
    }
}

.post-author-preview-card .post-date {
    color: #959595;
    font-size: 17px;
    display: block;
}

@media (max-width: 1199px) {
    .post-author-preview-card .post-date {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .post-author-preview-card .post-date {
        font-size: 10.27px;
    }
}

@media (max-width: 767px) {
    .post-author-preview-card .post-date {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .post-author-preview-card .post-date {
        font-size: 17px;
    }
}

.badge {
    display: inline-block;
    height: 30px;
    padding: 5px 22px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .badge {
        font-size: 11px;
        padding: 2.5px 15px;
        height: 25px;
    }
}

@media (max-width: 767px) {
    .badge {
        font-size: 20px;
        height: 40px;
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .badge {
        font-size: 13px;
        height: 28px;
        padding: 4px 15px;
    }
}

.badge-info {
    background-color: #7BD6D3;
}

.badge-primary {
    background-color: #9B6AA2;
}

.badge-warning {
    background-color: #E98E66;
}

.badge-secondary {
    background-color: #7B8CDE;
}

.badge-tag {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 1199px) {
    .badge-tag {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .badge-tag {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .badge-tag {
        font-size: 13px;
    }
}

.badge-tag-info {
    color: #7BD6D3;
}

.badge-tag-primary {
    color: #9B6AA2;
}

.badge-tag-warning {
    color: #E98E66;
}

.badge-tag-secondary {
    color: #7B8CDE;
}

.slider-wrap {
    overflow: hidden;
    padding: 105px 0;
    margin: -105px 0;
}

@media (max-width: 1199px) {
    .slider-wrap {
        padding: 85px 0;
        margin: -85px 0;
    }
}

@media (max-width: 767px) {
    .slider-wrap {
        margin: 0;
        padding: 0;
    }
}

.overflow-slider {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .overflow-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

.overflow-slider__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 390px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .overflow-slider__image {
        width: 100%;
    }
}

.overflow-slider__image img {
    display: block;
    width: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .overflow-slider__image img {
        margin: 0 auto;
    }
}

.overflow-slider__carousel {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    opacity: 0;
    height: 200px;
}

.overflow-slider__carousel.slick-initialized {
    opacity: 1;
    -webkit-transition: opaciy 2s ease;
    -o-transition: opaciy 2s ease;
    transition: opaciy 2s ease;
    height: auto;
}

@media (min-width: 768px) {
    .overflow-slider__carousel {
        position: static;
        width: 1200px;
        margin-left: 50px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .overflow-slider__carousel {
        width: 850px;
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .overflow-slider__carousel {
        margin: 75px -8px 0;
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        position: relative;
    }
}

.overflow-slider__carousel .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 !important;
}

.overflow-slider__carousel .slide {
    padding: 0 15px;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width: 1199px) {
    .overflow-slider__carousel .slide {
        padding: 0 8px;
    }
}

.overflow-slider__carousel .slick-arrow, .overflow-slider__carousel .pagination .prev, .pagination .overflow-slider__carousel .prev, .overflow-slider__carousel
.pagination .next,
.pagination .overflow-slider__carousel .next {
    bottom: -102.5px;
    top: auto !important;
}

@media (max-width: 1199px) {
    .overflow-slider__carousel .slick-arrow, .overflow-slider__carousel .pagination .prev, .pagination .overflow-slider__carousel .prev, .overflow-slider__carousel
    .pagination .next,
    .pagination .overflow-slider__carousel .next {
        bottom: -80px;
    }
}

@media (max-width: 767px) {
    .overflow-slider__carousel .slick-arrow, .overflow-slider__carousel .pagination .prev, .pagination .overflow-slider__carousel .prev, .overflow-slider__carousel
    .pagination .next,
    .pagination .overflow-slider__carousel .next {
        bottom: auto;
        top: 50% !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
    }
}

.overflow-slider__carousel .slick-prev, .overflow-slider__carousel .pagination .prev, .pagination .overflow-slider__carousel .prev {
    left: auto;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

@media (max-width: 1199px) {
    .overflow-slider__carousel .slick-prev, .overflow-slider__carousel .pagination .prev, .pagination .overflow-slider__carousel .prev {
        -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }
}

@media (max-width: 767px) {
    .overflow-slider__carousel .slick-prev, .overflow-slider__carousel .pagination .prev, .pagination .overflow-slider__carousel .prev {
        left: -5px;
    }
}

.overflow-slider__carousel .slick-next, .overflow-slider__carousel .pagination .next, .pagination .overflow-slider__carousel .next {
    right: auto;
    left: auto;
    -webkit-transform: translateX(75px);
    -ms-transform: translateX(75px);
    transform: translateX(75px);
}

@media (max-width: 1199px) {
    .overflow-slider__carousel .slick-next, .overflow-slider__carousel .pagination .next, .pagination .overflow-slider__carousel .next {
        -webkit-transform: translateX(52px);
        -ms-transform: translateX(52px);
        transform: translateX(52px);
    }
}

@media (max-width: 767px) {
    .overflow-slider__carousel .slick-next, .overflow-slider__carousel .pagination .next, .pagination .overflow-slider__carousel .next {
        right: -5px;
    }
}

.testimonial {
    display: block;
    padding-top: 30px;
}

.testimonial__cover {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
}

.testimonial__cover img {
    display: block;
    width: 100%;
}

.testimonial__cover figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
}

.testimonial__inner {
    padding: 50px 35px 45px;
    display: block;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    position: relative;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .testimonial__inner {
        padding: 40px 25px 20px;
    }
}

@media (max-width: 991px) {
    .testimonial__inner {
        padding-top: 35px;
    }
}

@media (max-width: 767px) {
    .testimonial__inner {
        padding: 45px 40px 40px;
    }
}

@media (max-width: 575px) {
    .testimonial__inner {
        padding: 40px 25px 20px;
    }
}

.testimonial__author {
    width: 83px;
    height: 83px;
    border-color: #fff;
    border-style: solid;
    border-width: 5px;
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.post-author-preview-card__author {
    border-color: #fff;
    border-style: solid;
    border-width: 5px;
}

@media (max-width: 1199px) {
    .testimonial__author {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 991px), (max-width: 575px) {
    .testimonial__author {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 767px) and (min-width: 575px) {
    .testimonial__author {
        width: 80px;
        height: 80px;
    }
}

.testimonial__author img {
    display: block;
    width: 100%;
}

.testimonial__name {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .testimonial__name {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .testimonial__name {
        font-size: 15px;
    }
}

.testimonial__content {
    position: relative;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.75em;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .testimonial__content {
        font-size: 13px;
        padding: 0 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .testimonial__content {
        line-height: 1.25em;
    }
}

@media (max-width: 575px) {
    .testimonial__content {
        font-size: 12px;
        padding: 0 15px;
        line-height: 1.5em;
    }
}

.testimonial__content:before {
    /*content: '"';*/
    position: absolute;
    left: 0;
    top: 0;
    line-height: 10px;
    font-size: 20px;
    font-weight: 400;
}

.testimonial__content:after {
    /*content: '"';*/
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 10px;
    font-size: 20px;
    font-weight: 400;
}

.testimonial__content p:not(:last-child) {
    margin-bottom: 1em;
}

.testimonails-carousel {
    padding: 0 55px;
    margin-bottom: 0 !important;
    opacity: 0;
}

.testimonails-carousel.slick-initialized {
    opacity: 1;
    -webkit-transition: opaciy 2s ease;
    -o-transition: opaciy 2s ease;
    transition: opaciy 2s ease;
}

@media (max-width: 1199px) {
    .testimonails-carousel {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .testimonails-carousel {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .testimonails-carousel {
        padding: 0;
        margin: 0 -8px;
    }
}

.testimonails-carousel .slide {
    padding: 8px 15px;
}

@media (max-width: 1199px) {
    .testimonails-carousel .slide {
        padding: 8px;
    }
}

.testimonails-carousel .slick-arrow, .testimonails-carousel .pagination .prev, .pagination .testimonails-carousel .prev, .testimonails-carousel
.pagination .next,
.pagination .testimonails-carousel .next {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonails-carousel .slick-prev, .testimonails-carousel .pagination .prev, .pagination .testimonails-carousel .prev {
    left: 0;
}

@media (max-width: 767px) {
    .testimonails-carousel .slick-prev, .testimonails-carousel .pagination .prev, .pagination .testimonails-carousel .prev {
        left: -5px;
    }
}

.testimonails-carousel .slick-next, .testimonails-carousel .pagination .next, .pagination .testimonails-carousel .next {
    right: 0;
}

@media (max-width: 767px) {
    .testimonails-carousel .slick-next, .testimonails-carousel .pagination .next, .pagination .testimonails-carousel .next {
        right: -5px;
    }
}

.testimonails-carousel .slick-dots {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .testimonails-carousel .slick-dots {
        padding-top: 20px;
    }
}

.address {
    margin-top: 50px;
    font-style: normal;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .address {
        margin-top: 40px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .address {
        font-size: 11px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .address {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .address {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .address {
        font-size: 16px;
        margin-top: 20px;
    }
}

.address + * {
    margin-top: 50px !important;
}

@media (max-width: 1199px) {
    .address + * {
        margin-top: 40px !important;
    }
}

@media (max-width: 991px) {
    .address + * {
        margin-top: 30px !important;
    }
}

@media (max-width: 400px) {
    .address + * {
        margin-top: 20px !important;
    }
}

.address__item {
    margin-bottom: 15px;
    display: block;
    color: #000;
    line-height: normal;
}

@media (max-width: 1199px) {
    .address__item {
        margin-bottom: 5px;
    }
}

.address__item__img {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 18px;
}

@media (max-width: 991px) {
    .address__item__img {
        width: 12px;
        margin-right: 12px;
    }
}

.address__item__img img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.address__item p {
    display: inline-block;
    vertical-align: middle;
}

.address__item:hover .address__item__img img {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.address-info {
    padding-right: 125px;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .address-info {
        padding-right: 110px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .address-info {
        font-size: 11px;
        padding-right: 80px;
    }
}

@media (max-width: 767px) {
    .address-info {
        font-size: 20px;
        padding-right: 15px;
    }

    .address-info + * {
        margin-top: 60px;
    }
}

@media (max-width: 576px) {
    .address-info {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .address-info {
        font-size: 16px;
    }
}

.address-info:after {
    content: '';
    display: block;
    position: absolute;
    height: 160px;
    width: 1px;
    background-color: #d4d4d4;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 75px;
}

@media (max-width: 1199px) {
    .address-info:after {
        right: 55px;
        height: 120px;
    }
}

@media (max-width: 991px) {
    .address-info:after {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .address-info:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .address-info .socials .item img {
        max-width: 24px;
        max-height: 18px;
    }
}

.breadcrumbs {
    display: block;
    margin-bottom: 40px;
    list-style-type: none;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #b6b6b6;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .breadcrumbs li {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .breadcrumbs li {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs li {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .breadcrumbs li {
        font-size: 14px;
    }
}

.breadcrumbs li a {
    color: #b6b6b6;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #b6b6b6;
    margin-left: 2px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.person-info {
    min-height: 220px;
    margin-left: 80px;
    padding: 40px;
    padding-left: 390px;
    font-size: 17px;
    position: relative;
}

@media (max-width: 1199px) {
    .person-info {
        font-size: 12px;
        padding: 30px 90px 30px 300px;
        margin-left: 60px;
    }
}

@media (max-width: 991px) {
    .person-info {
        margin-left: 50px;
        padding: 25px 70px 25px 250px;
    }
}

@media (max-width: 767px) {
    .person-info {
        font-size: 21px;
        margin-left: 0;
        margin-top: 180px;
        padding: 40px;
    }
}

@media (max-width: 576px) {
    .person-info {
        font-size: 16px;
        margin-top: 140px;
        padding: 25px;
    }
}

@media (max-width: 400px) {
    .person-info {
        font-size: 14px;
    }
}

.person-info p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.person-info p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .person-info p {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .person-info p {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .person-info p {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .person-info p {
        margin-bottom: 15px;
    }
}

.person-info__main {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .person-info__main {
        top: auto;
        bottom: calc(100% + 30px);
    }
}

@media (max-width: 576px) {
    .person-info__main {
        bottom: calc(100% + 25px);
    }
}

.person-info__ava {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -80px;
    margin-right: 35px;
}

.person-info__ava img {
    display: block;
    width: 100%;
}

@media (max-width: 1199px) {
    .person-info__ava {
        width: 120px;
        height: 120px;
        margin-left: -60px;
        margin-right: 25px;
    }
}

@media (max-width: 991px) {
    .person-info__ava {
        width: 100px;
        height: 100px;
        margin-left: -50px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .person-info__ava {
        width: 120px;
        height: 120px;
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .person-info__ava {
        width: 90px;
        height: 90px;
    }
}

.person-info__title h1, .person-info__title h2 {
    font-size: 23px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .person-info__title h1, .person-info__title h2 {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .person-info__title h1, .person-info__title h2 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .person-info__title h1, .person-info__title h2 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .person-info__title h1, .person-info__title h2 {
        font-size: 17px;
    }
}

.person-info__title p {
    text-transform: uppercase;
    font-size: 14px;
    color: #d4d4d4;
}

@media (max-width: 1199px) {
    .person-info__title p {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .person-info__title p {
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    .person-info__title p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .person-info__title p {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .person-info .socials .item img {
        max-width: 24px;
        max-height: 18px;
    }
}

@media (max-width: 400px) {
    .person-info .socials .item img {
        max-width: 20px;
        max-height: 16px;
    }
}

.categories-list {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .categories-list {
        font-size: 11.5px;
    }
}

@media (max-width: 991px) {
    .categories-list {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .categories-list {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .categories-list {
        font-size: 13px;
    }
}

.categories-list a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.categories-list a:not(:last-child) {
    margin-right: 10px;
}

.post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-author a {
    text-decoration: none;
}

.post-author a:hover {
    text-decoration: underline;
}

.post-author__image {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .post-author__image {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 991px) {
    .post-author__image {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .post-author__image {
        width: 40px;
        height: 40px;
    }
}

.post-author__image img {
    display: block;
    width: 100%;
}

.post-author__content {
    padding-left: 20px;
    font-size: 19px;
    line-height: normal;
}

@media (max-width: 1199px) {
    .post-author__content {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .post-author__content {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .post-author__content {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .post-author__content {
        font-size: 14px;
    }
}

.post-author__name {
    font-weight: 700;
    color: #000000;
}

.post-author__date {
    color: #959595;
    padding-left: 3px;
}

.post-author__date:before {
    content: '/';
    padding-right: 5px;
}

.tags-title {
    font-size: 21px;
    text-transform: uppercase;
    padding-left: 40px;
    background-image: url(../images/tag.svg);
    background-position: 2px 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .tags-title {
        font-size: 15px;
    }
}

.article-tags {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .article-tags {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .article-tags {
        font-size: 11px;
        line-height: 16px;
    }
}

.article-tags .tags-title {
    display: inline-block;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 767px) {
    .article-tags .tags-title {
        display: block;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0.5em;
        font-weight: 700;
    }
}

@media (max-width: 575px) {
    .article-tags .tags-title {
        font-size: 20px;
        line-height: 20px;
    }
}

.article-tags a {
    color: #000000;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .article-tags a {
        display: inline-block;
        border: 1px solid #D3D3D3;
        font-size: 24px;
        padding: 0.5em 0.75em;
        text-decoration: none;
        margin: 3px;
    }
}

@media (max-width: 575px) {
    .article-tags a {
        font-size: 16px;
    }
}

.article-suggestions .suggestions {
    padding: 40px 0;
}

@media (max-width: 991px) {
    .article-suggestions .suggestions {
        padding: 30px 0;
    }
}

.article-suggestions .suggestions .section-heading {
    padding: 0 30px;
}

@media (max-width: 991px) {
    .article-suggestions .suggestions .section-heading {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .article-suggestions .suggestions .section-heading {
        padding: 0;
    }
}

.article-suggestions .suggestions .section-heading__title {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .article-suggestions .suggestions .section-heading__title {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .article-suggestions .suggestions .section-heading__title {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .article-suggestions .suggestions .section-heading__title {
        font-size: 25px;
        margin-bottom: 1em;
    }
}

@media (max-width: 575px) {
    .article-suggestions .suggestions .section-heading__title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .article-suggestions .suggestions .slider-wrap {
        padding: 68px 0;
        margin: -68px 0;
    }
}

@media (max-width: 767px) {
    .article-suggestions .suggestions .slider-wrap {
        overflow: visible;
    }
}

.article-suggestions .suggestions .overflow-slider {
    padding: 0 30px;
}

@media (max-width: 991px) {
    .article-suggestions .suggestions .overflow-slider {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .article-suggestions .suggestions .overflow-slider {
        padding: 0;
    }
}

.article-suggestions .suggestions .overflow-slider__image {
    width: 270px;
}

@media (max-width: 1199px) {
    .article-suggestions .suggestions .overflow-slider__image {
        width: 190px;
    }
}

@media (max-width: 991px) {
    .article-suggestions .suggestions .overflow-slider__image {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .article-suggestions .suggestions .overflow-slider__image {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .article-suggestions .suggestions .overflow-slider__carousel {
        width: 1050px;
        margin-left: 50px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .article-suggestions .suggestions .overflow-slider__carousel {
        width: 720px;
        margin-left: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .article-suggestions .suggestions .overflow-slider__carousel {
        width: 648px;
    }
}

.article-suggestions .suggestions .overflow-slider__carousel .slick-arrow, .article-suggestions .suggestions .overflow-slider__carousel .pagination .prev, .pagination .article-suggestions .suggestions .overflow-slider__carousel .prev, .article-suggestions .suggestions .overflow-slider__carousel
.pagination .next,
.pagination .article-suggestions .suggestions .overflow-slider__carousel .next {
    bottom: -63px;
}

@media (max-width: 1199px) {
    .article-suggestions .suggestions .overflow-slider__carousel .slick-arrow, .article-suggestions .suggestions .overflow-slider__carousel .pagination .prev, .pagination .article-suggestions .suggestions .overflow-slider__carousel .prev, .article-suggestions .suggestions .overflow-slider__carousel
    .pagination .next,
    .pagination .article-suggestions .suggestions .overflow-slider__carousel .next {
        bottom: -55px;
    }
}

@media (max-width: 991px) {
    .article-suggestions .suggestions .overflow-slider__carousel .slick-arrow, .article-suggestions .suggestions .overflow-slider__carousel .pagination .prev, .pagination .article-suggestions .suggestions .overflow-slider__carousel .prev, .article-suggestions .suggestions .overflow-slider__carousel
    .pagination .next,
    .pagination .article-suggestions .suggestions .overflow-slider__carousel .next {
        bottom: -45px;
    }
}

@media (min-width: 768px) {
    .article-suggestions .post-preview-card__title {
        font-size: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .article-suggestions .post-preview-card__title {
        font-size: 11px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .article-suggestions .post-preview-card__title {
        font-size: 9.3px;
    }
}

@media (min-width: 768px) {
    .article-suggestions .post-preview-card .post-date {
        font-size: 12px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .article-suggestions .post-preview-card .post-date {
        font-size: 8.7px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .article-suggestions .post-preview-card .post-date {
        font-size: 7.45px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .article-suggestions .post-preview-card__inner {
        padding: 8px 15px;
    }
}

.article-similarities .section {
    padding: 0;
}

.article-similarities .section .section-heading {
    padding-bottom: 15px;
}

.article-similarities .section .section-heading__title {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .article-similarities .section .section-heading__title {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .article-similarities .section .section-heading__title {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .article-similarities .section .section-heading__title {
        font-size: 25px;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 575px) {
    .article-similarities .section .section-heading__title {
        font-size: 20px;
    }
}

.article-similarities .testimonial .post-date {
    font-size: 17px;
    color: #959595;
}

.article-similarities .testimonial .post-preview-card__inner {
    position: static;
    padding: 0;
}

.article-similarities .testimonial__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.article-similarities .testimonial__name {
    text-align: center;
}

.article-similarities .posts-mini-carousel {
    margin: 0 -15px;
    opacity: 0;
}

@media (max-width: 1199px) {
    .article-similarities .posts-mini-carousel {
        margin: 0 -8px;
    }
}

.article-similarities .posts-mini-carousel.slick-initialized {
    opacity: 1;
}

.article-similarities .posts-mini-carousel .slide {
    padding: 8px 15px;
}

@media (max-width: 1199px) {
    .article-similarities .posts-mini-carousel .slide {
        padding: 8px;
    }
}

.article-similarities .posts-mini-carousel .slick-dots {
    margin-top: 20px;
}

.metrix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .metrix {
        margin: 0 -5px;
    }
}

.metrix-item {
    margin: 0 15px;
    padding: 20px 40px;
    text-align: center;
    background-color: #F7F7F7;
    line-height: normal;
}

@media (max-width: 1199px) {
    .metrix-item {
        padding: 15px 35px;
    }
}

@media (max-width: 767px) {
    .metrix-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: 5px;
        margin-right: 5px;
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .metrix-item {
        padding: 10px;
    }
}

.metrix-item__icon {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.metrix-item__icon img {
    display: block;
    max-width: 24px;
    max-height: 24px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .metrix-item__icon img {
        max-width: 18px;
        max-height: 18px;
    }
}

.metrix-item__icon svg {
    display: block;
    width: auto;
    max-width: 24px;
    max-height: 24px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .metrix-item__icon svg {
        max-width: 18px;
        max-height: 18px;
    }
}

.metrix-item__icon svg path {
    fill: #9B6AA2 !important;
    stroke: 3;
    stroke-miterlimit: 10;
}

.metrix-item__value {
    font-size: 26px;
    font-weight: 900;
    padding: 5px 0;
}

@media (max-width: 1199px) {
    .metrix-item__value {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .metrix-item__value {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .metrix-item__value {
        font-size: 15px;
    }
}

.metrix-item__label {
    font-size: 16px;
    opacity: 0.5;
}

@media (max-width: 1199px) {
    .metrix-item__label {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .metrix-item__label {
        font-size: 11.4px;
    }
}

@media (max-width: 575px) {
    .metrix-item__label {
        font-size: 9.4px;
    }
}

.audience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.audience-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
}

@media (max-width: 991px) {
    .audience-progress-bar {
        width: 320px;
    }
}

@media (max-width: 767px) {
    .audience-progress-bar {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .audience-progress-bar {
        width: 65%;
    }
}

.audience-progress-bar .part {
    background-color: #D8C3DA;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 25px 0;
    cursor: pointer;
}

@media (max-width: 991px) {
    .audience-progress-bar .part {
        padding: 18px 0;
    }
}

@media (max-width: 575px) {
    .audience-progress-bar .part {
        padding: 12px 0;
    }
}

.audience-progress-bar .part .value {
    font-weight: 700;
    font-size: 21px;
    display: block;
    line-height: normal;
}

@media (max-width: 991px) {
    .audience-progress-bar .part .value {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .audience-progress-bar .part .value {
        font-size: 18px;
    }
}

.audience-progress-bar .part .icon img {
    width: auto !important;
    height: 30px !important;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .audience-progress-bar .part .icon img {
        height: 20px !important;
    }
}

.audience-progress-bar .part.active {
    background-color: #9B6AA2;
}

.audience-progress-bar .part:hover {
    background-color: #8A5C8E;
}

.audience-values {
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .audience-values {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .audience-values {
        font-size: 14.25px;
    }
}

@media (max-width: 767px) {
    .audience-values {
        font-size: 15px;
        line-height: 2em;
        padding-left: 15px;
        width: 30%;
    }
}

@media (max-width: 575px) {
    .audience-values {
        font-size: 12px;
        line-height: 1.5em;
        width: 35%;
        padding-left: 10px;
    }
}

.audience-values .list {
    display: none;
}

.audience-values .list ul {
    padding-left: 0;
}

.audience-values .list ul li:before {
    display: none;
}

.audience-values .list mark {
    background-color: transparent;
    color: #9B6AA2;
}

.audience-values .active {
    display: block;
}

.gallery {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 1em !important;
    opacity: 0;
}

.gallery.slick-initialized {
    opacity: 1;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.gallery br {
    display: none !important;
}

.gallery-item {
    padding: 0 15px;
    margin: 0;
}

.gallery-item img {
    width: 100% !important;
    margin-bottom: 0 !important;
    border: 0 !important;
}

.gallery .slick-prev, .gallery .pagination .prev, .pagination .gallery .prev {
    left: -50px;
    background-image: url(../images/left-arrow-white.svg) !important;
}

@media (max-width: 767px) {
    .gallery .slick-prev, .gallery .pagination .prev, .pagination .gallery .prev {
        left: -30px;
    }
}

@media (max-width: 575px) {
    .gallery .slick-prev, .gallery .pagination .prev, .pagination .gallery .prev {
        left: 0;
    }
}

.gallery .slick-next, .gallery .pagination .next, .pagination .gallery .next {
    right: -50px;
    background-image: url(../images/right-arrow-white.svg) !important;
}

@media (max-width: 767px) {
    .gallery .slick-next, .gallery .pagination .next, .pagination .gallery .next {
        right: -30px;
    }
}

@media (max-width: 575px) {
    .gallery .slick-next, .gallery .pagination .next, .pagination .gallery .next {
        right: 0;
    }
}

.gallery .slick-arrow, .gallery .pagination .prev, .pagination .gallery .prev, .gallery
.pagination .next,
.pagination .gallery .next {
    background-color: #9B6AA2;
}

.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 1199px) {
    .filters {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .filters {
        font-size: 18px;
    }
}

.filters-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -10px;
}

@media (max-width: 575px) {
    .filters-controls {
        display: none;
    }
}

.filters-controls .item {
    padding: 0 10px;
    white-space: nowrap;
}

.filters-controls .item span {
    display: inline-block;
    height: 20px;
}

.filters-controls .item .select {
    background-image: url(../images/down-arrow.svg);
    background-position: right center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.filters-controls .item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0 20px 0 15px;
    cursor: pointer;
    background-color: transparent;
}

.pagination {
    text-align: center;
    padding: 0 60px;
    margin-top: 50px;
    position: relative;
    line-height: 45px;
}

@media (max-width: 1199px) and (min-width: 768px), (max-width: 575px) {
    .pagination {
        line-height: 30px;
        font-size: 16px;
        padding: 0 40px;
    }
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .prev,
.pagination .next {
    position: absolute;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: #FFF !important;
}

.pagination .prev {
    left: 0;
}

.pagination .next {
    right: 0;
}

.pagination .page-numbers {
    margin: 0 3px;
    color: #000000;
}

.pagination .page-numbers.current {
    font-weight: 700;
}

.pagination a.page-numbers:hover {
    text-decoration: underline;
}

.user-card {
    font-size: 18px;
    padding: 1em;
    margin-bottom: 1em;
}

.user-card__avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1em;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
}

.user-card__avatar img {
    display: block;
    width: 100%;
}

.user-card__info {
    text-align: center;
}

.user-card__info__name a {
    color: inherit;
}

.user-card__info__name a:hover {
    text-decoration: underline;
}

.user-card__info__desc {
    padding: 0.75em 0;
}

.form-group {
    display: block;
    margin-bottom: 20px;
}

.form-group br {
    display: none;
}

@media (max-width: 1199px) {
    .form-group {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .form-group {
        margin-bottom: 20px;
    }
}

.form-group label {
    display: block;
    text-transform: uppercase;
    color: #d4d4d4;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .form-group label {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .form-group label + textarea {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .form-group label {
        font-size: 8px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .form-group label {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .form-group label {
        font-size: 13px;
    }
}

.form-group .btn {
    margin: 0 0 0 auto;
    display: block;
    -webkit-box-shadow: 0px 0px 25.65px 1.35px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 25.65px 1.35px rgba(0, 0, 0, 0.12);
    min-width: 120px;
    position: relative;
}

.form-group .btn:after {
    content: '';
    width: 1em;
    height: 1em;
    background-image: url(../images/loading-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    opacity: 0;
}

.form-group .btn.loading {
    color: transparent;
}

.form-group .btn.loading:after {
    opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 17px;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #d4d4d4;
}

@media (max-width: 1199px) {
    .form-control {
        font-size: 14px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .form-control {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .form-control {
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .form-control {
        font-size: 19px;
        line-height: 35px;
    }
}

@media (max-width: 576px) {
    .form-control {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .form-control {
        font-size: 16px;
    }
}

.form-control.wpcf7-not-valid {
    border-color: #8c252f;
}

textarea.form-control {
    height: 170px;
    padding: 10px;
    border: 1px solid #d4d4d4;
    width: 100%;
    resize: none;
    font-size: 17px;
    font-weight: 300;
    display: block;
}

@media (max-width: 1199px) {
    textarea.form-control {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    textarea.form-control {
        font-size: 12px;
        height: 120px;
    }
}

@media (max-width: 767px) {
    textarea.form-control {
        font-size: 19px;
        height: 240px;
    }
}

@media (max-width: 576px) {
    textarea.form-control {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    textarea.form-control {
        font-size: 16px;
        height: 200px;
    }
}

@media (max-width: 1199px) {
    ::-webkit-input-placeholder {
        font-size: 14px;
    }

    :-ms-input-placeholder {
        font-size: 14px;
    }

    ::-ms-input-placeholder {
        font-size: 14px;
    }

    ::placeholder {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    ::-webkit-input-placeholder {
        font-size: 12px;
    }

    :-ms-input-placeholder {
        font-size: 12px;
    }

    ::-ms-input-placeholder {
        font-size: 12px;
    }

    ::placeholder {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    ::-webkit-input-placeholder {
        font-size: 19px;
    }

    :-ms-input-placeholder {
        font-size: 19px;
    }

    ::-ms-input-placeholder {
        font-size: 19px;
    }

    ::placeholder {
        font-size: 19px;
    }
}

@media (max-width: 576px) {
    ::-webkit-input-placeholder {
        font-size: 18px;
    }

    :-ms-input-placeholder {
        font-size: 18px;
    }

    ::-ms-input-placeholder {
        font-size: 18px;
    }

    ::placeholder {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    ::-webkit-input-placeholder {
        font-size: 16px;
    }

    :-ms-input-placeholder {
        font-size: 16px;
    }

    ::-ms-input-placeholder {
        font-size: 16px;
    }

    ::placeholder {
        font-size: 16px;
    }
}

.wpcf7-response-output {
    font-size: 0.75em;
    position: relative;
    padding: 0.75rem 1.25rem !important;
    margin: 1em 0 0 !important;
    border: 1px solid transparent !important;
    line-height: 1.25em !important;
    border-radius: .25rem;
    text-align: left;
}

.wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7-response-output.wpcf7-aborted {
    color: #8c252f !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.wpcf7-response-output.wpcf7-spam-blocked, .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-acceptance-missin {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.wpcf7-not-valid-tip {
    display: block !important;
    font-size: 0.6em !important;
    color: #8c252f !important;
    line-height: normal !important;
    padding-top: 0.5em;
}

.search-form {
    display: block;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    position: relative;
    z-index: 5;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding-right: 140px;
    padding-left: 30px;
    line-height: 54px;
}

.search-form .form-group label {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: none;
    display: block;
    pointer-events: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.search-form .form-group label mark {
    color: #9B6AA2;
    background-color: transparent;
}

.search-form .form-group:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 18px;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.search-form .form-group input:focus + label, .search-form .form-group input.not-empty + label {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    font-size: 12px;
}

.search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 120px;
    height: 40px;
    padding: 11px 30px;
    font-size: 16px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.search-form .search-results {
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 0.5em;
    left: 0;
    right: 0;
    display: none;
    margin-top: 0.5em;
    z-index: 20;
    background-color: #fff;
}

.search-form .search-results .post-preview-small:not(:last-child) {
    margin-bottom: 0.5em;
}

.search-form .search-results .post-preview-small__excerpt {
    display: none;
}

.search-form .search-results .post-preview-small .post-date {
    color: #959595;
}

.search-form .search-results .no-posts {
    text-align: center;
    font-size: 1em;
    line-height: 1em;
}

.search-form .search-results .loading-img-wrap {
    height: 1em;
}

.search-form .search-results .loading-img-wrap .search-loadding {
    width: 1em;
    height: 1em;
    margin: 0 auto;
    background-image: url(../images/loading.svg);
    background-size: 100%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
}

.search-form .search-results .view-all {
    text-align: center;
    color: #9B6AA2;
    font-size: 0.75em;
    text-decoration: underline;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header-search {
    width: 30px;
    height: 30px;
    position: relative;
}

@media (max-width: 1300px) {
    .header-search {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 767px) {
    .header-search {
        width: 100%;
        height: auto;
        max-width: 300px;
    }
}

.header-search input {
    border: none;
    background-color: #fff;
    height: 35px;
    padding: 0;
    padding-left: 10px;
    font-size: 16px;
    width: 220px;
    max-width: 100%;
    background-color: #F5F5F5;
    display: block;
}

@media (max-width: 1300px) {
    .header-search input {
        height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .header-search input {
        height: 25px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .header-search input {
        width: 100%;
    }
}

.header-search button {
    height: 18px;
    width: 18px;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    border: none;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

@media (max-width: 1300px) {
    .header-search button {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 767px) {
    .header-search button {
        left: auto;
        right: 5px;
    }
}

.header-search .form-group {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    -webkit-transition: opacity .2s ease-out, max-width .2s ease-out, .0s top .4s;
    -o-transition: opacity .2s ease-out, max-width .2s ease-out, .0s top .4s;
    transition: opacity .2s ease-out, max-width .2s ease-out, .0s top .4s;
    max-width: 100%;
    opacity: 0;
}

@media (max-width: 767px) {
    .header-search .form-group {
        position: static;
        opacity: 1;
    }
}

.header-search .form-group:after {
    content: '';
    display: block;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #F5F5F5;
    position: absolute;
    right: 10px;
    bottom: 100%;
}

@media (max-width: 1300px) {
    .header-search .form-group:after {
        right: 4px;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #F5F5F5;
    }
}

@media (max-width: 767px) {
    .header-search .form-group:after {
        display: none;
    }
}

.header-search ::-webkit-input-placeholder {
    color: #ccc;
}

.header-search :-ms-input-placeholder {
    color: #ccc;
}

.header-search ::-ms-input-placeholder {
    color: #ccc;
}

.header-search ::placeholder {
    color: #ccc;
}

.header-search.focus button, .header-search.not-empty button {
    cursor: pointer;
    pointer-events: all;
}

.header-search.focus .form-group, .header-search.not-empty .form-group {
    max-width: 300px;
    opacity: 1;
    top: calc(100% + 8px);
    -webkit-transition: opacity .2s ease-out, max-width .2s ease-out;
    -o-transition: opacity .2s ease-out, max-width .2s ease-out;
    transition: opacity .2s ease-out, max-width .2s ease-out;
}

@media (max-width: 1300px) {
    .header-search.focus .form-group, .header-search.not-empty .form-group {
        top: calc(100% + 8px);
    }
}

.main-news-slider {
    opacity: 0;
    width: 615px;
    max-width: 100%;
    margin: 0 !important;
}

.main-news-slider.slick-initialized {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
}

@media (max-width: 1300px) {
    .main-news-slider {
        width: 460px;
    }
}

@media (max-width: 991px) {
    .main-news-slider {
        width: 440px;
    }
}

.main-news-slider__item {
    background-color: #fff;
    padding: 45px;
    margin: 50px 0;
    position: relative;
    display: block;
    min-height: 260px;
}

@media (max-width: 1300px) {
    .main-news-slider__item {
        padding: 35px;
        min-height: 200px;
    }
}

@media (max-width: 576px) {
    .main-news-slider__item {
        padding: 25px;
        min-height: 180px;
        margin: 35px 0;
    }
}

@media (max-width: 360px) {
    .main-news-slider__item {
        padding: 25px 20px;
    }
}

.main-news-slider__item .badge-tag {
    display: inline-block;
    padding-right: 1em;
}

.main-news-slider__item__categories {
    margin-bottom: 10px;
}

@media (max-width: 1300px) {
    .main-news-slider__item__categories {
        margin-bottom: 0;
    }
}

.main-news-slider__item__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-news-slider__item__title a {
    color: inherit;
}

@media (max-width: 1300px) {
    .main-news-slider__item__title {
        font-size: 21px;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .main-news-slider__item__title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .main-news-slider__item__title {
        font-size: 19px;
    }
}

@media (max-width: 360px) {
    .main-news-slider__item__title {
        font-size: 18px;
    }
}

.main-news-slider__item .post-date {
    font-size: 18px;
    font-weight: 400;
    color: #d4d4d4;
}

@media (max-width: 1300px) {
    .main-news-slider__item .post-date {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .main-news-slider__item .post-date {
        font-size: 12px;
    }
}

.main-news-slider__item .btn {
    position: absolute;
    left: 45px;
    z-index: 2;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-box-shadow: 0px 18px 20px 1.9px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 18px 20px 1.9px rgba(0, 0, 0, 0.14);
}

@media (max-width: 1300px) {
    .main-news-slider__item .btn {
        left: 35px;
    }
}

@media (max-width: 576px) {
    .main-news-slider__item .btn {
        left: 25px;
        -webkit-box-shadow: 0px 6px 10px 1.9px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 6px 10px 1.9px rgba(0, 0, 0, 0.14);
    }
}

@media (max-width: 360px) {
    .main-news-slider__item .btn {
        left: 20px;
    }
}

.main-news-slider .slick-arrow, .main-news-slider .pagination .prev, .pagination .main-news-slider .prev, .main-news-slider
.pagination .next,
.pagination .main-news-slider .next {
    width: 25px;
    height: 19px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .main-news-slider .slick-arrow, .main-news-slider .pagination .prev, .pagination .main-news-slider .prev, .main-news-slider
    .pagination .next,
    .pagination .main-news-slider .next {
        width: 20px;
        height: 12px;
    }
}

.main-news-slider .slick-arrow.slick-prev, .main-news-slider .pagination .prev, .pagination .main-news-slider .prev, .main-news-slider
.pagination .slick-prev.next,
.pagination .main-news-slider .slick-prev.next {
    left: -60px;
    background-image: url("../images/left-arrow-long.svg") !important;
}

@media (max-width: 1300px) {
    .main-news-slider .slick-arrow.slick-prev, .main-news-slider .pagination .prev, .pagination .main-news-slider .prev, .main-news-slider
    .pagination .slick-prev.next,
    .pagination .main-news-slider .slick-prev.next {
        left: -40px;
    }
}

.main-news-slider .slick-arrow.slick-next, .main-news-slider .pagination .slick-next.prev, .pagination .main-news-slider .slick-next.prev, .main-news-slider
.pagination .next,
.pagination .main-news-slider .next {
    right: -60px;
    background-image: url("../images/right-arrow-long.svg") !important;
}

@media (max-width: 1300px) {
    .main-news-slider .slick-arrow.slick-next, .main-news-slider .pagination .slick-next.prev, .pagination .main-news-slider .slick-next.prev, .main-news-slider
    .pagination .next,
    .pagination .main-news-slider .next {
        right: -40px;
    }
}

.main-news-slider .slick-dots li.slick-active button:before {
    color: #fff;
}

.main-news-bg-slider {
    opacity: 0;
}

.main-news-bg-slider.slick-initialized {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
}

.main-news-bg-slider .slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.last-news-slider {
    opacity: 0;
    margin-left: -10px;
    width: calc(100% + 20px);
}

@media (max-width: 1300px) {
    .last-news-slider {
        margin-left: -7px;
        width: calc(100% + 14px);
    }
}

@media (max-width: 991px) {
    .last-news-slider {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 440px) {
    .last-news-slider {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.last-news-slider.slick-initialized {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
}

.last-news-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.last-news-slider .slick-slide {
    padding: 10px;
    max-width: 100%;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width: 1300px) {
    .last-news-slider .slick-slide {
        padding: 7px;
    }
}

@media (max-width: 991px) {
    .last-news-slider .slick-slide {
        padding: 15px;
    }

    .last-news-slider .slick-slide.slick-current .last-news-slider__item {
        margin-right: 0;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .last-news-slider .slick-slide.slick-current .last-news-slider__item {
        margin-right: auto;
    }
}

.last-news-slider__item {
    background-color: #fff;
    padding: 25px;
    margin: 25px 0;
    position: relative;
    color: #000;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1300px) {
    .last-news-slider__item {
        min-height: 130px;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .last-news-slider__item {
        max-width: 270px;
    }
}

@media (max-width: 767px) {
    .last-news-slider__item {
        width: 340px;
        max-width: 100%;
    }
}

@media (max-width: 440px) {
    .last-news-slider__item {
        width: 100%;
    }
}

.last-news-slider__item__badges {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .last-news-slider__item__badges .badge {
        font-size: 12px;
        height: 27px;
        padding: 4px 16px;
    }
}

.last-news-slider__item__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5em;
    /*max-height: 3em;*/
    overflow: hidden;
    position: relative;
}

/*.last-news-slider__item__title:after {
    content: '';
    width: 50%;
    top: 1.5em;
    height: 1.5em;
    right: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}*/

@media (max-width: 1300px) {
    .last-news-slider__item__title {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .last-news-slider__item__title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .last-news-slider__item__title {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .last-news-slider__item__title {
        font-size: 17px;
    }
}

.last-news-slider__item .post-date {
    font-size: 17px;
    font-weight: 400;
    color: #d4d4d4;
    display: block;
}

@media (max-width: 1300px) {
    .last-news-slider__item .post-date {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .last-news-slider__item .post-date {
        font-size: 12.5;
    }
}

@media (max-width: 767px) {
    .last-news-slider__item .post-date {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .last-news-slider__item .post-date {
        font-size: 12px;
    }
}

.last-news-slider__item .btn {
    position: absolute;
    left: 45px;
    z-index: 2;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

@media (max-width: 767px) {
    .last-news-slider .slick-arrow, .last-news-slider .pagination .prev, .pagination .last-news-slider .prev, .last-news-slider
    .pagination .next,
    .pagination .last-news-slider .next {
        width: 35px;
        height: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

@media (max-width: 440px) {
    .last-news-slider .slick-arrow, .last-news-slider .pagination .prev, .pagination .last-news-slider .prev, .last-news-slider
    .pagination .next,
    .pagination .last-news-slider .next {
        width: 25px;
        height: 25px;
        background-size: 10px auto;
    }
}

.last-news-slider .slick-prev, .last-news-slider .pagination .prev, .pagination .last-news-slider .prev {
    left: -70px;
}

@media (max-width: 1300px) {
    .last-news-slider .slick-prev, .last-news-slider .pagination .prev, .pagination .last-news-slider .prev {
        left: -50px;
    }
}

@media (max-width: 1199px) {
    .last-news-slider .slick-prev, .last-news-slider .pagination .prev, .pagination .last-news-slider .prev {
        left: -40px;
    }
}

@media (max-width: 991px) {
    .last-news-slider .slick-prev, .last-news-slider .pagination .prev, .pagination .last-news-slider .prev {
        left: 0;
    }
}

@media (max-width: 576px) {
    .last-news-slider .slick-prev, .last-news-slider .pagination .prev, .pagination .last-news-slider .prev {
        left: -35px;
    }
}

@media (max-width: 440px) {
    .last-news-slider .slick-prev, .last-news-slider .pagination .prev, .pagination .last-news-slider .prev {
        left: auto;
        right: 45px;
        bottom: auto;
        top: 20px;
    }
}

.last-news-slider .slick-next, .last-news-slider .pagination .next, .pagination .last-news-slider .next {
    right: -70px;
}

@media (max-width: 1300px) {
    .last-news-slider .slick-next, .last-news-slider .pagination .next, .pagination .last-news-slider .next {
        right: -50px;
    }
}

@media (max-width: 1199px) {
    .last-news-slider .slick-next, .last-news-slider .pagination .next, .pagination .last-news-slider .next {
        right: -40px;
    }
}

@media (max-width: 991px) {
    .last-news-slider .slick-next, .last-news-slider .pagination .next, .pagination .last-news-slider .next {
        right: 0;
    }
}

@media (max-width: 576px) {
    .last-news-slider .slick-next, .last-news-slider .pagination .next, .pagination .last-news-slider .next {
        right: -35px;
    }
}

@media (max-width: 440px) {
    .last-news-slider .slick-next, .last-news-slider .pagination .next, .pagination .last-news-slider .next {
        right: 15px;
        bottom: auto;
        top: 20px;
    }
}

.footer {
    opacity: 1;
    padding: 45px 0;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .footer .socials {
        margin: 0 auto 20px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .footer .header-search {
        margin: 20px auto 0;
    }

    .footer .site-panel-logo {
        margin: 20px auto;
    }
}

.fncb-hide {
    display: none;
}

.popup-search {
    width: 700px;
    max-width: 100%;
    padding: 50px 30px !important;
}

.popup-search .search-form .search-results {
    position: static;
}

@media (max-width: 575px) {
    .popup-search {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.npl-ad {
    display: block;
}

.npl-ad a {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .npl-ad a {
        width: 225px;
    }
}

@media (max-width: 991px) {
    .npl-ad a {
        width: 185px;
    }
}

@media (max-width: 767px) {
    .npl-ad a {
        width: 300px;
        max-width: 100%;
    }
}

.npl-ad img {
    display: block;
    max-width: 100%;
}

.article-advertise-top {
    float: left;
    margin: 0 2em 1em 0;
}

@media (max-width: 1199px) {
    .article-advertise-top {
        margin: 0 1.5em 0.5em 0;
    }
}

@media (max-width: 767px) {
    .article-advertise-top {
        display: none;
    }
}

.article-advertise-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 575px) {
    .article-advertise-bottom {
        margin: 0 -15px;
    }
}

.article-advertise-bottom .npl-ad:not(:last-child) {
    margin-right: 35px;
}

@media (max-width: 575px) {
    .article-advertise-bottom .npl-ad {
        width: 50%;
        padding: 0 15px;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .sidebar-advertise-top,
    .sidebar-advertise-middle,
    .sidebar-advertise-bottom {
        display: none;
    }

    .mobile-only {
        display: inherit !important;
    }

    .desktop-only {
        display: none !important;
    }
}

.sidebar-advertise-top .npl-ad a,
.sidebar-advertise-middle .npl-ad a,
.sidebar-advertise-bottom .npl-ad a {
    margin: 0;
}

/* ACCESS POINT CHANGES 17/7/18 */
.check-out .post-preview-small__title, .time-posts .post-preview-small__title, .article-page .sidebar .post-preview-small__title {
    max-height: 5.8em !important;
    margin-top: -8px;
}

.check-out .post-date, .time-posts .post-date, .article-page .sidebar .post-date {
    display: none !important;
}

.lifestyle .post-preview-small__excerpt {
    display: none !important;
}

.lifestyle .post-preview-small .post-date {
    display: initial !important;
}

.mobile-only {
    display: none;
    margin-top: 20px;
}