.coppola-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-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    overflow: hidden
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2px
}

#qodef-back-to-top svg g {
    transition: transform .4s cubic-bezier(.16,1,.3,1)
}

#qodef-back-to-top svg g:first-child {
    transform: translateY(0);
    transition-delay: .2s
}

#qodef-back-to-top svg g:last-child {
    transform: translateY(12px);
    transition-delay: 0s
}

#qodef-back-to-top:hover .qodef-back-to-top-icon svg g:first-child {
    transform: translateY(-12px);
    transition-delay: 0s
}

#qodef-back-to-top:hover .qodef-back-to-top-icon svg g:last-child {
    transform: translateY(0);
    transition-delay: .2s
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease,visibility 0s .15s
}

#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

.qodef-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: "Dm sans",sans-serif;
    font-size: 200px;
    line-height: 1em
}

.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-inner {
    display: flex
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-media {
    display: inline-flex;
    justify-content: flex-end
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-media .qodef-e-media-image {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-media .qodef-e-media-image a img:first-child {
    margin-bottom: 50px
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-media .qodef-e-media-image a img:last-child {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 70px
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-content .qodef-e-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-content .qodef-e-filler {
    min-height: 25px
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-text .qodef-e-excerpt-holder {
    margin-top: 24px;
    color: #000
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-info {
    flex-wrap: wrap
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-info>a[rel=tag] {
    font-size: 13px
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-info .entry-date {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-info-item {
    white-space: nowrap
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-top-holder .qodef-e-info {
    margin-bottom: 11px
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-bottom-holder {
    margin-top: 55px
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-bottom-holder .qodef-e-read-more .qodef-button.qodef-layout--outlined {
    padding: 15px 32px
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-bottom-holder .qodef-e-read-more .qodef-button.qodef-layout--outlined:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.qodef-blog.qodef-item-layout--featured-right .qodef-e-tag-holder {
    font-size: 18px;
    line-height: 1.06em;
    text-transform: uppercase
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container {
    padding-bottom: 50px;
    opacity: 0;
    transition: opacity .4s ease-out .6s
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container.qodef-swiper--initialized {
    opacity: 1
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-next,.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-prev {
    left: initial!important;
    top: initial!important;
    bottom: 0!important;
    transform: none!important
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-prev {
    right: 44px!important;
    padding: 12px 8px 12px 14px
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-next {
    right: 0!important;
    padding: 12px 14px 12px 8px
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-pagination {
    width: auto;
    left: initial;
    right: 91px!important;
    bottom: 0;
    font-size: 18px;
    line-height: 1;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #b2b2b259
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-pagination>* {
    min-width: 12px;
    display: inline-flex
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-pagination .swiper-pagination-current {
    margin-right: 7px;
    justify-content: flex-end
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-pagination .swiper-pagination-total {
    margin-left: 7px;
    justify-content: flex-start
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-filler,.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-tag-holder {
    display: none
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-content {
    padding: 64px 70px 64px 0
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-media {
    flex: 1 0 59.2%
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-info a[rel=tag] {
    font-size: 13px
}

.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-info .entry-date {
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide {
    transition: 0s ease;
    opacity: 1!important;
    z-index: 0;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-top-holder {
    animation: qode-side-text-out .4s cubic-bezier(.46,.03,.52,.96) both .1s
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-title {
    animation: qode-side-text-out .4s cubic-bezier(.46,.03,.52,.96) both .15s
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-excerpt-holder {
    animation: qode-side-text-out .4s cubic-bezier(.46,.03,.52,.96) both .2s
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-bottom-holder {
    animation: qode-side-text-out .4s cubic-bezier(.46,.03,.52,.96) both .25s
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-media-image img {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transform: scale(1.2);
    transition: transform 1s cubic-bezier(.45,0,.55,1),-webkit-clip-path 0s cubic-bezier(.45,0,.55,1) 1s;
    transition: clip-path 0s cubic-bezier(.45,0,.55,1) 1s,transform 1s cubic-bezier(.45,0,.55,1);
    transition: clip-path 0s cubic-bezier(.45,0,.55,1) 1s,transform 1s cubic-bezier(.45,0,.55,1),-webkit-clip-path 0s cubic-bezier(.45,0,.55,1) 1s
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active,.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active {
    z-index: 1
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-top-holder,.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-top-holder {
    animation: qode-side-text-in .6s cubic-bezier(.46,.03,.52,.96) both .8s
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-title,.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-title {
    animation: qode-side-text-in .6s cubic-bezier(.46,.03,.52,.96) both .85s
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-excerpt-holder,.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-excerpt-holder {
    animation: qode-side-text-in .6s cubic-bezier(.46,.03,.52,.96) both .9s
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-bottom-holder,.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-bottom-holder {
    animation: qode-side-text-in .6s cubic-bezier(.46,.03,.52,.96) both .95s
}

.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-media-image img,.qodef-blog.qodef-item-layout--featured-right.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-media-image img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: scale(1.01);
    transition: transform 1s cubic-bezier(.45,0,.55,1),-webkit-clip-path 1s cubic-bezier(.45,0,.55,1);
    transition: clip-path 1s cubic-bezier(.45,0,.55,1),transform 1s cubic-bezier(.45,0,.55,1);
    transition: clip-path 1s cubic-bezier(.45,0,.55,1),transform 1s cubic-bezier(.45,0,.55,1),-webkit-clip-path 1s cubic-bezier(.45,0,.55,1)
}

.qodef-blog.qodef-item-layout--info-over .qodef-blog-item .qodef-e-media>* {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-over.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 36px
}

.qodef-blog.qodef-item-layout--info-over.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 28px
}

.qodef-blog.qodef-item-layout--info-over.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 28px
}

.qodef-blog.qodef-item-layout--info-over.qodef-col-num--1 article:not(:last-child) .qodef-e-inner {
    margin-bottom: 61px
}

.qodef-blog.qodef-item-layout--info-over .qodef-e-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 42px 40px
}

.qodef-blog.qodef-item-layout--info-over .qodef-e-content .qodef-e-top-holder {
    margin-bottom: 15px
}

.qodef-blog.qodef-item-layout--info-over .qodef-e-content .qodef-e-top-holder .qodef-e-info>* {
    font-size: 13px
}

.qodef-blog.qodef-item-layout--info-over .qodef-e-content .qodef-e-top-holder .qodef-e-info>.entry-date {
    font-weight: 700;
    text-transform: uppercase
}

.qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-info>* {
    font-size: 13px
}

.qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-info>.entry-date {
    font-weight: 700;
    text-transform: uppercase
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder .qodef-e-info {
    margin-bottom: 5px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
    margin-top: 22px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: flex-start
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    width: 120px!important;
    margin: 0 20px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
    margin-top: 5px
}

.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) .qodef-e-info .qodef-info-separator-end {
    display: none
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-top: -7px;
    margin-bottom: 20px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-top: -7px;
    margin-bottom: 20px
}

.widget.widget_coppola_core_blog_list .qodef-blog.qodef--list .qodef-blog-item {
    margin-top: 15px
}

.widget.widget_coppola_core_blog_list .qodef-blog.qodef--list .qodef-blog-item:first-child {
    margin-top: 0
}

.widget.widget_coppola_core_blog_list .qodef-blog.qodef--list .qodef-blog-item .qodef-e-top-holder .qodef-e-info>a {
    font-size: 13px
}

.widget.widget_coppola_core_blog_list .qodef-e-bottom-holder {
    display: none
}

.widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

.widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px!important
}

.widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-top-area .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

#qodef-top-area .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px!important
}

#qodef-top-area .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-footer .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

#qodef-page-footer .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px!important
}

#qodef-page-footer .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 2px
}

#qodef-side-area .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

#qodef-side-area .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px!important
}

#qodef-side-area .widget.widget_coppola_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_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

.qodef-mega-menu-widget-holder .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

.qodef-mega-menu-widget-holder .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px!important
}

.qodef-mega-menu-widget-holder .widget.widget_coppola_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

body[class*=qodef-blog] #qodef-page-content #qodef-single-post-navigation {
    display: block
}

body[class*=qodef-blog] #qodef-page-content .qodef-author-info {
    display: block
}

body[class*=qodef-blog] #qodef-page-content #qodef-page-comments {
    display: block
}

.qodef-blog--info-below-image .qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-top-holder {
    margin-bottom: 12px
}

.qodef-blog--info-below-image .qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-top-holder .qodef-e-info {
    max-width: 55%;
    margin: 0 auto;
    text-align: center;
    line-height: 1
}

.qodef-blog--info-below-image .qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-author-holder,.qodef-blog--info-below-image .qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-title.entry-title {
    max-width: 55%;
    margin: 0 auto;
    text-align: center
}

.qodef-blog--info-below-image .qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-author-holder {
    margin-top: 11px
}

@media only screen and (max-width: 1024px) {
    .qodef-blog--info-below-image .qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-top-holder .qodef-e-info {
        max-width:100%
    }

    .qodef-blog--info-below-image .qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-author-holder,.qodef-blog--info-below-image .qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-title.entry-title {
        max-width: 100%
    }
}

.qodef-blog--info-below-image #qodef-page-inner {
    padding-top: 5px
}

.qodef-blog--info-below-image #qodef-author-info {
    margin-top: 14px!important
}

@media only screen and (max-width: 680px) {
    .qodef-blog--info-below-image #qodef-author-info {
        margin-top:10px!important
    }
}

.qodef-blog--info-below-image #qodef-page-comments-form {
    margin-top: 98px!important
}

.qodef-blog--info-below-image #qodef-author-info,.qodef-blog--info-below-image #qodef-page-comments-form,.qodef-blog--info-below-image #qodef-page-comments-list {
    max-width: 65.7%;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1024px) {
    .qodef-blog--info-below-image #qodef-author-info,.qodef-blog--info-below-image #qodef-page-comments-form,.qodef-blog--info-below-image #qodef-page-comments-list {
        max-width:100%
    }
}

.qodef-blog--info-below-image .qodef-info--bottom {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 18px;
    border-bottom: 1px solid #b2b2b2
}

.qodef-blog--info-below-image .qodef-info--bottom .qodef-e-info-left>a[rel=tag] {
    padding: 1px 6px;
    margin-right: 5px;
    background-color: #d2cab9;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .3s ease-out
}

.qodef-blog--info-below-image .qodef-info--bottom .qodef-e-info-left>a[rel=tag]:hover {
    background-color: #ebbb9d
}

.qodef-blog--info-below-image .qodef-info--bottom .qodef-e-info-left>a[rel=tag]::before {
    content: "#"
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 13px
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #000
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 27px
}

#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-content {
    padding: 53px 45px
}

#qodef-author-info .qodef-m-content>* {
    color: #fff
}

#qodef-author-info .qodef-m-content .qodef-m-author {
    margin: 0
}

#qodef-author-info .qodef-m-content .qodef-m-author>a:hover {
    color: #959494
}

#qodef-author-info .qodef-m-content .qodef-m-email {
    margin: 5px 0 0
}

#qodef-author-info .qodef-m-content .qodef-m-description {
    margin: 16px 0 0;
    line-height: 25px
}

#qodef-author-info .qodef-m-content .qodef-m-social-icons {
    position: absolute;
    top: 28px;
    right: 28px;
    margin-top: 0
}

#qodef-author-info .qodef-m-content .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-right: 20px;
    color: #fff
}

#qodef-author-info .qodef-m-content .qodef-m-social-icons a:last-child {
    margin-right: 0
}

#qodef-author-info .qodef-m-content .qodef-m-social-icons a:hover {
    color: #eaa57f
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 80px 0 5px
}

#qodef-related-posts>.qodef-e-title {
    margin-bottom: 50px
}

#qodef-related-posts .qodef-e-media {
    margin-bottom: 25px
}

#qodef-related-posts .qodef-e-media>* {
    margin-bottom: 0
}

#qodef-related-posts .qodef-e-media .qodef-e-media-audio {
    bottom: 0
}

#qodef-related-posts .qodef-e-info>a[rel=tag] {
    font-size: 13px;
    font-weight: 700
}

#qodef-related-posts .qodef-e-bottom-holder {
    display: none
}

#qodef-related-posts .qodef-blog-item.format-quote .qodef-e-quote {
    padding: 13%
}

#qodef-related-posts .qodef-blog-item.format-quote .qodef-e-quote:before {
    left: 14px
}

.qodef-page-related-section {
    margin-bottom: 0!important
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 18px 0 86px
}

#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;
    flex-basis: 100%;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 35%
}

#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    width: 34px;
    height: auto;
    position: relative;
    top: -2px;
    display: block;
    flex-shrink: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    padding: 18px 15px 18px 0;
    margin-right: 24px;
    border-right: 1px solid #b2b2b2
}

#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 {
    padding: 18px 0 18px 15px;
    margin-left: 24px;
    border-left: 1px solid #b2b2b2
}

#qodef-single-post-navigation .qodef-m-nav-label {
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    text-transform: unset
}

body.qodef-custom-cursor-enabled #wpadminbar {
    cursor: default
}

body.qodef-custom-cursor-enabled #wpadminbar a,body.qodef-custom-cursor-enabled #wpadminbar input.adminbar-input {
    cursor: pointer!important
}

#qodef-custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10000;
    mix-blend-mode: difference;
    visibility: hidden
}

#qodef-custom-cursor circle {
    fill: #fff;
    transform-origin: 50% 50%;
    transform: scale(.5);
    transition: transform .2s
}

#qodef-custom-cursor #qodef-cursor-watch {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,calc(-50% - 3px));
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    visibility: hidden
}

#qodef-custom-cursor.qodef--visible {
    visibility: visible
}

#qodef-custom-cursor.qodef--hover circle {
    transform: scale(.7)
}

#qodef-custom-cursor.qodef--watch #qodef-cursor-watch {
    visibility: visible
}

#qodef-custom-cursor.qodef--watch svg {
    transform: scale(1.5)
}

#qodef-custom-cursor.qodef--watch circle {
    transform: scale(1)
}

.no-touchevents .qodef-custom-cursor-enabled {
    cursor: none!important
}

.no-touchevents .qodef-custom-cursor-enabled .tp-bullet,.no-touchevents .qodef-custom-cursor-enabled a,.no-touchevents .qodef-custom-cursor-enabled button,.no-touchevents .qodef-custom-cursor-enabled input {
    cursor: none!important
}

#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
}

@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-bottom-area-inner.qodef-custom-width-border:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0)
}

.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: #000;
    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-container {
    position: relative;
    height: 100%
}

#qodef-fullscreen-area .qodef-content-container>.qodef-video--autoplay {
    position: absolute;
    bottom: 48px;
    right: 48px;
    max-width: 360px;
    height: auto;
    opacity: 0;
    transition: opacity .3s ease-out
}

#qodef-fullscreen-area .qodef-content-container>.qodef-video--autoplay video {
    width: 100%;
    height: auto
}

#qodef-fullscreen-area .qodef-content-container>.qodef-video--autoplay.qodef--active {
    opacity: 1
}

#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-area-inner .qodef-video--autoplay {
    display: none
}

