@charset "UTF-8";
/*
* Trunk version 2.0.1
*/
a:focus,
button:focus {
    outline: none !important;
}

button {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

button::-moz-focus-inner {
    border: none;
    padding: 0;
}

*:focus {
    outline: none;
}

blockquote {
    padding: 0;
    margin: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    display: block;
}

dl {
    margin: 0;
}

dt,
dd {
    line-height: inherit;
}

dt {
    font-weight: inherit;
}

dd {
    margin-bottom: 0;
}

cite {
    font-style: normal;
}

q::before,
q::after {
    content: '';
}

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;
}

/*
* Typography
*/
body {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #5e5e63;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 768px) {
    body {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
        line-height: 1.55556;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*='heading-'] {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
    font-weight: 300;
    color: #29293a;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class*='heading-'] a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class*='heading-'] a:hover {
    color: #66b848;
}

h1,
.heading-1 {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: 0;
}

@media (min-width: 576px) {
    h1,
    .heading-1 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    h1,
    .heading-1 {
        font-size: 46px;
        line-height: 1.15;
    }
}

@media (min-width: 992px) {
    h1,
    .heading-1 {
        font-size: 54px;
    }
}

@media (min-width: 1200px) {
    h1,
    .heading-1 {
        font-size: 58px;
    }
}

@media (min-width: 1600px) {
    h1,
    .heading-1 {
        font-size: 60px;
        line-height: 1.2;
    }
}

h2,
.heading-2 {
    font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
}

@media (min-width: 576px) {
    h2,
    .heading-2 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    h2,
    .heading-2 {
        font-size: 38px;
        line-height: 1.15;
    }
}

@media (min-width: 992px) {
    h2,
    .heading-2 {
        font-size: 44px;
    }
}

@media (min-width: 1200px) {
    h2,
    .heading-2 {
        font-size: 48px;
        line-height: 1.125;
    }
}

h3,
.heading-3 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    h3,
    .heading-3 {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media (min-width: 1200px) {
    h3,
    .heading-3 {
        font-size: 28px;
        line-height: 1.35714;
    }
}

h4,
.heading-4 {
    font-size: 18px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    h4,
    .heading-4 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    h4,
    .heading-4 {
        font-size: 24px;
        line-height: 1.25;
    }
}

h5,
.heading-5 {
    font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

@media (min-width: 768px) {
    h5,
    .heading-5 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    h5,
    .heading-5 {
        font-size: 22px;
        line-height: 1.54545;
    }
}

h6,
.heading-6 {
    font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #aeb1be;
}

@media (min-width: 768px) {
    h6,
    .heading-6 {
        font-size: 18px;
        line-height: 1.22222;
    }
}

.heading-0 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .heading-0 {
        font-size: 60px;
        line-height: 1.12195;
    }
}

@media (min-width: 1200px) {
    .heading-0 {
        font-size: 82px;
    }
}

p,
a {
    letter-spacing: 0.03em;
}

small,
.small {
    display: block;
    font-size: 14px;
    line-height: 1.28571;
}

mark,
.mark {
    padding: 3px 5px;
    color: #ffffff;
    background: #66b848;
}

.big {
    font-size: 24px;
    line-height: 1.16667;
}

code {
    padding: 5px 5px;
    border-radius: 0.2rem;
    font-size: 90%;
    color: #29293a;
    background: #eff2f4;
}

.text-xl {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #29293a;
}

@media (min-width: 768px) {
    .text-xl {
        font-size: 120px;
    }
}

@media (min-width: 1200px) {
    .text-xl {
        font-size: 180px;
    }
}

.text-style-1 {
    font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

p [data-toggle='tooltip'] {
    padding-left: 0.25em;
    padding-right: 0.25em;
    color: #66b848;
}

p [style*='max-width'] {
    display: inline-block;
}

::selection {
    background: rgba(102, 184, 72, 0.5);
    color: #ffffff;
}

::-moz-selection {
    background: rgba(102, 184, 72, 0.5);
    color: #ffffff;
}

.rights {
    font-size: 14px;
    line-height: 1.28571;
    color: #aeb1be;
}

.rights a {
    color: inherit;
}

.context-dark .rights a:hover,
.bg-gray-900 .rights a:hover,
.bg-gray-950 .rights a:hover,
.bg-primary .rights a:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .columns-1 {
        columns: 2;
        column-gap: 30px;
    }
}

@media (min-width: 1200px) {
    .columns-1 {
        column-gap: 60px;
    }
}

/*
* Brand
*/
.brand {
    display: inline-block;
}

.brand .brand-logo-light {
    display: none;
}

.brand .brand-logo-dark {
    display: block;
}

/*
* Links
*/
a {
    transition: 0.22s;
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
}

a,
a:focus,
a:active {
    color: #66b848;
}

a:hover {
    color: #5e5e63;
}

a[href*='tel'],
a[href*='mailto'] {
    white-space: nowrap;
}

.link-hover {
    color: #5e5e63;
}

.link-press {
    color: #b97d02;
}

.privacy-link {
    display: inline-block;
}

* + .privacy-link {
    margin-top: 25px;
}

@media (min-width: 768px) {
    * + .privacy-link {
        margin-top: 33px;
    }
}

.link-default,
.link-default:active,
.link-default:focus {
    color: #5e5e63;
}

.link-default:hover {
    color: #66b848;
}

html a.link-social-1 {
    display: inline-flex;
    font-size: 21px;
}

.link-social-1 {
    align-items: center;
    justify-content: center;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
    background: #aeb1be;
    border-radius: 50%;
    transition: 0.2s all ease-in-out;
}

.link-social-1,
.link-social-1:active,
.link-social-1:focus,
.link-social-1:hover {
    color: #ffffff;
}

.link-social-1[class*='facebook']:hover {
    background: #2059a0;
}

.link-social-1[class*='linkedin']:hover {
    background: #2881a8;
}

.link-social-1[class*='google']:hover {
    background: #ff3807;
}

.context-dark .link-social-1:not(:hover),
.bg-gray-900 .link-social-1:not(:hover),
.bg-gray-950 .link-social-1:not(:hover),
.bg-primary .link-social-1:not(:hover) {
    color: #29293a;
    background: #828590;
}

.link-social-2 {
    font-size: 23px;
    line-height: 1;
}

.link-social-2,
.link-social-2:active,
.link-social-2:focus {
    color: #828590;
}

.link-social-2:hover {
    color: #66b848;
}

.link-social-2[class*='facebook']:hover {
    color: #2059a0;
}

.link-social-2[class*='twitter']:hover {
    color: #32caff;
}

.link-social-2[class*='google']:hover {
    color: #ff3807;
}

.link-social-2[class*='instagram']:hover {
    color: #bc2a8d;
}

.link-social-2[class*='linkedin']:hover {
    color: #2881a8;
}

.link-icon-1 {
    display: inline-flex;
    align-items: center;
}

.link-icon-1 .icon {
    font-size: 2em;
    color: #66b848;
    transition: inherit;
}

.link-icon-1 > * + * {
    margin-left: 4px;
}

.link-icon-1,
.link-icon-1:active,
.link-icon-1:focus {
    color: #29293a;
}

.link-icon-1:hover {
    color: #66b848;
}

.link-icon-1:hover .icon {
    color: #a6a9b7;
}

.link-cart {
    display: inline-flex;
    align-items: center;
}

.link-cart .icon {
    font-size: 1.28em;
    color: #66b848;
}

.link-cart > * + * {
    margin-left: 8px;
}

.link-cart,
.link-cart:active,
.link-cart:focus {
    color: #29293a;
}

.link-cart:hover {
    color: #66b848;
}

@media (min-width: 1200px) {
    .link-cart {
        font-size: 22px;
    }
    .link-cart > * + * {
        margin-left: 14px;
    }
}

.link-image {
    display: block;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.45;
    transition: 0.22s;
}

.link-image:hover {
    opacity: 1;
}

.link-icon-title {
    margin-right: 110px;
}

/*
* Blocks
*/
.block-center,
.block-sm,
.block-lg {
    margin-left: auto;
    margin-right: auto;
}

.block-sm {
    max-width: 560px;
}

.block-lg {
    max-width: 768px;
}

.block-center {
    padding: 10px;
}

.block-center:hover .block-center-header {
    background-color: #66b848;
}

.block-center-title {
    background-color: #ffffff;
}

@media (max-width: 1599.98px) {
    .block-center {
        padding: 20px;
    }
    .block-center:hover .block-center-header {
        background-color: #ffffff;
    }
    .block-center-header {
        background-color: #66b848;
    }
}

/*
* Boxes
*/
.icon.box-minimal-icon {
    font-size: 30px;
    line-height: 1;
    color: #66b848;
}

.box-minimal-title {
    max-width: 250px;
}

.box-minimal-text {
    max-width: 320px;
    color: #5e5e63;
}

* + .box-minimal {
    margin-top: 30px;
}

* + .box-minimal-title {
    margin-top: 10px;
}

* + .box-minimal-text {
    margin-top: 18px;
}

@media (max-width: 575.98px) {
    .box-minimal {
        max-width: 370px;
    }
}

@media (min-width: 768px) {
    .icon.box-minimal-icon {
        font-size: 45px;
    }
}

.box-classic {
    text-align: center;
}

.box-classic:hover .icon.box-classic-icon {
    color: #66b848;
}

.box-classic-media,
.box-classic-main {
    display: block;
}

.icon.box-classic-icon {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 38px;
    line-height: 2.2em;
    width: 2.39em;
    height: 2.39em;
    margin: 0 auto -1.2em;
    border-radius: 50%;
    color: #ffffff;
    background: #1f1f1f;
    border: 3px solid #66b848;
    transition: 0.33s;
}

.box-classic-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 85px 15px 30px;
    border-radius: 4px;
    background: #1f1f1f;
    border: 1px solid #343535;
}

.box-classic-title {
    letter-spacing: 0;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .box-classic-title + * {
        margin-top: 35px;
    }
}

.box-classic-inner {
    padding: 15px 15px 0;
}

@media (max-width: 575.98px) {
    .box-classic {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.box-classic-main {
    color: #ffffff;
}

.box-classic-main:hover {
    color: #ffffff;
}

.box-classic-main-light {
    color: #29293a;
}

.box-classic-main-light:hover {
    color: #29293a;
}

@media (min-width: 768px) {
    .icon.box-classic-icon {
        font-size: 46px;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .box-classic {
        position: relative;
    }
    html:not(.tablet):not(.mobile) .box-classic .box-classic-inner {
        height: 120px;
        background-color: #1f1f1f;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile).ie-10 .box-classic-main,
    html:not(.tablet):not(.mobile).ie-11 .box-classic-main {
        position: relative;
    }
    html:not(.tablet):not(.mobile).ie-10 .box-classic-main::after,
    html:not(.tablet):not(.mobile).ie-11 .box-classic-main::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: 0.33s;
    }
}

.box-classic-light {
    text-align: center;
}

.box-classic-light:hover .icon.box-classic-icon-light {
    color: #29293a;
}

.box-classic-media,
.box-classic-main {
    display: block;
}

.icon.box-classic-icon-light {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 38px;
    line-height: 2.2em;
    width: 2.39em;
    height: 2.39em;
    margin: 0 auto -1.2em;
    border-radius: 50%;
    color: #ffffff;
    background: #1f1f1f;
    border: 3px solid #66b848;
    transition: 0.33s;
}

.icon.box-classic-icon-light {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 38px;
    line-height: 2.2em;
    width: 2.39em;
    height: 2.39em;
    margin: 0 auto -1.2em;
    border-radius: 50%;
    color: #66b848;
    background: #f7f7f7;
    border: 3px solid #e6e6e6;
    transition: 0.33s;
}

.box-classic-main-light {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px 15px 30px;
    border-radius: 4px;
    background: #1f1f1f;
    border: 1px solid #343535;
}

.box-classic-main-light {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px 15px 30px;
    border-radius: 4px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

.box-classic-title-light {
    letter-spacing: 0;
    font-weight: 400;
}

.box-classic-inner-light {
    padding: 15px 15px 0;
}

@media (max-width: 575.98px) {
    .box-classic-light {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .icon.box-classic-icon-light {
        font-size: 46px;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .box-classic-light {
        position: relative;
    }
    html:not(.tablet):not(.mobile) .box-classic-light .box-classic-inner-light {
        height: 120px;
        background-color: #f7f7f7;
    }
    html:not(.tablet):not(.mobile) .box-classic-light .box-classic-inner-light {
        height: 120px;
    }
    html:not(.tablet):not(.mobile) .box-classic-inner-light {
        position: absolute;
        z-index: 3;
        overflow: hidden;
        top: 100%;
        left: -1px;
        right: -1px;
        height: 0;
        margin-top: -10px;
        padding-top: 0;
        padding-bottom: 30px;
        transition: height 0.33s, color 0.1s;
        background: #f7f7f7;
        border-radius: 0 0 4px 4px;
        transform: translate3d(0, 0, 0);
        border: 1px solid #e6e6e6;
        border-top: 0;
        color: #29293a;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile).ie-10 .box-classic-light-main,
    html:not(.tablet):not(.mobile).ie-11 .box-classic-light-main {
        position: relative;
    }
    html:not(.tablet):not(.mobile).ie-10 .box-classic-light-main::after,
    html:not(.tablet):not(.mobile).ie-11 .box-classic-light-main::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: 0.33s;
    }
    html:not(.tablet):not(.mobile).ie-10
        .box-classic-light:hover
        .box-classic-main-light::after,
    html:not(.tablet):not(.mobile).ie-11
        .box-classic-light:hover
        .box-classic-main-light::after {
        bottom: -90px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .box-1 {
        padding-left: 30px;
    }
}

.box-2 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .box-3 {
        padding-right: 27px;
    }
}

.box-info {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.box-info-inner > * + * {
    margin-top: 20px;
}

.box-info-avatar {
    max-width: 180px;
    border-radius: 50%;
}

.box-info-caption {
    color: #66b848;
}

* + .box-info-inner {
    margin-top: 15px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .box-info {
        text-align: left;
        max-width: 570px;
        margin-left: 0;
    }
    .box-info-inner {
        display: flex;
        align-items: flex-start;
    }
    .box-info-inner > * + * {
        margin-top: 0;
        margin-left: 30px;
    }
    .box-info-avatar {
        flex-shrink: 0;
    }
    .box-info-main {
        flex-grow: 1;
    }
}

@media (min-width: 992px) {
    .box-info-inner > * + * {
        margin-top: 37px;
    }
    * + .box-info-inner {
        margin-top: 25px;
    }
}

@media (min-width: 1600px) {
    .box-info {
        margin-right: 0;
    }
}

.box-award {
    padding: 25px 20px 20px;
    background: #f7f7f7;
    border-radius: 4px;
    text-align: center;
}

.bg-gray-100 .box-award {
    background: #ffffff;
}

.box-creative {
    display: flex;
    align-items: center;
    text-align: left;
    font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 300;
}

.box-creative a,
.box-creative a:active,
.box-creative a:focus,
.box-creative a:hover {
    color: #29293a;
}

.box-creative a:hover {
    text-decoration: underline;
}

.box-creative-icon {
    font-size: 2em;
    line-height: 1;
    opacity: 0.4;
    color: #aeb1be;
}

.box-creative-link {
    position: relative;
    left: -1.2em;
    display: inline-flex;
}

* + .box-creative {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .box-creative {
        padding: 0.2em 0;
    }
}

@media (min-width: 992px) {
    .box-creative {
        font-size: 26px;
    }
    * + .box-creative {
        margin-top: 25px;
    }
    .box-creative + .group {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .box-creative {
        font-size: 48px;
    }
}

.box-alice {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.box-alice:hover .icon.box-alice-icon::after {
    transform: scale(0.85, 0.85);
    opacity: 0;
    visibility: hidden;
}

.icon.box-alice-icon {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.8em;
    font-size: 28px;
    color: #66b848;
    border: 3px solid #eff2f4;
    border-radius: 50%;
    text-align: center;
}

.icon.box-alice-icon::before {
    z-index: 1;
}

.icon.box-alice-icon::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: inherit;
    background: #ffffff;
    opacity: 1;
    visibility: visible;
    transition: 0.22s;
}

.bg-gray-100 .box-alice-icon {
    border-color: #ffffff;
}

* + .box-alice-title {
    margin-top: 10px;
}

@media (min-width: 768px) {
    * + .box-alice-title {
        margin-top: 18px;
    }
}

@media (min-width: 992px) {
    * + .box-alice-title {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    .icon.box-alice-icon {
        font-size: 50px;
    }
    * + .box-alice-title {
        margin-top: 33px;
    }
}

.box-corporate-media {
    display: flex;
    padding: 20px;
    position: relative;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.box-corporate-media::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #29293a;
    opacity: 0.2;
    border-radius: 4px;
}

.box-corporate-media::after {
    content: '';
    display: block;
    padding-bottom: 74.32432%;
}

.box-corporate-media::after,
.box-corporate-media-inner {
    width: 100%;
    flex-shrink: 0;
}

.box-corporate-media-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-corporate-footer {
    text-align: center;
}

.box-corporate-title {
    position: relative;
    z-index: 2;
}

* + .box-corporate-title {
    margin-top: 8px;
}

* + .box-corporate-footer {
    margin-top: 25px;
}

@media (min-width: 480px) {
    .box-corporate {
        display: flex;
        align-items: center;
    }
    .box-corporate-media {
        padding: 15px 30px 30px 20px;
        width: 330px;
        flex-shrink: 0;
        text-align: left;
    }
    .box-corporate-title {
        margin: 65px 0 0 -70px;
    }
    .box-corporate-1 .box-corporate-title {
        margin-top: 0;
        margin-bottom: 120px;
    }
}

@media (min-width: 576px) {
    .box-corporate-media {
        width: 350px;
    }
}

@media (min-width: 768px) {
    .box-corporate-media {
        width: 370px;
    }
}

@media (min-width: 1200px) {
    .box-corporate-title {
        margin-left: -90px;
    }
    html:not(.tablet):not(.mobile)
        .box-corporate:hover
        .box-corporate-media::before {
        width: 100%;
    }
    html:not(.tablet):not(.mobile) .box-corporate:hover .box-corporate-footer {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    html:not(.tablet):not(.mobile) .box-corporate:hover .box-corporate-title {
        left: -15px;
    }
    html:not(.tablet):not(.mobile) .box-corporate-media::before {
        opacity: 0.5;
        width: 0;
        transition: 0.44s;
    }
    html:not(.tablet):not(.mobile) .box-corporate-footer {
        position: relative;
        left: -30px;
        opacity: 0;
        visibility: hidden;
        transition: 0.22s 0.22s;
    }
    html:not(.tablet):not(.mobile) .box-corporate-title {
        left: 0;
        transition: 0.44s;
    }
}

.box-light {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-light > * + * {
    margin-top: 10px;
}

.box-light-avatar {
    border-radius: 50%;
}

.box-light-main * + .button-link {
    margin-top: 10px;
}

@media (min-width: 576px) {
    .box-light {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
    }
    .box-light > * + * {
        margin-left: 40px;
    }
    .box-light-main * + .button-link {
        margin-top: 16px;
    }
}

.box-feature {
    text-align: center;
}

.box-feature-icon {
    font-size: 48px;
    line-height: 1;
    color: #66b848;
}

.box-set-1 {
    position: relative;
    text-align: center;
}

.box-set-1 .box-set-item {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 10px;
    height: 330px;
    transition: 0.33s;
    background: #29293a;
}

.box-set-1 .box-set-item::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.42);
    pointer-events: none;
}

.box-set-1 .box-set-item-inner {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
    background-position: center top;
    background-size: cover;
    transform: translate3d(0, 0, 0);
    transition: 0.33s;
}

.box-set-1 .box-set-item + .box-set-item {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .box-set-1 {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .box-set-1 .box-set-item {
        position: relative;
        overflow: visible;
        height: 31vw;
        max-height: 551px;
        flex-grow: 1;
        margin-bottom: -10px;
    }
    .box-set-1 .box-set-item:nth-child(1),
    .box-set-1 .box-set-item:nth-child(5) {
        z-index: 1;
        margin-bottom: -100px;
    }
    .box-set-1 .box-set-item:nth-child(2),
    .box-set-1 .box-set-item:nth-child(4) {
        z-index: 2;
        margin-bottom: -50px;
    }
    .box-set-1 .box-set-item:nth-child(3) {
        z-index: 3;
    }
    .box-set-1 .box-set-item:hover::before {
        box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.4);
    }
    .box-set-1 .box-set-item:hover .box-set-item-inner {
        transform: translate3d(0, -10px, 0);
    }
    .box-set-1 .box-set-item + .box-set-item {
        margin-top: 0;
        margin-left: -22%;
    }
}

@media (min-width: 992px) {
    .box-set-1:nth-child(1),
    .box-set-1:nth-child(5) {
        margin-bottom: -235px;
    }
    .box-set-1:nth-child(2),
    .box-set-1:nth-child(4) {
        margin-bottom: -150px;
    }
}

@media (min-width: 1200px) {
    .box-set-1 .box-set-item + .box-set-item {
        margin-left: -15%;
    }
}

* + .box-set-1 {
    margin-top: 40px;
}

@media (min-width: 1600px) {
    * + .box-set-1 {
        margin-top: 70px;
    }
}

/*
* Element groups
*/
html .group {
    margin-bottom: -20px;
    margin-left: -15px;
}

html .group:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px;
}

html .group-sm {
    margin-bottom: -10px;
    margin-left: -10px;
}

html .group-sm:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group-sm > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}

html .group-lg {
    margin-bottom: -15px;
    margin-left: -20px;
}

html .group-lg:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group-lg > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 20px;
}

@media (min-width: 576px) {
    html .group-lg {
        margin-bottom: -20px;
        margin-left: -30px;
    }
    html .group-lg:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    html .group-lg > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 30px;
    }
}

html .group-xl {
    margin-bottom: -25px;
    margin-left: -30px;
}

html .group-xl:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group-xl > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 30px;
}

@media (min-width: 1200px) {
    html .group-xl {
        margin-bottom: -30px;
        margin-left: -50px;
    }
    html .group-xl > * {
        margin-bottom: 30px;
        margin-left: 50px;
    }
}

html .group-xxl {
    margin-bottom: -25px;
    margin-left: -30px;
}

html .group-xxl:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group-xxl > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 30px;
}

@media (min-width: 1200px) {
    html .group-xxl {
        margin-bottom: -30px;
        margin-left: -80px;
    }
    html .group-xxl > * {
        margin-bottom: 30px;
        margin-left: 80px;
    }
}

html .group-middle {
    display: inline-table;
}

html .group-middle > * {
    vertical-align: middle;
}

html .group-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
}

html .group-custom > * {
    flex: 0 1 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 576px) {
    html .group-custom {
        flex-wrap: nowrap;
    }
    html .group-custom > * {
        flex: 1 1 auto;
    }
}

* + .group-sm {
    margin-top: 30px;
}

* + .group-xl {
    margin-top: 20px;
}

/*
* Responsive units
*/
.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}

.unit > * {
    margin-bottom: 30px;
    margin-left: 20px;
}

.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-spacing-xs {
    margin-bottom: -15px;
    margin-left: -7px;
}

.unit-spacing-xs > * {
    margin-bottom: 15px;
    margin-left: 7px;
}

/*
*
* Lists
*/
/*
* Vertical list
*/
.list > li + li {
    margin-top: 10px;
}

.list-xs > li + li {
    margin-top: 5px;
}

.list-sm > li + li {
    margin-top: 10px;
}

.list-md > li + li {
    margin-top: 18px;
}

.list-lg > li + li {
    margin-top: 27px;
}

.list-xl > li + li {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .list-xl > li + li {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .list-xl > li + li {
        margin-top: 80px;
    }
}

.list-1 > li + li {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .list-1 > li + li {
        margin-top: 22px;
    }
}

/*
* List inline
*/
.list-inline > li {
    display: inline-block;
}

html .list-inline-md {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -10px;
    margin-right: -10px;
}

html .list-inline-md > * {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    html .list-inline-md {
        margin-left: -15px;
        margin-right: -15px;
    }
    html .list-inline-md > * {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.list-terms dt + dd {
    margin-top: 10px;
}

.list-terms dd + dt {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .list-terms dt + dd {
        margin-top: 12px;
    }
    .list-terms dd + dt {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .list-terms dt + dd {
        margin-top: 18px;
    }
    .list-terms dd + dt {
        margin-top: 62px;
    }
}

* + .list-terms {
    margin-top: 25px;
}

.list-terms-inline dt,
.list-terms-inline dd {
    display: inline;
}

.list-terms-inline dt {
    margin-right: 2px;
    color: #aeb1be;
}

.index-list {
    counter-reset: li;
}

.index-list > li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
}

.list-marked {
    text-align: left;
}

.list-marked > li {
    text-indent: -25px;
    padding-left: 25px;
}

.list-marked > li::before {
    position: relative;
    top: 1px;
    display: inline-block;
    left: 25px;
    min-width: 25px;
    content: '\f14f';
    font: 400 14px 'Material Design Icons';
    line-height: inherit;
    color: #aeb1be;
}

.list-marked > li + li {
    margin-top: 9px;
}

* + .list-marked {
    margin-top: 15px;
}

.list-ordered {
    counter-reset: li;
    text-align: left;
}

.list-ordered > li {
    position: relative;
    padding-left: 25px;
}

.list-ordered > li:before {
    content: counter(li, decimal) '.';
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 15px;
    color: #aeb1be;
}

.list-ordered > li + li {
    margin-top: 9px;
}

* + .list-ordered {
    margin-top: 15px;
}

/*
* Images
*/
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-responsive {
    width: 100%;
}

/*
* Icons
*/
.icon {
    display: inline-block;
    line-height: 1;
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}

.icon-circle {
    border-radius: 50%;
}

.icon-md {
    font-size: 28px;
}

.icon-style-1 {
    font-size: 34px;
    color: #29293a;
}

@media (min-width: 768px) {
    .icon-style-1 {
        font-size: 58px;
    }
}

.context-dark .icon-style-1,
.bg-gray-900 .icon-style-1,
.bg-gray-950 .icon-style-1,
.bg-primary .icon-style-1 {
    color: #ffffff;
}

/*
*
* Tables custom
*/
.table-custom {
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #ffffff;
    border-collapse: collapse;
}

.table-custom th,
.table-custom td {
    color: #404058;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    .table-custom th,
    .table-custom td {
        min-width: 130px;
    }
}

.table-custom th {
    white-space: nowrap;
    color: #5e5e63;
    font-weight: 300;
}

@media (max-width: 991.98px) {
    .table-custom th {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.table-custom td,
.table-custom th {
    padding: 16px 24px;
}

.table-custom td {
    border-bottom: 1px solid #f7f7f7;
}

.table-custom th {
    border-bottom: 1px solid #aeb1be;
}

* + .table-custom-responsive {
    margin-top: 30px;
}

@media (min-width: 768px) {
    * + .table-custom-responsive {
        margin-top: 40px;
    }
}

.table-custom.table-custom-primary thead th {
    color: #ffffff;
    background: #66b848;
    border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
    background: #f7f7f7;
}

.table-custom.table-custom-hover tr:hover td {
    background: #f7f7f7;
}

.table-custom.table-custom-bordered th,
.table-custom.table-custom-bordered td {
    border: 1px solid #f7f7f7;
}

.table-custom.table-custom-bordered th {
    border-bottom: 1px solid #aeb1be;
}

.table-custom.table-custom-striped {
    border-bottom: 1px solid #f7f7f7;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
    background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
    background: #f7f7f7;
}

.table-custom.table-custom-striped tbody td {
    border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
    border-left: 0;
}

@media (max-width: 767.98px) {
    .table-custom-responsive {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-custom-responsive.table-custom-bordered {
        border: 0;
    }
}

.table-checkout td {
    border: 0;
    padding: 10px 5px;
}

.table-custom-cart th,
.table-custom-cart td {
    min-width: 50px;
}

.table-custom-cart th {
    border-bottom-color: #f7f7f7;
}

@media (min-width: 1200px) {
    .table-custom-cart td:nth-child(2) {
        width: 23%;
    }
    .table-custom-cart td:nth-child(4) {
        width: 29%;
    }
}

.table-custom-cart .product-inline {
    min-width: 300px;
}

.table-custom-cart + * {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .table-custom-cart + * {
        margin-top: 45px;
    }
}

/*
* Dividers
*/
hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #eff2f4;
}

.divider {
    font-size: 0;
    line-height: 0;
}

.divider::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #66b848;
}

/*
* Buttons
*/
.button {
    position: relative;
    display: inline-block;
    padding: 17px 30px;
    font-size: 16px;
    line-height: 1.15;
    border-radius: 4px;
    font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 0.2s all ease-in;
}

@media (min-width: 576px) {
    .button {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.button-block {
    display: block;
    width: 100%;
}

.button-default,
.button-default:focus {
    color: #aeb1be;
    background-color: #404058;
    border-color: #404058;
}

.button-default:hover,
.button-default:active {
    color: #ffffff;
    background-color: #66b848;
    border-color: #66b848;
}

.button-default.button-raven::after {
    background: #66b848;
}

.button-default.button-raven:hover {
    background-color: #404058;
}

.button-primary,
.button-primary:focus {
    color: #ffffff;
    background-color: #66b848;
    border-color: #66b848;
}

.button-primary:hover,
.button-primary:active {
    color: #ffffff;
    background-color: #29293a;
    border-color: #29293a;
}

.button-primary.button-raven::after {
    background: #29293a;
}

.button-primary.button-raven:hover {
    background-color: #66b848;
}

.button-gray-300,
.button-gray-300:focus {
    color: #ffffff;
    background-color: #aeb1be;
    border-color: #aeb1be;
}

.button-gray-300:hover,
.button-gray-300:active {
    color: #ffffff;
    background-color: #66b848;
    border-color: #66b848;
}

.button-gray-300.button-raven::after {
    background: #66b848;
}

.button-gray-300.button-raven:hover {
    background-color: #aeb1be;
}

.button-gray-900,
.button-gray-900:focus {
    color: #ffffff;
    background-color: #29293a;
    border-color: #29293a;
}

.button-gray-900:hover,
.button-gray-900:active {
    color: #ffffff;
    background-color: #404058;
    border-color: #404058;
}

.button-gray-900.button-raven::after {
    background: #404058;
}

.button-gray-900.button-raven:hover {
    background-color: #29293a;
}

.button-facebook,
.button-facebook:focus {
    color: #ffffff;
    background-color: #2059a0;
    border-color: #2059a0;
}

.button-facebook:hover,
.button-facebook:active {
    color: #ffffff;
    background-color: #2465b5;
    border-color: #2465b5;
}

.button-facebook.button-raven::after {
    background: #2465b5;
}

.button-facebook.button-raven:hover {
    background-color: #2059a0;
}

.button-twitter,
.button-twitter:focus {
    color: #ffffff;
    background-color: #32caff;
    border-color: #32caff;
}

.button-twitter:hover,
.button-twitter:active {
    color: #ffffff;
    background-color: #4cd1ff;
    border-color: #4cd1ff;
}

.button-twitter.button-raven::after {
    background: #4cd1ff;
}

.button-twitter.button-raven:hover {
    background-color: #32caff;
}

.button-sm {
    padding: 14px 35px;
    font-size: 12px;
    line-height: 1.5;
}

.button-lg {
    padding: 17px 30px;
    font-size: 16px;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .button-lg {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .button-lg {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.button-circle {
    border-radius: 30px;
}

.button-square {
    border-radius: 0;
}

.button-raven {
    z-index: 1;
}

.button-raven::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 0;
    background: #66b848;
    border-radius: inherit;
    transition: inherit;
}

.button-raven:hover::after {
    width: 100%;
}

html .button.button-icon {
    display: inline-flex;
}

.button-icon {
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.button-icon .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 1.45em;
    line-height: 1em;
    transition: none;
}

.button-icon:hover .icon {
    color: inherit;
}

.button-icon-left .icon {
    padding-right: 10px;
}

.button-icon-right {
    flex-direction: row-reverse;
}

.button-icon-right .icon {
    padding-left: 10px;
}

.button-link {
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: -10px;
    border: 0;
    transition: 0.2s;
    font-size: 18px;
}

.button-link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background: #29293a;
    transition: 0.2s width, 0.05s 0.11s opacity;
    opacity: 0;
}

.button-link,
.button-link:active,
.button-link:focus {
    color: #66b848;
}

.button-link:hover {
    color: #29293a;
    transition: 0.22s;
}

.button-link:hover::after {
    width: 100%;
    opacity: 1;
    transition: 0.22s width, 0.11s opacity;
}

.btn-primary {
    border-radius: 3px;
    font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.33s;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    color: #ffffff;
    background: #66b848;
    border-color: #66b848;
}

.btn-primary:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

html .page [data-load-trigger] {
    display: none;
}

.button-load-1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.button-load-1,
.button-load-1:active,
.button-load-1:focus {
    color: #66b848;
}

.button-load-1:hover .icon {
    color: #29293a;
}

.button-load-1 .icon {
    font-size: 2.2em;
    transition: 0.22s;
}

.button-load-1 > * + * {
    margin-top: 8px;
}

.button-load-1.button-load-in-process .icon {
    animation: 2s sonar ease;
}

.button-load-1.button-load-loaded {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (min-width: 768px) {
    .button-load-1 > * + * {
        margin-top: 12px;
    }
}

html * + .button-load-1 {
    margin-top: 30px;
}

@keyframes sonar {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    html * + .button-load-1 {
        margin-top: 60px;
    }
}

.button-scale-1 {
    text-align: left;
}

@media (min-width: 768px) {
    .button-scale-1 {
        padding: 33px 20px;
        font-size: 16px;
    }
    .button-scale-1 .icon {
        font-size: 2em;
    }
}

/*
* Form styles
*/
.rd-form {
    position: relative;
    text-align: left;
}

.rd-form .button {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 56px;
    min-height: 56px;
}

* + .rd-form {
    margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
    color: #000000 !important;
}

.form-wrap {
    position: relative;
}

.form-wrap.has-error .form-input {
    border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
    border-color: #66b848;
}

.form-wrap + * {
    margin-top: 10px;
}

.form-input {
    display: block;
    width: 100%;
    min-height: 56px;
    padding: 12px 19px;
    font-size: 18px;
    font-weight: inherit;
    line-height: 31px;
    color: #29293a;
    background-color: #f7f7f7;
    background-image: none;
    border-radius: 4px;
    -webkit-appearance: none;
    transition: 0.3s ease-in-out;
    border: 1px solid #f7f7f7;
}

.form-input:focus {
    outline: 0;
}

textarea.form-input {
    height: 160px;
    min-height: 56px;
    max-height: 272px;
    resize: vertical;
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #5e5e63;
    font-weight: inherit;
}

.form-label {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 18px;
    font-weight: inherit;
    line-height: 31px;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: 0.25s;
    will-change: transform;
    transform: translateY(-50%);
}

.form-label.focus {
    opacity: 0;
}

.form-label.auto-fill {
    color: #29293a;
}

.form-label-outside {
    width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
    pointer-events: auto;
    cursor: pointer;
}

[data-x-mode='true'] .form-label {
    pointer-events: auto;
}

.form-validation {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: 0.3s;
}

.form-validation-left .form-validation {
    top: 5px;
    right: auto;
    left: 15px;
}

.form-label-outside ~ .form-validation {
    top: 12px;
    right: 0;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: 0.3s all ease;
}

#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
    #form-output-global {
        left: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    transition: 0.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,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    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: #ffffff;
}

.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;
    transition: 0.22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none;
}

.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
    position: relative;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
    opacity: 1;
}

.radio,
.radio-inline {
    padding-left: 40px;
    cursor: pointer;
    letter-spacing: 0.03em;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f7f7f7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
    content: '';
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #aeb1be;
    border-radius: inherit;
}

.checkbox,
.checkbox-inline {
    padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    left: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #dddfe8;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
    content: '\f222';
    font-family: 'Material Design Icons';
    position: absolute;
    top: -1px;
    left: -2px;
    font-size: 20px;
    line-height: 18px;
    color: #aeb1be;
}

.toggle-custom {
    padding-left: 60px;
    -webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
    background: #66b848;
    transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    width: 44px;
    height: 20px;
    background: #f7f7f7;
    cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    background: #dddfe8;
    transform: translate(4px, -50%);
    opacity: 1;
    transition: 0.22s;
}

.form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    margin-bottom: -8px;
    margin-left: 4px;
}

.form-inline > * {
    margin-bottom: 8px;
}

.form-inline > * {
    margin-top: 0;
    margin-left: -4px;
}

.form-inline .form-wrap {
    flex: 20 0;
    min-width: 220px;
}

.form-inline .form-wrap-select {
    text-align: left;
}

.form-inline .form-label {
    display: block;
}

.form-inline .form-input {
    border-color: #f7f7f7;
}

.form-inline .form-button {
    display: flex;
    flex-grow: 1;
    min-height: 56px;
}

.form-inline .form-button .button {
    width: 100%;
    min-height: inherit;
}

.form-inline .form-button .button:not(.button-lg):not(.button-icon-only) {
    padding-left: 20px;
    padding-right: 20px;
}

.form-inline .form-button .button-icon-only {
    padding: 5px;
}

@media (min-width: 576px) {
    .form-inline .button {
        display: block;
    }
}

.form-inline.form-inline-centered {
    justify-content: center;
}

.form-inline-1 .form-wrap {
    flex-shrink: unset;
    flex-basis: auto;
}

@media (min-width: 576px) {
    .form-inline-1 .form-input {
        padding-right: 30px;
        min-width: 230px;
    }
}

@media (min-width: 992px) {
    .form-inline-1 .form-input {
        min-width: 280px;
    }
}

@media (min-width: 1200px) {
    .form-inline-1 .form-input {
        min-width: 330px;
    }
}

.form-sm .form-label,
.form-sm .form-input {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    line-height: 1.4;
}

.form-sm .form-input {
    padding-top: 9px;
    padding-bottom: 9px;
}

.form-sm .form-input,
.form-sm .button {
    min-height: 40px;
}

.form-sm .form-label {
    top: 20px;
}

.form-sm .form-validation {
    top: 0;
}

.form-sm .button {
    padding-left: 35px;
    padding-right: 35px;
}

.form-sm * + .button {
    margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
    font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
    font-size: 16px;
    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-outline .form-input {
    background: #ffffff;
    border-color: #aeb1be;
}

.rd-mailform-1 * + .form-wrap {
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .rd-mailform-1 * + .form-wrap {
        margin-top: 40px;
    }
}

/*
* Posts
*/
.post-classic {
    text-align: left;
}

.post-classic * + .button-link {
    margin-top: 15px;
}

.post-classic-media {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 4px;
}

.post-classic-media::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(41, 41, 58, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.22s;
    pointer-events: none;
}

.post-classic-media:hover::after {
    opacity: 1;
    visibility: visible;
}

.post-classic-image {
    display: block;
    width: 100%;
}

.post-classic-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -5px;
    margin-left: -20px;
}

.post-classic-meta:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.post-classic-meta > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 20px;
}

.post-classic-title {
    padding-right: 15px;
}

* + .post-classic-meta {
    margin-top: 14px;
}

* + .post-classic-title {
    margin-top: 8px;
}

@media (min-width: 768px) {
    * + .post-classic-meta {
        margin-top: 22px;
    }
}

@media (min-width: 1200px) {
    .post-classic-meta {
        margin-left: -25px;
    }
    .post-classic-meta > * {
        margin-left: 25px;
    }
    .post-classic-title {
        max-width: 85%;
    }
    * + .post-classic-meta {
        margin-top: 30px;
    }
    * + .post-classic-title {
        margin-top: 16px;
    }
}

.post-light {
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 4px;
    text-align: left;
    background-size: cover;
    background-position: center center;
}

.post-light,
.post-light:active,
.post-light:focus,
.post-light:hover {
    color: #aeb1be;
}

.post-light::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.49;
    transition: 0.22s;
}

.post-light::after {
    content: '';
    display: block;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
    padding-bottom: 61.40351%;
}

.post-light:hover::before {
    opacity: 0.8;
}

.post-light::after,
.post-light-inner {
    width: 100%;
    flex-shrink: 0;
}

.post-light-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
}

.post-light-inner > * + * {
    margin-top: 50px;
}

.post-light-main {
    width: 100%;
}

.post-light-time {
    font-size: 14px;
    line-height: 1.2;
}

.post-light-title {
    letter-spacing: 0;
}

* + .post-light-title {
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    .post-light {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .post-light-inner {
        padding: 30px 35px 30px 30px;
    }
}

.post-minimal {
    display: block;
    text-align: left;
}

.post-minimal:hover .post-minimal-media::after {
    opacity: 1;
    visibility: visible;
}

.post-minimal:hover .post-minimal-title {
    color: #29293a;
}

.post-minimal-media {
    position: relative;
    border-radius: 4px;
}

.post-minimal-media::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.22s;
}

.post-minimal-image {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.post-minimal-time {
    display: block;
    color: #828590;
}

.post-minimal-title {
    color: #b37800;
    letter-spacing: 0.01em;
    transition: 0.22s;
}

* + .post-minimal-time {
    margin-top: 10px;
}

* + .post-minimal-title {
    margin-top: 5px;
}

.post-minimal {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    * + .post-minimal-title {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    * + .post-minimal-time {
        margin-top: 20px;
    }
}

.post-1 {
    max-width: 250px;
    text-align: left;
}

.post-1 .post-1-address,
.post-1 .post-1-address:active,
.post-1 .post-1-address:focus,
.post-1 .post-1-terms-list a,
.post-1 .post-1-terms-list a:active,
.post-1 .post-1-terms-list a:focus {
    color: #29293a;
}

.post-1 .post-1-address:hover,
.post-1 .post-1-terms-list a:hover {
    color: #66b848;
}

.post-1-address {
    display: block;
}

.post-1-terms-list dt,
.post-1-terms-list dd {
    display: inline;
}

* + .post-1-terms-list {
    margin-top: 10px;
}

* + .post-1-address {
    margin-top: 9px;
}

@media (max-width: 575.98px) {
    .post-1 {
        margin-left: auto;
        margin-right: auto;
    }
}

.post-2 {
    display: block;
    text-align: left;
}

.post-2 .post-2-title,
.post-2:active .post-2-title,
.post-2:focus .post-2-title {
    color: #b37800;
}

.post-2:hover .post-2-title {
    color: #29293a;
}

.post-2-time {
    display: block;
    color: #5e5e63;
}

.post-2-image {
    width: 100%;
    border-radius: 4px;
}

.post-2-title {
    transition: 0.22s;
}

* + .post-2-image {
    margin-top: 12px;
}

* + .post-2-title {
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    .post-2 {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    * + .post-2-title {
        margin-top: 18px;
    }
}

.post-3 {
    padding: 25px 20px;
    border-radius: 4px;
    background: #f7f7f7;
}

.bg-gray-50 .post-3,
.bg-gray-100 .post-3 {
    background: #ffffff;
}

.post-3-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -8px;
    margin-left: -15px;
}

.post-3-header:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.post-3-header > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 15px;
}

.post-3-badge {
    color: #aeb1be;
}

.post-3-title {
    color: #b37800;
}

.post-3-title a {
    color: inherit;
}

.post-3-title a:hover {
    color: #29293a;
}

* + .post-3-title {
    margin-top: 12px;
}

@media (max-width: 575.98px) {
    .post-3 {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .post-3 {
        padding: 40px 30px 45px;
    }
    * + .post-3-title {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .post-3 {
        padding: 32px 25px 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .post-3-title {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .post-3 {
        padding: 30px 40px 70px;
    }
    * + .post-3-title {
        margin-top: 46px;
    }
}

.post-4 {
    display: flex;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eff2f4;
}

.post-4::after {
    content: '';
    display: block;
    width: 100%;
}

.post-4::after,
.post-4-inner {
    width: 100%;
    flex-shrink: 0;
}

.post-4-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 20px;
}

.post-4-inner > * + * {
    margin-top: 25px;
}

.bg-gray-50 .post-4,
.bg-gray-100 .post-4 {
    border: none;
}

.post-4-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -8px;
    margin-left: -20px;
}

.post-4-header:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.post-4-header > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 20px;
}

.post-4-type {
    color: #aeb1be;
}

.post-4-title {
    max-width: 200px;
    color: #b37800;
}

.post-4-icon {
    font-size: 40px;
    color: rgba(174, 177, 190, 0.5);
}

* + .post-4-title {
    margin-top: 5px;
}

@media (max-width: 575.98px) {
    .post-4 {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .post-4::after {
        padding-bottom: 132.43243%;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .post-4 {
        transition: 0.44s;
    }
    html:not(.tablet):not(.mobile) .post-4:hover {
        box-shadow: 0px 12px 29px 0px rgba(104, 107, 116, 0.14);
    }
}

@media (min-width: 1200px) {
    .post-4-inner {
        padding: 30px 40px 40px 40px;
    }
    .post-4-icon {
        font-size: 50px;
    }
    * + .post-4-title {
        margin-top: 10px;
    }
}

.post-event {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.post-event-media {
    display: flex;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
}

.post-event-media::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.post-event-media-inner,
.post-event-media::after {
    width: 100%;
    flex-shrink: 0;
}

.post-event-media-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
}

.post-event-time {
    display: block;
}

.post-event-title a,
.post-event-title a:active,
.post-event-title a:focus {
    color: #66b848;
}

.post-event-title a:hover {
    color: #29293a;
}

.context-dark .post-event-title a:hover,
.bg-gray-900 .post-event-title a:hover,
.bg-gray-950 .post-event-title a:hover,
.bg-primary .post-event-title a:hover {
    color: #ffffff;
}

* + .post-event-time {
    margin-top: 8px;
}

* + .post-event-title {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .post-event-media::after {
        padding-bottom: 137.40741%;
    }
    * + .post-event-time {
        margin-top: 15px;
    }
    * + .post-event-title {
        margin-top: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .post-event .post-event-title {
        font-size: 20px;
    }
    .post-event .button {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .post-event:hover .post-event-media-inner {
        opacity: 1;
        visibility: visible;
    }
    html:not(.tablet):not(.mobile) .post-event-media-inner {
        align-self: stretch;
        opacity: 0;
        visibility: hidden;
        transition: 0.33s;
    }
}

.post-single * + h5,
.post-single * + .heading-5 {
    margin-top: 15px;
}

.post-single > img {
    display: block;
    border-radius: 4px;
}

.post-single > * + img {
    margin-top: 20px;
}

.post-single > * + p {
    margin-top: 20px;
}

.post-single > p + p {
    margin-top: 16px;
}

.post-single-title {
    letter-spacing: 0;
}

.post-single-time {
    letter-spacing: 0.03em;
}

.post-single-meta {
    margin-bottom: -8px;
    margin-left: -20px;
}

.post-single-meta:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.post-single-meta > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 20px;
}

.post-single-footer {
    margin-bottom: -8px;
    margin-left: -20px;
}

.post-single-footer:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.post-single-footer > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 20px;
}

* + .post-single-meta {
    margin-top: 15px;
}

* + .post-single-footer {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .post-single > * + img {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .post-single * + h5,
    .post-single * + .heading-5 {
        margin-top: 30px;
    }
    * + .post-single-meta {
        margin-top: 25px;
    }
    * + .post-single-footer {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .post-single * + h5,
    .post-single * + .heading-5 {
        margin-top: 50px;
    }
    .post-single > * + p {
        margin-top: 38px;
    }
    .post-single > p + img {
        margin-top: 40px;
    }
    * + .post-single-meta {
        margin-top: 50px;
    }
    * + .post-single-footer {
        margin-top: 60px;
    }
}

/**
* Blog Layout 1
*/
.blog-layout-1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.blog-layout-1-item {
    position: relative;
    overflow: hidden;
}

.blog-layout-1-item > * + * {
    margin-top: 25px;
}

.blog-layout-1-item-aside {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.blog-layout-1-item-time {
    display: block;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.blog-layout-1-item-main {
    position: relative;
    overflow: hidden;
    text-align: left;
    color: #29293a;
}

.blog-layout-1-item-avatar {
    display: block;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

* + .blog-layout-1-item,
* + .blog-layout-1-item-outer {
    margin-top: 30px;
}

* + .blog-layout-1-item-avatar-outer {
    margin-top: 15px;
}

* + .blog-layout-1-item-time {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .blog-layout-1-item {
        display: flex;
        align-items: flex-start;
    }
    .blog-layout-1-item > * + * {
        margin-top: 0;
    }
    .blog-layout-1-item-aside {
        position: relative;
        padding-bottom: 20px;
        flex-shrink: 0;
    }
    .blog-layout-1-item-aside::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 100vh;
        transform: translate(0, 100%);
        border-right: 1px solid #aeb1be;
    }
    .blog-layout-1-item-avatar-outer {
        position: relative;
    }
    .blog-layout-1-item-avatar-outer::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 400px;
        border-bottom: 1px solid #aeb1be;
    }
    .blog-layout-1-item-avatar {
        position: relative;
        z-index: 2;
    }
    .blog-layout-1-item-main {
        flex-grow: 1;
        margin-left: 30px;
    }
    * + .blog-layout-1-item,
    * + .blog-layout-1-item-outer {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .blog-layout-1-item-main {
        margin-left: 60px;
    }
    .blog-layout-1-item-main {
        margin-left: 100px;
    }
    * + .blog-layout-1-item-avatar-outer {
        margin-top: 30px;
    }
    * + .blog-layout-1-item-time {
        margin-top: 22px;
    }
}

/*
* Quotes
*/
.quote-minimal {
    text-align: left;
}

.icon.quote-minimal-icon {
    position: relative;
    left: -0.2em;
    font-size: 32px;
    line-height: 1;
    color: #66b848;
    transform: rotate(180deg);
}

.quote-minimal-cite {
    display: block;
    color: #828590;
}

.context-dark .quote-minimal-text *,
.bg-gray-900 .quote-minimal-text *,
.bg-gray-950 .quote-minimal-text *,
.bg-primary .quote-minimal-text * {
    color: #ffffff;
}

* + .quote-minimal {
    margin-top: 25px;
}

* + .quote-minimal-text {
    margin-top: 0;
}

* + .quote-minimal-cite {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .icon.quote-minimal-icon {
        font-size: 40px;
    }
    * + .quote-minimal {
        margin-top: 30px;
    }
    * + .quote-minimal-cite {
        margin-top: 20px;
    }
}

.quote-classic {
    display: flex;
    align-items: flex-start;
    text-align: left;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.quote-classic > * + * {
    margin-left: -40px;
}

.quote-classic-avatar-outer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-top: 20px;
    border: 6px solid #ffffff;
    border-radius: 50%;
}

.quote-classic-main {
    position: relative;
    border-radius: 4px;
    background: #f7f7f7;
}

.quote-classic-main::before {
    position: absolute;
    right: 20px;
    bottom: 20px;
    content: '\f373';
    font-family: 'Material Design Icons';
    font-size: 70px;
    line-height: 1;
    color: rgba(252, 173, 12, 0.1);
}

p.quote-classic-cite {
    line-height: 1.2;
    font-weight: 500;
    color: #66b848;
}

.quote-classic-position {
    line-height: 1.1;
    color: #828590;
}

.quote-classic-main {
    padding: 30px 20px 60px 50px;
}

.context-dark p.quote-classic-cite,
.bg-gray-900 p.quote-classic-cite,
.bg-gray-950 p.quote-classic-cite,
.bg-primary p.quote-classic-cite {
    color: #66b848;
}

.context-dark .quote-classic-text,
.bg-gray-900 .quote-classic-text,
.bg-gray-950 .quote-classic-text,
.bg-primary .quote-classic-text {
    color: #ffffff;
}

* + .quote-classic-position {
    margin-top: 5px;
}

* + .quote-classic-text {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .quote-classic-main {
        padding-left: 69px;
    }
}

@media (min-width: 1200px) {
    * + .quote-classic-position {
        margin-top: 0;
    }
    * + .quote-classic-text {
        margin-top: 34px;
    }
}

.quote-light {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.quote-light::after {
    content: '\f373';
    display: block;
    margin-top: 10px;
    font-family: 'Material Design Icons';
    font-size: 60px;
    line-height: 1;
    color: #66b848;
}

.quote-light-avatar {
    display: block;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.quote-light-cite {
    line-height: 1.3;
    color: #66b848;
}

* + .quote-light-cite {
    margin-top: 10px;
}

* + .quote-light-position {
    margin-top: 5px;
}

* + .quote-light-text {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .quote-light::after {
        margin-top: 25px;
    }
    * + .quote-light-text {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    * + .quote-light-cite {
        margin-top: 25px;
    }
    * + .quote-light-text {
        margin-top: 30px;
    }
}

/*
* Thumbnails
*/
.figure-light figcaption {
    padding-top: 10px;
    color: #dddfe8;
}

* + .figure-light {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .figure-light figcaption {
        padding-top: 16px;
    }
    * + .figure-light {
        margin-top: 45px;
    }
}

.thumbnail-media {
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    padding-bottom: 72.98246%;
}

.thumbnail-media::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.3;
    transition: 0.33s;
}

.thumbnail-media:hover::after {
    opacity: 0.44;
}

.thumbnail-media-1 {
    padding-bottom: 62.96296%;
}

.thumbnail-media-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    transform: translate3d(-50%, -50%, 0);
    color: #ffffff;
    font-size: 60px;
    line-height: 1;
}

.thumbnail-media-icon,
.thumbnail-media-icon:active,
.thumbnail-media-icon:focus {
    color: #ffffff;
}

.thumbnail-media-icon:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .thumbnail-media-icon {
        font-size: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .thumbnail-media {
        min-height: 400px;
    }
}

.thumbnail-creative {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 70.27027%;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    backface-visibility: hidden;
}

.thumbnail-creative::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(15, 15, 15, 0.7);
    opacity: 0.8;
}

.thumbnail-creative-2 {
    padding-bottom: 100%;
}

.thumbnail-creative-2 .thumbnail-creative-overlay::after {
    font-size: 26px;
}

.thumbnail-creative-media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale3d(1.1, 1.1, 1);
    will-change: transform;
}

.thumbnail-creative-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
}

@supports (object-fit: cover) {
    .thumbnail-creative-image {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        object-fit: cover;
        object-position: center center;
    }
}

.thumbnail-creative-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
    border-radius: 4px;
}

.thumbnail-creative-overlay::before,
.thumbnail-creative-overlay::after {
    position: absolute;
    pointer-events: none;
}

.thumbnail-creative-overlay::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transition: transform 0.6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -100%, 0);
}

.thumbnail-creative-overlay::after {
    display: inline-block;
    content: '\f504';
    line-height: 1;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-family: 'Material Design Icons';
    font-size: 40px;
    transform: translate(-50%, -50%);
    transition: all 0.15s ease-in-out;
}

@media (max-width: 575.98px) {
    .thumbnail-creative {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    .thumbnail-creative-1 {
        padding-bottom: 127.02703%;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .thumbnail-creative::after {
        opacity: 0;
        transition: opacity 0.35s;
    }
    html:not(.tablet):not(.mobile) .thumbnail-creative-overlay::after {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 10px));
    }
    html:not(.tablet):not(.mobile) .thumbnail-creative:hover::after {
        opacity: 1;
    }
    html:not(.tablet):not(.mobile)
        .thumbnail-creative:hover
        .thumbnail-creative-media {
        transform: scale3d(1, 1, 1);
    }
    html:not(.tablet):not(.mobile)
        .thumbnail-creative:hover
        .thumbnail-creative-overlay::before {
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
            translate3d(0, 100%, 0);
    }
    html:not(.tablet):not(.mobile)
        .thumbnail-creative:hover
        .thumbnail-creative-overlay::after {
        opacity: 1;
        transform: translate(-50%, -50%);
        transition-delay: 0.3s;
    }
}

.thumbnail-ruby {
    position: relative;
    display: flex;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    backface-visibility: hidden;
    background-position: center center;
    background-size: cover;
}

.thumbnail-ruby::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.thumbnail-ruby::after,
.thumbnail-ruby-inner {
    width: 100%;
    flex-shrink: 0;
}

.thumbnail-ruby-1::after {
    padding-bottom: 67.56757%;
}

.thumbnail-ruby-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: 0.33s all ease-in-out;
    pointer-events: none;
    background: rgba(41, 41, 58, 0.7);
}

.thumbnail-ruby-caption > * {
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.thumbnail-ruby-caption::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: 0 100%;
    transform: rotate(45deg);
    display: inline-block;
    width: 60px;
    height: 120px;
    background-color: #66b848;
}

.thumbnail-ruby-caption::after {
    position: absolute;
    bottom: 0;
    right: 10px;
    content: '\f504';
    font-family: 'Material Design Icons';
    font-size: 24px;
    color: #ffffff;
    will-change: transform;
}

@media (min-width: 1200px) {
    .thumbnail-ruby-caption {
        padding: 20px;
    }
    .thumbnail-ruby-caption::before {
        width: 100px;
        height: 160px;
    }
    .thumbnail-ruby-caption::after {
        font-size: 36px;
    }
}

.thumbnail-ruby-title,
.thumbnail-ruby-main {
    color: #ffffff;
}

.thumbnail-ruby-title {
    position: relative;
}

.thumbnail-ruby-main {
    max-width: 100%;
    padding: 0 15px;
    color: #ffffff;
}

* + .thumbnail-ruby-main {
    margin-top: 25px;
}

@media (max-width: 767.98px) {
    .thumbnail-ruby {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    html:not(.tablet):not(.mobile) .thumbnail-ruby-caption {
        transition: 0.4s all ease;
        opacity: 0;
    }
    html:not(.tablet):not(.mobile) .thumbnail-ruby-caption::before {
        transform: rotate(90deg);
        transition: 0.35s 0.1s transform;
    }
    html:not(.tablet):not(.mobile) .thumbnail-ruby-caption::after {
        transition: 0.35s 0.1s transform, 0.35s 0.1s opacity;
        transform: translateX(100%);
        opacity: 0;
    }
    html:not(.tablet):not(.mobile) .thumbnail-ruby-title,
    html:not(.tablet):not(.mobile) .thumbnail-ruby-main {
        transition: 0.3s 0.05s ease-in-out;
        transform: scale3d(0.85, 0.85, 0);
    }
    html:not(.tablet):not(.mobile) .thumbnail-ruby-main {
        max-width: 340px;
    }
    html:not(.tablet):not(.mobile)
        .thumbnail-ruby:hover
        .thumbnail-ruby-caption {
        opacity: 1;
    }
    html:not(.tablet):not(.mobile)
        .thumbnail-ruby:hover
        .thumbnail-ruby-caption::before {
        transform: rotate(45deg);
    }
    html:not(.tablet):not(.mobile)
        .thumbnail-ruby:hover
        .thumbnail-ruby-caption::after {
        transform: translateX(0);
        opacity: 1;
    }
    html:not(.tablet):not(.mobile) .thumbnail-ruby:hover .thumbnail-ruby-title,
    html:not(.tablet):not(.mobile) .thumbnail-ruby:hover .thumbnail-ruby-main {
        transform: scale3d(1, 1, 1);
    }
}

.thumbnail-thin {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.thumbnail-thin::before,
.thumbnail-thin::after {
    pointer-events: none;
}

.thumbnail-thin::before {
    content: '';
    position: absolute;
    top: 6.25%;
    right: 6.25%;
    bottom: 6.25%;
    left: 6.25%;
    z-index: 1;
    background: rgba(252, 173, 12, 0.3);
}

.thumbnail-thin::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
    content: '\f504';
    font-family: 'Material Design Icons';
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
}

a.thumbnail-thin {
    display: block;
}

.thumbnail-thin-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
}

@supports (object-fit: cover) {
    .thumbnail-thin-image {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        object-fit: cover;
        object-position: center center;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .thumbnail-thin::before,
    html:not(.tablet):not(.mobile) .thumbnail-thin::after {
        opacity: 0;
        transition: 0.22s ease-in;
    }
    html:not(.tablet):not(.mobile) .thumbnail-thin::before {
        background: rgba(252, 173, 12, 0.8);
        transform: scale(0.97, 0.97);
    }
    html:not(.tablet):not(.mobile) .thumbnail-thin:hover::before,
    html:not(.tablet):not(.mobile) .thumbnail-thin:hover::after {
        opacity: 1;
    }
    html:not(.tablet):not(.mobile) .thumbnail-thin:hover::before {
        transform: scale(1, 1);
    }
}

.thumbnail-light {
    text-align: left;
}

.thumbnail-light-media {
    position: relative;
    display: block;
    box-shadow: 0px 12px 29px 0px rgba(72, 75, 84, 0.14);
    border-radius: 4px;
    background-position: center top;
    background-size: cover;
}

.thumbnail-light-media::after {
    content: '';
    display: block;
    padding-bottom: 148.14815%;
}

.thumbnail-light-number {
    color: #828590;
}

.thumbnail-light-title {
    color: #b37800;
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile)
        .thumbnail-light:hover
        .thumbnail-light-media {
        transform: translate3d(0, -10px, 0);
    }
    html:not(.tablet):not(.mobile) .thumbnail-light-media {
        transition: 0.22s;
    }
}

@media (min-width: 1200px) {
    * + .thumbnail-light-title {
        margin-top: 12px;
    }
}

.thumbnail-modern {
    position: relative;
    display: block;
}

.thumbnail-modern:hover .thumbnail-modern-media {
    box-shadow: 0 12px 29px 0px rgba(72, 75, 84, 0.14);
}

.thumbnail-modern:hover .thumbnail-modern-title {
    color: #66b848;
}

.thumbnail-modern-sm .thumbnail-modern-media {
    padding-bottom: 70.27027%;
}

.thumbnail-modern-media,
.thumbnail-modern-title {
    transition: 0.3s;
}

.thumbnail-modern-media {
    position: relative;
    overflow: hidden;
    padding-bottom: 140.54054%;
    background-position: center top;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 0 2px 9px 0 rgba(75, 81, 91, 0.11);
    transform: scale3d(1, 1, 1);
}

.thumbnail-modern-title {
    color: #b37800;
}

* + .thumbnail-modern-title {
    margin-top: 10px;
}

@media (min-width: 992px) {
    * + .thumbnail-modern-title {
        margin-top: 20px;
    }
}

/*
* Breadcrumbs
*/
.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
    background-color: #eff2f4;
}

.breadcrumbs-custom-inner {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 0 30px;
}

.breadcrumbs-custom-container {
    position: relative;
    display: flex;
    min-height: 0.20833vw;
}

.breadcrumbs-custom-figure {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    max-width: 300px;
    z-index: 0;
    opacity: 0.4;
}

.breadcrumbs-custom-figure::after {
    content: '';
    position: absolute;
    height: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #eff2f4 10%, rgba(239, 242, 244, 0));
}

.breadcrumbs-custom-image {
    display: block;
    width: auto;
    max-height: 100%;
}

.breadcrumbs-custom-path {
    margin-left: -15px;
    margin-right: -15px;
}

.breadcrumbs-custom-path > * {
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumbs-custom-path a {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
    color: #5e5e63;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs-custom-path li::after {
    content: '';
    font-family: 'Material Design Icons';
    position: absolute;
    top: 52%;
    right: -6px;
    display: inline-block;
    font-style: normal;
    font-size: 0.83333em;
    color: #aeb1be;
    transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
    display: none;
}

.breadcrumbs-custom-path a:hover {
    color: #b37800;
}

* + .breadcrumbs-custom-title {
    margin-top: 10px;
}

* + .breadcrumbs-custom-path {
    margin-top: 14px;
}

@media (min-width: 576px) {
    .breadcrumbs-custom-figure {
        opacity: 1;
    }
    .breadcrumbs-custom-path {
        margin-left: -30px;
        margin-right: -30px;
    }
    .breadcrumbs-custom-path > * {
        padding-left: 30px;
        padding-right: 30px;
    }
    * + .breadcrumbs-custom-path {
        margin-top: 18px;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-custom-inner {
        padding: 80px 0 35px;
        max-width: calc(100% - 300px);
    }
    .breadcrumbs-custom-figure {
        top: auto;
        transform: none;
        right: 0;
        bottom: -18%;
        max-width: 400px;
        opacity: 1;
    }
    * + .breadcrumbs-custom-title {
        margin-top: 22px;
    }
}

@media (min-width: 992px) {
    .breadcrumbs-custom-container {
        min-height: 340px;
    }
    .breadcrumbs-custom-inner {
        padding: 100px 0 35px;
    }
    .breadcrumbs-custom-figure {
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom-container {
        min-height: 390px;
    }
}

@media (min-width: 1600px) {
    * + .breadcrumbs-custom-title {
        margin-top: 35px;
    }
}

/*
* Pagination custom
*/
.pagination {
    font-size: 0;
    line-height: 0;
    margin-bottom: -10px;
    margin-left: -10px;
}

.pagination:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.pagination > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}

.page-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
}

.page-link {
    display: inline-block;
    min-width: 48px;
    padding: 10px 10px;
    border: 2px solid #eff2f4;
    font-size: 14px;
    line-height: 1.71429;
    background-color: #ffffff;
    color: #828590;
    transition: 0.22s;
}

.page-link:hover,
.page-link:focus,
.page-link:active {
    color: #ffffff;
    background-color: #66b848;
    border-color: #66b848;
}

.page-item.active > .page-link,
.page-item.active > .page-link:hover,
.page-item.active > .page-link:focus,
.page-item.active > .page-link:active {
    color: #ffffff;
    background-color: #66b848;
    border-color: #66b848;
}

.page-item.disabled > .page-link,
.page-item.disabled > .page-link:hover,
.page-item.disabled > .page-link:focus,
.page-item.disabled > .page-link:active {
    color: #dddfe8;
    background-color: #eff2f4;
    border-color: #eff2f4;
}

.page-item-control .icon::before {
    font-family: 'FontAwesome';
    font-size: 11px;
    line-height: 24px;
}

.page-item-control:first-child .icon::before {
    content: '\f053';
    margin-left: -1px;
}

.page-item-control:last-child .icon::before {
    content: '\f054';
    margin-right: -1px;
}

/*
* Snackbars
*/
.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    text-align: left;
    background-color: #323246;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

.snackbars .icon-xxs {
    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: 540px;
        padding: 12px 15px;
        font-size: 15px;
    }
}

/*
* Footers
*/
.footer-classic-main {
    padding: 40px 0;
}

.footer-classic-aside {
    padding: 25px 0;
}

@media (min-width: 768px) {
    .footer-classic-main {
        padding: 50px 0;
    }
}

@media (min-width: 992px) {
    .footer-classic-main {
        padding: 75px 0;
    }
}

@media (min-width: 576px) and (max-width: 767px),
    (min-width: 992px) and (max-width: 1199px) {
    .footer-classic .tweet-light > * + * {
        margin-left: 4px;
    }
    .footer-classic .icon.tweet-light-icon {
        position: relative;
        top: 5px;
        font-size: 12px;
    }
}

@media (min-width: 1600px) {
    .footer-classic-main {
        padding: 120px 0 100px;
    }
}

.footer-modern .footer-modern-title + * {
    margin-top: 16px;
}

.footer-modern-main {
    padding: 50px 0 25px;
}

.footer-modern-aside {
    padding: 25px 0;
}

@media (min-width: 768px) {
    .footer-modern .footer-modern-title + * {
        margin-top: 25px;
    }
}

@media (min-width: 992px) {
    .footer-modern-main {
        padding: 80px 0 60px;
    }
}

@media (min-width: 1200px) {
    .footer-modern .footer-modern-title + * {
        margin-top: 38px;
    }
    .footer-modern-main {
        padding: 120px 0 90px;
    }
}

.footer-minimal {
    padding: 30px 0;
}

.footer-minimal .rights {
    color: #828590;
}

@media (min-width: 768px) {
    .footer-minimal {
        padding: 60px 0;
    }
    .footer-minimal .rights {
        font-size: 18px;
        line-height: 1.55556;
    }
}

.footer-simple {
    padding: 25px 0;
    background: #f8f8fb;
    text-align: center;
}

.footer-links {
    display: flex;
    gap: 1rem;
    font-size: 14px;
    line-height: 1.28571;
}

/*
*
* Layouts
*/
.layout-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -25px;
    margin-left: -30px;
}

.layout-1:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.layout-1 > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 30px;
}

.layout-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -18px;
    margin-left: -30px;
}

.layout-2:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.layout-2 > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 18px;
    margin-left: 30px;
}

