.ashtanga-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: #3e4939;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s 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 .2s ease-out
}

#qodef-back-to-top {
    position: fixed;
    width: 42px;
    height: 42px;
    right: 35px;
    bottom: 30px;
    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: 19px;
    color: #fff;
    overflow: hidden;
    background: #84968a;
    border: 1px solid #a7aba5
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    display: block;
    width: 15px;
    height: auto;
    fill: currentColor
}

#qodef-back-to-top svg.qodef-svg--back-to-top path:nth-of-type(1),
#qodef-back-to-top svg.qodef-svg--back-to-top path:nth-of-type(2) {
    transition: transform .2s cubic-bezier(.25, .46, .45, .94)
}

#qodef-back-to-top svg.qodef-svg--back-to-top path:nth-of-type(1) {
    transform-origin: 37% 10%;
    transform: rotate(0)
}

#qodef-back-to-top svg.qodef-svg--back-to-top path:nth-of-type(2) {
    transform-origin: 67% 10%;
    transform: rotate(0)
}

#qodef-back-to-top:hover svg.qodef-svg--back-to-top path:nth-of-type(1) {
    transform: rotate(-8deg)
}

#qodef-back-to-top:hover svg.qodef-svg--back-to-top path:nth-of-type(2) {
    transform: rotate(8deg)
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility 0s .2s
}

#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-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: Lato, sans-serif;
    font-size: 200px;
    line-height: 1em
}

.qodef-blog.qodef-item-layout--info-on-image {
    margin: 0
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    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(62, 73, 57, .12)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 8px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-media .qodef-e-media-image {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content .qodef-e-bottom-holder {
    margin-top: 9px;
    margin-bottom: 6px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    align-items: flex-start;
    display: flex
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    flex-shrink: 0;
    margin-right: 20px;
    width: 120px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--standard article.format-video .qodef-e-media-video {
    position: relative
}

.qodef-blog.qodef-item-layout--standard article.format-video.qodef--hover .qodef-e-icon-holder .qodef--circle {
    transform: scale(.9)
}

.qodef-blog.qodef-item-layout--standard article.format-video .qodef-e-icon-holder {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background-color: transparent;
    border-radius: 100%;
    transform: translate(-50%, -50%)
}

.qodef-blog.qodef-item-layout--standard article.format-video .qodef-e-icon-holder .qodef--circle {
    transform: scale(1);
    transform-origin: center;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--standard article.format-video .qodef-e-icon-holder {
        width: 100px;
        height: 100px
    }
}

.qodef-blog.qodef-item-layout--standard article.format-video .qodef-e-icon-holder svg {
    position: relative;
    transition: all .3s ease-in-out
}

.qodef-blog.qodef-item-layout--standard article.format-video .qodef-e-icon-holder svg .qodef--circle {
    stroke: #fff
}

.qodef-blog.qodef-item-layout--standard article.format-video .qodef-e-icon-holder svg path {
    fill: #fff;
    transition: all .2s ease-out
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article.format-audio .qodef-e-media-audio {
    margin: 0;
    bottom: 24px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article .qodef-e-media>* {
    margin-bottom: 24px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article .qodef-e-content .qodef-e-top-holder {
    margin-bottom: 7px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article .qodef-e-content .qodef-e-excerpt {
    margin: 14px 0 0
}

.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.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 82px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 30px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article {
    margin: 0 0 20px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-audio .qodef-e-media-audio {
    margin: 0;
    bottom: 17px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-media>* {
    margin-bottom: 17px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-media .qodef-e-icon-holder {
    width: 160px;
    height: 160px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-content .qodef-e-top-holder {
    margin-bottom: 5px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-content .qodef-e-text .qodef-e-excerpt {
    display: none
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-content .qodef-e-bottom-holder {
    display: none;
    margin-top: 20px;
    margin-bottom: 35px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-content .qodef-e-bottom-holder .qodef-e-right {
    display: none
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 80px 25px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    padding: 50px 25px
}

.qodef-blog.qodef-item-layout--standard.qodef-swiper-container article .qodef-e-content .qodef-e-bottom-holder {
    margin-bottom: 10px
}

.widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

.widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

.widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-top-area .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-top-area .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-top-area .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-footer .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-page-footer .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-footer .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-footer.qodef-skin--light .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer.qodef-skin--light .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-page-footer.qodef-skin--light .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-footer.qodef-skin--light .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-side-area .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-side-area .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-side-area .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

.qodef-mega-menu-widget-holder .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.qodef-mega-menu-widget-holder .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

.qodef-mega-menu-widget-holder .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

.qodef-mega-menu-widget-holder .widget.widget_ashtanga_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 36px;
    background-color: rgba(62, 73, 57, .06);
    padding: 35px 40px
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 32px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block;
    border-radius: 0 65px 0 0
}

#qodef-author-info .qodef-m-author {
    margin: 0 0 3px
}

#qodef-author-info .qodef-m-email {
    margin: 5px 0 0
}

#qodef-author-info .qodef-m-description {
    margin: 6px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    position: relative;
    display: flex;
    margin-top: 18px
}

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e4939;
    background-color: rgba(62, 73, 57, .13);
    border: 1px solid transparent;
    border-radius: 100%;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    margin-right: 13px
}

#qodef-author-info .qodef-m-social-icons a:hover {
    color: #3e4939;
    background-color: transparent;
    border-color: rgba(62, 73, 57, .13)
}

#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 40px
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 77px 0 33px
}

#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;
    align-items: center;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em
}

#qodef-single-post-navigation .qodef-m-nav svg.qodef-svg--button-arrow path:nth-of-type(2),
#qodef-single-post-navigation .qodef-m-nav svg.qodef-svg--button-arrow path:nth-of-type(3) {
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

#qodef-single-post-navigation .qodef-m-nav svg.qodef-svg--button-arrow path:nth-of-type(2) {
    transform-origin: 90% 67%;
    transform: rotate(0)
}

#qodef-single-post-navigation .qodef-m-nav svg.qodef-svg--button-arrow path:nth-of-type(3) {
    transform-origin: 90% 37%;
    transform: rotate(0)
}

#qodef-single-post-navigation .qodef-m-nav:hover {
    color: var(--qode-main-color)
}

#qodef-single-post-navigation .qodef-m-nav:hover svg.qodef-svg--button-arrow path:nth-of-type(2) {
    transform: rotate(-10deg)
}

#qodef-single-post-navigation .qodef-m-nav:hover svg.qodef-svg--button-arrow path:nth-of-type(3) {
    transform: rotate(10deg)
}

#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;
    display: block;
    width: auto;
    height: auto;
    fill: currentColor;
    stroke: none
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 8px;
    transform: rotate(180deg)
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 8px
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #3e4939;
    font-size: 13px;
    font-weight: 700
}

.qodef--drag-cursor {
    cursor: none
}

.qodef--drag-cursor * {
    cursor: inherit
}

.qodef--drag-cursor .swiper-wrapper {
    min-width: 1000%
}

.qodef-m-custom-cursor {
    height: 120px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: hidden;
    width: 120px;
    z-index: 2
}

.qodef-m-custom-cursor-inner {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-m-custom-cursor.qodef--show {
    opacity: 1;
    visibility: visible
}

.qodef-m-custom-cursor.qodef--hide {
    opacity: 0;
    visibility: hidden
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#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
}

#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom,
#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom {
    --qode-columns-row-gap: var(--qode-columns-col-gap)
}

@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: #3e4939;
    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-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>li>a {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.25em;
    color: #fff;
    line-height: 1.7em;
    position: relative
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: #cfd1cd
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: #cfd1cd
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 5px 0 10x
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 8px 0;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #fff
}

.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 .qodef-menu-item-text-inner {
    position: relative
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text-inner:after {
    transform-origin: left;
    transform: scaleX(1)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text-inner:after,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text-inner:after {
    transform-origin: left;
    transform: scaleX(1)
}

.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-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: 0 solid transparent
}

#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 {
    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 {
    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 {
    color: var(--qode-header-light-hover-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) {
    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 {
    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 {
    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 {
    color: var(--qode-header-dark-hover-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) {
    color: var(--qode-header-dark-color) !important
}

#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%);
    padding-left: inherit
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 19px;
    line-height: 1.36842em;
    transition: color .2s ease-out
}

#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: 200px
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center
}

.qodef-header--centered #qodef-page-header-inner>div {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder {
    position: absolute;
    top: 0;
    margin-left: 0
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder.qodef--one {
    right: 0
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder.qodef--two {
    left: 0
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--divided #qodef-page-header {
    height: 110px
}

.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;
    justify-content: space-between
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    flex-direction: row-reverse
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center;
    margin: 0 35px
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    left: auto
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 24px
}

.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
}

.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: -40px;
    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: 24px
}

.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: 125px;
    width: 100%;
    background-color: #fff;
    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 40px
}

.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--centered .qodef-header-sticky-inner .qodef-header-wrapper,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.qodef-header--centered .qodef-header-sticky-inner .qodef-header-logo,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-logo {
    position: absolute;
    top: -17px;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header--centered .qodef-header-sticky-inner .qodef-header-logo .qodef-header-logo-link,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-logo .qodef-header-logo-link {
    padding: 15px !important
}

.qodef-header--centered .qodef-header-sticky-inner .qodef-widget-holder,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0
}

.qodef-header--centered .qodef-header-sticky-inner .qodef-header-navigation,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header--centered .qodef-header-sticky-inner .qodef-widget-holder,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: 0 !important
}

.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-skin--light+.qodef-header-sticky {
    border-bottom: 1px solid #a7aba5
}

.qodef-skin--light+.qodef-header-sticky .qodef-header-navigation>ul>li>a {
    color: #fff
}

#qodef-top-area {
    position: relative;
    background-color: #3e4939;
    z-index: 101
}

#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 div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    border-bottom: 0 solid transparent
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto
}

#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: #fafafa
}

.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 #a7aba5;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .16);
    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 #a7aba5;
    border-left: 1px solid #a7aba5;
    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: Lato, 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: #3e4939
}

.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 #a7aba5;
    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: transparent
}

#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.qodef--opened {
    color: var(--qode-main-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: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 19px;
    line-height: 1.36842em;
    transition: color .2s ease-out
}

.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
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

.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: #3e4939;
    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: 8px;
    right: 0;
    width: auto;
    height: 13px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s 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: 8px 0;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    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 .qodef-menu-item-text-inner {
    position: relative
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-text-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a .qodef-menu-item-text-inner:after,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a .qodef-menu-item-text-inner:after,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a .qodef-menu-item-text-inner:after {
    transform-origin: left;
    transform: scaleX(1)
}

#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-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.38462em;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

#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: 100%;
    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 .2s 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 {
    left: -37px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: -36px
}

.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 3px 8px 0 rgba(0, 0, 0, .16)
}

.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 40px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 44px 0 46px;
    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-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
    color: var(--qode-main-color)
}

.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: 5px
}

.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: 8px 0;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939
}

.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 .qodef-menu-item-text-inner {
    position: relative
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text-inner:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text-inner:after {
    transform-origin: left;
    transform: scaleX(1)
}

.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: var(--qode-main-color)
}