.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 .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu ul li a {
    overflow: visible
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-text {
    position: relative
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-text svg {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    display: block
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke: #eaa57f;
    stroke-width: 1.5px;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 1s ease
}

.qodef-fullscreen-menu ul li a::before {
    display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu>ul {
    max-width: 50%;
    min-width: 350px;
    width: 43%
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 63px;
    line-height: 1em;
    color: #fff;
    letter-spacing: .1em;
    font-size: 80px;
    letter-spacing: 0
}

@media only screen and (max-width: 480px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size:45px;
        line-height: 1.02em
    }
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: #fff
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: #eaa57f
}

.qodef-fullscreen-menu>ul>li:hover .qodef-drop-down-second-inner>ul {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-menu>ul>li:hover .qodef-drop-down-second-inner>ul li a {
    position: relative;
    display: block;
    overflow: visible
}

.qodef-fullscreen-menu>ul>li:hover .qodef-drop-down-second-inner>ul li a .qodef-menu-item-text {
    position: relative
}

.qodef-fullscreen-menu>ul>li:hover .qodef-drop-down-second-inner>ul li a .qodef-menu-item-text svg {
    position: absolute;
    top: initial;
    left: initial;
    right: -20px;
    width: 40px;
    max-width: 100%;
    height: auto;
    display: block
}

.qodef-fullscreen-menu>ul>li:hover .qodef-drop-down-second-inner>ul li a .qodef-menu-item-text svg.qodef-svg--underline {
    height: 10px
}

.qodef-fullscreen-menu>ul>li:hover .qodef-drop-down-second-inner>ul li a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke-width: 5px;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 1s ease
}

.qodef-fullscreen-menu>ul>li:hover .qodef-drop-down-second-inner>ul li:hover a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke-dashoffset: 0
}

.qodef-fullscreen-menu>ul>li:hover>a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke-dashoffset: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    width: 100%;
    padding: 10px 0 5px;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul.sub-menu {
    display: block
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 3px 0;
    overflow: hidden;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-family: "Dm sans",sans-serif;
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
    margin: 9px 0;
    letter-spacing: 0;
    overflow: visible
}

.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:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    height: 6px;
    width: 6px;
    background: var(--qode-main-color);
    border-radius: 100%;
    transition: left .3s ease-out,right .3s ease-out;
    left: -15px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: #eaa57f
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-text svg {
    display: block
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke-width: 1.5px
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef--opened {
    border: none;
    padding: 0
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef--opened .qodef--open {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef--opened .qodef--close {
    visibility: visible
}

.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-widget-holder+.qodef-fullscreen-menu-opener {
    border-left: 1px solid #b2b2b259;
    padding: 12px 0 12px 30px
}

.page-id-1939 .qodef-widget-holder+.qodef-fullscreen-menu-opener,.page-id-3954 .qodef-widget-holder+.qodef-fullscreen-menu-opener {
    border: none
}

.qodef-header--bottom #qodef-page-header .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener,.qodef-header--divided #qodef-page-header .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener,.qodef-header--minimal #qodef-page-header .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener,.qodef-header--standard #qodef-page-header .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener {
    padding: 8px 0 8px 30px;
    margin-left: 19px;
    border-left: 1px solid #b2b2b259
}

.qodef-header--bottom #qodef-page-header .qodef-skin--dark .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener,.qodef-header--divided #qodef-page-header .qodef-skin--dark .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener,.qodef-header--minimal #qodef-page-header .qodef-skin--dark .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener,.qodef-header--standard #qodef-page-header .qodef-skin--dark .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener {
    border-left: 1px solid #b2b2b2
}

#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: #eaa57f!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--light .qodef-widget-dropdown-cart-inner .qodef-m-opener span,.qodef-custom-header-layout.qodef-skin--light .qodef-widget-dropdown-cart-inner .qodef-m-opener span {
    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: #eaa57f!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-inner.qodef-skin--dark .qodef-widget-dropdown-cart-inner .qodef-m-opener span,.qodef-custom-header-layout.qodef-skin--dark .qodef-widget-dropdown-cart-inner .qodef-m-opener span {
    color: var(--qode-header-dark-color)!important
}

.woocommerce-shop.post-type-archive-product.qodef-header--divided #qodef-page-header .qodef-header-wrapper .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener,.woocommerce-shop.post-type-archive-product.qodef-header--minimal #qodef-page-header .qodef-header-wrapper .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener,.woocommerce-shop.post-type-archive-product.qodef-header--standard #qodef-page-header .qodef-header-wrapper .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 21px 0 21px 30px;
    border-color: #3f3f3f
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 33px;
    line-height: 1.06em;
    transition: color .3s ease-out
}

@media only screen and (max-width: 480px) {
    #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
        font-size:27px;
        line-height: 1.03em
    }
}

#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--bottom #qodef-page-header {
    background-color: #f3f3f3
}

.qodef-header--bottom #qodef-page-header .qodef-widget-holder .widget+.widget_coppola_core_side_area_opener {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 39px
}

.qodef-header--bottom #qodef-page-header #qodef-page-header-inner .qodef-header-bottom-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c5c5c5
}

.qodef-header--bottom.qodef-header-appearance--fixed #qodef-page-header {
    position: fixed;
    top: auto!important;
    bottom: 0;
    left: 0;
    width: 100%
}

.qodef-header--bottom.qodef-header-appearance--fixed #qodef-page-outer {
    padding-top: 0!important
}

.qodef-header--bottom .qodef-template-holder {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.qodef-header--bottom .qodef-template-holder+#qodef-page-header {
    margin-top: 244px
}

.qodef-header--divided #qodef-page-header {
    width: 60%;
    left: 20%
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    justify-content: flex-end
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.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--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px
}

#qodef-page-header.qodef-logo-centered--yes .qodef-header-logo-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

#qodef-page-header.qodef-logo-centered--yes .qodef-widget-holder {
    margin-right: 0
}

#qodef-page-header.qodef-logo-centered--yes #qodef-page-header-inner>.qodef-widget-holder {
    margin: 0
}

.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: 10px;
    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--standard .qodef-side-area-opener>span {
    display: block;
    margin-top: -4px
}

@media only screen and (min-width: 1367px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1367px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1367px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

.qodef-header--vertical-sliding #qodef-page-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 60px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
    max-width: unset
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
    height: auto;
    flex-direction: column;
    margin-left: 0
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .widget {
    margin: 12px 0
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    padding: 30px 0;
    background-color: #000;
    flex-basis: 100%
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    animation: qode-fade-in .25s .6s linear both
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon {
    color: #fff;
    text-align: center
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .widget a {
    color: #fff
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: #000;
    left: -360px;
    margin-left: 60px;
    position: fixed;
    top: 0;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    visibility: hidden;
    width: 300px;
    border-left: 1px solid #3f3f3f;
    z-index: -1
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
    margin-right: 60px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
    position: relative!important;
    top: 0!important;
    transform: none!important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    left: 0;
    visibility: visible
}

.qodef-header--vertical-sliding.admin-bar #qodef-page-header,.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100% - 32px);
    top: 32px
}

.qodef-header--vertical-sliding #qodef-page-footer,.qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 60px
}

@media only screen and (max-width: 1024px) {
    .qodef-header--vertical-sliding #qodef-page-footer,.qodef-header--vertical-sliding #qodef-page-outer {
        padding-left:0
    }
}

.qodef-header--vertical-sliding .qodef-widget-holder {
    width: 100%;
    border-top: 1px solid #3f3f3f
}

.qodef-header--vertical-sliding .qodef-widget-holder .widget_coppola_core_social_icons_group[data-area=vertical-sliding] {
    margin-top: 30px!important
}

.qodef-header--vertical-sliding .qodef-widget-holder .widget_coppola_core_social_icons_group[data-area=vertical-sliding] .qodef-social-icons-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.qodef-header--vertical-sliding .qodef-widget-holder .widget_coppola_core_social_icons_group[data-area=vertical-sliding] .qodef-social-icons-group>.qodef-icon-holder {
    margin-right: 0;
    margin-bottom: 20px
}

.qodef-header--vertical-sliding .qodef-widget-holder .widget_coppola_core_social_icons_group[data-area=vertical-sliding] .qodef-social-icons-group>.qodef-icon-holder:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1024px) {
    .qodef-header--vertical-sliding .qodef-widget-holder {
        border-top:none
    }
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 40px;
    width: 100%;
    z-index: 100
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
    margin: 0;
    padding: 5px 0;
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner {
    display: block;
    padding: 0;
    position: relative;
    z-index: 997
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a {
    overflow: visible
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a .qodef-menu-item-text {
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a .qodef-menu-item-text svg {
    position: absolute;
    right: 0;
    width: 40px;
    max-width: 100%;
    height: auto;
    display: block
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a .qodef-menu-item-text svg.qodef-svg--underline {
    height: 10px;
    margin-top: -6px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke: #eaa57f;
    stroke-width: 5px;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 1s ease
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a::before {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li>.qodef-menu-item-arrow {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li>a:hover .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke-dashoffset: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em;
    letter-spacing: .1em;
    font-size: 12px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 8px 0 8px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul li:last-child {
    padding-bottom: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul li:last-child a {
    margin-bottom: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul li a .qodef-menu-item-text svg.qodef-svg--underline {
    margin-top: -2px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li {
    padding: 2px 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 3px 0;
    overflow: hidden;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-family: "Dm sans",sans-serif;
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
    font-size: 14px;
    letter-spacing: 0;
    overflow: visible
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    height: 6px;
    width: 6px;
    background: var(--qode-main-color);
    border-radius: 100%;
    transition: left .3s ease-out,right .3s ease-out;
    left: -15px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: #eaa57f
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
    background-color: #fff;
    left: calc(100% + 40px);
    margin-left: 50px;
    opacity: 0;
    padding: 25px 20px;
    position: absolute;
    top: -23px;
    transition: all .3s ease-out;
    visibility: hidden;
    width: 254px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
    left: calc(100% + 20px);
    top: -25px;
    transition: all .2s ease;
    visibility: hidden
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width:1100px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width:1100px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width:1100px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 410px;
    height: 100%
}

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 50px 50px 40px;
    background: url(/theme/new_chocolate/assets/images/vertical-header-bg1.jpg) top center/cover no-repeat;
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    flex-direction: column;
    justify-content: space-between;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .slogun{
    display: flex;
    margin-top: 100px;
    flex-direction: column;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .slogun p{
    color: #ff6022;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 34px;
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 15px 15px 0
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget.widget_coppola_core_woo_dropdown_cart {
    height: auto;
    margin-bottom: 15px!important
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget.widget_block p>a:hover {
    color: #eaa57f!important
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget p {
    margin: 0;
    font-size: 11px;
}

.qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px)
}

.qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer {
    padding-left: 410px;
}

.qodef-header--vertical .qodef-header-vertical-navigation {
    margin-top: 55px;
    margin-bottom: auto;
    z-index: 100;
    width: 100%;
    flex-grow: 1
}

.qodef-header--vertical .qodef-header-vertical-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li {
    position: relative;
    padding: 0;
    margin: 20px 0;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
    position: relative;
    display: block;
    overflow: visible;
    color: #fff
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a::before {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-text {
    position: relative
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-text svg {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-text svg.qodef-svg--underline {
    height: 10px
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke: #ff5b00;
    stroke-width: 5px;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 1s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li>.qodef-menu-item-arrow {
    position: absolute;
    top: 7px;
    right: 30px;
    width: 6px;
    height: auto
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li>a:hover .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke-dashoffset: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    font-family: inherit;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 1em;
    letter-spacing: .1em;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul li a .qodef-menu-item-text svg.qodef-svg--underline {
    margin-top: -2px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul {
    padding-left: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li {
    margin: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-family: "Dm sans",sans-serif;
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
    letter-spacing: 0;
    font-size: 14px;
    overflow: visible
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    height: 6px;
    width: 6px;
    background: var(--qode-main-color);
    border-radius: 100%;
    transition: left .3s ease-out,right .3s ease-out;
    left: -15px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item a {
    color: #eaa57f
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:last-child>a {
    margin-bottom: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform .3s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    transition: all .2s ease
}

.qodef-header--fixed-display #qodef-page-header,.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    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-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto!important
}

.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-logo-link {
    position: absolute!important;
    left: 40px
}

.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 40px;
    margin-left: 0!important
}

#qodef-top-area {
    position: relative;
    background-color: #000;
    z-index: 101
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0!important
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p {
    margin: 0
}

#qodef-top-area div[id^=monster-widget-placeholder],#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #c5c5c5
}

.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 #b2b2b2;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0,-100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    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: "Dm sans",sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color)
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000
}

.qodef-cluster-marker svg {
    width: 100%;
    height: auto
}

.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    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: #000
}

#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 .qodef-widget-holder .widget a {
    color: #fff
}

#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,#qodef-page-mobile-header .widget .widget p {
    margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener {
    color: #fff
}

#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-page-mobile-header .qodef-fullscreen-menu-opener {
    color: #fff
}

.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-header--bottom #qodef-page-mobile-header {
    border-top: 1px solid #f3f3f3
}

.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: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 33px;
    line-height: 1.06em;
    transition: color .3s ease-out
}

@media only screen and (max-width: 480px) {
    #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
        font-size:27px;
        line-height: 1.03em
    }
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-text {
    position: relative
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-text svg {
    position: absolute;
    right: 0;
    width: 40px;
    max-width: 100%;
    height: auto;
    display: none
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke: #eaa57f
}

.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: #000;
    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: 3px;
    right: -7px;
    width: 6px;
    height: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .3s ease-out;
    transform: rotate(0);
    transition: transform .3s ease-out,color .3s 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: 9px 0;
    overflow: hidden;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-family: "Dm sans",sans-serif;
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em
}

#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:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    height: 6px;
    width: 6px;
    background: var(--qode-main-color);
    border-radius: 100%;
    transition: left .3s ease-out,right .3s ease-out;
    left: -15px
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a {
    padding-left: 15px;
    padding-right: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a:before,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a:before,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a:before {
    left: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
    cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.06em;
    color: #fff;
    letter-spacing: .1em
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
    color: #959494
}

#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: #959494
}

#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: -35px;
    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 .3s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: -35px
}

.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;
    padding: 25px 0;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li {
    margin: 14px 0;
    padding: 0 35px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li a {
    font-size: 16px;
    font-weight: 400;
    overflow: visible
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li a .qodef-menu-item-text svg.qodef-svg--underline {
    margin-top: -4px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner ul.sub-menu {
    border: 1px solid #3f3f3f
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner ul.sub-menu ul.sub-menu {
    width: 305px
}

.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: #000;
    border-top: 1px solid #3f3f3f
}

.qodef-header-sticky .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    border-top: 1px solid #3f3f3f
}

.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: 26px 0 14px;
    margin: 0 -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    margin: 13px 0;
    padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.06em;
    color: #fff;
    letter-spacing: .1em;
    font-size: 15px;
    letter-spacing: 0;
    display: block;
    margin-bottom: 13px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a span svg {
    display: none
}

.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 li {
    margin: 3px 0
}

.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: 9px 0;
    overflow: hidden;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-family: "Dm sans",sans-serif;
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
    margin: 3px 0;
    font-size: 16px;
    line-height: 34px;
    overflow: visible;
    letter-spacing: 0
}

.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:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    height: 6px;
    width: 6px;
    background: var(--qode-main-color);
    border-radius: 100%;
    transition: left .3s ease-out,right .3s ease-out;
    left: -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text svg.qodef-svg--underline {
    margin-top: -11px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a {
    color: #eaa57f
}

.qodef-header-navigation ul li a .qodef-menu-item-text {
    position: relative
}

.qodef-header-navigation ul li a .qodef-menu-item-text svg {
    position: absolute;
    right: 0;
    width: 40px;
    max-width: 100%;
    height: auto;
    display: block
}

.qodef-header-navigation ul li a .qodef-menu-item-text svg.qodef-svg--underline {
    height: 10px
}

.qodef-header-navigation ul li a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke: #eaa57f;
    stroke-width: 5px;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 1s ease
}

.qodef-header-navigation ul li:hover>a .qodef-menu-item-text svg.qodef-svg--underline>* {
    stroke-dashoffset: 0
}

.qodef-header-navigation ul li.current-menu-item a {
    color: #959494
}

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: none
}

.qodef-opener-icon.qodef-source--svg-path svg.qodef-open-predefined line {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-miterlimit: 10;
    transform-origin: right;
    transition: transform .4s ease
}

.qodef-opener-icon.qodef-source--svg-path svg.qodef-open-predefined line:first-child {
    transform: scaleX(1)
}

.qodef-opener-icon.qodef-source--svg-path svg.qodef-open-predefined line:last-child {
    transform: scaleX(.7)
}

.qodef-opener-icon.qodef-source--svg-path svg.qodef-close-predefined line {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-miterlimit: 10;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .4s ease
}

.qodef-opener-icon.qodef-source--svg-path:hover svg.qodef-open-predefined line:first-child {
    transform: scaleX(.7)
}

.qodef-opener-icon.qodef-source--svg-path:hover svg.qodef-open-predefined line:last-child {
    transform: scaleX(1)
}

.qodef-opener-icon.qodef-source--svg-path:hover svg.qodef-close-predefined line {
    transform: scaleX(.7)
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 20px;
    height: 13px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease,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-m-line.qodef--3 {
    bottom: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
    top: 6px;
    transform: rotate(45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
    top: 6px;
    transform: rotate(-45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
    opacity: 0
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-section {
    overflow: visible
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0
}

.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-response-output {
    border-width: 1px!important;
    margin: 2em 0 0 0!important;
    padding: 1em 1.5em!important
}

.qodef-contact-form-7 .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    visibility: hidden;
    z-index: 98
}

.qodef-contact-form-7 .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #c5c5c5;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,.qodef-contact-form-7 .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-contact-form-7 .qodef-newsletter {
    position: relative
}

.qodef-contact-form-7 .qodef-newsletter input[type=email] {
    color: #fff;
    border-color: #fff!important;
    margin: 0;
    font-size: 15px
}

.qodef-contact-form-7 .qodef-newsletter button {
    position: absolute;
    right: 0;
    top: 15px;
    background-color: transparent!important;
    border-color: transparent!important;
    padding: 0
}

.qodef-contact-form-7 .qodef-newsletter button .qodef-m-text {
    font-size: 0;
    position: relative;
    overflow: hidden
}

.qodef-contact-form-7 .qodef-newsletter button .qodef-m-text:after,.qodef-contact-form-7 .qodef-newsletter button .qodef-m-text:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .4s cubic-bezier(.16,1,.3,1)
}

.qodef-contact-form-7 .qodef-newsletter button .qodef-m-text:before {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0,0);
    transition-delay: .2s
}

.qodef-contact-form-7 .qodef-newsletter button .qodef-m-text:after {
    transform: translate(-15px,15px);
    transition-delay: 0s
}

.qodef-contact-form-7 .qodef-newsletter button:hover .qodef-m-text:before {
    transform: translate(15px,-15px);
    transition-delay: 0s
}

.qodef-contact-form-7 .qodef-newsletter button:hover .qodef-m-text:after {
    transform: translate(0,0);
    transition-delay: .2s
}

.wpcf7 .qodef-contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wpcf7 .qodef-contact-form>label {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px
}

.wpcf7 .qodef-contact-form .your-email,.wpcf7 .qodef-contact-form .your-name {
    width: 48%
}

.wpcf7 .qodef-contact-form .your-message {
    flex-basis: 100%
}

.wpcf7 .qodef-contact-form input,.wpcf7 .qodef-contact-form textarea {
    margin: 8px 0 36px;
    padding: 9px 0;
    color: #fff;
    border-color: #3f3f3f
}

.wpcf7 .qodef-contact-form input:active,.wpcf7 .qodef-contact-form input:focus,.wpcf7 .qodef-contact-form textarea:active,.wpcf7 .qodef-contact-form textarea:focus {
    border-color: #fff
}

.wpcf7 .qodef-contact-form button[type=submit] {
    margin-top: 19px;
    margin-left: auto;
    padding: 16px 23px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff
}

.wpcf7 .qodef-contact-form button[type=submit]:hover {
    color: var(--qode-main-color);
    background-color: #fff
}

.wpcf7 .qodef-contact-form button[type=submit] .qodef-m-text {
    font-size: 15px
}

.wpcf7 .qodef-contact-form+.wpcf7-response-output {
    color: #fff
}

@media only screen and (max-width: 1440px) {
    .wpcf7 .qodef-contact-form+.wpcf7-response-output,.wpcf7 .qodef-contact-form>* {
        line-height:1
    }
}

.qodef-instagram-list #sb_instagram {
    padding: 0!important
}

.qodef-instagram-list #sb_instagram #sbi_images {
    padding: 0!important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none!important;
    height: auto!important;
    padding-bottom: 0!important;
    opacity: 1!important
}

.qodef-instagram-list .sbi_photo_wrap a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 100%);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    opacity: 0;
    transform: translate(-50%,10px);
    transition: opacity .4s ease-out,transform .6s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:before {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    transform: translate(-50%,0);
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 10px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 20px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 30px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 40px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 50px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--big #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 70px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 80px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0!important;
    position: relative;
    visibility: hidden;
    z-index: 1
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
    width: 100%
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -5px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0 5px!important;
    margin: 0 0 10px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0 10px!important;
    margin: 0 0 20px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -15px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0 15px!important;
    margin: 0 0 30px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0 20px!important;
    margin: 0 0 40px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -25px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 25px!important;
    margin: 0 0 50px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--big.qodef--no-bottom-space {
    margin-bottom: -70px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--big #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -35px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--big #sb_instagram #sbi_images>.sbi_item {
    padding: 0 35px!important;
    margin: 0 0 70px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0 40px!important;
    margin: 0 0 80px!important
}

@media only screen and (max-width: 1024px) {
    .qodef-instagram-list.qodef-layout--columns .sbi_col_6 #sbi_images .sbi_item {
        width:33.33%!important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-instagram-list.qodef-layout--columns .sbi_col_6 #sbi_images .sbi_item {
        width:100%!important
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: left;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1!important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    line-height: 1.06em;
    font-weight: 600!important;
    margin: 0 4px 0 0
}

@media only screen and (max-width: 480px) {
    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
        font-size:20px;
        line-height: 1.05em
    }
}

.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: "Dm sans",sans-serif;
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 400;
    color: #000;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
    width: 50%
}

@media only screen and (min-width: 681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
}

@media only screen and (min-width: 769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
    width: 25%
}

@media only screen and (min-width: 1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
    width: 20%
}

@media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
}

@media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
}

@media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
    padding: 0;
    margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-twitter-list.qodef-gutter--big.qodef--no-bottom-space {
    margin-bottom: -70px
}

.qodef-twitter-list.qodef-gutter--big #ctf .ctf-tweets {
    margin: 0 -35px
}

.qodef-twitter-list.qodef-gutter--big #ctf .ctf-tweets>.ctf-item {
    padding: 0 35px;
    margin: 0 0 70px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
    padding: 0 40px;
    margin: 0 0 80px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

.qodef-yith-wccl--predefined .select_box {
    display: inline-block
}

.qodef-yith-wccl--predefined .select_box:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0
}

.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #b2b2b2!important;
    padding: 10px;
    color: #000
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    text-transform: unset
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .3s ease-out;
    margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ',';
    margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255,255,255,.79)!important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto!important;
    width: 960px!important;
    max-width: 90vw!important
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5)!important;
    overflow-y: hidden!important;
    max-height: 90vh!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    -o-object-fit: cover;
    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*=coppola-core]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: 'x';
    font-family: initial
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 1!important;
    background-color: transparent!important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f06e"
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button {
    color: #fff!important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color)!important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button .blockUI {
    display: none!important
}

.yith-wcwl-form .wishlist-title-container {
    display: none!important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-size: 18px;
    line-height: 1.06em
}

.yith-wcwl-form .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li:last-child {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table td ul li label {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table p {
    margin: 0
}

.yith-wcwl-form .shop_table .variation:after,.yith-wcwl-form .shop_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.yith-wcwl-form .shop_table .variation:after {
    clear: both
}

.yith-wcwl-form .shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .shop_table .variation dt {
        float:none;
        width: 100%
    }
}

.yith-wcwl-form .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .shop_table .variation dd {
        float:none;
        margin: 0;
        width: 100%
    }
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0!important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto!important
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0!important;
    color: #000!important;
    border-color: transparent!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    position: relative!important;
    display: inline-flex!important;
    vertical-align: middle!important;
    width: auto!important;
    margin: 0!important;
    font-family: "Dm sans",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none!important;
    text-transform: capitalize!important;
    border-radius: 0!important;
    outline: 0!important;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out!important;
    padding: 16px 23px!important;
    cursor: pointer!important;
    z-index: 3!important;
    color: #fff!important;
    background-color: var(--qode-main-color)!important;
    border: 2px solid var(--qode-main-color)!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: #fff!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-woo-product-image-inner .yith-wcwl-add-to-wishlist a {
    color: #fff!important
}

.qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color)!important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none!important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none!important
}

