@charset "UTF-8"; /**
 * [Table of contents]
 *   1 Brand
 *   2 Countdown
 */
a:focus, button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

*:focus {
    outline: none;
}

blockquote {
    padding: 0;
    margin: 0;
}

input, button, select, textarea {
    outline: none;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

.footer-corporate ul, 
.footer-corporate ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-corporate ul li, 
.footer-corporate ol li {
    display: block;
}

dl {
    margin: 0;
}

dt, dd {
    line-height: inherit;
}

dt {
    font-weight: inherit;
}

dd {
    margin-bottom: 0;
}

cite {
    font-style: normal;
}

form {
    margin-bottom: 0;
}

blockquote {
    padding-left: 0;
    border-left: 0;
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

figure {
    margin-bottom: 0;
}

html p a:hover {
    text-decoration: none;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Sans", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    color: #212126;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }
}

a {
    display: inline-block;
    text-decoration: none;
    transition: .33s all ease;
}

a, a:active, a:focus {
    color: #212126;
}

a:hover, a:focus {
    color: #8f8f9e;
    text-decoration: none;
}

a[href*='tel'], a[href*='mailto'] {
    white-space: nowrap;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #b3bbc9;
}

/*
*
* Typography
* ==================================================
*/
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 500;
    color: #212126;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
    display: inline;
    font: inherit;
    letter-spacing: inherit;
}

h1 a, h1 a:active, h1 a:focus, h2 a, h2 a:active, h2 a:focus, h3 a, h3 a:active, h3 a:focus, h4 a, h4 a:active, h4 a:focus, h5 a, h5 a:active, h5 a:focus, h6 a, h6 a:active, h6 a:focus, .heading-1 a, .heading-1 a:active, .heading-1 a:focus, .heading-2 a, .heading-2 a:active, .heading-2 a:focus, .heading-3 a, .heading-3 a:active, .heading-3 a:focus, .heading-4 a, .heading-4 a:active, .heading-4 a:focus, .heading-5 a, .heading-5 a:active, .heading-5 a:focus, .heading-6 a, .heading-6 a:active, .heading-6 a:focus {
    color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
    color: #8f8f9e;
}

h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > *, .heading-1 > *, .heading-2 > *, .heading-3 > *, .heading-4 > *, .heading-5 > *, .heading-6 > * {
    display: inline-block;
}

h1 span:not(:last-child), h2 span:not(:last-child), h3 span:not(:last-child), h4 span:not(:last-child), h5 span:not(:last-child), h6 span:not(:last-child), .heading-1 span:not(:last-child), .heading-2 span:not(:last-child), .heading-3 span:not(:last-child), .heading-4 span:not(:last-child), .heading-5 span:not(:last-child), .heading-6 span:not(:last-child) {
    margin-right: .25em;
}

h1, .heading-1 {
    font-size: 34px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    h1, .heading-1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    h1, .heading-1 {
        font-size: 40px;
    }
}

h2, .heading-2 {
    font-size: 26px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    h2, .heading-2 {
        font-size: 32px;
        line-height: 1.1;
    }
}

@media (min-width: 992px) {
    h2, .heading-2 {
        font-size: 44px;
    }
}

@media (min-width: 1200px) {
    h2, .heading-2 {
        font-size: 42px;
    }
}

h3, .heading-3 {
    font-size: 22px;
    line-height: 1.45;
}

@media (min-width: 768px) {
    h3, .heading-3 {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    h3, .heading-3 {
        font-size: 32px;
        line-height: 1.1;
    }
}

h4, .heading-4 {
    font-size: 20px;
    line-height: 1.35;
}

@media (min-width: 768px) {
    h4, .heading-4 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    h4, .heading-4 {
        font-size: 24px;
        line-height: 1.1;
    }
}

h5, .heading-5 {
    font-size: 18px;
    line-height: 1.45;
}

@media (min-width: 768px) {
    h5, .heading-5 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    h5, .heading-5 {
        font-size: 16px;
        line-height: 1.4;
    }
}

h6, .heading-6 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #b3bbc9;
}

@media (min-width: 768px) {
    h6, .heading-6 {
        font-size: 14px;
        line-height: 1.4;
    }
}

.big {
    font-size: 22px;
}

small, .small {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
}

code, .code {
    padding: 1px 5px;
    border-radius: 0;
    font-family: "DM Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    background: #000;
}

/*
*
* Colors
* ==================================================
*/
.page .text-primary {
    color: #212126;
}

.page .text-dark {
    color: #333;
}

/*
*
* Main layout
* ==================================================
*/
.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh !important;
}

