.earthcare-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit
}

#qodef-age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .25s ease-out
}

#qodef-age-verification-modal .qodef-m-logo {
    position: absolute;
    top: 30px;
    left: 30px
}

#qodef-age-verification-modal .qodef-m-logo a {
    position: relative;
    display: block;
    max-width: 50%
}

#qodef-age-verification-modal .qodef-m-logo img {
    display: block
}

#qodef-age-verification-modal .qodef-m-content {
    padding: 30px;
    text-align: center;
    max-width: 700px
}

#qodef-age-verification-modal .qodef-m-content-title {
    margin: 0;
    color: #fff
}

#qodef-age-verification-modal .qodef-m-content-subtitle {
    margin: 11px 0 0;
    color: var(--qode-main-color)
}

#qodef-age-verification-modal .qodef-m-content-note {
    margin: 32px 0 0;
    color: #e5dcdb
}

#qodef-age-verification-modal .qodef-m-content-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 52px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
    margin-right: 10px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
    color: #fff;
    border-color: #a3a19e
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
    color: #fff;
    border-color: #28201e;
    background-color: #28201e
}

.qodef-age-verification--opened #qodef-age-verification-modal {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease-out
}

#qodef-back-to-top {
    position: fixed;
    width: 42px;
    height: 42px;
    right: 25px;
    bottom: 75px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: #f6bd7c;
    padding-bottom: 2px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    --qodef-gradient-color: #ffd2a1;
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out, background-position 1s cubic-bezier(.25, .46, .45, .94);
    background-image: linear-gradient(90deg, #ffffff00 33%, var(--qodef-gradient-color) 66%, #ffffff00 90%);
    background-size: 300% 100%;
    background-position-x: 0
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    display: block;
    fill: currentColor
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    background-position-x: 150%
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease, visibility 0s .15s
}

#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

.qodef-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: Rubik, sans-serif;
    font-size: 200px;
    line-height: 1em
}

.qodef-background-text .qodef-m-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-blog.qodef-blog-list .qodef-blog-item .qodef-e-top-holder {
    margin-bottom: 9px
}

.qodef-blog.qodef-blog-list .qodef-blog-item .qodef-e-top-holder a[rel=tag] {
    display: inline-flex;
    padding: 3px 7px 1px;
    margin-right: 3px;
    border-radius: 3px;
    background-color: #eceeeb;
    color: #53762d;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase
}

.qodef-blog.qodef-blog-list .qodef-blog-item .qodef-e-top-holder a[rel=tag]:hover {
    color: #0a111f
}

.qodef-blog.qodef-blog-list .qodef-blog-item .qodef-e-top-holder .entry-date {
    margin-left: 8px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.qodef-blog.qodef-blog-list .qodef-blog-item .qodef-e-top-holder .qodef-info-separator-end,
.qodef-blog.qodef-blog-list .qodef-blog-item .qodef-e-top-holder .qodef-info-separator-single {
    display: none
}

.qodef-blog.qodef-blog-list.qodef-skin--light .qodef-blog-item .entry-date,
.qodef-blog.qodef-blog-list.qodef-skin--light .qodef-blog-item .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-blog-list.qodef-skin--light .qodef-blog-item .entry-date a:hover,
.qodef-blog.qodef-blog-list.qodef-skin--light .qodef-blog-item .qodef-e-title a:hover {
    color: currentColor
}

.qodef-blog.qodef-blog-list .swiper-pagination-bullets .swiper-pagination-bullet {
    border-color: #fff
}

.qodef-blog.qodef-blog-list .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.qodef-blog.qodef-blog-list.qodef-swiper-container {
    padding-top: 3px
}

.qodef-blog.qodef-blog-list .qodef-blog-item .qodef-e-media-image {
    position: relative
}

.qodef-blog.qodef-blog-list .qodef-blog-item .qodef-e-media-image:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background: linear-gradient(135deg, #efa556 0, #f4e689 100%);
    border-radius: 4px;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: -1
}

.qodef-blog.qodef-blog-list .qodef-blog-item:hover .qodef-e-media-image:before {
    opacity: 1
}

.qodef-blog.qodef-blog-list.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item .qodef-e-media-image:before {
    display: none
}

.qodef-blog.qodef-blog-list.qodef-border--animation-disabled .qodef-blog-item .qodef-e-media-image:before {
    display: none
}

.qodef-blog.qodef-item-layout--info-over .qodef-blog-item .qodef-e-media > * {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-over .qodef-blog-item .qodef-e-media-image::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .15) 100%);
    pointer-events: none
}

.qodef-blog.qodef-item-layout--info-over .qodef-blog-item .qodef-e-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10.3% 7.6%;
    pointer-events: none
}

.qodef-blog.qodef-item-layout--info-over .qodef-blog-item .qodef-e-content > * {
    pointer-events: all
}

.qodef-blog.qodef-item-layout--info-over .qodef-blog-item .qodef-e-content .qodef-e-top-holder {
    margin-bottom: 11px
}

.qodef-blog.qodef-item-layout--info-over.qodef-skin--light .qodef-blog-item .qodef-e-top-holder a[rel=tag] {
    background-color: #fff
}

.qodef-blog.qodef-item-layout--minimal article.qodef-blog-item .qodef-e-top-holder {
    margin-bottom: 5px
}

.qodef-blog.qodef-item-layout--minimal article.qodef-blog-item .qodef-e-bottom-holder {
    margin-top: 19px
}

.qodef-blog.qodef-item-layout--minimal article.qodef-blog-item .qodef-button .qodef-m-text:after {
    bottom: 0
}

.qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px !important
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    margin: 0 20px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content {
    flex-basis: 50%
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--simple article .qodef-e-content {
        flex-basis: 100%
    }
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple article:last-of-type {
    margin-bottom: 0 !important
}

.qodef-blog.qodef-item-layout--simple article:last-of-type .qodef-e-inner {
    padding-bottom: 0
}

.qodef-blog.qodef-item-layout--simple article.qodef-rounded-image .qodef-e-media-image {
    margin: 0 35px 0 0
}

.qodef-blog.qodef-item-layout--simple article.qodef-rounded-image .qodef-e-media-image:before {
    border-radius: 50%
}

.qodef-blog.qodef-item-layout--simple article.qodef-rounded-image .qodef-e-media-image img {
    border-radius: 50%
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--simple article {
        margin-bottom: 30px !important
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
        align-items: flex-start
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        margin: 0 0 20px 0
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
        flex-direction: column
    }

    .qodef-blog.qodef-item-layout--simple article.qodef-rounded-image .qodef-e-media-image {
        flex-basis: 100%;
        width: auto !important;
        margin: 0 0 20px
    }
}

.qodef-blog.qodef-item-layout--simple.qodef-image-size--50 .qodef-e-media-image {
    flex-basis: 50%
}

.qodef-blog.qodef-item-layout--simple.qodef-border--enabled article .qodef-e-inner {
    border-bottom: 1px solid #d7d7d7
}

.qodef-blog.qodef-item-layout--simple.qodef-border--enabled article:last-of-type .qodef-e-inner {
    border-bottom: 0
}

.qodef-blog.qodef-item-layout--standard article.format-link .qodef-e-link {
    margin: 0 0 7px
}

.qodef-blog.qodef-item-layout--standard article.format-quote .qodef-e-quote {
    margin: 0 0 7px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 36px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon {
    right: 40px;
    width: 140px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before {
    font-size: 540px
}

.widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7.5px
}

.widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-top-area .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7.5px
}

#qodef-top-area .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-footer .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7.5px
}

#qodef-page-footer .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-side-area .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7.5px
}

#qodef-side-area .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

.qodef-mega-menu-widget-holder .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7.5px
}

.qodef-mega-menu-widget-holder .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-sidebar .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7.5px
}

#qodef-page-sidebar .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-sidebar .qodef-sidebar-newsletter .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7.5px
}

#qodef-page-sidebar .qodef-sidebar-newsletter .widget.widget_earthcare_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 13px;
    margin-bottom: 43px
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f3f8ed
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-content {
    padding: 60px 40px
}

#qodef-author-info .qodef-m-content > * {
    color: #000
}

#qodef-author-info .qodef-m-content .qodef-m-author {
    margin: 0
}

#qodef-author-info .qodef-m-content .qodef-m-email {
    margin: 5px 0 0
}

#qodef-author-info .qodef-m-content .qodef-m-description {
    margin: 16px 0 0;
    line-height: 25px;
    color: #000
}

#qodef-author-info .qodef-m-content .qodef-m-social-icons {
    position: absolute;
    top: 23px;
    right: 35px;
    margin-top: 0
}

#qodef-author-info .qodef-m-content .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    margin-right: 11px
}

#qodef-author-info .qodef-m-content .qodef-m-social-icons a:hover {
    color: #e49c4f
}

#qodef-author-info .qodef-m-content .qodef-m-social-icons a:last-child {
    margin-right: 0
}

.qodef-events #qodef-author-info {
    margin-top: 83px
}

.qodef-events #qodef-author-info .qodef-m-inner {
    background-color: #e49c4f
}

.qodef-events #qodef-author-info .qodef-m-content > * {
    color: #fff
}

.qodef-events #qodef-author-info .qodef-m-content a {
    color: inherit
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 40px
}

#qodef-related-posts .qodef-e-title {
    margin-bottom: 41px;
    letter-spacing: 0
}

@media only screen and (max-width:1024px) {
    #qodef-related-posts .qodef-e-title {
        margin-top: 12px
    }
}

#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-bottom-holder {
    display: none
}

#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-link,
#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-quote {
    padding: 10%
}

#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-quote::before {
    display: none
}

#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-video {
    background-color: #000
}

#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-video .mejs-container .mejs-controls {
    display: none
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    #qodef-related-posts .qodef-blog .qodef-blog-item {
        width: 50% !important
    }

    #qodef-related-posts .qodef-blog .qodef-blog-item:nth-child(3n+1) {
        clear: none !important
    }

    #qodef-related-posts .qodef-blog .qodef-blog-item:nth-child(2n+1) {
        clear: both !important
    }
}

@media only screen and (min-width:769px) {

    #qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-gallery,
    #qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-image,
    #qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-video,
    #qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-video .mejs-container.mejs-video {
        height: 200px !important;
        width: 100%
    }

    #qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-gallery-item > a,
    #qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-image > a {
        display: inline
    }

    #qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-gallery-item img,
    #qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-image img {
        height: 100%;
        object-fit: cover
    }
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 114px
}

#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    align-items: flex-start;
    text-align: left
}

#qodef-single-post-navigation .qodef-m-nav > * {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: none
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0;
    padding-right: 6.21%;
    border-right: 1px solid #e1e1e1
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 4px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    right: 0;
    margin-left: auto;
    padding-left: 6.21%
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 4px
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-size: 14px;
    line-height: 1.43em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    margin-bottom: 13px;
    font-weight: 500;
    text-transform: uppercase
}

#qodef-single-post-navigation .qodef-m-nav-title {
    max-width: 350px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 1.25em
}

@media screen and (max-width:1440px) {
    #qodef-single-post-navigation .qodef-m-nav-title {
        font-size: 22px;
        line-height: 1.27em
    }
}

@media only screen and (max-width:768px) {
    #qodef-single-post-navigation .qodef-m-nav .qodef-m-nav-title {
        display: none
    }

    #qodef-single-post-navigation .qodef-m-nav .qodef-m-nav-label {
        margin-bottom: 0
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--next {
        align-items: flex-end
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--prev {
        border-right: 0
    }
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#qodef-page-footer .widget a,
#qodef-page-footer .widget p,
#qodef-page-footer .widget span {
    font-size: 15px;
    line-height: 2em
}

#qodef-page-footer .qodef-alignment--center {
    text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto
}

#qodef-page-footer .qodef-alignment--right {
    text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto
}

@media (min-width:681px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
        text-align: right
    }
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a111f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area .qodef-widget-holder {
    position: absolute;
    right: 50px;
    bottom: 35px
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left
}

.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link > a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu > ul {
    max-width: 50%;
    min-width: 280px;
    width: 27.3%
}

.qodef-fullscreen-menu > ul > li > a {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.18em;
    color: #fff;
    font-weight: 400;
    letter-spacing: normal
}

@media screen and (max-width:1440px) {
    .qodef-fullscreen-menu > ul > li > a {
        font-size: 33px;
        line-height: 1.21em
    }
}