.qodef-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
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .button {
    margin-top: 20px!important
}

.widget_coppola_core_woo_dropdown_cart,.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: static
}

.widget_coppola_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_coppola_core_woo_dropdown_cart .qodef-m-opener,.widget_coppola_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
}

.widget_coppola_core_woo_dropdown_cart .qodef-m-opener span,.widget_shopping_cart .qodef-m-opener span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em
}

.widget_coppola_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon,.widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon {
    text-transform: uppercase;
    margin-right: 5px
}

.widget_coppola_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_coppola_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: 30px 0;
    text-align: left;
    transition: opacity .3s ease-out,visibility .3s ease-out
}

header .widget_coppola_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,header .widget_coppola_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: -50px;
    top: 100%;
    visibility: hidden!important;
    width: 400px
}

.touchevents header .widget_coppola_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.touchevents header .widget_coppola_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_coppola_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,.widget_coppola_core_woo_dropdown_cart .widget_shopping_cart_content>*,.widget_shopping_cart .qodef-widget-dropdown-cart-content>*,.widget_shopping_cart .widget_shopping_cart_content>* {
    padding: 0 30px!important
}

.widget_coppola_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,.widget_coppola_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_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    margin: 0 0 20px 0;
    position: relative
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
    margin: 0
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_coppola_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 20px 0 0;
    width: 100px
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_coppola_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: #eaa57f
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,.widget_coppola_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_coppola_core_woo_dropdown_cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.06em;
    display: block
}

.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart,.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart-item {
    display: flex
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image {
    flex-shrink: 0
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image a,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 0 0;
    width: 100%
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-title,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 0
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-price,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 2px 0 0;
    font-size: 15px
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-quantity,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 14px 0 0;
    font-size: 14px
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-quantity-label,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-quantity-label {
    color: #959494
}

.widget_coppola_core_woo_dropdown_cart .qodef-m-order-details,.widget_coppola_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-top: 40px
}

.widget_coppola_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_coppola_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: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.06em
}

.widget_coppola_core_woo_dropdown_cart .qodef-m-action,.widget_coppola_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;
    padding: 30px 30px 0!important;
    border-top: 1px solid #3f3f3f
}

.widget_coppola_core_woo_dropdown_cart .qodef-m-action a,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .qodef-m-action a,.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Dm sans",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    padding: 16px 23px;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 2px solid var(--qode-main-color);
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    border-color: #fff
}

.widget_coppola_core_woo_dropdown_cart .qodef-m-action a:hover,.widget_coppola_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: #fff
}

.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100%!important;
    justify-content: center
}

.widget_coppola_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_coppola_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,header .widget_coppola_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_coppola_core_woo_dropdown_cart,.widget_shopping_cart {
    color: #fff
}

.widget_coppola_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_coppola_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: #000;
    border-color: #3f3f3f
}

.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #fff
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_coppola_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: #fff
}

.widget_coppola_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_coppola_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: #fff
}

#qodef-top-area .widget_coppola_core_woo_dropdown_cart,#qodef-top-area .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer .widget_coppola_core_woo_dropdown_cart,#qodef-page-footer .widget_shopping_cart {
    color: #ccc
}

#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .widget_shopping_cart_content,#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #000;
    border-color: #fff
}

#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart-item a,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #ccc
}

#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #ccc
}

#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .qodef-m-order-details strong,#qodef-page-footer .widget_coppola_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #ccc
}

#qodef-side-area .widget_coppola_core_woo_dropdown_cart,#qodef-side-area .widget_shopping_cart {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_coppola_core_woo_dropdown_cart,.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

.widget_coppola_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0 74px;
    background-color: #fff;
    border-left: 1px solid #b2b2b2;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

.admin-bar .widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    z-index: 1000
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 35px!important
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 1;
    z-index: 5
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 35px
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Dm sans",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 2px solid var(--qode-main-color)
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: var(--qode-main-color);
    background-color: #fff
}

.widget_coppola_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 360px);
    height: 100vh;
    overflow: hidden;
    z-index: 1002
}

.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--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-layout--dark-skin #qodef-page-outer {
    background-color: #000;
    color: #fff
}

.qodef-layout--dark-skin .qodef-portfolio-single .qodef-portfolio-title,.qodef-layout--dark-skin .qodef-portfolio-single a {
    color: #fff
}

.qodef-layout--dark-skin .qodef-portfolio-related-title {
    color: #fff
}

.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-e-category {
    text-transform: uppercase;
    font-weight: 500
}

.qodef-portfolio-single .qodef-e-category .qodef-info-separator-single:after {
    content: '/';
    margin: 0 3px 0 5px
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 6px 0 23px
}

.qodef-portfolio-single .qodef-portfolio-single-video-holder {
    margin-bottom: 36px
}

.qodef-portfolio-single .qodef-portfolio-single-video-holder video {
    width: 100%
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    flex-direction: row
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 0 5px 0;
    font-weight: 400;
    color: #959494;
    text-transform: none;
    min-width: 108px
}

.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-inof--social-share .qodef-social-title {
    font-weight: 400;
    color: #959494;
    text-transform: none;
    min-width: 100px;
    font-size: 18px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e,.qodef-portfolio-single .qodef-variations--big .qodef-e-title {
    text-align: center
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 50px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
    padding: 0 28.5%
}

@media only screen and (max-width: 1440px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
        padding:0 20%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
        padding:0
    }
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 80px;
    padding-top: 68px!important;
    text-align: left;
    display: flex;
    border-top: 1px solid #959494
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info .qodef-e {
    text-align: left;
    flex-direction: column;
    width: 25%
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info .qodef-e .qodef-social-share {
    display: flex;
    flex-direction: column
}

.qodef-portfolio-single .qodef-variations--big+#qodef-portfolio-single-related-items {
    margin-top: 83px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 53px;
    border-top: 1px solid #959494;
    padding-top: 35px
}

.qodef-portfolio-single .qodef-variations--small .qodef-col--4 {
    margin-top: -5px
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-next,.qodef-portfolio-single .qodef-swiper-container .swiper-button-prev {
    position: absolute;
    bottom: 26px;
    color: #fff;
    left: auto!important;
    top: auto;
    transform: none
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-next {
    right: 22px!important
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-prev {
    right: 56px
}

.qodef-portfolio-single .qodef-swiper-container .swiper-pagination {
    color: #fff;
    bottom: 20px;
    position: absolute;
    right: 111px;
    left: auto;
    width: auto;
    transform: none;
    font-size: 20px
}

.qodef-portfolio-single .qodef-swiper-container .swiper-pagination:after {
    content: '';
    width: 1px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    top: -5px;
    right: -16px
}

.single-portfolio-item.qodef-layout--custom #qodef-page-footer-top-area .qodef-content-full-width {
    border-top: 1px solid #363636
}

.tax-portfolio-artist #qodef-page-inner {
    padding: 0
}

.tax-portfolio-artist .qodef-page-title {
    display: none
}

.tax-portfolio-artist .qodef-m-inner {
    padding: 7.5% 25% 7.5% 18.5%;
    display: flex;
    align-items: center;
    background-color: #f4f4f4
}

.tax-portfolio-artist .qodef-m-inner .qodef-m-media {
    padding-right: 12%
}

.tax-portfolio-artist .qodef-m-inner .qodef-m-media img {
    max-width: 330px
}

.tax-portfolio-artist .qodef-m-inner .qodef-m-title {
    margin: 0
}

.tax-portfolio-artist .qodef-m-inner .qodef-m-subtitle {
    margin: 14px 0 0
}

.tax-portfolio-artist .qodef-m-inner .qodef-m-biography {
    margin: 26px 0 40px 0;
    line-height: 24px
}

.tax-portfolio-artist .qodef-m-social-networks .qodef-icon-holder .qodef-e-icon {
    font-size: 15px;
    margin-right: 20px
}

.tax-portfolio-artist .qodef-m-social-networks .qodef-icon-holder .qodef-e-icon:hover {
    color: #eaa57f
}

.tax-portfolio-artist .qodef-m-social-networks .qodef-icon-holder:last-child .qodef-e-icon {
    margin-right: 0
}

.tax-portfolio-artist .qodef-m-filmography {
    margin: 75px 50px 110px
}

.tax-portfolio-artist .qodef-m-filmography .qodef-m-films-title {
    margin-bottom: 39px
}

.tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-e-media-image img {
    min-height: 290px
}

@media only screen and (max-width: 1600px) {
    .tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-e-media-image img {
        min-height:240px
    }
}

@media only screen and (max-width: 1366px) {
    .tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-e-media-image img {
        min-height:210px
    }
}

@media only screen and (max-width: 1024px) {
    .tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-e-media-image img {
        min-height:180px
    }
}

@media only screen and (max-width: 680px) {
    .tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-e-media-image img {
        min-height:130px
    }
}

.tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--autoplay a,.tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--on-hover a {
    overflow: hidden;
    display: block;
    max-height: 290px
}

@media only screen and (max-width: 1600px) {
    .tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--autoplay a,.tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--on-hover a {
        max-height:240px
    }
}

@media only screen and (max-width: 1366px) {
    .tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--autoplay a,.tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--on-hover a {
        max-height:210px
    }
}

@media only screen and (max-width: 1024px) {
    .tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--autoplay a,.tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--on-hover a {
        max-height:180px
    }
}

@media only screen and (max-width: 680px) {
    .tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--autoplay a,.tax-portfolio-artist .qodef-m-filmography .qodef-portfolio-list.qodef-col-num--3 .qodef-item--landscape .qodef-video--on-hover a {
        max-height:130px
    }
}

.tax-portfolio-country .qodef-portfolio-list.qodef-col-num--3 .qodef-e-media-image img,.tax-portfolio-country .qodef-portfolio-list.qodef-col-num--3 .qodef-video--autoplay a,.tax-portfolio-country .qodef-portfolio-list.qodef-col-num--3 .qodef-video--on-hover a {
    min-height: 233px
}

.tax-portfolio-country .qodef-portfolio-list.qodef-col-num--3 .qodef-video--autoplay a,.tax-portfolio-country .qodef-portfolio-list.qodef-col-num--3 .qodef-video--on-hover a {
    overflow: hidden;
    display: block
}

.tax-portfolio-country .qodef-page-title.qodef-title--breadcrumbs {
    display: none
}

.qodef-divided-scroll-showcase {
    position: relative
}

.qodef-divided-scroll-showcase .qodef-m-left {
    width: 30%;
    max-width: 480px
}

.qodef-divided-scroll-showcase .qodef-m-left .qodef-portfolio-list,.qodef-divided-scroll-showcase .qodef-m-left .qodef-portfolio-list .qodef-grid-inner,.qodef-divided-scroll-showcase .qodef-m-left article,.qodef-divided-scroll-showcase .qodef-m-left article .qodef-e-inner {
    height: 100vh
}

.qodef-divided-scroll-showcase .qodef-m-left.qodef-fixed-text-overlay-holder {
    position: fixed
}

.qodef-divided-scroll-showcase .qodef-m-right {
    width: calc(100% - 480px);
    position: relative;
    left: 480px
}

.qodef-portfolio-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-category-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
    margin-top: 28px
}

@media only screen and (max-width: 680px) {
    .rs-layer .qodef-portfolio-list.qodef-col-num--4 article {
        display:none
    }

    .rs-layer .qodef-portfolio-list.qodef-col-num--4 article:nth-child(1),.rs-layer .qodef-portfolio-list.qodef-col-num--4 article:nth-child(2) {
        display: block
    }
}

.qodef-portfolio-list .qodef-e-inner {
    position: relative
}

.qodef-sticky-fixed .qodef-portfolio-list .qodef-e-inner {
    max-height: 100vh
}

.qodef-portfolio-list .qodef-e-inner video {
    width: 100%;
    /* height: 100vh; */
}

.qodef-portfolio-list .qodef-e-content,.qodef-portfolio-list .qodef-e-inner,.qodef-portfolio-list .qodef-e-media {
    position: relative;
    /* display: inline-block; */
    /* width: 100%; */
    /* vertical-align: top; */
}

.qodef-portfolio-list .qodef-e-media>* {
    margin-bottom: 30px
}

.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden
}