.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 {
    color: var(--qode-main-color)
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px
}

.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-svg--close path {
    stroke-dasharray: 40;
    stroke-dashoffset: 80;
    transition: stroke-dashoffset .48s cubic-bezier(.37, 0, .63, 1)
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--close path:nth-of-type(2) {
    transition-delay: .24s
}

.qodef-opener-icon.qodef-source--predefined:hover path {
    stroke-dashoffset: 0
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 40px;
    height: 7px
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--1 {
    transform: translateX(3px)
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2 {
    transform: translateX(-3px)
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .25s ease-in-out, transform .3s ease
}

.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: 6px
}

.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-inner-section {
    height: 100%
}

.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
    --qode-y-px: calc(var(--qode-y) * 1px);
    transform: translateY(var(--qode-y-px)) translateZ(0)
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    opacity: 0
}

.qodef-page-title .qodef-parallax-img-holder {
    min-height: 500px
}

.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
}

img.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: unset
}

.elementor img.qodef-parallax-img {
    height: 100%;
    max-width: unset
}

.qodef-contact-form-7,
.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 br,
.rs-layer br {
    display: none
}

.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
    border-width: 1px !important;
    margin: 2em 0 0 0 !important;
    padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .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,
.rs-layer .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    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>*,
.rs-layer .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
    visibility: visible
}

.wpcf7 .qodef-col input,
.wpcf7 .qodef-col textarea,
.wpcf7 .qodef-grid-inner input,
.wpcf7 .qodef-grid-inner textarea {
    margin-bottom: 0
}

@media only screen and (max-width:680px) {
    .wpcf7 .qodef-grid-inner {
        display: block
    }
}

.wpcf7 .wpcf7-not-valid-tip {
    margin: 11px 0 0 0
}

.wpcf7 form.invalid div.wpcf7-aborted,
.wpcf7 form.invalid div.wpcf7-acceptance-missing,
.wpcf7 form.invalid div.wpcf7-mail-sent-ng,
.wpcf7 form.invalid div.wpcf7-mail-sent-ok,
.wpcf7 form.invalid div.wpcf7-response-output,
.wpcf7 form.invalid div.wpcf7-spam-blocked,
.wpcf7 form.invalid div.wpcf7-validation-errors {
    font-size: 15px;
    border-width: 1px;
    margin: 15px 0 0 !important;
    color: #3e4939
}

.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-aborted,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-acceptance-missing,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-mail-sent-ng,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-mail-sent-ok,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-response-output,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-spam-blocked,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-validation-errors {
    margin: 23px 0 0 !important
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
    overflow: hidden !important
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !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: 24px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s 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-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit !important
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell {
    position: relative;
    margin: 0 auto !important;
    width: auto
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell ul {
    margin: 0 0 33px
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell ul li {
    margin: 0 51px 0 0 !important
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell ul li a {
    position: relative;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    font-size: 13px !important;
    color: #3e4939 !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 13px !important
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell ul li a:hover:after {
    transform-origin: left;
    transform: scaleX(1)
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell ul li.ui-tabs-active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96);
    transform-origin: left;
    transform: scaleX(1)
}

@media only screen and (max-width:768px) {
    .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell ul {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 0 15px
    }

    .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell ul li {
        margin: 0 !important;
        display: block;
        float: none
    }
}

.qodef-timetable--predefined table.tt_timetable {
    border-spacing: 0 !important;
    border: 1px solid #a7aba5 !important;
    background-color: transparent !important
}

.qodef-timetable--predefined table.tt_timetable thead tr {
    border: 0 !important
}

.qodef-timetable--predefined table.tt_timetable thead tr th {
    border: 0 !important;
    border-right: 1px solid #a7aba5 !important;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    text-align: center;
    padding: 11px 10px 11px;
    background-color: transparent !important
}

@media only screen and (max-width:1024px) {
    .qodef-timetable--predefined table.tt_timetable thead tr th {
        font-size: 14px !important;
        padding: 11px 10px 11px
    }
}

.qodef-timetable--predefined table.tt_timetable thead tr th:last-child {
    border-right: none !important
}

.qodef-timetable--predefined table.tt_timetable tr.row_gray {
    background: 0 0 !important
}

.qodef-timetable--predefined table.tt_timetable tbody tr td {
    border: 0 !important;
    border-right: 1px solid #a7aba5 !important;
    border-top: 1px solid #a7aba5 !important;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    text-align: center;
    background-color: transparent !important
}

@media only screen and (max-width:1024px) {
    .qodef-timetable--predefined table.tt_timetable tbody tr td {
        padding: 0 20px;
        font-size: 14px !important
    }
}

.qodef-timetable--predefined table.tt_timetable tbody tr td:last-child:not(:only-child) {
    border-right: none !important
}

.qodef-timetable--predefined table.tt_timetable tbody tr:nth-child(odd) td {
    background-color: #aea17e1a !important
}

.qodef-timetable--predefined table.tt_timetable .event {
    color: #3e4939;
    background-color: transparent !important;
    transition: all .2s ease-out
}

.qodef-browser--safari.qodef-timetable--predefined table.tt_timetable .event {
    height: 100%
}

.qodef-timetable--predefined table.tt_timetable .event .event_container {
    padding: 50px 8px 60px;
    text-align: center;
    transition: all .2s ease-out;
    box-sizing: border-box
}

@media only screen and (max-width:1024px) {
    .qodef-timetable--predefined table.tt_timetable .event .event_container {
        padding: 50px 8px 50px
    }
}

.qodef-timetable--predefined table.tt_timetable .event .event_container * {
    transition: color .2s ease-out
}

.qodef-timetable--predefined table.tt_timetable .event .event_container:hover {
    background-color: #7eae8d2e !important
}

.qodef-timetable--predefined table.tt_timetable .event .event_container:hover * {
    color: #3e4939 !important
}

.qodef-timetable--predefined table.tt_timetable .event .event_container .available_slots {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 7px;
    color: #3e4939
}

.qodef-timetable--predefined table.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking {
    font-family: Lato, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
    color: #3e4939 !important;
    font-size: 13px !important;
    line-height: 1.38462em !important;
    color: #fff !important;
    background-color: #3e4939;
    padding-top: 11px;
    padding-bottom: 11px
}

.qodef-timetable--predefined table.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking.booked,
.qodef-timetable--predefined table.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking.unavailable {
    color: #a4a4a4 !important;
    cursor: default
}

.qodef-timetable--predefined table.tt_timetable .event .event_header {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    color: #3e4939 !important;
    font-size: 15px;
    transition: color .3s ease !important;
    text-decoration: none !important;
    margin: 0 0 4px;
    order: 3
}

@media only screen and (max-width:1024px) {
    .qodef-timetable--predefined table.tt_timetable .event .event_header {
        font-size: 14px !important
    }
}

.qodef-timetable--predefined table.tt_timetable .event .before_hour_text {
    order: 1
}

.qodef-timetable--predefined table.tt_timetable .event .after_hour_text {
    order: 2
}

.qodef-timetable--predefined table.tt_timetable .event .after_hour_text,
.qodef-timetable--predefined table.tt_timetable .event .before_hour_text {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    text-transform: initial
}

.qodef-timetable--predefined table.tt_timetable .event .bottom_hour,
.qodef-timetable--predefined table.tt_timetable .event .top_hour {
    display: none !important
}

.qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transform: translateY(7px);
    width: 100% !important;
    transition: all .2s ease-out !important;
    height: auto !important;
    top: -28px !important
}

@media only screen and (max-width:1024px) {
    .qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text {
        justify-content: flex-end;
        top: 12px !important
    }
}

.qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text .tt_tooltip_content {
    background-color: #3e4939 !important;
    color: #fff !important;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
    padding: 6px 0;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    text-transform: initial
}

.qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text .tt_tooltip_content .event_header {
    display: none
}

.qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text .tt_tooltip_arrow {
    border-color: #3e4939 transparent !important;
    border-width: 8px 10px 0;
    bottom: 0
}

@media only screen and (max-width:768px) {
    .qodef-timetable--predefined .tt_responsive .tt_timetable {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-timetable--predefined .tt_responsive .tt_timetable.small {
        display: block
    }
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small .box_header {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    color: #3e4939 !important;
    padding: 25px 0 22px;
    border-color: #a7aba5 !important;
    background-color: transparent !important;
    text-align: center
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list {
    border-top: 1px solid #a7aba5
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list li {
    border-color: #a7aba5
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list div.event_container a {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    color: #3e4939 !important;
    transition: color .3s ease !important;
    text-decoration: none !important
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list div.event_container * {
    color: #3e4939 !important
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list div.value {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    color: #3e4939 !important;
    border: 0 !important;
    background-color: transparent !important
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list div.value .event_hour_booking_wrapper.on_hover a.event_hour_booking {
    font-family: Lato, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
    color: #3e4939 !important;
    font-size: 13px !important;
    line-height: 1.38462em !important;
    color: #fff !important;
    background-color: #3e4939;
    padding-top: 11px;
    padding-bottom: 11px
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list div.value .event_hour_booking_wrapper.on_hover a.event_hour_booking.booked,
.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list div.value .event_hour_booking_wrapper.on_hover a.event_hour_booking.unavailable {
    color: #a4a4a4 !important;
    cursor: default
}

.qodef-timetable--predefined hr {
    background-color: #a7aba5 !important;
    width: 100% !important;
    max-width: none !important;
    opacity: 1 !important
}

.qodef-timetable--predefined .tt_booking {
    font-family: Lato, sans-serif;
    box-shadow: 0 3px 6px #00000017;
    background-color: #fffaf8
}

.qodef-timetable--predefined .tt_booking .tt_booking_message h2 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 19px;
    line-height: 1.36842em
}

.qodef-timetable--predefined .tt_booking .tt_booking_message p {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    margin: 23px 10px 0
}

.qodef-timetable--predefined .tt_booking .tt_booking_message .event_details_wrapper {
    background-color: #aea17e1a;
    border: none
}

.qodef-timetable--predefined .tt_booking .tt_booking_message .event_details_wrapper p.event_details {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 15px;
    line-height: 1.4em;
    margin: 5px 0;
    font-weight: 400
}

.qodef-timetable--predefined .tt_booking .tt_booking_message .event_details_wrapper p.event_details.bold {
    font-weight: 700
}

.qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px 0 15px 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    justify-content: center;
    padding: 15px 43px;
    margin: 0 10px 0
}

.qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.book,
.qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.continue,
.qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.login {
    color: #fff;
    background-color: #3e4939;
    border: 1px solid transparent
}

.qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.book:hover,
.qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.continue:hover,
.qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.login:hover {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color)
}

.qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.cancel {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color)
}

.qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.cancel:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

@media screen and (max-width:375px) {

    .qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.book,
    .qodef-timetable--predefined .tt_booking .tt_booking_message .tt_btn_wrapper .tt_btn.login {
        margin-bottom: 20px
    }
}

.qodef-timetable--predefined .qodef-timetable-skin--light .tt_navigation_wrapper .tt_navigation_cell ul li a {
    color: #fff !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable {
    border: 1px solid #a7aba5 !important;
    background: 0 0 !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable tr.row_gray {
    background: 0 0 !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable thead tr th {
    border-right: 1px solid #a7aba5 !important;
    background-color: #3c4333 !important;
    color: #fff
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable tbody tr {
    background: 0 0 !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable tbody tr td {
    border-right: 1px solid #a7aba5 !important;
    border-top: 1px solid #a7aba5 !important;
    color: #fff
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable tbody tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, .06) !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable .event .event_container:hover {
    background-color: #ffffff38 !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable .event .event_container:hover * {
    color: #fff !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable .event .event_container .available_slots {
    color: #fff !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable .event .event_header {
    color: #fff !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable .event .after_hour_text,
.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable .event .before_hour_text {
    color: #fff !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable .event .tt_tooltip_text .tt_tooltip_content {
    background-color: #fff !important;
    color: #3e4939 !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light table.tt_timetable .event .tt_tooltip_text .tt_tooltip_arrow {
    border-color: #fff transparent !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light .tt_responsive .tt_timetable.small .box_header {
    background-color: transparent !important;
    color: #fff !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light .tt_responsive .tt_timetable.small ul.tt_items_list div.event_container a {
    color: #fff !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light .tt_responsive .tt_timetable.small ul.tt_items_list div.event_container * {
    color: #fff !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light .tt_responsive .tt_timetable.small ul.tt_items_list div.value {
    background-color: transparent !important
}

.qodef-timetable--predefined .qodef-timetable-skin--light .tt_responsive .tt_timetable.small ul.tt_items_list div.value span {
    color: #fff !important
}

.qodef-timetable-single-page #qodef-page-content .qodef-event .qodef-media-holder .qodef-e-top-holder {
    margin-top: 34px
}

.qodef-timetable-single-page #qodef-page-content .qodef-event .qodef-e-title {
    margin: 0
}

.qodef-timetable-single-page #qodef-page-content .qodef-event .qodef-e-title.qodef-event-title {
    margin: 51px 0 0
}

.qodef-timetable-single-page #qodef-page-content .qodef-event .tt_event_margin_top_27 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 32px;
    line-height: 1.25em;
    margin: 20px 0 53px !important
}

.qodef-timetable-single-page #qodef-page-content .qodef-event .tt_event_margin_top_27 .tt_event_hours_count {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 32px;
    line-height: 1.25em
}

.qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex;
    flex-direction: column
}

.qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-bottom: 1px solid #a7aba5;
    text-align: center;
    float: none;
    width: 100%;
    margin: 0 0 79px;
    padding: 0 0 12px
}

.qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li h4:first-of-type {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 15px;
    line-height: 1.4em;
    font-size: 17px;
    margin: 0
}

.qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li h4:last-of-type {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    margin: 0
}

.qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li .tt_event_padding_bottom_0 {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    margin: 0
}

.qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li:nth-child(3n+3) {
    margin-right: 0
}

@media only screen and (max-width:768px) {
    .qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li {
        flex: 0 0 calc(50% - 11px)
    }

    .qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li:nth-child(3n+3) {
        margin-right: 21px
    }

    .qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li:nth-child(2n+2) {
        margin-right: 0
    }
}

@media only screen and (max-width:480px) {
    .qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li {
        padding: 20px 15px 10px;
        margin-right: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: left
    }

    .qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li>* {
        flex: 0 50%
    }

    .qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li h4:first-child {
        flex: 100%
    }

    .qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li p {
        text-align: right
    }

    .qodef-timetable-single-page #qodef-page-content .qodef-event #event_hours_list li:nth-child(3n+3) {
        margin-right: 0
    }
}

.qodef-timetable-single-page #qodef-page-content #qodef-page-sidebar {
    margin-bottom: 0
}

.qodef-timetable-events-list .qodef-e-img-holder {
    position: relative;
    overflow: hidden
}

.qodef-timetable-events-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-timetable-events-list .qodef-e-media-image a {
    display: block
}

.qodef-timetable-events-list .qodef-e-donation-title {
    margin: 35px 0 8px
}

.qodef-timetable-events-list .qodef-e-excerpt {
    margin: 0 0 25px
}

.qodef-timetable-events-list .qodef-e-read-more a {
    width: auto
}

@media only screen and (max-width:480px) {

    .qodef-timetable-events-list+.swiper-button-next,
    .qodef-timetable-events-list+.swiper-button-next+.swiper-button-prev {
        display: none
    }
}

.qodef-timetable-events-list.qodef-col-num--4.swiper-container-horizontal,
.qodef-timetable-events-list.qodef-col-num--4.swiper-horizontal {
    width: calc(100% - 1px)
}

.qodef-timetable-event-list-swiper-nav.swiper-button-next,
.qodef-timetable-event-list-swiper-nav.swiper-button-prev {
    height: 25px !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;
    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: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 15px;
    line-height: 1.4em;
    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: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    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 {
    --qode-columns: 3;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap)
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
    --qode-columns: 1
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
    --qode-columns: 2
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
    --qode-columns: 3
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
    --qode-columns: 4
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
    --qode-columns: 5
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
    --qode-columns: 6
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
    --qode-columns: 7
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
    --qode-columns: 8
}

.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
    --qode-columns-row-gap: 0px
}

.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
    --qode-columns-row-gap: 10px
}

.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
    --qode-columns-row-gap: 20px
}

.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
    --qode-columns-row-gap: 30px
}