.layout-bordered-1-item {
    position: relative;
    padding: 35px 15px 40px;
}

.layout-bordered-1-item::before {
    content: '';
    position: absolute;
    background: rgba(41, 41, 58, 0.2);
}

@media (max-width: 575.98px) {
    .layout-bordered-1-item:first-child::before {
        display: none;
    }
    .layout-bordered-1-item::before {
        width: 100%;
        height: 1px;
        top: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }
}

@media (min-width: 576px) {
    .layout-bordered-1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .layout-bordered-1-item {
        width: 33.33333%;
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .layout-bordered-1-item::before {
        width: 1px;
        height: 100%;
        right: 0;
        top: 50%;
        transform: translate3d(0, -50%, 0);
    }
    .layout-bordered-1-item:nth-child(3n)::before {
        display: none;
    }
}

@media (min-width: 1600px) {
    .layout-bordered-1-item {
        padding-top: 85px;
        padding-bottom: 100px;
    }
}

/*
*
* Pricing
*/
.pt-light {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 15px;
    background: #f7f7f7;
    border-radius: 4px;
}

.pt-light .button {
    padding-left: 25px;
    padding-right: 25px;
}

.bg-gray-50 .pt-light,
.bg-gray-100 .pt-light {
    background: #ffffff;
}

.pt-light-title {
    max-width: 150px;
}

.pt-light-price {
    font-weight: 500;
}

.pt-light-list > li + li {
    margin-top: 8px;
}

.pt-light-price {
    font-weight: 500;
}

* + .pt-light-list {
    margin-top: 20px;
}

* + .pt-light-price {
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .pt-light {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    .pt-light {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (min-width: 768px) {
    .pt-light {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pt-light * + .button {
        margin-top: 30px;
    }
    .pt-light-title {
        max-width: 180px;
    }
    * + .pt-light-price {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    .pt-light * + .button {
        margin-top: 40px;
    }
    * + .pt-light-list {
        margin-top: 35px;
    }
    * + .pt-light-price {
        margin-top: 35px;
    }
}

/*
*
* Badge Custom
*/
.badge {
    color: #ffffff;
    background: #66b848;
}

/*
*
* Comments
*/
.comment-classic {
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding-bottom: 20px;
}

.comment-classic > * + * {
    margin-left: 20px;
}

.comment-classic-image {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    max-width: 50px;
    border-radius: 50%;
}

.comment-classic-main {
    flex-grow: 1;
}

.comment-classic-name {
    color: #b37800;
}

.comment-classic-text {
    color: #29293a;
}

.comment-classic-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -5px;
    margin-left: -20px;
}

.comment-classic-meta:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.comment-classic-meta > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 20px;
}

.comment-classic-time {
    letter-spacing: 0.03em;
    color: #828590;
}

.comment-classic-reply {
    line-height: 1;
    color: #aeb1be;
}

.comment-classic-reply::before {
    position: relative;
    top: 1px;
    content: '\f549';
    font-family: 'Material Design Icons';
    font-size: 24px;
    margin-right: 5px;
}

.comment-classic-reply:hover {
    color: #66b848;
}

* + .comment-classic-text {
    margin-top: 8px;
}

* + .comment-classic-meta {
    margin-top: 15px;
}

@media (min-width: 576px) {
    .comment-classic > * + * {
        margin-left: 25px;
    }
    .comment-classic-reply::before {
        font-size: 28px;
    }
}

.comment-classic-group .comment-classic-group {
    margin-left: 25px;
}

.comment-classic-group * + .comment-classic-group {
    margin-top: 22px;
}

* + .comment-classic-group {
    margin-top: 60px;
}

.comment-classic-group + .comment-classic-group {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .comment-classic-group .comment-classic-group {
        margin-left: 75px;
    }
    .comment-classic-image {
        max-width: 100px;
    }
    * + .comment-classic-text {
        margin-top: 18px;
    }
    * + .comment-classic-meta {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .comment-classic-group .comment-classic-group {
        margin-left: 125px;
    }
}

/*
*
* Shop
*/
.product-classic {
    position: relative;
    z-index: 2;
    padding: 20px 15px;
    text-align: center;
}

.product-classic::before {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border-radius: 4px;
}

.product-classic > * {
    position: relative;
    z-index: 1;
}

.product-classic-title {
    color: #66b848;
}

.product-classic-title a {
    color: inherit;
}

.product-classic-title a:hover {
    color: #29293a;
}

.product-classic-footer .button {
    padding-left: 20px;
    padding-right: 20px;
}

* + .product-classic-title {
    margin-top: 15px;
}

* + .product-classic-price {
    margin-top: 15px;
}

* + .product-classic-footer {
    margin-top: 18px;
}

@media (max-width: 575.98px) {
    .product-classic {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .product-classic {
        padding-bottom: 50px;
    }
    html:not(.tablet):not(.mobile) .product-classic::before {
        transition: 0.44s;
    }
    html:not(.tablet):not(.mobile) .product-classic:hover {
        z-index: 3;
    }
    html:not(.tablet):not(.mobile) .product-classic:hover::before {
        bottom: -80px;
        box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.14);
    }
    html:not(.tablet):not(.mobile)
        .product-classic:hover
        .product-classic-footer {
        bottom: -30px;
        opacity: 1;
        visibility: visible;
        transition: 0.44s;
    }
    html:not(.tablet):not(.mobile) .product-classic-footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        opacity: 0;
        padding: 15px 15px 0;
        visibility: hidden;
        transition: 0.22s;
    }
}

@media (min-width: 1200px) {
    .product-classic {
        padding: 35px 20px 60px;
    }
    * + .product-classic-price {
        margin-top: 50px;
    }
}

.product-classic-active {
    position: relative;
    z-index: 2;
    padding: 20px 15px;
    text-align: center;
}

.product-classic-active::before {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border-radius: 4px;
}

.product-classic-active > * {
    position: relative;
    z-index: 1;
}

.product-classic-title {
    color: #66b848;
}

.product-classic-title a {
    color: inherit;
}

.product-classic-title a:hover {
    color: #29293a;
}

.product-classic-footer .button {
    padding-left: 20px;
    padding-right: 20px;
}

* + .product-classic-title {
    margin-top: 15px;
}

* + .product-classic-price {
    margin-top: 15px;
}

* + .product-classic-footer {
    margin-top: 18px;
}

@media (max-width: 575.98px) {
    .product-classic {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .product-classic-active {
        padding-bottom: 50px;
        z-index: 3;
    }
    html:not(.tablet):not(.mobile) .product-classic-active::before {
        bottom: -80px;
        box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.14);
    }
    html:not(.tablet):not(.mobile)
        .product-classic-active
        .product-classic-footer {
        bottom: -30px;
        opacity: 1;
        visibility: visible;
        transition: 0.44s;
    }
    html:not(.tablet):not(.mobile) .product-classic-footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        opacity: 0;
        padding: 15px 15px 0;
        visibility: hidden;
        transition: 0.22s;
    }
}

@media (min-width: 1200px) {
    .product-classic {
        padding: 35px 20px 60px;
    }
    * + .product-classic-price {
        margin-top: 50px;
    }
}

.product-corporate-figure {
    text-align: center;
}

.product-corporate-image {
    position: relative;
    top: -15px;
    max-width: 90%;
}

.product-corporate-info {
    color: #29293a;
    letter-spacing: 0.03em;
}

.product-corporate-meta tr:first-child td {
    border-top: 1px solid #f7f7f7;
}

.product-corporate-meta td {
    padding: 14px 20px;
    border-bottom: 1px solid #f7f7f7;
}

.product-corporate-meta td:first-child {
    color: #aeb1be;
}

.product-corporate-rating {
    display: inline-flex;
    align-items: center;
}

.product-corporate-rating > li {
    display: block;
    padding: 0 1px;
    color: #ee9700;
}

.product-corporate-group.group {
    margin-bottom: -15px;
    margin-left: -40px;
}

.product-corporate-group.group > * {
    margin-bottom: 15px;
    margin-left: 40px;
}

.product-corporate-price {
    font-weight: 600;
}

* + .product-corporate-info {
    margin-top: 10px;
}

* + .product-corporate-meta {
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .product-corporate {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .product-corporate-info {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .product-corporate {
        display: flex;
    }
    .product-corporate-figure {
        padding-right: 30px;
    }
    .product-corporate-figure,
    .product-corporate-main {
        width: 50%;
    }
    * + .product-corporate-info {
        margin-top: 20px;
    }
    * + .product-corporate-meta {
        margin-top: 22px;
    }
}

@media (min-width: 992px) {
    .product-corporate-meta td {
        padding: 17px 30px;
    }
    .product-corporate-meta td:first-child {
        width: 41%;
    }
    * + .product-corporate-group.group {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    * + .product-corporate-info {
        margin-top: 40px;
    }
    * + .product-corporate-meta {
        margin-top: 35px;
    }
}

.product-inline {
    display: flex;
    align-items: center;
}

.product-inline > * + * {
    margin-top: 0;
    margin-left: 20px;
}

.product-inline-media {
    flex-shrink: 0;
}

.product-inline-image {
    box-shadow: 0 12px 29px 0 rgba(195, 195, 208, 0.81);
}

.product-inline-main {
    flex-grow: 1;
}

.product-creative-price a:hover {
    color: #ffffff;
}

.product-creative-media {
    display: inline-block;
    box-shadow: 0 12px 29px 0 rgba(38, 38, 38, 0.81);
}

.product-creative-main {
    max-width: 920px;
    margin: 0 auto;
}

.product-creative-main .product-creative-text {
    margin-right: auto;
    margin-left: auto;
}

.context-dark div .product-creative-text > *,
.bg-gray-900 div .product-creative-text > *,
.bg-gray-950 div .product-creative-text > *,
.bg-primary div .product-creative-text > * {
    color: #aeb1be;
}

* + .product-creative-text {
    margin-top: 10px;
}

* + .product-creative-price {
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .product-creative-main .button {
        padding: 12px 20px;
    }
    .product-creative-main * + .button {
        margin-top: 20px;
    }
    .product-creative-image {
        width: auto;
        max-height: 66vh;
    }
    .product-creative-text > * {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    * + .product-creative-text {
        margin-top: 15px;
    }
    * + .product-creative-price {
        margin-top: 14px;
    }
}

/*
*
* Frames
*/
.macbook-frame-1 {
    position: relative;
    margin-left: -7%;
    margin-right: -7.9%;
    margin-bottom: -19.7%;
}

.macbook-frame-1-outer {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

.macbook-frame-1-inner {
    position: absolute;
    top: 5.6%;
    right: 17.5%;
    bottom: 26%;
    left: 17%;
    background-position: center top;
    background-size: cover;
}

/*
*
* Profiles
*/
.profile-classic {
    text-align: left;
}

.profile-classic-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}

.profile-classic-image {
    min-width: 100%;
}

.profile-classic-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    background: rgba(252, 173, 12, 0.6);
}

.profile-classic-caption .icon-creative {
    position: relative;
    display: inline-flex;
    bottom: -5px;
    will-change: transform;
    padding-bottom: 5px;
    color: #ffffff;
}

.profile-classic-caption .icon-creative::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 0;
    bottom: 0;
    height: 2px;
    background: #ffffff;
    transition: 0.2s width, 0.05s 0.11s opacity;
    opacity: 0;
}

.profile-classic-caption .icon-creative:hover::after {
    width: 100%;
    opacity: 0.99;
    transition: 0.22s width, 0.11s opacity;
}

.profile-classic-title {
    color: #b37800;
}

.profile-classic-title a:hover {
    color: #29293a;
}

.profile-classic-position {
    color: #aeb1be;
}

* + .profile-classic-title {
    margin-top: 15px;
}

* + .profile-classic-position {
    margin-top: 5px;
}

@media (max-width: 575.98px) {
    .profile-classic {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .profile-classic-caption {
        padding-left: 5px;
        padding-right: 5px;
    }
    .profile-classic-caption .icon-sm {
        font-size: 18px;
    }
    .profile-classic-caption .group {
        margin-left: -3px;
    }
    .profile-classic-caption .group > * {
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .profile-classic-caption {
        padding: 15px 10px;
    }
    .profile-classic-caption .icon-sm {
        font-size: 18px;
    }
    .profile-classic-caption .group {
        margin-bottom: -10px;
        margin-left: -10px;
    }
    .profile-classic-caption .group:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    .profile-classic-caption .group > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 1200px) {
    * + .profile-classic-title {
        margin-top: 20px;
    }
}

html:not(.tablet):not(.mobile) .profile-classic:hover .profile-classic-caption {
    opacity: 1;
    visibility: visible;
}

html:not(.tablet):not(.mobile) .profile-classic-caption {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: 0.33s ease-in-out;
}

/*
*
* Jumbotron
*/
.jumbotron-1 {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #f7f7f7;
}

.jumbotron-1-caption-outer {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.jumbotron-1-caption {
    font-size: 23.4375vw;
    line-height: 0.8;
    font-weight: 700;
    letter-spacing: 0;
    color: #ffffff;
    user-select: none;
    text-shadow: 0 12px 24px rgba(110, 123, 157, 0.11);
}

.jumbotron-1-figure {
    position: absolute;
    z-index: 1;
    right: -50px;
    bottom: -25px;
    width: 100%;
    min-width: 300px;
    max-width: 61%;
}

.jumbotron-1-main {
    position: relative;
    z-index: 2;
}

.jumbotron-1-main .container > * {
    max-width: 640px;
}

* + .jumbotron-1-main {
    margin-top: 35px;
}

@media (max-width: 767.98px) {
    .jumbotron-1-figure::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background: #f7f7f7;
        opacity: 0.5;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .jumbotron-1-figure::after {
        opacity: 0.2;
    }
}

@media (min-width: 768px) {
    .jumbotron-1 {
        padding-bottom: 140px;
    }
    .jumbotron-1-figure {
        right: -100px;
    }
    * + .jumbotron-1-main {
        margin-top: 45px;
    }
}

@media (min-width: 992px) {
    .jumbotron-1-figure {
        right: 0;
    }
}

@media (min-width: 1200px) {
    .jumbotron-1 * + .group {
        margin-top: 50px;
    }
    * + .jumbotron-1-main {
        margin-top: 70px;
    }
}

@media (min-width: 1600px) {
    .jumbotron-1-figure {
        right: auto;
        left: 74%;
        transform: translate3d(-74%, 0, 0);
        max-width: 830px;
    }
}

/*
*
* Timeline
*/
.timeline {
    text-align: left;
}

.timeline-minimal-item {
    position: relative;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 21px;
}

.timeline-minimal-item > * {
    padding-left: 20px;
    padding-right: 20px;
}

.timeline-minimal-item-date {
    position: relative;
    min-width: 125px;
    font-size: 14px;
    line-height: 1.3;
    color: #29293a;
    flex-shrink: 0;
}

.timeline-minimal-item-date::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 5px;
    height: 5px;
    background: #29293a;
    border-radius: 50%;
}

.timeline-minimal-item-date::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 15px;
    width: 0;
    bottom: -31px;
    border-right: 1px solid #aeb1be;
}

.timeline-minimal-item:last-child {
    padding-bottom: 0;
}

.timeline-minimal-item:last-child .timeline-minimal-item-date::after {
    display: none;
}

.timeline-minimal-item-text {
    width: 100%;
    flex-grow: 1;
}

.timeline-minimal-item-text p + p {
    margin-top: 0;
}

* + .timeline {
    margin-top: 35px;
}

@media (min-width: 1200px) {
    .timeline-minimal-item {
        margin-left: -25px;
        margin-right: -25px;
    }
    .timeline-minimal-item > * {
        padding-left: 25px;
        padding-right: 25px;
    }
    .timeline-minimal-item-date {
        top: 4px;
        min-width: 130px;
    }
}

/*
* Page layout
*/
.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    opacity: 0;
}

.page.fadeIn {
    animation-timing-function: ease-out;
}

.page.fadeOut {
    animation-timing-function: ease-in;
}

[data-x-mode] .page {
    opacity: 1;
}

.page-header-1 .breadcrumbs-custom {
    background-color: transparent;
}

.page-header-1 .rd-navbar-classic.rd-navbar-static:not(.rd-navbar--is-stuck) {
    background-color: transparent;
}

.page-header-2 {
    position: relative;
    background-size: cover;
    background-position: 58% 40%;
}

.page-header-2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    opacity: 0.6;
    pointer-events: none;
}

.page-header-2 .rd-navbar-classic.rd-navbar-static:not(.rd-navbar--is-stuck) {
    background-color: transparent;
}

.page-header-2-inner {
    padding-bottom: 40px;
}

* + .page-header-2-main {
    padding-top: 25px;
}

* + .page-header-2-aside {
    padding-top: 25px;
}

@media (min-width: 576px) {
    .page-header-2 {
        display: flex;
    }
    .page-header-2-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        min-height: 52.08333vw;
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .page-header-2 {
        background-position: center 50%;
    }
    .page-header-2::before {
        opacity: 0.4;
    }
    * + .page-header-2-main {
        padding-top: 60px;
    }
    * + .page-header-2-aside {
        padding-top: 60px;
    }
}

@media (min-width: 1200px) {
    .page-header-2 {
        background-position: center 20%;
    }
    .page-header-2::before {
        display: none;
    }
    .page-header-2-inner {
        min-height: 100vh;
    }
    * + .page-header-2-main {
        padding-top: 70px;
    }
    * + .page-header-2-aside {
        padding-top: 70px;
    }
}

@media (min-width: 2050px) {
    .page-header-2-inner {
        min-height: 1000px;
    }
}

/*
* Text styling
*/
.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.font-weight-thin {
    font-weight: 100;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-sbold {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-ubold {
    font-weight: 900;
}

.font-family-cursive {
    font-family: 'Gloria Hallelujah', cursive;
}

.text-spacing-0 {
    letter-spacing: 0;
}

.text-primary {
    color: #66b848 !important;
}

.text-white {
    color: white;
}

.text-gray-300 {
    color: #aeb1be;
}

.text-gray-500 {
    color: #828590;
}

.text-gray-800 {
    color: #323246;
}

.text-gray-900 {
    color: #29293a;
}

.context-dark .text-gray-300,
.bg-gray-900 .text-gray-300,
.bg-gray-950 .text-gray-300,
.bg-primary .text-gray-300 {
    color: #aeb1be;
}

.context-dark .text-gray-800,
.bg-gray-900 .text-gray-800,
.bg-gray-950 .text-gray-800,
.bg-primary .text-gray-800 {
    color: #f7f7f7;
}

.context-dark .text-gray-900,
.bg-gray-900 .text-gray-900,
.bg-gray-950 .text-gray-900,
.bg-primary .text-gray-900 {
    color: #ffffff;
}

.context-dark .text-white-dark,
.bg-gray-900 .text-white-dark,
.bg-gray-950 .text-white-dark,
.bg-primary .text-white-dark {
    color: rgba(255, 255, 255, 0.3);
}

/*
* Offsets
*/
* + p {
    margin-top: 15px;
}

h2 + h5 {
    margin-top: 10px;
}

h2 + p,
.heading-2 + p {
    margin-top: 12px;
}

h3 + p,
.heading-3 + p {
    margin-top: 14px;
}

p + h2,
p + .heading-2 {
    margin-top: 15px;
}

h2 + h5,
h2 + .heading-5,
.heading-2 + h5,
.heading-2 + .heading-5 {
    margin-top: 12px;
}

h6 + h2,
h6 + .heading-2,
.heading-6 + h2,
.heading-6 + .heading-2 {
    margin-top: 15px;
}

p + p {
    margin-top: 12px;
}

img + p {
    margin-top: 15px;
}

h3 + img {
    margin-top: 42px;
}

* + .row {
    margin-top: 40px;
}

* + .big {
    margin-top: 20px;
}

* + .text-block {
    margin-top: 30px;
}

* + .group {
    margin-top: 30px;
}

* + .button {
    margin-top: 30px;
}

* + .rd-form {
    margin-top: 30px;
}

* + .owl-carousel {
    margin-top: 30px;
}

html .h-custom-1 + * {
    margin-top: 20px;
}

html .h-custom-2 + * {
    margin-top: 25px;
}

.row + h3,
.row + .heading-3 {
    margin-top: 80px;
}

.text-xl + h3,
.text-xl + .heading-3 {
    margin-top: 15px;
}

.table-custom-responsive + hr {
    margin-top: 20px;
}

hr + .form-wrap {
    margin-top: 20px;
}

.container + .container {
    margin-top: 35px;
}

.row + .row {
    margin-top: 35px;
}

* + .mt0 {
    margin-top: 0;
}

* + .offset-top-1 {
    margin-top: 15px;
}

* + .offset-top-2 {
    margin-top: 30px;
}

* + .offset-top-3 {
    margin-top: 15px;
}

* + .offset-top-4 {
    margin-top: 25px;
}

* + .offset-top-5 {
    margin-top: 20px;
}

html * + .offset-top-type-1 {
    margin-top: 35px;
}

html * + .offset-top-type-2 {
    margin-top: 35px;
}

html * + .offset-top-type-3 {
    margin-top: 35px;
}

html * + .offset-top-type-4 {
    margin-top: 35px;
}

@media (min-width: 768px) {
    html .h-custom-1 + * {
        margin-top: 35px;
    }
    html .h-custom-2 + * {
        margin-top: 30px;
    }
    h2 + h5,
    h2 + .heading-5,
    .heading-2 + h5,
    .heading-2 + .heading-5 {
        margin-top: 20px;
    }
    h6 + h2,
    h6 + .heading-2,
    .heading-6 + h2,
    .heading-6 + .heading-2 {
        margin-top: 24px;
    }
    h2 + .rd-form,
    .heading-2 + .rd-form {
        margin-top: 35px;
    }
    h2 + .group,
    .heading-2 + .group {
        margin-top: 40px;
    }
    h3 + p,
    .heading-3 + p {
        margin-top: 22px;
    }
    h3 + .group-xl,
    .heading-3 + .group-xl {
        margin-top: 45px;
    }
    .text-xl + h3,
    .text-xl + .heading-3 {
        margin-top: 25px;
    }
    h5 + .button,
    .heading-5 + .button {
        margin-top: 45px;
    }
    .rd-form + p {
        margin-top: 30px;
    }
    .owl-carousel + .button-lg,
    .row + .button-lg {
        margin-top: 45px;
    }
    .layout-2 + .owl-carousel {
        margin-top: 45px;
    }
    .table-custom-responsive + hr {
        margin-top: 30px;
    }
    hr + .form-wrap {
        margin-top: 40px;
    }
    * + .offset-top-2 {
        margin-top: 45px;
    }
    * + .offset-top-3 {
        margin-top: 20px;
    }
    * + .offset-top-4 {
        margin-top: 35px;
    }
    * + .offset-top-5 {
        margin-top: 40px;
    }
    html * + .offset-top-type-1 {
        margin-top: 55px;
    }
    html * + .offset-top-type-2 {
        margin-top: 55px;
    }
}

@media (min-width: 992px) {
    html * + .offset-top-type-3 {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    h2 + h5,
    h2 + .heading-5,
    .heading-2 + h5,
    .heading-2 + .heading-5 {
        margin-top: 35px;
    }
    h6 + h2,
    h6 + .heading-2,
    .heading-6 + h2,
    .heading-6 + .heading-2 {
        margin-top: 32px;
    }
    * + .row {
        margin-top: 45px;
    }
    html .h-custom-1 + * {
        margin-top: 50px;
    }
    .owl-carousel + .button-lg,
    .row + .button-lg {
        margin-top: 70px;
    }
    .container + .container {
        margin-top: 60px;
    }
    .row + .row {
        margin-top: 60px;
    }
    h2 + .group,
    .heading-2 + .group {
        margin-top: 60px;
    }
    h2 + .rd-form,
    .heading-2 + .rd-form {
        margin-top: 55px;
    }
    .form-wrap + .button {
        margin-top: 50px;
    }
    .layout-2 + .owl-carousel {
        margin-top: 65px;
    }
    * + .offset-top-1 {
        margin-top: 20px;
    }
    * + .offset-top-2 {
        margin-top: 70px;
    }
    * + .offset-top-3 {
        margin-top: 35px;
    }
    * + .offset-top-4 {
        margin-top: 50px;
    }
    html * + .offset-top-type-1 {
        margin-top: 100px;
    }
    html * + .offset-top-type-2 {
        margin-top: -100px;
    }
}

@media (min-width: 1600px) {
    * + .row {
        margin-top: 60px;
    }
}

.row-horizontal-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-horizontal-10 > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.row-0 {
    margin-bottom: 0;
}

.row-0:empty {
    margin-bottom: 0;
}

.row-0 > * {
    margin-bottom: 0;
}

.row-10 {
    margin-bottom: -10px;
}

.row-10:empty {
    margin-bottom: 0;
}

.row-10 > * {
    margin-bottom: 10px;
}

.row-15 {
    margin-bottom: -15px;
}

.row-15:empty {
    margin-bottom: 0;
}

.row-15 > * {
    margin-bottom: 15px;
}

.row-20 {
    margin-bottom: -20px;
}

.row-20:empty {
    margin-bottom: 0;
}

.row-20 > * {
    margin-bottom: 20px;
}

.row-30 {
    margin-bottom: -30px;
}

.row-30:empty {
    margin-bottom: 0;
}

.row-30 > * {
    margin-bottom: 30px;
}

.row-40 {
    margin-bottom: -40px;
}

.row-40:empty {
    margin-bottom: 0;
}

.row-40 > * {
    margin-bottom: 40px;
}

.row-50 {
    margin-bottom: -50px;
}

.row-50:empty {
    margin-bottom: 0;
}

.row-50 > * {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .row-md-30 {
        margin-bottom: -30px;
    }
    .row-md-30:empty {
        margin-bottom: 0;
    }
    .row-md-30 > * {
        margin-bottom: 30px;
    }
    .row-md-50 {
        margin-bottom: -50px;
    }
    .row-md-50:empty {
        margin-bottom: 0;
    }
    .row-md-50 > * {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .row-lg-25 {
        margin-bottom: -25px;
    }
    .row-lg-25:empty {
        margin-bottom: 0;
    }
    .row-lg-25 > * {
        margin-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .row-xl-40 {
        margin-bottom: -40px;
    }
    .row-xl-40:empty {
        margin-bottom: 0;
    }
    .row-xl-40 > * {
        margin-bottom: 40px;
    }
    .row-xl-60 {
        margin-bottom: -60px;
    }
    .row-xl-60:empty {
        margin-bottom: 0;
    }
    .row-xl-60 > * {
        margin-bottom: 60px;
    }
    .row-xl-70 {
        margin-bottom: -70px;
    }
    .row-xl-70:empty {
        margin-bottom: 0;
    }
    .row-xl-70 > * {
        margin-bottom: 70px;
    }
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .mt-md-30 {
        margin-top: 30px;
    }
}

/*
* Sections
*/
.section-xs {
    padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
    padding: 50px 0;
}

.section-1 {
    padding: 70px 0;
}

.section-2 {
    padding: 60px 0px 60px 0px;
}

@media (min-width: 992px) {
    .section-2 {
        padding: 110px 0px 200px 0px;
    }
}

@media (min-width: 1200px) {
    .section-2 {
        padding: 120px 0px 240px 0px;
    }
}

.section-collapse + .section-collapse {
    padding-top: 0;
}

.section-collapse:last-child {
    padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
    padding-bottom: 0;
}

@media (max-width: 575.98px) {
    section.section-sm:first-of-type,
    section.section-md:first-of-type,
    section.section-lg:first-of-type,
    section.section-xl:first-of-type,
    section.section-xxl:first-of-type {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {
    .section-sm {
        padding: 60px 0;
    }
    .section-md {
        padding: 70px 0;
    }
    .section-lg {
        padding: 85px 0;
    }
    .section-xl {
        padding: 90px 0;
    }
    .section-1 {
        padding: 100px 0;
    }
}

@media (min-width: 992px) {
    .section-md {
        padding: 80px 0 90px;
    }
    .section-lg {
        padding: 100px 0;
    }
    .section-xl {
        padding: 110px 0;
    }
    .section-1 {
        padding: 160px 0;
    }
}

@media (min-width: 1200px) {
    .section-lg {
        padding: 115px 0;
    }
    .section-xl {
        padding: 135px 0;
    }
}

@media (min-width: 1600px) {
    .section-1 {
        padding: 225px 0;
    }
}

.section-single {
    display: flex;
    text-align: center;
}

.section-single p,
.section-single .countdown-wrap {
    margin-left: auto;
    margin-right: auto;
}

.section-single .rd-mailform-wrap {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-single * + .rd-mailform-wrap {
    margin-top: 20px;
}

.section-single * + .rights {
    margin-top: 35px;
}

.section-single .countdown-wrap + * {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .section-single * + .rights {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .section-single * + .rd-mailform-wrap {
        margin-top: 35px;
    }
    .section-single .countdown-wrap + * {
        margin-top: 45px;
    }
}

.section-single-header {
    padding: calc(1em + 2vh) 0 calc(1em + 2vh);
    padding-right: 1.8%;
}

.section-single-main {
    padding: calc(1em + 4vh) 0;
}

.section-single-footer {
    padding: calc(1em + 2vh) 0 calc(1em + 2vh);
}

.section-single-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
}

.section-single-inner > * {
    width: 100%;
}

@supports (display: grid) {
    .section-single-inner {
        display: grid;
        justify-items: center;
        align-content: space-between;
        grid-template-columns: 1fr;
    }
}

.section-triangle {
    position: relative;
}

.section-triangle::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 50%, 0) rotate(45deg);
    bottom: 2px;
    width: 26px;
    height: 26px;
    background: inherit;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .section-social .button-icon {
        font-size: 0;
    }
    .section-social .button-icon .icon {
        font-size: 30px;
    }
}

.section-overlap-outer {
    position: relative;
}

.rd-navbar-static-linked .section-overlap-outer .rd-navbar-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1080;
}

.section-overlap-outer .rd-navbar-static.rd-navbar-simple {
    background-color: transparent;
}

.section-overlap {
    position: relative;
    padding: 40px 0;
}

.section-overlap .row {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
}

.section-overlap [class*='col'] {
    flex-basis: auto;
}

.section-overlap * + [class*='col'] {
    margin-top: 25px;
}

.section-overlap * + .col-offset-1 {
    margin-top: 20px;
}

.section-overlap-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-overlap-content {
    position: relative;
    z-index: 1;
}

.rd-navbar-static-linked .section-overlap {
    padding-top: 185px;
}

@media (max-width: 767.98px) {
    .section-overlap-content {
        padding: 0 15px;
    }
    .section-overlap-content .container {
        padding-top: 20px;
        padding-bottom: 20px;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.9),
            rgba(255, 255, 255, 0.8)
        );
        border-radius: 4px;
    }
    .section-overlap-content .container > * {
        max-width: 380px;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .section-overlap-content .container {
        padding: 40px 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .section-overlap-image::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(
            to left,
            rgba(247, 247, 247, 0.4),
            rgba(247, 247, 247, 0)
        );
    }
}

@media (min-width: 768px) {
    .section-overlap {
        padding: 75px 0;
    }
    .section-overlap * + [class*='col'] {
        margin-top: 30px;
    }
    .section-overlap * + .col-offset-1 {
        margin-top: 40px;
    }
    .section-overlap-image {
        background-position: 80% 50%;
        width: calc(50% - 60px + 35px);
    }
}

@media (min-width: 992px) {
    .section-overlap {
        padding: 100px 0;
    }
    .section-overlap-image {
        width: calc(50% - -80px - 45px);
    }
    .ie-10 .section-overlap .col-lg-7,
    .ie-11 .section-overlap .col-lg-7 {
        max-width: 64%;
    }
}

@media (min-width: 1200px) {
    .section-overlap * + [class*='col'] {
        margin-top: 38px;
    }
    .section-overlap-image {
        width: calc(50% - -100px + 15px);
    }
}

@media (min-width: 1600px) {
    .section-overlap {
        padding: 140px 0 170px;
    }
}

/*
* Grid modules
*/
.grid-demo {
    text-align: center;
}

.grid-demo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-demo * + p {
    margin-top: 5px;
}

.grid-demo .row + .row {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .grid-demo {
        text-align: left;
    }
    .grid-demo p {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
    .grid-demo * + p {
        margin-top: 20px;
    }
}

.grid-demo-1 [class*='col'] {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .grid-demo-1 [class*='col'] {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.grid-demo-2 [class*='col'] {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .grid-demo-2 [class*='col'] {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1600px) {
    .grid-demo-2 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.row-flex > [class*='col'] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.row-flex > [class*='col'] > * {
    flex-grow: 1;
    flex-shrink: 0;
}

@media (min-width: 1200px) {
    .container-wide {
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container-wide {
        max-width: 1600px;
    }
}

@media (min-width: 480px) and (max-width: 575px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.grid-1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}

.grid-1-item {
    flex-basis: 33%;
    max-width: 110px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .grid-1-item {
        flex-basis: 20%;
    }
}

.range {
    display: flex;
    flex-wrap: wrap;
}

.cell-inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.range > [class*='cell'] {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.range > [class*='cell'] > .row {
    margin: 0;
}

.range > [class*='cell'].container {
    padding: 0;
}

.range > [class*='col'] {
    padding: 0;
}

@media (min-width: 576px) {
    .cell-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cell-sm-6 .cell-inner {
        max-width: 270px;
    }
    .range > [class*='cell-sm']:nth-child(odd) .cell-inner {
        margin-left: auto;
    }
    .range.flex-sm-row-reverse > [class*='cell-sm']:nth-child(odd) .cell-inner {
        margin-left: 0;
    }
    .range.flex-sm-row-reverse
        > [class*='cell-sm']:nth-child(even)
        .cell-inner {
        margin-left: auto;
    }
    .range > [class*='cell-sm'].container {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .range > [class*='cell-md']:nth-child(odd) .cell-inner {
        margin-left: auto;
    }
    .range.flex-md-row-reverse > [class*='cell-md']:nth-child(odd) .cell-inner {
        margin-left: 0;
    }
    .range.flex-md-row-reverse
        > [class*='cell-md']:nth-child(even)
        .cell-inner {
        margin-left: auto;
    }
    .range > [class*='cell-md'].container {
        margin: 0;
    }
    .cell-md-5 {
        flex: 0 0 calc(50% - 60px);
        max-width: calc(50% - 60px);
    }
    .cell-md-5 .cell-inner {
        max-width: 300px;
    }
    .cell-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cell-md-6 .cell-inner {
        max-width: 360px;
    }
}

@media (min-width: 992px) {
    [class*='cell-lg'] > .row > [class*='col'] {
        flex-basis: 100%;
    }
    .cell-lg-5 {
        flex: 0 0 calc(50% - 80px);
        max-width: calc(50% - 80px);
    }
    .cell-lg-5 .cell-inner {
        max-width: 400px;
    }
    .cell-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cell-lg-6 .cell-inner {
        max-width: 480px;
    }
    .cell-inner-1 {
        padding-right: 70px;
    }
    .range > [class*='cell-lg']:nth-child(odd) .cell-inner {
        margin-left: auto;
    }
    .range.flex-lg-row-reverse > [class*='cell-lg']:nth-child(odd) .cell-inner {
        margin-left: 0;
    }
    .range.flex-lg-row-reverse
        > [class*='cell-lg']:nth-child(even)
        .cell-inner {
        margin-left: auto;
    }
    .range.flex-lg-row-reverse .cell-inner-1 {
        padding-right: 0;
        padding-left: 70px;
    }
    .range > [class*='cell-lg'].container {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .range > [class*='cell-xl'].container {
        margin: 0;
    }
    .range > [class*='cell-xl']:nth-child(odd) .cell-inner {
        margin-left: auto;
    }
    .cell-inner-1 {
        padding-right: 100px;
    }
    .range[class*='row-reverse'] .cell-inner-1 {
        padding-right: 0;
        padding-left: 100px;
    }
    .cell-xl-7 {
        flex: 0 0 calc(50% - -100px);
        max-width: calc(50% - -100px);
    }
    .cell-xl-7 .cell-inner {
        max-width: 700px;
    }
    .cell-lg-6,
    .cell-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cell-lg-6 .cell-inner,
    .cell-xl-6 .cell-inner {
        max-width: 600px;
    }
    .cell-lg-5,
    .cell-xl-5 {
        flex: 0 0 calc(50% - 100px);
        max-width: calc(50% - 100px);
    }
    .cell-lg-5 .cell-inner,
    .cell-xl-5 .cell-inner {
        max-width: 500px;
    }
    .cell-xl-4 {
        flex: 0 0 calc(50% - 200px);
        max-width: calc(50% - 200px);
    }
    .cell-xl-4 .cell-inner {
        max-width: 400px;
    }
}

@media (min-width: 1600px) {
    .cell-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cell-xxl-6 .cell-inner {
        max-width: 600px;
    }
}

/*
* Backgrounds
*/
.context-dark,
.bg-gray-900,
.bg-gray-950,
.bg-primary {
    color: #aeb1be;
}

.context-dark h1,
.bg-gray-900 h1,
.bg-gray-950 h1,
.bg-primary h1,
.context-dark h2,
.bg-gray-900 h2,
.bg-gray-950 h2,
.bg-primary h2,
.context-dark h3,
.bg-gray-900 h3,
.bg-gray-950 h3,
.bg-primary h3,
.context-dark h4,
.bg-gray-900 h4,
.bg-gray-950 h4,
.bg-primary h4,
.context-dark h5,
.bg-gray-900 h5,
.bg-gray-950 h5,
.bg-primary h5,
.context-dark h6,
.bg-gray-900 h6,
.bg-gray-950 h6,
.bg-primary h6,
.context-dark [class*='heading-'],
.bg-gray-900 [class*='heading-'],
.bg-gray-950 [class*='heading-'],
.bg-primary [class*='heading-'] {
    color: #ffffff;
}

.context-dark h5,
.bg-gray-900 h5,
.bg-gray-950 h5,
.bg-primary h5,
.context-dark .heading-5,
.bg-gray-900 .heading-5,
.bg-gray-950 .heading-5,
.bg-primary .heading-5 {
    color: #aeb1be;
}

.context-dark .text-xl,
.bg-gray-900 .text-xl,
.bg-gray-950 .text-xl,
.bg-primary .text-xl {
    color: #ffffff;
}

.context-dark .brand .brand-logo-dark,
.bg-gray-900 .brand .brand-logo-dark,
.bg-gray-950 .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark {
    display: none;
}

.context-dark .brand .brand-logo-light,
.bg-gray-900 .brand .brand-logo-light,
.bg-gray-950 .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light {
    display: block;
}

.context-dark .button-primary:hover,
.bg-gray-900 .button-primary:hover,
.bg-gray-950 .button-primary:hover,
.bg-primary .button-primary:hover,
.context-dark .button-primary:active,
.bg-gray-900 .button-primary:active,
.bg-gray-950 .button-primary:active,
.bg-primary .button-primary:active {
    color: #29293a;
    background-color: #eff2f4;
    border-color: #eff2f4;
}

.context-dark .button-primary.button-raven::after,
.bg-gray-900 .button-primary.button-raven::after,
.bg-gray-950 .button-primary.button-raven::after,
.bg-primary .button-primary.button-raven::after {
    background: #eff2f4;
}

.context-dark .button-primary.button-raven:hover,
.bg-gray-900 .button-primary.button-raven:hover,
.bg-gray-950 .button-primary.button-raven:hover,
.bg-primary .button-primary.button-raven:hover {
    background-color: #66b848;
}

.context-dark .button-link::after,
.bg-gray-900 .button-link::after,
.bg-gray-950 .button-link::after,
.bg-primary .button-link::after {
    background: #eff2f4;
}

.context-dark .button-link:hover,
.bg-gray-900 .button-link:hover,
.bg-gray-950 .button-link:hover,
.bg-primary .button-link:hover {
    color: #eff2f4;
}

.context-dark .button-load-1:hover .icon,
.bg-gray-900 .button-load-1:hover .icon,
.bg-gray-950 .button-load-1:hover .icon,
.bg-primary .button-load-1:hover .icon {
    color: #ffffff;
}

/*
* Light Backgrounds
*/
.bg-default {
    background-color: #ffffff;
}

.bg-default:not([style*='background-'])
    + .bg-default:not([style*='background-']) {
    padding-top: 0;
}

.bg-gray-50 {
    background-color: #f8f8fb;
}

.bg-gray-50:not([style*='background-'])
    + .bg-gray-50:not([style*='background-']) {
    padding-top: 0;
}

.bg-gray-100 {
    background-color: #f7f7f7;
}

.bg-gray-100:not([style*='background-'])
    + .bg-gray-100:not([style*='background-']) {
    padding-top: 0;
}

.bg-gray-100 .form-input {
    background: #ffffff;
}

.bg-gray-200 {
    background-color: #eff2f4;
}

.bg-gray-200:not([style*='background-'])
    + .bg-gray-200:not([style*='background-']) {
    padding-top: 0;
}

/*
* Dark Backgrounds
*/
.bg-gray-900 {
    background-color: #29293a;
}

.bg-gray-900:not([style*='background-'])
    + .bg-gray-900:not([style*='background-']) {
    padding-top: 0;
}

.bg-gray-900 .form-input {
    background: #ffffff;
}

.bg-gray-950 {
    background-color: #1f1f1f;
}

.bg-gray-950:not([style*='background-'])
    + .bg-gray-950:not([style*='background-']) {
    padding-top: 0;
}

.bg-gray-950 .form-input {
    background: #ffffff;
}

.bg-color-gray-900 {
    background-color: #29293a;
}

.bg-color-gray-900:not([style*='background-'])
    + .bg-color-gray-900:not([style*='background-']) {
    padding-top: 0;
}

.bg-color-gray-950 {
    background-color: #1f1f1f;
}

.bg-color-gray-950:not([style*='background-'])
    + .bg-color-gray-950:not([style*='background-']) {
    padding-top: 0;
}

/*
* Accent Backgrounds
*/
.bg-primary {
    background-color: #66b848;
}

.bg-primary:not([style*='background-'])
    + .bg-primary:not([style*='background-']) {
    padding-top: 0;
}

.bg-primary .button-primary,
.bg-primary .button-primary:focus {
    color: #5e5e63;
    background-color: #ffffff;
    border-color: #ffffff;
}

.bg-primary .button-primary:hover,
.bg-primary .button-primary:active {
    color: #ffffff;
    background-color: #29293a;
    border-color: #29293a;
}

.bg-primary .button-primary.button-raven::after {
    background: #29293a;
}

.bg-primary .button-primary.button-raven:hover {
    background-color: #ffffff;
}

/*
* Background Image
*/
.bg-image {
    background-size: cover;
    background-position: center center;
}

.bg-image-1 {
    background-position: 62% center;
}

@media (max-width: 767.98px) {
    .bg-image-1 {
        position: relative;
    }
    .bg-image-1::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #f7f7f7;
        opacity: 0.8;
    }
}

@media (min-width: 576px) {
    .bg-image-1 {
        background-position: 54% center;
    }
}

@media (min-width: 1200px) {
    .bg-image-1 {
        background-position: 62% center;
    }
}

.bg-image-2 {
    background-position: 25% center;
}

@media (max-width: 767.98px) {
    .bg-image-2 {
        position: relative;
    }
    .bg-image-2::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #29293a;
        opacity: 0.8;
    }
}

@media (min-width: 576px) {
    .bg-image-2 {
        background-position: 55% center;
    }
}

@media (min-width: 1200px) {
    .bg-image-2 {
        background-position: 62% center;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .bg-fixed {
        background-attachment: fixed;
    }
}

[class*='bg-overlay'] {
    position: relative;
}

[class*='bg-overlay']::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

[class*='bg-overlay'] > * {
    position: relative;
    z-index: 1;
}

.bg-overlay-1::before {
    opacity: 0.5;
    background: #000000;
}

/*
* Utilities custom
*/
.height-fill {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.height-fill > * {
    flex-grow: 1;
    flex-shrink: 0;
}

.height-fill .google-map-container {
    display: flex;
}

.object-inline {
    white-space: nowrap;
}

.object-inline > * {
    display: inline-block;
    min-width: 20px;
    vertical-align: top;
    white-space: normal;
}

.object-inline > * + * {
    margin-left: 5px;
}

.oh {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .f1 {
        width: 105%;
    }
}

.text-decoration-lines {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.text-decoration-lines-content {
    position: relative;
    display: inline-block;
    min-width: 170px;
    font-size: 13px;
    text-transform: uppercase;
}

.text-decoration-lines-content::before,
.text-decoration-lines-content::after {
    content: '';
    position: absolute;
    height: 1px;
    background: #eff2f4;
    top: 50%;
    width: 100vw;
}

.text-decoration-lines-content::before {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
    right: 0;
    transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
    margin-top: 30px;
}

.text-block > * {
    margin-left: 0.125em;
    margin-right: 0.125em;
}

.tip-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    padding-left: 2px;
    margin-bottom: 5px;
    font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2em;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #eff2f4;
    color: #29293a;
    cursor: pointer;
}

.img-object {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.img-object::before {
    content: '';
    display: block;
    width: 100%;
}

.img-object-1::before {
    padding-bottom: 56.77083%;
}

.brand-text {
    display: inline-block;
}

.brand-text,
.brand-text:active,
.brand-text:focus,
.brand-text:hover {
    color: #828590;
}

/*
*
* Animate.css
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.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;
}

@-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;
}

@-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;
}

@-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;
}

@-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;
}

@-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;
}

@-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;
}

@-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;
}

@-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;
}

@-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;
}

@-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;
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
    transform-origin: 50% 100%;
}

/*
*
* Preloader
*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 0.3s all ease;
    pointer-events: none;
    backface-visibility: hidden;
}

.preloader::before,
.preloader::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    transition: 0.2s linear;
    transform: translateX(0);
    pointer-events: none;
}

.preloader::before {
    left: 0;
    right: 50%;
    background: #ffffff;
}

.preloader::after {
    left: 50%;
    right: 0;
    background: #f8f8fb;
}

.preloader.loaded::before,
.preloader.loaded::after {
    transition: 0.4s linear;
}

.preloader.loaded::before {
    transform: translateX(-100%);
}

.preloader.loaded::after {
    transform: translateX(100%);
}

.preloader.loaded .preloader-logo,
.preloader.loaded .preloader-body {
    opacity: 0;
    visibility: hidden;
    transition: 0s;
}

.preloader-logo,
.preloader-body {
    transition: 0s 0.2s;
}

.preloader-logo {
    position: relative;
    z-index: 10;
    transform: translate3d(0, -50%, 0);
    padding: 40px;
}

.preloader-body {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

.cssload-container {
    width: 100%;
    height: 50px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 3px solid #66b848;
    border-radius: 50%;
    border-left-color: #e0e6ea;
    border-bottom-color: #e0e6ea;
    animation: cssload-spin 0.88s infinite linear;
}

@-webkit-keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

/*
*
* ToTop
*/
.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 52px;
    color: #ffffff;
    background: #66b848;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: 0.45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
    color: #ffffff;
    background: #5e5e63;
    text-decoration: none;
}

.ui-to-top:focus {
    color: #ffffff;
}

.ui-to-top.active {
    transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu,
.rd-navbar-simple.rd-navbar-fixed .rd-navbar-toggle {
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.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 {
    display: none;
    background: #ffffff;
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #29293a;
    background-color: transparent;
    border: none;
    display: none;
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    transition: 0.3s all ease;
}

.rd-navbar-toggle span:after {
    top: 8px;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
    width: 30px;
    height: 3px;
    background-color: #29293a;
    backface-visibility: hidden;
    border-radius: 0;
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    transition-property: top, transform;
}

.rd-navbar-toggle.active span {
    transition: background 0.3s 0s ease;
    background: transparent;
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
    top: 0;
    transition-delay: 0s, 0.3s;
}

.rd-navbar-toggle.active span:before {
    transform: rotate(45deg);
}

.rd-navbar-toggle.active span:after {
    transform: rotate(-45deg);
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #29293a;
    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: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #29293a;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.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(18px);
}

.rd-navbar-collapse-toggle.active span:after {
    transform: translateY(-18px);
}

.rd-navbar-brand a {
    display: block;
}

.rd-nav-item > .rd-navbar-submenu-toggle {
    margin-left: 4px;
    font-family: 'Material Design Icons';
    font-size: 1.11111em;
    cursor: pointer;
}

.rd-nav-item > .rd-navbar-submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: 0.22s;
    content: '\f236';
    font-weight: 400;
}

.rd-nav-link {
    font-weight: 400;
    text-transform: uppercase;
}

.rd-navbar-search {
    position: relative;
    display: inline-flex;
}

.rd-navbar-search .form-input {
    min-height: 50px;
    padding: 8px 50px 8px 20px;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 7px 10px 0 rgba(98, 103, 119, 0.09);
}

.rd-navbar-search .form-label {
    top: 25px;
}

.rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #828590;
    transition: 0.33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
    color: #66b848;
}

.rd-navbar-search-toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-flex;
    color: #29293a;
}

.rd-navbar-search-toggle::-moz-focus-inner {
    border: none;
    padding: 0;
}

.rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.rd-navbar-search-toggle span,
.rd-navbar-search-toggle span::before,
.rd-navbar-search-toggle span::after {
    transition: 0.3s all ease-in-out;
}

.rd-navbar-search-toggle span::before,
.rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rd-navbar-search-toggle span::before {
    content: '';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: 'Material Design Icons';
}

.rd-navbar-search-toggle span::after {
    content: '';
    transform: rotate(-90deg) scale(0.4);
    opacity: 0;
    visibility: hidden;
    font-family: 'Material Design Icons';
}

.rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0.4);
}

.rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-search-toggle:hover {
    color: #66b848;
}

.rd-navbar-dropdown {
    display: none;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
    display: block;
}

.rd-navbar-static .rd-nav-item {
    display: inline-block;
    white-space: nowrap;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #66b848;
    background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
    color: #66b848;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #66b848;
    background: transparent;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
    color: #66b848;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static
    .rd-nav-item
    .rd-nav-link:hover
    + .rd-navbar-submenu-toggle::before {
    transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
    color: #66b848;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
    margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 38px;
}

.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: #29293a;
    font-size: 16px;
    line-height: 1.2;
    transition: 0.25s;
    white-space: normal;
}

.rd-navbar-static .rd-nav-link:hover {
    color: #66b848;
}

.rd-navbar-static .rd-menu {
    z-index: 15;
    position: absolute;
    display: block;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 7px 10px 0 rgba(98, 103, 119, 0.09);
    transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: -27px;
    width: 265px;
    padding: 20px 27px 25px;
    background: #ffffff;
    z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    top: -1px;
    left: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-left: 15px;
    transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 15px;
    transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
    color: #b37800;
}

.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
    margin-top: 14px;
}

.rd-navbar-static .rd-dropdown-link {
    color: #828590;
}

.rd-navbar-static .rd-dropdown-link:hover {
    color: #b37800;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
    position: relative;
    display: flex;
    padding: 1px 22px 1px 0;
    text-align: left;
}

.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: #828590;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
    color: #b37800;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
    transition: 0.2s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
    position: absolute;
    top: 1px;
    left: -22px;
    display: inline-block;
    content: '\f14f';
    font-family: 'Material Design Icons';
    font-size: inherit;
    line-height: inherit;
    color: #aeb1be;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
    left: 0;
    padding-left: 22px;
    padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
    display: flex;
    left: 0;
    width: 100%;
    max-width: 1200px;
    padding: 30px 40px;
    background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
    flex-basis: 50%;
    flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
    padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eff2f4;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
    margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
    color: #000000;
    background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
    color: #66b848;
    background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
    margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
    visibility: visible;
    opacity: 1;
}

.rd-navbar-static .rd-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 370px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 30px;
    z-index: 2;
}

@media (min-width: 1200px) {
    .rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
        margin-left: 6px;
    }
    .rd-navbar-static .rd-nav-link {
        font-size: 18px;
    }
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    background: #ffffff;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-menu,
.rd-navbar-static.rd-navbar--is-clone .rd-menu {
    margin-top: 23px;
}

.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    margin-left: 6px;
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px;
    max-height: 37px;
    width: auto;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1079;
    width: 270px;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #fdcf71;
    border: none;
    border-radius: 0;
    opacity: 0.2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
    background: #66b848;
    border: none;
    border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
    text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
    display: block;
    padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened > .rd-menu {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
    padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::before {
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
    display: none;
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed
    .rd-navbar-submenu
    .rd-navbar-dropdown
    .rd-navbar-submenu-toggle::before {
    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-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    display: block;
    padding: 9px 56px 9px 16px;
    font-size: 14px;
    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-megamenu-item + .rd-megamenu-item {
    margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 56px;
    height: 52px;
    text-align: center;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::before {
    content: '\f107';
    font: 400 14px 'FontAwesome';
    line-height: 52px;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    display: block;
    position: fixed;
    right: 50px;
    top: 4px;
    z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse-content {
    position: fixed;
    right: 0;
    top: 56px;
    z-index: 1079;
    transform: translate3d(0, -10px, 0);
    padding: 15px;
    width: auto;
    border-radius: 0 0 4px 4px;
    background: #ffffff;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.22s;
    box-shadow: -5px 6px 35px 0px rgba(0, 0, 0, 0.1);
}

.rd-navbar-fixed .rd-navbar-collapse-content.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse-content > * + * {
    margin-top: 12px;
}

.rd-navbar-fixed .rd-navbar-main {
    position: absolute;
    float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
    position: fixed;
    right: 0;
    left: 0;
    top: 56px;
    z-index: 1079;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    transform: translate3d(0, -100%, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
    display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
    padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    transition: 0.3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
    content: '';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: 'Material Design Icons';
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    content: '';
    transform: rotate(-90deg) scale(0.4);
    opacity: 0;
    visibility: hidden;
    font-family: 'Material Design Icons';
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
    position: fixed;
    top: 4px;
    z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
    right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
    right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #828590;
    border-bottom: 1px solid #eff2f4;
    background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #ffffff;
    background: #ffffff;
    border: 1px solid #eff2f4;
    box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #ffffff;
    background: #66b848;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
    color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
    color: #828590;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    color: #828590;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
    color: #ffffff;
    background: #b37800;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #aeb1be;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    border-bottom: 1px solid #eff2f4;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
    color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
    color: #66b848;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #828590;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #aeb1be;
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle span:after,
.context-dark.rd-navbar-fixed .rd-navbar-toggle span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    transition: 0.3s all ease;
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle span:after {
    top: 8px;
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle span:after,
.context-dark.rd-navbar-fixed .rd-navbar-toggle span:before,
.context-dark.rd-navbar-fixed .rd-navbar-toggle span {
    width: 30px;
    height: 3px;
    background-color: #aeb1be;
    backface-visibility: hidden;
    border-radius: 0;
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle span:before,
.context-dark.rd-navbar-fixed .rd-navbar-toggle span:after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    transition-property: top, transform;
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle.active span {
    transition: background 0.3s 0s ease;
    background: transparent;
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle.active span:before,
.context-dark.rd-navbar-fixed .rd-navbar-toggle.active span:after {
    top: 0;
    transition-delay: 0s, 0.3s;
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle.active span:before {
    transform: rotate(45deg);
}

.context-dark.rd-navbar-fixed .rd-navbar-toggle.active span:after {
    transform: rotate(-45deg);
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px;
}

/**
*
* RD Navbar Classic
*/
.rd-navbar-classic.rd-navbar-static {
    border-bottom: 1px solid #e0e6ea;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
    background-color: #f7f7f7;
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1170px;
    padding: 25px 0;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main > * + * {
    margin-left: 30px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
    min-width: 240px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
    display: inline-block;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
    flex-grow: 1;
    text-align: right;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
        min-width: 300px;
    }
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding: 26px 0 36px;
    }
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main > * + * {
        margin-left: 45px;
    }
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
    border-bottom-color: #eff2f4;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 15px 0;
    height: 75px;
    align-items: center;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
    max-height: 45px;
}

.context-dark.rd-navbar-classic .rd-navbar-search-toggle {
    color: #aeb1be;
}

.context-dark.rd-navbar-classic .rd-navbar-search-toggle:hover {
    color: #66b848;
}

.context-dark.rd-navbar-classic.rd-navbar-static {
    background: #29293a;
}

.context-dark.rd-navbar-classic.rd-navbar-static
    .rd-nav-item.focus
    .rd-nav-link,
.context-dark.rd-navbar-classic.rd-navbar-static
    .rd-nav-item.opened
    .rd-nav-link {
    color: #66b848;
}

.context-dark.rd-navbar-classic.rd-navbar-static
    .rd-nav-item.focus
    > .rd-navbar-submenu-toggle,
.context-dark.rd-navbar-classic.rd-navbar-static
    .rd-nav-item.opened
    > .rd-navbar-submenu-toggle {
    color: #66b848;
}

.context-dark.rd-navbar-classic.rd-navbar-static
    .rd-nav-item.active
    .rd-nav-link {
    color: #66b848;
}

.context-dark.rd-navbar-classic.rd-navbar-static
    .rd-nav-item.active
    > .rd-navbar-submenu-toggle {
    color: #66b848;
}

.context-dark.rd-navbar-classic.rd-navbar-static
    .rd-nav-item
    > .rd-navbar-submenu-toggle:hover {
    color: #66b848;
}

.context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-link {
    color: #aeb1be;
}

.context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover {
    color: #66b848;
}

.context-dark.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck {
    border-color: #000000;
}

.context-dark.rd-navbar-classic.rd-navbar-fixed .rd-navbar-panel {
    background: #29293a;
    border-color: #000000;
}

/**
*
* RD Navbar Modern
*/
.rd-navbar-static-linked .rd-navbar-modern-linked .rd-navbar-wrap {
    display: flex;
}

.rd-navbar-modern.rd-navbar-static {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-outer,
.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-outer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-outer {
    background: #f7f7f7;
    border-bottom: 1px solid transparent;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main,
.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main > * + * {
    margin-left: 30px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside,
.rd-navbar-modern.rd-navbar-static .rd-navbar-collapse-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
    padding: 15px 0;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside > * + * {
    margin-left: 35px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-collapse {
    flex-grow: 1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-collapse-content > * + * {
    margin-left: 25px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
    min-width: 240px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand {
    display: inline-block;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 68px;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
        min-width: 320px;
    }
    .rd-navbar-modern.rd-navbar-static .rd-navbar-main {
        padding: 30px 0;
    }
    .rd-navbar-modern.rd-navbar-static .rd-navbar-main > * + * {
        margin-left: 45px;
    }
    .rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
        position: relative;
    }
    .rd-navbar-modern.rd-navbar-static .rd-navbar-nav > li + li {
        margin-left: 68px;
        margin-right: 20px;
    }
    .rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
        min-height: 160px;
    }
    .ie-10 .rd-navbar-modern.rd-navbar-static .rd-navbar-aside,
    .ie-11 .rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
        height: 0;
    }
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone {
    position: relative;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1080;
    border-bottom-color: #e0e6ea;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    height: 75px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-collapse-toggle {
    right: 4px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-search-toggle {
    right: 50px;
}

.rd-navbar-submenu-toggle {
    position: absolute;
}

@media (min-width: 1200px) {
    .rd-navbar-submenu-toggle {
        top: -2px;
    }
}

/**
*
* RD Navbar Simple
*/
.rd-navbar-fixed-linked .rd-navbar-simple-linked .page {
    padding-top: 0;
}

.rd-navbar-simple.rd-navbar-static {
    background: #ffffff;
}

.rd-navbar-simple.rd-navbar-static .rd-navbar-main-outer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-simple.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding: 15px 0;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-simple.rd-navbar-static .rd-navbar-main > * + * {
    margin-right: 35px;
}

.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap {
    position: relative;
    padding: 24px 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 12px 29px 0 rgba(104, 107, 116, 0.14);
    transform: translateX(-20px);
    opacity: 0;
    visibility: hidden;
    transition: 0.22s;
}

@supports (filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))) {
    .rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap {
        box-shadow: none;
        filter: drop-shadow(0 12px 29px rgba(104, 107, 116, 0.14));
    }
}

.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    right: -10px;
    width: 20px;
    height: 20px;
    background: #ffffff;
}

.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap > * + * {
    margin-right: 45px;
}

.rd-navbar-simple.rd-navbar-static .rd-navbar-nav > * + * {
    margin-left: 30px;
}

.rd-navbar-simple.rd-navbar-static .rd-navbar-toggle {
    display: flex;
    border-radius: 4px;
    width: 80px;
    height: 80px;
    background-color: transparent;
    box-shadow: none;
    transition: 0.22s;
}

@media (min-width: 1200px) {
    .rd-navbar-simple.rd-navbar-static .rd-navbar-main {
        padding: 23px 0;
    }
    .rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap {
        padding-right: 60px;
        padding-left: 60px;
    }
    .rd-navbar-simple.rd-navbar-static .rd-navbar-nav > li + li {
        margin-left: 55px;
    }
}

.rd-navbar-simple.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-simple.rd-navbar-static.rd-navbar--is-clone {
    position: relative;
}

.rd-navbar-simple.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer,
.rd-navbar-simple.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1080;
}

.rd-navbar-simple.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-toggle,
.rd-navbar-simple.rd-navbar-static.rd-navbar--is-clone .rd-navbar-toggle {
    background: #ffffff;
    box-shadow: 0 12px 29px 0 rgba(104, 107, 116, 0.14);
}

@media (min-width: 1600px) {
    .rd-navbar-simple .rd-navbar-main {
        right: -30px;
    }
}

.rd-navbar-simple.rd-navbar-fixed .rd-navbar-panel {
    position: static;
}

.rd-navbar-simple.rd-navbar-fixed .rd-navbar-toggle {
    position: fixed;
    top: 7px;
    right: 7px;
    left: auto;
    z-index: 1080;
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 12px 29px 0 rgba(104, 107, 116, 0.14);
}

.rd-navbar-simple.rd-navbar-fixed .rd-navbar-toggle.active {
    right: 207px;
    box-shadow: none;
}

.rd-navbar-simple.rd-navbar-fixed .rd-navbar-nav-wrap {
    left: auto;
    right: 0;
    transform: translateX(101%);
    box-shadow: 0 12px 29px 0 rgba(104, 107, 116, 0.14);
    border: 0;
}

.rd-navbar-simple.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.rd-navbar-simple.rd-navbar-fixed .rd-nav-link {
    font-weight: 500;
}

.rd-navbar-simple.rd-navbar-fixed .rd-navbar-search-toggle {
    display: none;
}

.rd-navbar-simple.rd-navbar-fixed .rd-navbar-search {
    padding: 15px 0;
}

.rd-navbar-simple.rd-navbar-fixed .rd-search {
    position: relative;
    top: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    flex-shrink: 0;
}

.rd-navbar-simple.rd-navbar-fixed .rd-search .form-input {
    height: 56px;
    border: 1px solid #f7f7f7;
    border-radius: 0;
    box-shadow: none;
}

/*
*
* Swiper
*/
.swiper-container {
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container {
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease-in;
    will-change: transform;
    z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #66b848;
}

@media (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 30px;
}

.swiper-button-prev:before {
    font-family: 'FontAwesome';
    content: '\f060';
}

.swiper-button-next {
    right: 30px;
}

.swiper-button-next:before {
    font-family: 'FontAwesome';
    content: '\f061';
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
    content: '\f061';
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
    content: '\f060';
}

.swiper-pagination {
    position: absolute;
    z-index: 10;
    display: block;
    text-align: center;
    transition: 0.3s;
    transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.2s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    background: white;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination.swiper-pagination-modern {
    display: inline-block;
    width: auto;
    right: auto;
    left: auto;
}

.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #828590;
    text-align: center;
    transition: 0.33s;
    line-height: 8px;
    margin: 0 30px;
}

.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 300%;
    height: 300%;
}

.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet:hover {
    background: #66b848;
    transform: scale3d(1.75, 1.75, 1);
}

.swiper-pagination.swiper-pagination-modern
    .swiper-pagination-bullet-active::before,
.swiper-pagination.swiper-pagination-modern
    .swiper-pagination-bullet:hover::before {
    width: 200%;
    height: 200%;
}

@media (max-width: 575.98px) {
    .swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet {
        margin: 0 15px;
    }
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.swiper-slide-caption {
    width: 100%;
    white-space: normal;
}

.swiper-slider-1 {
    margin-bottom: -1px;
    min-height: 300px;
}

@media (min-width: 768px) {
    .swiper-slider-1 {
        min-height: 42.1875vw;
    }
    .swiper-slider-1 .swiper-pagination {
        bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .swiper-slider-1 .swiper-pagination {
        bottom: 70px;
    }
}

@media (min-width: 2050px) {
    .swiper-slider-1 {
        min-height: 810px;
    }
}

/*
*
* Google Map
*/
.google-map-markers {
    display: none;
}

.google-map-container {
    width: 100%;
}

.google-map {
    width: 100%;
    min-height: 200px;
}

.google-map img {
    max-width: none !important;
}

@media (min-width: 576px) {
    .google-map {
        min-height: 250px;
    }
}

@media (min-width: 768px) {
    .google-map {
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    .google-map {
        min-height: 350px;
    }
}

@media (min-width: 1200px) {
    .google-map {
        min-height: 500px;
    }
}

.map_locations {
    display: none;
}

/*
*
* Search Results
*/
.rd-search-results-live {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 600px;
    overflow-y: auto;
    margin: -3px 0 0;
    text-align: left;
    z-index: 998;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 7px 10px 0 rgba(98, 103, 119, 0.09);
}

.rd-search-results-live #search-results {
    position: relative;
    padding: 16px 0 0;
    color: #29293a;
    background: #f7f7f7;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
}

.rd-search-results-live #search-results::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    border: 1px solid #eff2f4;
    border-top: 0;
}

.rd-search-results-live #search-results.active {
    opacity: 1;
    visibility: visible;
}

.rd-search-results-live .search-quick-result {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #aeb1be;
}

.rd-search-results-live .search-list {
    margin-top: 11px;
}

.rd-search-results-live .search-list li:only-child {
    padding: 0 15px 15px;
}

.rd-search-results-live .search-link:hover {
    color: #66b848;
}

.rd-search-results-live .search-error {
    font-size: 14px;
    line-height: 1.6;
}

.rd-search-results-live .search-title {
    position: relative;
    font-size: 20px;
}

.rd-search-results-live .search-title a:hover {
    color: #66b848;
}

.rd-search-results-live .search-list-item-all {
    margin-top: 18px;
    width: 100%;
}

.rd-search-results-live .search-submit {
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
    padding: 8px;
    font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: #66b848;
}

.rd-search-results-live .search-submit:hover {
    color: #ffffff;
    background: #29293a;
}

.rd-search-results-live .match {
    display: none;
}

.not-empty ~ .rd-search-results-live {
    visibility: visible;
    opacity: 1;
}

.rd-search-results-live p {
    font-size: 14px;
}

.rd-search-results-live p * {
    margin: 0;
}

.rd-search-results-live .search-list-item {
    padding: 0 15px;
}

.rd-search-results-live * + p {
    margin-top: 5px;
}

.rd-search-results-live .search-list-item + .search-list-item {
    margin-top: 17px;
}

.rd-search-results .search-list {
    counter-reset: li;
    text-align: left;
    padding-left: 0;
    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: 35px;
    color: #828590;
}

.rd-search-results .search-list-item::before {
    content: counter(li) '.';
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: inherit;
    color: #828590;
}

.rd-search-results .search-list-item + .search-list-item {
    margin-top: 40px;
}

.rd-search-results .search {
    color: #ffffff;
    padding: 0 0.25em;
    background: #66b848;
}

.rd-search-results .match {
    padding: 5px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}

.rd-search-results .match em {
    margin: 0;
    font-style: normal;
}

.rd-search-results p * {
    margin: 0;
}

.rd-search-results * + p {
    margin-top: 10px;
}

.rd-search-results * + .match {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .rd-search-results .search-list-item::before {
        top: 2px;
    }
    .rd-search-results * + p {
        margin-top: 12px;
    }
}

@media (min-width: 992px) {
    .rd-search-results .search-list-item {
        padding-left: 40px;
    }
    .rd-search-results .search-list-item + .search-list-item {
        margin-top: 55px;
    }
}

@media (min-width: 1200px) {
    .rd-search-results .search-list-item {
        padding-left: 65px;
    }
    .rd-search-results .search-list-item + .search-list-item {
        margin-top: 60px;
    }
}

* + .rd-search-results {
    margin-top: 40px;
}

@media (min-width: 768px) {
    * + .rd-search-results {
        margin-top: 55px;
    }
}

/*
*
* RD Twitter
*/
.twitter-light-group > h6 {
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
}

.tweet-light {
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 370px;
}

.tweet-light > * + * {
    margin-left: 10px;
}

.icon.tweet-light-icon {
    font-size: 1.55556em;
    color: #66b848;
}

.tweet-light-meta {
    display: block;
    font-size: 14px;
    line-height: 1.28571;
    color: #aeb1be;
}

.context-dark .tweet-light,
.bg-gray-900 .tweet-light,
.bg-gray-950 .tweet-light,
.bg-primary .tweet-light {
    color: #ffffff;
}

.context-dark .tweet-light a:hover,
.bg-gray-900 .tweet-light a:hover,
.bg-gray-950 .tweet-light a:hover,
.bg-primary .tweet-light a:hover {
    color: #66b848;
    text-decoration: underline;
}

.context-dark .tweet-light-meta,
.bg-gray-900 .tweet-light-meta,
.bg-gray-950 .tweet-light-meta,
.bg-primary .tweet-light-meta {
    color: #aeb1be;
}

* + .twitter-light-group {
    margin-top: 20px;
}

* + .tweet-light {
    margin-top: 20px;
}

* + .tweet-light-meta {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .tweet-light > * + * {
        margin-left: 20px;
    }
    * + .tweet-light {
        margin-top: 35px;
    }
}

.twitter-thin-group > h6 {
    display: none !important;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
}

.tweet-thin {
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 340px;
    font-size: 14px;
    line-height: 1.5em;
}

.tweet-thin > * + * {
    margin-left: 10px;
}

.icon.tweet-thin-icon {
    font-size: 20px;
    color: #828590;
}

.tweet-thin-meta {
    display: block;
    font-size: 14px;
    line-height: 1.28571;
    color: #aeb1be;
}

.context-dark .tweet-thin,
.bg-gray-900 .tweet-thin,
.bg-gray-950 .tweet-thin,
.bg-primary .tweet-thin {
    color: #f7f7f7;
}

.context-dark .tweet-thin a:hover,
.bg-gray-900 .tweet-thin a:hover,
.bg-gray-950 .tweet-thin a:hover,
.bg-primary .tweet-thin a:hover {
    color: inherit;
    text-decoration: underline;
}

.context-dark .tweet-thin-meta,
.bg-gray-900 .tweet-thin-meta,
.bg-gray-950 .tweet-thin-meta,
.bg-primary .tweet-thin-meta {
    color: #aeb1be;
}

* + .twitter-thin-group {
    margin-top: 20px;
}

* + .tweet-thin {
    margin-top: 27px;
}

* + .tweet-thin-meta {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .tweet-thin > * + * {
        margin-left: 20px;
    }
}

/*
*
* Isotope
*/
@keyframes sprite-animation {
    from {
        background-position: 0 0;
    }
}

[data-isotope-layout] {
    z-index: 0;
    display: block;
    min-height: 160px;
    margin-left: -15px;
    margin-right: -15px;
    transition: 0.4s all ease;
}

[data-isotope-layout]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: 15px;
    background-image: url('../images/isotope-loader.png');
    background-position: -1152px 0;
    animation: 0.7s sprite-animation steps(18) infinite;
    transition: 0.4s all ease;
    transform: translate3d(-50%, -50%, 0);
}

[data-isotope-layout] [class*='col-'] {
    display: block;
    opacity: 0;
    will-change: transform;
    backface-visibility: hidden;
    transition: 0.1s opacity ease-in;
}

[data-isotope-layout].isotope--loaded [class*='col-'] {
    opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden;
}

.isotope.isotope-condensed {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.isotope.isotope-condensed [class*='col'] {
    padding: 0;
    margin: 0 0 30px 0;
}

@media (min-width: 576px) {
    .isotope.isotope-condensed [class*='col'] {
        margin: 0 -1px -1px 0;
    }
}

.isotope-filters-list {
    position: relative;
    margin-left: -20px;
    margin-bottom: -10px;
}

.isotope-filters-list > * {
    margin-left: 20px;
}

.isotope-filters-list::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 10px;
    border-bottom: 1px solid #eff2f4;
}

.isotope-filters-list li {
    display: inline-block;
    margin-bottom: 10px;
}

.isotope-filters-list a {
    position: relative;
    display: block;
    z-index: 1;
    padding-bottom: 12px;
    color: #aeb1be;
}

.isotope-filters-list a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.4s;
    background: #66b848;
}

.isotope-filters-list a:hover {
    color: #404058;
}

.isotope-filters-list a.active {
    color: #404058;
}

.isotope-filters-list a.active::after {
    right: auto;
    left: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .isotope-filters-list {
        margin-left: -42px;
    }
    .isotope-filters-list > * {
        margin-left: 42px;
    }
    .isotope-filters-list::after {
        left: 45px;
    }
}

@media (max-width: 767.98px) {
    .isotope-filters-modern {
        position: relative;
        z-index: 10;
        text-align: center;
    }
    .isotope-filters-toggle {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 20px;
        color: #ffffff;
        background: #66b848;
        box-shadow: none;
        border: 0;
    }
    .isotope-filters-toggle .caret {
        position: relative;
        display: inline-block;
        margin-left: 5px;
        font-family: 'FontAwesome';
        font-size: 14px;
        transition: 0.22s;
        will-change: transform;
    }
    .isotope-filters-toggle .caret::before {
        content: '\f107';
    }
    .isotope-filters-toggle.active .caret {
        transform: scale(1, -1);
    }
    .isotope-filters-list {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 10;
        min-width: 240px;
        margin-top: 5px;
        margin-left: -120px;
        padding: 15px 20px;
        border: 1px solid #eff2f4;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        transition: 0.3s ease-in;
    }
    .isotope-filters-list::after {
        display: none;
    }
    .isotope-filters-list.active {
        opacity: 1;
        visibility: visible;
    }
    .isotope-filters-list li {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .isotope-filters-list a {
        padding: 0;
    }
    .isotope-filters-list a::after {
        display: none;
    }
}

@media (min-width: 768px) {
    .isotope-filters-modern .isotope-filters-toggle {
        display: none;
    }
}

* + .isotope {
    margin-top: 30px;
}

@media (min-width: 768px) {
    * + .isotope {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .isotope-filters-modern + .isotope {
        margin-top: 70px;
    }
}

[class*='isotope-item-placeholder'] {
    position: relative;
    overflow: hidden;
    display: flex;
}

[class*='isotope-item-placeholder']::after {
    content: '';
    display: block;
    padding-bottom: 100%;
    visibility: hidden;
}

[class*='isotope-item-placeholder'] > *,
[class*='isotope-item-placeholder']::after {
    width: 100%;
    flex-shrink: 0;
}

.isotope-item-placeholder-1::after {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .isotope-item-placeholder-1::after {
        padding-bottom: 45.94595%;
    }
}

.isotope-item-placeholder-2 {
    pointer-events: none;
}

.isotope-item-placeholder-2::after {
    padding-bottom: 24.32432%;
}

.tabs-custom {
    text-align: left;
}

.tabs-custom .nav {
    display: block;
}

.tabs-custom .nav-tabs {
    word-spacing: 0;
    border: 0;
}

.tabs-custom .nav-tabs:before,
.tabs-custom .nav-tabs:after {
    display: none;
}

.tabs-custom .nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: 0.33s all ease;
    margin-bottom: 0;
}

.tabs-custom .nav-link {
    margin: 0;
    border-radius: 0;
    border: 0;
}

.tabs-custom .nav-link:active,
.tabs-custom .nav-link:focus {
    border: 0;
}

.tabs-custom .nav-link.active {
    cursor: default;
    border: 0;
}

.tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.tabs-line .nav-tabs {
    position: relative;
}

.tabs-line .nav-link {
    text-align: center;
    vertical-align: middle;
    color: #aeb1be;
}

.tabs-line * + .tab-content {
    margin-top: 20px;
}

@media (max-width: 575.98px) {
    .tabs-line .nav-tabs {
        max-width: 100%;
        border: 1px solid #eff2f4;
        border-bottom: 0;
    }
    .tabs-line .nav-item {
        border-bottom: 1px solid #eff2f4;
    }
    .tabs-line .nav-link {
        padding: 7px 10px;
    }
    .tabs-line .nav-link:hover,
    .tabs-line .nav-link.active {
        color: #66b848;
    }
}

* + .tabs-line {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .tabs-line .nav-link {
        position: relative;
    }
    .tabs-line .nav-link::after {
        content: '';
        position: absolute;
        background: #66b848;
        transition: 0.22s ease;
    }
    .tabs-line.tabs-horizontal .nav-tabs {
        border: 0;
        border-bottom: 1px solid #eff2f4;
    }
    .tabs-line.tabs-horizontal .nav-item {
        display: inline-block;
    }
    .tabs-line.tabs-horizontal .nav-item:not(:last-child) {
        margin-right: 45px;
    }
    .tabs-line.tabs-horizontal .nav-link {
        padding: 0 0 12px 0;
    }
    .tabs-line.tabs-horizontal .nav-link::after {
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 0;
    }
    .tabs-line.tabs-horizontal .nav-link.active,
    .tabs-line.tabs-horizontal .nav-link:hover {
        color: #5e5e63;
    }
    .tabs-line.tabs-horizontal .nav-link.active::after {
        width: 100%;
    }
    .tabs-line.tabs-horizontal * + .tab-content {
        margin-top: 30px;
    }
    .tabs-line-1.tabs-horizontal {
        text-align: center;
    }
    .tabs-line-1.tabs-horizontal .nav-tabs {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .tabs-line-1.tabs-horizontal .tab-content {
        margin-top: 40px;
        text-align: left;
    }
    .tabs-line.tabs-vertical > * + * {
        margin-left: 50px;
    }
    .tabs-line.tabs-vertical .nav-tabs {
        min-width: 140px;
        text-align: right;
        border-right: 1px solid #eff2f4;
    }
    .tabs-line.tabs-vertical .nav-link {
        padding: 4px 10px;
    }
    .tabs-line.tabs-vertical .nav-link::after {
        top: 0;
        right: -1px;
        width: 1px;
        height: 0;
    }
    .tabs-line.tabs-vertical .nav-link.active::after {
        height: 100%;
    }
    .nav-item + .nav-item {
        margin-top: 8px;
    }
    * + .tabs-line {
        margin-top: 45px;
    }
}

@media (min-width: 576px) {
    .tabs-vertical {
        display: flex;
        align-items: flex-start;
    }
    .tabs-vertical .nav-tabs {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-shrink: 0;
        max-width: 50%;
    }
    .tabs-vertical .nav-item {
        border: 0;
        width: 100%;
        text-align: left;
    }
    .tabs-vertical .tab-content {
        margin-top: 0;
        flex-grow: 1;
    }
}

.card-group-custom {
    margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
    border-top: 0;
}

.card-group-custom .card + .card {
    margin-top: 0;
}

.card-title {
    margin-bottom: 0;
}

.card-header {
    background-color: transparent;
}

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.card-custom a {
    display: block;
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-custom .card-body {
    padding: 0;
    border: 0;
}

* + .card-group-custom {
    margin-top: 30px;
}

@media (min-width: 768px) {
    * + .card-group-custom {
        margin-top: 40px;
    }
}

/* 
* Card corporate
*/
.card-corporate {
    border-top: 1px solid #f7f7f7;
    text-align: left;
}

.card-corporate:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.card-corporate .card-collapse {
    background: #ffffff;
}

.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    padding: 15px 40px 15px 70px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #404058;
    transition: 1.3s all ease;
}

.card-corporate .card-title a[aria-expanded='true'],
.card-corporate .card-title a:hover {
    color: #66b848;
}

.card-corporate .card-title a .card-arrow {
    transition: 0.33s;
}

.card-corporate .card-title a.collapsed {
    color: #404058;
    border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow::before {
    opacity: 1;
}

.card-corporate .card-title a.collapsed .card-arrow::after {
    opacity: 0;
}

.card-corporate .card-arrow {
    position: absolute;
    top: 16px;
    left: 13px;
    z-index: 2;
    width: 20px;
    height: 20px;
    color: #66b848;
    transition: 0.33s all ease;
    text-align: center;
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
    position: absolute;
    z-index: 4;
    font-family: 'Material Design Icons';
    font-size: 24px;
    line-height: 1;
    transition: 0.22s;
}

.card-corporate .card-arrow::before {
    content: '\f505';
    opacity: 0;
}

.card-corporate .card-arrow::after {
    content: '\f466';
    opacity: 1;
}

.card-corporate .collapse {
    position: relative;
    z-index: 1;
}

.card-corporate .card-body {
    padding: 2px 44px 25px 70px;
    color: #828590;
}

@media (max-width: 767.98px) {
    .card-corporate .card-arrow {
        left: 0;
    }
    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-left: 50px;
    }
}

@media (min-width: 768px) {
    .card-corporate .card-title a {
        font-size: 20px;
        line-height: 1.4;
    }
    .card-corporate .card-arrow {
        top: 18px;
    }
}

/*
*
* Tooltop Custom
*/
.tooltip {
    font-size: 18px;
    line-height: 1.2;
}

/*
*
* Counter
*/
.counter-minimal-counter {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #29293a;
}

.counter-minimal-title {
    max-width: 200px;
}

.context-dark .counter-minimal-counter,
.bg-gray-900 .counter-minimal-counter,
.bg-gray-950 .counter-minimal-counter,
.bg-primary .counter-minimal-counter {
    color: #ffffff;
}

* + .counter-minimal-title {
    margin-top: 8px;
}

.counter-modern {
    text-align: center;
}

.icon.counter-modern-icon {
    display: block;
    font-size: 32px;
    line-height: 1;
    color: #66b848;
}

.counter-modern-main {
    white-space: nowrap;
    font-size: 40px;
    font-weight: 700;
    color: #29293a;
}

.counter-modern-main > * {
    display: inline;
}

* + .counter-modern-main {
    margin-top: 10px;
}

* + .counter-modern-title {
    margin-top: 5px;
}

@media (min-width: 768px) {
    * + .counter-modern-main {
        margin-top: 16px;
    }
}

@media (min-width: 992px) {
    .counter-modern-main {
        font-size: 54px;
    }
    * + .counter-modern-title {
        margin-top: 13px;
    }
}

/*
*
* Progress Bars
*/
.progress-linear {
    position: relative;
    text-align: left;
}

.progress-linear .progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.progress-linear .progress-header > * {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.progress-linear .progress-bar-linear-wrap {
    height: 2px;
    background: #dddfe8;
}

.progress-linear .progress-bar-linear {
    width: 0;
    height: inherit;
    background: #66b848;
    transition: 0.5s all ease-in-out;
}

.progress-linear .progress-value::after {
    content: '\0025';
}

* + .progress-linear {
    margin-top: 25px;
}

* + .progress-linear-outer {
    margin-top: 25px;
}

* + .progress-bar-linear-wrap {
    margin-top: 8px;
}

.progress-linear + .progress-linear {
    margin-top: 23px;
}

.progress-linear-outer + .progress-linear-outer {
    margin-top: 20px;
}

@media (min-width: 768px) {
    * + .progress-linear {
        margin-top: 40px;
    }
    * + .progress-linear-outer {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .progress-linear-outer + .progress-linear-outer {
        margin-top: 33px;
    }
}

/*
*
* Circle Progress Bars
*/
.progress-bar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.progress-bar-circle canvas {
    vertical-align: middle;
}

.progress-bar-circle span {
    position: absolute;
    top: 50%;
    left: 51%;
    font-size: 36px;
    line-height: 36px;
    transform: translate(-50%, -50%);
    color: #828590;
}

.progress-bar-circle span::after {
    content: '%';
}

.progress-bar-circle-title {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

* + .progress-bar-circle-title {
    margin-top: 12px;
}

/*
*
* Time Circles
*/
.time_circles {
    position: relative;
    width: 100%;
}

.time_circles > div {
    position: absolute;
    top: 0 !important;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -10px;
    text-align: center;
}

@media (min-width: 1200px) {
    #DateCountdown {
        width: 100%;
    }
}

.time_circles > div > h4 {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    right: 0;
    transform: translateY(-100%);
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.2 !important;
    color: #5e5e63;
}

.time_circles > div > h4 + * {
    margin-top: 0;
}

@media (min-width: 768px) {
    .time_circles > div > h4 {
        font-size: 20px !important;
    }
}

@media (min-width: 992px) {
    .time_circles > div > h4 {
        top: calc(100% + 20px);
        font-size: 24px !important;
    }
}

.context-dark .time_circles > div > h4,
.bg-gray-900 .time_circles > div > h4,
.bg-gray-950 .time_circles > div > h4,
.bg-primary .time_circles > div > h4 {
    color: #ffffff;
}

.time_circles > div > span {
    display: block;
    text-align: center;
    letter-spacing: 0;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1 !important;
    color: #29293a;
}

@media (min-width: 768px) {
    .time_circles > div > span {
        font-size: 32px !important;
    }
}

.context-dark .time_circles > div > span,
.bg-gray-900 .time_circles > div > span,
.bg-gray-950 .time_circles > div > span,
.bg-primary .time_circles > div > span {
    color: #ffffff;
}

.countdown-wrap-1 {
    max-width: 600px;
    padding-bottom: 20px;
}

* .countdown-wrap-1 {
    margin-top: 25px;
}

@media (min-width: 768px) {
    * .countdown-wrap-1 {
        margin-top: 40px;
    }
}

/*
*
* Owl Carousel
*/
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@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;
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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: #000000;
}

.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 {
    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
 */
.owl-nav.disabled {
    display: none !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font: 400 32px 'Material Design Icons';
    color: #66b848;
    cursor: pointer;
    transition: 0.22s;
}

.owl-prev:hover,
.owl-next:hover {
    color: #29293a;
}

@media (min-width: 768px) {
    .owl-prev,
    .owl-next {
        font-size: 40px;
    }
}

.owl-prev {
    left: 0;
}

.owl-prev::before {
    content: '\f14a';
}

.owl-next {
    right: 0;
}

.owl-next::before {
    content: '\f14f';
}

/*
 * Owl Pagination
 */
.owl-dots {
    text-align: center;
    margin-top: 25px;
}

.owl-dots.disabled {
    display: none !important;
}

.owl-dot {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 18px;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: 0.2s;
    background: #eff2f4;
}

.owl-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 300%;
    height: 300%;
}

.owl-dot:only-child {
    display: none;
}

.owl-dot:hover,
.owl-dot.active {
    background-color: #66b848;
}

.owl-dot.active {
    transform: scale3d(1.5, 1.5, 1);
}

.context-dark .owl-dot,
.bg-gray-900 .owl-dot,
.bg-gray-950 .owl-dot,
.bg-primary .owl-dot {
    background: #828590;
}

.context-dark .owl-dot:hover,
.bg-gray-900 .owl-dot:hover,
.bg-gray-950 .owl-dot:hover,
.bg-primary .owl-dot:hover,
.context-dark .owl-dot.active,
.bg-gray-900 .owl-dot.active,
.bg-gray-950 .owl-dot.active,
.bg-primary .owl-dot.active {
    background-color: #66b848;
}

.bg-gray-100 .owl-dot,
.bg-gray-200 .owl-dot {
    background: #828590;
}

.bg-gray-100 .owl-dot:hover,
.bg-gray-100 .owl-dot.active,
.bg-gray-200 .owl-dot:hover,
.bg-gray-200 .owl-dot.active {
    background-color: #66b848;
}

@media (max-width: 767.98px) {
    .owl-style-1 .owl-prev,
    .owl-style-1 .owl-next {
        top: 10%;
    }
}

@media (min-width: 768px) {
    .owl-style-1 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1199.98px) {
    .owl-style-1 .owl-prev,
    .owl-style-1 .owl-next {
        background: rgba(255, 255, 255, 0.33);
    }
}

@media (min-width: 1200px) {
    .owl-style-1 .owl-prev,
    .owl-style-1 .owl-next {
        top: 60%;
    }
}

@media (min-width: 768px) {
    * + .owl-style-1 {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    * + .owl-style-1 {
        margin-top: 70px;
    }
}

.owl-style-2 .owl-dots {
    margin-top: 18px;
}

.owl-style-2 + .button {
    margin-top: 40px;
}

@media (min-width: 768px) {
    * + .owl-style-2 {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    * + .owl-style-2 {
        margin-top: 60px;
    }
    .owl-style-2 + .button {
        margin-top: 60px;
    }
}

.owl-style-3 {
    text-align: center;
}

.owl-style-3 .owl-stage {
    position: relative;
    display: flex;
    align-items: center;
}

.owl-carousel-dots-space .owl-dots {
    margin-bottom: 25px;
}

.timeline-classic-item {
    position: relative;
    overflow: hidden;
}

.timeline-classic-time {
    white-space: nowrap;
}

.timeline-classic-item {
    padding-right: 25px;
    text-align: left;
}

.timeline-classic-media {
    height: 30px;
}

.timeline-classic-divider {
    position: relative;
    height: 1px;
    margin-right: -999px;
    background: rgba(239, 242, 244, 0.8);
}

.timeline-classic-divider::before {
    position: absolute;
    top: -3px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #eff2f4;
}

.context-dark .timeline-classic-divider,
.bg-gray-900 .timeline-classic-divider,
.bg-gray-950 .timeline-classic-divider,
.bg-primary .timeline-classic-divider {
    background: rgba(247, 247, 247, 0.3);
}

.context-dark .timeline-classic-divider::before,
.bg-gray-900 .timeline-classic-divider::before,
.bg-gray-950 .timeline-classic-divider::before,
.bg-primary .timeline-classic-divider::before {
    background: #ffffff;
}

* + .owl-timeline-classic {
    margin-top: 50px;
}

* + .timeline-classic-time {
    margin-top: 10px;
}

* + .timeline-classic-divider {
    margin-top: 15px;
}

* + .timeline-classic-title {
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .owl-timeline-classic {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .timeline-classic-item {
        padding-right: 40px;
    }
    .timeline-classic-title {
        max-width: 250px;
    }
    * + .timeline-classic-time {
        margin-top: 15px;
    }
    * + .timeline-classic-divider {
        margin-top: 20px;
    }
    * + .timeline-classic-title {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    * + .timeline-classic-time {
        margin-top: 20px;
    }
    * + .timeline-classic-divider {
        margin-top: 25px;
    }
    * + .timeline-classic-title {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    .owl-timeline-classic .owl-dots {
        display: none !important;
    }
    .owl-timeline-classic {
        width: calc(585px + 50vw);
    }
    .timeline-classic-item {
        padding-right: 50px;
    }
    .timeline-classic-title {
        max-width: 85%;
    }
    * + .timeline-classic-time {
        margin-top: 27px;
    }
    * + .timeline-classic-divider {
        margin-top: 30px;
    }
    * + .timeline-classic-title {
        margin-top: 35px;
    }
    .timeline-classic-title + * {
        margin-top: 25px;
    }
}

@media (min-width: 1600px) {
    * + .owl-timeline-classic {
        margin-top: 70px;
    }
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format('embedded-opentype'),
        url(../fonts/lg.woff?n1z373) format('woff'),
        url(../fonts/lg.ttf?n1z373) format('truetype'),
        url(../fonts/lg.svg?n1z373#lg) format('svg');
    font-weight: 400;
    font-style: normal;
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1180;
    border: none;
    outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: '\e095';
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: '\e094';
}

@-webkit-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-moz-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-ms-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-webkit-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-moz-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-ms-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1182;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    transition: color 0.2s linear;
}

@media (max-width: 575.98px) {
    .lg-toolbar .lg-icon {
        font-size: 21px;
        width: 36px;
    }
}

@media (max-width: 575.98px) {
    #lg-counter {
        font-size: 14px;
        line-height: 27px;
    }
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: '\e070';
}

.lg-toolbar .lg-download:after {
    content: '\e0f2';
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1180;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item.lg-complete
    .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1180;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    margin-left: auto;
    margin-right: auto;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
    content: '\e1ff';
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1180;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../images/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1183;
    opacity: 0;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: '\e01a';
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: '\e311';
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: '\e033';
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: '\e312';
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1180;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: '\e20c';
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: '\e20d';
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1181;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: '\e80d';
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: '\e901';
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: '\e904';
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: '\e902';
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: '\e903';
}

.lg-group:after {
    content: '';
    display: table;
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    text-align: left;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) center center no-repeat;
    display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: '';
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1160;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1140;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format('embedded-opentype'),
        url(../fonts/lg.woff?n1z373) format('woff'),
        url(../fonts/lg.ttf?n1z373) format('truetype'),
        url(../fonts/lg.svg?n1z373#lg) format('svg');
    font-weight: 400;
    font-style: normal;
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1180;
    border: none;
    outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: '\e095';
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: '\e094';
}

@-webkit-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-moz-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-ms-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-webkit-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-moz-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-ms-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1182;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: '\e070';
}

.lg-toolbar .lg-download:after {
    content: '\e0f2';
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1180;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item.lg-complete
    .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1180;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #66b848;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
    content: '\e1ff';
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1180;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../images/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1183;
    opacity: 0;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #66b848;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: '\e01a';
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: '\e311';
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: '\e033';
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: '\e312';
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1180;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: '\e20c';
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: '\e20d';
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1181;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: '\e80d';
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: '\e901';
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: '\e904';
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: '\e902';
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: '\e903';
}

.lg-group:after {
    content: '';
    display: table;
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    text-align: left;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: grabbing;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) center center no-repeat;
    display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: '';
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1160;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1140;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 0.8;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lightgallery-iframe .lg-toolbar {
    background-color: transparent;
}

.lightgallery-iframe .lg-close ~ * {
    display: none;
}

/*
* Material Parallax
*/
.parallax-content {
    position: relative;
    z-index: 1;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
    background-position: center center;
}

.ipad .parallax-container,
.iphone .parallax-container {
    background-attachment: scroll !important;
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
}

.stepper {
    position: relative;
    display: inline-block;
    max-width: 120px;
    width: 120px;
    border-radius: 4px;
}

.stepper input[type='number'] {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    -moz-appearance: textfield;
}

.stepper input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.stepper-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Material Design Icons';
    cursor: pointer;
    color: #b37800;
    transition: 0.3s all ease;
}

.stepper-arrow:hover {
    color: #29293a;
}

.stepper-arrow.up {
    right: 15px;
    text-align: left;
}

.stepper-arrow.up:before {
    content: '\f14f';
}

.stepper-arrow.down {
    left: 15px;
    text-align: right;
}

.stepper-arrow.down:before {
    content: '\f14a';
}

.stepper.disabled .stepper-arrow {
    pointer-events: none;
    opacity: 0.5;
}

/*
*
* Slick Carousel
*/
/*rtl:begin:ignore*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track::before,
.slick-track::after {
    content: '';
    display: table;
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #ffffff url('./../images/ajax-loader.gif') center center
        no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir='rtl'] .slick-prev {
    left: auto;
    right: 0;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    left: 0;
    right: auto;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    border: 0;
    background: #828590;
    border-radius: 50%;
    outline: none;
    color: transparent;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    transform: scale3d(1.5, 1.5, 1);
    background: #66b848;
}

/*rtl:end:ignore*/
.slick-slider-1 .carousel-parent {
    text-align: center;
}

.slick-slider-1 .carousel-child {
    padding-top: 40px;
}

.slick-slider-1 .carousel-child .slick-dots {
    top: 0;
    bottom: auto;
}

.slick-slider-1 .carousel-parent + .carousel-child {
    margin-top: 25px;
}

@media (max-width: 479px) {
    .slick-slider-1 .carousel-child,
    .slick-slider-1 .carousel-parent {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 480px) {
    .slick-slider-1 {
        display: flex;
        align-items: flex-start;
    }
    .slick-slider-1 .carousel-child,
    .slick-slider-1 .carousel-parent {
        padding: 0 10px;
    }
    .slick-slider-1 .carousel-child {
        width: 55%;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .slick-slider-1 .carousel-child .slick-dots {
        top: auto;
        bottom: 0;
        text-align: left;
    }
    .slick-slider-1 .carousel-child .slick-dots li:first-child {
        margin-left: 0;
    }
    .slick-slider-1 .carousel-child .slick-dots li:last-child {
        margin-right: 0;
    }
    .slick-slider-1 .carousel-parent {
        width: 45%;
    }
    .slick-slider-1 .carousel-parent + .carousel-child {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .slick-slider-1 .carousel-parent,
    .slick-slider-1 .carousel-child {
        width: 50%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1200px) {
    .slick-slider-1 .carousel-child {
        padding-bottom: 80px;
    }
}

.banner {
    display: block;
}

.banner img {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .banner-top {
        display: none;
    }
}

.book-a-ride {
    position: fixed;
    bottom: 16px;
    right: 16px;
    background-color: #66b848;
    color: white;
    border-radius: 99px;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-size: 0.875rem;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}

.book-a-ride.hidden {
    opacity: 0;
    pointer-events: none;
}

.book-a-ride:hover,
.book-a-ride:active,
.book-a-ride:focus {
    color: #ffffff;
    background: #5e5e63;
}

.modal {
    padding: 30px;
}

.updates-form {
    display: flex;
    margin-top: 12px;
}

.updates-input {
    border-radius: 4px 0 0 4px;
}

.updates-button {
    flex-shrink: 0;
    padding: 6px 19px;
    border-radius: 0 4px 4px 0;
    transition: background-color 0.3s ease;
}

@media (max-width: 575.98px) {
    .updates-input,
    .updates-button {
        border-radius: 4px;
    }

    .updates-form {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
}