.qodef-portfolio-list .qodef-e-media-image a,.qodef-portfolio-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background img {
    visibility: hidden
}

.qodef-portfolio-list .qodef-e-media-image .qodef-video--on-click {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 50
}

@media only screen and (max-width: 1280px) {
    .qodef-portfolio-list .qodef-e-media-image .qodef-video--on-click {
        top:5px;
        right: 5px
    }
}

.qodef-portfolio-list .qodef-e-media-image .qodef-video--on-click svg circle,.qodef-portfolio-list .qodef-e-media-image .qodef-video--on-click svg polygon {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

.qodef-portfolio-list .qodef-e-media-image .qodef-video--on-click svg .qodef-fill {
    fill: #fff;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .6s cubic-bezier(0,.55,.45,1);
    transition: clip-path .6s cubic-bezier(0,.55,.45,1);
    transition: clip-path .6s cubic-bezier(0,.55,.45,1),-webkit-clip-path .6s cubic-bezier(0,.55,.45,1)
}

.qodef-portfolio-list .qodef-e-media-image .qodef-video--on-click:hover svg .qodef-fill {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list .qodef-e-media-image .qodef-video--on-click .qodef-m-play {
    display: flex
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-title a {
    color: currentColor
}

.qodef-portfolio-list .qodef-e-title a:hover {
    color: currentColor
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}

.qodef-portfolio-list .qodef-info-separator-end:after {
    margin: 0
}

.qodef-portfolio-list.qodef--image-shadow-enabled .swiper-slide.swiper-slide-active .qodef-e-media-image {
    box-shadow: 1px 2px 40.92px 21.08px rgba(0,0,0,.3)
}

.qodef-portfolio-list.qodef--appear-reveal {
    opacity: 0;
    transition: opacity .3s ease-out .3s
}

.qodef-portfolio-list.qodef--appear-reveal article:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: #000;
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 1.2s cubic-bezier(.33,1,.68,1) .3s
}

.qodef-portfolio-list.qodef--appear-reveal.qodef--appeared {
    opacity: 1
}

.qodef-portfolio-list.qodef--appear-reveal.qodef--appeared article:after {
    transform: scaleY(0)
}

.qodef-portfolio-list.qodef--noise-hover .qodef-e-media-image:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    opacity: 0;
    transition: opacity .6s ease;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjNEOTgwQjE4RkQ5MTFFQzg3MkNCMURBMTQxMDc3OTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjNEOTgwQjI4RkQ5MTFFQzg3MkNCMURBMTQxMDc3OTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyM0Q5ODBBRjhGRDkxMUVDODcyQ0IxREExNDEwNzc5NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyM0Q5ODBCMDhGRDkxMUVDODcyQ0IxREExNDEwNzc5NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjtKB1gAABCCSURBVHja7F1pUxvZFX2AxGZsNhuxIzaxiB2zWkISIMA/Od9TNZVUkkqmKpOkklkySWWWTDJLZiaxM5mJ2nMeHB3uE7axDYLuqi5Jre7X793l3HNvv+5udD8uB5W13VUvD/G5TtseVNapytrvzi+zlbXD2J4xtvVRu6OVNUf/HeN/Xjpq/D7B5xbaipZiZd2kfbor6xK+R33fqKzTdH5H+6/IuZI43rfrxz5WWRdpHHnIYEiOP8TnDI096v+4Ib9nSw91KjpBL/9ZWVrpOwtuShrsoe/cqU0ajB9sW2XdJwW0yXmiwe1AGIPYdreyDogx7OCzBeeMhD5fWdcqa2NlTeH/MglkG/1Ykv734nMZ4zyg/zYCYzvB+aKlWdprqqz30edp+W9Fts2qTPfw+QifI6SkaCBp8qBmF162AoNwEFJkaQu0X5qE1mxYTehc/XS+eRJOkTyZBTdRo8/LrvbSHbJkMha/7KMfe9R2K/q5Fmh/GsbR5uU/Q1Z8RJa0i895OXm70ckRdGJXtqfFkr2l8wC8p8zhcwACzMDCioaHnkgf1wRW2wSO0mgnQefVfl20tKDtPnjc3ec4ZhOQlcfvVXi9I0TyEFyq1dCGse1YhFxr2ZffZfkvHVCcd+dRKP4xlOLIYPwSWVVnDSv32wpQYKS0LKCEMT0BC44ga5L6WzAMb1xkYS2j5L1LhqAXjGMWvcwayb34pEnS6Cos7iewkg8MYaqlfUzfIyz+D3nBv6kNj+MfoI3I+n5fWT+srN9W1i8r62fU1ncCF19CKb8BvA0AqqJ23sd+P1TWtyrrr2DVW1D2H+BxEaT8DAqLlN+A80T7fE7nixT4Bb6/BQ8+oLjSDmP6BIbzdWV9u7L+V+B3iAyvgO+RfH6nWmog6/AWbrlRk+B4Cp1tMBhKJ4L9IoSUxPe9gHXNBMiE1c9CDSttIyg4gZH5ODKJvmyJ1esyLCRmBNsewXPS6EsC0LQs0LlLsNYtY1wNxMQqZNomdxsgTHewnCRhobVEmr+DVWPFkVh2G9ofw7auGu1GQrlHg90hVtQmA70RsZAp164ctFhDUHeIIXmhLgn9Xca29ufITawcQBdvWVkaNHtUCbA6LCypzWirTB7SC4+bFAo8JQbr8X4QfUgaOUuIHZbgTQuSSx2Ql8xw3FglLfVJwBmiALqC3yvocI4sbkX4exJxqgUKOxFLORZ25MgLdyHIBhEI5w/sxXtiDHXr8dMkUJ+hjwVYywo1lA1g9xE8ZyzQTifOlcB+HOQ2hA5aS5coc5CEnSel9NK+Y/CARpynz7BqRzFxIsCcBtFug5F/dQYI0q5BkDyNdjXY5rlkrMegkBl0plwjqOYIEjqNPIEDcgMNfhPtp4TaOgPnvRAKxsB64Lls/QMixKLR3gN4wwFBZzaQW+xAuRbZcIbnnQh0cdvnKHuM+ZfD/FkwrwLOeQDUSUHxczTu3UAeUoAhL2jp5FgsqAAljUhicwfC3jCoZqaGgvKgzQ1S5/LHtaAvqwYDcoHiJdPLshgCe2fOMJRRgrUZITVDEGoO34sG3S5CCXuA+g0qKE4RBK4+b2jwOcWfIehIqN9U1t9SDegzSQY/RbIT7f9TgaoEcDBq9ytKzPzyISz8c0DOd2h/AJ17gsTxHWov6vi7OP4pPCtJSeJf4KmRUn4uiWmk+I8oI09DOH9D4vlPGEKUzP2vsv6R+hr9/h7G+DY+P0Qfn8JDmqHQaKy/RLvRfr9G25F3vgcDboVHd0CGT9C3KSS4PzgjAPUDPubI3RPkqnFl+PVXhs+l/i1gSlkRbLPAGqf+0xIfipTBrhssYrZGJbePICgFA9iHEg8oFt2Xtieofw+xNknbSxD4CEHXGhldgnKsbjGePAl0i/qfhIJG4G3dgXEtXVB9PtYY561kFgd0BoqOecLmIcLVHfGG3guqoAPC16cNVtcd8LAGint9RplnIMB+EuRB8zC8bVLOiYzJKq6WxMMHcUyrjGPXSKRL8t9jqSK8sRr/w0AF2dPNRSiJrVWptKfbGzXqYK2BxLCeYLkqSSoZDTtiDk5gaQpCmsagGo3jJsjN1+CWQ7DAYTrfIVxeS9utBg3eFCFZ3jABq3+MYNoi0KHZdDsy6H3JJXzwHgJElgUqR4zrG5MgPTu0jam5QumBuwDP7kkllJXxEFafMailM5TWJgNgWm3B2pQEu3ESUre4unPVVym1nTlYYR4ew3CSIKhOBhLRNalAHFIl2BlWvwcW1QvWmJHSTgPB8TYUdxfy6GD+fxuvzA0TtKyJxw1IHBoSwW4ZmbeTfS6V1xXJmnwAahE4mxNsbMb3HrKQZViB59tJYRmdpMCxAPaGSg5rsm3HqCgwvB6RYWQMzC8Rk+tC7EzXqBAsGNdOjo0YxclfKcAie4VkeKXndOdFV3359TEEsE2DssoaScmkc2IFoaWdaCoPqEkU1eZebCkZJZR+jKVFWE1KDGBCYHqMZDKE3+2yTz/63iJxlGn0HVJEFxRcFO/ri69rXMMal+L7vET/PEHWTiDR8dfDW6XGpPRZoaiTBs7Xw+8RFneSIHfJKHIkjDJwvQECe2xQ4m4iLKHr4dchKa7P2Rk3GFKrqGcWkZ4vpOwZHrQSSCIHYYGrFLQzRrV2g6AkF0gslbFsCTb302BSxMaKsMI9eOyxkfzmpV/pQE7TiHNtG2yLafOCoEMioIikMLyCeJu53PQLQPeJXlul/XGJnRkyrH5J4sriKbtGAs202ypQzpIys3Gt6cVrTYfUp3ukgLJAPI9twNWegnufZW0lXqkAY/KB/AhKKFEy2GLUqDwObwVY1qxkumXaXqZtg7DMCWfPvGfr6pW2623ecl1g6rxxbIHgaoiC/QwgogClrENJZfGQnCS6OSnZFGmcGpCLsm1StjVSNbwRBjdPBKCLztPvzqbXHrt67zx5R6EGm2ESckjJ3x7a01kku4QGD8nAkq56Cg8b1lyNmBe6RnIcqsndphtiklBeisZ51yAM3YLx92GQGaMPVuC+F4DpMchqFTDfjfh16GWYqoGVzghUWjKewSDGINBigFH0UIKYIw6ekARThTFDg10mT50kuFsioTTiv0Pg9CyMYcMQEgd0FmwqsJ/ed+LH2wVPapc4k6acapQUPk79P0AbPiQ8++PE0GYBLtVNlt9G5ZUBBMhFKbs4qRrvSXFyxnD5BwRnHe5sdsqWkIWHrnrWYEY8NU3nmJHjSpJUKpkZCPz2GXyTZtQC610E9Zcp1gaX+B6Pq6kixDNApL3L3Bs4TsjQTX0fl5i2h/8PLeXGDOrNMagD8uATgdsla4BcnbQmShdFkXMirIkAKTiEN/jZ8U3kWfkabM8F4GxD8HjHnU0VCgmlbDCeAxhL1p1NPzohWO0iD7Ju7Oky+nlM587S8SvCTu+Twtsg/6S3pBsxjZ/iSr3fuHPq5sMBYdyTuOIhbt6w4nuC3cPEiFoEt+8aA2SoUrg5AsQcufMXtZYMbB+FB3eIZ+wbZYwGY9uOKKL5grK6NVv/SJjVppyjIOX++NZld70mSJwu8c025+nxi95s8yquvsaQ8qKQQkiwD3a4YFBkq0i74Ow5ajs4fpNT97RQugYJsskaA9121RdXtg220ycW6ySTnjAEt4TYdCJZ8jgpcEQgsjdAkYekKuAk254RGJnDuU4IslISQ4fc+ckYHgZ3BUo5oZyiMU5C0YcezoIz6Iwywao7m03olVQkSBg1OqHxo4NqTN4K5wK4uidZ/hIGf5eEplMz2wm+fHs7xP/9mMaMnCNtGEyjWPi+e/3Tb9/Y7VoTASbXgnOlDA95QHS2QwjENHn0GgkhY8DeGvWzwQjGDOG78OoUxcUmwwOPDCJ02WJtzKauiE2FppueZsxeIOvSUB6fo5I4adm62cim/Sy/tGGF3lLWjYD7mIiGZcElgTIXsLhSoJCnATpkEOsGY3vdD1o4V+e5MTdQuvq8tz5++sI1K9tUFc4uO2t7XdzuwCjKjZD3TUB5m1Sev0O4PS1t3YrnQtbTTfW3gaU9w8CjQIYcl+SvoCR/W2cI7hnnHIFBHco+HkKzUHQuIPwsMdBhSQ4Lcr52d/ZAtAGR3aUzy/jGzmo4uujGTkYineweM54ajOdKLlTVxZ2pt62uFj8A8zxTuooHYA5y7Kjnu1ZvUv4T33UrhOaN33ULKNxnGbYbATeNE1u5R16SK+8ZJxdYQDxt9SzAW79X4oTvaudgNYt3NXgN34Sn6NyUqa1v7ETXbQ7tpgGdFsPLQSb7xlj9/54+ZyCnE4GiRYLbMhnGkju71a4Kml7GtaYpu3zgqi9W8RI/dvbl7jp+4UfQJcW6MtB6iZQ1aSR0D4itJCRj94KZDNDpZQPfO8n6N+V8LeRZXRBIGgrNIX4MG+TjEVm7Rwd+a0Sf5Bwh6p+kuKqTzLOizEc++Md30p553bV4A1CcFF6vi2JmklUvk8o2qC9FKtUvGULzRtBF1ttB31slb2g2KLTGgFQg3hXo3O3k2Usw5BH0+zGMaYtLQ5c6OOAleSPgOhKYh6VRssRNKmw+JIWEnlGybeB+MwmQv1uzZHrI2r3lbxmVBWewzSZ4WiFg5esUQ1JGXmUVY4+dfcX0tOPxM7TsctHrvqQd38ZMlpsmuHze25hn6ZhFiT+HFzBX82Gj8X0hZx56HWYyntNYiSwmnvxwBbWwmzqDvF6v878++hYzsJdjYPFz3K9ZBboljiXXKpacWmS9PEb1pr9b5LTDfE38vlwvGBXrbyZ3W5RqbbvQ3WODn7vnreNIkjhP9LNbCnm7Amt8S8Q6xZJNd/4Sat6w6EMq92cxjml46RQUw31eN9p4mfdDxgXBV1AQfNWz5OMM+1Vk2KT8y77O41Y8GKxu3uKwTolVI+HpIoS3D4GkSBAzGOA4BNdrXJzxbawJdx8jurtMCmShDFLpZLKGICZIGQlYZqeRCxUD+UOBxt1tGE9osej6sRhvraXWw+HObeSHRebJUo5pv4JY4Q4pieNB/FCCl7t+FNeQCEaL7monfcQzStz1eo79tX1+bYKExvQ5i9UH7yb0P4F4kzI8OQnvKeMc/OaHoRrexOV97+WD5Mn+ErJCZbIGyXFSJ+Pia280mOjdt09psB/j8xewlr9T3SciAO+i4+9X1n9BkJHG/btpPyWrfw8DaIK1REJ7B1j8ETob/f4fLO19COwfoNlfoH/f00Cj/kXvjv0E235A/yMPeBuK/hTe+xRW/Cf0/wk8cRLe9hT9S7iz2yXa8P1rJJad7ux9un/FmEewfo02o7F/RQL+Hkqcxti+gZF9gs+onW+hzCdQ9Afux/cAn3Lodnf+fSBcCS5T0OoQAtAMPF4OVEeXBS6GpBzvLmAoU8+Z1a/VyPKtZUGYz7ZBu61LALp0uuo3/yxesH8ax2TADEdI+fGb2WowzqusXlRl0/EEBzsmvKl79uuq+Lbiql+V1O5u1uNB6uIJObfJG58daNG0yRpJX79Y3Lqrvio2RIHxgdH2gqt+Io4vg8xR3qBK57b9a/q2jGT0AB4xJwXNbWPwnUaOkQ4YYdYgFS04546zHxeVcfZskiIMrCDE4tC5m/+i+HqbpW/SulYDYzWe9AQy70nJTP2r63ZhvTMQ+r4ILWHA5m29XfvGP+mzbiZl/1+AAQATYkewzUpupQAAAABJRU5ErkJggg==);
    animation: qodef-grain 6s steps(6) infinite;
    animation-play-state: paused
}