.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
    --qode-columns-row-gap: 40px
}

.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
    --qode-columns-row-gap: 50px
}

.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px
}

.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
    --qode-columns-col-gap: 0px
}

.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
    --qode-columns-col-gap: 10px
}

.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
    --qode-columns-col-gap: 20px
}

.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
    --qode-columns-col-gap: 30px
}

.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
    --qode-columns-col-gap: 40px
}

.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
    --qode-columns-col-gap: 50px
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px
}

.qodef-twitter-list.qodef-vertical-gutter--custom {
    --qode-vertical-gutter-custom: 30px;
    --qode-vertical-gutter-custom-1440: 30px;
    --qode-vertical-gutter-custom-1024: 30px;
    --qode-vertical-gutter-custom-680: 30px
}

.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px)
}

.qodef-twitter-list.qodef-gutter--custom {
    --qode-gutter-custom: 30px;
    --qode-gutter-custom-1440: 30px;
    --qode-gutter-custom-1024: 30px;
    --qode-gutter-custom-680: 30px
}

.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom, 30px)
}

#qodef-page-footer.qodef-skin--light .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #fff
}

#qodef-page-footer.qodef-skin--light .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: #fff
}

#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 #a7aba5 !important;
    padding: 10px;
    color: #3e4939
}

.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: #3e4939
}

.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: #3e4939
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #3e4939
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .2s 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: 0 3px 8px 0 rgba(0, 0, 0, .16) !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*=ashtanga-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-e-media-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-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: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media only screen and (max-width:480px) {
    .yith-wcwl-form .shop_table th {
        font-size: 15px
    }
}

.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: #3e4939 !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: Lato, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
    color: #3e4939 !important;
    font-size: 13px !important;
    line-height: 1.38462em !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: 15px 0 15px 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 14px 52px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #fff !important;
    background-color: #3e4939 !important;
    border: 1px solid transparent !important
}

.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: var(--qode-main-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--qode-main-color) !important
}

.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-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-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-order-tracking p:not(.form-row) {
    margin-top: 0
}

.qodef-order-tracking .form-row {
    margin: 0
}

.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
}

.widget_ashtanga_core_woo_dropdown_cart,
.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.widget_ashtanga_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_ashtanga_core_woo_dropdown_cart .qodef-m-opener,
.widget_ashtanga_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
}

#qodef-page-header-inner.qodef-skin--light .widget_ashtanga_core_woo_dropdown_cart .qodef-m-opener,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-opener {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .widget_ashtanga_core_woo_dropdown_cart .qodef-m-opener:hover,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-opener:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .widget_ashtanga_core_woo_dropdown_cart .qodef-m-opener,
#qodef-page-header-inner.qodef-skin--dark .widget_shopping_cart .qodef-m-opener {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .widget_ashtanga_core_woo_dropdown_cart .qodef-m-opener:hover,
#qodef-page-header-inner.qodef-skin--dark .widget_shopping_cart .qodef-m-opener:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon svg,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon svg {
    width: 20px;
    height: auto
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count {
    position: relative;
    margin-left: 3px;
    font-size: 13px
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_ashtanga_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: 38px 0 36px;
    text-align: left;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .16);
    transition: opacity .2s ease-out, visibility .2s ease-out
}

header .widget_ashtanga_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_ashtanga_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;
    opacity: 0 !important;
    position: absolute;
    right: -24px;
    top: 100%;
    visibility: hidden !important;
    width: 330px
}

.touchevents header .widget_ashtanga_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_ashtanga_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_ashtanga_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,
.widget_ashtanga_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 38px !important
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_ashtanga_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_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_ashtanga_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 15px 0 !important;
    position: relative
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_ashtanga_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 !important
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_ashtanga_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 10px 0 0;
    width: 65px
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_ashtanga_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 {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 5
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    display: block
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_ashtanga_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_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.4em;
    display: block
}

.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative
}

.widget_ashtanga_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_ashtanga_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_ashtanga_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_ashtanga_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_ashtanga_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: 0
}

.widget_ashtanga_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
}

.widget_ashtanga_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: 0
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-m-order-details,
.widget_ashtanga_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;
    margin: 26px 0 9px
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_ashtanga_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: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-m-action,
.widget_ashtanga_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: 0
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-m-action a,
.widget_ashtanga_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: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px 0 15px 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    width: 100%;
    padding: 14px 20px;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #3e4939;
    border: 1px solid transparent
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_ashtanga_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: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color)
}

.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100% !important;
    justify-content: center
}

.widget_ashtanga_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_ashtanga_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_ashtanga_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_ashtanga_core_woo_dropdown_cart,
.widget_shopping_cart {
    color: #3e4939
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_ashtanga_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: transparent
}

.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #3e4939
}

.widget_ashtanga_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_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #3e4939
}

.widget_ashtanga_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_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_ashtanga_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: #3e4939
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_ashtanga_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: var(--qode-main-color)
}

.widget_ashtanga_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_ashtanga_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: #3e4939
}

#qodef-top-area .widget_ashtanga_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_ashtanga_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: #3e4939;
    border-color: #fff
}

#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #fff
}

#qodef-page-footer .widget_ashtanga_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_ashtanga_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: #fff
}

#qodef-page-footer .widget_ashtanga_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_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_ashtanga_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: #fff
}

#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_ashtanga_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_ashtanga_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_ashtanga_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: #fff
}

#qodef-page-footer.qodef-skin--light .widget_ashtanga_core_woo_dropdown_cart,
#qodef-page-footer.qodef-skin--light .widget_shopping_cart {
    color: #fff
}

#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
    color: #fff
}

#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-side-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-side-area .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #3e4939;
    border-color: #fff
}

#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #fff
}