.qodef-fullscreen-menu > ul > li > a > span {
    line-height: 1.5em;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

.qodef-fullscreen-menu > ul > li > a > span {
    line-height: 1.44em
}

.qodef-fullscreen-menu > ul > li > a:hover > span {
    background-size: 100% 2px
}

.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a > span,
.qodef-fullscreen-menu > ul > li.current-menu-item > a > span {
    background-size: 100% 2px
}

.qodef-fullscreen-menu > ul > li:hover .qodef-drop-down-second-inner > ul {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
    padding: 17px 0 1px;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul.sub-menu {
    display: block
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    padding-right: 15px;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 7px 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a > span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover > span {
    background-size: 100% 2px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a > span,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a > span {
    background-size: 100% 2px
}

@media only screen and (max-width:1024px) {
    .qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
        position: relative;
        top: initial;
        left: initial;
        padding: 14px 0 18px;
        transition: none;
        opacity: 1;
        visibility: visible
    }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner > ul > li:hover .qodef-drop-down-second-inner > ul {
        left: initial
    }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner > ul.sub-menu {
        display: none
    }
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-lines {
    width: 37px;
    height: 37px;
    background-color: #0a111f;
    border-radius: 50px
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line {
    height: 2px;
    width: 16px;
    top: 17px !important;
    left: 11px
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-opener-icon {
    border-left: 0 !important
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link {
    border-right: 0 !important
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 24px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-header-inner {
    border-bottom: 1px solid #dfdfdf
}

#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a,
.qodef-header-sticky.qodef-skin--light nav > ul > li > a {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover,
.qodef-header-sticky.qodef-skin--light nav > ul > li > a:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-header-sticky.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
.qodef-header-sticky.qodef-skin--light nav > ul > li.current-menu-item > a {
    color: var(--qode-header-light-active-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a,
.qodef-header-sticky.qodef-skin--dark nav > ul > li > a {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover,
.qodef-header-sticky.qodef-skin--dark nav > ul > li > a:hover {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-header-sticky.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
.qodef-header-sticky.qodef-skin--dark nav > ul > li.current-menu-item > a {
    color: var(--qode-header-light-active-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header .qodef-header-logo-link {
    z-index: 22
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 1.25em;
    transition: color .25s ease-out
}

@media screen and (max-width:1440px) {
    #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
        font-size: 22px;
        line-height: 1.27em
    }
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.qodef-header--centered #qodef-page-header {
    height: 150px
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center
}

.qodef-header--centered #qodef-page-header-inner > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    justify-content: flex-end
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center;
    max-height: unset;
    margin: 0 50px
}

.qodef-header--divided #qodef-page-header .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center;
    padding: 0 50px
}

.qodef-header--divided #qodef-page-header-inner.qodef-divided-header-menu-position--center .qodef-divided-header-right-wrapper {
    justify-content: flex-start
}

.qodef-header--divided #qodef-page-header-inner.qodef-divided-header-menu-position--center .qodef-divided-header-right-wrapper .qodef-widget-holder {
    justify-content: flex-end
}

.qodef-header--divided #qodef-page-header-inner.qodef-divided-header-menu-position--center .qodef-divided-header-left-wrapper {
    justify-content: flex-end
}

.qodef-header--divided #qodef-page-header-inner.qodef-divided-header-menu-position--center .qodef-divided-header-left-wrapper .qodef-widget-holder {
    justify-content: flex-start
}

.qodef-header--divided #qodef-page-header-inner.qodef-divided-header-menu-position--center .qodef-widget-holder {
    margin-left: 0;
    flex-grow: 2
}

.qodef-header--minimal #qodef-page-header-inner {
    padding: 0
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: 1px solid #dfdfdf
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-opener-wrapper {
    display: flex;
    height: 100%
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto;
    padding: 0 40px
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link img:not(.qodef--main) {
    left: unset
}

.qodef-header--minimal #qodef-page-header-inner .qodef-opener-icon {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 40px;
    border-left: 1px solid #dfdfdf
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 47px
}

.qodef-header--standard-extended #qodef-page-header {
    height: 162px
}

.qodef-header--standard-extended #qodef-page-header-inner {
    flex-direction: column;
    justify-content: start
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top {
    height: calc(100% - 68px)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom {
    height: 68px;
    border-top: 1px solid #e1e1e1
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation {
    flex: 2 1 auto;
    padding-left: 28px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu {
    display: flex;
    position: relative;
    z-index: 1;
    width: calc(25% - 16px);
    height: 100%;
    align-items: center
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener {
    padding-top: 1px;
    padding-left: 32px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener > span {
    line-height: 1.5em;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px 0 20px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    list-style: none
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li {
    position: relative;
    padding: 0 34px;
    margin: 10px 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a {
    font-size: 15px;
    line-height: 1.28em;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a > span {
    line-height: 1.5em;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a .qodef-menu-item-text {
    position: relative
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 10px);
    right: 26px;
    width: 20px;
    height: auto;
    fill: #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-drop-down-second-inner {
    width: auto
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul {
    position: absolute;
    top: calc(-10px - 18px - 5px);
    left: 100%;
    width: 100%;
    margin: 0;
    padding: 18px 0 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0;
    visibility: hidden;
    list-style: none
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul ul {
    top: calc(-10px - 18px - 1px)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.qodef--hide-link > a {
    cursor: default
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover > .qodef-drop-down-second > .qodef-drop-down-second-inner > ul,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease-out
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li > a {
    display: block
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li > a:hover > span {
    background-size: 100% 2px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-ancestor > a > span,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-item > a > span {
    background-size: 100% 2px
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 54px
}

.qodef-header--tabbed #qodef-page-header-inner {
    padding: 0
}

.qodef-header--tabbed #qodef-page-header {
    border-bottom: 1px solid #e1e1e1
}

.qodef-header--tabbed #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-left-wrapper {
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-right-wrapper {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    border-left: 1px solid #e1e1e1
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper {
    display: flex;
    height: 35%;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    justify-content: flex-end
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder {
    width: 100%
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .widget:first-child {
    margin-right: auto
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper {
    display: flex;
    height: 65%;
    align-items: center;
    justify-content: space-between
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder {
    flex-shrink: 0;
    margin: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget {
    margin: 0;
    height: 100%;
    border-right: 1px solid #e1e1e1
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget > * {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    padding: 0 24px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .textwidget > *,
.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .widget p {
    margin: 0
}

@media only screen and (min-width:1367px) and (max-width:1680px) {

    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {

    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1680px) {

    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {

    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {

    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {

    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {

    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

.qodef-header--vertical-sliding #qodef-page-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 80px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
    max-width: unset
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
    height: auto
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    background-color: #fff
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    animation: qode-fade-in .25s .6s linear both
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: #fff;
    left: -405px;
    padding-left: 80px;
    position: fixed;
    top: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    width: 325px;
    z-index: -1
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
    margin-right: 80px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
    position: relative !important;
    top: 0 !important;
    transform: none !important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    left: 0;
    visibility: visible
}

.qodef-header--vertical-sliding.admin-bar #qodef-page-header,
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100% - 32px);
    top: 32px
}

.qodef-header--vertical-sliding #qodef-page-footer,
.qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 80px
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 40px;
    width: 100%;
    z-index: 100
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
    margin: 0;
    padding: 0;
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner {
    display: block;
    padding: 0;
    position: relative;
    z-index: 997
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link > a {
    cursor: default
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a {
    font-size: 15px;
    line-height: 1.28em;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a > span {
    line-height: 1.5em;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:hover > span {
    background-size: 100% 2px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner > ul {
    padding: 10px 0 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    padding-right: 15px;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    color: #000
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a > span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a {
    padding-left: 15px;
    padding-right: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a:before {
    left: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a > span,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a > span {
    background-size: 100% 2px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
    background-color: #fff;
    left: calc(100% + 40px);
    margin-left: 50px;
    opacity: 0;
    padding: 25px 20px;
    position: absolute;
    top: -23px;
    transition: all .25s ease-out;
    visibility: hidden;
    width: 254px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
    left: calc(100% + 20px);
    top: -25px;
    transition: all .2s ease;
    visibility: hidden
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%
}

.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
    height: auto
}

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: block
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 0 15px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
    margin-bottom: 0
}

.qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px)
}

.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
    padding-left: 300px
}

.qodef-header--vertical .qodef-header-vertical-navigation {
    margin-top: auto;
    margin-bottom: auto;
    z-index: 100;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li {
    position: relative;
    padding: 0;
    margin: 6px 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
    position: relative;
    display: block
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    height: auto
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link > a {
    cursor: default
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
    font-size: 15px;
    line-height: 1.28em;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a > span {
    line-height: 1.5em;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover > span {
    background-size: 100% 2px
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner > ul {
    padding: 10px 0 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    padding-right: 15px;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    color: #000
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a > span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a {
    padding-left: 15px;
    padding-right: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a:before {
    left: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a > span,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-item > a > span {
    background-size: 100% 2px
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform .3s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open > a .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    transition: all .2s ease
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #0a111f;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 50px
}

.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important
}

.qodef-header--divided .qodef-header-sticky-inner.qodef-divided-header-menu-position--center .qodef-divided-header-right-wrapper {
    justify-content: flex-start
}

.qodef-header--divided .qodef-header-sticky-inner.qodef-divided-header-menu-position--center .qodef-divided-header-right-wrapper .qodef-widget-holder {
    justify-content: flex-end
}

.qodef-header--divided .qodef-header-sticky-inner.qodef-divided-header-menu-position--center .qodef-divided-header-left-wrapper {
    justify-content: flex-end
}

.qodef-header--divided .qodef-header-sticky-inner.qodef-divided-header-menu-position--center .qodef-divided-header-left-wrapper .qodef-widget-holder {
    justify-content: flex-start
}

.qodef-header--divided .qodef-header-sticky-inner.qodef-divided-header-menu-position--center .qodef-widget-holder {
    margin-left: 0;
    flex-grow: 2
}

#qodef-top-area {
    position: relative;
    background-color: #0a111f;
    z-index: 101
}

#qodef-top-area #qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: space-between;
    padding: 0 50px;
    position: relative
}

#qodef-top-area #qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important
}

#qodef-top-area #qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
    margin: 0
}

#qodef-top-area .widget .qodef-social-icons-group a {
    font-size: 14px
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #d8e5c7
}

.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10
}

.qodef-map-marker-holder.qodef-active {
    z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color)
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000
}

.qodef-cluster-marker svg {
    width: 100%;
    height: auto
}

.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color)
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km'
}

.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important
}

.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important
}

#qodef-page-mobile-header {
    background-color: #187f4e
}

#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px
}

#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
    margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener {
    color: var(--qode-header-light-color)
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
    color: var(--qode-header-light-color)
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 1.25em;
    transition: color .25s ease-out
}

@media screen and (max-width:1440px) {
    #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
        font-size: 22px;
        line-height: 1.27em
    }
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
    cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto;
    opacity: 1;
    transition: opacity .25s ease-out
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px;
    color: var(--qode-header-light-color)
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link {
    opacity: 0
}

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 20px
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: #0a111f;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
    display: none;
    transform: translateZ(0)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 12px;
    right: 0;
    height: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .25s ease-out;
    transform: rotate(0);
    transition: transform .25s ease-out, color .25s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    padding-right: 15px;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a .qodef-menu-item-icon {
    flex-shrink: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a > span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a {
    padding-left: 15px;
    padding-right: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a:before,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a:before,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a:before {
    left: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
    cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open > .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
    font-size: 15px;
    line-height: 1.28em;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a > span {
    line-height: 1.5em;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover > span {
    background-size: 100% 2px
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a > span,
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a > span {
    background-size: 100% 2px
}

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2*60px);
    height: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0
}

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity .25s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #fff;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .1)
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 50px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
    display: flex;
    justify-content: space-between;
    padding: 39px 0 36px;
    margin: 0 -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
    width: 100%;
    padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.28em;
    text-transform: uppercase
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
    padding-top: 4px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    padding-right: 15px;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    color: #000
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a > span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a > span {
    background-size: 100% 2px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a {
    color: #0a111f
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a > span {
    background-size: 100% 2px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a {
    color: #0a111f
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a > span,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a > span {
    background-size: 100% 2px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover > span {
    background-size: 100% 2px
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 50px
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px
}

.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--svg-path span {
    position: relative
}

.qodef-opener-icon.qodef-source--svg-path span > * {
    vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span > * {
    fill: currentColor;
    stroke: currentColor
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 44px;
    height: 14px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    transition: background-position .7s cubic-bezier(.45, .05, .55, .95);
    background: linear-gradient(90deg, currentColor 0 36%, transparent 36% 56%, currentColor 56% 100%);
    background-size: 270% 100%;
    background-position-x: 100%
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 0
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 12px;
    transition-delay: .1s, 0s, 0s
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line {
    background-position-x: 0;
    transition: background-position .7s cubic-bezier(.22, .61, .36, 1)
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2 {
    transition-delay: .15s, 0s, 0s
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
    top: 6px;
    transform: rotate(45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
    top: 6px;
    transform: rotate(-45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
    opacity: 0
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-section {
    overflow: visible
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0
}

.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 p {
    margin: 0
}

.qodef-contact-form-7 br {
    display: none
}

.qodef-contact-form-7 .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

.qodef-contact-form-7 .wpcf7-response-output {
    border-width: 1px !important;
    margin: 2em 0 0 0 !important;
    padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    visibility: hidden;
    z-index: 98
}

.qodef-contact-form-7 .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #d8e5c7;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting > * {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before {
    visibility: visible
}

.wpcf7-form .qodef--contact textarea {
    min-height: 246px
}

.wpcf7-form .qodef-cf7-newsletter {
    position: relative;
    margin-top: 12px
}

.wpcf7-form .qodef-cf7-newsletter input {
    border-radius: 50px;
    border-width: 2px;
    font-size: 15px
}

.wpcf7-form .qodef-cf7-newsletter button {
    position: absolute;
    top: 1px;
    right: 0;
    background-color: transparent !important;
    --qodef-gradient-color: transparent !important;
    border: none;
    padding: 10px 27px !important
}

.wpcf7-form .qodef-cf7-newsletter button .qodef-m-text {
    font-size: 14px !important
}

.wpcf7-form .qodef-cf7-newsletter button:hover {
    color: #e49c4f !important
}

.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter {
    padding: 82px 7% 42px;
    background: url(../img/sidebar-cf.jpg) no-repeat top center/cover
}

@media only screen and (max-width:1024px) {
    .wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter {
        background: #567627 !important
    }
}

.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter .qodef-cf-inner {
    margin-top: 32px;
    position: relative
}

.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter h4,
.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter span {
    color: #fff
}

.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter h4 {
    font-weight: 400;
    text-align: center
}

.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter .wpcf7-not-valid-tip {
    margin-top: -14px;
    margin-bottom: 14px
}

.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter input[type=email] {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter button[type=submit] {
    position: relative;
    padding: 15px 27px 14px !important;
    width: 100%;
    justify-content: center;
    border: 2px solid transparent;
    background-color: #fff !important;
    --qodef-gradient-color: #ffefdd !important
}

.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter button[type=submit] .qodef-m-text {
    color: #000
}

.wpcf7-form .qodef-cf7-newsletter.qodef-sidebar-newsletter .qodef-newsletter-subtitle {
    display: block;
    margin-top: 37px
}

.wpcf7-form .qodef--register .wpcf7-form-control-wrap {
    margin: 0 0 30px
}

.wpcf7-form .qodef--register .qodef-layout--filled {
    margin-top: 11px
}

.wpcf7-form .qodef-popup {
    color: #fff;
    padding: 60px 0 10px;
    text-align: center
}

.wpcf7-form .qodef-popup .popup-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    font-family: "Rock Salt", cursive;
    transform: rotate(-10deg);
    transform-origin: 0;
    color: #fff;
    background-image: linear-gradient(to bottom, currentColor, #f0a95f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block
}

.wpcf7-form .qodef-popup .qodef-button.qodef-layout--filled.qodef-html--link {
    background-color: #fff;
    color: #000;
    margin-top: 24px;
    margin-left: 35px
}

.wpcf7-form .qodef-popup input[type=email] {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-bottom: 10px
}

.wpcf7-form .qodef-popup button[type=submit] {
    position: relative;
    padding: 15px 27px 14px !important;
    width: 100%;
    justify-content: center;
    border: 2px solid transparent;
    background-color: #fff !important;
    --qodef-gradient-color: #ffefdd
}

.wpcf7-form .qodef-popup button[type=submit] .qodef-m-text {
    color: #000
}

.wpcf7-form .qodef--col-2 {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:680px) {
    .wpcf7-form .qodef--col-2 {
        flex-direction: column
    }
}

.wpcf7-form .qodef--col-2 > span:nth-child(1) {
    margin-right: 12px
}

.wpcf7-form .qodef--col-2 > span:nth-child(2) {
    margin-left: 12px
}

.wpcf7-form .qodef--col-2 > span:nth-child(1),
.wpcf7-form .qodef--col-2 > span:nth-child(2) {
    width: 100%
}

@media only screen and (max-width:680px) {

    .wpcf7-form .qodef--col-2 > span:nth-child(1),
    .wpcf7-form .qodef--col-2 > span:nth-child(2) {
        margin: 0 0 20px
    }
}

.wpcf7-form .wpcf7-form-control {
    border-radius: 30px;
    font-size: 15px;
    margin-bottom: 22px;
    background-color: #fff;
    padding-left: 25px
}

.wpcf7-form .wpcf7-form-control.qodef-layout--filled {
    background-color: #53762d;
    color: #fff;
    font-size: 13px;
    padding: 17px 55px;
    border: none
}

.wpcf7-form .wpcf7-form-control.qodef-layout--filled:hover {
    color: #fff
}

.qodef-e-donation-category,
.qodef-e-donation-tag {
    font-size: 26px;
    letter-spacing: .025em;
    color: var(--qode-main-color)
}

.qodef-e-donation-category a,
.qodef-e-donation-tag a {
    color: #53762d;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0
}

.qodef-e-donation-category a:hover,
.qodef-e-donation-tag a:hover {
    color: #000
}

.qodef-e-donation-category-separator,
.qodef-e-donation-tags-separator {
    color: #53762d;
    font-size: 14px;
    font-weight: 500;
    margin-right: -3px;
    margin-left: 1px
}

.qodef-e-donation-category-separator:after,
.qodef-e-donation-tags-separator:after {
    content: '/'
}

.qodef-e-donation-category-separator:last-child:after,
.qodef-e-donation-tags-separator:last-child:after {
    content: ''
}

.qodef-e-donation-title {
    color: #000;
    margin: 8px 0 21px
}

.give-goal-progress {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0;
    min-height: 110px
}

.give-goal-progress > .progress-bar {
    padding-bottom: 0
}

.give-goal-progress .give-progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d7e6c9;
    margin: 3px 0 7px
}

.give-goal-progress .give-progress-bar > span {
    width: 0 !important;
    transition: width .5s ease-out;
    transition-delay: .5s;
    border-radius: 5px;
    max-width: 100%
}

.give-goal-progress .raised {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between
}

.give-goal-progress .raised > * {
    font-weight: 500;
    font-size: 14px !important;
    text-transform: capitalize;
    line-height: 2em
}

.give-goal-progress .raised .goal-text {
    margin-left: 6px
}

.give-goal-progress .raised .give-percentage,
.give-goal-progress .raised .income {
    margin-right: auto;
    margin-left: 6px
}

.give-goal-progress .qode-progress-text-holder .qode-progress-text {
    opacity: 0;
    transition: opacity .5s ease-out;
    transition-delay: 1s
}

.give-goal-progress .qode-progress-text-holder .qode-progress-text > span {
    display: inline-block;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0
}

.give_error,
.give_success,
.give_warning {
    display: none !important
}

.give-form-wrap .give-form {
    margin: 0
}

.give-submit-button-wrap {
    position: relative
}

.give-loading-animation {
    position: absolute;
    right: 10px;
    top: 35%
}

.give-wrap .give-card__progress {
    margin-top: 0
}

.give-modal-open #give-donation-level-button-wrap,
.give-modal-open .give-donation-amount,
.give-modal-open .give-total-wrap {
    display: block !important
}

.give-modal .give-submit-button-wrap {
    margin: 0 -35px
}

.give-modal .mfp-content {
    padding: 0;
    width: auto !important
}

.give-modal .give-btn {
    width: 100% !important;
    border-radius: 0 !important;
    text-align: center;
    margin: 0 !important;
    background-image: linear-gradient(90deg, #ffffff00 33%, var(--qodef-gradient-color) 66%, #ffffff00 90%);
    background-size: 300% 100%;
    background-position-x: 0
}

.give-modal .give-btn:hover {
    background-color: #0a111f
}

.give-modal .mfp-close {
    font-size: 40px;
    right: 20px !important
}

.give-modal .mfp-close:hover {
    color: #000
}

.give-modal .give-form {
    background: #f4f2f1;
    padding: 35px 35px 0;
    margin: 0
}

.give-display-modal #give-donation-level-button-wrap,
.give-display-modal .give-donation-amount,
.give-display-modal .give-total-wrap {
    display: none !important
}

.give-display-modal .give-form {
    margin: 0 !important;
    padding: 0 !important
}

.single-give_forms .give-form-title {
    display: none
}

.single-give_forms .give_forms {
    max-width: unset
}

.single-give_forms .qodef-page-sidebar-section.qodef--hide {
    display: none
}

.single-give_forms div.images {
    margin: 0
}

.single-give_forms .qodef-e-top-holder {
    position: relative;
    overflow: hidden
}

.single-give_forms .qodef-e-donate {
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: all .5s ease-out;
    transform: translateY(100%)
}

.single-give_forms .give-submit-button-wrap {
    margin: 0 -35px
}

.single-give_forms .give-btn {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
    line-height: 1.8em
}

.single-give_forms .qodef-e-media-image img {
    display: block;
    width: 100%
}

.single-give_forms .give-form-wrap {
    position: relative
}

.single-give_forms .give-form > .give-btn {
    position: absolute !important;
    right: 36px;
    top: 43px;
    width: auto !important;
    padding: 10px 39px;
    background-color: #53762d !important
}

@media only screen and (max-width:680px) {
    .single-give_forms .give-form > .give-btn {
        right: unset;
        left: 36px;
        top: 139px
    }
}

@media only screen and (max-width:480px) {
    .single-give_forms .give-form > .give-btn {
        left: 20px
    }
}

.single-give_forms .qodef-e-donation-title {
    margin: 7px 0 16px
}

.single-give_forms .give-goal-progress {
    background: #f2f9ed;
    padding: 30px 36px 24px;
    margin: 0 0 46px
}

.single-give_forms .give-goal-progress > * {
    width: calc(100% - 166px)
}

@media only screen and (max-width:680px) {
    .single-give_forms .give-goal-progress > * {
        width: 100%
    }

    .single-give_forms .give-goal-progress .raised {
        margin-bottom: 70px
    }
}

@media only screen and (max-width:480px) {
    .single-give_forms .give-goal-progress {
        padding: 30px 20px 36px
    }
}

.single-give_forms .qodef-category-separator:after {
    content: '/'
}

.single-give_forms .qodef-category-separator:last-child:after {
    content: ''
}

.single-give_forms .qodef-tags-separator:after {
    content: '/'
}

.single-give_forms .qodef-tags-separator:last-child:after {
    content: ''
}

.single-give_forms div.give-form-content-wrap.give_post_form-content {
    margin: 0
}

.single-give_forms .qodef-e-donation-bottom-holder {
    margin-top: 60px;
    text-align: right;
    border-bottom: 1px solid #e1e1e1
}

.single-give_forms .qodef-e-donation-bottom-holder > * {
    display: inline-block
}

.single-give_forms .qodef-e-donation-bottom-holder .qodef-e-info-date {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 1.28em;
    font-family: "Rock Salt", cursive;
    padding-right: 20px;
    line-height: 23px
}

.single-give_forms .qodef-e-donation-bottom-holder .qodef-e-info-date a,
.single-give_forms .qodef-e-donation-bottom-holder .qodef-e-info-date p {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.single-give_forms #qodef-page-comments {
    margin-top: 113px
}

.single-give_forms:hover .qodef-e-donate {
    transform: translateY(0)
}

.qodef-donation-list .qodef-e-inner {
    background-color: #f3f8ed
}

.qodef-donation-list .qodef-e-img-holder {
    position: relative;
    overflow: hidden
}

.qodef-donation-list .qodef-e-bottom-holder {
    padding: 27px 29px 53px
}

.qodef-donation-list .qodef-e-media-image {
    overflow: hidden
}

.qodef-donation-list .qodef-e-media-image a {
    display: block;
    width: 100%
}

.qodef-donation-list .qodef-e-media-image img {
    display: block;
    width: 100%;
    transition: transform .6s cubic-bezier(.29, .58, .27, .9);
    transform: scale(1.04);
    transform-origin: 10% 50%
}

.qodef-donation-list .qodef-e:hover .qodef-e-media-image img {
    transform: scale(1.015)
}

.qodef-donation-list .qodef-progress-bar-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 13px;
    border-radius: 20px;
    background-color: #fff
}

.qodef-donation-list .qodef-e-give-form-holder {
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: all .5s ease-out;
    transform: translateY(100%)
}

.qodef-donation-list .give-submit-button-wrap {
    margin: 0 -35px
}

.qodef-donation-list .give-btn {
    width: 100% !important;
    border-radius: 0 !important;
    text-align: center;
    margin: 0 !important
}

.qodef-donation-list .give-form {
    background: #f4f2f1;
    padding: 30px 30px 0
}

.qodef-donation-list .qodef-e-inner:hover .qodef-e-give-form-holder {
    transform: translateY(0)
}

.qodef-donation-list.qodef-item-layout--info-inline .qodef-e-inner {
    background-color: transparent
}

.qodef-donation-list.qodef-item-layout--info-inline .qodef-e-inner .qodef-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.qodef-donation-list.qodef-item-layout--info-inline .qodef-e-inner .qodef-top-wrapper .qodef-e-donation-title {
    margin: 0 30% 0 0
}

.qodef-donation-list.qodef-item-layout--info-inline .qodef-e-inner .qodef-give-wrapper {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    margin-top: 4px
}

.qodef-donation-list.qodef-item-layout--info-inline .qodef-e-inner .qodef-give-amount-progress-holder {
    margin-top: 57px
}

.qodef-donation-list.qodef-item-layout--info-inline .qodef-e-bottom-holder {
    padding: 0
}

@media only screen and (max-width:1440px) {
    .qodef-donation-list.qodef-item-layout--info-inline .qodef-e-inner .qodef-top-wrapper .qodef-e-donation-title {
        margin: 0 12% 0 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-donation-list.qodef-item-layout--info-inline .qodef-e-inner .qodef-top-wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-donation-list.qodef-item-layout--info-inline .qodef-e-inner .qodef-top-wrapper .qodef-e-donation-title {
        margin: 0 0 50px 0
    }
}

.qodef-donation-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-e-img-holder .qodef-e-bottom-holder,
.qodef-donation-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-e-img-holder .qodef-e-top-holder {
    position: absolute;
    width: 100%;
    padding: 0 8%
}

.qodef-donation-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-e-img-holder .qodef-e-top-holder {
    top: 8%
}

.qodef-donation-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-e-img-holder .qodef-e-bottom-holder {
    bottom: 12%
}

.qodef-donation-list.qodef-item-layout--info-on-image.qodef-item--bordered {
    overflow: hidden
}

.qodef-donation-list.qodef-item-layout--info-on-image.qodef-item--bordered article {
    border-right: 1px solid #e1e1e1
}

.qodef-donation-list.qodef-item-layout--info-on-image.qodef-item--light-skin * {
    color: #fff
}

.qodef-donation-list.qodef-item-layout--info-on-image.qodef-item--light-skin .qodef-e-category {
    transition: opacity .25s ease-out
}

.qodef-donation-list.qodef-item-layout--info-on-image.qodef-item--light-skin .qodef-e-category:hover {
    opacity: .75
}

.qodef-donation-list.qodef-item-layout--info-on-image .qodef-e-bottom-holder,
.qodef-donation-list.qodef-item-layout--info-on-image .qodef-e-top-holder {
    pointer-events: none
}

.qodef-donation-list.qodef-item-layout--info-on-image .qodef-e-bottom-holder a,
.qodef-donation-list.qodef-item-layout--info-on-image .qodef-e-top-holder a {
    pointer-events: all
}

.qodef-donation-list.qodef-item-layout--simple .qodef-e-inner {
    background-color: transparent
}

.qodef-donation-list.qodef-item-layout--simple .qodef-e-donation-title {
    margin: 4px 0 0
}

.qodef-donation-list.qodef-item-layout--simple .qodef-e-donation-category a {
    padding: 3px 7px 1px;
    margin-right: 3px;
    border-radius: 3px;
    background-color: #eceeeb
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important
}

.qodef-instagram-list #sb_instagram #sbi_images {
    padding: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .25s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 10px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 20px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 30px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 40px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 50px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--extra-large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 80px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 90px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--enormous #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 150px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    visibility: hidden;
    z-index: 1
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
    width: 100%
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -5px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
    padding: 0 5px !important;
    margin: 0 0 10px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
    padding: 0 10px !important;
    margin: 0 0 20px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -15px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
    padding: 0 15px !important;
    margin: 0 0 30px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
    padding: 0 20px !important;
    margin: 0 0 40px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -25px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 25px !important;
    margin: 0 0 50px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 40px !important;
    margin: 0 0 80px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -90px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -45px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
    padding: 0 45px !important;
    margin: 0 0 90px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef--no-bottom-space {
    margin-bottom: -150px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -75px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous #sb_instagram #sbi_images > .sbi_item {
    padding: 0 75px !important;
    margin: 0 0 150px !important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: left;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 1.28em;
    font-family: "Rock Salt", cursive;
    font-weight: 600 !important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: Rubik, sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 400;
    color: #000;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets > .ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets > .ctf-item {
    width: 50%
}

@media only screen and (min-width:681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets > .ctf-item {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets > .ctf-item {
    width: 20%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets > .ctf-item {
    width: 12.5%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
    padding: 0;
    margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-twitter-list.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets {
    margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets > .ctf-item {
    padding: 0 40px;
    margin: 0 0 80px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -90px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -45px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 45px;
    margin: 0 0 90px
}

.qodef-twitter-list.qodef-gutter--enormous.qodef--no-bottom-space {
    margin-bottom: -150px
}

.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets {
    margin: 0 -75px
}

.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets > .ctf-item {
    padding: 0 75px;
    margin: 0 0 150px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

.qodef-yith-wccl--predefined .select_box {
    display: inline-block
}

.qodef-yith-wccl--predefined .select_box:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0
}

.qodef-yith-wccl--predefined .select_box .select_option > span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip > span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #e1e1e1 !important;
    padding: 10px;
    color: #000
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option > span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option > img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label > * {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.43em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .25s ease-out;
    margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ',';
    margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255, 255, 255, .79) !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 960px !important;
    max-width: 90vw !important
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5) !important;
    overflow-y: hidden !important;
    max-height: 90vh !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner > * {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper {
    display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px
}

#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"
}

body:not([class*=earthcare-core]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: 'x';
    font-family: initial
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f06e"
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button .blockUI {
    display: none !important
}

.yith-wcwl-form .wishlist-title-container {
    display: none !important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 1.14em;
    text-transform: uppercase
}

.yith-wcwl-form .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li:last-child {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table td ul li label {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table p {
    margin: 0
}

.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.yith-wcwl-form .shop_table .variation:after {
    clear: both
}

.yith-wcwl-form .shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table .variation dt {
        float: none;
        width: 100%
    }
}

.yith-wcwl-form .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0 !important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto !important
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0 !important;
    color: #000 !important;
    border-color: transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    font-family: Rubik, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out !important;
    padding: 15px 62px 14px;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #000;
    border-color: transparent;
    color: #fff;
    background-color: #53762d;
    border-radius: 30px;
    --qodef-gradient-color: rgba(255, 255, 255, 0.15);
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out, background-position 1s cubic-bezier(.25, .46, .45, .94);
    background-image: linear-gradient(90deg, #ffffff00 33%, var(--qodef-gradient-color) 66%, #ffffff00 90%);
    background-size: 300% 100%;
    background-position-x: 0
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
    color: #fff;
    background-position-x: 150%
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none !important
}

.qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-price {
    position: relative;
    overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-price .price {
    opacity: 1;
    transform: translateY(0);
    padding-bottom: 2px;
    transition: opacity .35s ease-out, transform .5s cubic-bezier(.26, .57, .14, .81)
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-price .qodef-add-to-cart-holder {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .35s ease-out, transform .5s cubic-bezier(.26, .57, .14, .81);
    padding-bottom: 2px
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-price .qodef-add-to-cart-holder .button:after {
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner:hover .price {
    opacity: 0;
    transform: translateY(100%)
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner:hover .qodef-add-to-cart-holder {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner:hover .qodef-woo-product-image-inner {
    opacity: 0 !important;
    visibility: hidden !important
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner .button {
    padding: 0 !important;
    color: #000;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    overflow: hidden;
    color: currentColor;
    background-image: none
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner .added_to_cart:after,
.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner .button:after {
    content: '';
    display: block;
    width: 300%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, currentColor 0 33%, transparent 33% 66%, currentColor 66% 100%);
    transform: translateX(-66%);
    transition: transform 1.2s cubic-bezier(.53, .95, .28, 1.03)
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner .added_to_cart:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner .button:hover:after {
    transform: translateX(0)
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner .button.added {
    display: none
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .button {
    margin-top: 20px !important
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner {
    padding: 20px;
    justify-content: center
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner .qodef-woo-product-title a:hover {
    color: inherit
}

.widget_earthcare_core_woo_dropdown_cart,
.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: static
}

.widget_earthcare_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-opener,
.widget_earthcare_core_woo_dropdown_cart > .widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart > .widgettitle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener-count {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
    line-height: 1;
    color: #fff;
    background-color: #000
}

.widget_earthcare_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_earthcare_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    border-width: 1px;
    border-style: solid;
    display: block;
    padding: 34px 0;
    text-align: left;
    transition: opacity .25s ease-out, visibility .25s ease-out
}

header .widget_earthcare_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_earthcare_core_woo_dropdown_cart .widget_shopping_cart_content,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content {
    left: auto;
    right: -50px;
    opacity: 0 !important;
    position: absolute;
    top: 100%;
    visibility: hidden !important;
    width: 442px
}

.touchevents header .widget_earthcare_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_earthcare_core_woo_dropdown_cart .widget_shopping_cart_content,
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shopping_cart .widget_shopping_cart_content {
    display: none
}

.widget_earthcare_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > *,
.widget_earthcare_core_woo_dropdown_cart .widget_shopping_cart_content > *,
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *,
.widget_shopping_cart .widget_shopping_cart_content > * {
    padding: 0 30px !important
}

.widget_earthcare_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_earthcare_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI {
    display: none !important
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    margin: 0 0 20px 0 !important;
    position: relative
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
    margin: 0
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    margin: 0 17px 0 0;
    width: 99px
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    transform: scale(.7)
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
    display: none
}

.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.28em;
    font-family: "Rock Salt", cursive;
    display: block
}

.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
    display: flex
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
    flex-shrink: 0
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
    padding: 0 20px 0 0;
    width: 100%
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 11px 0 0;
    text-transform: uppercase
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 3px 0 0;
    color: #a8a8a8
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 19px 0 0;
    color: #b2b2b2;
    font-size: 14px
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-order-details,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    padding: 21px 0 0 !important;
    margin: 11px 30px !important
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25em
}

@media screen and (max-width:1440px) {

    .widget_earthcare_core_woo_dropdown_cart .qodef-m-order-details strong,
    .widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
    .widget_shopping_cart .qodef-m-order-details strong,
    .widget_shopping_cart .woocommerce-mini-cart__total strong {
        font-size: 22px;
        line-height: 1.27em
    }
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-order-details .amount,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,
.widget_shopping_cart .qodef-m-order-details .amount,
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
    color: #a8a8a8
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-action,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0 0
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-action a,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    font-family: Rubik, sans-serif;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    padding: 8px 34px;
    color: #fff;
    background-color: #0a111f;
    border-radius: 30px;
    --qodef-gradient-color: rgba(255, 255, 255, 0.15);
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out, background-position 1s cubic-bezier(.25, .46, .45, .94);
    background-image: linear-gradient(90deg, #ffffff00 33%, var(--qodef-gradient-color) 66%, #ffffff00 90%);
    background-size: 300% 100%;
    background-position-x: 0
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
    color: #fff;
    background-position-x: 150%
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-action a:first-child,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:first-child,
.widget_shopping_cart .qodef-m-action a:first-child,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child {
    padding: 13px 54px
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-action a:last-child,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_shopping_cart .qodef-m-action a:last-child,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
    padding: 13px 54px;
    background-color: #53762d
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-action a:last-child:hover,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child:hover,
.widget_shopping_cart .qodef-m-action a:last-child:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child:hover {
    background-color: #60813d
}

.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100% !important;
    justify-content: center
}

.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 5px
}

header .widget_earthcare_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_earthcare_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart:hover .widget_shopping_cart_content {
    opacity: 1 !important;
    visibility: visible !important
}

.widget_earthcare_core_woo_dropdown_cart,
.widget_shopping_cart {
    color: #000
}

.widget_earthcare_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_earthcare_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    background-color: #fff;
    border-color: #e1e1e1
}

.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #000
}

.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
.widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: var(--qode-main-color)
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #000
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #000
}

.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #b2b2b2
}

.widget_earthcare_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #000
}

#qodef-top-area .widget_earthcare_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
    color: #ccc
}

#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #000;
    border-color: #fff
}

#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #ccc
}

#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: #fff
}

#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #ccc
}

#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff
}

#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_earthcare_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #ccc
}

#qodef-side-area .widget_earthcare_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_earthcare_core_woo_dropdown_cart,
.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

#qodef-page-sidebar .qodef-sidebar-newsletter .widget_earthcare_core_woo_dropdown_cart,
#qodef-page-sidebar .qodef-sidebar-newsletter .widget_shopping_cart {
    color: #fff
}

.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity .15s ease-out;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity .15s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
    width: auto;
    opacity: var(--qodef-client-initial-opacity, 1);
    will-change: opacity;
    transition: opacity .3s ease;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
    opacity: var(--qodef-client-hover-opacity, .5)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-events {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-events .qodef-event-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-events .qodef-e-top-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 -15px 60px
}

.qodef-events .qodef-e-top-info > * {
    position: relative;
    width: 100%;
    padding: 0 15px
}

.qodef-events .qodef-e-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0
}

.qodef-events .qodef-e-inner > * {
    position: relative;
    width: 100%
}

.qodef-events .qodef-e-inner .qodef-e-info {
    max-width: 24%;
    padding: 0 35px;
    margin-right: 64px;
    background-color: #eceeeb
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-info--date {
    display: flex;
    flex-shrink: 0;
    margin: 0 -35px;
    padding: 38px 30px 83px;
    border-bottom: 1px solid #d7d7d7
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-info--date .qodef-e-date-inner {
    padding-top: 7px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-info--date .qodef-e-date-day {
    padding: 32px 15px 0 0;
    font-family: "Rock Salt", cursive;
    font-size: 60px;
    transform: rotate(-10deg)
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-info--date .qodef-e-date-month,
.qodef-events .qodef-e-inner .qodef-e-info .qodef-info--date .qodef-e-date-year {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-e-info-inner {
    display: block;
    margin-top: 26px
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-e-info-inner .qodef-e-info-item {
    margin: 10px 0
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-e-info-inner .qodef-e-info-item > * {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-e-info-inner .qodef-e-info-item .qodef-e-label {
    margin: 0 12px 0 0;
    color: #b2b2b2
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-e-info-inner .qodef-e-info-item .qodef-e-info-content {
    color: #0a111f
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-e-info-inner .qodef-e-info-item.qodef-info--event-types .qodef-e-info-content > a {
    color: #53762d;
    font-weight: 500
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-e-info-inner .qodef-e-info-item.qodef-info--event-types .qodef-e-info-content > a:hover {
    color: #0a111f
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-e-tickets-link {
    display: block;
    padding: 35px 0 55px;
    text-align: center
}

.qodef-events .qodef-e-inner .qodef-e-info .qodef-e-tickets-link .qodef-button {
    background-color: #53762d
}

.qodef-events .qodef--about-event {
    margin: 0
}

.qodef-events .qodef-e-content-text ul {
    list-style: none
}

.qodef-events .qodef-e-content-text ul > li {
    position: relative;
    padding-left: 22px
}

.qodef-events .qodef-e-content-text ul > li::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #53762d;
    transform: translateY(-50%)
}

.qodef-events-list .qodef-e .qodef-e-content {
    display: flex
}

.qodef-events-list .qodef-e .qodef-e-event-info {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.qodef-events-list .qodef-e .qodef-e-event-info .qodef-e-event-inner {
    display: flex;
    align-items: flex-start
}

.qodef-events-list .qodef-e .qodef-e-date {
    display: flex;
    flex-shrink: 0
}

.qodef-events-list .qodef-e .qodef-e-date .qodef-e-date-inner {
    padding-top: 7px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.qodef-events-list .qodef-e .qodef-e-date .qodef-e-date-day {
    padding: 32px 27px 0 0;
    font-family: "Rock Salt", cursive;
    font-size: 60px;
    transform: rotate(-10deg)
}

.qodef-events-list .qodef-e .qodef-e-date .qodef-e-date-month,
.qodef-events-list .qodef-e .qodef-e-date .qodef-e-date-year {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.qodef-events-list .qodef-e .qodef-e-date .qodef-e-date-year {
    padding-top: 5px
}

.qodef-events-list .qodef-e .qodef-e-type .qodef-e-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #53762d
}

.qodef-events-list .qodef-e .qodef-e-type .qodef-e-link::after {
    content: ", ";
    display: inline-block
}

.qodef-events-list .qodef-e .qodef-e-type .qodef-e-link:hover {
    color: #0a111f
}

.qodef-events-list .qodef-e .qodef-e-type:last-of-type .qodef-e-link::after {
    display: none
}

.qodef-events-list .qodef-e .qodef-e-time {
    display: inline-flex;
    align-items: center;
    margin-left: 20px
}

.qodef-events-list .qodef-e .qodef-e-time > span {
    padding-top: 2px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500
}

.qodef-events-list .qodef-e .qodef-e-title {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 40px;
    margin: 0;
    padding-left: 20px
}

.qodef-events-list .qodef-e .qodef-e-title::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #ef7e00;
    background: linear-gradient(0deg, #ef7e00 0, #f4e689 100%)
}

.qodef-events-list.qodef-item-layout--calendar .qodef-grid-inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #cfcfcf
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e {
    border-bottom: 1px solid #cfcfcf
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #cfcfcf
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #cfcfcf
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-content {
    position: relative;
    display: block
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 305px;
    padding: 35px 35px 45px 45px
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-title {
    padding-left: 0
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-title::before {
    display: none
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-types {
    font-size: 14px;
    text-transform: uppercase
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease-in-out
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-media .qodef-e-media-image {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-media .qodef-e-media-image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    object-fit: cover
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-media::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .55)
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-date,
.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-time,
.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-types .qodef-e-link {
    transition: color .25s ease-out, opacity .25s ease-out
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-time {
    align-items: flex-start
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-time svg {
    margin-top: 6px;
    transition: fill .25s ease-out
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-types .qodef-e-link:hover {
    opacity: .75
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e:hover .qodef-e-media {
    opacity: 1;
    transition-delay: .07s
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e:hover .qodef-e-date,
.qodef-events-list.qodef-item-layout--calendar .qodef-e:hover .qodef-e-time,
.qodef-events-list.qodef-item-layout--calendar .qodef-e:hover .qodef-e-title a,
.qodef-events-list.qodef-item-layout--calendar .qodef-e:hover .qodef-e-types .qodef-e-link {
    color: #fff
}

.qodef-events-list.qodef-item-layout--calendar .qodef-e:hover .qodef-e-time svg {
    fill: #fff
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e:nth-of-type(2n) .qodef-e-inner {
    background-color: #ffe7fe
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e:nth-of-type(2n+1) .qodef-e-inner {
    background-color: #f3f8ed
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-media {
    width: 29%;
    min-width: 29%;
    position: relative;
    overflow: hidden
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-media .qodef-e-media-image {
    height: 100%
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-media .qodef-e-media-image a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-media .qodef-e-media-image img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.29, .58, .27, .9);
    transform: scale(1.04);
    transform-origin: 10% 50%
}

@media only screen and (max-width:680px) {
    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-media .qodef-e-media-image {
        display: inline-block;
        width: 100%
    }

    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-media .qodef-e-media-image img {
        width: 100%
    }
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e:hover .qodef-e-media-image img {
    transform: scale(1.015)
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px 30px 30px 25px;
    min-height: 210px
}

.qodef-events-list.qodef-item-layout--info-table.qodef-col-num--1 .qodef-e:nth-last-child(-n+1) .qodef-e-content {
    padding-bottom: 0 !important;
    border-bottom: 0
}

.qodef-events-list.qodef-item-layout--info-table.qodef-col-num--2 .qodef-e:nth-last-child(-n+2) .qodef-e-content {
    padding-bottom: 0 !important;
    border-bottom: 0
}

.qodef-events-list.qodef-item-layout--info-table.qodef-col-num--3 .qodef-e:nth-last-child(-n+3) .qodef-e-content {
    padding-bottom: 0 !important;
    border-bottom: 0
}

.qodef-events-list.qodef-item-layout--info-table.qodef-col-num--4 .qodef-e:nth-last-child(-n+4) .qodef-e-content {
    padding-bottom: 0 !important;
    border-bottom: 0
}

.qodef-events-list.qodef-item-layout--info-table.qodef-col-num--5 .qodef-e:nth-last-child(-n+5) .qodef-e-content {
    padding-bottom: 0 !important;
    border-bottom: 0
}

.qodef-events-list.qodef-item-layout--info-table.qodef-col-num--6 .qodef-e:nth-last-child(-n+6) .qodef-e-content {
    padding-bottom: 0 !important;
    border-bottom: 0
}

.qodef-events-list.qodef-item-layout--info-table.qodef-col-num--7 .qodef-e:nth-last-child(-n+7) .qodef-e-content {
    padding-bottom: 0 !important;
    border-bottom: 0
}

.qodef-events-list.qodef-item-layout--info-table.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item > .qodef-e-content {
    padding: 0
}

.qodef-events-list.qodef-item-layout--info-table.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item > .qodef-e-content {
    padding: 0 0 10px
}

.qodef-events-list.qodef-item-layout--info-table.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item > .qodef-e-content {
    padding: 0 0 20px
}

.qodef-events-list.qodef-item-layout--info-table.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item > .qodef-e-content {
    padding: 0 0 30px
}

.qodef-events-list.qodef-item-layout--info-table.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item > .qodef-e-content {
    padding: 0 0 40px
}

.qodef-events-list.qodef-item-layout--info-table.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item > .qodef-e-content {
    padding: 0 0 50px
}

.qodef-events-list.qodef-item-layout--info-table.qodef-grid.qodef-gutter--extra-large > .qodef-grid-inner > .qodef-grid-item > .qodef-e-content {
    padding: 0 0 80px
}

.qodef-events-list.qodef-item-layout--info-table.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item > .qodef-e-content {
    padding: 0 0 90px
}

.qodef-events-list.qodef-item-layout--info-table.qodef-grid.qodef-gutter--enormous > .qodef-grid-inner > .qodef-grid-item > .qodef-e-content {
    padding: 0 0 150px
}

.qodef-events-list.qodef-item-layout--info-table.qodef-border-radius--yes .qodef-e-inner {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-title {
    font-size: 25px;
    margin: 0 0 24px
}

.qodef-portfolio-single .qodef-portfolio-info > * {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d7d7d7
}

.qodef-portfolio-single .qodef-portfolio-info > :last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .005em;
    color: #989898
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15em;
    letter-spacing: .005em;
    text-transform: uppercase;
    text-align: right
}

.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase
}

.qodef-portfolio-single .qodef-social-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.qodef-portfolio-single .qodef-social-share .qodef-social-title {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .005em;
    color: #989898
}

.qodef-portfolio-single .qodef-social-share:after,
.qodef-portfolio-single .qodef-social-share:before {
    display: none
}

.qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin-right: 45px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 50px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info .qodef-e-label {
    margin-right: 15px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-bottom: 65px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
    width: 85%
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 53px;
    padding-left: 15px !important
}

.qodef-portfolio-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-category-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: opacity .25s ease-out
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
    margin-top: 28px
}

.qodef-portfolio-list .qodef-e-inner {
    position: relative
}

.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-list .qodef-e-media > * {
    margin-bottom: 30px
}

.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.qodef-portfolio-list .qodef-e-media-image a,
.qodef-portfolio-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background img {
    visibility: hidden
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 4px
}

.qodef-portfolio-list .qodef-e-info > * {
    color: #53762d;
    text-transform: uppercase;
    font-weight: 500
}

.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}

.qodef-portfolio-list-slider-wrapper.qodef-skin--light .qodef-e-info > *,
.qodef-portfolio-list-slider-wrapper.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list-slider-wrapper.qodef-skin--light .qodef-e-info a {
    transition: opacity .25s ease-out
}

.qodef-portfolio-list-slider-wrapper.qodef-skin--light .qodef-e-info a:hover {
    opacity: .75
}

.qodef-portfolio-list-slider-wrapper.qodef-skin--light .qodef-e-title a:hover {
    color: #fff
}

@media only screen and (max-width:480px) {

    .qodef-portfolio-list-slider-wrapper .swiper-button-next,
    .qodef-portfolio-list-slider-wrapper .swiper-button-prev {
        display: none
    }
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 20px;
    margin-bottom: 30px
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay {
    --qodef-gradient-color: rgba(239, 165, 86, .4)
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image {
    overflow: hidden
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image > a {
    position: relative;
    display: block
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --qodef-gradient-color: rgba(239, 165, 86, 0.4);
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out, background-position 1s cubic-bezier(.25, .46, .45, .94);
    background-image: linear-gradient(90deg, #ffffff00 33%, var(--qodef-gradient-color) 66%, #ffffff00 90%);
    background-size: 300% 100%;
    background-position-x: 0;
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out, background-position 1.7s cubic-bezier(.25, .46, .45, .94);
    --qodef-gradient-color: inherit
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image > a:after {
    background-position-x: 150%
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
    display: none
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info > * {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
    z-index: 2
}

.qodef-e-content-follow {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden
}

.qodef-e-content-follow.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-e-content-follow .qodef-e-title {
    margin: 0;
    color: #fff
}

.qodef-e-content-follow .qodef-e-title a {
    color: inherit
}

.qodef-e-content-follow .qodef-e-info > * {
    color: #fff
}

.qodef-e-content-follow .qodef-e-text,
.qodef-e-content-follow .qodef-e-top-holder {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .2s ease-out
}

.qodef-e-content-follow .qodef-e-text > *,
.qodef-e-content-follow .qodef-e-top-holder > * {
    display: inline-block;
    background-color: var(--qode-main-color);
    z-index: 10
}

.qodef-e-content-follow .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-e-content-follow .qodef-e-top-holder > * {
    padding: 0 5px
}

.qodef-e-content-follow .qodef-e-text > * {
    padding: 3px 5px
}

.qodef-e-content-follow.qodef-is-active {
    visibility: visible
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text,
.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text {
    transition-delay: .2s
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, .6) 100%)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info > * {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a {
    transition: opacity .25s ease-out
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
    opacity: .75
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
    z-index: 2
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    background-size: 100% 200%;
    background-position-y: 60%;
    opacity: 0;
    transition: opacity .32s ease-out, background-position .4s cubic-bezier(.26, .57, .14, .81)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-text,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-top-holder {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .32s ease-out, transform .45s cubic-bezier(.26, .57, .14, .81)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1;
    background-position-y: 100%
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-text,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-top-holder {
    transform: translateY(0);
    opacity: 1
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-text {
    transition-delay: .17s, .17s
}

.qodef-portfolio-list.qodef-item-layout--info-on-image {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0, 0, 0, .12)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info > * {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-project-info a,
.qodef-portfolio-project-info p {
    margin: 0
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 87px
}

#qodef-portfolio-single-related-items > .qodef-e-title {
    text-align: center;
    margin: 25px 0 39px
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 75px 0 3px
}

#qodef-single-portfolio-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-portfolio-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-portfolio-navigation .qodef-m-nav > * {
    display: block;
    line-height: inherit
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 5px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
    margin-left: 5px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 0;
    left: calc(50% - 16px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
    font-size: 32px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14em;
    text-transform: uppercase;
    font-weight: 500
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 20px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 20px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icons {
    right: 0
}

.qodef-team-list .qodef-e-role {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px
}

.qodef-team-list .qodef-e-title {
    margin: 2px 0 4px
}

.qodef-team-list .qodef-team-member-social-icons {
    position: absolute;
    bottom: 34px;
    right: -100%;
    background-color: #0a111f;
    border-radius: 50px 0 0 50px;
    padding: 10px 10px 8px 25px;
    margin: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.qodef-team-list .qodef-team-member-social-icon {
    color: #fff;
    font-size: 14px;
    margin-right: 12px
}

.qodef-team-list .qodef-team-member-social-icon:hover {
    color: #ef7e00
}

.qodef-team-list .qodef-e-image {
    position: relative;
    overflow: hidden
}

.qodef-team-slider-wrapper .swiper-button-next,
.qodef-team-slider-wrapper .swiper-button-prev {
    top: calc(50% - 30px) !important
}

@media only screen and (max-width:1024px) {

    .qodef-team-slider-wrapper .swiper-button-next,
    .qodef-team-slider-wrapper .swiper-button-prev {
        display: none
    }
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 21px 0 40px
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
    z-index: 1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .25s ease-out;
    z-index: -1
}

.qodef-testimonials-list .qodef-e-inner {
    position: relative
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: 100%;
    object-fit: cover
}

.qodef-testimonials-list .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 9% 7% 23%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1))
}

.qodef-testimonials-list .qodef-e-info-top {
    width: 70%
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list .qodef-e-info-top {
        width: 100%
    }
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    letter-spacing: .005em;
    margin: 0 0 18px
}

.qodef-testimonials-list .qodef-e-author,
.qodef-testimonials-list .qodef-e-author-job,
.qodef-testimonials-list .qodef-e-text,
.qodef-testimonials-list .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0 0 10px
}

.qodef-testimonials-list .qodef-e-author-job {
    font-size: 14px;
    text-transform: uppercase
}

.qodef-testimonials-list .swiper-pagination-bullets {
    position: absolute !important;
    text-align: left;
    bottom: 40px !important;
    right: 40px !important;
    left: auto !important;
    width: auto !important
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet {
    border-color: #fff
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #fff
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list .swiper-pagination-bullets {
        right: auto !important;
        left: calc(7% - 5px) !important;
        bottom: 20px !important
    }
}

.qodef-testimonials-list.qodef-swiper-container .qodef-e-content {
    padding: 9% 9.5% 15%
}

.qodef-testimonials-list.qodef-swiper-container .qodef-e-info-top {
    width: 100%
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list.qodef-swiper-container .qodef-e-content {
        padding: 9% 7% 11%
    }
}

@media only screen and (max-width:480px) {
    .qodef-testimonials-list.qodef-swiper-container .qodef-e-content {
        padding: 9% 7% 20%
    }
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list.qodef-layout--columns .qodef-e-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list.qodef-layout--columns .qodef-e-media-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .qodef-testimonials-list.qodef-layout--columns .qodef-e-media-image img {
        height: 100%;
        object-fit: cover
    }
}

.qodef-testimonials-list.qodef-text-position--bottom .qodef-e-content {
    justify-content: flex-end
}

.qodef-review-rating {
    display: flex
}

.qodef-review-rating .qodef-rating-inner {
    display: flex;
    flex-basis: 50%
}

.qodef-review-rating label {
    margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
    display: flex;
    margin: 0
}

.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: block;
    margin: 0 .1em 0 0;
    cursor: pointer;
    color: #000
}

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: #000
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin: 0;
    width: 14px;
    height: auto
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor;
    stroke: none
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
    line-height: 28px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
    padding: 6px 0
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
    display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
    color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 110px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color)
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 101
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-title {
    text-align: center;
    margin: 0 auto;
    width: 60%
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #000;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #000;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .25s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #000
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 17px 0 0;
    padding: 25px 0 2px 0;
    border-top: 1px solid #d7d7d7;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0;
    border-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    line-height: 1;
    text-align: center;
    background-color: #000;
    border-radius: 50%
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-m-line {
    height: 2px;
    width: 10px;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .25s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-m-line.qodef--one {
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-m-line.qodef--one,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-m-line.qodef--one {
    transform: translate(-50%, -50%) rotate(0)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 8px 0 14px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}

.qodef-accordion--right-padding .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding-right: 26%
}

@media only screen and (max-width:1024px) {
    .qodef-accordion--right-padding .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
        padding-right: 0
    }
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.qodef-banner .qodef-m-title {
    margin: 10px 0 4px
}

.qodef-banner .qodef-m-title.qodef--skewed-text {
    transform: rotate(-10deg)
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    font-style: italic
}

.qodef-banner .qodef-m-image,
.qodef-banner .qodef-m-mobile-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img,
.qodef-banner .qodef-m-mobile-image img {
    display: block;
    width: 100%
}

.qodef-banner .qodef-m-mobile-image {
    display: none
}

.qodef-banner.qodef-vertical-layout--stretch .qodef-m-info {
    height: 100%;
    justify-content: space-between
}

.qodef-banner.qodef-vertical-layout--center .qodef-m-content-inner {
    justify-content: center
}

.qodef-banner.qodef-vertical-layout--bottom .qodef-m-content-inner {
    justify-content: flex-end
}

.qodef-banner.qodef-layout--double-image {
    display: flex
}

.qodef-banner.qodef-layout--double-image .qodef-m-content-inner {
    padding: 6.25%
}

.qodef-banner.qodef-layout--double-image .qodef-e-info-holder {
    position: relative
}

.qodef-banner.qodef-layout--double-image .qodef-m-image {
    height: 100%
}

.qodef-banner.qodef-layout--double-image .qodef-m-image img {
    height: 100%;
    object-fit: cover
}

.qodef-banner.qodef-layout--double-image .qodef-m-info {
    display: flex;
    flex-direction: column
}

.qodef-banner.qodef-layout--double-image .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--double-image .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--double-image .qodef-m-button {
    margin: 12px 0 0
}

.qodef-banner.qodef-layout--double-image.qodef-horizontal-layout--right .qodef-m-content-inner {
    align-items: flex-end
}

.qodef-banner.qodef-layout--double-image.qodef-horizontal-layout--center .qodef-m-content-inner {
    align-items: center
}

@media only screen and (max-width:768px) {
    .qodef-banner.qodef-layout--double-image {
        flex-direction: column
    }
}

.qodef-banner.qodef-layout--double-image .qodef-e-info-holder {
    z-index: 2;
    pointer-events: none
}

.qodef-banner.qodef-layout--double-image .qodef-e-info-holder a {
    pointer-events: all
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    padding: 6.25%
}

.qodef-banner.qodef-layout--link-button .qodef-m-info {
    display: flex;
    flex-direction: column
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 12px 0 0
}

.qodef-banner.qodef-layout--link-button.qodef-horizontal-layout--right .qodef-m-content-inner {
    align-items: flex-end
}

.qodef-banner.qodef-layout--link-button.qodef-horizontal-layout--right .qodef-m-button,
.qodef-banner.qodef-layout--link-button.qodef-horizontal-layout--right .qodef-m-title {
    text-align: right
}

.qodef-banner.qodef-layout--link-button.qodef-horizontal-layout--center .qodef-m-content-inner {
    align-items: center
}

.qodef-banner.qodef-layout--link-button.qodef-horizontal-layout--center .qodef-m-button,
.qodef-banner.qodef-layout--link-button.qodef-horizontal-layout--center .qodef-m-title {
    text-align: center
}

.qodef-banner.qodef-layout--link-button .qodef-m-content {
    z-index: 2;
    pointer-events: none
}

.qodef-banner.qodef-layout--link-button .qodef-m-content a {
    pointer-events: all
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    padding: 4.7% 7.2%
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-info {
    display: flex;
    flex-direction: column
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-title {
    color: #fff
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-image,
.qodef-banner.qodef-layout--link-overlay .qodef-m-mobile-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-image img,
.qodef-banner.qodef-layout--link-overlay .qodef-m-mobile-image img {
    display: block;
    width: 100%;
    transition: transform .6s cubic-bezier(.29, .58, .27, .9);
    transform: scale(1.04);
    transform-origin: 10% 50%
}

.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img,
.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-mobile-image img {
    transform: scale(1.015)
}

.qodef-button.qodef-html--link {
    font-family: Rubik, sans-serif;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    padding: 10px 39px
}

.qodef-button.qodef-size--small {
    padding: 8px 34px
}

.qodef-button.qodef-size--large {
    padding: 15px 62px 14px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 12px 20px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #177f4e;
    border-radius: 30px;
    --qodef-gradient-color: rgba(255, 255, 255, 0.15);
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out, background-position 1s cubic-bezier(.25, .46, .45, .94);
    background-image: linear-gradient(90deg, #ffffff00 33%, var(--qodef-gradient-color) 66%, #ffffff00 90%);
    background-size: 300% 100%;
    background-position-x: 0;
    border-radius: 30px;
    overflow: hidden;
    border: none
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text {
    z-index: 50
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-position-x: 150%
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qodef-gradient-color: rgba(255, 255, 255, 0.15);
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out, background-position 1s cubic-bezier(.25, .46, .45, .94);
    background-image: linear-gradient(90deg, #ffffff00 33%, var(--qodef-gradient-color) 66%, #ffffff00 90%);
    background-size: 300% 100%;
    background-position-x: 0
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color);
    background-position-x: 150%
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    color: #000;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    overflow: hidden;
    color: currentColor
}

.qodef-button.qodef-layout--textual .qodef-m-text:after {
    content: '';
    display: block;
    width: 300%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, currentColor 0 33%, transparent 33% 66%, currentColor 66% 100%);
    transform: translateX(-66%);
    transition: transform 1.2s cubic-bezier(.53, .95, .28, 1.03)
}

.qodef-button.qodef-layout--textual .qodef-m-text:hover:after {
    transform: translateX(0)
}

.qodef-button.qodef-layout--textual svg {
    fill: currentColor
}

.qodef-button.qodef-layout--textual svg.qodef-svg--brush {
    fill: #ffab3e
}

.qodef-button.qodef-layout--textual.qodef-background--svg .qodef-m-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.qodef-button.qodef-layout--textual.qodef-background--svg .qodef-m-text:after {
    display: none
}

.qodef-button.qodef-layout--textual.qodef-background--svg svg {
    transform: rotate(-5deg) translateY(5%);
    line-height: 1;
    display: block
}

.qodef-button.qodef-layout--textual.qodef-background--svg svg:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #fce7d5;
    -webkit-mask-size: 350% 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 25%, #000 55%);
    transition: 1s
}

.qodef-button.qodef-layout--textual.qodef-background--svg:hover svg:nth-of-type(2) {
    -webkit-mask-size: 100% 100%
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center;
    background-color: #0a111f;
    padding: 44px 60px
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px;
    width: 50%
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
    margin: 0;
    color: inherit
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-call-to-action.qodef-content-gradient .qodef-m-content > * {
    color: transparent;
    background: linear-gradient(to right, #fff, #f6c9b3);
    -webkit-background-clip: text
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    line-height: 1em;
    font-weight: 400;
    color: #000;
    font-family: "Rock Salt", cursive;
    font-size: 60px
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    font-size: 14px;
    margin-top: 52px;
    text-transform: uppercase;
    font-weight: 500
}

.qodef-countdown.qodef-layout--simple.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-layout--simple.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple.qodef-digit-plus--enabled .qodef-m-digit {
    position: relative
}

.qodef-counter.qodef-layout--simple.qodef-digit-plus--enabled .qodef-m-digit:after {
    content: '+';
    color: inherit
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: "Rock Salt", cursive;
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    color: #000
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 33px 0 0 0;
    text-transform: uppercase
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

@media only screen and (max-width:768px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-size: 40px
    }
}

.widget.widget_earthcare_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-custom-font.qodef-border--enable {
    padding-left: 35px;
    padding-top: 22px;
    padding-bottom: 22px
}

.qodef-custom-font.qodef-border--enable:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to top, #187f4e 0, #eceeeb 100%)
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 38px;
    line-height: 1.18em
}

@media screen and (max-width:1440px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 33px;
        line-height: 1.21em
    }
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1.25em;
    color: #fff;
    background-color: #000
}

@media screen and (max-width:1440px) {
    .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
        font-size: 22px;
        line-height: 1.27em
    }
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #000
}

.qodef-horizontal-timeline {
    cursor: none;
    padding-top: 55px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    width: auto;
    min-height: 360px;
    margin: 0 0 30px 20px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-horizontal-timeline-background-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(../img/timeline.svg) top left repeat-x
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-horizontal-timeline-background-holder:before {
    content: url(../img/timeline-start.svg);
    top: 233px;
    left: -20px;
    transform: rotate(60deg);
    position: absolute
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item {
    min-width: 170px;
    opacity: 0;
    position: absolute;
    left: 0;
    margin-left: 100px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-m-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-m-item-wrap .qodef-e-content {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 170px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-m-item-wrap .qodef-e-title {
    margin: 17px 0 0;
    text-transform: uppercase
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(1) {
    left: 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(2) {
    left: 400px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(3) {
    left: 800px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(4) {
    left: 1200px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5) {
    left: 1600px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(6) {
    left: 2000px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(7) {
    left: 2400px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(8) {
    left: 2800px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(9) {
    left: 3200px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(10) {
    left: 3600px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(11) {
    left: 4000px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(12) {
    left: 4400px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(13) {
    left: 4800px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(14) {
    left: 5200px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(15) {
    left: 5600px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(16) {
    left: 6000px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(17) {
    left: 6400px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(18) {
    left: 6800px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(19) {
    left: 7200px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(20) {
    left: 7600px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(21) {
    left: 8000px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(22) {
    left: 8400px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(23) {
    left: 8800px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(24) {
    left: 9200px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(25) {
    left: 9600px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(26) {
    left: 10000px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(27) {
    left: 10400px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(28) {
    left: 10800px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(29) {
    left: 11200px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(30) {
    left: 11600px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(31) {
    left: 12000px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(32) {
    left: 12400px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(33) {
    left: 12800px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(34) {
    left: 13200px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(35) {
    left: 13600px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(36) {
    left: 14000px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(37) {
    left: 14400px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(38) {
    left: 14800px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(39) {
    left: 15200px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-e-pin {
    width: 39px;
    height: 58px;
    background-image: url(../img/timeline-pin.svg);
    background-repeat: no-repeat;
    background-position: center
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+1) {
    top: 85px;
    bottom: auto
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+1) .qodef-m-item-wrap {
    margin: 98px 0 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+2) {
    top: 40px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+2) .qodef-m-item-wrap {
    margin: 95px 0 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+3) {
    top: 105px;
    bottom: auto
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+3) .qodef-m-item-wrap {
    margin: 60px 0 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+4) {
    top: 135px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+4) .qodef-m-item-wrap {
    margin: 70px 0 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+5) {
    top: -5px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+5) .qodef-m-item-wrap {
    margin: 130px 0 0
}

.qodef-horizontal-timeline .qodef-m-image-holder {
    width: 100vw;
    padding: 25px 0 55px
}

.qodef-horizontal-timeline .qodef-drag-text {
    display: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.qodef-horizontal-timeline.qodef-follow-info-holder {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50px;
    padding: 0
}

.qodef-horizontal-timeline.qodef-follow-info-holder .qodef-follow-info-inner {
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.qodef-horizontal-timeline.qodef-follow-info-holder .qodef-drag-text {
    display: inline
}

.qodef-horizontal-timeline::-webkit-scrollbar {
    width: 0
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
    overflow: hidden
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image {
    transform: scale(1);
    transition: transform .4s ease
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image {
    transform: scale(1.03)
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
    display: none
}

.qodef-follow-info-holder.qodef-horizontal-timeline {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden
}

.qodef-follow-info-holder.qodef-horizontal-timeline .qodef-follow-info-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-follow-info-holder.qodef-horizontal-timeline .qodef-follow-info-title {
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: var(--qode-main-color);
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 8;
    padding: 3px 5px;
    margin-top: 4px
}

.qodef-follow-info-holder.qodef-horizontal-timeline a {
    color: #fff
}

.qodef-follow-info-holder.qodef-horizontal-timeline.qodef-is-active {
    visibility: visible
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 17px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_earthcare_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_earthcare_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_earthcare_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-title a:hover {
    color: currentColor
}

.qodef-icon-with-text .qodef-m-iwt-text {
    margin: 8px 0 0;
    padding: 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-with-text .qodef-m-button {
    margin-top: 19px
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-icon-with-text.qodef-icon-with-text--underline .qodef-m-title-text {
    position: relative
}

.qodef-icon-with-text.qodef-icon-with-text--underline .qodef-m-title-text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width .35s ease-out
}

.qodef-icon-with-text.qodef-icon-with-text--underline:hover .qodef-m-title-text:after {
    width: 100%
}

.qodef-icon-with-text.qodef--has-appear {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity .35s ease-out, transform .5s cubic-bezier(.26, .57, .14, .81)
}

.qodef-icon-with-text.qodef--has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width:680px) {
    .qodef-icon-with-text.qodef-layout--before-content.qodef--mobile-icon-top {
        flex-direction: column
    }
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 13px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 26px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--left img {
    margin: 0 auto 0 0
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--right img {
    margin: 0 0 0 auto
}

.qodef-icon-with-text.qodef-layout--top.qodef--bg-image {
    border-radius: 40px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width:680px) {
    .qodef-icon-with-text.qodef-layout--top.qodef--bg-image {
        padding-bottom: 70px
    }
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

.qodef-icon-holder a {
    display: block
}

.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit;
    transition: color .25s ease-out
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: #000
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_earthcare_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_earthcare_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_earthcare_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_earthcare_core_icon {
    margin-bottom: 0
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-shadow: 0 0 9.5px .5px rgba(0, 0, 0, .05)
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    display: inline-block;
    text-transform: uppercase;
    margin: 24px 0 0
}

.qodef-image-with-text .qodef-m-text {
    font-size: 16px;
    color: #777;
    margin: 1px 0 0
}

.qodef-image-with-text .qodef-m-text > * {
    margin: 0
}

.qodef-image-with-text.qodef-image-with-text--underline .qodef-m-title {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 2px;
    --qodef-background-position: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 0
}

.qodef-image-with-text.qodef-image-with-text--underline:hover .qodef-m-title {
    background-size: 100% var(--qodef-background-position)
}

.qodef-image-with-text.qodef--has-hover .qodef-m-image {
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.26, .57, .14, .81);
    will-change: transform
}

.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image {
    transform: translateY(-6px)
}

.qodef-image-with-text.qodef--custom-home-appear,
.qodef-image-with-text.qodef--has-appear {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity .35s ease-out, transform .5s cubic-bezier(.26, .57, .14, .81)
}

.qodef-image-with-text.qodef--custom-home-appear.qodef--appeared,
.qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1
}

.elementor-column:nth-of-type(2) .qodef-image-with-text.qodef--custom-home-appear {
    transition-delay: .3s, .3s
}

.qodef-info-section-with-image {
    display: flex;
    color: #53762d;
    background-color: #53762d
}

.qodef-info-section-with-image .qodef-m-info {
    flex-basis: 43%
}

.qodef-info-section-with-image .qodef-m-image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-info-section-with-image .qodef-m-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding: 5.2%;
    z-index: 1
}

.qodef-info-section-with-image .qodef-m-info:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 28px solid currentColor
}

.qodef-info-section-with-image .qodef-m-image {
    position: relative;
    flex-basis: 57%
}

.qodef-info-section-with-image .qodef-m-image img {
    width: 100%;
    object-fit: cover
}

.qodef-info-section-with-image .qodef-m-tagline {
    font-size: 18px;
    color: #fff;
    font-family: "Rock Salt", cursive;
    transform: rotate(-6deg);
    transform-origin: left;
    margin-bottom: 22px
}

.qodef-info-section-with-image .qodef-m-title {
    margin: 0 0 52px;
    color: #fff;
    width: 80%
}

@media only screen and (max-width:1440px) {
    .qodef-info-section-with-image .qodef-m-title {
        width: 100%
    }
}

.qodef-info-section-with-image.qodef-title-gradient .qodef-m-title {
    color: transparent;
    background: linear-gradient(to right, #fff, #f6c9b3);
    -webkit-background-clip: text
}

.qodef-info-section-with-image.qodef-flip-content {
    flex-direction: row-reverse
}

.qodef-info-section-with-image.qodef-flip-content .qodef-m-info:after {
    right: unset;
    left: -28px;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-right: 28px solid currentColor;
    border-left: 0
}

@media only screen and (max-width:1024px) {
    .qodef-info-section-with-image {
        flex-direction: column
    }

    .qodef-info-section-with-image .qodef-m-info {
        padding: 100px 7%
    }

    .qodef-info-section-with-image .qodef-m-info:after {
        top: unset;
        left: 50%;
        right: unset;
        bottom: -28px;
        transform: translate(-50%, 0);
        border-top: 28px solid currentColor;
        border-right: 31px solid transparent;
        border-left: 31px solid transparent;
        border-bottom: 0
    }

    .qodef-info-section-with-image .qodef-m-title {
        width: 100%
    }

    .qodef-info-section-with-image.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }

    .qodef-info-section-with-image.qodef-flip-content {
        flex-direction: column-reverse
    }

    .qodef-info-section-with-image.qodef-flip-content .qodef-m-info {
        padding: 100px 7%
    }

    .qodef-info-section-with-image.qodef-flip-content .qodef-m-info:after {
        bottom: unset;
        top: -20px;
        left: 50%;
        transform: translate(-50%, 0);
        border-top: 0;
        border-right: 31px solid transparent;
        border-left: 31px solid transparent;
        border-bottom: 28px solid currentColor
    }

    .qodef-info-section-with-image.qodef-flip-content.qodef-flip-content-mobile {
        flex-direction: column
    }

    .qodef-info-section-with-image.qodef-flip-content.qodef-flip-content-mobile .qodef-m-info:after {
        top: unset;
        left: 50%;
        right: unset;
        bottom: -28px;
        transform: translate(-50%, 0);
        border-top: 28px solid currentColor;
        border-right: 31px solid transparent;
        border-left: 31px solid transparent;
        border-bottom: 0
    }

    .qodef-info-section-with-image.qodef-flip-content-mobile {
        flex-direction: column-reverse
    }

    .qodef-info-section-with-image.qodef-flip-content-mobile .qodef-m-info {
        padding: 100px 7%
    }

    .qodef-info-section-with-image.qodef-flip-content-mobile .qodef-m-info:after {
        bottom: unset;
        top: -28px;
        left: 50%;
        transform: translate(-50%, 0);
        border-top: 0;
        border-right: 31px solid transparent;
        border-left: 31px solid transparent;
        border-bottom: 28px solid currentColor
    }
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-tagline {
    margin: 0 0 20px;
    transform: rotate(-10deg);
    transform-origin: 0;
    display: inline-block
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 18px;
    display: inline-block
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 55px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, .1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-info-slider {
    display: flex;
    background-color: #fff38b;
    color: #fff38b
}

.qodef-info-slider:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 28px solid currentColor;
    z-index: 2
}

.qodef-info-slider .qodef-image-holder,
.qodef-info-slider .qodef-info-holder {
    width: 50%
}

.qodef-info-slider .qodef-m-content {
    max-width: 80%;
    width: 100%
}

.qodef-info-slider .qodef-m-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding: 70px 7% 70px;
    z-index: 1
}

.qodef-info-slider .qodef-m-images {
    position: relative
}

.qodef-info-slider .qodef-m-text {
    color: #000
}

.qodef-info-slider .qodef-m-images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef-info-slider .qodef-m-tagline {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-family: "Rock Salt", cursive;
    transform: rotate(-6deg);
    transform-origin: left;
    margin-bottom: 9px
}

.qodef-info-slider .qodef-m-title {
    margin: 0 0 33px
}

.qodef-info-slider .swiper-pagination-bullets {
    position: absolute !important;
    justify-content: flex-start;
    bottom: 12% !important;
    padding: 0 7%
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
    padding: 10.7% 12% 17.5% 12%
}

.qodef-pricing-table .qodef-m-title p {
    margin: 0;
    color: #000
}

.qodef-pricing-table .qodef-m-price {
    margin-top: -3px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: center
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-period {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 1.14em;
    text-transform: uppercase;
    font-weight: 500
}

.qodef-pricing-table .qodef-m-content {
    margin: 35px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    color: #000;
    margin-bottom: 18px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    background: url(../../inc/shortcodes/pricing-table/assets/img/check.png) no-repeat top center/cover;
    margin-right: 8px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 45px 0 0
}

.qodef-pricing-table.qodef-skin--light {
    background-color: #000 !important
}

.qodef-pricing-table.qodef-skin--light .qodef-m-inner .qodef-m-price > *,
.qodef-pricing-table.qodef-skin--light .qodef-m-inner .qodef-m-title > *,
.qodef-pricing-table.qodef-skin--light .qodef-m-inner > * {
    color: #fff !important
}

.qodef-pricing-table.qodef-skin--light .qodef-m-content ul li {
    color: #fff !important
}

.qodef-pricing-table.qodef-skin--light .qodef-m-content ul li:before {
    background: url(../../inc/shortcodes/pricing-table/assets/img/check-light.png) no-repeat top center/cover
}

.qodef-pricing-table.qodef-skin--light .qodef-m-button .qodef-button {
    background-color: #fff !important;
    color: #000 !important
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 1.28em;
    font-family: "Rock Salt", cursive
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .progressbar {
    border-radius: 20px !important
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0;
    border-radius: 20px !important
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -37px;
    right: 0;
    width: auto;
    font-size: 14px;
    font-weight: 500
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-tagline {
    margin: 0 0 20px;
    transform: rotate(-10deg);
    display: inline-block;
    transform-origin: 0
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-text {
    margin: 27px 0 0
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
    margin: 10px 0
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-disabled--1024 {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-separator.qodef-disabled--768 {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-disabled--680 {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-separator.qodef-disabled--480 {
        display: none
    }
}

#qodef-page-sidebar .widget.widget_earthcare_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_earthcare_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_earthcare_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-tabbed-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabbed-info .ui-tabs-nav {
    border-bottom: 2px solid #fff;
    display: flex;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0
}

.qodef-tabbed-info .ui-tabs-tab {
    margin: 0;
    overflow: visible;
    position: relative;
    text-align: center
}

.qodef-tabbed-info .ui-tabs-tab:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -2px;
    color: #53762d;
    --qodef-background-position: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 0;
    pointer-events: none
}

.qodef-tabbed-info .ui-tabs-tab:before {
    border-style: solid;
    border-width: 8px 12px 0 12px;
    border-color: #53762d transparent transparent transparent;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s ease-out
}

.qodef-tabbed-info .ui-tabs-anchor {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 1.14em;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 50px 24px;
    display: inline-block
}

.qodef-tabbed-info .ui-state-hover:after {
    background-size: 100% var(--qodef-background-position)
}

.qodef-tabbed-info .ui-state-active:after {
    background-size: 100% var(--qodef-background-position)
}

.qodef-tabbed-info .ui-state-active:before {
    opacity: 1
}

.qodef-tabbed-info.qodef--init {
    visibility: visible
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content {
    display: flex !important;
    padding: 55px 0 0 0;
    position: absolute;
    z-index: 0
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content-left {
    padding: 0 5% 0 0;
    width: 60%
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content-right {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 40%
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] {
    z-index: 1
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-image {
    opacity: 1
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-text,
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-title {
    opacity: 1;
    letter-spacing: 0
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-text,
.qodef-tabbed-info.qodef-layout--standard .qodef-m-title {
    opacity: 0
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-title {
    margin: 0 0 29px 0;
    padding: 0 1% 0 0
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-text {
    padding: 0
}

.qodef-text-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    white-space: nowrap;
    font-size: 100px;
    font-family: Rubik, sans-serif;
    line-height: 1em;
    font-weight: 700;
    overflow: hidden
}

.qodef-text-marquee .qodef-m-text {
    padding: 0 25px;
    will-change: transform
}

.qodef-text-marquee .qodef-m-text .qodef-m-text-1 {
    color: #000
}

.qodef-text-marquee .qodef-m-text .qodef-m-text-2 {
    color: #000
}

.qodef-text-marquee .qodef-m-text .qodef-m-text-3 {
    color: #000
}

.qodef-text-marquee .qodef-m-text > span:after {
    content: '\00b7';
    display: inline-block;
    padding: 0 28px;
    color: #000
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items {
    display: flex;
    flex-direction: column
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items:before {
    content: '';
    width: 5px;
    height: 100%;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #53762d
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item {
    display: flex;
    margin-bottom: 34px;
    padding-left: 43px;
    position: relative
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item:before {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #53762d;
    position: absolute;
    left: -6px;
    top: 35px;
    border-radius: 100%
}

@media only screen and (max-width:680px) {
    .qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item:before {
        top: 50%
    }
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item:last-child {
    margin-bottom: 7px
}

@media only screen and (max-width:680px) {
    .qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item {
        flex-direction: column
    }
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item-image {
    flex-shrink: 0
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item-wrapper {
    margin-left: 20px
}

@media only screen and (max-width:680px) {
    .qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item-wrapper {
        margin-left: 0;
        margin-top: 20px
    }
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item-counter {
    font-size: 17px;
    font-weight: 500
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item-title {
    margin: 0
}

.qodef-timeline .qodef-timeline-holder .qodef-m-items .qodef-m-item-text {
    margin-top: 11px;
    display: block
}

.qodef-timeline.qodef--has-appear .qodef-timeline-holder .qodef-m-items:before {
    transition: transform 1.5s ease;
    transform: scaleY(0);
    transform-origin: top
}

.qodef-timeline.qodef--has-appear .qodef-m-item:before {
    transform: scale(0);
    transition: transform .5s .1s
}

.qodef-timeline.qodef--has-appear .qodef-m-item .qodef-m-item-image {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity .35s ease-out .2s, transform .5s cubic-bezier(.26, .57, .14, .81) .2s
}

.qodef-timeline.qodef--has-appear .qodef-m-item .qodef-m-item-wrapper {
    opacity: 0;
    transition: opacity .8s .3s
}

.qodef-timeline.qodef--has-appear .qodef-m-item:nth-of-type(2n+2):before {
    transition-delay: .4s
}

.qodef-timeline.qodef--has-appear .qodef-m-item:nth-of-type(2n+2) .qodef-m-item-image {
    transition-delay: .5s, .5s
}

.qodef-timeline.qodef--has-appear .qodef-m-item:nth-of-type(2n+2) .qodef-m-item-wrapper {
    transition-delay: .6s
}

.qodef-timeline.qodef--has-appear .qodef-m-item:nth-of-type(3n+3):before {
    transition-delay: .7s
}

.qodef-timeline.qodef--has-appear .qodef-m-item:nth-of-type(3n+3) .qodef-m-item-image {
    transition-delay: .8s, .8s
}

.qodef-timeline.qodef--has-appear .qodef-m-item:nth-of-type(3n+3) .qodef-m-item-wrapper {
    transition-delay: .9s
}

.qodef-timeline.qodef--has-appear.qodef--appeared .qodef-timeline-holder .qodef-m-items:before {
    transform: scaleY(1)
}

.qodef-timeline.qodef--has-appear.qodef--appeared .qodef-m-item:before {
    transform: scale(1)
}

.qodef-timeline.qodef--has-appear.qodef--appeared .qodef-m-item .qodef-m-item-image {
    opacity: 1;
    transform: translateY(0)
}

.qodef-timeline.qodef--has-appear.qodef--appeared .qodef-m-item .qodef-m-item-wrapper {
    opacity: 1
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-video-button .qodef-m-play-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-video-button .qodef-m-play-holder:hover .qodef-m-play {
    transform: scale(1.05)
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 72px;
    height: 72px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: scale(1);
    transition: transform .5s ease;
    transform-origin: 50%
}

.qodef-video-button .qodef-m-play span {
    display: flex
}

.qodef-video-button .qodef-m-play span svg {
    fill: #fff
}

rs-module .qodef-video-button img {
    max-width: 100% !important
}

.qodef-video-holder {
    display: block;
    max-width: 100%
}

.qodef-video-holder .qodef-m-video {
    background-color: #0a111f
}

.qodef-video-holder video {
    max-width: 100%
}

.qodef-video-holder.qodef--has-appear .qodef-m-video {
    transition: .9s cubic-bezier(.51, .01, 0, 1.06);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

.qodef-video-holder.qodef--has-appear.qodef--appeared .qodef-m-video {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -430px;
    width: 430px;
    height: 100%;
    min-height: 100%;
    padding: 140px 50px 30px;
    background-color: #0a111f;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    background-image: url(../img/sidearea.png);
    background-repeat: no-repeat
}

.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible
}

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area .widget_nav_menu {
    border-bottom: 1px solid #454a55;
    padding-bottom: 55px
}

#qodef-side-area .widget_nav_menu ul > li {
    margin-bottom: 13px !important
}

#qodef-side-area .widget_nav_menu ul > li.current-menu-item > a,
#qodef-side-area .widget_nav_menu ul > li:hover > a {
    color: #fff;
    background-size: 100% 2px
}

#qodef-side-area .widget_nav_menu ul > li:last-child {
    margin-bottom: 0 !important
}

#qodef-side-area .widget_nav_menu a {
    font-size: 25px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s ease
}

#qodef-side-area-close {
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

#qodef-side-area-close .qodef-m-icon {
    height: 37px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 38px;
    color: #000
}

#qodef-side-area-close .qodef-m-lines {
    width: 20px
}

#qodef-side-area-close .qodef-m-lines .qodef-m-line {
    height: 2px
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 1.14em;
    text-transform: uppercase
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 16px
}

.qodef-social-share li a:hover {
    color: #e49c4f
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../img/share.png)
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: inline-flex
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: block;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
    display: block;
    line-height: inherit
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 14px;
    color: #000;
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a:hover {
    background-color: #e49c4f;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: #e49c4f
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a:hover {
    color: #e49c4f
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: #e49c4f
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a:hover {
    color: #e49c4f
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: #e49c4f
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a:hover {
    color: #e49c4f
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--predefined {
    transform-origin: bottom
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-inner {
    color: #507834
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined {
    position: relative
}

#qodef-page-spinner.qodef-layout--predefined svg {
    display: block;
    width: 100px;
    height: auto;
    overflow: visible;
    opacity: 0
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init svg {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Rubik, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-sp-holder {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .25s ease-out;
    background-color: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none
}

.qodef-sp-holder .qodef-sp-inner {
    pointer-events: all;
    width: 100%;
    max-width: 380px;
    background-color: #000;
    padding: 0;
    opacity: 0;
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .25s ease-out
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #fff;
    width: 38px;
    height: 38px;
    background: #0a111f;
    border-radius: 100%
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor;
    position: absolute;
    top: 2px;
    left: 2px
}

.qodef-sp-holder .qodef-sp-close .qodef-m-icon {
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px
}

.qodef-sp-holder .qodef-sp-close .qodef-m-icon .qodef-m-lines {
    width: 20px;
    position: relative;
    height: 14px
}

.qodef-sp-holder .qodef-sp-close .qodef-m-icon .qodef-m-line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    transition: background-position .7s cubic-bezier(.45, .05, .55, .95);
    background: linear-gradient(90deg, currentColor 0 36%, transparent 36% 56%, currentColor 56% 100%);
    background-size: 270% 100%;
    background-position-x: 100%
}

.qodef-sp-holder .qodef-sp-close .qodef-m-icon .qodef-m-line.qodef--1 {
    top: 6px;
    transform: rotate(45deg)
}

.qodef-sp-holder .qodef-sp-close .qodef-m-icon .qodef-m-line.qodef--2 {
    top: 6px;
    transform: rotate(-45deg);
    transition-delay: .1s, 0s, 0s
}

.qodef-sp-holder .qodef-sp-close .qodef-m-icon:hover .qodef-m-line {
    background-position-x: 0;
    transition: background-position .7s cubic-bezier(.22, .61, .36, 1)
}

.qodef-sp-holder .qodef-sp-close .qodef-m-icon:hover .qodef-m-line.qodef--2 {
    transition-delay: .15s, 0s, 0s
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #d8e5c7;
    background-size: cover;
    padding: 108px 35px 25px
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 30px 0
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 20px 0
}

.qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block
}

.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 21px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}

.qodef-sp-holder .qodef-sp-prevent-inner > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 1px 1px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .25s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    fill: #fff;
    opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 14px;
    color: #fff;
    margin: 0
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26, .63, 0, .96)
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--left {
    text-align: left
}

.qodef-page-title.qodef-alignment--left .qodef-m-content {
    align-items: flex-start
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--center .qodef-m-content {
    align-items: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title.qodef-alignment--right .qodef-m-content {
    align-items: flex-end
}

.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 50px
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-size: 15px;
    color: #686868;
    padding-bottom: 2px
}

.qodef-page-title .qodef-breadcrumbs a {
    --qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 0
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    background-size: 100% var(--qodef-background-position)
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    font-family: "Rock Salt", cursive;
    transform: rotate(-6deg);
    transform-origin: left;
    display: inline-flex;
    width: auto;
    font-size: 18px;
    margin: -40px 0 16px;
    transform-origin: center
}

.widget.qodef-author-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    background-color: #f3f8ed
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 34px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-image img {
    border-radius: 50%
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 9px
}

.widget.qodef-author-info .qodef-author-info-position {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #878787
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0;
    text-align: justify
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 18px
}

.qodef-social-icons-group .qodef-icon-holder a {
    font-size: 16px;
    transition: color .25s ease-out
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    font-size: 14px;
    line-height: 1.43em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
    color: inherit
}

.widget.widget_earthcare_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,
.widget.widget_earthcare_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #d8e5c7
}

.widget.widget_earthcare_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,
.widget.widget_earthcare_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
    color: #000
}

.widget.widget_earthcare_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,
.widget.widget_earthcare_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
    color: #fff
}

.widget_earthcare_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

@media only screen and (max-width:680px) {
    #qodef-age-verification-modal .qodef-m-content {
        min-width: auto
    }

    #qodef-age-verification-modal .qodef-m-content-note {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px
    }
}

@media only screen and (max-width:680px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-blog-list .qodef-m-pagination {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--info-over .qodef-e-inner .qodef-e-content {
        padding: 40px 7%
    }
}

@media only screen and (max-width:480px) {
    .qodef-blog.qodef-item-layout--info-over .qodef-e-content {
        padding: 25px 7% 20px
    }

    .qodef-blog.qodef-item-layout--info-over .qodef-e-content .qodef-e-bottom-holder {
        margin-top: 10px;
        padding-bottom: 0
    }
}

@media only screen and (max-width:1440px) {
    #qodef-author-info .qodef-m-inner {
        align-items: stretch
    }

    #qodef-author-info .qodef-m-inner .qodef-m-image a,
    #qodef-author-info .qodef-m-inner .qodef-m-image a > img {
        height: 100%;
        width: auto
    }
}

@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }

    #qodef-author-info .qodef-m-inner .qodef-m-image {
        width: 100%
    }

    #qodef-author-info .qodef-m-inner .qodef-m-image a,
    #qodef-author-info .qodef-m-inner .qodef-m-image a > img {
        width: 100%
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 0;
        padding: 18% 7%
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical-sliding #qodef-page-outer,
    .qodef-header--vertical-sliding footer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical #qodef-page-footer,
    .qodef-header--vertical #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-top-area {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -70px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -35px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
        padding: 0 35px;
        margin: 0 0 70px
    }

    .qodef-twitter-list.qodef-gutter--enormous.qodef--no-bottom-space {
        margin-bottom: -120px
    }

    .qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets {
        margin: 0 -60px
    }

    .qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets > .ctf-item {
        padding: 0 60px;
        margin: 0 0 120px
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-events .qodef-e-inner .qodef-e-info {
        max-width: 29%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-events .qodef-e-inner {
        max-width: 100%;
        flex-direction: column
    }

    .qodef-events .qodef-e-inner .qodef-e-info {
        max-width: 100%;
        margin-right: 0
    }

    .qodef-events .qodef--about-event {
        margin-top: 70px
    }
}

@media only screen and (max-width:768px) {
    .qodef-events .qodef-e-top-info {
        flex-direction: column
    }

    .qodef-events .qodef-e-top-info .qodef-e-image {
        margin-bottom: 30px
    }

    .qodef-events .qodef-e-inner .qodef-e-info {
        padding: 0 7%
    }

    .qodef-events .qodef-e-inner .qodef-e-info .qodef-info--date {
        margin: 0 -8%
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .qodef-events .qodef-e-inner .qodef-e-info {
        display: flex;
        flex-wrap: wrap
    }

    .qodef-events .qodef-e-inner .qodef-e-info > * {
        flex-grow: 1
    }

    .qodef-events .qodef-e-inner .qodef-e-info .qodef-info--date {
        border-bottom: 0;
        margin: 0 0 0 -35px
    }

    .qodef-events .qodef-e-inner .qodef-e-info .qodef-e-info-inner {
        margin: 26px -35px 0 0
    }

    .qodef-events .qodef-e-inner .qodef-e-info .qodef-e-tickets-link {
        border-top: 1px solid #d7d7d7;
        margin: 0 -35px;
        flex-basis: 100%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-events-list .qodef-e .qodef-e-time {
        margin-left: 10px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-inner {
        padding: 35px 35px 35px 35px
    }

    .qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-date .qodef-e-date-day {
        padding: 10px 27px 0 0;
        font-size: 35px
    }
}

@media only screen and (max-width:680px) {
    .qodef-events-list.qodef-item-layout--calendar .qodef-e .qodef-e-inner {
        padding: 10% 7% 10% 7%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-date .qodef-e-date-day {
        padding: 5px 27px 0 0;
        font-size: 35px
    }
}

@media only screen and (max-width:680px) {
    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-content {
        flex-direction: column
    }

    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-inner,
    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-media {
        flex-basis: 100%
    }

    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-media {
        width: 100%
    }

    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-event-info {
        flex-direction: column
    }

    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-date {
        margin-bottom: 40px
    }

    .qodef-events-list.qodef-item-layout--info-table .qodef-e .qodef-e-event-inner {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 0 0 50px
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 50px
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
        width: 100%
    }
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

@media only screen and (max-width:1024px) {
    .qodef-banner.qodef-title-break--disabled br {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-banner.qodef-mobile-image .qodef-m-image {
        display: none
    }

    .qodef-banner.qodef-mobile-image .qodef-m-mobile-image {
        display: block
    }
}

@media only screen and (max-width:680px) {
    .qodef-banner .qodef-m-content-inner {
        padding: 5% 7% 10%
    }
}

@media only screen and (max-width:768px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-content {
        width: 100%;
        padding-right: 0
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block;
        padding: 34px 7% 44px
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width:480px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        padding: 30px
    }
}

@media only screen and (max-width:768px) {

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.33333333333333%;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:680px) {

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 50%
    }

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper .qodef-digit,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper .qodef-digit,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper .qodef-digit {
        font-size: 50px
    }

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper .qodef-label,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper .qodef-label,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper .qodef-label {
        margin-top: 40px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-info-slider .qodef-m-info {
        padding: 70px 7% 170px
    }

    .qodef-info-slider .qodef-m-content {
        max-width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-info-slider {
        flex-direction: column
    }

    .qodef-info-slider:after {
        display: none
    }

    .qodef-info-slider .qodef-image-holder,
    .qodef-info-slider .qodef-info-holder {
        width: 100%
    }

    .qodef-info-slider .qodef-m-content {
        max-width: 100%;
        width: 100%
    }

    .qodef-info-slider .qodef-image-holder:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 31px solid transparent;
        border-right: 31px solid transparent;
        border-top: 28px solid currentColor;
        z-index: 2
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-tabbed-info .ui-tabs-nav {
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 50px 0;
        border-bottom: 0
    }

    .qodef-tabbed-info .ui-tabs-tab {
        margin: 0 0 20px 0;
        padding: 0 0 5px 0;
        width: 100%;
        height: 33px;
        text-align: left;
        border-bottom: 2px solid #fff
    }

    .qodef-tabbed-info .ui-tabs-tab:after,
    .qodef-tabbed-info .ui-tabs-tab:before {
        display: none
    }

    .qodef-tabbed-info .ui-tabs-anchor {
        position: relative;
        padding: 0 0 9px;
        height: 100%
    }

    .qodef-tabbed-info .ui-tabs-anchor:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: -2px;
        color: #53762d;
        --qodef-background-position: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
        background-size: 0 var(--qodef-background-position);
        transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
        background-position-x: 0;
        pointer-events: none
    }

    .qodef-tabbed-info .ui-tabs-anchor:before {
        border-style: solid;
        border-width: 6px 8px 0 8px;
        border-color: #53762d transparent transparent transparent;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -7px;
        transform: translateX(-50%);
        opacity: 0;
        transition: .3s ease-out
    }

    .qodef-tabbed-info .ui-state-hover .ui-tabs-anchor:after {
        background-size: 100% var(--qodef-background-position)
    }

    .qodef-tabbed-info .ui-state-active .ui-tabs-anchor:after {
        background-size: 100% var(--qodef-background-position)
    }

    .qodef-tabbed-info .ui-state-active .ui-tabs-anchor:before {
        opacity: 1
    }
}

@media only screen and (max-width:1024px) {
    .qodef-tabbed-info.qodef-layout--standard .qodef-m-content {
        padding: 0;
        flex-direction: column
    }

    .qodef-tabbed-info.qodef-layout--standard .qodef-m-content-left {
        padding: 0 0 40px 0;
        width: 100%
    }

    .qodef-tabbed-info.qodef-layout--standard .qodef-m-content-right {
        padding: 0;
        width: 100%
    }

    .qodef-tabbed-info.qodef-layout--standard .qodef-m-title {
        padding: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }

    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 7%
    }

    .qodef-page-title.qodef-title-break--disabled br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-page-title.qodef-disable-on-mobile {
        display: none !important
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content: flex-start
    }
}