.qodef-portfolio-list.qodef--noise-hover .qodef-e-inner:hover .qodef-e-media-image:after {
    opacity: 1;
    animation-play-state: running
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container {
    padding: 30px 0 100px;
    opacity: 0;
    transition: opacity .3s ease-out .3s
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.swiper-container-initialized {
    opacity: 1
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container {
        padding:0
    }
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide {
    transition: transform .3s ease-out;
    margin: 10% 0 5%;
    z-index: 1
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide {
        margin:0
    }
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active {
    z-index: 2
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active .qodef-e-inner,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active .qodef-e-inner {
    transform: scale(1.22) translateY(-3.5%)
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active .qodef-e-content,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active .qodef-video--on-click,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active .qodef-video--on-click {
    opacity: 1
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active .qodef-e-inner,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active .qodef-e-inner {
        transform:scale(1) translateY(0)
    }
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide .qodef-video--on-click {
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide .qodef-e-content {
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .qodef-e-inner {
    transition: transform .3s ease-out
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .qodef-video--on-click {
    transform: scale(.8)
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-next,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-prev {
    bottom: 0;
    top: unset
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-next,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-prev {
    left: calc(50% + 15px)!important
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-next {
    right: calc(50% - 75px)!important;
    left: unset!important
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-pagination {
    width: auto;
    left: calc(50% - 65px);
    bottom: 31px
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-pagination:after {
    content: '';
    position: absolute;
    right: -15px;
    width: 1px;
    height: 100%;
    background-color: currentColor;
    opacity: .35
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-pagination-current {
    margin-right: 6px
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-pagination-total {
    margin-left: 6px
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider {
    height: 100vh
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-wrapper {
    height: 100%
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide {
    display: flex;
    align-items: center;
    margin: 100px 0 0;
    padding: 0 4%
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-inner,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-duplicate-active .qodef-e-inner {
    transform: scale(1.22) translateY(0);
    box-shadow: none
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-media-image,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-duplicate-active .qodef-e-media-image {
    filter: none
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide .qodef-e-media-image {
    filter: grayscale(1);
    transition: filter .3s ease-out
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--top {
    position: absolute;
    width: calc(100% - 160px);
    top: 76px;
    left: 80px;
    height: 1px;
    background: #fff;
    opacity: .35;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--bottom {
    position: absolute;
    width: calc(100% - 160px);
    bottom: 76px;
    left: 80px;
    height: 1px;
    background: #fff;
    opacity: .35;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--left {
    position: absolute;
    height: calc(100vh - 154px);
    left: 80px;
    top: 77px;
    width: 1px;
    background: #fff;
    opacity: .35;
    z-index: 5;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0)
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--right {
    position: absolute;
    height: calc(100vh - 154px);
    right: 80px;
    top: 77px;
    width: 1px;
    background: #fff;
    opacity: .35;
    z-index: 5;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0)
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--bottom,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--left,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--right,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--top {
    transition: -webkit-clip-path 1.2s ease-out .3s;
    transition: clip-path 1.2s ease-out .3s;
    transition: clip-path 1.2s ease-out .3s,-webkit-clip-path 1.2s ease-out .3s
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider.qodef-swiper--initialized .qodef-portfolio-slider-border--bottom,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider.qodef-swiper--initialized .qodef-portfolio-slider-border--left,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider.qodef-swiper--initialized .qodef-portfolio-slider-border--right,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider.qodef-swiper--initialized .qodef-portfolio-slider-border--top {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-bottom-text {
    position: absolute;
    left: 106px;
    bottom: 93px;
    color: #888;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-bottom-text .qodef-e-bottom-text-link,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-bottom-text a {
    color: #888
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-bottom-text .qodef-e-bottom-text-link:hover,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-bottom-text a:hover {
    color: #eaa57f
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-pagination {
    width: auto;
    right: 184px;
    bottom: 94px;
    color: #fff;
    left: unset
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-button-next {
    right: 100px!important;
    bottom: 63px;
    color: #fff
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-button-prev {
    right: 135px!important;
    color: #fff;
    left: unset!important;
    bottom: 63px
}

@media only screen and (max-width: 1366px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide {
        margin:76px 0 0
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-inner {
        transform: scale(1.05) translateY(0)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-inner {
        transform:scale(1.22) translateY(0)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide .qodef-e-content {
        padding:20px 20px 26px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide {
        padding:0 12%
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-inner {
        transform: scale(1) translateY(0)
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--top {
        width: calc(100% - 60px);
        top: 30px;
        left: 30px
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--bottom {
        width: calc(100% - 60px);
        bottom: 30px;
        left: 30px
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--left {
        height: calc(100vh - 60px);
        left: 30px;
        top: 30px
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-border--right {
        position: absolute;
        height: calc(100vh - 60px);
        right: 30px;
        top: 30px
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-bottom-text {
        left: 56px;
        bottom: 46px
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-pagination {
        right: 134px;
        bottom: 47px
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-button-next {
        right: 50px!important;
        bottom: 16px
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-button-prev {
        right: 85px!important;
        left: unset!important;
        bottom: 16px
    }
}

@media only screen and (max-width: 480px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .qodef-portfolio-slider-bottom-text {
        display:none
    }
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-video--on-hover a {
    position: relative;
    z-index: 20
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 26px;
    margin-bottom: 47px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-awards {
    margin-top: 14px
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container .qodef-e-content {
    padding: 20px 34px 26px
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container .qodef-e-bottom-holder .qodef-e-info {
    font-size: 18px
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container .qodef-e-title {
    font-size: 50px
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container .qodef-e-awards {
    color: #fff;
    font-size: 14px
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container.qodef--full-screen-slider .qodef-e-content {
    text-align: center;
    z-index: 20
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container.qodef--full-screen-slider .qodef-e-title {
    font-family: Anton,sans-serif
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef--skin-light .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef--skin-light .qodef-e-awards {
    color: #fff
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-image .qodef-e-media-image>a,.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-image .qodef-video--on-hover>a {
    position: relative;
    display: block
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-image .qodef-e-media-image>a:after,.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-image .qodef-video--on-hover>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10,10,10,.3);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-image .qodef-e-media-image>a:after,.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-image .qodef-video--on-hover>a:after {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
    display: none
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
    z-index: 2
}

.qodef-e-content-follow {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden
}

.qodef-e-content-follow.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-e-content-follow .qodef-e-title {
    margin: 0;
    color: #fff
}

.qodef-e-content-follow .qodef-e-title a {
    color: inherit
}

.qodef-e-content-follow .qodef-e-info>* {
    color: #fff
}

.qodef-e-content-follow .qodef-e-text,.qodef-e-content-follow .qodef-e-top-holder {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .2s ease-out
}

.qodef-e-content-follow .qodef-e-text>*,.qodef-e-content-follow .qodef-e-top-holder>* {
    display: inline-block;
    background-color: var(--qode-main-color);
    z-index: 10
}

.qodef-e-content-follow .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-e-content-follow .qodef-e-top-holder>* {
    padding: 0 5px
}

.qodef-e-content-follow .qodef-e-text>* {
    padding: 3px 5px
}

.qodef-e-content-follow.qodef-is-active {
    visibility: visible
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text,.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text {
    transition-delay: .2s
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0,0,0,.12)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
    color: currentColor
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
    z-index: 2
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-image {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-item--hide-info article .qodef-e-content {
    right: 50px;
    bottom: 30px;
    text-align: right;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-item--hide-info article .qodef-e-top-holder {
    left: 30px
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef--gradient-enabled .qodef-e-post-link {
    background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(255,255,255,0) 100%)
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-col-num--1.qodef-gutter--no.qodef-responsive--predefined article .qodef-e-content {
        justify-content:flex-end
    }

    .qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-col-num--1.qodef-gutter--no.qodef-responsive--predefined article .qodef-e-media-image img {
        min-height: 16vh
    }

    .qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-col-num--1.qodef-gutter--no.qodef-responsive--predefined article .qodef-e-top-holder {
        display: none
    }
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-top-holder {
    position: absolute;
    top: 30px;
    left: 40px;
    text-transform: uppercase;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    position: absolute;
    left: 2.1em;
    bottom: 1.9em;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 3
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
        left:25px;
        bottom: 30px
    }
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    opacity: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title:hover{color:#ff5b00}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article h3.qodef-e-title {
        font-size:30px
    }
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info>:hover {
    color: #eaa57f
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-swiper-container .qodef-e-content {
    left: 26px;
    bottom: 34px
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-swiper-container .qodef-e-bottom-holder,.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-swiper-container .qodef-e-text {
    transform: scale(.8) translateX(-12.7%)
}

.qodef-portfolio-list.qodef-item-layout--simple .qodef-e-content {
    margin-top: 15px
}

.qodef-portfolio-list.qodef-item-layout--simple.qodef--skin-light .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--simple.qodef--disable-links .qodef-e-title-link {
    pointer-events: none
}

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-project-info a,.qodef-portfolio-project-info p {
    margin: 0
}

.qodef-scrolling-portfolio {
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.qodef-scrolling-portfolio .swiper-wrapper {
    z-index: 2
}

.qodef-scrolling-portfolio .swiper-slide {
    height: auto;
    text-align: center;
    transition: padding .3s ease-out
}

.qodef-scrolling-portfolio .swiper-slide.swiper-slide-active .qodef-e-title,.qodef-scrolling-portfolio .swiper-slide.swiper-slide-duplicate-active .qodef-e-title {
    font-size: 160px;
    line-height: .95em
}

.qodef-scrolling-portfolio .swiper-slide.swiper-slide-active .qodef-e-content,.qodef-scrolling-portfolio .swiper-slide.swiper-slide-duplicate-active .qodef-e-content {
    padding: 43px 0
}

.qodef-scrolling-portfolio .swiper-slide.swiper-slide-active .qodef-e-line .qodef-line-svg,.qodef-scrolling-portfolio .swiper-slide.swiper-slide-duplicate-active .qodef-e-line .qodef-line-svg {
    opacity: 1
}

.qodef-scrolling-portfolio .swiper-slide.swiper-slide-active .qodef-e-line .qodef-line-svg .qodef-line-svg-paths path,.qodef-scrolling-portfolio .swiper-slide.swiper-slide-duplicate-active .qodef-e-line .qodef-line-svg .qodef-line-svg-paths path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 2s ease .3s
}

.qodef-scrolling-portfolio .qodef-e-content {
    padding: 50px 0
}

.qodef-scrolling-portfolio .qodef-e-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-scrolling-portfolio .qodef-e-line .qodef-line-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-scrolling-portfolio .qodef-e-line .qodef-line-svg mask path {
    fill: #fff
}

.qodef-scrolling-portfolio .qodef-e-line .qodef-line-svg .qodef-line-svg-paths path {
    fill: none;
    stroke: #eaa57f;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 4;
    stroke-dasharray: 4000!important;
    stroke-dashoffset: 4000;
    transition: stroke-dashoffset .5s ease-out
}

.qodef-scrolling-portfolio .qodef-e-text,.qodef-scrolling-portfolio .qodef-e-top-holder {
    position: relative;
    z-index: 1
}

.qodef-scrolling-portfolio .qodef-e-title {
    display: flex;
    justify-content: center;
    font-size: 30px;
    text-transform: none;
    color: #fff;
    margin: 2px 0;
    transition: font-size .3s ease-out,line-height .3s ease-out
}

.qodef-scrolling-portfolio .qodef-e-title-link {
    display: inline-block;
    color: inherit
}

.qodef-scrolling-portfolio .qodef-e-title-link:hover {
    color: currentColor
}

.qodef-scrolling-portfolio .qodef-e-info>* {
    color: #fff;
    text-transform: uppercase
}

.qodef-scrolling-portfolio .qodef-e-info>:hover {
    color: #fff
}

.qodef-scrolling-portfolio .qodef-e-media-container {
    position: fixed;
    left: 50%;
    top: 50%;
    opacity: .5;
    transition: opacity .3s ease-out;
    transform: translate(-50%,-50%)
}

.qodef-scrolling-portfolio .qodef-e-media-container img,.qodef-scrolling-portfolio .qodef-e-media-container video {
    transform: scale(.6);
    transition: transform .3s ease-out
}

.qodef-scrolling-portfolio .qodef-e-media-container.qodef--active {
    z-index: 1;
    opacity: 1
}

.qodef-scrolling-portfolio .qodef-e-media-container.qodef--active img,.qodef-scrolling-portfolio .qodef-e-media-container.qodef--active video {
    transform: scale(1)
}

@media only screen and (max-width: 1440px) {
    .qodef-scrolling-portfolio .qodef-e-media-container img,.qodef-scrolling-portfolio .qodef-e-media-container video {
        transform:scale(.4)
    }

    .qodef-scrolling-portfolio .qodef-e-media-container.qodef--active img,.qodef-scrolling-portfolio .qodef-e-media-container.qodef--active video {
        transform: scale(.7)
    }
}

.qodef-scrolling-portfolio .qodef-bottom-right-text {
    position: absolute;
    right: 44px;
    bottom: 20px;
    color: #888;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 5;
    cursor: auto
}

.qodef-scrolling-portfolio .qodef-bottom-right-text a {
    color: #888
}

.qodef-scrolling-portfolio .qodef-bottom-right-text a:hover {
    color: #eaa57f
}

@media only screen and (max-width: 1024px) {
    .qodef-scrolling-portfolio .swiper-slide.swiper-slide-active .qodef-e-title,.qodef-scrolling-portfolio .swiper-slide.swiper-slide-duplicate-active .qodef-e-title {
        font-size:80px
    }

    .qodef-scrolling-portfolio .swiper-slide.swiper-slide-active .qodef-e-content,.qodef-scrolling-portfolio .swiper-slide.swiper-slide-duplicate-active .qodef-e-content {
        background-position: center 25px
    }
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 89px
}

#qodef-portfolio-single-related-items .qodef-portfolio-related-title {
    margin-bottom: 44px
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 90px 0 3px
}

#qodef-single-portfolio-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-portfolio-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0
}

#qodef-single-portfolio-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 5px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-label {
    margin-left: 16px;
    position: relative;
    padding: 20px 0 20px 25px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-label:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #959494;
    position: absolute;
    left: 0;
    top: 0
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg g {
    transition: transform .4s cubic-bezier(.16,1,.3,1)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg g:first-child {
    transform: translateX(0);
    transition-delay: .2s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg g:last-child {
    transform: translateX(26px);
    transition-delay: 0s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg g:first-child {
    transform: translateX(-26px);
    transition-delay: 0s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg g:last-child {
    transform: translateX(0);
    transition-delay: .2s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
    margin-left: 5px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label {
    margin-right: 16px;
    position: relative;
    padding: 20px 25px 20px 0
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #959494;
    position: absolute;
    right: 0;
    top: 0
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg g {
    transition: transform .4s cubic-bezier(.16,1,.3,1)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg g:first-child {
    transform: translateX(0);
    transition-delay: .2s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg g:last-child {
    transform: translateX(-26px);
    transition-delay: 0s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg g:first-child {
    transform: translateX(26px);
    transition-delay: 0s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg g:last-child {
    transform: translateX(0);
    transition-delay: .2s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column-reverse;
    padding-top: 10px
}

@media only screen and (max-width: 680px) {
    #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
        top:90px
    }
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-label {
    text-transform: capitalize;
    margin: 0 5px 24px 0
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-back {
    position: absolute;
    top: 12px;
    right: -15px
}

.qodef-browser--firefox #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-back {
    width: 13px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-svg--portfolio-back-to path {
    fill: currentColor
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-svg--pagination-arrow-top-right line {
    stroke: currentColor;
    stroke-width: 2
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-svg--pagination-arrow-top-right polyline {
    fill: none;
    stroke: currentColor;
    stroke-width: 2
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-svg--portfolio-back-to {
    width: 71px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.06em;
    font-size: 16px;
    text-transform: capitalize
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 10px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 10px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-team-list .qodef-e-role {
    margin: 0
}

.qodef-team-list .qodef-e-title {
    margin: 0 0 6px
}

.qodef-team-list .qodef-team-member-social-icons {
    margin: 6px 0 0
}

.qodef-team-list .qodef-e-image {
    position: relative
}

.qodef-team-list .qodef-e-image .qodef-e-media-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../inc/post-types/team/shortcodes/team-list/assets/img/hover-team-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0
}

.qodef-team-list .qodef-e-image:hover .qodef-e-media-image-overlay {
    visibility: visible;
    opacity: 1
}

.qodef-team-list.qodef-item-layout--side-info {
    width: 100%;
    display: flex
}

@media only screen and (max-width: 1600px) {
    .qodef-team-list.qodef-item-layout--side-info {
        align-items:center
    }

    .qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info {
        top: -12px
    }

    .qodef-team-list.qodef-item-layout--side-info .qodef-team-dest-title {
        margin-top: 0
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-team-list.qodef-item-layout--side-info {
        flex-direction:column
    }

    .qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info {
        top: 0
    }
}

.qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info {
    display: inline-block;
    width: 36.5%;
    float: left;
    position: relative
}

@media only screen and (max-width: 1440px) {
    .qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info {
        width:50%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info {
        width:100%;
        margin-bottom: 30px
    }
}

.qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info>.qodef-team-dest-text,.qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info>.qodef-team-dest-title {
    max-width: 76%
}

@media only screen and (max-width: 768px) {
    .qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info>.qodef-team-dest-text,.qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info>.qodef-team-dest-title {
        max-width:100%
    }
}

.qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info>.qodef-team-dest-title {
    margin: 103px 0 18px
}

@media only screen and (max-width: 1440px) {
    .qodef-team-list.qodef-item-layout--side-info .qodef-team-side-info>.qodef-team-dest-title {
        margin-top:0
    }
}

.qodef-team-list .qodef-swiper--initialized {
    padding-bottom: 34px
}

.qodef-team-list .swiper-button-next,.qodef-team-list .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: auto!important;
    transform: none;
    right: 0!important
}

.qodef-team-list .swiper-button-prev {
    right: 30px!important
}

.qodef-team-list.qodef-align--center .qodef-e-content {
    text-align: center
}

.qodef-team-list.qodef-item-layout--info-below.qodef-item-layout--light-skin .qodef-e-role,.qodef-team-list.qodef-item-layout--info-below.qodef-item-layout--light-skin .qodef-e-title {
    color: #fff
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 33px 0 0
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner {
    position: relative
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon {
    opacity: 1;
    transform: translateX(0)
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 27px 10px 35px 40px
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content>* {
    color: #fff
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-team-member-social-icons {
    position: absolute;
    top: 20px;
    right: 22px
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon {
    display: inline-block;
    color: #fff;
    margin-right: 11px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity .3s ease-out,transform .4s ease-out
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:hover {
    color: #eaa57f
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:last-child {
    margin-right: 0
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:nth-child(1) {
    transition-delay: .1s
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:nth-child(2) {
    transition-delay: .2s
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:nth-child(3) {
    transition-delay: .3s
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 106px;
    text-align: center
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 22px
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: auto
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 44px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0;
    text-transform: none;
    font-weight: 400
}

.qodef-testimonials-list .qodef-e-author-name:after {
    content: ' '
}

.qodef-testimonials-list .qodef-e-author-logo {
    display: inline-flex;
    margin-bottom: 10px;
    margin-top: 15px
}

.qodef-testimonials-list .qodef-e-author-logo img {
    width: auto!important
}

.qodef-testimonials-list .qodef-e-svg {
    position: relative
}

.qodef-testimonials-list .qodef-e-svg svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0!important
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color)
}

.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-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-fraction {
    color: #fff
}

.qodef-testimonials-list.qodef-col-num--1 .qodef-e-text {
    margin: 0 auto 44px;
    width: 60%
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide {
    transition: 0s ease;
    opacity: 1!important;
    z-index: 0;
    overflow: hidden
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-media-image {
    animation: qode-side-text-out .4s cubic-bezier(.46,.03,.52,.96) both .1s
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-text {
    animation: qode-side-text-out .4s cubic-bezier(.46,.03,.52,.96) both .15s
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-author {
    animation: qode-side-text-out .4s cubic-bezier(.46,.03,.52,.96) both .2s
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active,.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1!important;
    z-index: 1
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-media-image,.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-media-image {
    animation: qode-side-text-in .6s cubic-bezier(.46,.03,.52,.96) both .8s
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-text,.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-text {
    animation: qode-side-text-in .6s cubic-bezier(.46,.03,.52,.96) both .85s
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-author,.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-author {
    animation: qode-side-text-in .6s cubic-bezier(.46,.03,.52,.96) both .9s
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list h1 {
        font-size:63px!important;
        line-height: 1em!important
    }
}

@media only screen and (max-width: 1440px) and (max-width:480px) {
    .qodef-testimonials-list h1 {
        font-size:45px;
        line-height: 1.02em
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list h2 {
        font-size:52px!important;
        line-height: 1.02em!important
    }
}

@media only screen and (max-width: 1440px) and (max-width:480px) {
    .qodef-testimonials-list h2 {
        font-size:41px;
        line-height: 1.024em
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list h3 {
        font-size:44px!important;
        line-height: 1.02em!important
    }
}

@media only screen and (max-width: 1440px) and (max-width:480px) {
    .qodef-testimonials-list h3 {
        font-size:38px;
        line-height: .97em
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list h4 {
        font-size:33px!important;
        line-height: 1.06em!important
    }
}

@media only screen and (max-width: 1440px) and (max-width:480px) {
    .qodef-testimonials-list h4 {
        font-size:27px;
        line-height: 1.03em
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list h5 {
        font-size:25px!important;
        line-height: 1.06em!important
    }
}

@media only screen and (max-width: 1440px) and (max-width:480px) {
    .qodef-testimonials-list h5 {
        font-size:20px;
        line-height: 1.05em
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list h6 {
        font-size:18px!important;
        line-height: 1.06em!important
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-testimonials-list.qodef-col-num--1 .qodef-e-text {
        width:100%
    }
}

.qodef-testimonials-list-wrapper.qodef-skin--light .qodef-e-author,.qodef-testimonials-list-wrapper.qodef-skin--light .qodef-e-text,.qodef-testimonials-list-wrapper.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list-wrapper.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

.qodef-testimonials-list-wrapper.qodef-skin--light .swiper-button-next .qodef-vertical-line,.qodef-testimonials-list-wrapper.qodef-skin--light .swiper-button-prev .qodef-vertical-line {
    position: absolute;
    width: 1px;
    height: 55px;
    background-color: rgba(250,250,250,.3);
    pointer-events: none
}

.qodef-testimonials-list-wrapper.qodef-skin--light .swiper-button-prev .qodef-vertical-line {
    right: -11px
}

.qodef-testimonials-list-wrapper.qodef-skin--light .swiper-button-next .qodef-vertical-line {
    left: -11px
}

.qodef-testimonials-list-wrapper.qodef-skin--light .swiper-button-next,.qodef-testimonials-list-wrapper.qodef-skin--light .swiper-button-prev,.qodef-testimonials-list-wrapper.qodef-skin--light .swiper-pagination-fraction {
    color: #fff
}

@media only screen and (max-width: 768px) {
    .qodef-testimonials-list-wrapper .swiper-button-next,.qodef-testimonials-list-wrapper .swiper-button-prev {
        display:none
    }
}

.qodef-testimonials-list.qodef-item-layout--image-background .qodef-e-media-image {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1
}

.qodef-testimonials-list.qodef-item-layout--image-background .qodef-e-inner {
    padding-top: 140px
}

.qodef-testimonials-list.qodef-item-layout--image-background .qodef-e-text {
    margin: 0 auto 39px
}

.qodef-testimonials-list.qodef-item-layout--image-background.qodef-col-num--1 .qodef-e-text {
    width: 70%;
    margin: 0 auto 39px
}

@media only screen and (max-width: 1024px) {
    .qodef-testimonials-list.qodef-item-layout--image-background.qodef-col-num--1 .qodef-e-text {
        width:100%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-list.qodef-item-layout--image-background .qodef-e-text {
        font-size:45px!important;
        line-height: 1.02em!important
    }
}

.qodef-review-rating {
    display: flex
}

.qodef-review-rating .qodef-rating-inner {
    display: flex;
    flex-basis: 50%
}

.qodef-review-rating label {
    margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
    display: flex;
    margin: 0
}

.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: block;
    margin: 0 .1em 0 0;
    cursor: pointer;
    color: #000
}

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: #000;
    font-size: 14px
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .1em;
    width: 14px;
    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
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor
}

.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;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color)
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #000;
    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: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0 0 -30px;
    padding: 0;
    font-size: 224px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-field:focus {
    color: #fff
}

.qodef-fullscreen-search-holder .qodef-m-form-field:-ms-input-placeholder {
    font-size: 300px
}

.qodef-fullscreen-search-holder .qodef-m-form-field::placeholder {
    font-size: 300px
}

.qodef-fullscreen-search-holder .qodef-m-close {
    display: none;
    position: absolute;
    top: 33px;
    right: 70px;
    color: #fff;
    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: #fff
}

.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 {
    display: block;
    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: 39px 0 0;
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
    transition: color .2s ease-out,background-color .2s ease-out;
    cursor: pointer
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    line-height: 1;
    text-align: center
}

@media only screen and (max-width: 680px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
        margin-left:20px
    }
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:after,.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:before {
    position: absolute;
    display: block;
    content: " ";
    background-color: #000;
    transition: all .2s ease-out;
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:before {
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:after {
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark:before,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark:before {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 31px 0 0;
    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 .3s 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-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: 10px 0 4px
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: "Dm sans",sans-serif;
    margin: 0;
    opacity: .5;
    letter-spacing: 0
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    font-style: italic
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img {
    display: block;
    transform: scale(1.01);
    transform-origin: 50% 20%;
    transition: transform .8s cubic-bezier(.33,1,.68,1)
}

.qodef-banner:hover .qodef-m-image img {
    transform: scale(1.02)
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 47px 62px;
    color: #fff
}

@media only screen and (max-width: 1366px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
        padding:4% 6%
    }
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-m-title {
    color: #fff
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-m-text {
    margin: 0
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Dm sans",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    padding: 12px 21px;
    font-size: 16px
}

.qodef-button.qodef-size--small {
    padding: 8px 14px
}

.qodef-button.qodef-size--large {
    padding: 16px 23px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 17px 23px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: var(--qode-main-color);
    border: 2px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: var(--qode-main-color);
    background-color: #fff
}

.qodef-button.qodef-skin--light.qodef-html--link {
    color: var(--qode-main-color);
    background-color: #fff;
    border: 1px solid transparent
}

.qodef-button.qodef-skin--light.qodef-html--link:hover {
    color: var(--qode-main-color);
    background-color: #fff
}

.qodef-button.qodef-skin--dark.qodef-html--link {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 2px solid var(--qode-main-color)
}

.qodef-button.qodef-skin--dark.qodef-html--link:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border: 2px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 2px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined:hover {
    color: var(--qode-main-color);
    background-color: #fff;
    border-color: #fff
}

.qodef-button.qodef-layout--outlined.qodef-skin--light {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff
}

.qodef-button.qodef-layout--outlined.qodef-skin--light:hover {
    color: var(--qode-main-color);
    background-color: #fff;
    border-color: #fff
}

rs-module-wrap[data-alias=home-4] .qodef-button.qodef-layout--outlined:hover {
    background-color: transparent!important
}

.qodef-button.qodef-layout--textual {
    padding: 0!important;
    color: #000;
    background-color: transparent;
    border: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.qodef-button.qodef-layout--textual svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2px;
    margin-left: 9px
}

.qodef-button.qodef-layout--textual svg g {
    transition: transform .4s cubic-bezier(.16,1,.3,1)
}

.qodef-button.qodef-layout--textual svg g:first-child {
    transform: translate(0,0);
    transition-delay: .2s
}

.qodef-button.qodef-layout--textual svg g:last-child {
    transform: translate(-12px,12px);
    transition-delay: 0s
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual:hover svg g:first-child {
    transform: translate(12px,-12px);
    transition-delay: 0s
}

.qodef-button.qodef-layout--textual:hover svg g:last-child {
    transform: translate(0,0);
    transition-delay: .2s
}

.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: 20px
}

.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-digit,.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 80px;
    line-height: 1em;
    font-weight: 500;
    color: #fdf24e
}

@media only screen and (max-width: 680px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size:47px
    }
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    margin: 17px 0
}

@media only screen and (max-width: 680px) {
    .qodef-countdown.qodef-layout--simple .qodef-label {
        font-size:14px
    }
}

.qodef-counter.qodef-layout--simple {
    display: flex;
    justify-content: center;
    align-items: baseline
}

.qodef-counter.qodef-layout--simple .qodef-m-content {
    position: relative;
    bottom: 5px
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: inherit;
    font-weight: 500;
    font-size: 44px;
    line-height: 1;
    color: #fdf24e
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 5px 0 0 23px
}

.widget.widget_coppola_core_custom_font {
    margin-bottom: 0!important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 52px;
    line-height: 1.02em
}

@media only screen and (max-width: 480px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size:41px;
        line-height: 1.024em
    }
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 33px;
    line-height: 1.06em;
    color: #fff;
    background-color: #000
}

@media only screen and (max-width: 480px) {
    .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
        font-size:27px;
        line-height: 1.03em
    }
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-events {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-events .qodef-e-events-item {
    display: flex;
    margin-bottom: 30px
}

.qodef-events .qodef-e-events-item:last-child {
    margin-bottom: 0
}

.qodef-events .qodef-e-events-item-inner {
    position: relative;
    display: flex;
    border-bottom: 1px solid #959494;
    font-weight: 500;
    justify-content: flex-start;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .qodef-events .qodef-e-events-item-inner {
        flex-direction:column;
        padding-bottom: 30px
    }
}

.qodef-events .qodef-e-events-item-inner>* {
    align-items: center;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .qodef-events .qodef-e-events-item-inner>* {
        margin:12px 0
    }
}

.qodef-events .qodef-e-date,.qodef-events .qodef-e-time,.qodef-events .qodef-e-title {
    border-right: 1px solid #959494
}

@media only screen and (max-width: 1024px) {
    .qodef-events .qodef-e-date,.qodef-events .qodef-e-time,.qodef-events .qodef-e-title {
        border:none
    }
}

.qodef-events .qodef-e-date {
    padding-right: 55px
}

.qodef-events .qodef-e-title {
    padding-left: 24px;
    margin: 0;
    flex: 1
}

.qodef-events .qodef-e-title+.qodef-e-time {
    flex: unset
}

.qodef-events .qodef-e-time {
    padding: 0 100px 0 32px;
    flex: 1
}

.qodef-events .qodef-e-view-more {
    padding-left: 30px
}

.qodef-events .qodef-e-ticket {
    margin: 14px 0 10px 30px
}

@media only screen and (max-width: 1024px) {
    .qodef-events .qodef-e-ticket {
        margin:10px 0
    }
}

.qodef-events .qodef-e-ticket .qodef-button.qodef-layout--outlined:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

@media only screen and (max-width: 1024px) {
    .qodef-events .qodef-e-date,.qodef-events .qodef-e-time,.qodef-events .qodef-e-title,.qodef-events .qodef-e-view-more {
        padding:0
    }
}

@media only screen and (max-width: 768px) {
    .qodef-events .qodef-e-date,.qodef-events .qodef-e-time {
        font-size:16px
    }
}

.qodef-frame-slider-holder {
    position: relative;
    margin-bottom: 106px
}

.qodef-frame-slider-holder .qodef-frame-slider-pad {
    position: relative;
    z-index: 5
}

.qodef-frame-slider-holder .qodef-frame-slider-pad .qodef-frame-slider-image {
    position: relative;
    top: 0;
    left: 0;
    width: 422px;
    pointer-events: none;
    z-index: 100
}

.qodef-frame-slider-holder .qodef-frame-slider-pad .qodef-frame-slider-image img {
    width: 100%
}

.qodef-frame-slider-holder .qodef-frame-slider-pad .qodef-m-swiper {
    overflow: hidden;
    height: 100%
}

.qodef-frame-slider-holder .qodef-frame-slider-pad .qodef-m-items {
    width: 390px;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 15px;
    height: calc(100% - 30px)
}

.qodef-frame-slider-holder .qodef-frame-slider-pad .qodef-m-item {
    width: 0
}

.qodef-frame-slider-holder .qodef-frame-slider-pad .qodef-m-item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-frame-slider-holder .qodef-frame-slider-mob {
    z-index: 5;
    position: absolute;
    bottom: -32px;
    left: 370px
}

.qodef-frame-slider-holder .qodef-frame-slider-mob .qodef-frame-slider-image {
    position: relative;
    top: 0;
    left: 50%;
    width: 172px;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 100
}

.qodef-frame-slider-holder .qodef-frame-slider-mob .qodef-frame-slider-image img {
    width: 100%
}

.qodef-frame-slider-holder .qodef-frame-slider-mob .qodef-m-swiper {
    overflow: hidden;
    height: calc(100% - 18px)
}

.qodef-frame-slider-holder .qodef-frame-slider-mob .qodef-m-items {
    width: 154px;
    margin: 0 auto;
    position: absolute;
    top: 7px;
    left: 50%;
    height: 100%;
    transform: translateX(-50%)
}

.qodef-frame-slider-holder .qodef-frame-slider-mob .qodef-m-item {
    width: 0
}

.qodef-frame-slider-holder .qodef-frame-slider-mob .qodef-m-item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,.qodef-google-map .qodef-m-map iframe,.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #000
}

.qodef-horizontal-showcase {
    position: relative;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    transition: opacity .3s ease-out .3s
}

.qodef-horizontal-showcase:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .8s ease .3s
}

.qodef-horizontal-showcase.qodef--appeared {
    opacity: 1
}

.qodef-horizontal-showcase.qodef--appeared:after {
    transform: scaleX(0)
}

.qodef-horizontal-showcase .qodef-m-items {
    display: flex;
    align-items: center;
    height: 100%
}

.qodef-horizontal-showcase .qodef-m-first-slide {
    width: 100%
}

.qodef-horizontal-showcase .scroll-content {
    height: 100%;
    display: flex;
    align-items: center
}

.qodef-horizontal-showcase .qodef-m-item {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 0
}

.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) {
    align-items: flex-end;
    justify-content: flex-end
}

.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) .qodef-e-content {
    position: relative;
    top: unset;
    bottom: unset;
    box-sizing: border-box;
    width: 32%;
    text-align: left;
    padding: 8.05% 4.32%;
    background-color: #fff;
    color: initial
}

.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) .qodef-e-content:after {
    position: absolute;
    content: '';
    right: 20px;
    top: 20px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #eaa57e
}

.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) .qodef-e-title {
    color: initial;
    margin: 23px 0 20px
}

.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) .qodef-e-text {
    color: initial
}

.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) .qodef-e-media-image img {
    margin-left: -150px;
    transition: transform 1s cubic-bezier(.2,.84,.5,1)
}

.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+4) .qodef-e-content,.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+6) .qodef-e-content {
    top: unset;
    bottom: 21%
}

.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+4) .qodef-m-button,.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+6) .qodef-m-button {
    margin-top: 42px
}

.qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+6) .qodef-e-media-image img {
    margin-left: -150px;
    transition: transform 1s cubic-bezier(.2,.84,.5,1)
}

.qodef-horizontal-showcase .qodef-e-content {
    position: absolute;
    width: 450px;
    text-align: center;
    color: #fff;
    top: 21%
}

.qodef-horizontal-showcase .qodef-e-tagline {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px
}

.qodef-horizontal-showcase .qodef-e-title {
    margin: 0 0 29px;
    color: #fff
}

.qodef-horizontal-showcase .qodef-e-title a:hover {
    color: currentColor
}

.qodef-horizontal-showcase .qodef-e-text {
    color: #fff;
    margin: 10px 0
}

.qodef-horizontal-showcase .qodef-e-author {
    display: inline-block;
    margin-top: 8px;
    font-size: 17px
}

.qodef-horizontal-showcase .qodef-m-button {
    margin-top: 28px
}

.qodef-horizontal-showcase .qodef-m-button .qodef-button {
    color: currentColor;
    border-color: currentColor
}

.qodef-horizontal-showcase .qodef-m-button .qodef-button:hover {
    color: var(--qode-main-color);
    border-color: #fff
}

.qodef-horizontal-showcase .qodef-e-svg {
    position: relative
}

.qodef-horizontal-showcase .qodef-e-svg svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

.qodef-horizontal-showcase .qodef-e-media-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.qodef-horizontal-showcase .qodef-e-media-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: transform 1s cubic-bezier(.2,.84,.5,1)
}

.qodef-horizontal-showcase .scrollbar-track-x {
    display: none!important
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item.qodef-icon--underline .qodef-e-title a {
    text-decoration: underline
}

.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;
    color: currentColor
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 18px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_coppola_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_coppola_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_coppola_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: 8px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-with-text.qodef--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: 15px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 21px
}

.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;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,.qodef-icon-holder.qodef-layout--square:hover {
    background-color: #000
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_coppola_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_coppola_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_coppola_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_coppola_core_icon {
    margin-bottom: 0
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image a,.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    position: relative;
    margin: 31px 0 0
}

.qodef-image-with-text .qodef-m-title a {
    position: relative
}

.qodef-image-with-text .qodef-m-title a:hover {
    color: currentColor
}

.qodef-image-with-text .qodef-m-title svg {
    position: absolute;
    right: 0;
    width: 50px;
    height: auto;
    max-width: 100%;
    z-index: 2;
    display: block
}

.qodef-image-with-text .qodef-m-title svg path {
    stroke: #eaa57f;
    fill: none;
    stroke-width: 5px;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 1s ease
}

.qodef-image-with-text .qodef-m-title.qodef--active svg path {
    stroke-dashoffset: 0
}

.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 18px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(0,0,0,.1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-interactive-corners.qodef-layout--list {
    height: 100vh;
    background-color: #000;
    opacity: 0;
    transition: opacity .3s ease-out .3s
}

.qodef-interactive-corners.qodef-layout--list:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 51;
    background: #000;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .8s ease .3s
}

.qodef-interactive-corners.qodef-layout--list.qodef--appeared {
    opacity: 1
}

.qodef-interactive-corners.qodef-layout--list.qodef--appeared:after {
    transform: scaleX(0)
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-logo {
    position: relative;
    left: 50%;
    top: 33px;
    transform: translateX(-50%);
    z-index: 50
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-holder.qodef-ic-active-item .qodef-ic-video {
    z-index: 20;
    visibility: visible
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-holder.qodef-ic-active-item .qodef-ic-title-holder>svg {
    stroke-dashoffset: 0
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-title {
    position: absolute;
    z-index: 50;
    color: #fffd39;
    padding: 25px 30px
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-title {
        padding:0;
        margin: 10px;
        font-size: 18px
    }
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-title .qodef-ic-title-holder {
    position: relative;
    padding: 0 20px
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-title .qodef-ic-title-holder>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 1s ease
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-title .qodef-ic-title-holder>svg path {
    stroke: #fff;
    stroke-width: 2px
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-title .qodef-ic-title-holder:hover>svg {
    stroke-dashoffset: 0
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-top-left .qodef-ic-title {
    top: 10px;
    left: 0;
    margin: 0
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-top-left .qodef-ic-title {
        top:0
    }
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-top-left .qodef-ic-title {
        top:20px
    }
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-top-right .qodef-ic-title {
    top: 10px;
    right: 0;
    margin: 0
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-top-right .qodef-ic-title {
        top:0
    }
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-top-right .qodef-ic-title {
        top:20px
    }
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-bottom-left .qodef-ic-title {
    bottom: 0;
    left: 0
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-bottom-left .qodef-ic-title {
        bottom:20px
    }
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-bottom-right .qodef-ic-title {
    bottom: 0;
    right: 0
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-bottom-right .qodef-ic-title {
        bottom:20px
    }
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    visibility: hidden;
    background-color: #000
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-video {
        position:absolute;
        height: 100%;
        display: flex;
        align-items: center
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-video video {
        height:100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25%;
    z-index: 30;
    font-family: Anton,sans-serif;
    font-size: 390px;
    font-weight: 900;
    color: #fff;
    fill: #fff;
    mix-blend-mode: difference
}

@media only screen and (max-width: 1440px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-text {
        font-size:300px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-text {
        bottom:36%;
        font-size: 250px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-corners.qodef-layout--list .qodef-ic-text {
        font-size:110px
    }
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-text text {
    text-anchor: middle;
    dominant-baseline: middle
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-text .text1 {
    opacity: 1
}

.qodef-interactive-corners.qodef-layout--list .qodef-ic-text .text2 {
    opacity: 0
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
    display: flex;
    background-color: #d2cab9
}

.qodef-pricing-table .qodef-info-left {
    padding: 39px 20px 39px 34px;
    width: 74.5%;
    box-sizing: border-box;
    background-image: linear-gradient(#000 50%,rgba(255,255,255,0) 0);
    background-position: right;
    background-size: 1px 15px;
    background-repeat: repeat-y
}

.qodef-pricing-table .qodef-info-right {
    width: 25.5%;
    display: flex;
    align-items: flex-end;
    padding: 39px 34px 39px 20px
}

.qodef-pricing-table .qodef-m-title h5 {
    margin: 0
}

.qodef-pricing-table .qodef-m-price {
    margin-top: -3px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    padding-bottom: 23px;
    border-bottom: 1px solid currentColor
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-label {
    margin-right: 4px
}

.qodef-pricing-table .qodef-m-content {
    margin: 36px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    color: #000;
    margin-bottom: 8px
}

.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-footnote {
    font-size: 14px;
    margin: 12px 0 6px;
    line-height: 1em;
    min-height: 28px
}

.qodef-pricing-table .qodef-m-button {
    width: 100%;
    border-top: 1px solid currentColor
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 19px 0 11px
}

.qodef-pricing-table .qodef-circle {
    position: absolute;
    right: 17px;
    top: 15px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #eaa57f
}

@media only screen and (max-width: 480px) {
    .qodef-pricing-table .qodef-m-button {
        margin-bottom:14px
    }
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    line-height: 1.06em
}

@media only screen and (max-width: 480px) {
    .qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
        font-size:20px;
        line-height: 1.05em
    }
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none!important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-subtitle {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.qodef-section-title .qodef-m-title {
    margin: 0;
    /* font-size: 78px; */
    /* font-weight: 700; */
}
.qodef-section-title .qodef-m-title .qodef-e-custom-color{
    font-size:78px;
    font-weight: bold;
    letter-spacing: -1px;
}
.qodef-section-title .qodef-m-title a:hover {
    color: currentColor
}

.qodef-section-title .qodef-m-text {
    margin: 25px 0 0;
    font-size: 24px;
}

.qodef-section-title .qodef-m-button {
    margin: 0
}

.qodef-section-title .qodef-m-button .qodef-m-text {
    margin: 0
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-section-title .qodef-e-svg {
    position: relative
}

.qodef-section-title .qodef-e-svg svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 1.4s ease-out .4s
}

.qodef-section-title.qodef--appeared .qodef-e-svg svg {
    stroke-dashoffset: 0
}

@media only screen and (max-width: 768px) {
    .qodef-ipad-title-pos {
        left:7%!important
    }
}

.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    border-bottom: 1px solid #b2b2b2
}

.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-page-sidebar .widget.widget_coppola_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_coppola_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_coppola_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.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 0 17px 0;
    border-bottom: 1px solid #b2b2b2;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0;
    padding: 0 30px;
    border-right: 1px solid #b2b2b2
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    display: block;
    padding: 0;
    transition: color .3s ease-out,background-color .3s ease-out;
    font-family: "Dm sans",sans-serif;
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 400;
    color: #959494
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:first-child {
    border-left: 1px solid #b2b2b2
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a {
    color: #000
}

.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 {
    width: 100%;
    transition: .3s ease-out
}

@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,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:first-child {
        margin: 0 0 26px 0;
        padding: 0;
        border: 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:first-child:last-child,.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 #b2b2b2
}

.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
}

.qodef-text-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    white-space: nowrap;
    font-size: 340px;
    font-family: Anton,sans-serif;
    line-height: 1em;
    font-weight: 400;
    overflow: hidden;
    text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
    .qodef-text-marquee .qodef-m-content {
        font-size:200px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-text-marquee .qodef-m-content {
        font-size:100px
    }
}

.qodef-text-marquee .qodef-m-text>span {
    padding-right: 230px
}

.qodef-text-marquee .qodef-marquee-element {
    padding: 0 25px;
    will-change: transform
}

.qodef-text-marquee .qodef-m-text--1 {
    color: #000
}

.qodef-text-marquee .qodef-m-text--2 {
    color: #000
}

.qodef-text-marquee .qodef-m-text--3 {
    color: #000
}

.qodef-text-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.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
}

.qodef-video-button.qodef-layout--button .qodef-m-play span {
    display: block;
    line-height: inherit
}

.qodef-video-button.qodef-layout--button .qodef-m-play svg {
    position: absolute;
    top: 30px;
    right: 30px
}

.qodef-video-button.qodef-layout--button .qodef-m-play svg circle,.qodef-video-button.qodef-layout--button .qodef-m-play svg polygon {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

.qodef-video-button.qodef-layout--button .qodef-m-play svg .qodef-fill {
    fill: #fff;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .6s cubic-bezier(0,.55,.45,1);
    transition: clip-path .6s cubic-bezier(0,.55,.45,1);
    transition: clip-path .6s cubic-bezier(0,.55,.45,1),-webkit-clip-path .6s cubic-bezier(0,.55,.45,1)
}

.qodef-video-button.qodef-layout--button .qodef-m-play:hover svg .qodef-fill {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-video-button.qodef-layout--textual .qodef-m-play .qodef-e-video-button-text {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    line-height: inherit;
    color: #fff
}

.qodef-video-button.qodef-layout--textual .qodef-m-play svg {
    margin-left: 12px
}

.qodef-video-button.qodef-layout--textual .qodef-m-play svg polygon {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

.qodef-video-button.qodef-layout--textual .qodef-m-play svg .qodef-fill {
    fill: #fff;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .6s cubic-bezier(0,.55,.45,1);
    transition: clip-path .6s cubic-bezier(0,.55,.45,1);
    transition: clip-path .6s cubic-bezier(0,.55,.45,1),-webkit-clip-path .6s cubic-bezier(0,.55,.45,1)
}

.qodef-video-button.qodef-layout--textual .qodef-m-play:hover svg .qodef-fill {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -440px;
    width: 440px;
    height: 100%;
    min-height: 100%;
    padding: 160px 50px 35px 60px;
    background-color: #000;
    border-left: 1px solid #3f3f3f;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

#qodef-side-area .widget.widget_nav_menu {
    margin-bottom: 65px
}

#qodef-side-area .widget.widget_nav_menu ul li {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_nav_menu ul li a {
    font-size: 33px;
    line-height: 1.06em;
    position: relative;
    line-height: 1;
    text-transform: uppercase
}

@media only screen and (max-width: 480px) {
    #qodef-side-area .widget.widget_nav_menu ul li a {
        font-size:27px;
        line-height: 1.03em
    }
}

#qodef-side-area .widget.widget_nav_menu ul li a svg {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    display: block
}

#qodef-side-area .widget.widget_nav_menu ul li a svg.qodef-svg--underline>* {
    stroke: #eaa57f;
    stroke-width: 2.5px;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 1s ease
}

#qodef-side-area .widget.widget_nav_menu ul li a:hover {
    color: #fff
}

#qodef-side-area .widget.widget_nav_menu ul li a:hover svg.qodef-svg--underline>* {
    stroke-dashoffset: 0
}

#qodef-side-area .widget .qodef-social-icons-group .qodef-icon-holder {
    margin-right: 20px
}

#qodef-side-area .widget .qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

.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: 33px;
    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: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    line-height: 1.06em
}

@media only screen and (max-width: 480px) {
    .qodef-social-share .qodef-social-title {
        font-size:20px;
        line-height: 1.05em
    }
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 20px
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
    vertical-align: middle;
    font-family: "Font Awesome 5 Free"
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon::before {
    content: "\f14d"
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: block
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-title {
    display: none
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0!important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: block;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out,visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out,background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
    display: block;
    line-height: inherit
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b2b2b2
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
    background-color: #3b5998;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #00aced;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #007bb5;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #32506d;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #cb2027;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45668e;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 14px;
    color: #000;
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 7px;
    right: 0
}

.qodef-blog--info-below-image .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 7px;
    left: 0
}

.qodef-blog--info-below-image .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2,end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2,end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2,end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--coppola svg {
    display: inline-block
}

#qodef-page-spinner.qodef-layout--coppola #qodef-film-container {
    width: 100vw;
    height: 100vh;
    background: url(../img/film_grain-small.gif) no-repeat;
    background-size: 100% 100%
}

#qodef-page-spinner.qodef-layout--coppola #qodef-film-countdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--coppola #qodef-numbers text {
    fill: #000;
    font: bold 120px "Dm sans",sans-serif;
    opacity: 0
}

#qodef-page-spinner.qodef-layout--coppola .qodef-circle01 {
    fill: none;
    stroke: #111;
    stroke-width: 1.5px
}

#qodef-page-spinner.qodef-layout--coppola .qodef-circle02 {
    fill: none;
    stroke: rgba(0,0,0,.3);
    stroke-dasharray: 1 3200;
    stroke-width: 989;
    transform: rotate(-90deg);
    transform-origin: 50% 50%
}

#qodef-page-spinner.qodef-layout--coppola .qodef-line01,#qodef-page-spinner.qodef-layout--coppola .qodef-line02 {
    stroke: #deedee
}

#qodef-page-spinner.qodef-layout--coppola .qodef-rectangle01 {
    fill: gray
}

#qodef-page-spinner.qodef-layout--coppola .qodef-animated-flicker {
    height: 100%;
    animation: qodef-flicker 10s 1;
    opacity: .2
}

#qodef-page-spinner.qodef-layout--coppola .qodef-animated-rotate {
    animation: qodef-rotate 1s 5
}

#qodef-page-spinner.qodef-layout--coppola #qodef-animated-text1 {
    animation: qodef-countdown 1s 1;
    animation-delay: 0s
}

#qodef-page-spinner.qodef-layout--coppola #qodef-animated-text2 {
    animation: qodef-countdown 1s 1;
    animation-delay: 1s
}

#qodef-page-spinner.qodef-layout--coppola #qodef-animated-text3 {
    animation: qodef-countdown 1s 1;
    animation-delay: 2s
}

#qodef-page-spinner.qodef-layout--coppola #qodef-animated-text4 {
    animation: qodef-countdown 1s 1;
    animation-delay: 3s
}

#qodef-page-spinner.qodef-layout--coppola #qodef-animated-text5 {
    animation: qodef-countdown 1s 1;
    animation-delay: 4s
}

@keyframes qodef-countdown {
    0% {
        opacity: 0
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes qodef-flicker {
    0% {
        opacity: .45
    }

    10% {
        opacity: .7
    }

    23% {
        opacity: .85
    }

    30% {
        opacity: .4
    }

    41% {
        opacity: .6
    }

    46% {
        opacity: .8
    }

    53% {
        opacity: .4
    }

    60% {
        opacity: .75
    }

    75% {
        opacity: .5
    }

    79% {
        opacity: .55
    }

    100% {
        opacity: .1
    }
}

@keyframes qodef-rotate {
    100% {
        stroke-dasharray: 3200 0
    }
}

#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: "Dm sans",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--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
}

.elementor-element.qodef-sticky-column {
    align-self: flex-start
}

@media only screen and (max-width: 1024px) {
    .touchevents .elementor-element.qodef-sticky-column>div {
        height:unset;
        position: unset!important;
        width: auto!important
    }
}

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .3s 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: 3px 3px 15px 0 rgba(0,0,0,.5);
    transition: transform .3s cubic-bezier(.06,.47,.38,.99),opacity .3s 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: #000
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #c5c5c5;
    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 #000;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s 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 .3s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26,.63,0,.96)
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto!important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--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
}

@media only screen and (max-width: 480px) {
    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding:0 20px
    }
}

.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span {
    color: #959494;
    font-size: 15px;
    transition: all .2s ease
}

.qodef-page-title .qodef-breadcrumbs a:hover,.qodef-page-title .qodef-breadcrumbs span:hover {
    color: #000
}

.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-breadcrumbs .qodef-breadcrumbs-current {
    color: #959494
}

.qodef-page-title.qodef-title--breadcrumbs {
    height: auto;
    padding: 24px 0 104px;
    background-color: #fff
}

@media only screen and (max-width: 1024px) {
    .qodef-page-title.qodef-title--breadcrumbs {
        padding:10px 0 70px
    }
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 0 0 5px
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 21px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 21px
}

.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-social-icons-group .qodef-icon-holder {
    margin-right: 9px
}

.qodef-social-icons-group .qodef-icon-holder a {
    transition: color .3s ease-out
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    text-transform: unset
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
    color: inherit
}

.widget.widget_coppola_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,.widget.widget_coppola_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #c5c5c5
}

.widget.widget_coppola_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,.widget.widget_coppola_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
    color: #000
}

.widget.widget_coppola_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,.widget.widget_coppola_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
    color: #fff
}

.widget_coppola_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: 0 0!important
}

.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-weather-widget .qodef-m-weather-icon {
    color: #fff
}

#qodef-page-footer .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: #000;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5);
    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: #000
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
    color: #000
}

.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: "Dm sans",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.06em
}

@media only screen and (max-width: 480px) {
    .qodef-wishlist-dropdown .qodef-m-link-count {
        font-size:20px;
        line-height: 1.05em
    }
}

.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 #b2b2b2;
    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 #b2b2b2;
    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
}

@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: 1440px) {
    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-inner .qodef-e-content {
        padding:25px 60px 25px 0
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-media {
        flex-basis: 50%
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-bottom-holder {
        margin-top: 30px;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner .qodef-e-content {
        padding:30px
    }

    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder {
        margin-top: 25px;
        padding-bottom: 0
    }

    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner .qodef-e-content .qodef-e-filler {
        display: none
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-next,.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-prev,.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-pagination {
        left: initial!important;
        bottom: 30px!important
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-pagination {
        right: 91px!important
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-prev {
        right: 44px!important
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-next {
        right: 0!important
    }
}

@media only screen and (max-width: 768px) {
    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner {
        height:100%;
        flex-direction: column;
        justify-content: space-between
    }

    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner .qodef-e-content {
        padding: 55px 7% 0 7%
    }

    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder {
        margin-top: 55px
    }

    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner .qodef-e-media {
        width: 100%;
        margin-top: 49px;
        justify-content: flex-start;
        flex: 0
    }

    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner .qodef-e-media .qodef-e-media-image {
        width: 100%
    }

    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner .qodef-e-media img {
        width: 100%
    }

    .qodef-blog.qodef-item-layout--featured-right .qodef-e-inner.qodef-swiper-container .swiper-button-next,.qodef-blog.qodef-item-layout--featured-right .qodef-e-inner.qodef-swiper-container .swiper-button-prev {
        display: none
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container {
        padding-bottom: 0
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-next,.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-prev,.qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-pagination {
        left: initial!important;
        bottom: 0!important
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container svg {
        stroke-width: 2px
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-pagination {
        right: 91px!important
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-prev {
        right: 44px!important
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .swiper-button-next {
        right: 0!important
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-inner {
        flex-direction: column-reverse;
        justify-content: flex-end
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-inner .qodef-e-media {
        margin: 70px 0 49px
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-inner .qodef-e-content {
        padding: 0 30px 63px
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-inner .qodef-e-content .qodef-e-title.entry-title {
        font-size: 35px!important
    }

    .qodef-blog.qodef-item-layout--featured-right.qodef-swiper-container .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder {
        margin: 32px 0 21px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--featured-right .qodef-e-tag-holder {
        margin-bottom:80px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--info-over .qodef-e-inner {
        margin-bottom:20px
    }

    .qodef-blog.qodef-item-layout--info-over .qodef-e-inner .qodef-e-content {
        padding: 35px 40px
    }
}

@media only screen and (max-width: 480px) {
    .qodef-blog.qodef-item-layout--info-over .qodef-e-content {
        padding:17px
    }

    .qodef-blog.qodef-item-layout--info-over .qodef-e-content .qodef-e-bottom-holder {
        margin-top: 10px;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 1440px) {
    #qodef-author-info .qodef-m-inner {
        align-items:stretch
    }

    #qodef-author-info .qodef-m-inner .qodef-m-image {
        margin-right: 0
    }

    #qodef-author-info .qodef-m-inner .qodef-m-image a,#qodef-author-info .qodef-m-inner .qodef-m-image a>img {
        height: 100%;
        width: auto
    }
}

@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-inner {
        flex-direction:column;
        align-items: center
    }

    #qodef-author-info .qodef-m-inner .qodef-m-image {
        width: 100%
    }

    #qodef-author-info .qodef-m-inner .qodef-m-image a>img {
        width: 100%;
        height: auto
    }

    #qodef-author-info .qodef-m-content {
        position: relative;
        margin-top: 23px
    }

    #qodef-author-info .qodef-m-content .qodef-m-social-icons {
        top: 0
    }
}

@media only screen and (max-width: 1440px) {
    #qodef-related-posts .qodef-blog-item.format-quote .qodef-e-quote:before {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    #qodef-related-posts .qodef-blog-item.format-quote .qodef-e-quote:before {
        display:block
    }

    #qodef-related-posts .qodef-blog-item .qodef-e-content {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 1440px) {
    #qodef-single-post-navigation .qodef-m-nav {
        max-width:40%;
        font-size: 17px
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-single-post-navigation .qodef-m-nav {
        max-width:48%;
        font-size: 16px
    }
}

@media only screen and (max-width: 768px) {
    #qodef-single-post-navigation .qodef-m-nav {
        font-size:0;
        line-height: 0
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-family:"Dm sans",sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 52px;
        line-height: 1.02em;
        color: #fff;
        letter-spacing: .1em
    }
}

@media only screen and (max-width: 1440px) and (max-width:480px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size:41px;
        line-height: 1.024em
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
        position:relative;
        top: initial;
        left: initial;
        padding: 14px 0 18px;
        transition: none;
        opacity: 1;
        visibility: visible
    }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner>ul>li:hover .qodef-drop-down-second-inner>ul {
        left: initial
    }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner>ul.sub-menu {
        display: none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-fullscreen-menu>ul {
        min-width:initial;
        width: 100%;
        max-width: initial
    }

    .qodef-fullscreen-menu>ul>li>a {
        font-family: "Dm sans",sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 44px;
        line-height: 1.02em;
        color: #fff;
        letter-spacing: .1em
    }
}

@media only screen and (max-width: 680px) and (max-width:480px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size:38px;
        line-height: .97em
    }
}

@media only screen and (max-width: 680px) {
    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
        min-width:initial;
        position: relative;
        left: auto
    }
}

@media only screen and (max-width: 680px) {
    #qodef-fullscreen-area-inner {
        display:flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%
    }

    #qodef-fullscreen-area .qodef-video--autoplay {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top:0!important
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display:none
    }

    .qodef-header--vertical-sliding #qodef-page-outer,.qodef-header--vertical-sliding footer {
        padding-left: 0
    }
}

@media only screen and (max-width: 1680px) {
    .qodef-header--vertical #qodef-page-header {
        width:310px
    }

    .qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer {
        padding-left: 310px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display:none
    }

    .qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display:none
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom:-70px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -35px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
        padding: 0 35px;
        margin: 0 0 70px
    }
}

@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: 1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin:0 0 50px
    }

    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
        display: flex
    }

    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info .qodef-info--info-items {
        width: 25%;
        flex-direction: column
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 50px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info,.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
        flex-direction:column
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info .qodef-info--info-items,.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info .qodef-info--info-items {
        width: 100%;
        flex-direction: row
    }
}

@media only screen and (max-width: 1440px) {
    .tax-portfolio-artist .qodef-m-inner {
        padding:7.5% 17% 7.5% 12%
    }
}

@media only screen and (max-width: 1024px) {
    .tax-portfolio-artist .qodef-m-inner {
        display:flex;
        flex-direction: column;
        align-items: center;
        padding: 7%
    }

    .tax-portfolio-artist .qodef-m-inner .qodef-m-media {
        padding-right: 0
    }

    .tax-portfolio-artist .qodef-m-inner .qodef-m-content {
        padding-top: 12%
    }

    .tax-portfolio-artist .qodef-m-inner .qodef-m-content * {
        text-align: center
    }
}

@media only screen and (max-width: 680px) {
    .tax-portfolio-artist .qodef-m-filmography {
        margin:75px 30px 110px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-divided-scroll-showcase {
        flex-direction:column
    }

    .qodef-divided-scroll-showcase .qodef-m-left,.qodef-divided-scroll-showcase .qodef-m-right {
        width: 100%;
        position: relative!important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
        margin:27px 0 12px
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-fullscreen-search-holder .qodef-m-form-field {
        font-size:168px;
        padding-top: 20px;
        margin-bottom: -10px
    }

    .qodef-fullscreen-search-holder .qodef-m-form-field:-ms-input-placeholder {
        font-size: 240px
    }

    .qodef-fullscreen-search-holder .qodef-m-form-field::placeholder {
        font-size: 240px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-fullscreen-search-holder .qodef-m-form-field {
        font-size:120px;
        margin-bottom: 0
    }

    .qodef-fullscreen-search-holder .qodef-m-form-field:-ms-input-placeholder {
        font-size: 180px
    }

    .qodef-fullscreen-search-holder .qodef-m-form-field::placeholder {
        font-size: 180px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-fullscreen-search-holder .qodef-m-form-field {
        font-size:96px
    }

    .qodef-fullscreen-search-holder .qodef-m-form-field:-ms-input-placeholder {
        font-size: 120px
    }

    .qodef-fullscreen-search-holder .qodef-m-form-field::placeholder {
        font-size: 120px
    }
}

@media only screen and (max-width: 480px) {
    .qodef-fullscreen-search-holder .qodef-m-form-field {
        font-size:60px
    }

    .qodef-fullscreen-search-holder .qodef-m-form-field:-ms-input-placeholder {
        font-size: 90px
    }

    .qodef-fullscreen-search-holder .qodef-m-form-field::placeholder {
        font-size: 90px
    }
}

@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: 20px
    }
}

@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-frame-slider-holder {
        margin-bottom:96px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -96px!important
    }
}

@media only screen and (max-width: 768px) {
    .qodef-frame-slider-holder {
        margin-bottom:86px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -86px!important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-frame-slider-holder {
        margin-bottom:76px
    }

    .qodef-frame-slider-holder .qodef-frame-slider-pad .qodef-frame-slider-image {
        width: 80%
    }

    .qodef-frame-slider-holder .qodef-frame-slider-pad .qodef-m-items {
        width: 75%;
        top: 2%;
        left: 3%;
        height: 96%
    }

    .qodef-frame-slider-holder .qodef-frame-slider-mob {
        left: 64%
    }

    .qodef-frame-slider-holder .qodef-frame-slider-mob .qodef-frame-slider-image {
        width: 100%
    }

    .qodef-frame-slider-holder .qodef-frame-slider-mob .qodef-m-items {
        width: 89%;
        top: 2%;
        height: 99%
    }

    .qodef-frame-slider-holder .qodef-frame-slider-mob .qodef-m-swiper {
        height: 97%
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -76px!important
    }
}

@media only screen and (max-width: 480px) {
    .qodef-frame-slider-holder {
        margin-bottom:46px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -46px!important
    }
}

@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: 1440px) {
    .qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) .qodef-e-content {
        padding:5% 3%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-showcase {
        height:auto;
        overflow: auto
    }

    .qodef-horizontal-showcase .qodef-m-items {
        flex-direction: column
    }

    .qodef-horizontal-showcase .qodef-m-item {
        height: 600px;
        width: 100%;
        align-items: center
    }

    .qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) .qodef-e-content {
        width: 50%;
        padding: 6% 5%
    }

    .qodef-horizontal-showcase .qodef-e-content {
        top: unset;
        bottom: unset
    }
}

@media only screen and (max-width: 680px) {
    .qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) .qodef-e-content {
        width:100%;
        padding: 10% 8%
    }
}

@media only screen and (max-width: 480px) {
    .qodef-horizontal-showcase .qodef-m-item:nth-of-type(5n+2) .qodef-e-content {
        width:100%;
        padding: 10% 8%
    }

    .qodef-horizontal-showcase .qodef-e-content {
        width: 300px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .widget.widget_coppola_core_separator .qodef-separator .qodef-m-line {
        width:100%!important
    }
}

@media only screen and (max-width: 480px) {
    .widget.widget_coppola_core_single_image .qodef-single-image img {
        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
    }
}

@media only screen and (max-width: 680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left:1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }
}

@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: 1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content:flex-start
    }
}