#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: #fff
}

#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #fff
}

#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff
}

#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-side-area .widget_shopping_cart .qodef-m-order-details strong,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_ashtanga_core_woo_dropdown_cart,
.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .qodef-m-action a,
#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
#qodef-page-footer .widget_shopping_cart .qodef-m-action a,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__buttons a,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-m-action a,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
#qodef-side-area .widget_shopping_cart .qodef-m-action a,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart__buttons a,
.qodef-section-skin--light .widget_ashtanga_core_woo_dropdown_cart .qodef-m-action a,
.qodef-section-skin--light .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.qodef-section-skin--light .widget_shopping_cart .qodef-m-action a,
.qodef-section-skin--light .widget_shopping_cart .woocommerce-mini-cart__buttons a {
    color: var(--qode-main-color) !important;
    background-color: #fff !important;
    border: 1px solid #fff !important
}

#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .qodef-m-action a:hover,
#qodef-page-footer .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
#qodef-page-footer .widget_shopping_cart .qodef-m-action a:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .qodef-m-action a:hover,
#qodef-side-area .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
#qodef-side-area .widget_shopping_cart .qodef-m-action a:hover,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,
.qodef-section-skin--light .widget_ashtanga_core_woo_dropdown_cart .qodef-m-action a:hover,
.qodef-section-skin--light .widget_ashtanga_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.qodef-section-skin--light .widget_shopping_cart .qodef-m-action a:hover,
.qodef-section-skin--light .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid #fff !important
}

.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-team-list .qodef-e-title {
    margin: 0
}

.qodef-team-list .qodef-e-role {
    margin: 3px 0 0
}

.qodef-team-list .qodef-social-textual {
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    position: relative
}

.qodef-team-list .qodef-social-textual:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    height: 100%;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(62, 73, 57, .23);
    border: 1px solid transparent;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-team-list .qodef-social-textual:hover:after {
    background-color: transparent;
    border-color: rgba(62, 73, 57, .23)
}

.qodef-team-list.qodef-has-appear .qodef-e .qodef-e-inner {
    transform: translateY(-60px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(.22, .61, .36, 1), opacity .6s
}

.qodef-team-list.qodef-has-appear .qodef-e.qodef--appeared .qodef-e-inner {
    transform: translateY(0);
    opacity: 1
}

.qodef-team-list.qodef-image-shape-modification--enabled .qodef-e-media-image {
    overflow: hidden
}

.qodef-team-list.qodef-image-shape-modification--enabled .qodef-e-media-image.qodef-image-shape--artistic {
    border-top-right-radius: 70% 48%
}

.qodef-team-list.qodef-image-shape-modification--enabled .qodef-e-media-image.qodef-image-shape--double-curve {
    border-top-left-radius: 75% 55%;
    border-top-right-radius: 75% 55%
}

.qodef-team-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}

@media only screen and (max-width:1440px) {
    .qodef-team-list.qodef-disable-custom-margin-on--1440 .qodef-custom-margin .qodef-e-inner {
        width: 100%;
        margin: 0 !important
    }
}

@media only screen and (max-width:1366px) {
    .qodef-team-list.qodef-disable-custom-margin-on--1366 .qodef-custom-margin .qodef-e-inner {
        width: 100%;
        margin: 0 !important
    }
}

