/*!
Theme Name: Targethunter Блог
Author: Анатолий Поршнев
Author URI: https://povlu.ru
Description: Стартовая тема для блога
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: start_theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
 */
@font-face {
    font-family: 'futura-pt';
    src: url('assets/fonts/FuturaPT/FuturaPT-Book.otf');
    src: url("assets/fonts/FuturaPT/FuturaPT-Book.woff2") format("woff2"), url("assets/fonts/FuturaPT/FuturaPT-Book.woff") format("woff"), url("assets/fonts/FuturaPT/FuturaPT-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'futura-pt';
    src: url('assets/fonts/FuturaPT/FuturaPT-Heavy.otf');
    src: url("assets/fonts/FuturaPT/FuturaPT-Heavy.woff2") format("woff2"), url("assets/fonts/FuturaPT/FuturaPT-Heavy.woff") format("woff"), url("assets/fonts/FuturaPT/FuturaPT-Heavy.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 250px;
    height: 250px;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    z-index: 2000;
    display: none;
    bottom: 0;
    right: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pace .pace-activity {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    z-index: 2000;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pace.pace-inactive {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.cssload-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    top: 50%;
    margin-top: 22px;
}

.cssload-thing {
    height: 16px;
    width: 2px;
    background: rgb(242, 242, 242);
    position: absolute;
    animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
    -o-animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
    -ms-animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
    -webkit-animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
    -moz-animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
}

.cssload-thing:nth-child(1) {
    transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 0.1525s;
    -o-animation-delay: 0.1525s;
    -ms-animation-delay: 0.1525s;
    -webkit-animation-delay: 0.1525s;
    -moz-animation-delay: 0.1525s;
}

.cssload-thing:nth-child(2) {
    transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 0.295s;
    -o-animation-delay: 0.295s;
    -ms-animation-delay: 0.295s;
    -webkit-animation-delay: 0.295s;
    -moz-animation-delay: 0.295s;
}

.cssload-thing:nth-child(3) {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 0.4475s;
    -o-animation-delay: 0.4475s;
    -ms-animation-delay: 0.4475s;
    -webkit-animation-delay: 0.4475s;
    -moz-animation-delay: 0.4475s;
}

.cssload-thing:nth-child(4) {
    transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

.cssload-thing:nth-child(5) {
    transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 0.7525s;
    -o-animation-delay: 0.7525s;
    -ms-animation-delay: 0.7525s;
    -webkit-animation-delay: 0.7525s;
    -moz-animation-delay: 0.7525s;
}

.cssload-thing:nth-child(6) {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 0.895s;
    -o-animation-delay: 0.895s;
    -ms-animation-delay: 0.895s;
    -webkit-animation-delay: 0.895s;
    -moz-animation-delay: 0.895s;
}

.cssload-thing:nth-child(7) {
    transform: rotate(210deg);
    -o-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 1.0475s;
    -o-animation-delay: 1.0475s;
    -ms-animation-delay: 1.0475s;
    -webkit-animation-delay: 1.0475s;
    -moz-animation-delay: 1.0475s;
}

.cssload-thing:nth-child(8) {
    transform: rotate(240deg);
    -o-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

.cssload-thing:nth-child(9) {
    transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 1.3525s;
    -o-animation-delay: 1.3525s;
    -ms-animation-delay: 1.3525s;
    -webkit-animation-delay: 1.3525s;
    -moz-animation-delay: 1.3525s;
}

.cssload-thing:nth-child(10) {
    transform: rotate(300deg);
    -o-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 1.495s;
    -o-animation-delay: 1.495s;
    -ms-animation-delay: 1.495s;
    -webkit-animation-delay: 1.495s;
    -moz-animation-delay: 1.495s;
}

.cssload-thing:nth-child(11) {
    transform: rotate(330deg);
    -o-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 1.6475s;
    -o-animation-delay: 1.6475s;
    -ms-animation-delay: 1.6475s;
    -webkit-animation-delay: 1.6475s;
    -moz-animation-delay: 1.6475s;
}

.cssload-thing:nth-child(12) {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform-origin: 50% -200%;
    -o-transform-origin: 50% -200%;
    -ms-transform-origin: 50% -200%;
    -webkit-transform-origin: 50% -200%;
    -moz-transform-origin: 50% -200%;
    animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
}

@keyframes somecssload-thing_maybe_cool_idk {
    50% {
        background-color: #BFBFBF;
    }
}

@-webkit-keyframes somecssload-thing_maybe_cool_idk {
    50% {
        background-color: #BFBFBF;
    }
}

.preload:not(.pace-done) {
    background-color: #fff;
}

.preload {
    opacity: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.pace-done.preload {
    opacity: 1;
}

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

:after, :before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    min-width: 320px;
    font-size: 18px;
    font-family: futura-pt, sans-serif;
    color: #4A4A4A;
    margin: 0;
}

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

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

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

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

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

p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

b, strong {
    font-weight: 700;
}

dl {
    margin: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 100%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

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

pre {
    overflow: auto;
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

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

input {
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

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

input[type=search] {
    -webkit-appearance: textfield;
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

.post-single table {
    border-bottom: 1px solid #9b9b9b;
}

.post-single th {
    padding: 10px;
    border: none;
    text-align: inherit;
}

td {
    text-align: inherit;
    padding: 10px;
}

.post-single td {
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}

.single-post .main-cnts-w {
    padding-top: 100px;
}

.main-cnts ul:not(.slides) li, .main-cnts ol li {
    font-size: 17px;
    line-height: 24px;
    margin: 6px 0px;
    font-family: futura-pt, sans-serif;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

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

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1170px;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .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, .col-sm, .col-sm-auto, .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, .col-md, .col-md-auto, .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, .col-lg, .col-lg-auto, .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, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

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

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}

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

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
}

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

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

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

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

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

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

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

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

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

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
                flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
                flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
                flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
                flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }

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

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
                order: 13;
    }

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

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

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

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
                order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
                order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
                order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
                order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
                order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
                order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
                order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
                order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
                order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
                order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
                flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
                flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
                flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
                flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }

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

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
                order: 13;
    }

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

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

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

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
                order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
                order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
                order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
                order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
                order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
                order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
                order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
                order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
                order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
                order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
                flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
                flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
                flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
                flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }

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

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
                order: 13;
    }

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

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

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

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
                order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
                order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
                order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
                order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
                order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
                order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
                order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
                order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
                order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
                order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
                flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
                flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
                flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
                flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }

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

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
                order: 13;
    }

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

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

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

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
                order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
                order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
                order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
                order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
                order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
                order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
                order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
                order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
                order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
                order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@-ms-viewport {
    width: device-width;
}

embed, figure, iframe, img {
    max-width: 100%;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

ins {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 0;
    font-weight: bold;
    color: #141414;
    font-family: futura-pt, sans-serif;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 16px;
}

a {
    color: #e61638;
    -webkit-transition: .4s color;
    -o-transition: .4s color;
    transition: .4s color;
    text-decoration: none;
}

a:hover {
    color: #9e9e9e;
}

a.t-w-post_border:hover {
    border: none;
    color: #fff;
}

a:focus {
    outline: 0;
}

blockquote {
    position: relative;
    font-size: 14px;
    margin: 0;
    padding: 35px 41px 35px 40px;
    color: #000000;
    font-style: italic;
}

@media (min-width: 768px) {
    blockquote {
        font-size: 1.285714285714286em;
    }
}

blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    top: 19px;
    left: -62px;
    font-size: 72px;
    line-height: 28px;
    font-style: normal;
    font-family: futura-pt, sans-serif;
    font-weight: bold;
    color: #e61638;
}

blockquote p:first-child {
    margin-top: 0;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote cite {
    display: block;
    margin-top: 24px;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-style: normal;
    line-height: 1;
    color: #000;
}

.bypostauthor, .gallery-caption, .sticky, .wp-caption {
    z-index: 1;
}

.alignleft {
    display: inline;
    float: left;
    margin: 1em 30px 1.5em 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 1em 0 1.5em 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.vc_figure-caption, .wp-caption-text {
    margin-bottom: 1.5em;
    font-style: italic;
    font-size: .857142857142857em;
    color: #4a4a4a;
}

.button, .fbq-button, button, input[type=button], input[type=reset], input[type=submit]:not(.fbq-button-invert) {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    vertical-align: middle;
    outline: 0;
    font-size: 14px;
    line-height: 14px;
    font-family: futura-pt, sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    color: #fff;
    font-weight: bold;
    border: 1px solid;
    padding: 1.142857142857143em 2em;
    letter-spacing: -0.025em;
}

input[type=date], input[type=datetime], input[type=datetime-local], input[type=time], input[type=month], input[type=week], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=text], textarea {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 2px solid #F5F5F5;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    min-height: 48px;
    padding: 0 1em;
    color: #767676;
    background-color: #fff;
    font-weight: normal;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    font-family: futura-pt, sans-serif;
    font-weight: bold;
}

::-moz-selection {
    color: #fff;
    background-color: #BFBFBF;
}

::selection {
    color: #fff;
    background-color: #BFBFBF;
}

.header {
    position: relative;
    background-color: #fff;
    z-index: 4;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #141414;
}

.header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__logo {
    max-width: 344px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-icons {
    font-size: 18px;
}

@font-face {
    font-family: "feather";
    src: url("assets/fonts/Feather/feather-webfont.eot");
    src: url("assets/fonts/Feather/feather-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Feather/feather-webfont.woff") format("woff"), url("assets/fonts/Feather/feather-webfont.ttf") format("truetype"), url("assets/fonts/Feather/feather-webfont.svg#feather") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="feather-"], [class*=" feather-"] {
    display: inline-block;
    font-family: "feather";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=time]:focus, input[type=month]:focus, input[type=week]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=text]:focus, textarea:focus {
    background-color: transparent;
    border-color: #9B9B9B;
}

.feather-head:before {
    content: "\e074";
}

.feather-search:before {
    content: "\e036";
}

.feather-lock:before {
    content: "\e007";
}

.feather-cog:before {
    content: "\e023";
}

.feather-power:before {
    content: "\e086";
}

.feather-folder:before {
    content: "\e059";
}

@font-face {
    font-family: 'FontAwesome';
    src: url('assets/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('assets/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('assets/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('assets/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('assets/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('assets/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
            filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.header-menu {
    display: inline-block;
    cursor: pointer;
}

.header-menu:hover .icon-menu-container span {
    width: 29px;
}

.icon-menu-container {
    width: 29px;
    display: inline-block;
}

.icon-menu-container span {
    display: block;
    background-color: #141414;
    height: 3px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.icon-menu-first {
    width: 23px;
    float: left;
    margin: 0 !important;
}

.icon-menu-second {
    width: 19px;
    float: right;
    margin: 3px 0;
}

.icon-menu-third {
    width: 26px;
    float: left;
    margin: 0 !important;
}

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

.header__list-link {
    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;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    color: #4A4A4A;
    cursor: pointer;
}

.header__list-link picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__list-link:not(:last-child) {
    padding-right: 9px;
}

.header__list-link:hover {
    color: #BFBFBF;
}

.header__list-link:hover path {
    fill: #BFBFBF;
}

.header__list-link:hover img {
    opacity: 0.5;
}

.header__list-link_text {
    color: #000;
    font-size: 18px;
}

.header__list-link_blue {
    color: #005db3;
}

.header__list-link_blue span {
    margin-right: 11px;
    display: block;
}

.header__list-link_blue path {
    fill: #005db3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.header__list-link_img img {
    max-width: 21px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}

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

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell;
    }

    .visible-xs-block {
        display: block;
    }

    .visible-xs-inline {
        display: inline;
    }

    .visible-xs-inline-block {
        display: inline-block;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell;
    }

    .visible-sm-block {
        display: block;
    }

    .visible-sm-inline {
        display: inline;
    }

    .visible-sm-inline-block {
        display: inline-block;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row;
    }

    td.visible-md, th.visible-md {
        display: table-cell;
    }

    .visible-md-block {
        display: block;
    }

    .visible-md-inline {
        display: inline;
    }

    .visible-md-inline-block {
        display: inline-block;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell;
    }

    .visible-lg-block {
        display: block;
    }

    .visible-lg-inline {
        display: inline;
    }

    .visible-lg-inline-block {
        display: inline-block;
    }

    .hidden-lg {
        display: none !important;
    }
}

.subscription {
    padding: 35px 25px;
    background: #f5f5f5;
}

.subscription__title {
    font-size: 18px;
    margin-bottom: 20px;
}

.subscription__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

a.subscription__socials-item {
    font-size: 30px;
    opacity: 0.8;
    border: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.subscription__socials-item .fa {
    color: #181818;
}

.subscription__socials-item:not(:last-child) {
    margin-right: 15px;
}

a.subscription__socials-item:hover {
    opacity: 0.6;
}

.subscription__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.subscription__form .subscribe-form-item--input-email {
    margin-right: 15px;
}

.subscription__form .subscribe-form-item {
    margin-bottom: 15px;
}

.subscription__form .subscribe-form-item--input-email label {
    margin-right: 10px;
}

.subscription__form .subscribe-form-item__btn {
    background-color: #005db3 !important;
}

.th-modal {
    position: fixed;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .5);
}

.th-modal.active {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.th-modal__show {
    cursor: pointer;
}

.th-modal__container {
    max-width: 500px;
    cursor: default;
}

.th-modal__container, .th-modal__block {
    position: relative;
    margin: 150px auto 100px;
}

.th-modal__close {
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    cursor: pointer;
    top: -30px;
    right: -30px;
    z-index: 5;
}

.th-modal__close::after, .th-modal__close::before {
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
}

.th-modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.th-modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}

.th-modal_menu {
    background-color: #BFBFBF;
}

.th-modal_menu ul {
    margin: 0;
    list-style: none;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.th-modal_menu ul a {
    position: relative;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: futura-pt, sans-serif;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    margin: 0 auto;
    width: 100%;
}

.th-modal_menu ul a:hover {
    text-decoration: underline;
}

.th-modal_search {
    background-color: #BFBFBF;
}

.th-modal_search .search-form_button {
    background-color: transparent;
    border: 0;
}

.th-modal_search .search-form_button .search-text {
    display: none;
}

.th-modal_search .search-form_button .feather-search {
    font-size: 33px;
}

@media (max-width: 600px) {
    .th-modal .subscription {
        margin: 0 10px;
    }

    .th-modal__close {
        top: -45px;
        right: 0;
    }

    .th-modal_search .search-form input[type=search] {
        width: 200px;
    }
}

@media (max-width: 400px) {
    .th-modal_search .search-form input[type=search] {
        width: 150px;
    }
}

.home-articles {
    padding: 100px 0;
}

.main-cnts__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.main-cnts__tags .cat-item {
    list-style: none;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #05050e;
    color: #05050e;
    margin: 5px;
}

.main-cnts__tags .cat-item a {
    color: #05050e;
}

.main-cnts__tags .cat-item.current-cat {
    list-style: none;
    background: #05050e;
    color: #fff;
}

.main-cnts__tags .cat-item.current-cat a {
    color: #fff;
}

@media (max-width: 992px) {
    .main-cnts__tags {
        margin: 20px 0;
    }
}

.article-card {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 45px rgb(0 0 0 / 3%), 0 -5px 10px rgb(0 0 0 / 2%);
            box-shadow: 0 0 45px rgb(0 0 0 / 3%), 0 -5px 10px rgb(0 0 0 / 2%);
    border-radius: 10px 10px 25px 25px;
    -webkit-transition: -webkit-box-shadow .3s ease-out, -webkit-transform .25s ease-out;
    transition: -webkit-box-shadow .3s ease-out, -webkit-transform .25s ease-out;
    -o-transition: box-shadow .3s ease-out, transform .25s ease-out;
    transition: box-shadow .3s ease-out, transform .25s ease-out;
    transition: box-shadow .3s ease-out, transform .25s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .25s ease-out;
}

.article-card:hover {
    -webkit-box-shadow: 0 0 45px rgb(0 0 0 / 1%), 0 -5px 10px transparent;
            box-shadow: 0 0 45px rgb(0 0 0 / 1%), 0 -5px 10px transparent;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}

.article-card__image {
    height: 200px;
    position: relative;
}

.article-card__large .article-card__image {
    height: 250px;
}

.article-card__image img {
    border-radius: 10px 10px 50px 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-card__category {
    position: absolute;
    bottom: 20px;
    left: 35px;
}

.article-card__content {
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}

.article-card__large .article-card__content {
    padding: 30px 40px;
}

.article-card__category-item {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    background-color: #fff;
    text-transform: lowercase;
    border-radius: 4px;
    padding: 10px 15px;
    border: 1px solid #05050e;
    color: #05050e;
}

.article-card__title {
    font-size: 20px;
    line-height: 1.3;
    color: #181818;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
    font-weight: 700;
}

.article-card__datetime {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}

.article-card__date {
    color: #959595;
    margin-right: 25px;
}

.article-card__time {
    color: #536ae9;
}

.article-col {
    margin-bottom: 20px;
}

.article-card__view {
    position: absolute;
    right: 30px;
    bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #959595;
}

.article-card__large .article-card__view {
    right: 40px;
    bottom: 30px;
}

.article-card__view img {
    max-width: 16px;
    margin-right: 10px;
    margin-bottom: -3px;
    opacity: 0.6;
}

.btn-loadmore, .btn-loadmore__search {
    display: table;
    margin: 50px auto 0;
}

.btn-modal-md {
    padding: 15px 30px;
    border-radius: 2em;
}

.btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 20px 42px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.btn_black {
    border: none;
    color: #fff;
    background-color: #181818;
}

.btn_black-transparent {
    border: 1px solid #05050e;
    color: #05050e;
    background: transparent;
}

.btn-modal-md:hover {
    background: #74b027 !important;
}

.home-articles__btn {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .article-card__large .article-card__image {
        height: 200px;
    }

    .home-articles {
        padding-top: 30px;
    }

    .article-card__datetime {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 15px;
    }

    .article-card__title {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .article-card__view, .article-card__large .article-card__view {
        position: relative;
        right: auto;
        bottom: auto;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }

    .article-card__content, .article-card__large .article-card__content {
        padding: 25px 20px;
    }

    .home-articles__btn, .home-notes__btn {
        display: table;
        margin: 50px auto 0;
    }
}

.footer {
    padding-top: 55px;
    padding-bottom: 45px;
    background-color: #26272d;
    color: #fff;
}

.widget {
    padding: 40px 40px 0px;
    position: relative;
    z-index: 5;
}

.social-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #e6e6e6;
}

.footer__list-link:not(:last-child) {
    padding-right: 18px;
}

.footer__list-link i {
    width: 1.5em;
    color: #BFBFBF;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.footer__list-link:hover i {
    color: #fff;
}

.social-footer {
    margin: 0 0 40px;
}

.social-footer .fa {
    font-size: 24px;
}

.go_to_top {
    position: fixed;
    right: 30px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.285714285714286em;
    color: #fff;
    background-color: rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    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;
}

.go_to_top svg {
    width: 25px;
    height: 25px;
}

.go_to_top path {
    fill: #fff;
}

.go_to_top.__visible {
    opacity: 1;
    visibility: visible;
}

.go_to_top:hover {
    color: #fff;
    background-color: #e61638;
}

button {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    vertical-align: middle;
    outline: 0;
    font-size: 14px;
    line-height: 14px;
    font-family: futura-pt, sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    background-color: #e61638;
    color: #fff;
    font-weight: bold;
    border: 1px solid;
    border-color: #e61638;
    padding: 1.142857142857143em 2em;
    letter-spacing: -0.025em;
}

.search-form {
    padding-top: 150px;
}

.search-form .search-text {
    display: none;
}

.search-form form {
    margin: 0 auto;
    padding: 5px 30px;
    max-width: 810px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    border-bottom: 3px solid #fff;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.search-form input[type=search] {
    border: 0;
    padding: 0;
    min-height: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    font-family: futura-pt, sans-serif;
    background: transparent;
    opacity: 1;
    width: 300px;
}

.search-form input[type=search]::-webkit-input-placeholder {
    color: #fff;
}

.search-form input[type=search]:-moz-placeholder {
    color: #fff;
}

.search-form input[type=search]::-moz-placeholder {
    color: #fff;
}

.search-form input[type=search]:-ms-input-placeholder {
    color: #fff;
}

.search-form_button {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.search-text {
    display: block;
    font-family: futura-pt, sans-serif;
    float: right;
    font-weight: bold;
}

.search-form_button .search-text {
    display: inline-block;
}

.search-form_button .feather-search {
    font-size: 18px;
    float: left;
    margin-top: -4px;
    margin-right: 5px;
}

@media screen and (max-width: 600px) {
    .header__logo {
        max-width: 200px;
    }

    .search-form input[type=search] {
        font-size: 24px;
    }

    .search-page .search-form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .search-form_button {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .header__logo {
        max-width: 120px;
    }
}

.lwa-w {
    position: relative;
}

.lwa-w .lwa {
    position: absolute;
    top: 100%;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 5px 8.66px 30px 0 rgb(31 35 37 / 8%);
            box-shadow: 5px 8.66px 30px 0 rgb(31 35 37 / 8%);
    z-index: 10;
    margin-top: 1.5em;
    left: auto;
    right: -30px;
    padding: 40px;
    display: none;
    min-width: 340px;
}

.header__list-link:hover .lwa-w .lwa, .header__list-link .lwa-w .lwa {
    color: #000;
    cursor: default;
}

.header__list-link:hover .lwa-avatar img, .header__list-link_author .lwa-avatar img {
    opacity: 1;
}

.lwa-title-sub.__with-avatar {
    margin-right: 75px;
}

.lwa-title-sub {
    font-family: futura-pt, sans-serif;
    text-transform: capitalize;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    font-weight: bold;
}

.lwa-w .lwa-avatar {
    top: 30px;
    right: 40px;
}

.lwa-avatar {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.lwa-info {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lwa-info li:first-child {
    border-top: 0;
}

.lwa-info li {
    font-family: futura-pt, sans-serif;
    text-transform: capitalize;
    border-top: 2px solid #F5F5F5;
    font-weight: bold;
}

.lwa-info a {
    display: block;
    font-size: 14px;
    padding: 7px 0;
    color: #333;
    line-height: 28px;
}

.lwa-info span {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.lwa-status {
    display: block;
    margin-bottom: 2em;
    padding: 0;
}

.lwa_it-w {
    position: relative;
}

.lwa_it-ic {
    position: absolute;
    left: 16px;
    background-color: transparent;
    padding: 0;
    color: #4a4a4a;
    line-height: 46px;
}

.lwa input[type=date], .lwa input[type=datetime], .lwa input[type=datetime-local], .lwa input[type=time], .lwa input[type=month], .lwa input[type=week], .lwa input[type=password], .lwa input[type=search], .lwa input[type=email], .lwa input[type=url], .lwa input[type=tel], .lwa input[type=number], .lwa input[type=text] {
    display: block;
    padding: 11px 20px 9px 40px;
    margin: 17px 0;
    width: 100%;
}

.lwa-rememberme-w {
    display: block;
    margin: 23px 0 27px 10px;
    font-size: .857142857142857em;
    line-height: 1;
    color: #767676;
}

.lwa-rememberme {
    margin-right: 5px;
}

.lwa .button, .lwa button, .lwa input[type=button], .lwa input[type=reset], .lwa input[type=submit] {
    display: block;
    margin-top: 15px;
    width: 100%;
    background-color: #e61638;
}

.lwa input[type=submit] {
    margin-top: 41px;
}

.lwa-w .lwa-remember-btn {
    position: absolute;
    top: 45px;
    right: 12px;
    font-size: 10px;
    font-weight: bold;
    color: #9B9B9B;
    line-height: 14px;
}

.lwa-status-invalid {
    background-color: transparent;
    border: none;
    color: #d91616;
}

@media screen and (max-width: 800px) {
    .lwa-w {
        position: inherit;
    }

    .lwa-w .lwa {
        top: 100px;
        left: 0;
        right: 0;
        min-width: 100%;
        max-width: 360px;
        width: 100%;
    }
}

.search-page {
    margin-bottom: 90px;
    text-align: center;
}

.search-page p {
    margin-bottom: 60px;
    line-height: 1.75;
    font-size: 1.571428571428571em;
    color: #4a4a4a;
    letter-spacing: -0.025em;
    font-family: futura-pt, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.search-page p strong {
    color: #141414;
}

.search-page .search-form {
    padding-top: 30px;
}

.search-page input[type=search] {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 2px solid #F5F5F5;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    min-height: 48px;
    padding: 10px;
    color: #767676;
    background-color: #fff;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    font-family: futura-pt, sans-serif;
    font-weight: bold;
    width: 300px;
    height: 50px;
    font-size: 18px;
}

.search-page .search-form form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.main-search {
    padding-bottom: 30px;
}

.top-author {
    padding: 50px 0;
}

.top-author__menu-link {
    color: #000;
    font-size: 16px;
    margin-right: 9px;
    cursor: pointer;
}

.top-author__menu-link:hover {
    color: #BFBFBF;
}

.top-author__menu-link_blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #536ae9;
    margin-right: 0;
}

.top-author__menu-link_blue span {
    margin-right: 11px;
    display: block;
}

.top-author__menu-link_blue path {
    fill: #536ae9;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.top-author__menu-link_blue:hover path {
    fill: #BFBFBF;
}

.top-author__title {
    margin-bottom: 15px;
}

.top-author__nav {
    border-bottom: 1px solid #e4eaec;
}

.top-author__nav-btn {
    color: #121212;
    padding: 12px 8px 11px;
    height: 46px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.top-author__nav-btn.active {
    border-bottom: 2px solid #34749e;
}

.top-author__nav-btn:hover {
    color: #34749e;
}

.top-author__body {
    padding: 15px 0px;
}

.top-author__body-item {
    display: none;
}

.top-author__body-item.active {
    display: block;
}

.top-author__col {
    margin-bottom: 20px;
}

.top-author__item {
    padding: 10px;
    position: relative;
    background-color: #fff;
    -webkit-transition: .2s background;
    -o-transition: .2s background;
    transition: .2s background;
    border: 1px solid #eceff3;
    min-height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.top-author__item:hover {
    background-color: #f0f2f5;
    color: #586786;
}

.top-author__img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-author__text {
    width: calc(100% - 70px - 15px);
}

.top-author__subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-bottom: 10px;
}

.top-author__meta, .top-author__meta-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-author__meta-item {
    position: relative;
}

.top-author__meta-item:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e9edf8;
}

.top-author__meta-item:hover .top-author__meta-tooltip {
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

.top-author__meta-icon {
    width: 13px;
    margin-right: 5px;
}

.top-author__meta-icon img {
    width: 100%;
}

.top-author__meta-title {
    width: calc(100% - 18px);
    color: #66757f;
    font-size: 13px;
}

.top-author__meta-tooltip {
    position: absolute;
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 12px;
    white-space: nowrap;
    border-radius: 4px;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    text-shadow: 0 -1px 0 black;
    -webkit-box-shadow: 4px 4px 8px rgb(0 0 0 / 30%);
            box-shadow: 4px 4px 8px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.top-author__meta-tooltip::after {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    border-top-color: #383838;
    left: 6px;
    bottom: -12px;
}

.top-author__body-btns {
    margin: 20px -20px -20px;
}

.top-author__body-btn {
    display: inline-block;
    margin: 0 20px 20px;
}

:is(.p-banner_end, .p-banner_content) picture:nth-child(2){
	display: none;
}

@media (max-width: 768px) {
    .top-author__meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
	
	:is(.p-banner_end, .p-banner_content) picture:nth-child(1){
		display: none;
	}
	:is(.p-banner_end, .p-banner_content) picture:nth-child(2){
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.post-left .p-banner {
		padding-bottom: 30px;
	}

    .top-author__meta-tooltip {
        all: inherit;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .top-author__meta-item:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 5px;
        border-right: 0;
    }

    .top-author__meta-tooltip::after {
        display: none;
    }

    .top-author__menu-link {
        display: none;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    cursor: default;
    overflow-y: scroll;
}

.modal.active {
    opacity: 1;
    z-index: 100;
}

.modal__block {
    margin: 50px 0;
    position: relative;
}

.modal__close {
    width: 50px;
    height: 50px;
    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;
    margin-left: auto;
    cursor: pointer;
    margin-bottom: 20px;
}

.modal__close span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
}

.modal__close span:first-child {
    -webkit-transform: translateX(50%) rotate(45deg);
        -ms-transform: translateX(50%) rotate(45deg);
            transform: translateX(50%) rotate(45deg);
}

.modal__close span:last-child {
    -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
}

@media (min-width: 992px) {
    .post-single-w.__without-sidebar {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .share_helper {
    }
}

.comment-form {
    margin-bottom: 55px;
}

.top-single-img-container {
    margin: 0 0 55px;
}

.post-single-img {
    display: block;
    width: 100%;
}

.post-single-header {
    margin-bottom: 40px;
}

.post-single-cats {
    margin-top: 50px;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: .714285714285714em;
    text-align: center;
}

.post-single-h {
    line-height: 48px;
    margin: 0 0 20px;
    text-align: left;
}

.post-single__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.post-single__top-view {
    right: auto;
    position: relative;
    bottom: auto;
}
.post-single__top-after {
    position: relative;
}

.post-single-date {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
    color: #9B9B9B;
    font-weight: bold;
}

.post-author_name a {
    color: #9B9B9B;
}

.post-single-date .post-author_name {
    margin-left: 15px;
}

.post-single-cnt {
    padding-bottom: 85px;
    margin: 18px 0 0;
}

.post-single-cnt .rt-time, .post-single-cnt .rt-postfix.rt-label {
    font-weight: 600;
}

.post-single-cnt p {
    font-family: futura-pt, sans-serif;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0;
}

.post-single-cnt a {
    border-bottom: 1px solid;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    color: #005db3;
}

.p-banner_content a {
	border-bottom: none;
}

.post-single-cnt a:hover {
    border: none;
    color: #0693e3;
}
.post-single-cnt .has-cyan-bluish-gray-background-color{
    background: #f5fafd!important;
}

.post-single-cnt blockquote {
    padding: 1.25em 2.375em;
    font-style: normal;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    background: #f5fafd;
}

blockquote::before {
    left: 27px;
    top: 60px;
}

.post-single-cnt blockquote p {
    font-family: futura-pt, sans-serif;
    font-size: 19px;
    color: #141414;
    line-height: 30px;
    letter-spacing: -0.025em;
    font-weight: normal;
}

.post-single-cnt blockquote p cite {
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    color: #909aae;
    line-height: 28px;
    letter-spacing: 0.1em;
    margin-top: 13px;
    font-weight: bold;
}

.post-single-cnt:first-child {
    margin-top: 0;
}

.post-single-cnt p:first-child {
    margin-top: 0;
}

.post-single-cnt p:last-child {
    margin-bottom: 0;
}

.post-single-tags {
    margin: -6px -3px 30px;
    text-align: center;
}

.post-single-tags_h {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    margin: .5em 13px .5em 0;
    padding: .583333333333333em 0;
    line-height: 1;
    color: #9B9B9B;
    font-weight: bold;
}

.post-single-tags a {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 10px !important;
    font-weight: bold;
    display: inline-block;
    margin: .5em .25em;
    padding: .7em 1em;
    line-height: 1;
    background-color: #fff;
    color: #9B9B9B;
    border: 1px solid;
    border-color: #9B9B9B;
    -webkit-transition: .4s color, .4s background-color;
    -o-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color;
}

.post-single-tags a:hover {
    background-color: #e61638;
    color: #fff;
    border-color: #e61638;
}

.fbq-sm-button {
    border: 1px solid;
    display: inline-block;
    border-radius: 3em;
    padding: 8px 15px;
    font-size: 12px;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: .4s background-color;
    -o-transition: .4s background-color;
    transition: .4s background-color;
    color: #9B9B9B;
    border-color: #9B9B9B;
    line-height: 14px;
    font-weight: bold;
}

.fbq-sm-button:hover {
    -webkit-transition: .4s color, .4s background-color;
    -o-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color;
    background-color: #e61638;
    color: #fff !important;
    border-color: #e61638;
}

.fbq-sm-button:hover a {
    -webkit-transition: .4s color, .4s background-color;
    -o-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color;
    color: #fff !important;
}

.post-single-share {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .post-single-share {
        text-align: right;
    }
}

.post-single-share .share {
    margin: .714285714285714em 0;
}

.post-single-author {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #f7f7f7;
}

.post-single-author_img {
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.post-single-author_img img {
    display: block;
    margin: 0 auto;
}

.post-single-author_h {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 1.142857142857143em;
    margin-bottom: 1em;
}

.post-audio iframe {
    display: block;
    width: 100%;
}

.post-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.post-video iframe, .post-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-pagination {
    margin-bottom: 30px;
    font-weight: 700;
    cursor: default;
    font-size: 1.285714285714286em;
}

.post-pagination span {
    display: inline-block;
    margin-right: 1.7em;
}

.post-pagination a {
    display: inline-block;
    margin-right: 1.7em;
    color: #4a4a4a;
}

.post-pagination a:hover {
    color: #141414;
}

.post-pagination a span {
    margin-right: 0;
}

.posts-nav {
    margin: 90px 0 0;
    text-align: center;
}

.pagination-block {
    display: inline-block;
}

.single_add_to_cart_button {
    padding: 13px 30px;
}

.single-product .main-cnts-w {
    padding-top: 0;
}

.single_post_cat_h {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}

.single_post_cat_h a {
    color: #e61638;
}

.post-end_banner {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
    .post-single-w .pull-left {
        float: none !important;
    }
}

.main-cnts-w {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.single-product .main-cnts-w {
    padding-top: 0;
}

.archive .main-cnts-w {
    padding-top: 0px;
}

.single_post_cat_h a, blockquote:before {
    color: #BFBFBF;
}

.post-single-cnt a.subscription__socials-item {
    color: transparent;
}

@media (max-width: 500px) {
    .banner-promo {
        max-width: 300px;
    }

    .banner-promo-img {
        width: 100%;
        height: 300px;
    }

    .banner-promo-text {
        width: 100%;
    }
}

.social-content {
    margin-bottom: 20px;
}

.social-content__title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-single__top-share {
    position: absolute;
    bottom: -57px;
    right: -20px;
}

.share-alt {
    background-color: #f5f5f5;
    padding: 10px 20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 20px;
    margin: 0;
}
.share-alt__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0!important;
    line-height: 1!important;
}
.share-alt__link {
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.share-alt__link:hover {
    opacity: 1;
}

.social-content {
    margin-bottom: 20px;
}
.social-content__share {
    margin-top: 20px;
}
.wp-block-image figcaption {
    font-size: 16px;
}

.main-cnts .lwptoc-light .lwptoc_i {
    padding: 0;
    background: transparent;
}
.main-cnts .post-left {
    margin-top: 40px;
    position: sticky;
    top: 55px;
}

.lwptoc_item a.active {
    color: #141414!important;
    font-weight: 700;
}

.post-single-lwptoc-mb {
	display: none;
}

@media screen and (max-width: 992px) {
    .main-cnts .post-left {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .post-single-w .pull-left {
        float: none !important;
    }
    .post-single__top-share {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 10px;
    }
    .main-cnts .post-left {
        margin-top: 0;
		position: relative;
		top: 0;
		display: none;
    }
	.post-single-lwptoc-mb {
		display: block;
	}
	.post-single-lwptoc-mb .lwptoc-left{
		float: none;
		margin-right: 0;
	}
}

.alsolikeblock {
    padding: 60px 0 0 0;
    border-color: #eee;
}

.also-like_h {
    margin-bottom: 37px;
    font-weight: bold;
    color: #141414;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.025em;
    font-family: futura-pt, sans-serif;
}

.wp-block-quote::before{
    display: none;
}

.also_block_helper {
    margin-left: 9px;
    margin-right: 9px;
}

@media (min-width: 1025px) {
    .post-extended-inner {
        position: relative;
        height: 100%;
    }
}

.post-extended_img-w {
    position: relative;
}

@media (min-width: 1025px) {
    .post-extended_img-w {
        top: 0;
        left: 0;
        width: 100%;
        height: 155px;
    }
}

.post-extended_img {
    display: block;
    width: 100%;
    min-height: 155px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .post-extended_img {
        height: 100%;
    }
}

.post-boxed_h {
    margin-bottom: 22px;
    color: #141414;
    letter-spacing: -0.025em;
}

.post-extended_h {
    margin-bottom: 11px;
    line-height: 20px;
    font-size: 18px;
    color: #141414;
    font-weight: bold;
    font-family: futura-pt, sans-serif;
}

.also_block_helper .post-extended_meta {
    margin-top: -3px;
}

.also_block_helper .post-extended_h {
    letter-spacing: -0.025em;
}

.post-extended_desc-w {
    position: relative;
    padding: 14px 0;
}

.post-extended_meta {
    line-height: 1;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #9B9B9B;
    font-weight: bold;
}

.post-extended_desc-w {
    position: static;
}

.post-boxed {
    position: relative;
    margin-bottom: 41px;
    overflow: hidden;
    background-color: #fff;
}

.post-boxed_lk {
    color: inherit;
}

.main-cnts-w > .container {
    max-width: 970px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.author__info {
    padding-bottom: 50px;
}
.author__info-img {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
.author__info-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
    color: #181818;
    font-weight: 700;
}
.author__info-title, .author__info-subtitle {
    text-align: center;
}