.page-header {
    position: relative;
    z-index: 1000;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.cat-img-group {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.cat-img-group > div {
    position: absolute;
    bottom: 0;
    max-width: 80%;
}

.cat-img-group > div:first-of-type {
    z-index: 1;
    right: 0;
}

.cat-img-group > div:last-of-type {
    left: 0;
}

.cat-img-group img {
    width: auto;
}

.cat-wrap {
    padding: 60px 0 80px;
}

@media (min-width: 992px) {
    .cat-wrap {
        padding: 120px 0 140px;
    }
}

.cat-mod-1 {
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.cat-mod-1 > * {
    color: #fff;
}

[data-custom-toggle] {
    cursor: pointer;
}

/*
*
* Components
* ==================================================
*/
.icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.icon:before {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page .icon-default {
    color: #212126;
}

.page .icon-gray {
    color: #888;
}

.page .icon-primary {
    color: #212126;
}

.page .icon-secondary-2 {
    color: #ff596d;
}

.page .icon-secondary-4 {
    color: #ffc045;
}

.page .icon-gray-4 {
    color: #c7c7c7;
}

.page a.icon-default:hover {
    color: #b3bbc9;
}

.page a.icon-primary {
    color: #212126;
}

.page a.icon-primary:hover {
    color: #b3bbc9;
}

.page .icon-xxs {
    font-size: 15px;
}

.page .icon-sm, .page .icon-md {
    font-size: 20px;
    line-height: 20px;
}

.page .icon-sm-bigger {
    font-size: 22px;
    line-height: 22px;
}

@media (min-width: 1200px) {
    .page .icon-md {
        font-size: 28px;
        line-height: 28px;
    }
}

.page .icon-lg {
    font-size: 44px;
}

.page .icon-xxl {
    font-size: 48px;
}

@media (min-width: 992px) {
    .page .icon-xxl {
        font-size: 80px;
    }
}

.icon-circle {
    border-radius: 100%;
}

.icon.icon-circle {
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
}

.icon.icon-round {
    border-radius: 4px;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
}

.icon-list-wrap > *, .icon-list-wrap:before {
    vertical-align: middle;
    margin-right: 6px;
}

@media (max-width: 767.98px) {
    .link-image {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.link-image img {
    height: auto;
    width: 100%;
}

@media (min-width: 992px) {
    .desktop .link-image {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        transition: .44s all ease;
    }

    .desktop .link-image:hover {
        box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
    }
}

.link-image-2 {
    display: block;
    text-align: center;
}

.desktop .link-image-2 {
    transform: scale(1);
    will-change: transform;
    transition: all 0.3s ease-in-out;
}

.desktop .link-image-2:hover {
    transform: scale(1.1);
}

.link-gray-4, .link-gray-4:active, .link-gray-4:focus {
    color: #c7c7c7;
}

.link-gray-4:hover {
    color: #000;
}

.link-gray-700, .link-gray-700:active, .link-gray-700:focus {
    color: #212126;
}

.link-gray-700:hover {
    color: #b3bbc9;
}

.link-transparent {
    padding: 1px 20px;
    opacity: .3;
    transition: .33s;
    text-align: center;
}

.link-transparent:hover {
    opacity: 1;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
}

.button {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border: 1px solid;
    border-radius: 0;
    padding: 17px 30px;
    font-size: 18px;
    line-height: 24px;
    font-family: "DM Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
    transition: .33s all ease;
    white-space: normal;
    text-transform: none;
    cursor: pointer;
    text-align: center;
}

@media (min-width: 1200px) {
    .button:not(.button-block) {
        min-width: 223px;
    }
}

span.button {
    cursor: default;
}

* + .button {
    margin-top: 20px;
}

@media (min-width: 992px) {
    * + .button {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    * + .button {
        margin-top: 30px;
    }
}

ul + .button {
    margin-top: 32.5px;
}

@media (min-width: 992px) {
    ul + .button {
        margin-top: 45.5px;
    }
}

@media (min-width: 1200px) {
    ul + .button {
        margin-top: 65px;
    }
}

.page .button-default {
    color: #222;
    background-color: transparent;
    border-color: #888;
}

.page .button-default:hover, .page .button-default:focus, .page .button-default:active, .page .button-default:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.page .button-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.page .button-black:hover, .page .button-black:focus, .page .button-black:active, .page .button-black:hover {
    color: #fff;
    background-color: #212126;
    border-color: #212126;
}

.page .button-primary {
    color: #fff;
    background-color: #1875de;
    border-color: #1875de;
}

.page .button-primary:hover, .page .button-primary:focus, .page .button-primary:active, .page .button-primary:hover {
    color: #fff;
    background-color: #212126;
    border-color: #212126;
}

.page .button-gray-light-outline {
    color: #000;
    background-color: transparent;
    border-color: #b3bbc9;
}

.page .button-gray-light-outline:hover, .page .button-gray-light-outline:focus, .page .button-gray-light-outline:active, .page .button-gray-light-outline:hover {
    color: #fff;
    background-color: #212126;
    border-color: #212126;
}

.page span.button-gray-light-outline {
    color: #000;
    background-color: transparent;
    border-color: #b3bbc9;
}

.page span.button-gray-light-outline:hover, .page span.button-gray-light-outline:focus, .page span.button-gray-light-outline:active, .page span.button-gray-light-outline:hover {
    color: #000;
    background-color: transparent;
    border-color: #b3bbc9;
}

.page .button-light {
    color: #212126;
    background-color: #fff;
    border-color: #fff;
}

.page .button-light:hover, .page .button-light:focus, .page .button-light:active, .page .button-light:hover {
    color: #fff;
    background-color: #1875de;
    border-color: #1875de;
}

.page .button-light-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.page .button-light-outline:hover, .page .button-light-outline:focus, .page .button-light-outline:active, .page .button-light-outline:hover {
    color: #fff;
    background-color: #b3bbc9;
    border-color: #b3bbc9;
}

.button-xs {
    padding: 5px 25px;
    font-size: 12px;
    line-height: 22px;
}

.button-sm {
    padding: 6px 25px;
    font-size: 13px;
    line-height: 24px;
}

.button-lg {
    padding: 17px 35px;
    font-size: 18px;
    line-height: 24px;
}

.button-xl {
    padding: 20px 50px;
    font-size: 18px;
    line-height: 28px;
}

.button-circle {
    border-radius: 35px;
}

.button-square {
    border-radius: 0;
}

.button-round-2 {
    border-radius: 8px;
}

.button-link {
    border: 0;
    padding: 0;
}

.button-link, .button-link:active, .button-link:focus {
    color: #212126;
}

.button-link:hover {
    color: #b3bbc9;
}

.button-link:after {
    display: inline-block;
    padding-left: 8px;
    content: '\e944';
    font-family: 'Linearicons';
}

.page .button.button-icon .icon {
    position: relative;
    top: -.21em;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 1.85em;
    line-height: 0;
}

.page .button.button-icon-left .icon {
    padding-right: 11px;
}

.page .button.button-icon-right {
    flex-direction: row-reverse;
}

.page .button.button-icon-right .icon {
    padding-left: 11px;
}

.button-block {
    display: block;
    width: 100%;
}

.btn-primary:active:hover {
    background-color: #212126;
    border-color: #212126;
}

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

.box-counter__icon {
    font-size: 44px;
    line-height: 1;
}

.box-counter__title {
    font-size: 18px;
    line-height: 1.3;
}

.box-counter__divider {
    font-size: 0;
    line-height: 0;
}

.box-counter__divider::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #212126;
}

.box-counter__wrap {
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
}

@media (min-width: 992px) {
    .box-counter__wrap {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .box-counter__wrap {
        font-size: 48px;
    }
}

* + .box-counter__title {
    margin-top: 10.5px;
}

@media (min-width: 992px) {
    * + .box-counter__title {
        margin-top: 14.7px;
    }
}

@media (min-width: 1200px) {
    * + .box-counter__title {
        margin-top: 21px;
    }
}

.box-counter__title + * {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .box-counter__title + * {
        margin-top: 10.5px;
    }
}

@media (min-width: 1200px) {
    .box-counter__title + * {
        margin-top: 15px;
    }
}

.box-counter__wrap + * {
    margin-top: 12px;
}

@media (min-width: 992px) {
    .box-counter__wrap + * {
        margin-top: 8.4px;
    }
}

@media (min-width: 1200px) {
    .box-counter__wrap + * {
        margin-top: 12px;
    }
}

* + .box-counter__wrap {
    margin-top: 15px;
}

@media (min-width: 992px) {
    * + .box-counter__wrap {
        margin-top: 21px;
    }
}

@media (min-width: 1200px) {
    * + .box-counter__wrap {
        margin-top: 30px;
    }
}

.blurb img {
    width: auto;
}

* + .blurb {
    margin-top: 30px;
}

.blurb + .blurb {
    margin-top: 25px;
}

* + .blurb__title {
    margin-top: 22.5px;
}

.blurb__title + * {
    margin-top: 7.5px;
}

@media (min-width: 992px) {
    * + .blurb {
        margin-top: 30.1px;
    }

    .blurb + .blurb {
        margin-top: 24.5px;
    }

    * + .blurb__title {
        margin-top: 31.5px;
    }

    .blurb__title + * {
        margin-top: 10.5px;
    }
}

@media (min-width: 1200px) {
    * + .blurb {
        margin-top: 43px;
    }

    .blurb + .blurb {
        margin-top: 35px;
    }

    * + .blurb__title {
        margin-top: 45px;
    }

    .blurb__title + * {
        margin-top: 15px;
    }
}

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

.blurb-circle .unit .blurb-circle__icon {
    position: relative;
}

.blurb-circle__icon .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 64px;
    background-color: #fff;
}

.blurb-circle__icon .icon::before {
    line-height: inherit;
}

.blurb-circle.blurb-circle_centered {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 767.98px) {
    .blurb-circle {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

.blurb-minimal {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.blurb-minimal.blurb-minimal_centered {
    text-align: center;
}

.blurb-minimal .unit .blurb-minimal__icon .icon {
    font-size: 32px;
}

.blurb-minimal__icon .icon {
    font-size: 30px;
    color: #212126;
}

.blurb-minimal.blurb-minimal_black, .blurb-minimal.blurb-minimal_black .blurb-minimal__icon .icon {
    color: #000;
}

@media (min-width: 1200px) {
    .blurb-minimal__icon .icon {
        font-size: 36px;
    }
}

@media (min-width: 1600px) {
    .blurb-minimal__icon .icon {
        font-size: 44px;
    }
}

/*
*
* Form styles
* --------------------------------------------------
*/
.rd-mailform {
    position: relative;
    text-align: left;
}

.rd-mailform * + .button {
    margin-top: 25px;
}

input:-webkit-autofill ~ label, input:-webkit-autofill ~ .form-validation {
    color: #000 !important;
}

.form-label {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.form-label-outside {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 8px;
    color: #b3bbc9;
}

.form-input {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 9px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e7e7f0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #e7e7f0;
}

.form-input:focus {
    outline: 0;
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(28, 28, 38, 0.2);
}

.bg-gray-lighter .form-input {
    border-color: #c7c7c7;
}

.has-error .form-input {
    border-color: #f5543f;
}

.form-label, .form-input {
    color: #212126;
}

textarea.form-input {
    height: 210px;
    min-height: 50px;
    max-height: 357px;
    resize: vertical;
}

.form-wrap {
    position: relative;
}

.form-wrap_icon {
    position: relative;
}

.form-wrap_icon .form-input {
    padding-left: 50px;
}

@media (min-width: 576px) {
    .form-wrap_icon .form-input {
        padding-left: 60px;
    }
}

.form-wrap_icon .form-label {
    left: 60px;
}

.form-wrap_icon .form-icon {
    position: absolute;
    top: 25px;
    left: 15px;
    transform: translateY(-55%);
    margin-right: 7px;
    font-size: 24px;
    line-height: 24px;
    color: #c7c7c7;
}

@media (min-width: 576px) {
    .form-wrap_icon .form-icon {
        left: 22px;
    }
}

.form-wrap_icon .form-label-outside + .form-icon {
    top: auto;
    bottom: 25px;
    transform: translateY(45%);
}

.form-label-outside + .form-wrap {
    margin-top: 0;
}

* + .form-wrap, .form-wrap + .form-wrap, .form-wrap + .form-label-outside {
    margin-top: 20px;
}

@media (min-width: 992px) {
    * + .form-wrap, .form-wrap + .form-wrap, .form-wrap + .form-label-outside {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    * + .form-wrap, .form-wrap + .form-wrap, .form-wrap + .form-label-outside {
        margin-top: 30px;
    }
}

* + .form-wrap-sm {
    margin-top: 30px;
}

.form-label {
    position: absolute;
    top: 25px;
    left: 30px;
    pointer-events: none;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
}

.form-label.focus {
    opacity: 0;
}

.form-label.auto-fill {
    color: #212126;
}

.form-label-outside {
    font-style: normal;
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static;
    }

    .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
        transform: none;
    }
}

.form-label-outside ~ .form-validation {
    top: 31px;
}

.form-validation {
    position: absolute;
    right: 0px;
    bottom: -15px;
    z-index: 11;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;
}

.has-error .form-validation:after {
    content: '\f057';
    font-family: "FontAwesome";
    padding-left: 5px;
}

.form-validation-left .form-validation {
    right: auto;
    top: 100%;
    left: 0;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    transform: translateX(-500px);
    transition: .3s all ease;
    z-index: 9999999;
}

#form-output-global.active {
    transform: translateX(0);
    visibility: visible;
}

@media (min-width: 576px) {
    #form-output-global {
        left: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #f5543f;
}

.form-output.success {
    color: #98bf44;
}

.radio .radio-custom, .radio-inline .radio-custom, .checkbox .checkbox-custom, .checkbox-inline .checkbox-custom {
    opacity: 0;
}

.radio .radio-custom[type='checkbox'], .radio .radio-custom-dummy, .radio-inline .radio-custom[type='checkbox'], .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom[type='checkbox'], .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom[type='checkbox'], .checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-left: -32px;
    margin-top: 0;
    outline: none;
    cursor: pointer;
}

.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #fff;
    border: 1px solid #e7e7f0;
    transition: 250ms;
}

.radio .radio-custom-dummy:after, .radio-inline .radio-custom-dummy:after, .checkbox .checkbox-custom-dummy:after, .checkbox-inline .checkbox-custom-dummy:after {
    position: absolute;
    opacity: 0;
}

.radio .radio-custom:focus, .radio-inline .radio-custom:focus, .checkbox .checkbox-custom:focus, .checkbox-inline .checkbox-custom:focus {
    outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after, .checkbox-custom:checked + .checkbox-custom-dummy:after {
    opacity: 1;
}

.checkbox-custom:checked ~ .checkbox-custom-dummy {
    background: #212126;
}

.radio, .radio-inline {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #212126;
    padding-left: 34px;
    cursor: pointer;
}

.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy {
    border-radius: 50%;
}

.radio .radio-custom-dummy:after, .radio-inline .radio-custom-dummy:after {
    content: '';
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    background: #222;
    border-radius: 50%;
}

.checkbox, .checkbox-inline {
    position: relative;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    color: #b3bbc9;
    padding-left: 34px;
    cursor: pointer;
}

.checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    border-radius: 0;
    margin-left: 0;
    left: 0;
}

.checkbox .checkbox-custom-dummy:after, .checkbox-inline .checkbox-custom-dummy:after {
    content: '\e934';
    font-family: "Linearicons";
    font-size: 15px;
    line-height: 10px;
    position: absolute;
    top: 7px;
    left: 4px;
    color: #fff;
}

.rd-mailform_style-1 * + .button {
    margin-top: 20px;
}

.rd-mailform_style-3 .button {
    min-width: 220px;
}

.rd-mailform_style-3 * + .button {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .rd-mailform_style-1 * + .button {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .rd-mailform_style-1 * + .button {
        margin-top: 30px;
    }
}

.rd-mailform_style-2 {
    max-width: 418px;
}

.rd-mailform_style-2 + .list-small {
    margin-top: 25px;
}

.rd-mailform_style-2 .form-wrap.group-xl {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .rd-mailform_style-2 .form-wrap.group-xl {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .rd-mailform-inline-flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .rd-mailform-inline-flex > .form-wrap + .form-wrap, .rd-mailform-inline-flex > .form-wrap + .button {
        margin-left: 10px;
        margin-top: 0;
    }

    .rd-mailform-inline-flex > .form-wrap {
        flex-grow: 1;
    }
}

.rd-mailform-inline-flex .button {
    display: flex;
    align-items: center;
    width: auto;
    min-height: 50px;
    min-width: auto;
    padding: 10px 15px;
}

@media (max-width: 767.98px) {
    .rd-mailform_responsive .form-input {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 50px;
    }

    .rd-mailform_responsive .form-label {
        top: 25px;
    }

    .rd-mailform_responsive .form-wrap_icon .form-icon {
        top: 26px;
    }
}

.register-form * + .group, .register-form * + form, .login-form * + .group, .login-form * + form {
    margin-top: 20px;
}

.register-form p, .login-form p {
    font-size: 14px;
}

.rd-mailform_sizing-1 {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

/* .form-lg .form-input, .form-lg .select2-container .select2-choice {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.form-lg .form-input, .form-lg .select2-container .select2-choice {
    min-height: 58px;
} */

.form-lg .form-button {
    min-height: 60px;
}

.form-lg .form-label {
    top: 30px;
}

.form-lg .form-validation {
    bottom: -15px;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .form-lg .form-validation {
        font-size: 14px;
        bottom: -28px;
    }
}

.divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #ececee;
}

.divider-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.divider-wrap:before, .divider-wrap:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ececee;
}

.divider-wrap > * {
    flex-basis: 30%;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}

.divider-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .divider-wrap {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.table-custom {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    background: #fff;
}

.table-custom th, .table-custom td {
    color: #000;
    background: #fff;
}

.table-custom th {
    padding: 25px 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .table-custom th {
        padding: 33px 24px;
    }
}

.table-custom td {
    padding: 17px 24px 18px;
    border-bottom: 1px solid #d9d9d9;
}

.table-custom tfoot td {
    font-weight: 700;
}

.table-custom-secondary th {
    color: #fff;
    background: #b3bbc9;
}

.table-custom-lighter thead th {
    background: #F7F9FC;
}

.table-custom-lighter td + td {
    border-left: 1px solid #d9d9d9;
}

.table-custom-bordered {
    border: 1px solid #d9d9d9;
}

.table-custom-bordered td {
    border: 1px solid #d9d9d9;
}

.table-custom-bordered tbody > tr:first-of-type > td {
    border-top: 0;
}

.table-custom-striped tbody tr:nth-of-type(odd) td {
    background: transparent;
}

.table-custom-striped tbody tr:nth-of-type(even) td {
    background: #F7F9FC;
}

.table-custom-striped tbody td {
    border: 0;
}

.table-round {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.table-custom-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media (max-width: 767.98px) {
    .table-custom-responsive {
        width: 100%;
        margin-bottom: 10px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #d9d9d9;
    }

    .table-custom-responsive > .table-custom > thead > tr > th, .table-custom-responsive > .table-custom > thead > tr > td, .table-custom-responsive > .table-custom > tbody > tr > th, .table-custom-responsive > .table-custom > tbody > tr > td, .table-custom-responsive > .table-custom > tfoot > tr > th, .table-custom-responsive > .table-custom > tfoot > tr > td {
        white-space: nowrap;
    }
}

.list-0 {
    line-height: 1.25;
}

.list-0 > li + li {
    margin-top: 0;
}

.list-small > li {
    font-size: 14px;
    line-height: 1.4;
}

.list-small > li + li {
    margin-top: 0;
}

.list > li + li {
    margin-top: 5px;
}

.list-xxs > li + li {
    margin-top: 11px;
}

.list-xs > li + li {
    margin-top: 16px;
}

.list-sm > li + li {
    margin-top: 22px;
}

.list-md > li + li {
    margin-top: 30px;
}

.list-lg > li + li {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .list-lg > li + li {
        margin-top: 50px;
    }
}

.list-inline-xxs {
    position: relative;
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -6px;
    margin-right: -6px;
}

.list-inline-xxs > * {
    position: relative;
    margin-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.list-inline-xxs > * {
    display: inline-block;
}

.list-inline-xs {
    position: relative;
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -8px;
    margin-right: -8px;
}

.list-inline-xs > * {
    position: relative;
    margin-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.list-inline-xs > * {
    display: inline-block;
}

.list-inline-sm {
    position: relative;
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -10px;
    margin-right: -10px;
}

.list-inline-sm > * {
    position: relative;
    margin-top: 8px;
    /* padding-left: 10px; */
    padding-right: 10px;
}

.list-inline-sm > * {
    display: inline-block;
}

.list-inline-md {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -13px;
    margin-right: -13px;
}

.list-inline-md > * {
    position: relative;
    margin-top: 10px;
    padding-left: 13px;
    padding-right: 13px;
}

.list-inline-md > * {
    display: inline-block;
}

.list-terms {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

/* .list-terms ul > li:first-child {
    font-size: 18px;
    line-height: 1.4;
} */

.list-terms dt + dd {
    margin-top: 11px;
}

.list-terms dd + dt {
    margin-top: 17.5px;
}

@media (min-width: 992px) {
    .list-terms dt + dd {
        margin-top: 15.4px;
    }

    .list-terms dd + dt {
        margin-top: 24.5px;
    }
}

@media (min-width: 1200px) {
    .list-terms dt + dd {
        margin-top: 22px;
    }

    .list-terms dd + dt {
        margin-top: 35px;
    }
}

.list-terms-inline dt, .list-terms-inline dd {
    display: inline-block;
}

.list-terms-inline dt {
    padding-right: 5px;
}

.list-terms-inline dt:after {
    content: ':';
}

.list-terms-minimal * {
    display: inline;
}

.list-terms-minimal dt:after {
    display: inline-block;
    margin-right: 3px;
    content: ':';
}

.list-terms-modern dt, .list-terms-modern dd {
    display: block;
}

.list-terms-modern dt {
    color: #000;
}

.list-terms-modern dt::after {
    display: inline-block;
    margin-right: 3px;
    content: ':';
}

.list-terms-modern dd {
    color: #212126;
}

.list-terms-modern dd a {
    color: inherit;
}

.list-terms-modern dd a:hover {
    color: #b3bbc9;
}

.index-list {
    counter-reset: li;
}

.index-list > li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
}

.list-marked > li, .list-marked-primary > li {
    position: relative;
    padding-left: 12px;
    color: #b3bbc9;
}

.list-marked > li::before, .list-marked-primary > li::before {
    content: '';
    position: absolute;
    top: calc(14px * 1.4 / 2 - 1.5px);
    left: 0;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #b3bbc9;
}

@media (min-width: 768px) {
    .list-marked > li::before, .list-marked-primary > li::before {
        top: calc(16px * 1.4 / 2 - 1.5px);
    }
}

@media (min-width: 1200px) {
    .list-marked > li::before, .list-marked-primary > li::before {
        top: calc(font-size-body * 1.4 / 2 - 1.5px);
    }
}

.list-marked > li a, .list-marked-primary > li a, .list-marked > li a:active, .list-marked-primary > li a:active, .list-marked > li a:focus, .list-marked-primary > li a:focus {
    color: #212126;
}

.list-marked > li a:hover, .list-marked-primary > li a:hover {
    color: #000;
}

.list-marked > li + li, .list-marked-primary > li + li {
    margin-top: 7px;
}

.list-marked-sm {
    font-size: 14px;
    margin-left: 9px;
}

.list-marked-sm > li::before {
    top: calc(14px * 1.4 / 2 - 1.5px);
}

p + .list-marked-sm {
    margin-top: 12.5px;
}

@media (min-width: 992px) {
    p + .list-marked-sm {
        margin-top: 17.5px;
    }
}

@media (min-width: 1200px) {
    p + .list-marked-sm {
        margin-top: 25px;
    }
}

.list-marked-primary > li {
    color: #212126;
}

.list-marked-primary > li:before {
    background: #212126;
}

.list-ordered {
    counter-reset: li;
}

.list-ordered > li {
    position: relative;
    padding-left: 2em;
}

.list-ordered > li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 15px;
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    color: #000;
}

.list-ordered > li a, .list-ordered > li a:active, .list-ordered > li a:focus {
    color: inherit;
}

.list-ordered > li a:hover {
    color: #212126;
}

.list-ordered li + li {
    margin-top: 8px;
}

.list-semicolon > li {
    display: inline;
    color: #212126;
}

.list-semicolon a {
    color: inherit;
}

.list-semicolon a:hover {
    color: #212126;
}

.list-semicolon > li + li:before {
    display: inline-block;
    margin-right: 4px;
    content: ';';
}

.list-linked {
    font-size: 14px;
    line-height: 1.71429;
}

.list-linked > li {
    display: block;
}

.list-linked a {
    position: relative;
    display: block;
    color: #212126;
}

.list-linked a::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    content: '\e944';
    font-family: 'Linearicons';
    font-size: inherit;
}

.list-linked a:hover {
    color: #000;
}

.list-linked > li + li {
    margin-top: 10px;
}

.list-tags {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -4px;
    margin-right: -4px;
}

.list-tags > * {
    position: relative;
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
}

.list-tags > li {
    display: inline-block;
    font-size: 12px;
}

.list-tags a {
    display: inline-block;
    padding: 10px 12px;
    color: #888;
    background: #F7F9FC;
    border: 1px solid #F7F9FC;
    border-radius: 3px;
}

.list-tags a:hover {
    background-color: transparent;
    border-color: #ececee;
}

@media (min-width: 1200px) {
    .list-tags a {
        padding: 15px 18px;
    }
}

.list-inline-tag {
    color: #212126;
}

.list-inline-tag li {
    display: inline-block;
}

.list-inline-tag li:after {
    content: ',';
    color: inherit;
}

.list-inline-tag li:last-of-type:after {
    content: none;
}

.list-nav {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -15px;
    margin-right: -15px;
}

.list-nav > * {
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.list-nav > li {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.list-nav > li a {
    color: inherit;
}

.list-nav > li.active, .list-nav > li a.active, .list-nav > li > a:hover {
    color: #212126;
}

.list-bordered {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -12px;
    margin-right: -12px;
}

.list-bordered > * {
    position: relative;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.list-bordered > li {
    position: relative;
    display: inline-block;
}

@media (min-width: 992px) {
    .list-bordered > li::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 32px;
        background: #ececee;
    }

    .list-bordered > li:last-of-type::before {
        display: none;
    }
}

.list-archive li a {
    font-size: 14px;
    color: #000;
}

.list-archive li a:hover {
    color: #212126;
}

.footer-corporate ul.list-social li {
    display: inline-block;
}

.list-social a {
    position: relative;
}

.list-social a::after {
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    background-color: #b3bbc9;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.list-social a:hover:after {
    width: 100%;
    opacity: 1;
}

.thumb-default img {
    width: 100%;
    height: auto;
}

.thumb-default figcaption {
    color: #888;
}

.thumb-default * + figcaption {
    margin-top: 10px;
}

figure img {
    display: block;
}

.figure-inline img {
    width: auto;
}

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

.figure-centered img {
    display: inline-block;
    width: auto;
}

.thumb {
    text-align: center;
}

.thumb__subtitle {
    font-size: 14px;
    line-height: 1.4;
    color: #b3bbc9;
}

* + .thumb__subtitle {
    margin-top: 7.5px;
}

.thumb-minimal {
    position: relative;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    width: 100%;
    padding-bottom: 100%;
    border-radius: 3px;
}

.thumb-minimal a {
    display: block;
}

.thumb-minimal figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.thumb-minimal img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: auto;
    will-change: transform;
    border-radius: 3px;
}

.thumb-minimal:hover .thumb-minimal__overlay {
    opacity: 1;
}

.thumb-minimal:hover .thumb-minimal__overlay::before {
    transform: scale(1);
}

.thumb-minimal__overlay {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: -1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(33, 33, 38, 0.9);
    border-radius: 3px;
    opacity: 0;
    transition: all .4s ease-out;
    will-change: opacity, transform;
}

.ipad .thumb-minimal__overlay {
    bottom: -1px;
}

.thumb-minimal__overlay::before {
    position: relative;
    display: block;
    content: '\e936';
    font-family: 'Linearicons';
    font-size: 24px;
    color: #fff;
    transform: scale(0);
    transition: all .4s ease-out;
}

.thumb-minimal.thumb-minimal_lg .thumb-minimal__overlay::before {
    font-size: 50px;
}

@media (max-width: 767.98px) {
    .thumb-corporate {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.thumb-corporate img {
    width: 100%;
    height: auto;
}

.thumb-corporate * + .thumb-corporate__list {
    margin-top: 15px;
}

.thumb-corporate__overlay {
    padding: 20px 10px 5px;
}

* + .thumb-corporate__caption {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .desktop[data-x-mode='true'] .thumb-corporate__overlay, .desktop .thumb-corporate:hover .thumb-corporate__overlay {
        opacity: 1;
    }

    .desktop[data-x-mode='true'] .thumb-corporate__overlay .thumb-corporate__list > li, .desktop .thumb-corporate:hover .thumb-corporate__overlay .thumb-corporate__list > li {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
        transition-delay: .1s;
    }

    .desktop .thumb-corporate__main {
        position: relative;
    }

    .desktop .thumb-corporate__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: -2px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity .2s ease-in-out;
        pointer-events: none;
    }

    .desktop .thumb-corporate__overlay::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(247, 249, 252, 0.9);
        transition: transform .3s ease-in-out;
    }

    .desktop .thumb-corporate__overlay .thumb-corporate__list {
        pointer-events: auto;
    }

    .desktop .thumb-corporate__overlay .thumb-corporate__list > li {
        position: relative;
        opacity: 0;
        transition: transform .3s ease-in-out, opacity .1s;
        transform: matrix(0.01, 0, 0, 1, 0, 0);
    }

    * + .thumb-corporate__caption {
        margin-top: 21px;
    }

    * + .thumb__subtitle {
        margin-top: 10.5px;
    }
}

@media (min-width: 1200px) {
    * + .thumb-corporate__caption {
        margin-top: 30px;
    }

    * + .thumb__subtitle {
        margin-top: 15px;
    }
}

.thumb-classic {
    position: relative;
    overflow: hidden;
    cursor: default;
}

@media (max-width: 767.98px) {
    .thumb-classic {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.thumb-classic * + [class*=list-inline-] {
    margin-top: 26px;
}

* + .thumb-classic__caption {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .desktop .thumb-classic:hover .thumb-classic__caption {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .desktop .thumb-classic__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .desktop .thumb-classic__image img {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -10%);
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        max-width: none;
    }

    .desktop .thumb-classic__caption {
        position: relative;
        z-index: 2;
        padding: 45px 20px;
        margin: 0;
        opacity: 0;
        transform: matrix(1.1, 0, 0, 1.15, 0, 20);
        background: rgba(33, 33, 38, 0.9);
        color: #fff;
        transition: .33s all ease;
    }

    .desktop .thumb-classic__caption a {
        color: #fff;
    }

    .desktop .thumb-classic__caption a:hover {
        color: #000;
    }
}

@media (min-width: 1200px) {
    .thumb-classic__caption {
        padding: 35px 15px 20px;
    }
}

@media (min-width: 1600px) {
    .thumb-classic__caption {
        padding: 60px 30px;
    }
}

.thumb-modern {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: -1px;
    padding-bottom: 75.21%;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 767.98px) {
    .thumb-modern {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.thumb-modern img {
    position: absolute;
    top: 50%;
    left: 50%;
    will-change: transform;
    transform: translate3d(-50%, -50%, 0);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
}

.thumb-modern:hover .thumb-modern__overlay {
    opacity: 1;
}

.thumb-modern:hover .thumb-modern__overlay::before {
    transform: scale(1);
}

.thumb-modern__overlay {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(33, 33, 38, 0.9);
    opacity: 0;
    transition: all .4s ease-out;
    will-change: opacity, transform;
}

.thumb-modern__overlay::before {
    position: relative;
    display: block;
    content: '\e936';
    font-family: 'Linearicons';
    font-size: 30px;
    color: #fff;
    transform: scale(0);
    will-change: transform;
    transition: all .4s ease-out;
}

@media (min-width: 768px) {
    .thumb-modern__overlay::before {
        font-size: 50px;
    }
}

.thumb-centered {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    text-align: center;
    max-height: 720px;
}

@media (max-width: 767.98px) {
    .thumb-centered {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.thumb-centered img {
    position: absolute;
    top: 50%;
    left: 50%;
    will-change: transform;
    transform: translate3d(-50%, -50%, 0);
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

.firefox .thumb-centered {
    display: table;
    border: 0;
    width: calc(100% - 8px);
    max-width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}

@media (min-width: 992px) {
    .thumb-centered.thumb-centered-md__rect {
        padding-bottom: 50%;
    }
}

.thumb-centered__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    will-change: transform;
    -webkit-filter: blur(0);
    transform: translate3d(-50%, -50%, 0);
    min-width: 101%;
}

.thumb-centered__caption, .thumb-centered__caption h1, .thumb-centered__caption h2, .thumb-centered__caption h3, .thumb-centered__caption h4, .thumb-centered__caption h5, .thumb-centered__caption h6, .thumb-centered__caption .heading-1, .thumb-centered__caption .heading-2, .thumb-centered__caption .heading-3, .thumb-centered__caption .heading-4, .thumb-centered__caption .heading-5, .thumb-centered__caption .heading-6 {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .thumb-centered_responsive {
        padding: 0;
    }

    .thumb-centered_responsive img {
        width: 101%;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }
}

.thumbnail-classic {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.thumbnail-classic img {
    transition: 370ms ease-in-out;
}

.thumbnail-classic .caption {
    margin-top: 15px;
}

.thumbnail-classic:hover img {
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
}

.thumbnail-classic-title + p {
    margin-top: 7.5px;
}

@media (min-width: 992px) {
    .thumbnail-classic * + .caption {
        margin-top: 21px;
    }

    .thumbnail-classic-title + p {
        margin-top: 10.5px;
    }
}

@media (min-width: 1200px) {
    .thumbnail-classic * + .caption {
        margin-top: 30px;
    }

    .thumbnail-classic-title + p {
        margin-top: 15px;
    }
}

.thumbnail-classic-time {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: #212126;
}

* + .thumbnail-classic-time {
    margin-top: 15px;
}

.thumbnail-classic-minimal {
    text-align: center;
}

.thumbnail-classic-minimal img {
    width: auto;
}

.thumbnail-classic-minimal .caption {
    margin-top: 28px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.img-thumbnail-variant-1 {
    position: relative;
}

.img-thumbnail-variant-1 .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33, 33, 38, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: 350ms ease-in-out;
    color: #fff;
}

.img-thumbnail-variant-1:hover .caption {
    opacity: 1;
    transform: none;
}

.img-thumbnail-variant-2 {
    position: relative;
    overflow: hidden;
}

.img-thumbnail-variant-2 .caption {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transform: scale(0.8) translateX(100%);
    transition: 350ms ease-in-out;
}

.img-thumbnail-variant-2 .icon-lg {
    font-size: 30px;
}

.img-thumbnail-variant-2:hover .caption {
    opacity: 1;
    transform: scale(1) translateX(0);
}

.img-thumbnail-variant-3 {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.img-thumbnail-variant-3 img {
    width: 100%;
}

.img-thumbnail-variant-3 .icon {
    font-size: 30px;
}

.img-thumbnail-variant-3 .arrow-right {
    font-size: 30px;
}

.img-thumbnail-variant-3 .list-inline-tag {
    font-size: 12px;
    font-style: italic;
}

.img-thumbnail-variant-3 .label-custom {
    position: absolute;
    z-index: 11;
    top: 18px;
    left: 18px;
    padding: 2px 7px;
    font-size: 12px;
    font-style: italic;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
}

.img-thumbnail-variant-3 .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background-color: rgba(33, 33, 38, 0.9);
    transition: 290ms ease-in-out;
}

.img-thumbnail-variant-3 .caption > * {
    color: #fff;
}

.img-thumbnail-variant-3 .caption > * + * {
    margin-top: 5px;
}

.img-thumbnail-variant-3 .caption .divider {
    position: relative;
    max-width: 116px;
    margin: 8px auto;
}

@media (min-width: 1200px) {
    .img-thumbnail-variant-3 .icon {
        font-size: 40px;
    }

    .img-thumbnail-variant-3 .caption {
        padding: 50px 55px 45px;
    }

    .img-thumbnail-variant-3 .caption > * + * {
        margin-top: 10px;
    }

    .img-thumbnail-variant-3 .caption .divider {
        margin-top: 19px;
        margin-bottom: 19px;
    }

    .img-thumbnail-variant-3 .arrow-right {
        position: absolute;
        right: 18px;
        bottom: 13px;
    }
}

.desktop .img-thumbnail-variant-3 .caption {
    opacity: 0;
    transform: scale(0.8);
}

.desktop .img-thumbnail-variant-3 .divider {
    background: transparent;
}

.desktop .img-thumbnail-variant-3 .divider:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: #fff;
    transition: 250ms 280ms ease-in-out;
}

.desktop .img-thumbnail-variant-3 .hover-top-element {
    opacity: 0;
    transform: translateY(30px);
    transition: 450ms 650ms linear;
}

.desktop .img-thumbnail-variant-3 .hover-bottom-element {
    opacity: 0;
    transform: translateY(-40px);
    transition: 450ms 650ms linear;
}

.desktop .img-thumbnail-variant-3:hover .caption {
    opacity: 1;
    transform: scale(1);
}

.desktop .img-thumbnail-variant-3:hover .hover-top-element, .desktop .img-thumbnail-variant-3:hover .hover-bottom-element {
    opacity: 1;
    transform: translateY(0);
}

.desktop .img-thumbnail-variant-3:hover .divider:before {
    left: 0;
    right: 0;
}

@media (max-width: 767.98px) {
    .image-sizing-1 {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.quote-centered {
    position: relative;
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.quote-centered__text .q {
    font-size: 16px;
    color: #000;
}

.quote-centered__mark {
    display: inline-block;
    fill: #212126;
}

.quote-centered__cite {
    color: #888;
    vertical-align: middle;
}

.quote-centered__cite:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 14px;
    border-top: 1px solid;
}

* + .quote-centered__cite {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .quote-centered__text .q {
        font-size: 24px;
        line-height: 1.43333;
    }
}

@media (min-width: 1200px) {
    .quote-centered {
        max-width: 760px;
    }

    .quote-centered__text .q {
        font-size: 30px;
    }
}

.quote-default {
    position: relative;
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 767.98px) {
    .quote-default {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .quote-default {
        max-width: 865px;
    }
}

.quote-default__mark {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    fill: #212126;
}

.quote-default__image img {
    width: 100px;
    height: auto;
    border-radius: 100%;
}

.quote-default__cite {
    vertical-align: middle;
    color: #000;
}

.quote-default__cite:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 14px;
    border-top: 1px solid;
}

* + .quote-default__mark {
    margin-top: 30px;
}

* + .quote-default__text {
    margin-top: 20px;
}

* + .quote-default__cite {
    margin-top: 15px;
}

.quote-default.quote-default_left {
    text-align: left;
}

.quote-default.quote-default_left .quote-default__mark {
    margin-left: 0;
}

.quote-default.quote-default_left-v2 {
    text-align: left;
}

.quote-default.quote-default_left-v2 .quote-default__image {
    text-align: center;
}

.quote-default.quote-default_left-v2 .quote-default__mark {
    margin-left: 0;
}

@media (min-width: 768px) {
    * + .quote-default__text {
        margin-top: 30px;
    }
}

.quote-bordered {
    padding: 20px;
    border: 1px solid #e7e7f0;
    border-radius: 3px;
    text-align: center;
}

.quote-bordered__mark {
    display: block;
    fill: #212126;
}

.quote-bordered__image img {
    width: 100px;
    height: auto;
    border-radius: 100%;
}

.quote-bordered__small {
    font-size: 14px;
    line-height: 1.4;
}

* + .quote-bordered__image {
    margin-top: 15px;
}

* + .quote-bordered__small {
    margin-top: 0;
}

* + .quote-bordered__text {
    margin-top: 25px;
}

* + .quote-bordered__caption {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .quote-bordered {
        padding: 40px;
    }

    * + .quote-bordered__text {
        margin-top: 50px;
    }

    * + .quote-bordered__caption {
        margin-top: 30px;
    }
}

.quote-classic + .quote-classic {
    margin-top: 40px;
}

.quote-classic__mark {
    fill: #212126;
}

.quote-classic__main {
    position: relative;
    padding: 25px;
    margin-bottom: 12px;
    border: 1px solid #e7e7f0;
    border-bottom: 0;
}

.quote-classic__main:before, .quote-classic__main:after {
    content: '';
    position: absolute;
    bottom: -26px;
    height: 27px;
    border-style: solid;
    border-color: #e7e7f0;
    transform-origin: 0 0;
}

.quote-classic__main:before {
    left: 0;
    width: 30px;
    border-width: 1px 1px 0 0;
}

.quote-classic__main:after {
    right: 0;
    width: calc(100% - 40px - 27px);
    border-width: 1px 0 0 1px;
    transform: skew(-55deg);
}

.quote-classic__image img {
    border-radius: 100%;
    width: 50px;
    height: auto;
}

.quote-classic__caption {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.quote-classic__meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

* + .quote-classic__meta {
    margin-top: 12px;
}

.quote-classic__meta-item + .quote-classic__meta-item {
    margin-left: 10px;
}

.quote-classic-rating {
    padding: 4px;
    line-height: 1;
    background-color: #f7f9fc;
}

.quote-classic__caption-main {
    padding-left: 20px;
}

.quote-classic__small {
    font-size: 14px;
    line-height: 1.4;
    color: #b3bbc9;
}

.quote-classic__cite {
    font-size: 16px;
    font-weight: 500;
}

* + .quote-classic__text {
    margin-top: 8px;
}

* + .quote-classic__small {
    margin-top: 0;
}

.quote-classic__main + .quote-classic__caption {
    margin-top: 28.5px;
}

@media (min-width: 576px) {
    .quote-classic__image img {
        width: 72px;
    }
}

@media (min-width: 992px) {
    .quote-classic__main + .quote-classic__caption {
        margin-top: 39.9px;
    }

    .quote-classic + .quote-classic {
        margin-top: 49px;
    }
}

@media (min-width: 1200px) {
    .quote-classic__main {
        padding: 50px;
    }

    .quote-classic__main + .quote-classic__caption {
        margin-top: 57px;
    }

    .quote-classic + .quote-classic {
        margin-top: 70px;
    }
}

/*
*
* Tooltip Custom
* --------------------------------------------------
*/
.tooltip-custom {
    color: #212126;
}

.tooltip-custom .tooltip {
    font-family: "DM Sans", Helvetica, Arial, sans-serif;
}

.tooltip-custom .tooltip.in {
    opacity: 1;
}

.tooltip-custom .tooltip-inner {
    max-width: 253px;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 0;
    background: #212126;
}

.tooltip-custom .tooltip.left .tooltip-arrow {
    border-left-color: #212126;
}

.tooltip-custom .tooltip.right .tooltip-arrow {
    border-right-color: #212126;
}

.tooltip-custom .tooltip.top .tooltip-arrow {
    border-top-color: #212126;
}

.tooltip-custom .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #212126;
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
    max-width: 280px;
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #222;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

.snackbars .icon-xxs {
    position: relative;
    top: -1px;
    font-size: 18px;
}

.snackbars p span:last-child {
    padding-left: 14px;
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.snackbars-right:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .snackbars {
        max-width: 380px;
        padding: 12px 15px;
        font-size: 16px;
    }
}

.breadcrumbs-custom {
    position: relative;
    background: #F7F9FC;
}

.breadcrumbs-custom__inner {
    padding: 20px 0;
    text-align: center;
}

.breadcrumbs-custom__inner > * + * {
    margin-top: 10px;
}

.breadcrumbs-custom__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.breadcrumbs-custom__path > li {
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .breadcrumbs-custom__path > li {
        font-size: 18px;
    }
}

.breadcrumbs-custom__path a {
    position: relative;
    top: -1px;
}

.breadcrumbs-custom__path > li.active {
    color: #b3bbc9;
}

.breadcrumbs-custom__path > li.active a {
    color: inherit;
    pointer-events: none;
}

.breadcrumbs-custom__path > li + li:before {
    position: relative;
    left: -1px;
    display: inline-block;
    padding: 0 3px;
    content: "/";
    vertical-align: baseline;
}

.breadcrumbs-custom__path a {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs-custom__path a, .breadcrumbs-custom__path a:active, .breadcrumbs-custom__path a:focus {
    color: #212126;
}

.breadcrumbs-custom__path a:hover {
    color: #b3bbc9;
}

@media (min-width: 768px) {
    .breadcrumbs-custom__inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }

    .breadcrumbs-custom__inner > * {
        padding: 0 15px;
    }

    .breadcrumbs-custom__inner > * + * {
        margin-top: 0;
    }

    .breadcrumbs-custom__title {
        font-size: 24px;
    }
}

/*
*
* Panels Custom
* --------------------------------------------------
*/
.card {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.card-custom {
    padding: 25px 0 25px;
}

@media (min-width: 768px) {
    .card-custom {
        padding: 65px 0 65px 0;
    }
}

.card-custom:first-child {
    padding-top: 0;
}

.card-custom:last-child {
    padding-bottom: 0;
}

.card-custom + .card-custom {
    border-top: 1px solid #ececee;
    margin-top: 0;
}

.card-custom .card-custom-title > a {
    display: block;
    position: relative;
    padding-right: 40px;
    color: #333;
    background: transparent;
    transition: .3s all ease;
}

.card-custom .card-custom-title > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    font: 400 24px/24px "Linearicons";
    color: #212126;
    transform: translateY(-50%) rotate(0deg);
    transition: .35s all ease-in-out;
}

.card-custom .card-custom-title > a span {
    padding-left: 8px;
    color: #888;
    font-size: 14px;
}

.card-custom .card-custom-title > a.collapsed {
    background: #fff;
}

.card-custom .card-custom-title > a.collapsed:before {
    content: '\e936';
    transform: translateY(-50%) rotate(180deg);
}

.card-custom .card-custom-title > a:hover {
    text-decoration: none;
    background: transparent;
}

.card-custom .card-custom-collapse {
    background: transparent;
}

.card-custom .card-custom-collapse .card-custom-body {
    padding: 10px 25px 0 0;
}

@media (min-width: 768px) {
    .card-custom .card-custom-collapse .card-custom-body {
        padding: 25px 30px 0 0;
    }
}

h3 + .card-custom-group-wrap {
    margin-top: 30px;
}

.card-classic .card-custom-title > a {
    padding-left: 0;
    padding-right: 0;
}

.card-classic .card-custom-title > a:before {
    display: none;
}

.card-classic .card-custom-title > a:hover {
    text-decoration: none;
    background: transparent;
}

.card-classic .card-custom-body {
    max-width: 960px;
}

.comment-minimal > * + * {
    margin-top: 5px;
}

.comment-minimal__author {
    font-size: 12px;
    font-style: italic;
}

.comment-minimal__link {
    font-size: 14px;
    line-height: 1.71429;
    color: #000;
}

.comment-minimal__link a {
    display: inline;
    color: inherit;
}

.comment-minimal__link a:hover {
    color: #212126;
}

* + .box-comment {
    margin-top: 32px;
}

.box-comment + .box-comment {
    margin-top: 40px;
}

.box-comment * + time, .box-comment p + * {
    margin-top: 8px;
}

.box-comment * + p {
    margin-top: 0;
}

.box-comment p {
    font-size: 14px;
    line-height: 24px;
}

.box-comment time, .box-comment a {
    font-size: 12px;
    font-style: italic;
}

.box-comment time {
    color: #000;
}

.box-comment img {
    width: auto;
}

.box-comment .unit-body {
    width: 100%;
}

.box-comment.box-comment-reply {
    padding-left: 20px;
}

* + .box-comment.box-comment-reply {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .box-comment.box-comment-reply {
        padding-left: 40px;
    }
}

@media (min-width: 768px) {
    .box-comment.box-comment-reply {
        padding-left: 100px;
    }
}

.box-comment__icon {
    color: #ececee;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid;
}

.box-comment__icon .icon {
    font-size: 27px;
}

.box-comment__body {
    position: relative;
    border-radius: 4px;
    background-color: #F7F9FC;
    padding: 15px;
}

.box-comment__body:before {
    bottom: 100%;
    left: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #F7F9FC;
    border-width: 11px;
    margin-left: -11px;
}

@media (min-width: 576px) {
    .box-comment__body:before {
        right: 100%;
        top: 35px;
        bottom: auto;
        left: auto;
        border-right-color: #F7F9FC;
        border-bottom-color: transparent;
        margin-top: -11px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .box-comment__body {
        padding: 30px 35px;
    }
}

.box-comment__product {
    position: relative;
}

.box-comment__product .unit-body {
    width: 100%;
}

.box-comment__product .rating-list .icon {
    font-size: 12px;
}

@media (min-width: 768px) {
    .box-comment__product .rating-list {
        position: absolute;
        top: 25px;
        right: 30px;
    }
}

.footer-corporate {
    font-size: 14px;
}

.footer-corporate .brand + * {
    margin-top: 12.5px;
}

.footer-corporate h6 + *, .footer-corporate .heading-6 + * {
    margin-top: 17.5px;
}

.footer-corporate {
    padding: 20px 0;
    text-align: center;
}

.footer-corporate .footer-corporate__inner > * + * {
    margin-top: 5px;
}

* + .footer-corporate__inner {
    margin-top: 45px;
}

.footer-corporate ul li{
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .footer-corporate {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .footer-corporate .footer-corporate__inner > * + * {
        margin-top: 0;
    }

    .footer-corporate__inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }

    .footer-corporate__inner > * {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .footer-corporate {
        padding: 80px 0;
    }

    .footer-corporate h6 + *, .footer-corporate .heading-6 + * {
        margin-top: 24.5px;
    }

    .footer-corporate .brand + * {
        margin-top: 17.5px;
    }
}

@media (min-width: 1200px) and (min-height: 800px) {
    .footer-corporate .brand + * {
        margin-top: 25px;
    }

    .footer-corporate h6 + *, .footer-corporate .heading-6 + * {
        margin-top: 35px;
    }
}

.footer-minimal {
    padding: 60px 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

.footer-minimal * + .footer-minimal__list {
    margin-top: 40px;
}

.footer-minimal .footer-minimal__list + * {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .footer-minimal {
        padding: 80px 0;
    }
}

@media (min-width: 1200px) {
    .footer-minimal * + .footer-minimal__list, .footer-minimal .footer-minimal__list + * {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) and (min-height: 800px) {
    .footer-minimal {
        padding: 130px 0;
    }
}

.footer-modern {
    background: #fff;
    padding: 1px 0;
}

.footer-modern .footer-modern__layer > * + * {
    margin-top: 25px;
}

[class*='section'].bg-default + .footer-modern {
    border-top: 1px solid #ececee;
}

.footer-modern__layer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

.footer-modern__layer > * {
    padding: 0 15px;
}

.footer-modern__layer_top {
    padding: 40px 0;
}

.footer-modern__layer_bottom {
    padding: 20px 0;
}

.footer-modern__layer + .footer-modern__layer {
    border-top: 1px solid #ececee;
}

@media (min-width: 1200px) {
    .footer-modern__layer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-modern .footer-modern__layer > * + * {
        margin-top: 0;
    }
}

.first-letter:first-letter {
    float: left;
    display: block;
    padding: 22px 30px;
    margin-right: 20px;
    margin-top: 8px;
    line-height: 40px;
    font-size: 40px;
    border-radius: 4px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    vertical-align: top;
    background: #212126;
}

.post-inline > * + * {
    margin-top: 5px;
}

.post-inline__header, .post-inline__footer {
    font-size: 12px;
    line-height: 1.4;
    font-style: italic;
    position: relative;
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -10px;
    margin-right: -10px;
}

.post-inline__header > *, .post-inline__footer > * {
    position: relative;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.post-inline__header > *, .post-inline__footer > * {
    display: inline-block;
}

.post-inline__link {
    font-size: 14px;
    line-height: 1.4;
}

.post-inline__text {
    font-size: 14px;
    line-height: 1.4;
}

* + .post-classic-body, .post-classic-title + * {
    margin-top: 30px;
}

* + .post-meta, * + .post-classic-footer, * + .post-minimal-footer {
    margin-top: 20px;
}

* + .post-classic-title {
    margin-top: 25px;
}

* + .carousel-post-gallery, * + .entry-video, * + .post-link, * + .post-quote, * + .post-audio, * + .img-thumbnail-variant-1 {
    margin-top: 40px;
}

* + .button-link {
    margin-top: 20px;
}

.post-classic-title-icon {
    padding-left: 40px;
    position: relative;
}

.post-classic-title-icon[class*="linear-icon-"]:before {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #212126;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

@media (min-width: 1200px) {
    .post-classic-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .post-classic-footer * + .button {
        margin-top: 0;
    }
}

.post-meta {
    font-size: 12px;
    font-style: italic;
}

.meta-author {
    color: #888;
}

.meta-author:hover {
    color: #212126;
}

.post-link {
    padding: 27px 15px 30px;
    background-color: #212126;
    text-align: center;
    border-radius: 4px;
}

.post-link * {
    color: #fff;
}

.post-link > a {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.post-link > a:before {
    content: "\e915";
    display: inline-block;
    font: 400 14px/14px "Linearicons";
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: middle;
}

.post-link .post-classic-title + * {
    margin-top: 0;
}

.post-link .post-classic-title a:hover {
    color: #000;
}

.post-quote .quote-default {
    max-width: none;
}

.post-quote a {
    width: 100%;
    padding: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #F7F9FC;
}

@media (min-width: 768px) {
    .post-quote a {
        padding: 35px 30px 65px;
    }
}

.post-quote a .quote-default__text {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.post-quote a .quote-default__cite {
    color: #888;
}

.post-quote a:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.post-audio .rd-audio-wrap {
    padding: 40px;
    background-color: #F7F9FC;
}

@media (min-width: 1600px) {
    .post-video-wrap .ratio-16x9::before {
        padding-top: 35.45%;
    }
}

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

.post-minimal img {
    width: 100%;
}

.post-minimal * + .post-meta {
    margin-top: 10px;
}

.post-minimal * + .post-classic-body {
    margin-top: 20px;
}

* + .post-minimal {
    margin-top: 50px;
}

@media (min-width: 768px) {
    * + .post-minimal {
        margin-top: 60px;
    }
}

.post-minimal-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post-minimal-footer * + .button {
    margin-top: 25px;
}

.posts-lists-masonry-3-cols > * {
    margin-top: 50px;
}

.posts-lists-masonry-3-cols .owl-carousel .owl-stage-outer {
    z-index: -1;
}

.posts-lists-masonry-3-cols .rd-audio {
    position: relative;
    left: 0;
}

@media (min-width: 768px) {
    .posts-lists-masonry-3-cols {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    .posts-lists-masonry-3-cols > * {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-top: 0;
        margin-bottom: 60px;
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .posts-lists-masonry-3-cols {
        -moz-columns: 3;
        columns: 3;
        margin-bottom: 0;
        transform: translateY(0);
    }

    .posts-lists-masonry-3-cols > *:first-of-type {
        margin-top: 0;
    }
}

.carousel-blog-justify .owl-dots {
    display: none !important;
}

@media (min-width: 992px) {
    .carousel-blog-justify {
        display: block;
    }
}

.post-single-body * + img, .post-single-body * + p {
    margin-top: 40px;
}

.post-single-body * + .quote-default__cite {
    margin-top: 27px;
}

.post-single-body .quote-default__cite {
    color: #888;
}

.nonstandart-post-header img + * {
    margin-top: 20px;
}

.nonstandart-post-header * + h2 {
    margin-top: 25px;
}

.nonstandart-post-header * + .post-meta {
    margin-top: 30px;
}

.nonstandart-post-header * + [class*='list-inline-'] {
    margin-top: 50px;
}

.nonstandart-post-header img {
    width: auto;
}

.nonstandart-post-header [class*='linear-icon-']:before {
    font-size: 24px;
}

.nonstandart-post-header .post-meta {
    font-size: 18px;
    text-align: center;
}

[class*='bg-image-'] .nonstandart-post-header .icon {
    color: #fff;
}

[class*='bg-image-'] .nonstandart-post-header a {
    color: #212126;
}

[class*='bg-image-'] .nonstandart-post-header a:hover {
    color: #fff;
}

[class*='bg-image-'] .nonstandart-post-header a.icon:hover {
    color: #212126;
}

.post-modern {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin: -1px;
    padding-bottom: 75.3950338%;
}

@media (max-width: 767.98px) {
    .post-modern {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.post-modern > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 101%;
    min-width: 101%;
}

.post-modern .post-modern__inner {
    color: #fff;
}

.post-modern .post-modern__inner a {
    color: #fff;
}

.post-modern .post-modern__inner a:hover {
    color: #000;
}

.post-modern .list-inline-tag {
    font-style: italic;
    font-size: 12px;
    color: #fff;
}

.post-modern__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(33, 33, 38, 0.66);
    pointer-events: none;
}

.post-modern__inner > * {
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.post-modern__inner > * + * {
    margin-top: 20px;
}

.post-modern__title {
    max-height: 5.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-modern__divider {
    width: 116px;
    height: 1px;
    background: #fff;
}

@media (min-width: 992px) {
    .post-modern__inner > * + * {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .post-modern__inner > * + * {
        margin-top: 45px;
    }
}

.desktop .post-modern > img {
    will-change: transform;
    transition: all .4s ease-out;
}

.desktop .post-modern .post-modern__inner {
    opacity: 0;
    transition: all .4s ease-out;
    background: rgba(33, 33, 38, 0.9);
}

.desktop .post-modern .post-modern__inner > * {
    transform: scale(0);
    transition: all 0.3s ease-out;
}

.desktop .post-modern .post-modern__inner > *:nth-child(1) {
    transition-delay: 0.1s;
}

.desktop .post-modern .post-modern__inner > *:nth-child(2) {
    transition-delay: 0.2s;
}

.desktop .post-modern .post-modern__inner > *:nth-child(3) {
    transition-delay: 0.3s;
}

.desktop .post-modern .post-modern__inner > *:nth-child(4) {
    transition-delay: 0.4s;
}

.desktop .post-modern .post-modern__inner > *:nth-child(5) {
    transition-delay: 0.5s;
}

.desktop .post-modern:hover > img {
    transform: translate3d(-50%, -50%, 0) scale(0.9);
}

.desktop .post-modern:hover .post-modern__inner {
    opacity: 1;
}

.desktop .post-modern:hover .post-modern__inner > * {
    transform: scale(1);
}

.pricing-table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border: 1px solid #ececee;
    transition: all 0.3s ease-in-out;
}

.pricing-table .price {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
}

.pricing-table * + .price {
    margin-top: 5px;
}

.pricing-table.pricing-table-label .pricing-label {
    display: flex;
}

.pricing-table:hover {
    border-color: transparent;
    box-shadow: 0px 0px 40px 0px rgba(28, 28, 38, 0.1);
}

@media (min-width: 768px) {
    .pricing-table {
        padding: 30px 30px 50px;
    }
}

.pricing-header {
    padding: 15px 0;
    border-bottom: 1px solid #ececee;
}

@media (min-width: 768px) {
    .pricing-header {
        padding-top: 20px;
        padding-bottom: 29px;
    }
}

.pricing-body {
    padding: 15px 0;
}

.pricing-body .list {
    font-size: 14px;
}

.pricing-body .list > li + li {
    margin-top: 7px;
}

@media (min-width: 768px) {
    .pricing-body {
        padding-top: 35px;
    }
}

.pricing-footer {
    padding: 15px 0 0;
}

.pricing-footer p {
    font-size: 12px;
    font-style: italic;
}

@media (min-width: 768px) {
    .pricing-footer {
        padding-top: 40px;
    }

    .pricing-footer * + p {
        margin-top: 41px;
    }
}

.pricing-label {
    display: none;
    position: absolute;
    top: -36px;
    right: 26px;
    z-index: 1;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.pricing-label svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    fill: #212126;
}

.pricing-table-custom {
    padding-top: 30px;
}

.pricing-table-custom * + .list-xxs {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .pricing-table-custom {
        padding-top: 80px;
    }

    .pricing-table-custom * + .list-xxs {
        margin-top: 115px;
    }
}

.timeline-heading img {
    width: auto;
}

.timeline-heading * + h6 {
    margin-top: 23px;
}

* + .timeline-heading {
    margin-top: 30px;
}

@media (min-width: 768px) {
    * + .timeline-heading {
        margin-top: 60px;
    }
}

.timeline-title:hover {
    color: #212126;
}

.page .timeline-variant-1, .page .timeline-variant-2 {
    text-align: left;
}

@media (min-width: 768px) {
    .page .timeline-variant-1 .timeline-inner-box, .page .timeline-variant-2 .timeline-inner-box {
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .page .timeline-variant-1 > [class*='col-']:nth-child(odd) .timeline-inner-box {
        margin-left: auto;
        text-align: left;
        padding-left: 46px;
    }

    .page .timeline-variant-1 > [class*='col-']:nth-child(even) .timeline-inner-box {
        margin-right: auto;
        text-align: right;
        padding-right: 46px;
    }

    .page .timeline-variant-1 > [class*='col-']:nth-child(even) .timeline-inner-box:before {
        left: auto;
        right: -1px;
    }

    .page .timeline-variant-1 > [class*='col-']:nth-child(even) .timeline-inner-box:after {
        left: auto;
        right: -10px;
    }

    .page .timeline-variant-2 > [class*='col-'] {
        text-align: left;
    }

    .page .timeline-variant-2 > [class*='col-'] .timeline-inner-box {
        margin-left: auto;
        padding-left: 46px;
    }
}

.page .timeline-variant-3 {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .page .timeline-variant-3 {
        padding-bottom: 85px;
    }
}

.page .timeline-variant-3 .item {
    padding-bottom: 10px;
}

.page .timeline-variant-3 .timeline-inner-box p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page .timeline-variant-3 .timeline-inner-box:before, .page .timeline-variant-3 .timeline-inner-box:after {
    content: none;
}

@media (min-width: 768px) {
    .page .timeline-variant-3 .timeline-inner-box:before {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(99% - 85px);
        bottom: 0;
        border-bottom: 1px solid #ececee;
        border-left: 0;
        content: "";
        display: inline-block;
    }

    .page .timeline-variant-3 .timeline-inner-box:after {
        position: absolute;
        top: calc(99% - 9px);
        left: calc(50% - 9px);
        display: inline-block;
        width: 19px;
        height: 19px;
        background: #212126;
        border-radius: 50%;
        content: '';
    }
}

.page .timeline-variant-3 .owl-prev, .page .timeline-variant-3 .owl-next {
    top: auto;
    bottom: 0;
}

.page .timeline-variant-3 .owl-prev {
    left: calc(50% - 35px);
}

.page .timeline-variant-3 .owl-next {
    right: calc(50% - 40px);
}

.timeline-inner-box {
    position: relative;
    padding-left: 25px;
    padding-bottom: 35px;
}

.timeline-inner-box:before {
    position: absolute;
    top: 0;
    bottom: -4px;
    left: 0;
    border-left: 1px solid #ececee;
    content: "";
    display: inline-block;
}

.timeline-inner-box:after {
    position: absolute;
    top: 0;
    left: -9px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #212126;
    border-radius: 50%;
    content: '';
}

.timeline-inner-box time {
    display: block;
    font-style: italic;
    font-size: 12px;
    line-height: 26px;
    color: #212126;
}

@media (min-width: 768px) {
    .timeline-inner-box {
        padding: 0 20px 55px;
    }

    .timeline-inner-box:before, .timeline-inner-box:after {
        top: 4px;
    }
}

.parallax-header__inner {
    position: relative;
    text-align: center;
}

.parallax-header__inner {
    position: relative;
    z-index: 2;
}

.parallax-header__content {
    width: 100%;
    padding: 50px 0;
}

@media (min-width: 768px) {
    .parallax-header__inner {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        min-height: 33.3333vh;
    }

    .ie-10 .parallax-header__inner, .ie-11 .parallax-header__inner {
        display: block;
        vertical-align: middle;
        white-space: nowrap;
        text-align: center;
    }

    .ie-10 .parallax-header__inner > *, .ie-11 .parallax-header__inner > * {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        white-space: normal;
    }

    .ie-10 .parallax-header__inner:after, .ie-11 .parallax-header__inner:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        min-height: inherit;
        width: 0;
    }

    .parallax-header__content {
        padding: 100px 0;
    }
}

@media (min-width: 992px) {
    .parallax-header__inner {
        min-height: 33.33333vw;
    }

    .parallax-header__content {
        padding: 110px 0 110px;
    }
}

@media (min-width: 1600px) {
    .parallax-header__inner {
        min-height: 600px;
    }
}

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

.profile-corporate__image {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.profile-corporate__caption {
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.profile-corporate__title {
    font-size: 22px;
    font-weight: 200;
    line-height: 1.2;
    color: #000;
}

.profile-corporate__subtitle {
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
}

* + .profile-corporate__caption {
    margin-top: 30px;
}

* + .profile-corporate__title {
    margin-top: 30px;
}

.profile-corporate__title + .profile-corporate__subtitle {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .profile-corporate__title {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .profile-corporate__caption * + p {
        margin-top: 30px;
    }

    .profile-corporate__caption * + .profile-corporate__caption {
        margin-top: 40px;
    }

    .profile-corporate__caption * + .profile-corporate__title {
        margin-top: 40px;
    }

    .profile-corporate__caption * + .profile-corporate__list {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .profile-corporate__image {
        max-width: 886px;
    }

    .profile-corporate__caption {
        max-width: 975px;
    }

    .profile-corporate__title {
        font-size: 32px;
    }
}

@media (min-width: 1200px) and (min-height: 800px) {
    * + .profile-corporate__caption {
        margin-top: 60px;
    }

    * + .profile-corporate__title {
        margin-top: 60px;
    }
}

.post-event .button-lg {
    padding-left: 38px;
    padding-right: 38px;
    font-weight: 300;
    font-size: 18px;
}

.post-event-body {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .post-event-body .button-lg {
        align-self: flex-start;
    }

    .post-event-body .button-link {
        margin-top: auto;
        align-self: flex-end;
    }

    .ie-10 .post-event-body .button-link, .ie-11 .post-event-body .button-link, .ie-edge .post-event-body .button-link {
        margin-top: 25px;
    }
}

.events-detail address {
    font-size: 12px;
    font-style: italic;
}

* + .events-detail {
    margin-top: 5px;
}

.events-single-time {
    display: block;
}

* + .events-single-time {
    margin-top: 25px;
}

* + .post-event-single-body {
    margin-top: 30px;
}

@media (min-width: 768px) {
    * + .post-event-single-body {
        margin-top: 50px;
    }
}

.post-event-single-body + * {
    margin-top: 40px;
}

.modal-dialog_custom {
    min-height: calc(100vh - 20px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: left;
    pointer-events: auto;
}

.modal-dialog_custom .modal-dialog__inner {
    position: relative;
    padding: 60px 20px 30px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.modal-dialog_custom button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    transition: .33s all ease;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    color: #000;
    opacity: 1;
    text-shadow: none;
}

.modal-dialog_custom button.close::before {
    display: block;
    content: '\e92a';
    font-family: 'Linearicons';
    font-weight: 400;
    font-size: 19px;
    line-height: inherit;
    pointer-events: none;
}

.modal-dialog_custom button.close:hover {
    color: #212126;
}

.modal-dialog_custom * + .rd-mailform {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .modal-dialog_custom {
        min-height: calc(100vh - 60px);
    }

    .modal-dialog_custom .modal-dialog__inner {
        padding: 60px 30px 30px;
    }
}

.ie-10 .modal-dialog_custom, .ie-11 .modal-dialog_custom {
    display: block;
    vertical-align: middle;
    white-space: nowrap;
}

.ie-10 .modal-dialog_custom > *, .ie-11 .modal-dialog_custom > * {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: normal;
}

.ie-10 .modal-dialog_custom:after, .ie-11 .modal-dialog_custom:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 0;
}

.pagination-classic {
    margin: 0;
}

.pagination-classic li {
    display: inline-block;
}

.pagination-classic li a, .pagination-classic li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 12px;
    line-height: 50px;
    font-weight: 300;
    font-family: "DM Sans", Helvetica, Arial, sans-serif;
    background-color: #F7F9FC;
    border: 1px solid #F7F9FC;
    color: #888;
    text-align: center;
    transition: .4s;
    border-radius: 4px;
}

.pagination-classic li a.icon, .pagination-classic li span.icon {
    width: 35px;
    font-size: 14px;
    background-color: transparent;
    border: 0;
}

.pagination-classic li a.icon:hover, .pagination-classic li span.icon:hover {
    color: #212126;
}

.pagination-classic li.active a, .pagination-classic li.active a:hover, .pagination-classic li a:focus, .pagination-classic li a:hover {
    background-color: transparent;
    border-color: #ececee;
}

.pagination-classic li.active span, .pagination-classic li.active span:hover {
    background-color: transparent;
    border-color: #ececee;
}

.pagination-classic li.disabled a, .pagination-classic li.disabled a:hover, .pagination-classic li.disabled span, .pagination-classic li.disabled span:hover {
    background-color: transparent;
    border-color: #ececee;
}

.pagination-classic li + li {
    margin-left: 7px;
}

.filter-shop-box > * {
    flex-basis: 30%;
    min-width: 190px;
    font-size: 14px;
}

@media (min-width: 576px) {
    .filter-shop-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter-shop-box .form-wrap {
        margin-top: 0;
    }
}

.product-select {
    max-width: 300px;
}

* + .carousel-product {
    margin-top: 15px;
}

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

.product-grid * + .button {
    margin-top: 10px;
}

.product-grid .product-icon-wrap {
    position: absolute;
    top: 15px;
    right: 17px;
}

.product-grid .product-icon-wrap span::before {
    line-height: inherit;
}

.product-caption {
    margin-top: 15px;
}

.product-img-wrap {
    position: relative;
    max-width: 400px;
    display: inline-block;
}

.product-icon-wrap .icon {
    width: 60px;
    height: 60px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid;
    color: #c7c7c7;
    cursor: pointer;
}

.product-icon-wrap .icon:hover {
    color: #fff;
    background-color: #212126;
    border-color: #212126;
}

.product-label-wrap {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
}

.product-label-wrap > * {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
}

.product-label-wrap .featured {
    background-color: #ffc045;
}

.product-label-wrap .sale {
    background-color: #ff596d;
}

.product-label-wrap .new {
    background-color: #000;
}

.product-categories > li {
    display: inline-block;
}

.product-categories > li:after {
    content: ",";
    display: inline-block;
}

.product-categories > li:last-of-type:after {
    content: none;
}

.product-categories a {
    font-size: 12px;
    color: #888;
    font-style: italic;
}

.product-categories a:hover {
    color: #212126;
}

.product-title a {
    color: #000;
}

.product-title a:hover {
    color: #212126;
}

* + .product-title {
    margin-top: 5px;
}

.product-price {
    font-size: 24px;
    color: #212126;
}

.product-price span:before {
    content: "$";
    display: inline-block;
}

* + .product-price {
    margin-top: 7px;
}

.product-price.sale-price span {
    padding: 0 3px;
}

.product-price.sale-price span:first-of-type {
    color: #ff596d;
}

.product-price.sale-price span:last-of-type {
    position: relative;
    display: inline-block;
    color: #888;
    font-size: 18px;
}

.product-price.sale-price span:last-of-type:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid;
    content: "";
    display: inline-block;
}

.rating-list > li {
    display: inline-block;
    letter-spacing: -3px;
}

.rating-list .icon {
    font-size: 17px;
}

* + .rating-list {
    margin-top: 20px;
}

h6 + .rating-list {
    margin-top: 0;
}

.product-text, .product-stock {
    font-size: 14px;
    line-height: 24px;
}

.product-meta {
    font-size: 12px;
    font-style: italic;
}

.product-list * + .product-icon-wrap, .product-single * + .product-icon-wrap {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .product-list * + .product-icon-wrap, .product-single * + .product-icon-wrap {
        margin-top: 38px;
    }
}

.product-list * + .product-price, .product-single * + .product-price {
    margin-top: 10px;
}

.product-list * + .rating-list, .product-single * + .rating-list {
    margin-top: 10px;
}

.product-list * + .product-text, .product-single * + .product-text {
    margin-top: 15px;
}

.product-list .product-icon-wrap, .product-single .product-icon-wrap {
    display: flex;
}

.product-list .product-price, .product-single .product-price {
    font-size: 30px;
}

.product-list .product-caption, .product-single .product-caption {
    margin-top: -10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-list .product-img-wrap, .product-single .product-img-wrap {
        max-width: 40%;
    }
}

.product-single * + .product-select, .product-single .product-select + * {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .product-single * + .product-select, .product-single .product-select + * {
        margin-top: 40px;
    }
}

.product-single * + .product-meta {
    margin-top: 30px;
}

.product-single .product-price {
    font-size: 40px;
    font-weight: 100;
}

.product-single .product-text {
    font-size: 18px;
    line-height: 28px;
}

.table-product-info {
    border-collapse: collapse;
    width: 100%;
}

.table-product-info td {
    padding: 8px;
    border: 1px solid #ececee;
}

.table-product-info td:first-of-type {
    width: 150px;
    color: #000;
    font-weight: 400;
}

.table-product-info td:last-of-type {
    font-style: italic;
}

* + .table-product-info {
    margin-top: 30px;
}

.carousel-product .owl-stage-outer {
    padding-top: 35px;
}

.carousel-product.owl-carousel[data-nav='true'] {
    padding-left: 0;
    padding-right: 0;
}

.carousel-product .owl-prev, .carousel-product .owl-next {
    top: 0;
    transform: translateY(-150%);
}

@media (min-width: 1200px) {
    .carousel-product .owl-prev, .carousel-product .owl-next {
        top: -30px;
    }
}

.carousel-product .owl-prev {
    left: auto;
    right: 20px;
}

@media (min-width: 1200px) {
    .carousel-product .owl-prev {
        right: 30px;
    }
}

.table-checkout, .table-cart {
    border-collapse: collapse;
    width: 99%;
}

.table-checkout th, .table-cart th {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    padding: 15px 20px;
}

.table-checkout td, .table-cart td {
    padding: 20px;
}

.table-checkout tr, .table-cart tr {
    border-bottom: 1px solid #ececee;
}

.table-checkout .product-price, .table-cart .product-price {
    white-space: nowrap;
}

.table-checkout tfoot .list-terms-minimal dt, .table-cart tfoot .list-terms-minimal dt {
    color: #000;
}

.table-checkout tfoot .list-terms-minimal dd, .table-cart tfoot .list-terms-minimal dd {
    color: #212126;
}

.table-checkout tfoot tr, .table-cart tfoot tr {
    border: 0;
}

.table-cart th {
    text-align: center;
}

.table-cart th:first-of-type {
    text-align: left;
}

@media (min-width: 1200px) {
    .table-cart th {
        padding: 25px 55px;
    }
}

@media (min-width: 768px) {
    .table-cart tr:last-of-type td:last-of-type {
        padding-right: 0;
    }
}

.table-cart td:nth-child(3), .table-cart td:nth-child(4) {
    border: 1px solid #ececee;
}

.table-cart td:nth-child(n + 3) {
    text-align: center;
}

@media (min-width: 768px) {
    .table-cart td:first-of-type {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .table-cart td {
        padding: 49px 35px;
    }
}

.table-cart-remove-item .icon {
    cursor: pointer;
}

.table-cart-remove-item .icon:hover {
    color: #212126;
}

.table-checkout td + td {
    border-left: 1px solid #ececee;
}

@media (min-width: 768px) {
    .table-checkout td {
        padding: 38px;
    }

    .table-checkout tr > *:first-of-type {
        text-align: left;
        padding-left: 0;
    }

    .table-checkout tr > *:last-of-type {
        text-align: right;
        padding-right: 0;
    }
}

.payment-box .radio-inline {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    font-style: normal;
}

.payment-box img {
    max-width: 150px;
    margin-left: 15px;
}

* + .payment-box {
    margin-top: 40px;
}

.payment-box-inner {
    padding: 4px 13px;
    font-size: 14px;
    font-style: italic;
    color: #000;
    background-color: #e9f8ff;
}

* + .payment-box-inner {
    margin-top: 20px;
}

.payment-box-button {
    text-align: right;
}

* + .payment-box-button {
    margin-top: 30px;
}

@media (min-width: 768px) {
    * + .payment-box-button {
        margin-top: 75px;
    }
}

/** @section Brand */
.brand {
    display: inline-block;
}

.brand .brand-logo-light {
    display: none;
}

.brand .brand-logo-dark {
    display: block;
}

/*
*
* Helpers
* ==================================================
*/
.context-dark, .bg-accent, .bg-secondary-7, .bg-gray-dark, .bg-black, .bg-gray-darker, .bg-image-4, .bg-image-6 {
    color: #fff;
}

.context-dark h1, .bg-accent h1, .bg-secondary-7 h1, .bg-gray-dark h1, .bg-black h1, .bg-gray-darker h1, .bg-image-4 h1, .bg-image-6 h1, .context-dark h2, .bg-accent h2, .bg-secondary-7 h2, .bg-gray-dark h2, .bg-black h2, .bg-gray-darker h2, .bg-image-4 h2, .bg-image-6 h2, .context-dark h3, .bg-accent h3, .bg-secondary-7 h3, .bg-gray-dark h3, .bg-black h3, .bg-gray-darker h3, .bg-image-4 h3, .bg-image-6 h3, .context-dark h4, .bg-accent h4, .bg-secondary-7 h4, .bg-gray-dark h4, .bg-black h4, .bg-gray-darker h4, .bg-image-4 h4, .bg-image-6 h4, .context-dark h5, .bg-accent h5, .bg-secondary-7 h5, .bg-gray-dark h5, .bg-black h5, .bg-gray-darker h5, .bg-image-4 h5, .bg-image-6 h5, .context-dark h6, .bg-accent h6, .bg-secondary-7 h6, .bg-gray-dark h6, .bg-black h6, .bg-gray-darker h6, .bg-image-4 h6, .bg-image-6 h6, .context-dark .heading-1, .bg-accent .heading-1, .bg-secondary-7 .heading-1, .bg-gray-dark .heading-1, .bg-black .heading-1, .bg-gray-darker .heading-1, .bg-image-4 .heading-1, .bg-image-6 .heading-1, .context-dark .heading-2, .bg-accent .heading-2, .bg-secondary-7 .heading-2, .bg-gray-dark .heading-2, .bg-black .heading-2, .bg-gray-darker .heading-2, .bg-image-4 .heading-2, .bg-image-6 .heading-2, .context-dark .heading-3, .bg-accent .heading-3, .bg-secondary-7 .heading-3, .bg-gray-dark .heading-3, .bg-black .heading-3, .bg-gray-darker .heading-3, .bg-image-4 .heading-3, .bg-image-6 .heading-3, .context-dark .heading-4, .bg-accent .heading-4, .bg-secondary-7 .heading-4, .bg-gray-dark .heading-4, .bg-black .heading-4, .bg-gray-darker .heading-4, .bg-image-4 .heading-4, .bg-image-6 .heading-4, .context-dark .heading-5, .bg-accent .heading-5, .bg-secondary-7 .heading-5, .bg-gray-dark .heading-5, .bg-black .heading-5, .bg-gray-darker .heading-5, .bg-image-4 .heading-5, .bg-image-6 .heading-5, .context-dark .heading-6, .bg-accent .heading-6, .bg-secondary-7 .heading-6, .bg-gray-dark .heading-6, .bg-black .heading-6, .bg-gray-darker .heading-6, .bg-image-4 .heading-6, .bg-image-6 .heading-6 {
    color: #fff;
}

.context-dark h6, .bg-accent h6, .bg-secondary-7 h6, .bg-gray-dark h6, .bg-black h6, .bg-gray-darker h6, .bg-image-4 h6, .bg-image-6 h6, .context-dark .heading-6, .bg-accent .heading-6, .bg-secondary-7 .heading-6, .bg-gray-dark .heading-6, .bg-black .heading-6, .bg-gray-darker .heading-6, .bg-image-4 .heading-6, .bg-image-6 .heading-6 {
    color: #b3bbc9;
}

.context-dark a, .bg-accent a, .bg-secondary-7 a, .bg-gray-dark a, .bg-black a, .bg-gray-darker a, .bg-image-4 a, .bg-image-6 a, .context-dark a:active, .bg-accent a:active, .bg-secondary-7 a:active, .bg-gray-dark a:active, .bg-black a:active, .bg-gray-darker a:active, .bg-image-4 a:active, .bg-image-6 a:active, .context-dark a:focus, .bg-accent a:focus, .bg-secondary-7 a:focus, .bg-gray-dark a:focus, .bg-black a:focus, .bg-gray-darker a:focus, .bg-image-4 a:focus, .bg-image-6 a:focus {
    color: inherit;
}

.context-dark a:hover, .bg-accent a:hover, .bg-secondary-7 a:hover, .bg-gray-dark a:hover, .bg-black a:hover, .bg-gray-darker a:hover, .bg-image-4 a:hover, .bg-image-6 a:hover {
    color: #b3bbc9;
}

.context-dark .icon, .bg-accent .icon, .bg-secondary-7 .icon, .bg-gray-dark .icon, .bg-black .icon, .bg-gray-darker .icon, .bg-image-4 .icon, .bg-image-6 .icon {
    color: #fff;
}

.context-dark .brand .brand-logo-dark, .bg-accent .brand .brand-logo-dark, .bg-secondary-7 .brand .brand-logo-dark, .bg-gray-dark .brand .brand-logo-dark, .bg-black .brand .brand-logo-dark, .bg-gray-darker .brand .brand-logo-dark, .bg-image-4 .brand .brand-logo-dark, .bg-image-6 .brand .brand-logo-dark {
    display: none;
}

.context-dark .brand .brand-logo-light, .bg-accent .brand .brand-logo-light, .bg-secondary-7 .brand .brand-logo-light, .bg-gray-dark .brand .brand-logo-light, .bg-black .brand .brand-logo-light, .bg-gray-darker .brand .brand-logo-light, .bg-image-4 .brand .brand-logo-light, .bg-image-6 .brand .brand-logo-light {
    display: block;
}

.context-dark .button-link:hover, .bg-accent .button-link:hover, .bg-secondary-7 .button-link:hover, .bg-gray-dark .button-link:hover, .bg-black .button-link:hover, .bg-gray-darker .button-link:hover, .bg-image-4 .button-link:hover, .bg-image-6 .button-link:hover {
    color: #fff;
}

.context-dark .blurb__title, .bg-accent .blurb__title, .bg-secondary-7 .blurb__title, .bg-gray-dark .blurb__title, .bg-black .blurb__title, .bg-gray-darker .blurb__title, .bg-image-4 .blurb__title, .bg-image-6 .blurb__title {
    color: #fff;
}

.context-dark .blurb-circle, .bg-accent .blurb-circle, .bg-secondary-7 .blurb-circle, .bg-gray-dark .blurb-circle, .bg-black .blurb-circle, .bg-gray-darker .blurb-circle, .bg-image-4 .blurb-circle, .bg-image-6 .blurb-circle, .context-dark .blurb-circle .blurb-circle__icon .icon, .bg-accent .blurb-circle .blurb-circle__icon .icon, .bg-secondary-7 .blurb-circle .blurb-circle__icon .icon, .bg-gray-dark .blurb-circle .blurb-circle__icon .icon, .bg-black .blurb-circle .blurb-circle__icon .icon, .bg-gray-darker .blurb-circle .blurb-circle__icon .icon, .bg-image-4 .blurb-circle .blurb-circle__icon .icon, .bg-image-6 .blurb-circle .blurb-circle__icon .icon {
    color: #fff;
}

.context-dark .blurb-minimal, .bg-accent .blurb-minimal, .bg-secondary-7 .blurb-minimal, .bg-gray-dark .blurb-minimal, .bg-black .blurb-minimal, .bg-gray-darker .blurb-minimal, .bg-image-4 .blurb-minimal, .bg-image-6 .blurb-minimal {
    color: #fff;
}

.context-dark .box-counter, .bg-accent .box-counter, .bg-secondary-7 .box-counter, .bg-gray-dark .box-counter, .bg-black .box-counter, .bg-gray-darker .box-counter, .bg-image-4 .box-counter, .bg-image-6 .box-counter {
    color: #fff;
}

.context-dark .box-counter__icon, .bg-accent .box-counter__icon, .bg-secondary-7 .box-counter__icon, .bg-gray-dark .box-counter__icon, .bg-black .box-counter__icon, .bg-gray-darker .box-counter__icon, .bg-image-4 .box-counter__icon, .bg-image-6 .box-counter__icon {
    color: #fff;
}

.context-dark .box-counter__divider::after, .bg-accent .box-counter__divider::after, .bg-secondary-7 .box-counter__divider::after, .bg-gray-dark .box-counter__divider::after, .bg-black .box-counter__divider::after, .bg-gray-darker .box-counter__divider::after, .bg-image-4 .box-counter__divider::after, .bg-image-6 .box-counter__divider::after {
    background-color: #fff;
}

.context-dark .progress-linear, .bg-accent .progress-linear, .bg-secondary-7 .progress-linear, .bg-gray-dark .progress-linear, .bg-black .progress-linear, .bg-gray-darker .progress-linear, .bg-image-4 .progress-linear, .bg-image-6 .progress-linear, .context-dark .progress-bar-circle-title, .bg-accent .progress-bar-circle-title, .bg-secondary-7 .progress-bar-circle-title, .bg-gray-dark .progress-bar-circle-title, .bg-black .progress-bar-circle-title, .bg-gray-darker .progress-bar-circle-title, .bg-image-4 .progress-bar-circle-title, .bg-image-6 .progress-bar-circle-title, .context-dark .progress-circle-counter, .bg-accent .progress-circle-counter, .bg-secondary-7 .progress-circle-counter, .bg-gray-dark .progress-circle-counter, .bg-black .progress-circle-counter, .bg-gray-darker .progress-circle-counter, .bg-image-4 .progress-circle-counter, .bg-image-6 .progress-circle-counter {
    color: #fff;
}

.context-dark .thumb__title, .bg-accent .thumb__title, .bg-secondary-7 .thumb__title, .bg-gray-dark .thumb__title, .bg-black .thumb__title, .bg-gray-darker .thumb__title, .bg-image-4 .thumb__title, .bg-image-6 .thumb__title {
    color: #fff;
}

.context-dark .thumb__title a:hover, .bg-accent .thumb__title a:hover, .bg-secondary-7 .thumb__title a:hover, .bg-gray-dark .thumb__title a:hover, .bg-black .thumb__title a:hover, .bg-gray-darker .thumb__title a:hover, .bg-image-4 .thumb__title a:hover, .bg-image-6 .thumb__title a:hover {
    color: #212126;
}

.context-dark .button-gray-light-outline, .bg-accent .button-gray-light-outline, .bg-secondary-7 .button-gray-light-outline, .bg-gray-dark .button-gray-light-outline, .bg-black .button-gray-light-outline, .bg-gray-darker .button-gray-light-outline, .bg-image-4 .button-gray-light-outline, .bg-image-6 .button-gray-light-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.context-dark .button-gray-light-outline:hover, .bg-accent .button-gray-light-outline:hover, .bg-secondary-7 .button-gray-light-outline:hover, .bg-gray-dark .button-gray-light-outline:hover, .bg-black .button-gray-light-outline:hover, .bg-gray-darker .button-gray-light-outline:hover, .bg-image-4 .button-gray-light-outline:hover, .bg-image-6 .button-gray-light-outline:hover, .context-dark .button-gray-light-outline:focus, .bg-accent .button-gray-light-outline:focus, .bg-secondary-7 .button-gray-light-outline:focus, .bg-gray-dark .button-gray-light-outline:focus, .bg-black .button-gray-light-outline:focus, .bg-gray-darker .button-gray-light-outline:focus, .bg-image-4 .button-gray-light-outline:focus, .bg-image-6 .button-gray-light-outline:focus, .context-dark .button-gray-light-outline:active, .bg-accent .button-gray-light-outline:active, .bg-secondary-7 .button-gray-light-outline:active, .bg-gray-dark .button-gray-light-outline:active, .bg-black .button-gray-light-outline:active, .bg-gray-darker .button-gray-light-outline:active, .bg-image-4 .button-gray-light-outline:active, .bg-image-6 .button-gray-light-outline:active, .context-dark .button-gray-light-outline:hover, .bg-accent .button-gray-light-outline:hover, .bg-secondary-7 .button-gray-light-outline:hover, .bg-gray-dark .button-gray-light-outline:hover, .bg-black .button-gray-light-outline:hover, .bg-gray-darker .button-gray-light-outline:hover, .bg-image-4 .button-gray-light-outline:hover, .bg-image-6 .button-gray-light-outline:hover {
    color: #fff;
    background-color: #212126;
    border-color: #212126;
}

.context-light h1, .bg-gray-lighter h1, .context-light h2, .bg-gray-lighter h2, .context-light h3, .bg-gray-lighter h3, .context-light h4, .bg-gray-lighter h4, .context-light h5, .bg-gray-lighter h5, .context-light h6, .bg-gray-lighter h6, .context-light .heading-1, .bg-gray-lighter .heading-1, .context-light .heading-2, .bg-gray-lighter .heading-2, .context-light .heading-3, .bg-gray-lighter .heading-3, .context-light .heading-4, .bg-gray-lighter .heading-4, .context-light .heading-5, .bg-gray-lighter .heading-5, .context-light .heading-6, .bg-gray-lighter .heading-6 {
    color: #212126;
}

.context-light .brand .brand-logo-dark, .bg-gray-lighter .brand .brand-logo-dark {
    display: block;
}

.context-light .brand .brand-logo-light, .bg-gray-lighter .brand .brand-logo-light {
    display: none;
}

@media (max-width: 1199.98px) {
    .parallax-header.context-light::after, .parallax-header.bg-gray-lighter::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(251, 251, 251, 0.33);
    }
}

.bg-default {
    background-color: #fff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
    padding-top: 0;
}

.bg-accent .button-primary, .bg-secondary-7 .button-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bg-accent .button-primary:hover, .bg-accent .button-primary:focus, .bg-accent .button-primary:active, .bg-accent .button-primary:hover, .bg-secondary-7 .button-primary:hover, .bg-secondary-7 .button-primary:focus, .bg-secondary-7 .button-primary:active, .bg-secondary-7 .button-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.bg-accent .button-black, .bg-secondary-7 .button-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.bg-accent .button-black:hover, .bg-accent .button-black:focus, .bg-accent .button-black:active, .bg-accent .button-black:hover, .bg-secondary-7 .button-black:hover, .bg-secondary-7 .button-black:focus, .bg-secondary-7 .button-black:active, .bg-secondary-7 .button-black:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bg-accent .button-gray-light-outline, .bg-secondary-7 .button-gray-light-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.bg-accent .button-gray-light-outline:hover, .bg-accent .button-gray-light-outline:focus, .bg-accent .button-gray-light-outline:active, .bg-accent .button-gray-light-outline:hover, .bg-secondary-7 .button-gray-light-outline:hover, .bg-secondary-7 .button-gray-light-outline:focus, .bg-secondary-7 .button-gray-light-outline:active, .bg-secondary-7 .button-gray-light-outline:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bg-accent .progress-linear-modern .progress-bar-linear-wrap:after, .bg-secondary-7 .progress-linear-modern .progress-bar-linear-wrap:after {
    background: #fff;
}

.bg-accent .blurb-minimal, .bg-accent .blurb-minimal .blurb-minimal__icon .icon, .bg-secondary-7 .blurb-minimal, .bg-secondary-7 .blurb-minimal .blurb-minimal__icon .icon {
    color: #fff;
}

.bg-accent {
    background-color: #212126;
}

.bg-accent:not([style*="background-"]) + .bg-accent:not([style*="background-"]) {
    padding-top: 0;
}

.bg-accent-gradient {
    background-image: linear-gradient(to right, #212126 15%, black);
}

.bg-secondary-7 {
    background-color: #90dfcf;
}

.bg-secondary-7:not([style*="background-"]) + .bg-secondary-7:not([style*="background-"]) {
    padding-top: 0;
}

.bg-secondary-8 {
    background-color: #e9f9f6;
}

.bg-secondary-8:not([style*="background-"]) + .bg-secondary-8:not([style*="background-"]) {
    padding-top: 0;
}

.bg-gray-dark {
    background-color: #333;
}

.bg-gray-dark:not([style*="background-"]) + .bg-gray-dark:not([style*="background-"]) {
    padding-top: 0;
}

.bg-black {
    background-color: #000;
}

.bg-black:not([style*="background-"]) + .bg-black:not([style*="background-"]) {
    padding-top: 0;
}

.bg-gray-darker {
    background-color: #333;
}

.bg-gray-darker:not([style*="background-"]) + .bg-gray-darker:not([style*="background-"]) {
    padding-top: 0;
}

.bg-black {
    background-color: #000;
}

.bg-black:not([style*="background-"]) + .bg-black:not([style*="background-"]) {
    padding-top: 0;
}

.bg-black .blurb__title {
    color: #fff;
}

.bg-gray-lighter {
    background-color: #F7F9FC;
}

.bg-gray-lighter:not([style*="background-"]) + .bg-gray-lighter:not([style*="background-"]) {
    padding-top: 0;
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-image-bottom {
    background-position: center bottom;
}

.bg-image-2 {
    background-image: url("../images/bg-image-2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-image-3 {
    background-image: url("../images/bg-image-3.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-image-4 {
    background-image: url("../images/bg-image-4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-image-6 {
    background-image: url("../images/bg-image-6.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-image-7 {
    background-position: 80% center;
}

@media (min-width: 1200px) {
    .bg-image-7 {
        background-position: center center;
    }
}

@media (min-width: 992px) {
    .desktop .bg-fixed {
        background-attachment: fixed;
    }
}

[class*='bg-overlay'] {
    position: relative;
}

[class*='bg-overlay']:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
}

[class*='bg-overlay'] > * {
    position: relative;
}

.bg-overlay-light:before {
    background-color: #fff;
}

.bg-overlay-dark:before {
    background-color: #212126;
}

@media (min-width: 1200px) {
    .desktop [class*='bg-overlay']:before {
        opacity: 0;
        visibility: hidden;
    }
}

/*
*
* Text styling
* --------------------------------------------------
*/
.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-sbold {
    font-weight: 600;
}

.text-bold, strong {
    font-weight: 700;
}

.text-ubold {
    font-weight: 900;
}

.text-spacing-0 {
    letter-spacing: 0;
}

html .text-accent {
    color: #212126;
}

html .text-secondary {
    color: #b3bbc9;
}

/*
*
* Element groups
* --------------------------------------------------
*/
html .page .group {
    margin-bottom: -20px;
    margin-left: -15px;
}

html .page .group:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .page .group > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px;
}

html .page .group-xs {
    margin-bottom: -5px;
    margin-left: -15px;
}

html .page .group-xs:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .page .group-xs > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 15px;
}

html .page .group-xs .form-input {
    display: inline-block;
}

html .page .group-lg {
    margin-bottom: -15px;
    margin-left: -27px;
}

html .page .group-lg:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .page .group-lg > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 27px;
}

html .page .group-xl {
    margin-bottom: -27px;
    margin-left: -27px;
}

html .page .group-xl:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .page .group-xl > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 27px;
    margin-left: 27px;
}

html .page .group-top > *, html .page .group-top > *:first-child {
    vertical-align: top;
}

html .page .group-middle {
    vertical-align: middle;
}

html .page .group-middle > * {
    vertical-align: middle;
}

html .page .group-bottom > *, html .page .group-bottom > *:first-child {
    vertical-align: bottom;
}

.section-xs, .section-sm {
    padding-top: 35px;
    padding-bottom: 35px;
}

.section-md, .section-lg, .section-xl {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-xxl {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section-collapse + .section-collapse {
    padding-top: 0;
}

@media (min-width: 768px) {
    .section-xs {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-sm {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-md {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-lg {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-xl {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .section-alternate-1 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (min-width: 992px) {
    .section-md {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-lg {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-xl {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .breadcrumbs-custom + .section-xl {
        padding-top: 100px;
        padding-bottom: 130px;
    }
}

@media (min-width: 1200px) and (min-height: 800px) {
    .section-md {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-lg {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .section-xl {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .section-xl.section-xl_bigger {
        padding-top: 210px;
        padding-bottom: 210px;
    }

    .breadcrumbs-custom + .section-xl {
        padding-top: 150px;
        padding-bottom: 200px;
    }

    .section-xxl {
        padding-top: 180px;
        padding-bottom: 220px;
    }
}

.section-divided__main > *:first-child, .section-divided__aside > *:first-child {
    padding-top: 0;
    border-top: none;
}

.section-divided__main > *:last-child, .section-divided__aside > *:last-child {
    padding-bottom: 0;
}

.section-divided__main > *, .section-divided__aside > * {
    border-top: 1px solid #ececee;
}

.section-divided__aside h5 + *, .section-divided__aside .heading-5 + * {
    margin-top: 23px;
}

.section-divided__aside * + h5 {
    margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .section-divided__aside {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -25px;
        margin-right: -25px;
    }

    .section-divided__aside > [class*='section'] {
        width: calc(50% - 50px);
        margin-left: 25px;
        margin-right: 25px;
    }

    .section-divided__aside > [class*='section']:nth-child(2) {
        padding-top: 0;
        border-top: 0;
    }

    .section-divided__aside > .section-style-1 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .section-divided__aside > * {
        max-width: 370px;
        margin-left: 50px;
    }
}

@media (min-width: 1200px) {
    .section-divided__aside.section__aside-left > * {
        margin-left: 0;
        margin-right: 50px;
    }
}

@media (min-width: 1200px) {
    .section-divided__aside-left {
        position: relative;
    }

    .section-divided__aside-left:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 25px;
        content: "";
        display: inline-block;
        border-left: 1px solid #ececee;
    }
}

@media (min-width: 1200px) {
    .section-divided__main-left {
        position: relative;
    }

    .section-divided__main-left:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25px;
        content: "";
        display: inline-block;
        border-left: 1px solid #ececee;
    }
}

.fullwidth-page {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.fullwidth-page .section-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fullwidth-page > * {
    flex-basis: 100%;
}

.fullwidth-page * + .countdown {
    margin-top: 45px;
}

.fullwidth-page * + h5 {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .fullwidth-page * + h5 {
        margin-top: 55px;
    }
}

.fullwidth-page_mod-1 {
    min-height: 90vh;
}

/*
*
* Offsets
* --------------------------------------------------
*/
* + p {
    margin-top: 20px;
}

p + * {
    margin-top: 22px;
}

p + p {
    margin-top: 12.5px;
}

h2 + h6, h3 + h6 {
    margin-top: 23px;
}

* + .list-xs {
    margin-top: 16px;
}

* + .list-small {
    margin-top: 15px;
}

* + .list-md {
    margin-top: 20px;
}

* + .list-marked, * + .list-marked-primary {
    margin-top: 15px;
}

* + .list-ordered {
    margin-top: 15px;
}

* + .list-linked {
    margin-top: 23px;
}

* + .quote-centered {
    margin-top: 25px;
}

* + .group-lg {
    margin-top: 35px;
}

* + .figure {
    margin-top: 30px;
}

* + [class*=list-inline-] {
    margin-top: 21.5px;
}

* + .rd-mailform {
    margin-top: 38px;
}

* + .contact-info {
    margin-top: 30px;
}

* + .table-responsive {
    margin-top: 25px;
}

* + .blurb-minimal {
    margin-top: 40px;
}

* + .quote-default {
    margin-top: 40px;
}

h5 + p, .heading-5 + p {
    margin-top: 18px;
}

h6 + p, .heading-6 + p {
    margin-top: 10px;
}

.icon-xxl + h3, .icon-xxl + .heading-3 {
    margin-top: 35px;
}

.range + .range {
    margin-top: 40px;
}

.row + .row {
    margin-top: 40px;
}

h1 + p, .heading-1 + p, h2 + p, .heading-2 + p {
    margin-top: 20px;
}

h1 + h3, .heading-1 + h3, h1 + .heading-3, .heading-1 + .heading-3 {
    margin-top: 20px;
}

h2 + h5, .heading-2 + h5, h2 + .heading-5, .heading-2 + .heading-5 {
    margin-top: 15px;
}

h2 + h6, .heading-2 + h6, h2 + .heading-6, .heading-2 + .heading-6 {
    margin-top: 20px;
}

h3 + .owl-carousel, .heading-3 + .owl-carousel {
    margin-top: 35px;
}

.blurb-minimal + .blurb-minimal {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .post-event + .divider-wrap, .divider-wrap + .post-event {
        margin-top: 55px;
    }
}

.table-responsive + .range {
    margin-top: 50px;
}

h1 + .row, .heading-1 + .row, h2 + .row, .heading-2 + .row {
    margin-top: 30px;
}

.heading-1 {
    font-size: 24px;
}

h6 + *, .heading-6 + * {
    margin-top: 11px;
}

.list-social + .list-terms {
    margin-top: 22.5px;
}

@media (min-width: 992px) {
    .row + .row {
        margin-top: 45.5px;
    }

    * + p {
        margin-top: 28px;
    }

    h1 + p, .heading-1 + p, h2 + p, .heading-2 + p {
        margin-top: 20px;
    }

    p + p {
        margin-top: 17.5px;
    }

    * + .quote-centered {
        margin-top: 50px;
    }

    * + .figure {
        margin-top: 40px;
    }

    * + .group-lg {
        margin-top: 50px;
    }

    h1 + .row, .heading-1 + .row, h2 + .row, .heading-2 + .row {
        margin-top: 42px;
    }

    h2 + h6, .heading-2 + h6, h2 + .heading-6, .heading-2 + .heading-6 {
        margin-top: 28px;
    }

    h6 + *, .heading-6 + * {
        margin-top: 15.4px;
    }

    * + [class*=list-inline-] {
        margin-top: 30.1px;
    }

    .list-social + .list-terms {
        margin-top: 31.5px;
    }
}

@media (min-width: 1200px) {
    .range + .range {
        margin-top: 60px;
    }

    .row + .row {
        margin-top: 65px;
    }

    * + p {
        margin-top: 40px;
    }

    h1 + p, .heading-1 + p, h2 + p, .heading-2 + p {
        margin-top: 30px;
    }

    p + p {
        margin-top: 25px;
    }

    * + .quote-default {
        margin-top: 65px;
    }

    h1 + .row, .heading-1 + .row, h2 + .row, .heading-2 + .row {
        margin-top: 60px;
    }

    h2 + h6, .heading-2 + h6, h2 + .heading-6, .heading-2 + .heading-6 {
        margin-top: 40px;
    }

    h6 + *, .heading-6 + * {
        margin-top: 22px;
    }

    * + [class*=list-inline-] {
        margin-top: 43px;
    }

    .list-social + .list-terms {
        margin-top: 45px;
    }
}

html .page * + .offset-top-1 {
    margin-top: 35px;
}

html .row-10 {
    margin-bottom: -10px;
}

html .row-10:empty {
    margin-bottom: 0;
}

html .row-10 > * {
    margin-bottom: 10px;
}

html .row-20 {
    margin-bottom: -20px;
}

html .row-20:empty {
    margin-bottom: 0;
}

html .row-20 > * {
    margin-bottom: 20px;
}

html .row-30 {
    margin-bottom: -30px;
}

html .row-30:empty {
    margin-bottom: 0;
}

html .row-30 > * {
    margin-bottom: 30px;
}

html .row-40 {
    margin-bottom: -40px;
}

html .row-40:empty {
    margin-bottom: 0;
}

html .row-40 > * {
    margin-bottom: 40px;
}

html .row-both-30 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

html .row-both-30:empty {
    margin-bottom: 0;
}

html .row-both-30 > * {
    margin-bottom: 30px;
}

html .row-both-30 > [class*='cell'] {
    padding-left: 15px;
    padding-right: 15px;
}

html .row-50 {
    margin-bottom: -50px;
}

html .row-50:empty {
    margin-bottom: 0;
}

html .row-50 > * {
    margin-bottom: 50px;
}

html .row-60 {
    margin-bottom: -50px;
}

html .row-60:empty {
    margin-bottom: 0;
}

html .row-60 > * {
    margin-bottom: 50px;
}

html .row-70 {
    margin-bottom: -50px;
}

html .row-70:empty {
    margin-bottom: 0;
}

html .row-70 > * {
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    html .row-60 {
        margin-bottom: -60px;
    }

    html .row-60:empty {
        margin-bottom: 0;
    }

    html .row-60 > * {
        margin-bottom: 60px;
    }

    html .row-70 {
        margin-bottom: -70px;
    }

    html .row-70:empty {
        margin-bottom: 0;
    }

    html .row-70 > * {
        margin-bottom: 70px;
    }

    html .row-sm-40 {
        margin-bottom: -40px;
    }

    html .row-sm-40:empty {
        margin-bottom: 0;
    }

    html .row-sm-40 > * {
        margin-bottom: 40px;
    }

    html .row-sm-75 {
        margin-bottom: -75px;
    }

    html .row-sm-75:empty {
        margin-bottom: 0;
    }

    html .row-sm-75 > * {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) {
    html .row-md-40 {
        margin-bottom: -40px;
    }

    html .row-md-40:empty {
        margin-bottom: 0;
    }

    html .row-md-40 > * {
        margin-bottom: 40px;
    }

    html .row-md-60 {
        margin-bottom: -60px;
    }

    html .row-md-60:empty {
        margin-bottom: 0;
    }

    html .row-md-60 > * {
        margin-bottom: 60px;
    }

    html .row-md-90 {
        margin-bottom: -90px;
    }

    html .row-md-90:empty {
        margin-bottom: 0;
    }

    html .row-md-90 > * {
        margin-bottom: 90px;
    }
}

@media (min-width: 992px) {
    html .row-lg-90 {
        margin-bottom: -90px;
    }

    html .row-lg-90:empty {
        margin-bottom: 0;
    }

    html .row-lg-90 > * {
        margin-bottom: 90px;
    }
}

@media (min-width: 1200px) and (min-height: 800px) {
    html .row-70 {
        margin-bottom: -70px;
    }

    html .row-70:empty {
        margin-bottom: 0;
    }

    html .row-70 > * {
        margin-bottom: 70px;
    }
}

@media (min-width: 1600px) {
    html .row-xl-50 {
        margin-bottom: -50px;
    }

    html .row-xl-50:empty {
        margin-bottom: 0;
    }

    html .row-xl-50 > * {
        margin-bottom: 50px;
    }

    html .row-xl-both-50 {
        margin-left: -50px;
        margin-right: -50px;
        margin-bottom: -50px;
    }

    html .row-xl-both-50:empty {
        margin-bottom: 0;
    }

    html .row-xl-both-50 > * {
        margin-bottom: 50px;
    }

    html .row-xl-both-50 > [class*='cell'] {
        padding-left: 50px;
        padding-right: 50px;
    }
}

html.lt-ie-10 * + .row, * + .row {
    margin-top: 30px;
}

@media (min-width: 768px) {
    html.lt-ie-10 * + .row, * + .row {
        margin-top: 35px;
    }
}

.row:not(.row-condensed).row-horizontal-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row:not(.row-condensed).row-horizontal-10 > [class*='col'] {
    padding-left: 5px;
    padding-right: 5px;
}

.height-fill {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.height-fill > * {
    flex-grow: 1;
    flex-shrink: 0;
}

.block-top-level {
    position: relative;
    z-index: 10;
}

.block-centered {
    margin-left: auto;
    margin-right: auto;
}

.text-width-1 {
    max-width: 540px;
}

.text-width-2 {
    max-width: 620px;
}

.text-width-3 {
    max-width: 360px;
}

.grid-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 370px;
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -4px;
    margin-right: -4px;
}

.grid-4 > * {
    position: relative;
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
}

.grid-4 > * {
    width: 25%;
}

@media (min-width: 992px) {
    .object-displacement-1 {
        margin-top: -45px;
    }
}

@media (min-width: 1600px) {
    .row.range-50 {
        margin-left: -25px;
        margin-right: -25px;
    }

    .row.range-50 > [class*='col-'] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.object-wrap {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .object-wrap__body {
        height: 33vw;
        min-height: 200px;
    }
}

@media (min-width: 992px) {
    .object-wrap__body {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100vw;
        min-width: 1px;
        max-width: none;
        height: 100%;
        min-height: 100%;
        max-height: none;
        margin: 0;
        z-index: 0;
    }

    .object-wrap__body + * {
        margin-top: 0;
    }

    .object-wrap__body.object-wrap__body-md-right {
        right: 0;
    }

    .object-wrap__body.object-wrap__body-md-left {
        left: 0;
    }
}

@media (min-width: 992px) {
    .object-wrap__body-sizing-1 {
        width: 50vw;
    }
}

.gallery-wrap {
    margin-bottom: -10px;
}

.gallery-wrap:empty {
    margin-bottom: 0;
}

.gallery-wrap > * {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .gallery-wrap {
        margin-bottom: -30px;
    }

    .gallery-wrap:empty {
        margin-bottom: 0;
    }

    .gallery-wrap > * {
        margin-bottom: 30px;
    }
}

@media (min-width: 1600px) {
    .gallery-wrap {
        margin-bottom: -50px;
    }

    .gallery-wrap:empty {
        margin-bottom: 0;
    }

    .gallery-wrap > * {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .gallery-wrap.row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .gallery-wrap.row > [class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

[data-x-mode='true'] .thumb-classic .thumb-classic__caption {
    pointer-events: none;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

[data-x-mode='true'] .thumb-classic .thumb-classic__caption > * {
    pointer-events: auto;
}

[data-x-mode='true'] .novi-section {
    position: relative;
    z-index: 0;
}

[data-x-mode='true'] .novi-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    height: 30px;
}

[data-x-mode='true'] .thumb-centered img {
    width: 99.99%;
    min-width: 99.99%;
}

[data-x-mode='true'] .novi-in-bg-img, [data-x-mode='true'] .novi-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

[data-x-mode='true'] .form-label {
    pointer-events: auto;
}

[data-x-mode='true'] .bounding-fix {
    position: relative;
}

[data-x-mode='true'] .bounding-fix:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
}

[data-x-mode='true'] .thumb-minimal__overlay {
    pointer-events: none;
}

[data-x-mode='true'] .thumb-minimal__overlay:before {
    pointer-events: auto;
}

[data-x-mode='true'] .thumb-classic__caption {
    pointer-events: none;
}

[data-x-mode='true'] .thumb-classic__caption > * {
    pointer-events: auto;
}

[data-x-mode='true'] .thumb-modern__overlay {
    pointer-events: none;
}

[data-x-mode='true'] .thumb-modern__overlay:before {
    pointer-events: auto;
}

[data-x-mode='true'] .img-thumbnail-variant-1 .caption {
    pointer-events: none;
}

[data-x-mode='true'] .img-thumbnail-variant-1 .caption > * {
    pointer-events: auto;
}

[data-x-mode='true'] .img-thumbnail-variant-3 .caption {
    pointer-events: none;
}

[data-x-mode='true'] .img-thumbnail-variant-3 .caption > * {
    pointer-events: auto;
}

/*
*
* Modules
* ==================================================
*/
/*
*
* Responsive unit
* --------------------------------------------------
*/
.unit {
    display: flex;
    flex: 0 1 100%;
}

[class*='unit']:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.unit-body {
    flex: 0 1 auto;
}

.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit {
    margin-bottom: -30px;
    margin-left: -20px;
}

.unit > * {
    margin-bottom: 30px;
    margin-left: 20px;
}

@media (min-width: 576px) {
    .unit-sm {
        margin-bottom: -30px;
        margin-left: -20px;
    }

    .unit-sm > * {
        margin-bottom: 30px;
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .unit-md {
        margin-bottom: -30px;
        margin-left: -20px;
    }

    .unit-md > * {
        margin-bottom: 30px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .unit-lg {
        margin-bottom: -30px;
        margin-left: -20px;
    }

    .unit-lg > * {
        margin-bottom: 30px;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    .unit-xl {
        margin-bottom: -30px;
        margin-left: -20px;
    }

    .unit-xl > * {
        margin-bottom: 30px;
        margin-left: 20px;
    }
}

@media (min-width: 1600px) {
    .unit-xxl {
        margin-bottom: -30px;
        margin-left: -20px;
    }

    .unit-xxl > * {
        margin-bottom: 30px;
        margin-left: 20px;
    }
}

.unit-spacing-xs.unit {
    margin-bottom: -10px;
    margin-left: -10px;
}

.unit-spacing-xs.unit > * {
    margin-bottom: 10px;
    margin-left: 10px;
}

@media (min-width: 576px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 1600px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

.unit-spacing-sm.unit {
    margin-bottom: -20px;
    margin-left: -15px;
}

.unit-spacing-sm.unit > * {
    margin-bottom: 20px;
    margin-left: 15px;
}

@media (min-width: 576px) {
    .unit-spacing-sm.unit {
        margin-bottom: -20px;
        margin-left: -15px;
    }

    .unit-spacing-sm.unit > * {
        margin-bottom: 20px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-sm.unit {
        margin-bottom: -20px;
        margin-left: -15px;
    }

    .unit-spacing-sm.unit > * {
        margin-bottom: 20px;
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .unit-spacing-sm.unit {
        margin-bottom: -20px;
        margin-left: -15px;
    }

    .unit-spacing-sm.unit > * {
        margin-bottom: 20px;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-sm.unit {
        margin-bottom: -20px;
        margin-left: -15px;
    }

    .unit-spacing-sm.unit > * {
        margin-bottom: 20px;
        margin-left: 15px;
    }
}

@media (min-width: 1600px) {
    .unit-spacing-sm.unit {
        margin-bottom: -20px;
        margin-left: -15px;
    }

    .unit-spacing-sm.unit > * {
        margin-bottom: 20px;
        margin-left: 15px;
    }
}

.unit-spacing-md.unit {
    margin-bottom: -30px;
    margin-left: -15px;
}

.unit-spacing-md.unit > * {
    margin-bottom: 30px;
    margin-left: 15px;
}

@media (min-width: 576px) {
    .unit-spacing-md.unit {
        margin-bottom: -30px;
        margin-left: -15px;
    }

    .unit-spacing-md.unit > * {
        margin-bottom: 30px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-md.unit {
        margin-bottom: -30px;
        margin-left: -15px;
    }

    .unit-spacing-md.unit > * {
        margin-bottom: 30px;
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .unit-spacing-md.unit {
        margin-bottom: -30px;
        margin-left: -15px;
    }

    .unit-spacing-md.unit > * {
        margin-bottom: 30px;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-md.unit {
        margin-bottom: -30px;
        margin-left: -15px;
    }

    .unit-spacing-md.unit > * {
        margin-bottom: 30px;
        margin-left: 15px;
    }
}

@media (min-width: 1600px) {
    .unit-spacing-md.unit {
        margin-bottom: -30px;
        margin-left: -15px;
    }

    .unit-spacing-md.unit > * {
        margin-bottom: 30px;
        margin-left: 15px;
    }
}

.unit-spacing-lg.unit {
    margin-bottom: -45px;
    margin-left: -25px;
}

.unit-spacing-lg.unit > * {
    margin-bottom: 45px;
    margin-left: 25px;
}

@media (min-width: 576px) {
    .unit-spacing-lg.unit {
        margin-bottom: -45px;
        margin-left: -25px;
    }

    .unit-spacing-lg.unit > * {
        margin-bottom: 45px;
        margin-left: 25px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-lg.unit {
        margin-bottom: -45px;
        margin-left: -25px;
    }

    .unit-spacing-lg.unit > * {
        margin-bottom: 45px;
        margin-left: 25px;
    }
}

@media (min-width: 992px) {
    .unit-spacing-lg.unit {
        margin-bottom: -45px;
        margin-left: -25px;
    }

    .unit-spacing-lg.unit > * {
        margin-bottom: 45px;
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-lg.unit {
        margin-bottom: -45px;
        margin-left: -25px;
    }

    .unit-spacing-lg.unit > * {
        margin-bottom: 45px;
        margin-left: 25px;
    }
}

@media (min-width: 1600px) {
    .unit-spacing-lg.unit {
        margin-bottom: -45px;
        margin-left: -25px;
    }

    .unit-spacing-lg.unit > * {
        margin-bottom: 45px;
        margin-left: 25px;
    }
}

.unit-spacing-xl.unit {
    margin-bottom: -30px;
    margin-left: -35px;
}

.unit-spacing-xl.unit > * {
    margin-bottom: 30px;
    margin-left: 35px;
}

@media (min-width: 576px) {
    .unit-spacing-xl.unit {
        margin-bottom: -30px;
        margin-left: -35px;
    }

    .unit-spacing-xl.unit > * {
        margin-bottom: 30px;
        margin-left: 35px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xl.unit {
        margin-bottom: -30px;
        margin-left: -35px;
    }

    .unit-spacing-xl.unit > * {
        margin-bottom: 30px;
        margin-left: 35px;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xl.unit {
        margin-bottom: -30px;
        margin-left: -35px;
    }

    .unit-spacing-xl.unit > * {
        margin-bottom: 30px;
        margin-left: 35px;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-xl.unit {
        margin-bottom: -30px;
        margin-left: -35px;
    }

    .unit-spacing-xl.unit > * {
        margin-bottom: 30px;
        margin-left: 35px;
    }
}

@media (min-width: 1600px) {
    .unit-spacing-xl.unit {
        margin-bottom: -30px;
        margin-left: -35px;
    }

    .unit-spacing-xl.unit > * {
        margin-bottom: 30px;
        margin-left: 35px;
    }
}

@media (max-width: 767.98px) {
    .unit.unit-horizontal.unit-spacing-md .unit-body {
        padding-left: 18px;
    }
        
    .unit-body {
        margin-left: 20px!important;
    }

    small, .small {
        font-size: 14px;
    }
}

/*
*
* Plugins
* ==================================================
*/
/*
*
* Animate.css
* --------------------------------------------------
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.ios .animated, .mac-os .animated {
    transition: none !important;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*
**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

/**
* FadeInUpSmall Keyframes Animation
*/
.fadeInUpSmall {
    animation-name: fadeInUpSmall;
    transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translateY(60px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/**
* FadeInLeftSmall Keyframes Animation
*/
.fadeInLeftSmall {
    animation-timing-function: ease-in-out;
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        transform: translateX(-100px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/**
* FadeInRightSmall Keyframes Animation
*/
.fadeInRightSmall {
    animation-timing-function: ease-in-out;
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        transform: translateX(100px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

[data-isotope-layout] {
    z-index: 0;
    display: block;
    min-height: 160px;
    transition: .4s all ease;
}

[data-isotope-layout]:after {
    content: '';
    position: absolute;
    margin-top: 15px;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    background-image: url("../images/isotope-loader.png");
    background-position: -1152px 0;
    animation: 0.7s sprite-animation steps(18) infinite;
    transition: .4s all ease;
    transform: translate(-50%, -50%);
}

[data-isotope-layout] [class*="col-"] {
    display: block;
    opacity: 0;
    will-change: transform;
    backface-visibility: hidden;
    transition: .1s opacity ease-in;
    margin-top: 30px;
}

@media (min-width: 768px) {
    [data-isotope-layout] [class*="col-"] {
        margin-top: 50px;
    }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden;
}

[data-x-mode="design-mode"] [data-isotope-layout] [class*="col-"] {
    opacity: 1;
}

[data-x-mode="design-mode"] [data-isotope-layout]:after {
    opacity: 0;
    visibility: hidden;
}

.isotope-range-default {
    margin-bottom: -30px;
}

.isotope-range-default:empty {
    margin-bottom: 0;
}

.isotope-range-default > * {
    margin-bottom: 30px;
}

.isotope-filters > * {
    margin-top: 0;
    vertical-align: middle;
}

.isotope-filters .inline-list {
    position: relative;
    transform: translateY(-10px);
    margin: 0;
    word-spacing: 0;
}

.isotope-filters .inline-list li {
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

.isotope-filters .inline-list a {
    position: relative;
    transition: .3s;
    color: #212126;
}

@media (min-width: 992px) {
    .isotope-filters .inline-list > li:not(:last-child) {
        margin-right: 5px;
    }

    .isotope-filters .inline-list a {
        border: 2px solid #fff;
        padding: 12px 20px 12px;
    }

    .isotope-filters .inline-list a, .isotope-filters .inline-list a:active, .isotope-filters .inline-list a:focus {
        color: #888;
    }

    .isotope-filters .inline-list a:hover, .isotope-filters .inline-list a.active {
        color: #fff;
    }

    .isotope-filters .isotope-filters-trigger {
        display: none;
    }
}

.isotope-filters-responsive {
    position: relative;
    z-index: 10;
}

@media (max-width: 767.98px) {
    .isotope-filters-responsive {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .isotope-filters-responsive {
        vertical-align: middle;
    }

    .isotope-filters-responsive .isotope-filters-toggle {
        padding: 8px 15px;
    }

    .isotope-filters-responsive .isotope-filters-toggle .caret {
        margin-left: 5px;
    }

    .isotope-filters-responsive > li {
        position: relative;
        vertical-align: middle;
        padding: 0;
    }

    .isotope-filters-responsive > li:first-child {
        margin-right: 8px;
    }

    .isotope-filters-responsive > li + li {
        margin-top: 8px;
    }

    .isotope-filters-responsive .isotope-filters {
        position: absolute;
        top: 49px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 200px;
        padding: 15px;
        background: #fff;
        border-radius: 3px;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        transition: .33s all ease;
        border: 1px solid #f2f2f2;
    }

    .isotope-filters-responsive .isotope-filters.active {
        visibility: visible;
        opacity: 1;
    }

    .isotope-filters-responsive .isotope-filters .inline-list {
        width: 100%;
    }

    .isotope-filters-responsive .isotope-filters .inline-list a {
        display: inline-block;
        width: 100%;
        padding: 3px 8px;
        font-size: 12px;
        color: #000;
        border: 0;
        background-color: transparent;
    }

    .isotope-filters-responsive .isotope-filters .inline-list a.active, .isotope-filters-responsive .isotope-filters .inline-list a:hover {
        color: #212126;
        background-color: rgba(33, 33, 38, 0.1);
    }

    .isotope-filters-responsive .isotope-filters li {
        display: block;
        width: 100%;
    }

    .isotope-filters-responsive .isotope-filters li + li {
        margin-top: 6px;
    }
}

@media (max-width: 991.98px) and (min-width: 576px) {
    .isotope-filters-responsive .isotope-filters {
        left: 0;
        transform: none;
    }

    .isotope-filters-responsive > li {
        display: inline-block;
        margin: 0;
    }

    .isotope-filters-responsive > li + li {
        margin-top: 0;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .isotope-filters-responsive .isotope-filters {
        width: 250px;
    }

    .isotope-filters-responsive .isotope-filters .inline-list a {
        padding: 5px 10px;
    }
}

@media (min-width: 992px) {
    .isotope-filters-responsive .inline-list > li:not(:last-child) {
        margin-right: 5px;
    }

    .isotope-filters-responsive .inline-list a {
        border: 2px solid #fff;
        padding: 12px 20px 12px;
    }

    .isotope-filters-responsive .inline-list a, .isotope-filters-responsive .inline-list a:active, .isotope-filters-responsive .inline-list a:focus {
        color: #888;
    }

    .isotope-filters-responsive .inline-list a:hover, .isotope-filters-responsive .inline-list a.active {
        color: #fff;
    }

    .isotope-filters-responsive .isotope-filters-toggle, .isotope-filters-responsive > li:first-child {
        display: none;
    }
}

* + .isotope, * + .isotope-filters-responsive {
    margin-top: 0;
}

* + .isotope-wrap {
    margin-top: 50px;
}

@media (min-width: 1200px) {
    * + .isotope-wrap {
        margin-top: 73px;
    }
}

.isotope-filters-toggle {
    display: block;
    border: 0;
    outline: 0;
    margin-left: auto;
    margin-right: auto;
}

/*
*
* Owl Carousel
* --------------------------------------------------
*/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
    content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 * Owl Navigation
 */
@media (min-width: 768px) {
    .owl-carousel[data-nav='true'] {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.owl-nav.disabled {
    display: none;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Linearicons';
    color: #c7c7c7;
}

.owl-prev:hover, .owl-next:hover {
    color: #212126;
}

.owl-prev {
    left: 0;
}

.owl-prev:before {
    content: '\e93b';
}

.owl-next {
    right: 0;
}

.owl-next:before {
    content: '\e93c';
}

/*
 * Owl Pagination
 */
.owl-dots {
    text-align: center;
    margin-top: 27.5px;
}

@media (min-width: 992px) {
    .owl-dots {
        margin-top: 38.5px;
    }
}

@media (min-width: 1200px) {
    .owl-dots {
        margin-top: 55px;
    }
}

.owl-dots.disabled {
    display: none;
    margin-top: 0;
}

.owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #b3bbc9;
    transition: .2s;
}

.owl-dot:only-child {
    display: none;
}

.owl-dot:hover, .owl-dot.active {
    background-color: #212126;
}

.owl-dot + .owl-dot {
    margin-left: 15px;
}

@media (min-width: 768px) {
    .owl-dot + .owl-dot {
        margin-left: 25px;
    }
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
    border-color: #fff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
    background-color: #fff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot.active {
    background-color: #fff;
}

.carousel-post-gallery {
    overflow: hidden;
}

.carousel-post-gallery[data-nav='true'] {
    padding-left: 0;
    padding-right: 0;
}

.carousel-post-gallery[data-nav='true'] .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.carousel-post-gallery .item .img-thumbnail-variant-1 {
    width: 100%;
}

.carousel-post-gallery .item .img-thumbnail-variant-1 img {
    width: 100%;
}

.carousel-post-gallery .owl-prev, .carousel-post-gallery .owl-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    color: #ececee;
    background-color: #fff;
    fill: #fff;
    transition: .33s;
    font-size: 20px;
}

.carousel-post-gallery .owl-prev:hover, .carousel-post-gallery .owl-next:hover {
    fill: #212126;
    color: #212126;
}

@media (min-width: 768px) {
    .carousel-post-gallery .owl-prev, .carousel-post-gallery .owl-next {
        display: block;
    }
}

.carousel-post-gallery .owl-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
    transform: translateX(-100%);
}

.carousel-post-gallery .owl-next {
    right: -1px;
    border-radius: 4px 0 0 4px;
    transform: translateX(100%);
}

.carousel-post-gallery:hover .owl-prev, .carousel-post-gallery:hover .owl-next {
    transform: translateX(0);
}

.carousel-blog-post-minimal {
    max-height: 320px;
}

@media (max-width: 767.98px) {
    .owl-carousel-spacing-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .owl-carousel-spacing-1 .owl-prev {
        left: -5px;
    }

    .owl-carousel-spacing-1 .owl-next {
        right: -5px;
    }
}

* + .owl-carousel {
    margin-top: 40px;
}

@media (min-width: 992px) {
    * + .owl-carousel {
        margin-top: 42px;
    }
}

@media (min-width: 1200px) {
    * + .owl-carousel {
        margin-top: 60px;
    }
}

* + .owl-offset-2 {
    margin-top: 22.5px;
}

@media (min-width: 992px) {
    * + .owl-offset-2 {
        margin-top: 31.5px;
    }
}

@media (min-width: 1200px) {
    * + .owl-offset-2 {
        margin-top: 45px;
    }
}

/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
*/
@-webkit-keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

/*
* @subsection General Styles
*/
.rd-navbar-wrap, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
    transition: 0.32s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed, .rd-navbar-static, .rd-navbar-fullwidth, .rd-navbar-sidebar {
    display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar, .rd-navbar-brand, .rd-navbar-slogan, .rd-navbar-dropdown, .rd-navbar-megamenu, .rd-navbar-collapse-items, .brand, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-search-form-input, .rd-navbar-search-form-submit, .rd-navbar-search-toggle, .rd-navbar-live-search-results, .rd-navbar-search-form {
    transition: all 0.3s ease-in-out;
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #222;
    display: none;
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
    position: absolute;
    width: 4px;
    height: 4px;
    line-height: 4px;
    text-align: center;
    background: #222;
    left: 50%;
    margin-left: -2px;
    transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
    content: '';
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
    transform: translateY(16px);
}

.rd-navbar-collapse-toggle.active span:after {
    transform: translateY(-16px);
}

/*
* Navbar components
*/
.rd-navbar {
    background: #fff;
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #212126;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    transition: .3s all ease;
}

.rd-navbar-toggle span:after {
    top: 6px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
    width: 22px;
    height: 2px;
    background-color: #212126;
    backface-visibility: hidden;
    will-change: transform;
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
    -webkit-transition-duration: 0.22s, 0.22s;
    transition-duration: 0.22s, 0.22s;
    -webkit-transition-delay: 0.22s, 0s;
    transition-delay: 0.22s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.rd-navbar-toggle.active span {
    transition: background .22s 0s ease;
    background: transparent;
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.22s;
    transition-delay: 0s, 0.22s;
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rd-navbar-brand {
    line-height: 1;
}

.rd-navbar-search {
    position: relative;
}

.rd-navbar-search .rd-search {
    background: #fff;
}

.rd-navbar-search .rd-search .form-input {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 48px;
    background-color: transparent;
    border: 0;
}

.rd-navbar-search .rd-search .form-label {
    left: 2px;
    font-size: 12px;
    font-style: normal;
    top: 25px;
}

.rd-navbar-search .rd-search__submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    width: 36px;
    height: 22px;
    line-height: 22px;
    color: #000;
}

.rd-navbar-search .rd-search__submit:hover {
    color: #212126;
}

.rd-navbar-search .rd-search__submit::before {
    content: '\e922';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: inherit;
    height: inherit;
    font: 400 19px 'Linearicons';
    line-height: inherit;
    text-align: center;
    color: inherit;
}

.rd-navbar .rd-navbar-search__toggle {
    position: relative;
    display: block;
    overflow: hidden;
    color: #c7c7c7;
    width: 26px;
    height: 26px;
    transition: .33s all ease;
}

.rd-navbar .rd-navbar-search__toggle::before, .rd-navbar .rd-navbar-search__toggle::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 2px;
    font-family: 'Linearicons';
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    will-change: transform;
}

.rd-navbar .rd-navbar-search__toggle::before {
    margin-right: -2px;
    content: '\e922';
    font-size: 19px;
}

.rd-navbar .rd-navbar-search__toggle::after {
    margin-top: -1px;
    content: '\e92a';
    font-size: 22px;
}

.desktop .rd-navbar .rd-navbar-search__toggle:hover {
    color: #000;
}

.rd-navbar .rd-search .form-input {
    padding: 10px;
}

.rd-navbar .rd-search .form-label {
    left: 10px;
}

.rd-navbar .rd-search .form-input, .rd-navbar .rd-search .form-label {
    font-size: 12px;
    font-weight: 400;
    color: #212126;
}

.rd-navbar button.rd-search__submit, .rd-navbar button.rd-navbar-search__toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.rd-navbar button.rd-search__submit::-moz-focus-inner, .rd-navbar button.rd-navbar-search__toggle::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*
* @subsection   Hybrid  Styles
*/
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone, .rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar .rd-navbar-nav > li > a {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.rd-navbar .rd-navbar-nav > li {
    vertical-align: middle;
    text-align: center;
}

.rd-navbar .rd-navbar-nav > li > * {
    vertical-align: middle;
}

.rd-navbar .rd-navbar-nav > li .rd-navbar-subtitle {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
    line-height: 1.2;
    color: #212126;
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-megamenu {
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus {
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu {
    transform: translateY(30px);
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-megamenu {
    transform: translateY(0);
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li, .rd-navbar-static .rd-navbar-nav > li {
    display: inline-block;
}

.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar--has-dropdown, .rd-navbar-static .rd-navbar-nav .rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
    position: absolute;
    left: 0;
    z-index: 5;
    display: block;
    text-align: left;
}

.rd-navbar-fullwidth .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-megamenu {
    border: 1px solid #f0f3f9;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-megamenu-list > li > a, .rd-navbar-static .rd-navbar-dropdown > li > a, .rd-navbar-static .rd-megamenu-list > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.7;
    transition: .33s all ease;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus, .rd-navbar-fullwidth .rd-megamenu-list > li > a, .rd-navbar-fullwidth .rd-megamenu-list > li > a:active, .rd-navbar-fullwidth .rd-megamenu-list > li > a:focus, .rd-navbar-static .rd-navbar-dropdown > li > a, .rd-navbar-static .rd-navbar-dropdown > li > a:active, .rd-navbar-static .rd-navbar-dropdown > li > a:focus, .rd-navbar-static .rd-megamenu-list > li > a, .rd-navbar-static .rd-megamenu-list > li > a:active, .rd-navbar-static .rd-megamenu-list > li > a:focus {
    color: #b3bbc9;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover, .rd-navbar-fullwidth .rd-megamenu-list > li > a:hover, .rd-navbar-static .rd-navbar-dropdown > li > a:hover, .rd-navbar-static .rd-megamenu-list > li > a:hover {
    color: #212126;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active, .rd-navbar-fullwidth .rd-megamenu-list > li > a, .rd-navbar-fullwidth .rd-megamenu-list > li > a:focus, .rd-navbar-fullwidth .rd-megamenu-list > li > a:active, .rd-navbar-static .rd-navbar-dropdown > li > a, .rd-navbar-static .rd-navbar-dropdown > li > a:focus, .rd-navbar-static .rd-navbar-dropdown > li > a:active, .rd-navbar-static .rd-megamenu-list > li > a, .rd-navbar-static .rd-megamenu-list > li > a:focus, .rd-navbar-static .rd-megamenu-list > li > a:active {
    color: #212126;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover, .rd-navbar-fullwidth .rd-megamenu-list > li > a:hover, .rd-navbar-static .rd-navbar-dropdown > li > a:hover, .rd-navbar-static .rd-megamenu-list > li > a:hover {
    color: #b3bbc9;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li + li, .rd-navbar-fullwidth .rd-megamenu-list > li + li, .rd-navbar-static .rd-navbar-dropdown > li + li, .rd-navbar-static .rd-megamenu-list > li + li {
    margin-top: 12px;
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-megamenu-list > li > a, .rd-navbar-static .rd-navbar-dropdown > li > a, .rd-navbar-static .rd-megamenu-list > li > a {
        font-size: 14px;
    }
}

.rd-navbar-fullwidth .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-dropdown {
    width: 216px;
    padding: 30px 30px 30px;
    margin-left: -18px;
    background: #fbfbfb;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
    color: #c7c7c7;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after, .rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
    display: inline-block;
    width: auto;
    margin-left: 5px;
    content: '\e93c';
    font-family: 'Linearicons';
    font-size: 10px;
    cursor: pointer;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover, .rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
    color: #b3bbc9;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    position: absolute;
    left: 100%;
    margin-left: 33px;
    top: -31px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left, .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    margin-left: 0;
    margin-right: 33px;
    right: 100%;
    left: auto;
}

.rd-navbar-fullwidth .rd-navbar-dropdown li, .rd-navbar-static .rd-navbar-dropdown li {
    margin-bottom: -2px;
    transform: translateY(-2px);
}

.rd-navbar-fullwidth .rd-navbar-dropdown li > *, .rd-navbar-static .rd-navbar-dropdown li > * {
    margin-top: 2px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-static .rd-navbar-dropdown > li > a {
    display: inline;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active, .rd-navbar-static .rd-navbar-dropdown > li > a, .rd-navbar-static .rd-navbar-dropdown > li > a:focus, .rd-navbar-static .rd-navbar-dropdown > li > a:active {
    color: #212126;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover, .rd-navbar-static .rd-navbar-dropdown > li > a:hover {
    color: #b3bbc9;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover ~ .rd-navbar-submenu-toggle, .rd-navbar-static .rd-navbar-dropdown > li > a:hover ~ .rd-navbar-submenu-toggle {
    color: #b3bbc9;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a, .rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-static .rd-navbar-dropdown > li.opened > a {
    color: #b3bbc9;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a ~ .rd-navbar-submenu-toggle, .rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a ~ .rd-navbar-submenu-toggle, .rd-navbar-static .rd-navbar-dropdown > li.focus > a ~ .rd-navbar-submenu-toggle, .rd-navbar-static .rd-navbar-dropdown > li.opened > a ~ .rd-navbar-submenu-toggle {
    color: #b3bbc9;
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-dropdown {
        width: 240px;
    }
}

.rd-navbar-fullwidth .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-megamenu {
    position: absolute;
    z-index: 4;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-height: calc(100vh - 90px);
    left: 0;
    max-width: 1160px;
    margin-top: 25px;
    text-align: left;
    background: #fbfbfb;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li, .rd-navbar-static .rd-navbar-megamenu > li {
    position: relative;
    display: table-cell;
    padding: 40px 20px 40px 35px;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li + li:before, .rd-navbar-static .rd-navbar-megamenu > li + li:before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    border-right: 1px solid #ececee;
}

.rd-navbar-fullwidth .rd-navbar-megamenu * + .rd-megamenu-list, .rd-navbar-static .rd-navbar-megamenu * + .rd-megamenu-list {
    margin-top: 24px;
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth .rd-navbar-megamenu > li, .rd-navbar-static .rd-navbar-megamenu > li {
        padding: 45px 30px 50px 50px;
    }

    .rd-navbar-fullwidth .rd-navbar-megamenu * + .rd-megamenu-list, .rd-navbar-static .rd-navbar-megamenu * + .rd-megamenu-list {
        margin-top: 30px;
    }
}

@media (min-width: 1600px) {
    .rd-navbar-fullwidth .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-megamenu {
        max-width: 1150px;
    }

    .rd-navbar-fullwidth .rd-navbar-megamenu > li, .rd-navbar-static .rd-navbar-megamenu > li {
        padding: 45px 70px 70px 50px;
    }
}

.rd-navbar-fullwidth .rd-megamenu-header, .rd-navbar-static .rd-megamenu-header {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.2;
    color: #212126;
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth .rd-megamenu-header, .rd-navbar-static .rd-megamenu-header {
        font-size: 18px;
    }
}

.rd-navbar-fullwidth * + .rd-megamenu-header, .rd-navbar-static * + .rd-megamenu-header {
    margin-top: 40px;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled, .rd-navbar-static .rd-navbar-search-toggled {
    position: relative;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled .rd-search, .rd-navbar-static .rd-navbar-search-toggled .rd-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    transition: .33s;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled .rd-navbar-search-toggle, .rd-navbar-static .rd-navbar-search-toggled .rd-navbar-search-toggle {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled.active .rd-search, .rd-navbar-static .rd-navbar-search-toggled.active .rd-search {
    opacity: 1;
    visibility: visible;
    width: 300px;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled.active .rd-navbar-search-toggle, .rd-navbar-static .rd-navbar-search-toggled.active .rd-navbar-search-toggle {
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-static .rd-navbar-top-panel, .rd-navbar-sidebar .rd-navbar-top-panel {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    z-index: 10;
}

.rd-navbar-static .rd-navbar-top-panel::before, .rd-navbar-sidebar .rd-navbar-top-panel::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 102vw;
    z-index: -1;
}

.rd-navbar-static .rd-navbar-top-panel > *, .rd-navbar-sidebar .rd-navbar-top-panel > * {
    padding: 0 25px;
}

.rd-navbar-static .rd-navbar-top-panel > *:first-child, .rd-navbar-sidebar .rd-navbar-top-panel > *:first-child {
    padding-left: 0;
}

.rd-navbar-static .rd-navbar-top-panel > *:last-child, .rd-navbar-sidebar .rd-navbar-top-panel > *:last-child {
    padding-right: 0;
}

.ie-10 .rd-navbar-static .rd-navbar-top-panel__content > *, .ie-11 .rd-navbar-static .rd-navbar-top-panel__content > *, .ie-10 .rd-navbar-sidebar .rd-navbar-top-panel__content > *, .ie-11 .rd-navbar-sidebar .rd-navbar-top-panel__content > * {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    min-height: inherit;
}

.ie-10 .rd-navbar-static .rd-navbar-top-panel__content > *::after, .ie-11 .rd-navbar-static .rd-navbar-top-panel__content > *::after, .ie-10 .rd-navbar-sidebar .rd-navbar-top-panel__content > *::after, .ie-11 .rd-navbar-sidebar .rd-navbar-top-panel__content > *::after {
    content: '';
    display: inline-block;
    min-height: inherit;
    width: 0;
    vertical-align: middle;
}

.ie-10 .rd-navbar-static .rd-navbar-top-panel__content > * > *, .ie-11 .rd-navbar-static .rd-navbar-top-panel__content > * > *, .ie-10 .rd-navbar-sidebar .rd-navbar-top-panel__content > * > *, .ie-11 .rd-navbar-sidebar .rd-navbar-top-panel__content > * > * {
    white-space: normal;
}

.ie-10 .rd-navbar-static .rd-navbar-top-panel__content .rd-navbar-top-panel__content-bottom::after, .ie-10 .rd-navbar-static .rd-navbar-top-panel__content .rd-navbar-top-panel__content-top::after, .ie-11 .rd-navbar-static .rd-navbar-top-panel__content .rd-navbar-top-panel__content-bottom::after, .ie-11 .rd-navbar-static .rd-navbar-top-panel__content .rd-navbar-top-panel__content-top::after, .ie-10 .rd-navbar-sidebar .rd-navbar-top-panel__content .rd-navbar-top-panel__content-bottom::after, .ie-10 .rd-navbar-sidebar .rd-navbar-top-panel__content .rd-navbar-top-panel__content-top::after, .ie-11 .rd-navbar-sidebar .rd-navbar-top-panel__content .rd-navbar-top-panel__content-bottom::after, .ie-11 .rd-navbar-sidebar .rd-navbar-top-panel__content .rd-navbar-top-panel__content-top::after {
    display: none;
}

.rd-navbar-static .rd-navbar-top-panel__content, .rd-navbar-sidebar .rd-navbar-top-panel__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rd-navbar-static .rd-navbar-top-panel__content > *, .rd-navbar-sidebar .rd-navbar-top-panel__content > * {
    padding: 0 25px;
}

.rd-navbar-static .rd-navbar-top-panel__content > *:first-child, .rd-navbar-sidebar .rd-navbar-top-panel__content > *:first-child {
    padding-left: 0;
}

.rd-navbar-static .rd-navbar-top-panel__content > *:last-child, .rd-navbar-sidebar .rd-navbar-top-panel__content > *:last-child {
    padding-right: 0;
}

.rd-navbar-static .rd-navbar-items-list, .rd-navbar-sidebar .rd-navbar-items-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
    line-height: 0;
}

.rd-navbar-static .rd-navbar-items-list > li, .rd-navbar-sidebar .rd-navbar-items-list > li {
    position: relative;
    display: inline-block;
    padding: 0 17px;
    font-size: 12px;
    line-height: 1.3;
}

.rd-navbar-static .rd-navbar-items-list > li:last-child, .rd-navbar-sidebar .rd-navbar-items-list > li:last-child {
    padding-right: 0;
}

.rd-navbar-static .rd-navbar-items-list > li + li::before, .rd-navbar-sidebar .rd-navbar-items-list > li + li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
    width: 1px;
    height: 32px;
    background: #ececee;
}

.rd-navbar-static .rd-navbar-top-panel__main, .rd-navbar-sidebar .rd-navbar-top-panel__main {
    flex-grow: 1;
}

.rd-navbar-static .rd-navbar-top-panel__aside, .rd-navbar-sidebar .rd-navbar-top-panel__aside {
    flex-shrink: 0;
}

.rd-navbar-static .rd-navbar-top-panel__aside .rd-navbar-items-list li:last-child, .rd-navbar-sidebar .rd-navbar-top-panel__aside .rd-navbar-items-list li:last-child {
    padding-right: 5px;
}

.rd-navbar-static .rd-navbar-top-panel__main + .rd-navbar-top-panel__aside, .rd-navbar-sidebar .rd-navbar-top-panel__main + .rd-navbar-top-panel__aside {
    position: relative;
    padding: 0;
}

.rd-navbar-static .rd-navbar-top-panel__main + .rd-navbar-top-panel__aside::before, .rd-navbar-sidebar .rd-navbar-top-panel__main + .rd-navbar-top-panel__aside::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 32px;
    background: #ececee;
}

.rd-navbar-static .rd-navbar-top-panel__inner, .rd-navbar-sidebar .rd-navbar-top-panel__inner {
    padding: 10px 0;
}

.rd-navbar-static .rd-navbar-top-panel__content, .rd-navbar-sidebar .rd-navbar-top-panel__content {
    min-height: 45px;
}

.rd-navbar-static .rd-navbar-search__toggle::after, .rd-navbar-sidebar .rd-navbar-search__toggle::after {
    display: none;
}

.rd-navbar-static .rd-navbar-search-wrap, .rd-navbar-sidebar .rd-navbar-search-wrap {
    position: relative;
}

.rd-navbar-static .rd-navbar-search-wrap .rd-navbar-search_collapsable, .rd-navbar-static .rd-navbar-search-wrap > *:not(.rd-navbar-search_not-collapsable), .rd-navbar-sidebar .rd-navbar-search-wrap .rd-navbar-search_collapsable, .rd-navbar-sidebar .rd-navbar-search-wrap > *:not(.rd-navbar-search_not-collapsable) {
    opacity: 1;
    visibility: visible;
    transition: .33s;
}

.rd-navbar-static .rd-navbar-search-wrap .rd-navbar-search::after, .rd-navbar-sidebar .rd-navbar-search-wrap .rd-navbar-search::after {
    transform: translate3d(0, -100%, 0);
    transition: .5s;
}

.rd-navbar-static .rd-navbar-search-wrap .rd-navbar-search .form-label, .rd-navbar-sidebar .rd-navbar-search-wrap .rd-navbar-search .form-label {
    transform: translate3d(0, -75%, 0);
    transition: .15s;
    transition-delay: .1s;
}

.rd-navbar-static .rd-navbar-search-wrap .rd-search-results-live, .rd-navbar-sidebar .rd-navbar-search-wrap .rd-search-results-live {
    visibility: hidden;
    pointer-events: none;
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search_collapsable, .rd-navbar-static .rd-navbar-search-wrap.active > *:not(.rd-navbar-search_not-collapsable), .rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search_collapsable, .rd-navbar-sidebar .rd-navbar-search-wrap.active > *:not(.rd-navbar-search_not-collapsable) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-search-results-live, .rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-search-results-live {
    visibility: visible;
    pointer-events: auto;
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search, .rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -50%, 0);
    transition: .1s;
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search::after, .rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search::after {
    transform: translate3d(0, -50%, 0);
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search .form-label, .rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search .form-label {
    transform: translate3d(0, -50%, 0);
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search .rd-search__submit, .rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search .rd-navbar-search__toggle, .rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search .rd-search__submit, .rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search .rd-navbar-search__toggle {
    transform: translate3d(0, -50%, 0);
}

.rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-search_collapsable, .rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__content, .rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__aside, .rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-search_collapsable, .rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__content, .rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__aside {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: .33s;
}

.rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-search_collapsable, .rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-top-panel__content, .rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-top-panel__aside, .rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-search_collapsable, .rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-top-panel__content, .rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-top-panel__aside {
    transform: translate3d(0, 50%, 0);
}

.rd-navbar-static .rd-navbar-search, .rd-navbar-sidebar .rd-navbar-search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 0;
    height: 45px;
    font-size: 0;
    line-height: 0;
    transition: transform .33s ease-in-out, opacity .25s ease-in;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
}

.rd-navbar-static .rd-navbar-search::after, .rd-navbar-sidebar .rd-navbar-search::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 40px;
    width: 1px;
    height: 32px;
    background: #ececee;
}

.rd-navbar-static .rd-navbar-search .form-wrap, .rd-navbar-sidebar .rd-navbar-search .form-wrap {
    padding-right: 90px;
}

.rd-navbar-static .rd-navbar-search .form-input, .rd-navbar-sidebar .rd-navbar-search .form-input {
    padding-left: 4px;
}

.rd-navbar-static .rd-navbar-search .form-label, .rd-navbar-sidebar .rd-navbar-search .form-label {
    left: 4px;
}

.rd-navbar-static .rd-navbar-search .rd-search__submit, .rd-navbar-static .rd-navbar-search .rd-navbar-search__toggle, .rd-navbar-sidebar .rd-navbar-search .rd-search__submit, .rd-navbar-sidebar .rd-navbar-search .rd-navbar-search__toggle {
    position: absolute;
    top: 50%;
    transition: .33s all ease-in-out;
    transform: translate3d(0, -120%, 0);
}

.rd-navbar-static .rd-navbar-search .rd-search__submit, .rd-navbar-sidebar .rd-navbar-search .rd-search__submit {
    margin-top: 1px;
    right: 52px;
}

.rd-navbar-static .rd-navbar-search .rd-navbar-search__toggle, .rd-navbar-sidebar .rd-navbar-search .rd-navbar-search__toggle {
    right: 0;
    transition: color .33s ease 0s, transform .4s ease-in-out;
}

.rd-navbar-static .rd-navbar-search .rd-navbar-search__toggle::after, .rd-navbar-sidebar .rd-navbar-search .rd-navbar-search__toggle::after {
    display: block;
}

.rd-navbar-static .rd-navbar-search .rd-navbar-search__toggle::before, .rd-navbar-sidebar .rd-navbar-search .rd-navbar-search__toggle::before {
    display: none;
}

.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-sidebar .rd-navbar-nav > li > a {
    position: relative;
}

.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-static .rd-navbar-nav > li > a:active, .rd-navbar-static .rd-navbar-nav > li > a:focus, .rd-navbar-sidebar .rd-navbar-nav > li > a, .rd-navbar-sidebar .rd-navbar-nav > li > a:active, .rd-navbar-sidebar .rd-navbar-nav > li > a:focus {
    color: #212126;
}

.rd-navbar-static .rd-navbar-nav > li > a:hover, .rd-navbar-sidebar .rd-navbar-nav > li > a:hover {
    color: #1875de;
}

.rd-navbar-static .rd-navbar-nav > li > a::after, .rd-navbar-sidebar .rd-navbar-nav > li > a::after {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #b3bbc9;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.rd-navbar-static .rd-navbar-nav > li > a:hover:after, .rd-navbar-sidebar .rd-navbar-nav > li > a:hover:after {
    width: 100%;
    opacity: 1;
}

.rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-sidebar .rd-navbar-nav > li.opened > a, .rd-navbar-sidebar .rd-navbar-nav > li.active > a {
    color: #b3bbc9;
}

.rd-navbar-static .rd-navbar-nav > li.opened > a::after, .rd-navbar-static .rd-navbar-nav > li.active > a::after, .rd-navbar-sidebar .rd-navbar-nav > li.opened > a::after, .rd-navbar-sidebar .rd-navbar-nav > li.active > a::after {
    width: 100%;
    opacity: 1;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    display: inline-block;
    width: 17px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #212126;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: relative;
    display: inline-block;
    font: 400 14px "FontAwesome";
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    will-change: transform;
    -webkit-filter: blur(0);
}

.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after, .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after, .rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.mac-os .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .mac-os .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle, .mac-os .rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle, .mac-os .rd-navbar-sidebar .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .mac-os .rd-navbar-sidebar .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle, .mac-os .rd-navbar-sidebar .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle {
    margin-top: 2px;
}

.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after, .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after, .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after, .rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
    color: #b3bbc9;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a, .rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:active, .rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:focus, .rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a, .rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:active, .rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:focus, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:active, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:focus, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:active, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:focus {
    color: #888;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:hover, .rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:hover, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:hover, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:hover {
    color: #212126;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown, .rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu {
    background: #212126;
    border-color: #333;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown > li.focus > a, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown > li.focus > a {
    color: #212126;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu .rd-megamenu-header, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu .rd-megamenu-header {
    color: #fff;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu > li + li::before, .rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu > li + li::before {
    border-color: rgba(255, 255, 255, 0.2);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a, .rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a:active, .rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a:focus, .rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > a, .rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > a:active, .rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > a:focus {
    color: #fff;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a:hover, .rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > a:hover {
    color: #212126;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li.focus > a, .rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li.opened > a, .rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li.active > a, .rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li.focus > a, .rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li.opened > a, .rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li.active > a {
    color: #212126;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:after, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    transition: .3s all ease;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:after {
    top: 6px;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:after, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:before, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    backface-visibility: hidden;
    will-change: transform;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:before, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:after {
    -webkit-transition-duration: 0.22s, 0.22s;
    transition-duration: 0.22s, 0.22s;
    -webkit-transition-delay: 0.22s, 0s;
    transition-delay: 0.22s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span {
    transition: background .22s 0s ease;
    background: transparent;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span:before, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span:after, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span:before, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.22s;
    transition-delay: 0s, 0.22s;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span:before, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span:after, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-navbar-items-list a, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-items-list a {
    color: #fff;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-navbar-items-list a:hover, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-items-list a:hover {
    color: #212126;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-navbar-items-list > li + li::before, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-items-list > li + li::before {
    background: rgba(255, 255, 255, 0.2);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-navbar-search::after, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-search::after {
    background: rgba(255, 255, 255, 0.2);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-search, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search {
    background-color: transparent;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-search .form-input, .rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-search .form-label, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search .form-input, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search .form-label {
    color: #fff;
}

.rd-navbar-static.rd-navbar_dark .button-gray-light-outline, .rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.rd-navbar-static.rd-navbar_dark .button-gray-light-outline:hover, .rd-navbar-static.rd-navbar_dark .button-gray-light-outline:focus, .rd-navbar-static.rd-navbar_dark .button-gray-light-outline:active, .rd-navbar-static.rd-navbar_dark .button-gray-light-outline:hover, .rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline:hover, .rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline:focus, .rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline:active, .rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline:hover {
    color: #fff;
    background-color: #212126;
    border-color: #212126;
}

/*
* Static Layout
*/
.rd-navbar-static {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}

.rd-navbar-static .rd-navbar-inner {
    position: relative;
    flex-direction: column;
    padding: 10px 0;
    transition: .33s all ease;
}

.rd-navbar-static .rd-navbar-inner > * + * {
    margin-top: 30px;
}

.rd-navbar-static .rd-navbar-inner .rd-navbar-toggle {
    display: none;
}

.rd-navbar-static .rd-navbar-inner, .rd-navbar-static .rd-navbar-top-panel, .rd-navbar-static .rd-navbar-bottom-panel {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-static .rd-navbar-inner, .rd-navbar-static .rd-navbar-nav-wrap, .rd-navbar-static .rd-navbar-top-panel__content-top, .rd-navbar-static .rd-navbar-top-panel__content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rd-navbar-static .rd-navbar-inner > *, .rd-navbar-static .rd-navbar-top-panel__content-top > *, .rd-navbar-static .rd-navbar-top-panel__content-bottom > * {
    padding: 0 25px;
}

.rd-navbar-static .rd-navbar-inner > *:first-child, .rd-navbar-static .rd-navbar-top-panel__content-top > *:first-child, .rd-navbar-static .rd-navbar-top-panel__content-bottom > *:first-child {
    padding-left: 0;
}

.rd-navbar-static .rd-navbar-inner > *:last-child, .rd-navbar-static .rd-navbar-top-panel__content-top > *:last-child, .rd-navbar-static .rd-navbar-top-panel__content-bottom > *:last-child {
    padding-right: 0;
}

.rd-navbar-static .rd-navbar-panel, .rd-navbar-static .rd-navbar-nav-wrap__element {
    flex-shrink: 0;
}

.rd-navbar-static .rd-navbar-nav-wrap__element {
    padding-left: 10px;
    padding-right: 10px;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    flex-direction: row-reverse;
    flex-grow: 1;
}

.rd-navbar-static .rd-navbar-nav-wrap > *:first-child {
    padding-right: 0;
}

.rd-navbar-static .rd-navbar-nav-wrap > *:last-child {
    padding-left: 0;
}

.rd-navbar-static .rd-navbar-top-panel_extended::after {
    display: none;
}

.rd-navbar-static .rd-navbar-top-panel_extended .rd-navbar-top-panel__content {
    display: block;
    width: 100%;
}

.rd-navbar-static .rd-navbar-top-panel {
    border-bottom: 1px solid #ececee;
}

.rd-navbar-static .rd-navbar-top-panel.rd-navbar-top-panel_extended > * {
    padding: 0;
}

.rd-navbar-static .rd-navbar-top-panel .rd-navbar-search {
    padding: 0;
}

.rd-navbar-static .rd-navbar-top-panel__content-top, .rd-navbar-static .rd-navbar-top-panel__content-bottom {
    width: 100%;
}

.rd-navbar-static .rd-navbar-top-panel__content-top .list-bordered, .rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -23px;
    margin-right: -23px;
}

.rd-navbar-static .rd-navbar-top-panel__content-top .list-bordered > *, .rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered > * {
    position: relative;
    margin-top: 10px;
    padding-left: 23px;
    padding-right: 23px;
}

.rd-navbar-static .rd-navbar-top-panel__content-top {
    padding: 15px 0;
}

.rd-navbar-static .rd-navbar-top-panel__content-bottom {
    padding: 30px 0;
}

.rd-navbar-static .rd-navbar-top-panel__content-top + .rd-navbar-top-panel__content-bottom {
    border-top: 1px solid #ececee;
}

.rd-navbar-static .rd-navbar-bottom-panel {
    position: relative;
    padding: 20px 0;
}

.rd-navbar-static .rd-navbar-bottom-panel .rd-navbar-nav-wrap {
    border: 0;
    max-width: 100%;
}

.rd-navbar-static:not(.rd-navbar--is-stuck) * + .rd-navbar-bottom-panel::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid #ececee;
    width: 102vw;
    left: 50%;
    transform: translateX(-50%);
}

.rd-navbar-static .rd-navbar-nav {
    margin: 0 -17px 0;
    font-size: 0;
    line-height: 0;
}

.rd-navbar-static .rd-navbar-nav > li {
    padding: 0 17px;
}

.rd-navbar-static .rd-navbar-nav > li.focus > a {
    color: #212126;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
    margin-top: 25px;
    background: #fbfbfb;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 22px;
}

.rd-navbar-static.rd-navbar_transparent {
    background-color: transparent;
    box-shadow: none;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-top-panel {
    margin-bottom: 30px;
    border-bottom: 0;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-top-panel::after {
    display: none;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-inner {
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    border-radius: 3px;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 25px;
}

@media (max-width: 1599.98px) {
    .mac-os .rd-navbar-static.rd-navbar_transparent .rd-navbar-megamenu {
        width: calc(100vw - 30px);
    }
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-megamenu {
    max-width: none;
}

@media (min-width: 1200px) {
    .rd-navbar-static.rd-navbar_transparent .rd-navbar-top-panel {
        margin-bottom: 50px;
    }

    .rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li .rd-navbar-megamenu {
        margin-top: 42px;
    }
}

.rd-navbar-static.rd-navbar_creative:not(.rd-navbar--is-stuck) {
    box-shadow: none;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-inner {
    padding-top: 58px;
    padding-bottom: 58px;
    transition: none;
    text-align: center;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-inner > * {
    width: 100%;
    justify-content: center;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav-wrap {
    transition: none;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav {
    margin-left: -20px;
    margin-right: -20px;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav > li {
    padding-left: 20px;
    padding-right: 20px;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar_creative .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 58px;
}

.rd-navbar-static.rd-navbar_creative * + .rd-navbar-nav-wrap {
    margin-top: 40px;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-megamenu {
    left: 50%;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu {
    transform: translate(-50%, 30px);
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-megamenu, .rd-navbar-static.rd-navbar_creative .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-megamenu {
    transform: translate(-50%, 0);
}

@media (min-width: 1600px) {
    .rd-navbar-static.rd-navbar_creative .rd-navbar-nav > li {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.rd-navbar-static.rd-navbar_inverse {
    background-color: transparent;
    box-shadow: none;
}

.rd-navbar-static.rd-navbar_inverse .rd-navbar-top-panel {
    border-bottom: 0;
}

@media (max-width: 1199.98px) {
    .rd-navbar-static.rd-navbar_inverse .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar_inverse .rd-navbar-nav > li .rd-navbar-megamenu {
        margin-top: 29px;
    }
}

.rd-navbar-static.rd-navbar_inverse:not(.rd-navbar--is-stuck) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rd-navbar-static.rd-navbar_inverse:not(.rd-navbar--is-stuck) .rd-navbar-search {
    background-color: transparent;
}

@media (min-width: 1200px) {
    .rd-navbar-static.rd-navbar_inverse:not(.rd-navbar--is-stuck) .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar_inverse:not(.rd-navbar--is-stuck) .rd-navbar-nav > li .rd-navbar-megamenu {
        margin-top: 43px;
    }
}

.rd-navbar-static.rd-navbar_corporate .rd-navbar-top-panel {
    border-bottom: 0;
}

.rd-navbar-static.rd-navbar_corporate .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar_corporate .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 27px;
}

.rd-navbar-static.rd-navbar_corporate .rd-navbar-nav .rd-nav-item:first-of-type .rd-navbar-dropdown {
    margin-left: 0;
    padding-left: 12px;
}

.rd-navbar-static.rd-navbar_corporate .rd-search-results-live {
    margin-top: 11px;
}

.rd-navbar-static.rd-navbar_dark .rd-search__submit, .rd-navbar-static.rd-navbar_dark .rd-navbar-search__toggle {
    color: #fff;
}

.rd-navbar-static.rd-navbar_dark .rd-search__submit:hover, .rd-navbar-static.rd-navbar_dark .rd-navbar-search__toggle:hover {
    color: #212126;
}

@media (max-width: 1199.98px) {
    .rd-navbar-static .rd-navbar-nav-wrap .rd-navbar-nav-wrap__element + .rd-navbar-nav {
        margin-right: 15px;
    }

    .rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered .unit .unit-left {
        display: none;
    }

    .rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered .unit .unit-body {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .rd-navbar-static:not(.rd-navbar_creative) .rd-navbar-inner {
        flex-direction: row;
    }

    .rd-navbar-static:not(.rd-navbar_creative) .rd-navbar-inner > * + * {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .rd-navbar-static-smooth .rd-navbar-static {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        transform: translate3d(0, 0, 0);
    }

    [data-x-mode="design-mode"] .rd-navbar-static-smooth .rd-navbar-static {
        position: relative;
    }

    .rd-navbar-static:not(.rd-navbar_creative) .rd-navbar-inner {
        flex-direction: row;
    }

    .rd-navbar-static:not(.rd-navbar_creative) .rd-navbar-inner > * + * {
        margin-top: 0;
    }

    .rd-navbar-static .rd-navbar-nav-wrap {
        text-align: right;
    }

    .rd-navbar-static .rd-navbar-panel + .rd-navbar-nav-wrap {
        width: auto;
        text-align: center;
    }

    .rd-navbar-static .rd-navbar-panel + .rd-navbar-nav-wrap:after {
        content: '';
    }
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 22px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-top-panel {
    display: none;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-wrap__element .button, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-wrap__element .button {
    padding-top: 12px;
    padding-bottom: 12px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_transparent, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_transparent {
    background: #fff;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_transparent .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar--is-stuck.rd-navbar_transparent .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_transparent .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_transparent .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 30px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-panel, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-panel {
    display: none;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-inner {
    padding-top: 17px;
    padding-bottom: 17px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-nav-wrap, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-nav-wrap {
    margin-top: 0;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 16px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_corporate .rd-navbar-panel, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_corporate .rd-navbar-panel {
    display: none;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_corporate.rd-navbar_corporate .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar--is-stuck.rd-navbar_corporate.rd-navbar_corporate .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_corporate.rd-navbar_corporate .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_corporate.rd-navbar_corporate .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 27px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_dark, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_dark {
    background: #212126;
}

@media (max-width: 1199.98px) {
    .rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner > * + *, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner > * + * {
        margin-top: 0;
    }

    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
        display: none;
    }
}

.rd-navbar-static .rd-navbar-static--hidden {
    display: none;
}

.rd-navbar-static-linked .rd-navbar-absolute .rd-navbar-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

/*
* Fullwidth Layout
*/
.rd-navbar-fullwidth {
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}

.rd-navbar-fullwidth .rd-navbar-inner {
    position: relative;
    flex-direction: column;
    max-width: 1200px;
    padding: 25px 0;
    margin-left: auto;
    margin-right: auto;
    transition: .33s all ease;
}

.rd-navbar-fullwidth .rd-navbar-inner > * + * {
    margin-top: 20px;
}

.rd-navbar-fullwidth .rd-navbar-inner, .rd-navbar-fullwidth .rd-navbar-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rd-navbar-fullwidth .rd-navbar-inner > *, .rd-navbar-fullwidth .rd-navbar-nav-wrap > * {
    padding: 0 15px;
}

.rd-navbar-fullwidth .rd-navbar-panel, .rd-navbar-fullwidth .rd-navbar-nav-wrap__element {
    flex-shrink: 0;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap {
    width: 100%;
    flex-direction: row-reverse;
    flex-grow: 1;
}

.rd-navbar-fullwidth .rd-navbar-nav {
    margin-top: -10px;
    font-size: 0;
    line-height: 0;
}

.rd-navbar-fullwidth .rd-navbar-nav > li {
    margin-top: 10px;
    padding: 0 5px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a:active, .rd-navbar-fullwidth .rd-navbar-nav > li > a:focus {
    color: #212126;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
    color: #b3bbc9;
}

.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a, .rd-navbar-fullwidth .rd-navbar-nav > li.opened > a, .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
    color: #b3bbc9;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
    margin-left: 20px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
    margin-top: 25px;
    background: #fbfbfb;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu {
    border-top: 1px solid #f2f2f2;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 46px;
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .rd-navbar-fullwidth .rd-navbar-inner {
        flex-direction: row;
    }

    .rd-navbar-fullwidth .rd-navbar-inner > * + * {
        margin-top: 0;
    }

    .rd-navbar-fullwidth .rd-navbar-nav-wrap {
        width: auto;
        text-align: center;
    }

    .rd-navbar-fullwidth .rd-navbar-nav-wrap:after {
        content: '';
    }
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner {
    padding-top: 8px;
    padding-bottom: 8px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 29px;
}

@media (max-width: 1199.98px) {
    .rd-navbar-fullwidth.rd-navbar--is-stuck, .rd-navbar-fullwidth.rd-navbar--is-clone {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner > * + *, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner > * + * {
        margin-top: 0;
    }

    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-brand, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-brand {
        display: none;
    }
}

/*
* Fixed Layout
*/
.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-brand {
    position: fixed;
    text-align: left;
    top: 1px;
    left: 56px;
    height: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    z-index: 17;
}

@media (max-width: 991px) {
    .rd-navbar-fixed .rd-navbar-fixed__element-1{
        display: none!important;
    }
    .rd-navbar-fixed .rd-navbar-brand{
        right: 15px;
        left: unset;
    }
}

.rd-navbar-fixed .rd-navbar-brand img {
    height: 24px;
    width: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 4px;
    height: 56px;
    z-index: 999;
    border-bottom: 1px solid #ececee;
}

.rd-navbar-fixed .rd-navbar-panel__aside {
    position: relative;
    z-index: 11;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    z-index: 100;
    top: -56px;
    left: 0;
    width: 280px;
    padding: 112px 0 81px;
    bottom: -56px;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-items-list, .rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-search {
    margin-top: 20px;
}

.firefox .rd-navbar-fixed .rd-navbar-nav-wrap > *:last-child {
    margin-bottom: 80px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__shop {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__shop > a {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    line-height: 48px;
    width: 48px;
    color: #fff;
    background: #212126;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__shop > a:hover {
    color: #fff;
    background: #000;
}

.rd-navbar-fixed .rd-navbar-items-list + .rd-navbar-search {
    margin-right: 50px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__element {
    margin: 20px 10px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__element .button {
    display: block;
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 20px 0;
    height: auto;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav > li > a {
    font-size: 14px;
    line-height: 1.28571;
}

.rd-navbar-fixed .rd-navbar-nav li {
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
    display: block;
    padding: 11px 56px 11px 18px;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-subtitle {
    color: inherit;
}

.rd-navbar-fixed .rd-navbar-nav li * + .rd-navbar-subtitle {
    margin-top: 2px;
}

.rd-navbar-fixed .rd-navbar-nav > li + li {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
    height: 34px;
    line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
    padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a, .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
    padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
    display: block;
}

.rd-navbar-fixed .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-megamenu {
    display: none;
}

.rd-navbar-fixed .rd-navbar-nav-footer {
    padding: 0 15px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
    padding: 9px 56px 9px 16px;
    font-size: 12px;
    line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li, .rd-navbar-fixed .rd-navbar-dropdown > li + li {
    margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
    padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
    margin-top: 14px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-header {
    margin-top: 25px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
    margin-top: 15px;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown {
    padding: 4px 0 0;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 40px;
    font: 400 14px "FontAwesome";
    line-height: 40px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse, .rd-navbar-fixed .rd-navbar-search-toggle {
    position: fixed;
    top: 4px;
    z-index: 1000;
    background-color: transparent;
    border: none;
}

.rd-navbar-fixed.active .rd-navbar-nav {
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-top-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: -56px;
    pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-top-panel * {
    pointer-events: auto;
}

.rd-navbar-fixed .rd-navbar-top-panel__main.active .rd-navbar-top-panel__content {
    visibility: visible;
    opacity: 1;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle {
    top: 4px;
    right: 2px;
    width: 48px;
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #212126;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:before, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
    position: absolute;
    width: 4px;
    height: 4px;
    line-height: 4px;
    text-align: center;
    background: #212126;
    left: 50%;
    margin-left: -2px;
    transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span:before, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
    content: '';
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle.active span:before {
    transform: translateY(16px);
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle.active span:after {
    transform: translateY(-16px);
}

.rd-navbar-fixed .rd-navbar-top-panel__content {
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 1001;
    width: auto;
    padding: 25px 35px;
    margin: 0 -1px;
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transition: .23s all ease-out;
    font-size: 12px;
    line-height: 1.4;
    background: #fff;
    border: 1px solid #ececee;
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-top-panel__content > * + * {
    margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .rd-navbar-top-panel__left + .rd-navbar-top-panel__right {
    margin-top: 5px;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .rd-navbar-items-list > li + li {
    margin-top: 25px;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered:before {
    content: '';
    display: table;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered > li {
    display: block;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered > li:nth-last-child(n + 2)::before {
    display: none;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered .unit .unit__left {
    display: none;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered .unit .unit__body {
    padding-left: 0;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered dl dt, .rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered dl dd {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-top-panel__content * + .rd-navbar-top-panel__content-bottom {
    margin-top: 25px;
}

.rd-navbar-fixed .rd-navbar-search-collapsable-wrap .rd-search, .rd-navbar-fixed .rd-navbar-top-panel .rd-search {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: .33s all ease;
    transform: translateY(-101%);
    border-bottom: 1px solid #ececee;
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-search {
    position: relative;
    background: #F7F9FC;
}

.rd-navbar-fixed .rd-navbar-search_toggled {
    position: static;
}

.rd-navbar-fixed .rd-navbar-search_toggled .form-input {
    padding-right: 40px;
}

.rd-navbar-fixed .rd-navbar-search-wrap.active .rd-navbar-search_toggled .rd-search {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 56px;
    z-index: 1000;
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle {
    top: -1px;
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle::before, .rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle::after {
    transform-origin: 50% 50%;
    transition: .22s;
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle::before {
    transform: scale(1) rotate(0deg);
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle::after {
    display: block;
    transform: scale(0) rotate(-90deg);
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle.active::before {
    transform: scale(0) rotate(90deg);
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle.active::after {
    transform: scale(1) rotate(0deg);
}

.rd-navbar-fixed .rd-navbar-fixed__element-1 {
    right: 0;
    width: 44.8px;
}

.rd-navbar-fixed .rd-navbar-fixed__element-2 {
    right: 44.8px;
    width: 28px;
}

.rd-navbar-fixed .rd-navbar-fixed__element-3 {
    right: 84px;
    width: 28px;
}

.rd-navbar-fixed .rd-search-results-live {
    display: none;
}

html .page .rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #212126;
    box-shadow: none;
    background: #fff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #fff;
    background: #fff;
    border-color: #f0f3f9;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
    color: #212126;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a {
    color: #fff;
    background: #212126;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
    color: #212126;
}

.rd-navbar-fixed .rd-megamenu-list:hover > a, .rd-navbar-fixed .rd-megamenu-list.focus > a, .rd-navbar-fixed .rd-megamenu-list.active > a, .rd-navbar-fixed .rd-megamenu-list.opened > a, .rd-navbar-fixed .rd-navbar-dropdown:hover > a, .rd-navbar-fixed .rd-navbar-dropdown.focus > a, .rd-navbar-fixed .rd-navbar-dropdown.active > a, .rd-navbar-fixed .rd-navbar-dropdown.opened > a {
    color: #fff;
    background: #212126;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header {
    color: #000;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:active, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:focus {
    color: #000;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:hover {
    color: #212126;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #212126;
}

.rd-navbar-fixed .rd-navbar-search-toggled .rd-search {
    border-color: #f0f3f9;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li > a {
    color: #212126;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li:hover > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.focus > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.active > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.opened > a {
    color: #fff;
    background: #212126;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown {
    background: #000;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list > li > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown > li > a {
    color: #212126;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list:hover > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list.focus > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list.active > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list.opened > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown:hover > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown.focus > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown.active > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown.opened > a {
    color: #fff;
    background: #212126;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu {
    background: #000;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header {
    color: #fff;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header a:active, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header a:focus {
    color: #000;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header a:hover {
    color: #212126;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-submenu-toggle {
    color: #212126;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    transition: .3s all ease;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:after {
    top: 6px;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    backface-visibility: hidden;
    will-change: transform;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:after {
    -webkit-transition-duration: 0.22s, 0.22s;
    transition-duration: 0.22s, 0.22s;
    -webkit-transition-delay: 0.22s, 0s;
    transition-delay: 0.22s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span {
    transition: background .22s 0s ease;
    background: transparent;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span:before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span:after, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span:before, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.22s;
    transition-delay: 0s, 0.22s;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span:before, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span:after, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-panel [class*='rd-navbar-fixed__element'] > *, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-panel [class*='rd-navbar-fixed__element'] > * {
    color: #fff;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-panel [class*='rd-navbar-fixed__element'] > *:hover, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-panel [class*='rd-navbar-fixed__element'] > *:hover {
    color: #212126;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span::before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span::after, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-top-panel__toggle span, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-top-panel__toggle span::before, .rd-navbar-fixed.rd-navbar_inverse .rd-navbar-top-panel__toggle span::after {
    background: #fff;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span::before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span::after {
    background: #fff;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-panel {
    color: #212126;
    background: #212126;
    border-bottom: 0;
}

.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-panel {
    color: #212126;
    background: #212126;
    border-bottom: 0;
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px;
}

/*
* Sidebar Layout
*/
.rd-navbar-sidebar {
    display: block;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.rd-navbar-sidebar .rd-navbar-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    padding: 35px;
}

.rd-navbar-sidebar .rd-navbar-panel__aside {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rd-navbar-sidebar .rd-navbar-brand {
    text-align: center;
    transition: none;
}

.rd-navbar-sidebar .rd-navbar-brand img {
    transition: .22s;
    max-height: 34px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 300px;
    transform: translateX(101%);
    transition: .36s all ease-in-out;
    background: #fff;
    padding-top: calc(6% + 1em);
    padding-bottom: calc(1% + 1em);
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #f0f3f9;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
    padding: 12px;
}

.rd-navbar-sidebar .rd-navbar-nav li {
    line-height: 1;
}

.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-megamenu {
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.rd-navbar-sidebar .rd-navbar-nav li:not(.opened):not(.active) > a:hover + .rd-navbar-submenu-toggle::after {
    transform: none;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > a {
    color: #b3bbc9;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    height: auto;
    padding-top: 15px;
    padding-bottom: 3px;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #212126;
}

.rd-navbar-sidebar .rd-navbar-nav > li > a {
    font-size: 17px;
    font-weight: 400;
}

.rd-navbar-sidebar .rd-navbar-nav > li + li {
    margin-top: 25px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li, .rd-navbar-sidebar .rd-megamenu-list > li {
    font-size: 14px;
    color: #212126;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > a, .rd-navbar-sidebar .rd-megamenu-list > li > a {
    color: inherit;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > a:hover, .rd-navbar-sidebar .rd-megamenu-list > li > a:hover {
    color: #b3bbc9;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > .rd-navbar-submenu-toggle {
    position: relative;
    display: inline-block;
    width: 17px;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    color: #212126;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: relative;
    display: inline-block;
    font: 400 14px "FontAwesome";
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    will-change: transform;
    -webkit-filter: blur(0);
}

.rd-navbar-sidebar .rd-navbar-dropdown > li.active > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-navbar-dropdown > li.opened > .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
    color: #b3bbc9;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li.opened > .rd-navbar-dropdown {
    padding-top: 15px;
    padding-bottom: 2px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
    margin-top: 18px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar-dropdown {
    padding-left: 10px;
    padding-right: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar-dropdown > li {
    font-size: 13px;
    color: #212126;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar-dropdown > li + li {
    margin-top: 15px;
}

.rd-navbar-sidebar .rd-navbar-megamenu .rd-megamenu-header {
    font-size: 17px;
}

.rd-navbar-sidebar .rd-navbar-megamenu .rd-megamenu-header::after {
    content: '';
    display: block;
    width: 66%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ececee;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li + li {
    margin-top: 25px;
}

.rd-navbar-sidebar .rd-megamenu-list > li + li {
    margin-top: 13px;
}

.rd-navbar-sidebar * + .rd-megamenu-list {
    margin-top: 15px;
}

.rd-navbar-sidebar .rd-navbar-top-panel {
    position: relative;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    background-color: transparent;
}

.rd-navbar-sidebar .rd-navbar-top-panel__main {
    overflow: hidden;
}

.rd-navbar-sidebar .rd-navbar-toggle {
    display: block;
}

.rd-navbar-sidebar .rd-navbar-search {
    left: 35px;
    right: 35px;
}

.rd-navbar-sidebar .rd-navbar-search .rd-search-results-live {
    margin-top: 2px;
}

@media (min-width: 1600px) {
    .rd-navbar-sidebar .rd-navbar-search .rd-search-results-live .search_list > li {
        width: 19.8%;
    }

    .rd-navbar-sidebar .rd-navbar-search .rd-search-results-live .search_list .search_all {
        width: 100%;
    }
}

.rd-navbar-sidebar.rd-sidebar_reverse .rd-navbar-panel {
    flex-direction: row-reverse;
}

.rd-navbar-sidebar.rd-sidebar_reverse .rd-navbar-panel::after {
    display: none;
}

.rd-navbar-sidebar.rd-sidebar_reverse .rd-navbar-nav-wrap {
    right: auto;
    left: 0;
    transform: translateX(-101%);
}

.rd-navbar-sidebar.rd-sidebar_reverse .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search__submit, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-search__toggle {
    color: #fff;
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search__submit:hover, .rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-search__toggle:hover {
    color: #000;
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-items-list > li + li::before {
    display: none;
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-panel .rd-navbar-items-list a {
    color: #fff;
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-panel .rd-navbar-items-list a:hover {
    color: #000;
}

.rd-navbar-sidebar-smooth .rd-navbar-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.rd-navbar-sidebar-smooth .rd-navbar-sidebar .rd-navbar-wrap {
    position: absolute;
}

[data-x-mode="design-mode"] .rd-navbar-sidebar-smooth .rd-navbar-sidebar {
    position: relative;
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom-color: #f0f3f9;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-top-panel {
    display: none;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-panel {
    padding-top: 6px;
    padding-bottom: 6px;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-brand img {
    max-height: 26px;
    width: auto;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-search .rd-search-results-live {
    margin-top: 7px;
}

.rd-navbar-sidebar.rd-navbar--is-stuck.rd-navbar_inverse {
    background: #000;
    border-bottom: 0;
}

.rd-navbar-sidebar.rd-navbar--is-stuck.rd-navbar_inverse .rd-navbar-inner .rd-search__submit:hover, .rd-navbar-sidebar.rd-navbar--is-stuck.rd-navbar_inverse .rd-navbar-inner .rd-navbar-search__toggle:hover {
    color: #212126;
}

.rd-navbar-sidebar.rd-navbar--is-stuck.rd-navbar_inverse .rd-navbar-panel .rd-navbar-items-list a:hover {
    color: #212126;
}

.rd-navbar-sidebar-linked .rd-navbar-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

/*
* @subsection   Page boxed layout style redeclaration
**/
html.boxed .rd-navbar--is-clone {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

/*
*
* Material Parallax
* --------------------------------------------------
*/
.parallax-container {
    position: relative;
    overflow: hidden;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
}

.ipad .material-parallax, .iphone .material-parallax {
    background-attachment: scroll !important;
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    transform: translate3d(-50%, 0, 0);
    max-width: none;
}

.parallax-content {
    position: relative;
    z-index: 1;
}

/*
*
* Google Map
* --------------------------------------------------
*/
.google-map-markers {
    display: none;
}

.google-map-container {
    width: 100%;
}

.google-map {
    width: 100%;
    color: #000;
    height: 200px;
    min-height: 100%;
}

.google-map img {
    max-width: none !important;
}

@media (min-width: 576px) {
    .google-map {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .google-map {
        height: 640px;
    }
}

.map_locations {
    display: none;
}

.rd-search-results-live {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 600px;
    overflow-y: auto;
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    text-align: left;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
}

.rd-search-results-live #search-results {
    padding: 16px 12px 12px;
    border: 1px solid #ececee;
    border-radius: 0 0 3px 3px;
    color: #212126;
    background: #fff;
}

.rd-search-results-live p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
}

.rd-search-results-live .search-quick-result {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.rd-search-results-live .search_list {
    position: relative;
    margin: 11px -10px -20px;
    transform: translateY(-20px);
}

.rd-search-results-live .search_list > li {
    display: inline-block;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 32.5%;
}

@media (min-width: 1200px) {
    .rd-search-results-live .search_list > li {
        width: 24.6%;
    }
}

.rd-search-results-live .search_list > li.search_all {
    width: 100%;
}

.rd-search-results-live .search_list > li:only-child {
    width: 100%;
}

.rd-search-results-live .search_link {
    color: #000;
}

.rd-search-results-live .search_link:hover {
    color: #212126;
}

.rd-search-results-live .search_error {
    font-size: 12px;
    line-height: 1.5;
}

.rd-search-results-live .search-title {
    font-size: 15px;
}

.rd-search-results-live .search_submit {
    display: block;
    padding: 5px 25px;
    border-radius: 3px;
    border: 1px solid #b3bbc9;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: center;
}

.rd-search-results-live .search_submit:hover {
    color: #fff;
    background: #212126;
    border-color: #212126;
}

.rd-search-results-live .match {
    display: none;
}

.not-empty ~ .rd-search-results-live {
    visibility: visible;
    opacity: 1;
}

.rd-search-results .search-list {
    counter-reset: li;
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    list-style-type: none;
    overflow: hidden;
}

.rd-search-results .search-list li div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.rd-search-results .search-list li:only-child::before {
    display: none;
}

.rd-search-results .search-list-item {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    color: #222;
}

.rd-search-results .search-list-item:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    color: #888;
}

.rd-search-results .search-list-item + .search-list-item {
    margin-top: 40px;
}

.rd-search-results .search-title {
    font-size: 18px;
    color: #000;
}

.rd-search-results .search-title a:hover {
    color: #212126;
}

.rd-search-results .search {
    color: #fff;
    padding: 0 .25em;
    background: #212126;
}

.rd-search-results .match {
    font: 400 14px "DM Sans", Helvetica, Arial, sans-serif;
    color: #888;
}

.rd-search-results * + .match {
    margin-top: 2px;
}

.rd-search-results * + p {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .rd-search-results .search-list-item {
        padding-left: 50px;
    }

    .rd-search-results .search-list-item + .search-list-item {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .rd-search-results .search-list-item::before {
        top: 0;
    }
}

.rd-search .search-list {
    counter-reset: li;
    text-align: left;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
}

.rd-search .search-list li div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.rd-search .search-list li:only-child::before {
    display: none;
}

.rd-search * + .search-list {
    margin-top: 20px;
}

.rd-search .search-list-item {
    position: relative;
    padding-left: 40px;
    color: #222;
}

.rd-search .search-list-item:before {
    position: absolute;
    left: 0;
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    color: #888;
    font-size: 15px;
    line-height: 23px;
}

.rd-search * + .search-list-item-all, .rd-search * + .search-list-item {
    margin-top: 20px;
}

.rd-search .search-title {
    color: #000;
}

.rd-search .search-title a:hover {
    color: #212126;
}

.rd-search .search {
    color: #fff;
    padding: 0 .25em;
    background: #212126;
}

.rd-search .match {
    font: 400 14px "DM Sans", Helvetica, Arial, sans-serif;
    color: #888;
}

.rd-search * + .match {
    margin-top: 2px;
}

.rd-search * + p {
    margin-top: 10px;
}

* + .rd-search-results {
    margin-top: 40px;
}

@media (min-width: 768px) {
    * + .rd-search-results {
        margin-top: 55px;
    }
}

.search-form-classic {
    position: relative;
}

.search-form-classic .form-input {
    padding-right: 40px;
}

.search-form-classic .form-input, .search-form-classic .form-label {
    letter-spacing: .05em;
}

.search-form-classic .rd-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding-right: 2px;
    text-align: center;
    color: #b3bbc9;
}

.search-form-classic .rd-search-submit:before {
    position: relative;
    top: -1px;
    content: '\e09c';
    font: 400 24px 'fl-bigmug-line';
    line-height: 1;
    transition: .33s all ease;
}

.search-form-classic .rd-search-submit:hover {
    color: #222;
}

* + .search-form-classic {
    margin-top: 25px;
}

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    font-size: 24px;
    line-height: 58px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
    transform: translateY(100px);
}

.ui-to-top::before {
    content: '\e941';
    font-family: 'Linearicons';
}

.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
    color: #fff;
    background: #131316;
}

.ui-to-top:hover {
    color: #fff;
    background: #000;
}

.ui-to-top:focus {
    outline: 0;
}

.ui-to-top.active {
    transform: translateY(0);
}

.mobile .ui-to-top, .tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

/*
*
* Progress Bars
* --------------------------------------------------
*/
.progress-linear {
    position: relative;
    color: #000;
    text-align: left;
}

.progress-linear .progress-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: -12px;
    margin-right: -12px;
}

.progress-linear .progress-header > * {
    padding: 0 12px;
}

.progress-linear .progress-header > * + * {
    margin-top: 0;
}

.progress-linear .progress-bar-linear-wrap {
    background: #F7F9FC;
    padding: 6px;
    border-radius: 2px;
}

.progress-linear .progress-bar-linear {
    height: 10px;
    width: 0;
    background-color: #212126;
    transition: .5s all ease-in-out;
}

.progress-linear .progress-value:after {
    content: "%";
}

.progress-linear * + .progress-bar-linear-wrap {
    margin-top: 10px;
}

.progress-linear-modern .progress-bar-linear-wrap {
    position: relative;
    padding: 0;
    background: transparent;
}

.progress-linear-modern .progress-bar-linear-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
}

.progress-linear-modern .progress-bar-linear {
    position: relative;
    z-index: 2;
}

* + .progress-linear {
    margin-top: 35px;
}

.progress-bar-linear-limited {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

* + .progress-bar-linear-limited {
    margin-top: 35px;
}

@media (min-width: 768px) {
    * + .progress-bar-linear-limited {
        margin-top: 50px;
    }
}

/*
*
* Counter
* --------------------------------------------------
*/
/*
*
* Circle Progress Bars
* --------------------------------------------------
*/
.progress-circle {
    display: inline-block;
    text-align: center;
    line-height: 1.2;
}

.progress-circle-block {
    position: relative;
}

.progress-circle-bg {
    fill: transparent;
    stroke: #212126;
    stroke-width: 1px;
}

.progress-circle-fg {
    fill: transparent;
    stroke: #212126;
    stroke-width: 5px;
}

.progress-circle-counter {
    position: absolute;
    top: 50%;
    left: 51%;
    font-weight: 100;
    font-size: 40px;
    line-height: 40px;
    transform: translate(-50%, -50%);
    color: #000;
}

.progress-circle-counter::after {
    content: "%";
}

.progress-bar-circle-title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 1.4;
}

* + .progress-bar-circle-title {
    margin-top: 10px;
}

/** @section Countdown */
.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 1.2;
    text-align: center;
}

.countdown-block {
    position: relative;
    flex: 0 1 auto;
    padding: 0 5px;
}

.countdown-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.countdown-circle {
    fill: transparent;
}

html:not(.ie-11):not(.ie-10) .countdown-circle {
    width: 100%;
    height: auto;
}

.countdown-circle-bg {
    stroke: #000;
    stroke-width: 1px;
    opacity: .075;
}

.countdown-circle-fg {
    stroke: #212126;
    stroke-width: 1px;
}

.countdown-counter {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0;
    color: #000;
}

@media (min-width: 768px) {
    .countdown-counter {
        font-size: 40px;
    }
}

.countdown-title {
    font-size: 12px;
    font-style: italic;
}

@media (min-width: 768px) {
    .countdown-title {
        font-size: 14px;
    }
}

* + .countdown {
    margin-top: 35px;
}

.countdown + * {
    margin-top: 35px;
}

.countdown-block-seconds {
    display: none;
}

@media (min-width: 768px) {
    .countdown-block-seconds {
        display: block;
    }
}

.context-dark .countdown-counter, .bg-accent .countdown-counter, .bg-secondary-7 .countdown-counter, .bg-gray-dark .countdown-counter, .bg-black .countdown-counter, .bg-gray-darker .countdown-counter, .bg-image-4 .countdown-counter, .bg-image-6 .countdown-counter {
    color: #fff;
}

.context-dark .countdown-circle-bg, .bg-accent .countdown-circle-bg, .bg-secondary-7 .countdown-circle-bg, .bg-gray-dark .countdown-circle-bg, .bg-black .countdown-circle-bg, .bg-gray-darker .countdown-circle-bg, .bg-image-4 .countdown-circle-bg, .bg-image-6 .countdown-circle-bg, .context-dark .countdown-circle-fg, .bg-accent .countdown-circle-fg, .bg-secondary-7 .countdown-circle-fg, .bg-gray-dark .countdown-circle-fg, .bg-black .countdown-circle-fg, .bg-gray-darker .countdown-circle-fg, .bg-image-4 .countdown-circle-fg, .bg-image-6 .countdown-circle-fg {
    stroke: #fff;
}

.context-dark .countdown-circle-bg, .bg-accent .countdown-circle-bg, .bg-secondary-7 .countdown-circle-bg, .bg-gray-dark .countdown-circle-bg, .bg-black .countdown-circle-bg, .bg-gray-darker .countdown-circle-bg, .bg-image-4 .countdown-circle-bg, .bg-image-6 .countdown-circle-bg {
    opacity: .25;
}

.countdown-primary .countdown-counter, .countdown-primary .countdown-title {
    color: #fff;
}

.countdown-primary .countdown-circle {
    fill: #212126;
}

.countdown-primary .countdown-circle-bg {
    stroke: #212126;
    opacity: 1;
}

/*
*
* Tabs
* --------------------------------------------------
*/
.tabs-custom .nav-custom > li, .tabs-custom .nav-custom > li > a {
    display: block;
    position: relative;
}

.tabs-custom .nav-custom-tabs {
    font-size: 0;
    line-height: 0;
}

.tabs-custom .nav-custom-tabs li {
    margin: -1px 0;
}

.tabs-custom .nav-custom-tabs li + li {
    margin-top: 7px;
}

@media (min-width: 768px) {
    .tabs-custom .nav-custom-tabs li + li {
        margin-top: 0;
        margin-left: 9px;
    }
}

.tabs-custom .nav-custom-tabs li a {
    position: relative;
    padding: 15px 25px;
    font: 400 12px/20px "DM Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: .3s all ease;
    background-color: #333;
}

.tabs-custom .nav-custom-tabs li a:hover, .tabs-custom .nav-custom-tabs li a.active {
    background-color: #b3bbc9;
    color: #fff;
}

.tabs-custom .nav-custom {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .tabs-custom .nav-custom-tabs {
        flex-direction: row;
    }

    .tabs-custom .nav-custom-tabs li a {
        background-color: transparent;
        color: #212126;
        padding: 25px 22px;
    }

    .tabs-custom .nav-custom-tabs li a:hover, .tabs-custom .nav-custom-tabs li a.active {
        color: #b3bbc9;
        background-color: transparent;
    }
}

.tab-content {
    background-color: transparent;
    padding: 25px 15px 25px;
    border: 1px solid #ececee;
}

@media (min-width: 768px) {
    .tab-content {
        padding: 60px 0 30px;
        border: 0;
        border-top: 1px solid #ececee;
    }

    .tab-content p + h5 {
        margin-top: 45px;
    }
}

@media (min-width: 768px) {
    .tabs-custom.tabs-horizontal .nav-custom-tabs {
        position: relative;
        justify-content: center;
        display: flex;
    }

    .tabs-custom.tabs-horizontal .nav-custom-tabs li a {
        display: block;
        background: transparent;
    }

    .tabs-custom.tabs-horizontal .nav-custom-tabs li a:hover, .tabs-custom.tabs-horizontal .nav-custom-tabs li a.active {
        color: #b3bbc9;
        background: transparent;
        border-color: transparent;
    }

    .tabs-custom.tabs-horizontal .nav-custom-tabs li a:hover:before, .tabs-custom.tabs-horizontal .nav-custom-tabs li a.active:before {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    .tabs-custom.tabs-horizontal .nav-custom__align-left {
        justify-content: flex-start;
    }

    .tabs-custom.tabs-horizontal .nav-custom__align-left li:first-of-type a {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .tabs-custom.tabs-vertical {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .tabs-custom.tabs-vertical .nav-custom-tabs {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        flex-shrink: 0;
        max-width: 50%;
    }

    .tabs-custom.tabs-vertical .tab-content {
        flex-grow: 1;
        padding-top: 26px;
    }

    .tabs-custom.tabs-vertical .nav-custom-tabs {
        text-align: left;
    }

    .tabs-custom.tabs-vertical .nav-custom-tabs li.active, .tabs-custom.tabs-vertical .nav-custom-tabs li:hover {
        background-color: #b3bbc9;
    }

    .tabs-custom.tabs-vertical .nav-custom-tabs li.active a, .tabs-custom.tabs-vertical .nav-custom-tabs li:hover a {
        color: #333;
        background-color: #b3bbc9;
    }

    .tabs-custom.tabs-vertical .nav-custom-tabs li + li {
        margin-top: 12px;
        margin-left: 0;
    }

    .tabs-custom.tabs-vertical .nav-custom-tabs li a {
        display: inline-block;
        text-align: left;
        padding-left: 35px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .tabs-custom.tabs-vertical .nav-custom-tabs li a {
        min-width: 160px;
    }
}

@media (min-width: 768px) {
    .tabs-custom.tabs-vertical .tab-content {
        padding: 26px 55px 25px 30px;
    }
}

@media (min-width: 1200px) {
    .tabs-custom.tabs-vertical .nav-custom-tabs {
        min-width: 170px;
    }
}

.stepper {
    position: relative;
    display: inline-block;
    max-width: 83px;
    width: 83px;
}

.stepper input[type="number"] {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    -moz-appearance: textfield;
}

.stepper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.stepper:hover .stepper-arrow.up, .stepper:hover .stepper-arrow.down {
    transform: translateX(0);
}

.stepper-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: "Linearicons";
    cursor: pointer;
    color: #333;
    transition: .3s all ease;
}

.stepper-arrow:hover {
    color: #212126;
}

.stepper-arrow.up {
    right: 0;
    text-align: left;
}

.stepper-arrow.up:before {
    content: '\e939';
}

.stepper-arrow.down {
    left: 0;
    text-align: right;
}

.stepper-arrow.down:before {
    content: '\e93a';
}

.stepper.disabled .stepper-arrow {
    pointer-events: none;
    opacity: .5;
}














/*
*
* Select 2
* --------------------------------------------------
*/
/* .select2 {
    width: 100% !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 12;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 2px 10px;
    font-size: 14px;
    transition: .3s;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2 + .form-validation {
    z-index: 14;
}

.select2-container--bootstrap {
    display: block;
}

.select2-container--bootstrap .select2-selection {
    background-color: #fff;
    border: 1px solid #e7e7f0;
    border-radius: 0;
    color: #212126;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    outline: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #fff;
    border: 1px solid #e7e7f0;
    border-radius: 0;
    color: #212126;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.select2-container--bootstrap .select2-search__field {
    outline: 0;
    font-size: 18px;
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #212126;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #212126;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #212126;
    opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #212126;
}

.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #b3bbc9;
    cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
    color: #333;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 10px 20px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -15px;
    padding-left: 30px;
}

.select2-container--bootstrap .select2-results__group {
    color: #b3bbc9;
    display: block;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.875;
    white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #e7e7f0;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #212126 transparent;
    border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.select2-container--bootstrap .select2-selection__clear {
    color: #333;
    cursor: pointer;
    float: right;
    font-weight: 400;
    margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
    color: #212126;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #ccc;
    box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #F7F9FC;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #e7e7f0;
    overflow-x: hidden;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding: 0 55px 0 15px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 15px;
    top: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '\e93a';
    font: 400 16px/1 "Linearicons";
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #888;
    padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #888;
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 50px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 24px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #b3bbc9;
    float: left;
    margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #212126;
    background: #000;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin: 0;
    padding: 0 15px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 15px;
    height: 48px;
    line-height: 24px;
    margin-top: 0;
    min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px / 2;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #212126;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 27px;
    padding-right: 15px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 15px;
    right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 15px/2;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.has-warning .select2-dropdown, .has-warning .select2-selection {
    border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection, .has-warning .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c;
}

.has-warning.select2-drop-active {
    border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c;
}

.has-error .select2-dropdown, .has-error .select2-selection {
    border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}

.has-error.select2-drop-active {
    border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534;
}

.has-success .select2-dropdown, .has-success .select2-selection {
    border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection, .has-success .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c;
}

.has-success.select2-drop-active {
    border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c;
}

.input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
    order-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
    order-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-bootstrap-append .select2-container--bootstrap, .select2-bootstrap-append .input-group-btn, .select2-bootstrap-append .input-group-btn .btn, .select2-bootstrap-prepend .select2-container--bootstrap, .select2-bootstrap-prepend .input-group-btn, .select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}

.form-input.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}

.form-inline .select2-container--bootstrap {
    display: inline-block;
} */ 

#page-loader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    z-index: 9999999;
    background: #fff;
    transition: .3s all ease;
}

[data-x-mode='true'] #page-loader, #page-loader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

#page-loader.ending {
    display: none;
}

#page-loader p {
    font-weight: 500;
}

#page-loader * + p {
    margin-top: 5px;
}

[data-x-mode="design-mode"] #page-loader {
    display: none;
}

#wheel-1, #wheel-2 {
    width: 36px;
    height: 36px;
    animation: cssload-spin 1s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

#group-3 {
    animation: swing 1.5s infinite ease-in-out;
}

@keyframes cssload-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes swing {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(1px);
    }

    60% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-1px);
    }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    right: 5px;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #747486;
    pointer-events: auto;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #747486;
    pointer-events: auto;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #747486;
    position: relative;
}

.jspDrag {
    background: rgba(33, 33, 38, 0.5);
    width: 8px;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

/*
* Arrow
*/
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.div-vehicules input,
.div-vehicules select {
    border: 1px solid #e7e7f0;
    border-radius: 0;
    padding: 0.6rem 0.75rem;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1;
}
.div-vehicules input:focus {
    border-color: #e7e7f0;
    box-shadow: unset;
}
/* .div-vehicules .select2-selection__rendered {
    font-style: initial;
    font-size: 15px;
}
.div-vehicules .select2-container--bootstrap .select2-selection--single{
    height: unset;
    line-height: 1;
    padding: 0.75rem 0.75rem;
    margin-bottom: 15px;
}
.div-vehicules .select2-container--bootstrap .select2-results__option--highlighted[aria-selected],
.div-vehicules .select2-container--bootstrap .select2-results__option[aria-selected=true]{
    background-color: #f5f5f5!important;
} */

.car-box {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    z-index: 1;
    border: 1px solid #ececee;
}
.car-box:hover {
    border-color: transparent;
    box-shadow: 0px 0px 40px 0px rgba(28, 28, 38, 0.1);
}
.car-box .car-img {
    width: 100%;
}
.car-box .car-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
}
.car-box .car-thumbnail:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top, rgb(35 35 37 / 66%) 0%, rgb(35 35 37 / 13%) 35%, rgb(255 255 255 / 0%) 60%, rgb(255 255 255 / 0%) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}
.car-box .tag-2 {
    z-index: 999;
}
.bg-new {
    background: #48d43d!important;
    color: #fff !important;
}
.bg-active {
    background: red!important;
    color: #fff !important;
}
.tag-2 {
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -60px;
    top: 30px;
    text-align: center;
    width: 200px;
    letter-spacing: 0.5px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    background: #292929;
    text-transform: uppercase;
}
.car-box .price-box {
    z-index: 999;
    bottom: 15px;
    color: #fff;
    text-align: right;
    font-size: 20px;
    position: absolute;
    right: 20px;
    font-weight: 600;
}
.price-box span {
    color: #fff;
}
.car-box .car-thumbnail img {
    height: 180px;
    max-width: 100%;
    object-fit: cover;
}
.car-box .detail {
    padding: 10px;
    min-height: 120px;
}
.car-box .detail .title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
.car-box .detail .title a {
    color: #000;
}
.car-box .facilities-list li {
    font-weight: 500;
    font-size: 15px;
}
.car-box .detail img {
    height: 13px;
    position: relative;
    bottom: 2px;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.car-box .facilities-list li {
    list-style: none;
    float: left;
    margin-right: 20px;
    font-weight: 400;
    line-height: 32px;
    font-size: 14px;
}

.select2-container--default{
    margin-bottom: 15px!important;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #e7e7f0!important;
    border-radius: 0!important;
    padding: 0.6rem 0.75rem;
    font-size: 15px;
    /* margin-bottom: 15px; */
    line-height: 1;
    height: 36px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0!important;
    line-height: 1!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px!important;
}

.form-control:focus{
    border-color: #e7e7f0;
    box-shadow: none;
}

.s-border {
    width: 50px;
    height: 1px;
    margin-bottom: 2px;
    border-radius: 50px;
    background: #c5c5c5;
}
.m-border {
    width: 25px;
    height: 1px;
    border-radius: 50px;
    background: #c5c5c5;
}

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

.btn-small{
   min-width: unset!important;
   padding: 10px 40px;
}

.advanced-search2 .left {
    display: inline-block;
    width: 48%;
    padding: 10px !important;
    line-height: 1.2;
}

.advanced-search2 .right {
    display: inline-block;
    width: 48%;
    float: right;
    padding: 10px !important;
    line-height: 1.2;
}

.advanced-search2 .label-titre {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.select2-results__option {
    font-size: 15px;
    padding: 4px!important;
    line-height: 1;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 15px;
}

.select2-container {
    width: 100%!important;
}

.custom-select {
    position: relative;
}
  
.custom-select select{
    appearance: none;
}

.custom-select::after {
    content: "";
    position: absolute;
    pointer-events: none;
    /* border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.3rem solid #888; */
    border-top: 5px solid #888;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    /* border-width: 5px 4px 0 4px; */
    top: 16px;
    right: 7px;
}

.sorting-options-3 {
    width: 200px;
    float: right;
}

.showTab {
    display: none;
}

.c-button {
    width: 100%;
    line-height: 1;
    align-items: center;
    cursor: pointer;
    white-space: normal;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: normal;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 15px 15px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.c-collapse .c-collapse__label-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


.heading-car {
    margin-top: 30px;
    margin-bottom: 20px;
}

.heading-car .prix{
    font-weight: 600;
    display: inline-block;
}

.heading-car .vendu {
    background-color: #eb3446;
    color: #fff;
    font-size: 15px;
    padding: 3px 10px;
    border-radius: 3px 8px;
    display: inline;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    display: inline-block;
}

.heading-car .reserve {
    background-color: #48d43d;
    color: #fff;
    font-size: 15px;
    padding: 3px 10px;
    border-radius: 3px 8px;
    display: inline;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    display: inline-block;
}

.sidebar-right {
    /* margin: 0 0 30px 0;
    background: #fff; */
    margin-top: 30px;
    border: 1px solid #ececee;
}
.sidebar-right .widget {
    padding: 20px;
}
.sidebar-right .advanced-search ul li {
    list-style: none;
    padding: 5px 0;
    color: #787878;
    font-size: 15px;
    line-height: 30px !important;
    border-bottom: 1px dotted #DDD;
    text-align: right;
    font-weight: 500;
}
.sidebar-right .advanced-search ul span {
    font-weight: 500;
    float: left;
    color: #474646;
}
.sidebar-right .widget .ft-social-bx li {
    margin-right: 5px;
}
.sidebar-right .widget .ft-social-bx li a {
    background: #fff;
    color: #1875de;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    padding: 0;
    line-height: 40px;
    margin-right: 0;
}
.sidebar-right .widget .ft-social-bx .facebook {
    border: solid 1px #4267B2;
}
.sidebar-right .widget .ft-social-bx .facebook:hover {
    background-color: #4267B2;
}
.sidebar-right .widget .ft-social-bx .facebook i {
    color: #4267B2;
    font-style: normal;
}
.sidebar-right .widget .ft-social-bx .facebook:hover i {
    color: #ffffff;
}
.sidebar-right .widget .ft-social-bx .twitter {
    border: solid 1px #1DA1F2;
}
.sidebar-right .widget .ft-social-bx .twitter:hover {
    background-color: #1DA1F2;
    color: #ffffff;
}
.sidebar-right .widget .ft-social-bx .twitter i {
    color: #1DA1F2;
    font-style: normal;
}
.sidebar-right .widget .ft-social-bx .twitter:hover i {
    color: #ffffff;
}
.sidebar-right .widget .ft-social-bx .whatsapp {
    border: solid 1px #25D366;
}
.sidebar-right .widget .ft-social-bx .whatsapp:hover {
    background-color: #25D366;
    color: #ffffff;
}
.sidebar-right .widget .ft-social-bx .whatsapp i {
    color: #25D366;
    font-style: normal;
}
.sidebar-right .widget .ft-social-bx .whatsapp:hover i {
    color: #ffffff;
}
.sidebar-right .list-inline li {
    display: inline-block;
    border-bottom: unset!important;
}

.sidebar-right .reserve {
    text-align: center;
    margin-top: 20px;
    color:#48d43d;
    font-weight:600;
    border: solid 3px #48d43d;
    padding: 10px;
}

.car-amenities {
    border: 1px solid #ececee;
    padding: 20px;
    font-size: 16px;
}
.car-amenities .row {
    margin-top: 20px;
}
.car-amenities .row div {
    margin-bottom: 10px;
}
.car-amenities i {
    margin-right: 5px;
    font-style: normal;
    color: #1875de;
}

.car-seller-info {
    border: 1px solid #ececee;
    padding: 20px;
    font-size: 16px;
    box-shadow: 0px 0px 9px #b6b6ba;
    background-color: #f0f0f0;
}
.car-seller-info h4 {
    margin-bottom: 20px;
}
.car-seller-info i {
    margin-right: 10px;
    margin-bottom: 10px;    
    font-style: normal;
    color: #1875de;
}
.car-seller-info .lien-vendeur, .lien-vendeur:hover {
    font-weight: 600;
    text-decoration: underline;
    color: #212126;
    margin-top: 15px;
}

.div-description {
    margin-top: 30px!important;
}
.car-description {
    border: 1px solid #ececee;
    padding: 20px;
    font-size: 16px;
}
.car-description p {
    margin-top: 20px;
}

.featured-car {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 120px;
}

.breadcrumb-areas h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 40px;
}

.btn-menu {
    color: #ffffff!important;
    background-color: #1875de;
    border-color: #1875de;
    padding: 10px 20px!important;
}
.btn-menu:hover {
    background-color: #212126;
    border-color: #212126;
}

.btn-menu2 {
    color: #ffffff!important;
    background-color: #212126;
    border-color: #212126;
    padding: 10px 20px!important;
}
.btn-menu2:hover {
    background-color: #1875de;
    border-color: #1875de;
}

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

.maitre-mots img {
    height: 60px;
}
.maitre-mots {
    margin-top: 45px;
}
.maitre-mots .elem-maitre-mots {
    padding-top: 20px;
    padding-bottom: 20px;
}
.maitre-mots .elem-maitre-mots:hover {
    box-shadow: 0px 0px 40px 0px rgba(28, 28, 38, 0.1);
}

.div-mention-legale h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.div-mention-legale p {
    margin-top: 10px;
    font-size: 16px;
}
.div-mention-legale ol li,
.div-mention-legale ul li {
    font-size: 16px;
}



.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
    font-size: 16px;
}

.modal-dialog {
    z-index: 2200;
}

.modal-body {
    padding: 20px 30px 30px 30px;
}

.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
    display: block;
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.inmodal .modal-title {
    font-size: 26px;
    margin-bottom: 0;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}
.modal-backdrop {
    z-index: 2040 !important;
}

.modal {
    z-index: 2050 !important;
}

.modal::backdrop {
    background-color: rgba(255, 0, 0, 0.5);
}

.modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal i {
    font-style: normal;
    margin-right: 5px;
}
.modal p + p {
    margin-top: 15px;
}
.modal h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.modal .btn-primary {
    background-color: #1875de;
    border-color: #1875de;
}
.modal .btn-primary:hover {
    background-color: #212126;
    border-color: #212126;
}
.modal .div-btn {
    text-align: center;
    margin-bottom: 20px;
}

.modal .div-info-reserve-ok {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1875de;
    text-align: center;
    display: none;
}
.modal .div-info-reserve-nok {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #eb3446;
    text-align: center;
    display: none;
}


.plan-tarifaire .wrapper {
    padding: 30px;
    margin-top: 30px;
    border: 1px solid #1875de;
    border-radius: 8px;
    text-align: center;
}

.plan-tarifaire .wrapper .title {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    color: #212126;
}

.plan-tarifaire .wrapper .sub-title {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #212126;
    margin: 15px 0 30px;
}

.plan-tarifaire .wrapper .price {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #212126;
}
.plan-tarifaire .wrapper .price span {
    font-weight: 400;
    font-size: 16px;
    padding-left: 8px;
}

.plan-tarifaire .wrapper .head {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 156%;
    text-align: center;
    color: #212126;
    margin: 30px 0 10px;
}

.plan-tarifaire .wrapper .border {
    border: 1px solid #1875de !important;
}

.plan-tarifaire .wrapper .title-text {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212126;
    margin: 10px 0;
}

.plan-tarifaire .wrapper .plan-tarif-btn {
    background: #1875de;
    color: #FFFFFF;
    padding: 10px 20px;
    margin-top: 20px;
}

.plan-tarifaire .wrapper .plan-tarif-btn:hover {
    background: #212126;
}

.plan-tarifaire .wrapper .align-left {
    text-align: left;
}
.plan-tarifaire .wrapper .align-right {
    text-align: right;
}

.plan-tarifaire .wrapper .row {
    margin-top: 15px;
}

.plan-tarifaire .wrapper .row.top0 {
    margin-top: 0;
}


.top-div p {
    font-size: 22px;
}
.top-div-mobile {
    display: none;
}

.engine-start-stop {
    display: none;
}

@media (max-width: 575px) {
    .material-parallax img {
        left: 25%;
    }
}

@media (max-width: 767px) {
    .top-div {
        display: none;
    }
    .top-div-mobile {
        display: block;
        background-image: url('../../assets/img/bg-top-mobile.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        height: 100vh;
    }

    .sorting-options-3 {
        display: none;
    }
    
    .showTab {
        display: block;
    }

    .divFilter {
        display: none;
    }

    .plan-tarifaire .wrapper .price {
        font-size: 24px;
    }
    .plan-tarifaire .wrapper .price span {
        font-size: 14px;
    }
}

@media (max-width: 993px) {
    .engine-start-stop {
        display: block;
        text-align: center;
    }
    .engine-start-stop img {
        max-width: 70%;
    }
}