@media only screen and (max-width:1280px) {
    .qodef-team-list.qodef-disable-custom-margin-on--1280 .qodef-custom-margin .qodef-e-inner {
        width: 100%;
        margin: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-team-list.qodef-disable-custom-margin-on--1024 .qodef-custom-margin .qodef-e-inner {
        width: 100%;
        margin: 0 !important
    }
}

@media only screen and (max-width:768px) {
    .qodef-team-list.qodef-disable-custom-margin-on--768 .qodef-custom-margin .qodef-e-inner {
        width: 100%;
        margin: 0 !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-team-list.qodef-disable-custom-margin-on--680 .qodef-custom-margin .qodef-e-inner {
        width: 100%;
        margin: 0 !important
    }
}

@media only screen and (max-width:480px) {
    .qodef-team-list.qodef-disable-custom-margin-on--480 .qodef-custom-margin .qodef-e-inner {
        width: 100%;
        margin: 0 !important
    }
}

@media only screen and (min-width:769px) {
    .qodef-team-list.qodef-zig-zag--enabled .qodef-grid-item:nth-child(3n+2) {
        margin-top: -143px
    }
}

@media only screen and (max-width:768px) {
    .qodef-team-list.qodef-zig-zag--enabled .qodef-grid-item:nth-child(2n+2) {
        margin-top: -100px
    }
}

@media only screen and (max-width:680px) {
    .qodef-team-list.qodef-zig-zag--enabled .qodef-grid-item:nth-child(2n+2) {
        margin-top: 0
    }
}

.qodef-team-list.qodef-skin--light .qodef-e-content>* {
    color: #fff
}

.qodef-team-list.qodef-skin--light .qodef-e-title-link:hover {
    color: #fff
}

.qodef-team-list .swiper-button-next svg,
.qodef-team-list .swiper-button-prev svg {
    width: 35px;
    height: auto
}

.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide {
    transition: 0s ease;
    opacity: 1 !important;
    z-index: 0;
    overflow: hidden
}

.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-image {
    transition: clip-path 0s cubic-bezier(.91, .13, .26, .88) 1.2s;
    clip-path: inset(0 100% 0 0)
}

.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-image img {
    transform: scale(1)
}

.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-content {
    animation: qode-side-text-out 1.2s ease-in-out both
}

.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active,
.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1 !important;
    z-index: 1
}

.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-image,
.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-image {
    transition: clip-path 1.2s linear;
    clip-path: inset(0 0 0 0)
}

.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-content,
.qodef-team-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-content {
    animation: qode-side-text-in 1.2s ease-in-out both
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 24px 0 28px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image {
    position: relative
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-media-image a {
    position: relative;
    display: block;
    overflow: hidden
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-media-image a img {
    transform: scale(1.01);
    transition: transform .6s cubic-bezier(.37, 0, .63, 1)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-socials {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-socials .qodef-social-icon {
    display: flex;
    flex-direction: column
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-socials .qodef-social-icon a {
    height: 31px;
    width: 31px;
    border-radius: 50%;
    margin-bottom: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .6s ease-out
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-socials .qodef-social-icon a svg text {
    font-weight: 400
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-e-socials {
    opacity: 1
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-e-socials .qodef-social-icon a {
    opacity: 1;
    transition: opacity .6s ease-out
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-e-socials .qodef-social-icon a:nth-child(1) {
    transition-delay: .1s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-e-socials .qodef-social-icon a:nth-child(2) {
    transition-delay: .2s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-e-socials .qodef-social-icon a:nth-child(3) {
    transition-delay: .3s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-e-socials .qodef-social-icon a:nth-child(4) {
    transition-delay: .4s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-e-media-image a img {
    transform: scale(1.04)
}

.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled.qodef-col-num--1 .qodef-e>.qodef-e-inner {
    padding: 0 25%
}

@media only screen and (max-width:768px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled.qodef-col-num--1 .qodef-e>.qodef-e-inner {
        padding: 0 18%
    }
}

@media only screen and (max-width:480px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled.qodef-col-num--1 .qodef-e>.qodef-e-inner {
        padding: 0 9%
    }
}

.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled:not(.qodef-col-num--1) .qodef-e>.qodef-e-inner {
    padding: 0
}

.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-image {
    z-index: -1
}

.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-image img {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
}

.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-content {
    display: flex;
    flex-direction: column-reverse;
    margin: -71px 0 0;
    text-align: center
}

.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-content .qodef-e-role {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    margin: 0 0 -15px;
    color: #fff
}

@media only screen and (max-width:680px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-content {
        margin: 25px 0 0
    }

    .qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-content .qodef-e-role {
        margin: 0
    }
}

.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-title {
    font-family: Edensor, sans-serif;
    font-size: 110px;
    line-height: 1.33636em;
    text-transform: uppercase;
    color: #aea17e
}

@media only screen and (max-width:1440px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-title {
        font-size: 90px
    }
}

@media only screen and (max-width:680px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-title {
        font-size: 45px
    }
}

.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .swiper-button-prev {
    left: 0 !important
}

@media only screen and (max-width:768px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .swiper-button-prev {
        display: none
    }
}

.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .swiper-button-next {
    right: 0 !important
}

@media only screen and (max-width:768px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .swiper-button-next {
        display: none
    }
}

.qodef-testimonials-list {
    text-align: center
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 40px
}

.qodef-testimonials-list .qodef-e-static-title {
    font-weight: 500;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 50px;
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-quote-mark {
    margin: 1px 0 20px
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 25px;
    line-height: 1.52em;
    margin: 0
}

.qodef-testimonials-list .qodef-e-media-image {
    margin: 34px 0 0;
    line-height: 0
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: 65px;
    height: auto;
    border-radius: 100%
}

.qodef-testimonials-list .qodef-e-author {
    margin: 18px 0 0
}

.qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
    padding: 0 15%
}

@media only screen and (max-width:1440px) {
    .qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
        padding: 0 12%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
        padding: 0 9%
    }
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
        padding: 0
    }
}

.qodef-testimonials-list.qodef-col-num--1 .swiper-button-prev {
    left: 0 !important
}

.qodef-testimonials-list.qodef-col-num--1 .swiper-button-next {
    right: 0 !important
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list.qodef-image-on-top .qodef-e-content {
    display: flex;
    flex-direction: column-reverse
}

.qodef-testimonials-list.qodef-image-on-top .qodef-e-content .qodef-e-media-image {
    margin: 0 0 24px
}

.qodef-testimonials-list.qodef-image-on-top .qodef-e-media-image img {
    border-radius: 0
}

.qodef-testimonials-list.qodef-swiper-container.swiper-container-horizontal .swiper-button-next,
.qodef-testimonials-list.qodef-swiper-container.swiper-container-horizontal .swiper-button-prev {
    transform: translateY(-50%)
}

.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: rgba(174, 161, 126, .5)
}

.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;
    transform: translateZ(0)
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: rgba(174, 161, 126, .5)
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .35em;
    width: 12px;
    height: auto
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #aea17e
}

.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 70px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    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: rgba(255, 255, 255, .98);
    z-index: 100
}

.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-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: #3e4939;
    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: #3e4939;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s 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: #3e4939;
    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: #3e4939
}

.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: 12px 0 0;
    padding: 2px 0 2px 0;
    transition: color .2s ease-out;
    cursor: pointer
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.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-icon--minus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 10px 0 1px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-author-pagination--on .qodef-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    fill: var(--qode-main-color);
    stroke: none;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px)
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-author-list .qodef-e-content {
    margin: 20px 0 0
}

.qodef-author-list .qodef-e-content .qodef-e-title {
    margin: 0
}

.qodef-author-list .qodef-e-content .qodef-e-description {
    margin: 10px 0 0
}

.qodef-author-list .qodef-e-content .qodef-e-social-icons {
    display: flex;
    margin: 19px 0 0
}

.qodef-author-list .qodef-e-content .qodef-e-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    margin-right: 13px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e4939;
    background-color: rgba(62, 73, 57, .13);
    border: 1px solid transparent;
    border-radius: 100%;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-author-list .qodef-e-content .qodef-e-social-icons a:last-child {
    margin-right: 0
}

.qodef-author-list .qodef-e-content .qodef-e-social-icons a:hover {
    color: #3e4939;
    background-color: transparent;
    border-color: rgba(62, 73, 57, .13)
}

.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
}

.qodef-banner .qodef-m-title {
    margin: 14px 0 5px
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    margin: 0
}

.qodef-banner .qodef-m-text-field {
    margin: 0 0 11px;
    color: var(--qode-main-color)
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img {
    display: block;
    transition: all .25s ease-out
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 7px 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 20px 0 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 32px
}

.qodef-button.qodef-html--link {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px 0 15px 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 14px 52px
}

.qodef-button.qodef-size--small {
    padding: 12px 35px
}

.qodef-button.qodef-size--large {
    padding: 15px 65px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 14px 20px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #3e4939;
    border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    color: #3e4939;
    background-color: transparent;
    border: 0
}

.qodef-button.qodef-layout--textual .qodef-btn-text,
.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block
}

.qodef-button.qodef-layout--textual .qodef-m-arrow {
    display: inline-block
}

.qodef-button.qodef-layout--textual .qodef-btn-arrow,
.qodef-button.qodef-layout--textual .qodef-m-arrow {
    position: relative;
    top: 0;
    margin-left: 14px
}

.qodef-button.qodef-layout--textual svg.qodef-svg--button-arrow path:nth-of-type(2),
.qodef-button.qodef-layout--textual svg.qodef-svg--button-arrow path:nth-of-type(3) {
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-button.qodef-layout--textual svg.qodef-svg--button-arrow path:nth-of-type(2) {
    transform-origin: 90% 67%;
    transform: rotate(0)
}

.qodef-button.qodef-layout--textual svg.qodef-svg--button-arrow path:nth-of-type(3) {
    transform-origin: 90% 37%;
    transform: rotate(0)
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual:hover svg.qodef-svg--button-arrow path:nth-of-type(2) {
    transform: rotate(-10deg)
}

.qodef-button.qodef-layout--textual:hover svg.qodef-svg--button-arrow path:nth-of-type(3) {
    transform: rotate(10deg)
}

.qodef-button.qodef-layout--textual.qodef-btn-textual-underline {
    --aftercolor: #3E4939
}

.qodef-button.qodef-layout--textual.qodef-btn-textual-underline span {
    position: relative;
    padding-bottom: 1px;
    overflow: hidden
}

.qodef-button.qodef-layout--textual.qodef-btn-textual-underline span:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: var(--aftercolor);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.qodef-button.qodef-layout--textual.qodef-btn-textual-underline:hover span:after {
    transform: translateX(100%)
}

.qodef-skin--light .qodef-button.qodef-layout--textual.qodef-btn-textual-underline span:after {
    background: #fff
}

.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
}

.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: 25px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 15px;
    line-height: 1.4em
}

.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 {
    color: #aea17e !important
}

.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff !important
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    text-align: center
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: Edensor, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.233em;
    color: #3e4939;
    font-size: 100px
}

@media only screen and (max-width:480px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 65px
    }
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex;
    justify-content: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: Edensor, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.233em;
    color: #3e4939;
    font-size: 200px;
    width: auto
}

@media only screen and (max-width:480px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        margin-bottom: 12px
    }
}

.qodef-counter.qodef-layout--simple .qodef-m-digit-sign {
    font-family: Edensor, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.233em;
    color: #3e4939;
    font-size: 100px;
    width: 48px;
    height: 123px
}

@media only screen and (max-width:480px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit-sign {
        height: 100px;
        margin-top: -15px
    }
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 3px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

@media screen and (max-width:1680px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-size: 160px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-size: 130px
    }
}

@media only screen and (max-width:680px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-size: 80px
    }
}

.widget.widget_ashtanga_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-custom-font.qodef--init {
    visibility: visible
}

.qodef-custom-font .qodef-custom-font-inner {
    display: inline-block;
    text-align: justify;
    font-size: 19px;
    line-height: 27px;
}

.qodef-custom-font.qodef--has-appear {
    opacity: 0;
    transition: opacity 0s cubic-bezier(.37, 0, .63, 1), transform 0s cubic-bezier(.37, 0, .63, 1)
}

.qodef-custom-font.qodef--has-appear.qodef--appeared {
    opacity: 1;
    transition: opacity .6s cubic-bezier(.37, 0, .63, 1), transform .6s cubic-bezier(.37, 0, .63, 1)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-top {
    transform: translateY(-100px)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-top.qodef--appeared {
    transform: translateY(0)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-bottom {
    transform: translateY(100px)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared {
    transform: translateY(0)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-left {
    transform: translateX(-100px)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-left.qodef--appeared {
    transform: translateX(0)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-right {
    transform: translateX(100px)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-right.qodef--appeared {
    transform: translateX(0)
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 11px 4px 0;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 32px;
    line-height: 1.25em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 50px;
    height: 50px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 19px;
    line-height: 1.36842em;
    color: #fff;
    background-color: #3e4939
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-event-list-simple {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-event-list-simple .qodef-e-event-list-simple-item {
    position: relative;
    display: block;
    border-bottom: 1px solid #a7aba5;
    padding: 95px 0 7px
}

@media only screen and (max-width:768px) {
    .qodef-event-list-simple .qodef-e-event-list-simple-item {
        padding: 40px 0 40px
    }
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-event-title {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 25%
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-event-title .qodef-e-title {
    margin: 0;
    flex-shrink: 0
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-event-title .qodef-e-title a {
    color: currentColor
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-event-title .qodef-e-title a:hover {
    color: currentColor
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-event-list-simple-day,
.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-event-list-simple-time {
    position: relative;
    line-height: 32px;
    width: 25%
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 25%
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more svg path:nth-of-type(2),
.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more svg path:nth-of-type(3) {
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more svg path:nth-of-type(2) {
    transform-origin: 90% 67%;
    transform: rotate(0)
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more svg path:nth-of-type(3) {
    transform-origin: 90% 37%;
    transform: rotate(0)
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more a:hover svg path:nth-of-type(2) {
    transform: rotate(-10deg)
}

.qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more a:hover svg path:nth-of-type(3) {
    transform: rotate(10deg)
}

@media only screen and (max-width:768px) {
    .qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items {
        flex-direction: column
    }

    .qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-event-title {
        width: 100%
    }

    .qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-event-list-simple-day,
    .qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-event-list-simple-time,
    .qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        width: 100%
    }

    .qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more {
        margin-top: 30px
    }

    .qodef-event-list-simple .qodef-e-event-list-simple-item .qodef-e-event-list-simple-items .qodef-e-read-more .qodef-m-arrow {
        margin-left: 0
    }
}

.qodef-event-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-event-list .qodef-e-event-list-item {
    position: relative;
    display: block;
    border-top: 1px solid #a7aba5;
    padding: 27px 0 90px
}

@media only screen and (max-width:680px) {
    .qodef-event-list .qodef-e-event-list-item {
        padding: 19px 0 40px
    }
}

.qodef-event-list .qodef-e-event-list-item:last-child {
    border-bottom: 1px solid #a7aba5
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-title {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 32%
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-title .qodef-e-event-image {
    position: relative;
    display: flex;
    align-items: center;
    margin: 9px 0 0
}

@media screen and (min-width:680px) and (max-width:768px) {
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-title .qodef-e-event-image {
        margin-bottom: 10px
    }
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-title .qodef-m-image img {
    width: 50px;
    margin-right: 15px;
    border-radius: 100%
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-title .qodef-e-title {
    margin: 0;
    flex-shrink: 0
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-title .qodef-e-title a {
    color: currentColor
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-title .qodef-e-title a:hover {
    color: currentColor
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-list-day,
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-list-time {
    position: relative;
    line-height: 32px;
    width: 32%
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 6%;
    margin-top: 14px
}

@media screen and (min-width:680px) and (max-width:768px) {
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more {
        margin-top: 10px
    }
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more svg path:nth-of-type(2),
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more svg path:nth-of-type(3) {
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more svg path:nth-of-type(2) {
    transform-origin: 90% 67%;
    transform: rotate(0)
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more svg path:nth-of-type(3) {
    transform-origin: 90% 37%;
    transform: rotate(0)
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more a:hover svg path:nth-of-type(2) {
    transform: rotate(-10deg)
}

.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more a:hover svg path:nth-of-type(3) {
    transform: rotate(10deg)
}

@media screen and (min-width:481px) and (max-width:768px) {
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items {
        flex-wrap: wrap
    }

    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-title {
        width: 100%
    }

    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more {
        width: 14%
    }
}

@media only screen and (max-width:680px) {
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items {
        flex-direction: column
    }

    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-title {
        width: 100%
    }

    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-list-day,
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-event-list-time,
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more {
        margin-top: 25px;
        width: 100%;
        justify-content: flex-start
    }

    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-items .qodef-e-read-more .qodef-m-arrow {
        margin-left: 0
    }
}

.qodef-event-list .qodef-e-event-list-item-dafault {
    position: relative;
    margin-bottom: 17px
}

@media only screen and (max-width:768px) {
    .qodef-event-list .qodef-e-event-list-item-dafault {
        display: none
    }
}

.qodef-event-list .qodef-e-event-list-item-dafault .qodef-e-event-list-items-dafault {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex;
    justify-content: space-between
}

.qodef-event-list .qodef-e-event-list-item-dafault .qodef-e-event-list-items-dafault>* {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939;
    text-transform: uppercase;
    font-weight: 700;
    width: 30%
}

.qodef-event-list .qodef-e-event-list-item-dafault .qodef-e-event-list-items-dafault .qodef-e-read-more {
    position: relative;
    width: 6%
}

.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 8px;
    color: #fff;
    background-color: #3e4939
}

.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: 9px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939
}

.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-icon-list-item.qodef-icon--custom-icon .qodef-e-title-inner img {
    margin-right: 13px
}

#qodef-page-sidebar .widget.widget_ashtanga_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_ashtanga_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_ashtanga_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-text {
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 35px;
    text-align: justify
}

.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-icon {
    position: relative;
    display: inline-block
}

.qodef-icon-with-text .qodef-m-icon a {
    display: inline-block
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.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-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 16px
}

.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: 18px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 22px
}

.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-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
}

.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 .2s ease-out, background-color .2s ease-out, border-color .2s 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: #3e4939
}

.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_ashtanga_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_ashtanga_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_ashtanga_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_ashtanga_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-gallery .qodef-image-wrapper a {
    position: relative;
    display: block;
    overflow: hidden
}

.qodef-image-gallery .qodef-image-wrapper a img {
    transform: scale(1.01);
    transition: transform .6s cubic-bezier(.37, 0, .63, 1)
}

.qodef-image-gallery .qodef-image-wrapper a:hover img {
    transform: scale(1.04)
}

.qodef-image-gallery:not(.qodef-custom-caption-layout--bellow) .qodef-e-additional-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-image-gallery:not(.qodef-custom-caption-layout--bellow) .qodef-e-caption {
    font-family: Edensor, sans-serif;
    font-size: 35px;
    line-height: 1.33em;
    text-transform: uppercase
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery:not(.qodef-custom-caption-layout--bellow) .qodef-e-caption {
        font-size: 45px
    }
}

.qodef-image-gallery .qodef-e-additional-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 16px 35px;
    text-align: center
}

.qodef-image-gallery .qodef-e-alt-text {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em
}

.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-e-additional-info {
    z-index: -1
}

.qodef-image-gallery:not(.qodef-custom-caption-layout--left) .qodef-e-caption {
    color: #aea17e
}

.qodef-image-gallery.qodef-custom-caption-layout--bellow .qodef-e-additional-info {
    padding: 0;
    text-align: center;
    margin-top: 17px
}

.qodef-image-gallery.qodef-custom-caption-layout--bellow .qodef-e-caption {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 25px;
    line-height: 1.52em
}

.qodef-image-gallery.qodef-custom-caption-layout--bellow .qodef-e-description {
    margin-bottom: 3px
}

.qodef-image-gallery.qodef-image-border--enabled .qodef-image-wrapper img {
    border: 1px solid #a7aba5
}

.qodef-image-gallery.qodef-box-shadow--enabled .qodef-image-wrapper img {
    box-shadow: 0 3px 6px #00000029
}

.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-image-wrapper>a {
    display: block;
    position: relative;
    overflow: hidden
}

.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-image-wrapper>a img {
    transform: scale(1.01);
    transition: transform .6s cubic-bezier(.37, 0, .63, 1)
}

.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-image-wrapper>a:hover img {
    transform: scale(1.04)
}

.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-e-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
    color: #3e4939;
    background-color: #fff;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: 0 100%;
    font-size: 6.65em
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery.qodef-custom-caption-layout--left .qodef-e-caption {
        font-size: 60px
    }
}

.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-image-wrapper.swiper-slide {
    padding-left: 125px
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery.qodef-custom-caption-layout--left .qodef-image-wrapper.swiper-slide {
        padding-left: 80px
    }
}

.qodef-image-gallery.qodef-content-vertical-align--top .qodef-e-additional-info {
    justify-content: flex-start
}

.qodef-image-gallery.qodef-content-vertical-align--middle .qodef-e-additional-info {
    justify-content: center
}

.qodef-image-gallery.qodef-content-vertical-align--bottom .qodef-e-additional-info {
    justify-content: flex-end
}

.qodef-image-gallery.qodef-content-horizontal-align--left .qodef-e-additional-info {
    align-items: flex-start
}

.qodef-image-gallery.qodef-content-horizontal-align--center .qodef-e-additional-info {
    align-items: center
}

.qodef-image-gallery.qodef-content-horizontal-align--right .qodef-e-additional-info {
    align-items: flex-end
}

.qodef-image-gallery.qodef-swiper-container.qodef-zigzag-layout--enabled .qodef-e:nth-of-type(2n) {
    margin-top: 125px
}

.qodef-image-gallery.qodef-slider-layout--centered-custom,
.qodef-image-gallery.qodef-slider-layout--centered-original {
    padding-top: 15px
}

.qodef-image-gallery.qodef-slider-layout--centered-custom.qodef-swiper--show-pagination .swiper-wrapper,
.qodef-image-gallery.qodef-slider-layout--centered-original.qodef-swiper--show-pagination .swiper-wrapper {
    padding-bottom: 11px
}

@media screen and (min-width:768px) {

    .qodef-image-gallery.qodef-slider-layout--centered-custom.qodef-swiper--show-pagination.swiper-container-horizontal>.swiper-pagination-bullets,
    .qodef-image-gallery.qodef-slider-layout--centered-custom.qodef-swiper--show-pagination.swiper-horizontal>.swiper-pagination-bullets,
    .qodef-image-gallery.qodef-slider-layout--centered-original.qodef-swiper--show-pagination.swiper-container-horizontal>.swiper-pagination-bullets,
    .qodef-image-gallery.qodef-slider-layout--centered-original.qodef-swiper--show-pagination.swiper-horizontal>.swiper-pagination-bullets {
        margin-top: 30px
    }
}

.qodef-image-gallery.qodef-slider-layout--centered-custom .qodef-e img,
.qodef-image-gallery.qodef-slider-layout--centered-original .qodef-e img {
    transform: scale(.91);
    transition: transform .4s cubic-bezier(.29, .6, .25, 1)
}

.qodef-image-gallery.qodef-slider-layout--centered-custom .qodef-e.swiper-slide-active img,
.qodef-image-gallery.qodef-slider-layout--centered-original .qodef-e.swiper-slide-active img {
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(.5, .11, 0, .93) .6s;
    z-index: 2
}

@media screen and (min-width:768px) {

    .qodef-image-gallery.qodef-slider-layout--centered-custom .qodef-e.swiper-slide-active img,
    .qodef-image-gallery.qodef-slider-layout--centered-original .qodef-e.swiper-slide-active img {
        transform: scale(1.05)
    }
}

.qodef-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-marquee .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: none
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
    background-size: cover !important
}

.qodef-image-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0)
}

.qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block
}

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(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;
    transform: translateY(0);
    transition: transform .6s ease
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    margin: 11px 0 0
}

.qodef-image-with-text .qodef-m-text {
    margin: 6px 0 0
}

.qodef-image-with-text.qodef-image-border--enabled .qodef-m-image img {
    border: 1px solid #a7aba5
}

.qodef-image-with-text.qodef--hover .qodef-m-image {
    transform: translateY(-10px)
}

.qodef-image-with-text.qodef-has-appear {
    transform: translateY(-60px);
    opacity: 0;
    transition: transform 0s cubic-bezier(.22, .61, .36, 1), opacity 0s
}

.qodef-image-with-text.qodef-has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1;
    transition: transform 1.2s cubic-bezier(.22, .61, .36, 1), opacity .6s
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 -1px -1px 0;
    text-align: center;
    border: 1px solid #a7aba5
}

.qodef-pricing-table.qodef-border-right-none {
    border-right: none
}

@media only screen and (max-width:767px) {
    .qodef-pricing-table.qodef-border-right-none {
        border-right: 1px solid #a7aba5
    }
}

.qodef-pricing-table.qodef-border-left-none {
    border-left: none
}

@media only screen and (max-width:767px) {
    .qodef-pricing-table.qodef-border-left-none {
        border-left: 1px solid #a7aba5
    }
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table.qodef-status--featured .qodef-m-main {
    padding: 78px 30px 45px
}

.qodef-pricing-table .qodef-m-main {
    padding: 53px 30px 45px
}

.qodef-pricing-table .qodef-m-title p {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 25px;
    line-height: 1.52em;
    margin: 0;
    color: #3e4939
}

.qodef-pricing-table .qodef-m-subtitle {
    margin: 2px 0 0
}

.qodef-pricing-table .qodef-m-subtitle p {
    margin: 0
}

.qodef-pricing-table .qodef-m-price {
    margin-top: 21px;
    font-family: Edensor, sans-serif;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase
}

.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-content {
    margin: 33px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    color: #3e4939;
    margin-bottom: 5px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px
}

.qodef-pricing-table .qodef-m-action {
    padding: 23px 30px;
    border-top: 1px solid #a7aba5
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 0
}

.qodef-pricing-table .qodef-m-button .qodef-button.qodef-layout--textual {
    margin: 0 0 2px
}

.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: 22px 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: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 15px;
    line-height: 1.4em
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 22px;
    transform: none !important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 10px
}

.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-title {
    margin: 0
}

.qodef-section-title .qodef-m-subtitle {
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #3e4939;
    margin: 12px 0 0
}

.qodef-section-title .qodef-m-text {
    margin: 15px 0 0
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    
    text-align: justify;
    font-size: 19px;
    line-height: 27px;
}

.qodef-section-title.qodef-alignment--right {
      text-align: justify;
    font-size: 19px;
    line-height: 27px;
}

.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 #a7aba5
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

.qodef-separator.qodef-show--yes {
    display: block
}

.qodef-separator.qodef-show--no {
    display: none
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--yes {
        display: block
    }
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--no {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-separator.qodef-show-1440--yes {
        display: block
    }
}

@media only screen and (max-width:1440px) {
    .qodef-separator.qodef-show-1440--no {
        display: none
    }
}

@media only screen and (max-width:1366px) {
    .qodef-separator.qodef-show-1366--yes {
        display: block
    }
}

@media only screen and (max-width:1366px) {
    .qodef-separator.qodef-show-1366--no {
        display: none
    }
}

@media only screen and (max-width:1280px) {
    .qodef-separator.qodef-show-1280--yes {
        display: block
    }
}

@media only screen and (max-width:1280px) {
    .qodef-separator.qodef-show-1280--no {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--yes {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--no {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-separator.qodef-show-768--yes {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .qodef-separator.qodef-show-768--no {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--yes {
        display: block
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--no {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-separator.qodef-show-480--yes {
        display: block
    }
}

@media only screen and (max-width:480px) {
    .qodef-separator.qodef-show-480--no {
        display: none
    }
}

#qodef-page-sidebar .widget.widget_ashtanga_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_ashtanga_core_separator {
    margin-bottom: 35
}

#qodef-side-area .widget.widget_ashtanga_core_separator {
    margin-bottom: 0
}

.qodef-single-image {
    --image-border-radius: 0
}

.qodef-single-image img {
    display: block;
    border-radius: var(--image-border-radius) !important
}

.qodef-alignment--center .qodef-single-image img {
    margin: 0 auto
}

.qodef-alignment--right .qodef-single-image img {
    margin: 0 0 0 auto
}

.qodef-single-image.qodef-has-appear .qodef-m-image {
    transition: clip-path 1.2s cubic-bezier(.91, .13, .26, .88)
}

.qodef-single-image.qodef-has-appear.qodef-direction--from-top .qodef-m-image {
    clip-path: inset(0 0 100% 0)
}

.qodef-single-image.qodef-has-appear.qodef-direction--from-bottom .qodef-m-image {
    clip-path: inset(100% 0 0 0)
}

.qodef-single-image.qodef-has-appear.qodef-direction--from-left .qodef-m-image {
    clip-path: inset(0 100% 0 0)
}

.qodef-single-image.qodef-has-appear.qodef-direction--from-right .qodef-m-image {
    clip-path: inset(0 0 0 100%)
}

.qodef-single-image.qodef-has-appear.qodef--appeared .qodef-m-image {
    clip-path: inset(0 0 0 0)
}

.qodef-slider-showcase {
    position: relative
}

.qodef-slider-showcase .qodef-e {
    display: flex
}

.qodef-slider-showcase.swiper-container-fade.qodef-col-num--1 .swiper-slide {
    transition: 0s ease;
    opacity: 1 !important;
    z-index: 0;
    overflow: hidden
}

.qodef-slider-showcase.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-image-holder.qodef--left {
    transition: clip-path 0s cubic-bezier(.91, .13, .26, .88) 1.2s;
    clip-path: inset(0 0 0 100%)
}

.qodef-slider-showcase.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-image-holder.qodef--right {
    transition: clip-path 0s cubic-bezier(.91, .13, .26, .88) 1.2s;
    clip-path: inset(0 100% 0 0)
}

.qodef-slider-showcase.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active,
.qodef-slider-showcase.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1 !important;
    z-index: 1
}

.qodef-slider-showcase.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-image-holder,
.qodef-slider-showcase.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-image-holder {
    transition: clip-path 1.2s linear;
    clip-path: inset(0 0 0 0)
}

@media only screen and (max-width:680px) {
    .qodef-slider-showcase.swiper-container-fade.qodef-col-num--1 .qodef-e-logo {
        display: none
    }
}

.qodef-slider-showcase .qodef-e-image-holder {
    width: 50%;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-slider-showcase .qodef-e-image-holder a {
    display: inline-block
}

.qodef-slider-showcase .qodef-e-image-holder img {
    visibility: hidden
}

.qodef-slider-showcase .qodef-e-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: .6s cubic-bezier(.37, 0, .63, 1) .6s
}

@media only screen and (max-width:1440px) {
    .qodef-slider-showcase .qodef-e-logo {
        width: 130px
    }
}

@media only screen and (max-width:768px) {
    .qodef-slider-showcase .qodef-e-logo {
        width: 80px
    }
}

@media only screen and (max-width:680px) {
    .qodef-slider-showcase .qodef-e-logo {
        width: 60px
    }
}

.qodef-slider-showcase.qodef-swiper--initialized .qodef-e-logo {
    opacity: 1
}

.qodef-slider-showcase.qodef-swiper--show-pagination .qodef-e-logo {
    top: calc(50% - 21.5px)
}

.qodef-stacked-images .qodef-m-images {
    position: relative;
    display: inline-block
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) {
    position: absolute
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
    max-width: initial
}

@media only screen and (max-width:1024px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
        width: 50%
    }
}

.qodef-stacked-images.qodef--has-appear .qodef-m-image {
    opacity: 0;
    transition: .35s opacity ease-out
}

.qodef-stacked-images.qodef--has-appear.qodef--appeared .qodef-m-image {
    opacity: 1
}

.qodef-stacked-images.qodef--has-appear.qodef--appeared .qodef-m-image:nth-of-type(2) {
    transition-delay: .2s
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 81px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    position: relative;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 19px;
    line-height: 1.36842em;
    font-size: 15px;
    display: block;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
    transform-origin: left;
    transform: scaleX(1)
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 16px 0;
        padding: 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #a7aba5
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: Edensor, sans-serif;
    font-size: 105px;
    font-weight: 400;
    line-height: 1em;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: 25px
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee .qodef-m-text-1 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-2 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-3 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-separator {
    color: var(--qode-main-color);
    position: relative
}

.qodef-textual-projects-showcase {
    --space-between: 25px;
    --text-color: $heading-color;
    --image-border-radius: 0;
    --align-self: auto;
    --image-width: auto;
    --fs: 100px;
    --lh: 1em;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    column-gap: var(--space-between);
    row-gap: calc(var(--space-between) - 10px)
}

.qodef-textual-projects-showcase .qodef-e-text {
    font-size: var(--fs);
    font-family: Edensor, sans-serif;
    line-height: var(--lh);
    text-transform: uppercase;
    color: #3e4939
}

.qodef-skin--light .qodef-textual-projects-showcase .qodef-e-text {
    color: #fff
}

.qodef-textual-projects-showcase .qodef-e-text {
    color: var(--text-color);
    align-self: var(--align-self);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0s ease-out, transform 0s ease-out
}

.qodef-textual-projects-showcase .qodef-e-text.qodef--appeared {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease-out, transform .6s ease-out
}

.qodef-textual-projects-showcase .qodef-e-image {
    display: inline-block;
    width: var(--image-width);
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: var(--image-border-radius);
    align-self: var(--align-self);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0s ease-out, transform 0s ease-out
}

.qodef-textual-projects-showcase .qodef-e-image.qodef--appeared {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease-out, transform .6s ease-out
}

.qodef-textual-projects-showcase .qodef-e-image a,
.qodef-textual-projects-showcase .qodef-e-image img {
    display: inline-block
}

.qodef-textual-projects-showcase .qodef-e-image .qodef--main {
    opacity: 1
}

.qodef-textual-projects-showcase .qodef-e-image .qodef--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .13s
}

.qodef-textual-projects-showcase.qodef-image-hover--change-image .qodef-e-image .qodef--main {
    transition: opacity .13s
}

.qodef-textual-projects-showcase.qodef-image-hover--change-image .qodef-e-image:hover .qodef--main {
    opacity: 0
}

.qodef-textual-projects-showcase.qodef-image-hover--change-image .qodef-e-image:hover .qodef--hover {
    opacity: 1
}

.qodef-textual-projects-showcase.qodef-image-hover--zoom .qodef-e-image .qodef--main {
    transition: transform .45s cubic-bezier(.25, .46, .45, .94);
    transform: scale(1.005)
}

.qodef-textual-projects-showcase.qodef-image-hover--zoom .qodef-e-image .qodef--hover {
    display: none
}

.qodef-textual-projects-showcase.qodef-image-hover--zoom .qodef-e-image:hover .qodef--main {
    transform: scale(1.04)
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    color: #fff;
    z-index: 1
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef--circle {
    transform: scale(1);
    transform-origin: center;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

@media only screen and (max-width:1024px) {
    .qodef-video-button .qodef-m-play .qodef-m-play-inner {
        width: 120px;
        height: 120px
    }
}

@media only screen and (max-width:680px) {
    .qodef-video-button .qodef-m-play .qodef-m-play-inner {
        width: 80px;
        height: 80px
    }
}

.qodef-video-button .qodef-m-play:hover .qodef--circle {
    transform: scale(.9)
}

.qodef-video-gallery .qodef-video-wrapper {
    position: relative
}

.qodef-video-gallery .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-video-gallery .qodef-e-video-text {
    display: none
}

.qodef-video-gallery:not(.qodef-video-icon-type--simple) .qodef-m-play .qodef-m-play-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    color: #fff;
    z-index: 1
}

.qodef-video-gallery:not(.qodef-video-icon-type--simple) .qodef-m-play .qodef-m-play-inner .qodef--circle {
    transform: scale(1);
    transform-origin: center;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

@media only screen and (max-width:1024px) {
    .qodef-video-gallery:not(.qodef-video-icon-type--simple) .qodef-m-play .qodef-m-play-inner {
        width: 120px;
        height: 120px
    }
}

@media only screen and (max-width:680px) {
    .qodef-video-gallery:not(.qodef-video-icon-type--simple) .qodef-m-play .qodef-m-play-inner {
        width: 80px;
        height: 80px
    }
}

.qodef-video-gallery:not(.qodef-video-icon-type--simple) .qodef-m-play:hover .qodef-m-play-inner .qodef--circle {
    transform: scale(.9)
}

.qodef-video-gallery.qodef-video-icon-type--simple .qodef-e .qodef-m-play-inner {
    transform: scale(1);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-video-gallery.qodef-video-icon-type--simple .qodef-e:hover .qodef-m-play-inner {
    transform: scale(.7)
}

.qodef-video-gallery.qodef-video-icon-type--simple .qodef-m-play {
    position: relative
}

.qodef-video-gallery.qodef-video-icon-type--simple .qodef-m-play .qodef-m-play-inner {
    position: absolute;
    bottom: 17px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1
}

.qodef-video-gallery.qodef-video-icon-type--simple .qodef-e-video-text {
    position: relative;
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 15px;
    line-height: 1.4em;
    margin: 26px 0 0
}

.qodef-video-gallery.qodef-swiper-container.qodef-slider-layout--centered-custom.qodef-swiper--show-pagination .swiper-wrapper {
    padding-bottom: 11px
}

.qodef-video-gallery.qodef-swiper-container.qodef-slider-layout--centered-custom .qodef-e .qodef-e-image {
    position: relative
}

.qodef-video-gallery.qodef-swiper-container.qodef-slider-layout--centered-custom .qodef-e .qodef-e-image,
.qodef-video-gallery.qodef-swiper-container.qodef-slider-layout--centered-custom .qodef-e .qodef-m-play {
    transform: scale(.91);
    transition: transform .4s cubic-bezier(.29, .6, .25, 1)
}

.qodef-video-gallery.qodef-swiper-container.qodef-slider-layout--centered-custom .qodef-e.swiper-slide-active .qodef-e-image,
.qodef-video-gallery.qodef-swiper-container.qodef-slider-layout--centered-custom .qodef-e.swiper-slide-active .qodef-m-play {
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(.5, .11, 0, .93) .6s;
    z-index: 2
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100%;
    min-height: 100%;
    padding: 8% 75px 0;
    text-align: center;
    background-color: #3e4939;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.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-close {
    position: absolute;
    top: 50px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.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: text-bottom
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 18px
}

.qodef-social-share li a:hover {
    color: var(--qode-main-color)
}

.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--list li a,
.qodef-social-share.qodef-layout--list li svg {
    display: block
}

.qodef-social-share.qodef-layout--text {
    vertical-align: baseline
}

.qodef-social-share.qodef-layout--text .qodef-social-title,
.qodef-social-share.qodef-layout--text li,
.qodef-social-share.qodef-layout--text ul {
    vertical-align: baseline
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 13px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e4939;
    background-color: rgba(62, 73, 57, .13);
    border: 1px solid transparent;
    border-radius: 100%;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-social-share.qodef-layout--text li a:hover {
    color: #3e4939;
    background-color: transparent;
    border-color: rgba(62, 73, 57, .13)
}

.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.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #fff
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #fff
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #fff
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#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--ashtanga.qodef--start .qodef-m-image {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--ashtanga.qodef--start .qodef-m-logo {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--ashtanga.qodef--start .qodef-m-logo svg path:nth-of-type(2),
#qodef-page-spinner.qodef-layout--ashtanga.qodef--start .qodef-m-logo svg path:nth-of-type(3) {
    stroke-dashoffset: 0
}

#qodef-page-spinner.qodef-layout--ashtanga .qodef-m-spinner {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

#qodef-page-spinner.qodef-layout--ashtanga .qodef-m-image {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: opacity .6s cubic-bezier(.37, 0, .63, 1)
}

#qodef-page-spinner.qodef-layout--ashtanga .qodef-m-image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--ashtanga .qodef-m-logo {
    position: relative;
    width: 145px;
    opacity: 0;
    transition: opacity .6s cubic-bezier(.37, 0, .63, 1)
}

#qodef-page-spinner.qodef-layout--ashtanga .qodef-m-logo svg path:nth-of-type(2),
#qodef-page-spinner.qodef-layout--ashtanga .qodef-m-logo svg path:nth-of-type(3) {
    stroke-dasharray: 235;
    stroke-dashoffset: 235;
    transition: stroke-dashoffset 2.7s cubic-bezier(.37, 0, .63, 1) .3s
}

#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--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: Lato, 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;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out;
    background-color: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    opacity: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .16);
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #3e4939
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #fafafa;
    background-size: cover;
    padding: 40px
}

.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: 28px
}

.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 #3e4939;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 13px
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s 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-custom-border--yes {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.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 40px
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 400;
    color: #3e4939
}

.qodef-page-title .qodef-breadcrumbs a {
    -webkit-text-decoration: underline 1px rgba(62, 73, 57, 0);
    text-decoration: underline 1px rgba(62, 73, 57, 0);
    transition: text-decoration-color .3s
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    text-decoration-color: #3e4939
}

.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: 8px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 22px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-image img {
    border-radius: 0 150px 0 0
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 4px
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.qodef-single-image-widget {
    position: relative;
    display: flex;
    justify-content: center
}

.qodef-skin--light .qodef-single-image-widget .qodef-single-image-dark-skin {
    opacity: 0
}

.qodef-single-image-widget .qodef-single-image-light-skin {
    position: absolute;
    top: 0;
    opacity: 0
}

.qodef-skin--light .qodef-single-image-widget .qodef-single-image-light-skin {
    opacity: 1
}

.qodef-social-links-widget {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: var(--qode-title-gap, 6px);
    align-items: baseline;
    margin: 0
}

.qodef-social-links-widget .qodef-social-links-title {
    margin: 0
}

.qodef-social-links-widget .qodef-social-links-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: var(--qode-items-gap, 10px)
}

.qodef-social-links-widget .qodef-social-link {
    position: relative;
    display: block;
    font-size: 13px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(62, 73, 57, .13);
    border: 1px solid transparent;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-links-widget .qodef-social-link,
#qodef-page-header-inner.qodef-skin--light .qodef-social-links-widget .qodef-social-link,
#qodef-side-area .widget .qodef-social-links-widget .qodef-social-link,
.qodef-skin--light+.qodef-header-sticky .qodef-social-links-widget .qodef-social-link {
    background-color: rgba(255, 255, 255, .13)
}

.qodef-social-links-widget .qodef-social-link:hover {
    background-color: transparent;
    border-color: rgba(62, 73, 57, .13);
    color: var(--qode-link-hover-color, var(--qode-link-color, currentColor)) !important
}

#qodef-page-footer.qodef-skin--light .widget .qodef-social-links-widget .qodef-social-link:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-social-links-widget .qodef-social-link:hover,
#qodef-side-area .widget .qodef-social-links-widget .qodef-social-link:hover,
.qodef-skin--light+.qodef-header-sticky .qodef-social-links-widget .qodef-social-link:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .13);
    color: #fff !important
}

.qodef-social-links-widget.qodef-alignment--left {
    align-content: flex-start
}

.qodef-social-links-widget.qodef-alignment--center {
    align-content: center
}

.qodef-social-links-widget.qodef-alignment--right {
    align-content: flex-end
}

.widget_ashtanga_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_ashtanga_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_ashtanga_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_ashtanga_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_ashtanga_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_ashtanga_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_ashtanga_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color)
}

.widget_ashtanga_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_ashtanga_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_ashtanga_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_ashtanga_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_ashtanga_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_ashtanga_core_svg_icon .qodef-m-text {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3e4939;
    font-size: 13px;
    line-height: 1.38462em
}

.qodef-skin--light .widget_ashtanga_core_svg_icon .qodef-svg-icon-widget svg circle,
.qodef-skin--light .widget_ashtanga_core_svg_icon .qodef-svg-icon-widget svg g,
.qodef-skin--light .widget_ashtanga_core_svg_icon .qodef-svg-icon-widget svg text {
    fill: #fff
}

.qodef-weather-widget .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-weather-widget .qodef-m-weather {
    margin-right: 20px;
    flex-shrink: 0
}

.qodef-weather-widget .qodef-m-weather-icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-m-weather-icon:before {
    content: ''
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before {
    content: "\f75f"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before {
    content: "\f2dc"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
    content: "\f0e7"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before {
    content: "\f73d"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before {
    content: "\f740"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
    content: "\f0c2"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before {
    content: "\f6c4"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
    content: "\f185"
}

.qodef-weather-widget .qodef-m-temperature {
    font-size: 25px
}

.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after {
    content: '-'
}

.qodef-weather-widget .qodef-m-weather-info p {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading {
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-e-heading>* {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading-description {
    margin-top: 10px
}

.qodef-weather-widget .qodef-m-other-days {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
    flex-direction: column
}

.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
    padding: 0 10px
}

.qodef-weather-widget .qodef-m-weather-icon {
    color: var(--qode-main-color)
}

.qodef-weather-widget .qodef-e-heading-description {
    color: var(--qode-main-color)
}

#qodef-page-footer.qodef-skin--light .qodef-weather-widget .qodef-m-weather-icon {
    color: #fff
}

#qodef-page-footer.qodef-skin--light .qodef-weather-widget .qodef-e-heading-city {
    color: #fff
}

#qodef-side-area .qodef-weather-widget .qodef-m-weather-icon {
    color: #fff
}

#qodef-side-area .qodef-weather-widget .qodef-e-heading-city {
    color: #fff
}

.qodef-wishlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-wishlist .qodef-m-link {
    line-height: 1
}

.qodef-wishlist .qodef-m-link.qodef--added {
    color: var(--qode-main-color)
}

.qodef-wishlist .qodef-m-link.qodef--added i {
    font-weight: 900
}

.qodef-wishlist .qodef-m-response {
    position: absolute;
    top: -6px;
    bottom: auto;
    right: -6px;
    left: auto;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    color: #3e4939;
    background-color: #fff;
    border: 1px solid #a7aba5;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .16);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity .2s ease
}

.qodef-wishlist .qodef-m-response.qodef--show {
    opacity: 1;
    visibility: visible
}

.qodef-wishlist-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin: 0 10px
}

.qodef-wishlist-dropdown .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-wishlist-dropdown .qodef-m-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.qodef-wishlist-dropdown .qodef-m-link>* {
    margin: 0;
    line-height: 1
}

.qodef-wishlist-dropdown .qodef-m-link {
    color: #3e4939
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
    color: #3e4939
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
    flex-shrink: 0;
    margin-right: 2px;
    font-size: 18px
}

.qodef-wishlist-dropdown .qodef-m-link-icon:before {
    display: block;
    line-height: inherit
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-main-color)
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-main-color)
}

.qodef-wishlist-dropdown .qodef-m-link-count {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.4em
}

.qodef-wishlist-dropdown .qodef-m-items {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 266px;
    padding: 25px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #a7aba5;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all .35s cubic-bezier(.53, .01, .18, 1)
}

.qodef-wishlist-dropdown .qodef-m-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 25px
}

.qodef-wishlist-dropdown .qodef-m-item:last-child {
    margin-bottom: 0
}

.qodef-wishlist-dropdown .qodef-e-image-link {
    flex-shrink: 0;
    max-width: 60px;
    margin-right: 15px
}

.qodef-wishlist-dropdown .qodef-e-image-link img {
    display: block;
    border: 1px solid #a7aba5;
    border-radius: 4px
}

.qodef-wishlist-dropdown .qodef-e-title {
    margin: 0
}

.qodef-wishlist-dropdown .qodef-e-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    z-index: 3
}

.qodef-wishlist-dropdown .qodef-e-remove * {
    display: block;
    line-height: inherit
}

.qodef-wishlist-dropdown .qodef-e-remove :before {
    display: block;
    line-height: inherit
}

.touchevents .qodef-wishlist-dropdown {
    cursor: pointer
}

.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
    opacity: 1;
    visibility: visible
}

.qodef-working-hours-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-working-hours-list .qodef-working-hours-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px
}

.qodef-working-hours-list .qodef-e-day {
    position: relative;
    margin: 0
}

.qodef-working-hours-list .qodef-e-day-icon {
    position: absolute;
    top: -2px;
    right: -8px;
    font-size: 8px;
    color: var(--qode-main-color)
}

.qodef-working-hours-list .qodef-e-line {
    flex-grow: 1;
    margin: 0 10px;
    border-bottom: 1px solid #bfb8b6;
    opacity: .5
}

.qodef-working-hours-list .qodef-e-time {
    margin: 0;
    font-family: Lato, sans-serif;
    font-style: italic
}

.qodef-working-hours-list .qodef-e-time.qodef--closed {
    color: var(--qode-main-color)
}

.qodef-working-hours-list .qodef-m-footer {
    position: relative;
    top: 3px;
    font-size: 14px;
    color: #817c7b
}

.qodef-working-hours-list .qodef-m-footer-icon {
    position: relative;
    top: -5px;
    right: 0;
    font-size: 8px;
    color: var(--qode-main-color)
}

@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:680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@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-top-area {
        display: none
    }
}

@media (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
        --qode-columns-row-gap: 60px
    }

    .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
        --qode-columns-col-gap: 60px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1440, 30px)
    }

    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1440, 30px)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1024, 30px)
    }

    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1024, 30px)
    }
}

@media only screen and (max-width:680px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-680, 30px)
    }

    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-680, 30px)
    }
}

@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:680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 22px
    }
}

@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%
    }
}

@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:680px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display: none
    }

    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block
    }
}

@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:480px) {
    .qodef-slider-showcase .qodef-e {
        flex-direction: column
    }

    .qodef-slider-showcase .qodef-e .qodef-e-image-holder {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

.qodef-textual-projects-showcase {
    --fs1024: 80px;
    --lh680: 30px;
    --fs680: 40px;
    --iw680: 112px;
    --sb680: 20px
}

@media only screen and (max-width:1024px) {
    .qodef-textual-projects-showcase span.qodef-e-text {
        font-size: var(--fs1024)
    }
}

@media only screen and (max-width:680px) {
    .qodef-textual-projects-showcase {
        row-gap: 30px;
        column-gap: 30px
    }

    .qodef-textual-projects-showcase span.qodef-e-text {
        font-size: var(--fs680);
        line-height: var(--lh680)
    }

    .qodef-textual-projects-showcase .qodef-e-image {
        max-width: var(--iw680);
        max-height: 40px;
        margin-top: -3px
    }

    .qodef-textual-projects-showcase .qodef-e-image img {
        max-height: 40px;
        object-fit: contain;
        width: auto
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}

@media only screen and (max-width:768px) {
    .qodef-social-links-widget.qodef-layout--horizontal.qodef-alignment-responsive--left {
        justify-content: flex-start
    }

    .qodef-social-links-widget.qodef-layout--horizontal.qodef-alignment-responsive--center {
        justify-content: center
    }

    .qodef-social-links-widget.qodef-layout--horizontal.qodef-alignment-responsive--right {
        justify-content: flex-end
    }

    .qodef-social-links-widget.qodef-layout--vertical.qodef-alignment-responsive--left {
        align-content: flex-start
    }

    .qodef-social-links-widget.qodef-layout--vertical.qodef-alignment-responsive--center {
        align-content: center
    }

    .qodef-social-links-widget.qodef-layout--vertical.qodef-alignment-responsive--right {
        align-content: flex-end
    }
}