.brok-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: 9999
}

#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: #010e98;
    border: 1px solid var(--qode-main-color);
    overflow: hidden;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

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

#qodef-back-to-top svg {
    display: block;
    width: 18px;
    height: auto;
    fill: currentColor
}

#qodef-back-to-top svg.qodef-svg--slider-arrow-left {
    transform: rotate(90deg)
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    color: var(--qode-main-color);
    background-color: #fff
}

#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: Montserrat, 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--metro {
    margin: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--metro 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-blog.qodef-item-layout--metro article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info>* {
    color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    content: "E";
    font-family: ElegantIcons;
    font-size: 72px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    border: 3px solid #fff
}

.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
    content: "\e006"
}

.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    content: "E"
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
    content: "\e027"
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    padding: 83px 68px
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
    right: 84px;
    width: 144px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    padding: 83px 68px 87px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before {
    font-size: 582px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
    margin: 20px 0 4px
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.widget_brok_core_blog_list .qodef-blog.qodef-item-layout--minimal {
    margin-top: -5px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content .qodef-e-text {
    line-height: 1
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content .qodef-e-text .entry-date {
    font-size: 10px;
    font-weight: 300
}

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

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content .qodef-e-bottom-holder .qodef-e-info .entry-title {
    font-size: 12px;
    font-style: normal
}

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

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

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

.qodef-blog.qodef-item-layout--simple article .qodef-e-excerpt {
    margin-top: 12px
}

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

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

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

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

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

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

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

.qodef-blog.qodef-item-layout--standard .qodef-e-content {
    margin-bottom: 15px
}

.widget.widget_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px
}

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

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

.widget.widget_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px
}

#qodef-top-area .widget.widget_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px
}

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

#qodef-top-area .widget.widget_brok_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_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px
}

#qodef-page-footer .widget.widget_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px
}

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

#qodef-page-footer .widget.widget_brok_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_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px
}

#qodef-side-area .widget.widget_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px
}

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

#qodef-side-area .widget.widget_brok_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_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px
}

.qodef-mega-menu-widget-holder .widget.widget_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px
}

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

.qodef-mega-menu-widget-holder .widget.widget_brok_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_brok_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px
}

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

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

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 25px
}

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

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

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

#qodef-author-info .qodef-m-description {
    margin: 13px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 18px
}

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

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

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

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

#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
}

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

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

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

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

#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
    transition: .2s ease-out
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover>svg {
    transform: translateX(-5px);
    transition: .2s ease-out
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

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

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg {
    transition: .2s ease-out
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover>svg {
    transform: translateX(5px);
    transition: .2s ease-out
}

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
}

body.qodef-custom-cursor-enabled .qodef-quantity-minus,
body.qodef-custom-cursor-enabled .qodef-quantity-plus,
body.qodef-custom-cursor-enabled .select2-container--default .select2-results__option[aria-selected],
body.qodef-custom-cursor-enabled .select2-selection--single {
    cursor: none !important
}

#qodef-custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999999;
    mix-blend-mode: difference;
    visibility: hidden
}

#qodef-custom-cursor circle {
    fill: #fff;
    transform-origin: 50% 50%;
    transform: scale(.5);
    transition: transform .2s
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    #qodef-custom-cursor circle {
        fill: #000
    }
}

@supports (-ms-ime-align:auto) {
    #qodef-custom-cursor circle {
        fill: #000
    }
}

#qodef-custom-cursor g,
#qodef-custom-cursor path {
    opacity: 0;
    transition: opacity 50ms
}

#qodef-custom-cursor g[id*=morph],
#qodef-custom-cursor path[id*=morph] {
    visibility: hidden
}

#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(1)
}

#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)
}

#qodef-custom-cursor.qodef--visible.qodef--plus {
    mix-blend-mode: unset
}

#qodef-custom-cursor.qodef--visible.qodef--plus circle {
    fill: #000;
    transform: scale(2);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1)
}

#qodef-custom-cursor.qodef--visible.qodef--plus #qodef-cursor-plus {
    opacity: 1;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1)
}

#qodef-custom-cursor.qodef--visible.qodef--close {
    mix-blend-mode: unset
}

#qodef-custom-cursor.qodef--visible.qodef--close circle {
    fill: #000;
    transform: scale(2);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1)
}

#qodef-custom-cursor.qodef--visible.qodef--close #qodef-cursor-close {
    opacity: 1;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 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-floating-social-networks {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6%;
    display: flex;
    justify-content: center;
    z-index: 99;
    flex-direction: column;
    opacity: 1;
    transition: .2s ease-out
}

#qodef-floating-social-networks.qodef--hidden {
    opacity: 0;
    transition: .4s ease-out
}

@media only screen and (max-width:1024px) {
    #qodef-floating-social-networks {
        right: 1%
    }
}

@media only screen and (max-width:768px) {
    #qodef-floating-social-networks {
        display: none
    }
}

.qodef-fullscreen-menu--opened #qodef-floating-social-networks {
    z-index: 99
}

#qodef-floating-social-networks .qodef-floating-text .qodef-m-text {
    position: relative
}

#qodef-floating-social-networks .qodef-floating-text .qodef-m-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    left: 0;
    bottom: 1px;
    transition: width .48s cubic-bezier(.77, 0, .175, 1)
}

#qodef-floating-social-networks .qodef-floating-text span:not(.qodef-m-text) {
    margin-left: 6px;
    display: inline-block;
    font-size: 15px
}

#qodef-floating-social-networks .qodef-floating-text span:not(.qodef-m-text)::before {
    display: block;
    font-size: 16px
}

#qodef-floating-social-networks .qodef-floating-text:hover .qodef-m-text:before {
    width: 100%
}

@media only screen and (max-width:680px) {
    #qodef-floating-social-networks {
        display: none
    }
}

#qodef-floating-social-networks>a {
    position: relative;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transform: translateX(-20px);
    transition: clip-path 1.2s ease, transform 1s ease-out;
    will-change: transform
}

@media only screen and (max-width:680px) {
    #qodef-floating-social-networks>a {
        font-size: 18px
    }
}

#qodef-floating-social-networks>a:last-child {
    margin-bottom: 0
}

#qodef-floating-social-networks>a:hover {
    color: #000
}

#qodef-floating-social-networks.qodef--init>a {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    transform: translateX(0)
}

#qodef-floating-social-networks.qodef--init>a:nth-child(1) {
    transition-delay: .2s
}

#qodef-floating-social-networks.qodef--init>a:nth-child(2) {
    transition-delay: .4s
}

#qodef-floating-social-networks.qodef--init>a:nth-child(3) {
    transition-delay: .6s
}

#qodef-floating-social-networks.qodef--init>a:nth-child(4) {
    transition-delay: .8s
}

#qodef-floating-social-networks.qodef--init>a:nth-child(5) {
    transition-delay: 1s
}

#qodef-floating-social-networks.qodef--init>a:nth-child(6) {
    transition-delay: 1.2s
}

#qodef-floating-social-networks.qodef--light>a,
#qodef-floating-social-networks.qodef-light-skin-on>a {
    color: #fff
}

#qodef-floating-social-networks.qodef--light>a:hover,
#qodef-floating-social-networks.qodef-light-skin-on>a:hover {
    color: #fff
}

#qodef-floating-social-networks.qodef-left-side {
    left: 5%;
    right: auto
}

@media only screen and (max-width:1024px) {
    #qodef-floating-social-networks.qodef-left-side {
        left: 8%
    }
}

#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--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;
    transform: translateX(100%);
    transition: transform .8s cubic-bezier(.405, .005, 0, 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;
    transform: translateX(0);
    transition: transform .8s cubic-bezier(.405, .005, 0, 1)
}

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

.qodef-fullscreen-menu-animate--out header {
    transition: all .1s ease 1s
}

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

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

.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.qodef--hide-link>a {
    cursor: default
}

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

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

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

.qodef-fullscreen-menu>ul>li {
    padding: 15px 0
}

@media only screen and (max-width:1440px) {
    .qodef-fullscreen-menu>ul>li {
        padding: 11px 0
    }
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1em;
    color: #fff;
    font-size: 13px;
    font-size: 46px
}

.qodef-fullscreen-menu>ul>li>a>span {
    position: relative;
    padding: 4px 5px
}

.qodef-fullscreen-menu>ul>li>a>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #f1f1f1;
    transition: .2s ease-out;
    z-index: -1
}

.qodef-fullscreen-menu>ul>li>a>span:before {
    display: none
}

.qodef-fullscreen-menu>ul>li>a svg {
    display: none
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: #fff
}

.qodef-fullscreen-menu>ul>li>a:hover>span:before {
    width: 100% !important;
    transition: .2s ease-out
}

.qodef-fullscreen-menu>ul>li>a span {
    padding: 4px 0
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: #fff
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a>span:before,
.qodef-fullscreen-menu>ul>li.current-menu-item>a>span:before {
    width: 100% !important;
    transition: .2s ease-out
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    margin-left: 0;
    padding-top: 13px;
    padding-left: 0;
    margin-bottom: -10px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
    padding: 7.5px 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 13px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    margin: 0;
    font-style: italic
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text .qodef-menu-item-plus {
    position: absolute;
    top: 7px;
    font-style: normal;
    transition: left .2s ease-out, right .2s ease-out;
    left: -13px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text .qodef-menu-item-plus .st4 {
    stroke: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    padding-left: 13px;
    padding-right: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text .qodef-menu-item-plus {
    left: 0
}

.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 {
    padding-left: 13px;
    padding-right: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text .qodef-menu-item-plus,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text .qodef-menu-item-plus {
    left: 0
}

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

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--open {
    visibility: hidden;
    opacity: 0
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    position: absolute;
    pointer-events: none;
    visibility: visible;
    left: -7px;
    top: -5px
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-fullscreen-cover {
    z-index: 101;
    opacity: 1;
    cursor: none
}

.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-fullscreen-cover {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

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

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

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

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

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

#qodef-page-header-inner {
    border-bottom: 0 solid transparent
}

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

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

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

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

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

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a {
    color: #010e98 !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: #010e98  !important
}

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

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

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

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

#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: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: 1.04em;
    transition: color .2s ease-out
}

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

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

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

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

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

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

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

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

.qodef-header--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-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: flex;
    align-items: flex-end;
    margin-left: 0
}

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

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

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget.widget_brok_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count {
    top: -8px
}

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

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

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

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

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-text {
    display: inline-flex;
    align-items: center
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-text .qodef-menu-item-plus * {
    stroke: #000 !important
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 13px;
    height: auto;
    margin-top: -2px;
    margin-left: 8px
}

.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: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 1.04em;
    font-size: 13px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a>span {
    position: relative;
    padding: 4px 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #f1f1f1;
    transition: .2s ease-out;
    z-index: -1
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover>span:before {
    width: 100% !important;
    transition: .2s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text>svg {
    display: none
}

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul {
    padding-top: 13px;
    padding-left: 0;
    margin-bottom: -9px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li {
    padding: 5px 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: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 13px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    color: #000;
    font-size: 13px;
    margin: 0;
    font-style: italic
}

.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 .qodef-menu-item-text .qodef-menu-item-plus {
    position: absolute;
    top: 7px;
    font-style: normal;
    transition: left .2s ease-out, right .2s ease-out;
    left: -13px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text .qodef-menu-item-plus .st4 {
    stroke: #fff
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a {
    padding-left: 13px;
    padding-right: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-text .qodef-menu-item-plus {
    left: 0
}

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text .qodef-menu-item-plus {
    left: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a>span:before,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a>span:before {
    width: 40%
}

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

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s 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;
    box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .1)
}

.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-sticky-inner .qodef-side-area-opener {
    color: #000
}

#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: #f0f0f0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 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 #e1e1e1;
    border-left: 1px solid #e1e1e1;
    transform: rotate(-135deg)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-mobile-header {
    background-color: #fff
}

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

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

#qodef-page-mobile-header .widget {
    line-height: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: 1.04em;
    transition: color .2s ease-out
}

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: #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: 0;
    right: 0;
    width: 13px;
    height: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s ease-out
}

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

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 13px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    color: #fff;
    font-size: 13px
}

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

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-text .qodef-menu-item-plus {
    position: absolute;
    top: 7px;
    font-style: normal;
    transition: left .2s ease-out, right .2s ease-out;
    left: -13px
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-text .qodef-menu-item-plus .st4 {
    stroke: #fff
}

#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: 13px;
    padding-right: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a .qodef-menu-item-text .qodef-menu-item-plus,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a .qodef-menu-item-text .qodef-menu-item-plus,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a .qodef-menu-item-text .qodef-menu-item-plus {
    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: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.04em;
    color: #fff;
    font-size: 13px
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a>span {
    position: relative;
    padding: 4px 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #f1f1f1;
    transition: .2s ease-out;
    z-index: -1
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover>span:before {
    width: 100% !important;
    transition: .2s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a>span:before,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a>span:before {
    width: 100% !important;
    transition: .2s ease-out
}

#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: -34px;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.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;
    opacity: 1;
    visibility: visible;
    background-color: #000
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li:last-child {
    margin-bottom: -2px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li a {
    font-size: 13px;
    font-style: italic;
    font-weight: 300
}

.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
}

.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: 32px 0 22px;
    margin: 0 -15px
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.04em;
    color: #fff;
    font-size: 13px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a>span {
    position: relative;
    padding: 4px 5px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #f1f1f1;
    transition: .2s ease-out;
    z-index: -1
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover>span:before {
    width: 100% !important;
    transition: .2s ease-out
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a>span:before {
    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 {
    padding-top: 7px
}

.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: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 13px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    color: #fff;
    font-size: 13px
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text .qodef-menu-item-plus {
    position: absolute;
    top: 7px;
    font-style: normal;
    transition: left .2s ease-out, right .2s ease-out;
    left: -13px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text .qodef-menu-item-plus .st4 {
    stroke: #fff
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text .qodef-menu-item-plus,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text .qodef-menu-item-plus {
    left: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li a {
    font-size: 13px;
    font-style: italic;
    font-weight: 300
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a>span:before,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a>span:before {
    width: 100% !important;
    transition: .2s ease-out
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
    color: #fff
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover>span:before {
    width: 100% !important;
    transition: .2s ease-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-opener-icon.qodef-source--predefined .qodef-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-inner-section {
    height: 100%
}

.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
    --qode-y-px: calc(var(--qode-y) * 1px);
    transform: translateY(var(--qode-y-px)) translateZ(0)
}

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

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

.qodef-page-title .qodef-parallax-img-holder {
    min-height: 500px
}

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

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

img.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: unset
}

.elementor img.qodef-parallax-img {
    height: 100%;
    max-width: unset
}

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

.qodef-contact-form-7 .wpcf7-response-output {
    margin: 2em 0 0 0 !important;
    border-color: red !important
}

.qodef-contact-form-7 .ajax-loader {
    animation: qode-rotate 2s linear infinite;
    background-image: none !important;
    border: 2px solid #e6e6e6 !important;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color) !important;
    height: 23px !important;
    margin: 0 0 0 12px !important;
    position: absolute;
    right: -10px;
    width: 23px !important
}

.wpcf7 .qodef-contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wpcf7 .qodef-contact-form .your-email,
.wpcf7 .qodef-contact-form .your-name {
    width: 48%
}

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

    .wpcf7 .qodef-contact-form .your-email,
    .wpcf7 .qodef-contact-form .your-name {
        width: 100%
    }
}

.wpcf7 .qodef-contact-form .your-message,
.wpcf7 .qodef-contact-form .your-subject {
    flex-basis: 100%
}

.wpcf7 .qodef-contact-form input,
.wpcf7 .qodef-contact-form textarea {
    margin: 7px 0 22px;
    padding: 9px 4px
}

.wpcf7 .qodef-contact-form button[type=submit] {
    margin-top: 19px
}

.wpcf7 .qodef-contact-form button[type=submit]:before {
    content: url(../fonts/img-btn_plus.svg);
    margin: 1px 5px 0 0
}

.wpcf7 .qodef-contact-form button[type=submit]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #f0f0f0;
    z-index: -1;
    transition: .2s ease-out
}

.wpcf7 .qodef-contact-form button[type=submit]:hover:after {
    width: 100%;
    transition: .2s ease-out
}

.wpcf7 .qodef-contact-form button[type=submit] .qodef-m-text {
    font-size: 15px
}

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

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

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important
}

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

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

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

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

.qodef-instagram-list #sb_instagram.qodef-swiper-container #sbi_images {
    display: flex
}

.qodef-instagram-list #sb_instagram.qodef-swiper-container #sbi_images .sbi_item {
    margin: inherit !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: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em;
    font-weight: 600 !important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    color: #4c4c4c;
    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.3333333333%
}

@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.6666666667%
}

@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.2857142857%
}

@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: -60px
}

.qodef-twitter-list.qodef-gutter--big #ctf .ctf-tweets {
    margin: 0 -30px
}

.qodef-twitter-list.qodef-gutter--big #ctf .ctf-tweets>.ctf-item {
    padding: 0 30px;
    margin: 0 0 60px
}

.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-twitter-list.qodef-gutter--enormous.qodef--no-bottom-space {
    margin-bottom: -100px
}

.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets {
    margin: 0 -50px
}

.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets>.ctf-item {
    padding: 0 50px;
    margin: 0 0 100px
}

#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-e-media-inner {
    opacity: 1 !important
}

body[class*=brok-core] .qodef-woo-product-list:has(.qwfw-add-to-wishlist-wrapper) .qqvfw-quick-view-button-wrapper {
    top: 36px
}

body[class*=brok-core] .qqvfw-quick-view-button-wrapper,
body[class*=brok-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) {
    width: 36px;
    height: 36px;
    background-color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    left: 0;
    position: absolute;
    top: 0
}

body[class*=brok-core] .qqvfw-quick-view-button-wrapper .qqvfw-m,
body[class*=brok-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m {
    color: #4c4c4c
}

body[class*=brok-core] .qqvfw-quick-view-button-wrapper .qqvfw-m:hover,
body[class*=brok-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m:hover {
    color: var(--qode-main-color)
}

body[class*=brok-core] .qqvfw-quick-view-button-wrapper .qqvfw-m-text,
body[class*=brok-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m-text {
    display: none
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-overlay {
    --qqvfw-qv-overlay-background-color: rgba(0, 0, 0, 0.3)
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close {
    --qqvfw-qv-close-button-color: #000
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close:hover {
    color: var(--qode-main-color)
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
    max-width: 90vw !important;
    --qqvfw-qv-width: 1000px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner {
    border-radius: 0;
    box-shadow: none !important;
    max-height: 90vh !important;
    overflow-y: hidden !important
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product>div {
    gap: 35px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper {
    width: 476px !important
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper :not(.qodef-woo-product-mark) {
    height: 100%
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery {
    pointer-events: none
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper {
    margin: 0 !important
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper img {
    object-fit: cover
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    margin: 0 !important;
    width: 100% !important
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image .zoomImg {
    display: none !important
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image:not(:first-child) {
    display: none !important
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__trigger {
    display: none
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 7px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-rating .qodef-woo-ratings {
    flex-shrink: 0;
    width: auto;
    margin-right: 21px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-rating .woocommerce-review-link {
    display: inline-flex;
    font-size: 13px;
    font-style: italic;
    flex-wrap: wrap;
    color: #707070;
    font-weight: 300
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #000
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-rating .woocommerce-review-link .count {
    margin-right: 5px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .price {
    font-size: 22px;
    margin-top: 14px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description {
    margin-top: 27px;
    padding-right: 5%
}

@media only screen and (max-width:680px) {
    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description {
        padding-right: 0
    }
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description p {
    margin-top: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 47px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations_button,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart:not(.variations_form) {
    display: flex;
    align-items: flex-start
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations_button .quantity,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart:not(.variations_form) .quantity {
    margin-right: 22px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form {
    flex-wrap: wrap
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form .group_table td,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form .group_table th {
    padding: 20px 0;
    vertical-align: middle;
    text-align: left
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form .group_table label {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form>.button {
    margin-top: 30px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td:first-child,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table th:first-child {
    padding-left: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table th {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td ul li:last-child {
    margin-bottom: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td ul li label {
    margin-bottom: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table p {
    margin: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation:after,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation:before {
    content: "";
    display: table;
    table-layout: fixed
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation:after {
    clear: both
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:680px) {
    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation dt {
        float: none;
        width: 100%
    }
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:680px) {
    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations {
    margin-bottom: 30px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations tr {
    border: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations tr[class^=description_attribute] td {
    padding-bottom: 10px
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations td {
    position: relative
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations td,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations th {
    padding: 3px 0;
    text-align: initial;
    border: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations label {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations select {
    width: auto;
    min-width: 230px;
    margin: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations .select2-container--default,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations select {
    margin: 0
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations .reset_variations {
    display: inline-block;
    margin-left: 10px;
    line-height: 1
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .woocommerce-variation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative
}

body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .woocommerce-variation-availability>*,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .woocommerce-variation-description>*,
body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .woocommerce-variation-price>* {
    margin: 0 0 45px 0
}

body[class*=brok-core] {
    --qwfw-heading-color: var(--qode-main-color);
    --qwfw-main-color: var(--qode-main-color)
}

body[class*=brok-core] .shop_table.qwfw-m-items {
    --qwfw-wt-items-font-size: 100%
}

body[class*=brok-core] .shop_table.qwfw-m-items tr {
    border-left: none;
    border-right: none;
    border-top: none
}

body[class*=brok-core] .shop_table.qwfw-m-items td,
body[class*=brok-core] .shop_table.qwfw-m-items th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

body[class*=brok-core] .shop_table.qwfw-m-items td:first-child,
body[class*=brok-core] .shop_table.qwfw-m-items th:first-child {
    padding-left: 0
}

body[class*=brok-core] .shop_table.qwfw-m-items th {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em
}

body[class*=brok-core] .shop_table.qwfw-m-items td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body[class*=brok-core] .shop_table.qwfw-m-items td ul li {
    margin: 0 0 10px;
    padding: 0
}

body[class*=brok-core] .shop_table.qwfw-m-items td ul li:last-child {
    margin-bottom: 0
}

body[class*=brok-core] .shop_table.qwfw-m-items td ul li label {
    margin-bottom: 0
}

body[class*=brok-core] .shop_table.qwfw-m-items p {
    margin: 0
}

body[class*=brok-core] .shop_table.qwfw-m-items .variation:after,
body[class*=brok-core] .shop_table.qwfw-m-items .variation:before {
    content: "";
    display: table;
    table-layout: fixed
}

body[class*=brok-core] .shop_table.qwfw-m-items .variation:after {
    clear: both
}

body[class*=brok-core] .shop_table.qwfw-m-items .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:680px) {
    body[class*=brok-core] .shop_table.qwfw-m-items .variation dt {
        float: none;
        width: 100%
    }
}

body[class*=brok-core] .shop_table.qwfw-m-items .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:680px) {
    body[class*=brok-core] .shop_table.qwfw-m-items .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

body[class*=brok-core] .shop_table.qwfw-m-items thead {
    --qwfw-wt-heading-bg-color: transparent
}

body[class*=brok-core] .shop_table.qwfw-m-items td.product-stock-status,
body[class*=brok-core] .shop_table.qwfw-m-items th.product-stock-status {
    padding-left: 9%;
    white-space: nowrap
}

body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart,
body[class*=brok-core] .shop_table.qwfw-m-items th.product-add-to-cart {
    text-align: right;
    white-space: nowrap;
    width: 0
}

body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart a,
body[class*=brok-core] .shop_table.qwfw-m-items th.product-add-to-cart a {
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 1.6em !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    font-family: Montserrat, sans-serif !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    background-color: transparent;
    z-index: 5;
    padding: 16px 22px !important;
    cursor: pointer !important;
    z-index: 3 !important
}

body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart a:before,
body[class*=brok-core] .shop_table.qwfw-m-items th.product-add-to-cart a:before {
    content: url(../fonts/img-btn_plus.svg);
    margin: 1px 5px 0 0
}

body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart a:after,
body[class*=brok-core] .shop_table.qwfw-m-items th.product-add-to-cart a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #f0f0f0;
    z-index: -1;
    transition: .2s ease-out
}

body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart a:hover:after,
body[class*=brok-core] .shop_table.qwfw-m-items th.product-add-to-cart a:hover:after {
    width: 100%;
    transition: .2s ease-out
}

body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart a.added,
body[class*=brok-core] .shop_table.qwfw-m-items th.product-add-to-cart a.added {
    display: none !important
}

body[class*=brok-core] .qwfw-add-to-wishlist-wrapper.qwfw--single:not(.qwfw-position--on-thumbnail) {
    margin-top: 19px
}

body[class*=brok-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode {
    left: 0;
    position: absolute;
    top: 0
}

body[class*=brok-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
    justify-content: center;
    display: flex;
    align-items: center
}

body[class*=brok-core] #qode-wishlist-for-woocommerce-modal {
    display: none !important
}

body[class*=brok-core] .qwfw-confirm-modal .qwfw-m-overlay {
    background-color: rgba(0, 0, 0, .3)
}

body[class*=brok-core] .qwfw-confirm-modal .qwfw-m-close {
    color: #000
}

body[class*=brok-core] .qwfw-confirm-modal .qwfw-m-close:hover {
    color: var(--qode-main-color)
}

body[class*=brok-core] .qwfw-confirm-modal .qwfw-m-content {
    --qwfw-border-radius: 0;
    box-shadow: none
}

body[class*=brok-core] .qwfw-confirm-modal .qwfw-m-form-button {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6em;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    font-family: Montserrat, sans-serif !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    background-color: transparent;
    z-index: 5;
    padding: 15px 23px 17px;
    color: #000;
    border: 1px solid transparent;
    background-color: transparent !important
}

body[class*=brok-core] .qwfw-confirm-modal .qwfw-m-form-button .qodef-bg-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
    width: 50%;
    transition: .2s ease-out
}

body[class*=brok-core] .qwfw-confirm-modal .qwfw-m-form-button:hover .qodef-bg-effect {
    width: 100%;
    transition: .2s ease-out
}

.qodef-yith-wccl--predefined .select_box {
    display: inline-block
}

.qodef-yith-wccl--predefined .select_box:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0
}

.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #e1e1e1 !important;
    padding: 10px;
    color: #4c4c4c
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    display: inline-flex;
    font-size: 13px;
    font-style: italic;
    flex-wrap: wrap;
    color: #707070;
    font-weight: 300
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .2s ease-out;
    margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ",";
    margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255, 255, 255, .79) !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 960px !important;
    max-width: 90vw !important
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 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 .woocommerce-product-gallery__wrapper,
#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 .woocommerce-product-gallery__wrapper img,
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,
#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 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,
#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: "M"
}

body:not([class*=brok-core]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: "x";
    font-family: initial
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f06e"
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button .blockUI {
    display: none !important
}

.yith-wcwl-form .wishlist-title-container {
    display: none !important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    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: #4c4c4c !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;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 1.6em !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    font-family: Montserrat, sans-serif !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    background-color: transparent;
    z-index: 5;
    padding: 16px 22px !important;
    cursor: pointer !important;
    z-index: 3 !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 {
    content: url(../fonts/img-btn_plus.svg);
    margin: 1px 5px 0 0
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #f0f0f0;
    z-index: -1;
    transition: .2s ease-out
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover:after {
    width: 100%;
    transition: .2s ease-out
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none !important
}

.qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

.qodef-woo-product-list.qodef-item-layout--info-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_brok_core_woo_dropdown_cart,
.widget_shopping_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_brok_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_brok_core_woo_dropdown_cart .qodef-m-opener,
.widget_brok_core_woo_dropdown_cart>.widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart>.widgettitle {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-right: 9px;
    cursor: pointer;
    color: #000
}

.widget_brok_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count,
.widget_brok_core_woo_dropdown_cart>.widgettitle .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count,
.widget_shopping_cart>.widgettitle .qodef-m-opener-count {
    position: absolute;
    top: 28px;
    right: 0;
    font-size: 11px;
    font-weight: 700
}

.widget_brok_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_brok_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    display: block;
    padding: 35px 0;
    text-align: left;
    background: #000;
    color: #fff;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.widget_brok_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.widget_brok_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-m-posts-not-found,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.widget_shopping_cart .widget_shopping_cart_content .qodef-m-posts-not-found {
    font-style: italic
}

header .widget_brok_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_brok_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 {
    position: absolute;
    top: 100%;
    left: auto;
    right: -70px;
    width: 360px;
    opacity: 0 !important;
    visibility: hidden !important
}

.touchevents header .widget_brok_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_brok_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_brok_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,
.widget_brok_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 29px !important
}

.widget_brok_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_brok_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_brok_core_woo_dropdown_cart .qodef-woo-mini-cart a,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart a,
.widget_shopping_cart .qodef-woo-mini-cart a,
.widget_shopping_cart .woocommerce-mini-cart a {
    color: #fff
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_brok_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 {
    position: relative;
    margin: 0 0 16px 0
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_brok_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_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_brok_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 {
    width: 79px
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 20px;
    line-height: 1;
    z-index: 5
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_brok_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_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    vertical-align: top;
    float: left
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:after,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:after {
    content: "";
    display: table;
    clear: both
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
    position: relative;
    max-height: 50vh;
    overflow: hidden
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart-item {
    display: flex
}

.widget_brok_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;
    margin-right: 17px
}

.widget_brok_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;
    background-color: #fff
}

.widget_brok_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-right: 20px
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title {
    margin: 0 0 4px 0
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title>a,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title>a {
    font-size: 12px
}

.widget_brok_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-price,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-price {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #fff
}

.widget_brok_core_woo_dropdown_cart .qodef-m-order-details,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 32px 0 35px
}

.widget_brok_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_brok_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: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 1.04em;
    text-transform: capitalize;
    color: #fff
}

.widget_brok_core_woo_dropdown_cart .qodef-m-order-details .amount,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,
.widget_shopping_cart .qodef-m-order-details .amount,
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 1.04em;
    margin-left: 6px;
    color: #fff
}

.widget_brok_core_woo_dropdown_cart .qodef-m-action,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap
}

.widget_brok_core_woo_dropdown_cart .qodef-m-action a,
.widget_brok_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;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6em;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    font-family: Montserrat, sans-serif !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    background-color: transparent;
    z-index: 5;
    padding: 15px 23px 17px;
    color: #000;
    border: 1px solid transparent;
    background-color: #e8e8e8;
    align-items: center;
    justify-content: center
}

.widget_brok_core_woo_dropdown_cart .qodef-m-action a svg,
.widget_brok_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a svg,
.widget_shopping_cart .qodef-m-action a svg,
.widget_shopping_cart .woocommerce-mini-cart__buttons a svg {
    margin-right: 10px
}

header .widget_brok_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_brok_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
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
    max-height: calc(4 * (80px + 20px))
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #4c4c4c
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: var(--qode-main-color)
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px;
    background-color: #fff
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #4c4c4c
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
    max-height: calc(4 * (80px + 20px))
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #4c4c4c
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px;
    background-color: #fff
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
    color: #4c4c4c
}

.widget_brok_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_brok_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_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.widget_brok_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 #e1e1e1;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_brok_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_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px
}

.widget_brok_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_brok_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_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0
}

.widget_brok_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_brok_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_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6em;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    font-family: Montserrat, sans-serif !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    background-color: transparent;
    z-index: 5;
    width: 100%;
    padding: 12px 20px;
    justify-content: center;
    text-align: center;
    color: #000;
    border: 1px solid transparent;
    background-color: transparent !important
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-bg-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
    width: 50%;
    transition: .2s ease-out
}

.widget_brok_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover .qodef-bg-effect {
    width: 100%;
    transition: .2s ease-out
}

.widget_brok_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 .3s 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 .3s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1;
    transition: opacity .3s ease-out
}

.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-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: 56.25vw
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 19px
}

.qodef-portfolio-single .qodef-portfolio-info {
    margin-top: 0
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: flex;
    margin-bottom: 15px;
    flex-direction: row;
    align-items: center
}

.qodef-portfolio-single .qodef-portfolio-info>:first-child {
    margin-top: 2px
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share .qodef-social-title {
    font-size: 15px;
    margin-right: 13px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share li a {
    font-size: 12px;
    line-height: 1
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share.qodef-layout--list li {
    margin-right: 20px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share.qodef-layout--list li.qodef-facebook-share {
    margin-right: 17px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share.qodef-layout--list li.qodef-instagram-share {
    margin-right: 19px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share.qodef-layout--list li.qodef-linkedin-share {
    margin-right: 19px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share.qodef-layout--list li.qodef-pinterest-share {
    margin-right: 18px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share.qodef-layout--list li.qodef-tumblr-share {
    margin-right: 18px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 8px 0 0;
    font-size: 15px
}

.qodef-portfolio-single .qodef-portfolio-info>.qodef-e>a,
.qodef-portfolio-single .qodef-portfolio-info>.qodef-e>p {
    line-height: 1;
    margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info span.qodef-e-info-item {
    line-height: 1
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--category .qodef-e-category {
    line-height: 1
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--category .qodef-e-category a {
    color: #4c4c4c
}

.qodef-portfolio-single .qodef-variations--small .qodef-e-content.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin-right: 6px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 44px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 65px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 80px
}

.single-portfolio-item .qodef-page-title h1.qodef-m-title {
    font-size: 53px;
    line-height: 1em
}

.qodef-fullscreen-portfolio-slider .swiper-container-fade .swiper-slide {
    transition: .15s ease;
    opacity: 0 !important
}

.qodef-fullscreen-portfolio-slider .swiper-container-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.elementor-element-edit-mode .qodef-fullscreen-portfolio-slider .qodef-swiper-container {
    visibility: visible
}

.qodef-fullscreen-portfolio-slider .qodef-swiper-container .swiper-wrapper {
    opacity: 0
}

.qodef-fullscreen-portfolio-slider .qodef-swiper-container #qodef-fullscreen-portfolio-slider-images-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.qodef-fullscreen-portfolio-slider .qodef-swiper-container #qodef-fullscreen-portfolio-slider-images-container a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.qodef-fullscreen-portfolio-slider .qodef-swiper-container #qodef-fullscreen-portfolio-slider-images-container a.qodef--animate-in {
    animation: qode-swiper-image-in 1s cubic-bezier(.35, .01, .37, .96) both
}

.qodef-fullscreen-portfolio-slider .qodef-swiper-container #qodef-fullscreen-portfolio-slider-images-container a.qodef--animate-out {
    animation: qode-swiper-image-out 1s cubic-bezier(.35, .01, .37, .96) forwards
}

.qodef-fullscreen-portfolio-slider .qodef-swiper-container #qodef-fullscreen-portfolio-slider-images-container a:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 0
}

.qodef-fullscreen-portfolio-slider .qodef-swiper-container #qodef-fullscreen-portfolio-slider-images-container img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.qodef-fullscreen-portfolio-slider #qodef-fullscreen-portfolio-slider-info-container {
    position: absolute;
    bottom: 0
}

.qodef-fullscreen-portfolio-slider .qodef-e-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%
}

.qodef-fullscreen-portfolio-slider .qodef-e-image {
    height: calc(100% - 74px)
}

.qodef-fullscreen-portfolio-slider .qodef-e-image * {
    height: 100%;
    object-fit: cover
}

.qodef-fullscreen-portfolio-slider .qodef-e-image a {
    display: inline-block
}

.qodef-fullscreen-portfolio-slider .qodef-e-content .qodef-e-title {
    margin: 26px 0 6px
}

.qodef-fullscreen-portfolio-slider .qodef-e-content>a {
    font-size: 13px;
    font-style: italic;
    color: #707070;
    font-weight: 300
}

.qodef-fullscreen-portfolio-slider .qodef-e-content>a:hover {
    color: #000
}

.qodef-fullscreen-portfolio-slider .qodef-m-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 41px 0 35px
}

@media only screen and (max-width:1366px) {
    .qodef-fullscreen-portfolio-slider .qodef-m-bottom {
        padding: 0 0 10px
    }
}

.qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-title {
    max-width: 75%;
    margin: 0
}

.qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-left {
    width: 55%
}

.qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right {
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between
}

.qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right .qodef-e-middle {
    display: inline-flex;
    font-size: 13px;
    font-style: italic;
    flex-wrap: wrap;
    color: #707070;
    font-weight: 300;
    margin-left: 40px
}

.qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right .qodef-e-right h1 {
    margin-bottom: 0
}

.qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right .qodef-e-right .qodef-button {
    line-height: 1em
}

.qodef-fullscreen-portfolio-slider .swiper-button-next,
.qodef-fullscreen-portfolio-slider .swiper-button-prev {
    left: initial !important;
    right: 0 !important;
    padding-left: 13px;
    padding-right: 13px;
    background-color: #fff;
    transform: translateY(-50%)
}

.qodef-fullscreen-portfolio-slider .swiper-button-prev {
    top: calc(50% - 19px);
    padding-top: 8px;
    padding-bottom: 22px
}

.qodef-fullscreen-portfolio-slider .swiper-button-prev>svg {
    right: 1px;
    transform: translateX(0);
    transition: .2s ease-out
}

.qodef-fullscreen-portfolio-slider .swiper-button-prev:hover svg {
    transform: translateX(-5px);
    transition: .2s ease-out
}

.qodef-fullscreen-portfolio-slider .swiper-button-next {
    top: calc(50% - 56px);
    padding-top: 22px;
    padding-bottom: 6px
}

.qodef-fullscreen-portfolio-slider .swiper-button-next>svg {
    position: relative;
    left: 1px;
    transform: translateX(0);
    transition: .2s ease-out
}

.qodef-fullscreen-portfolio-slider .swiper-button-next:hover svg {
    transform: translateX(5px);
    transition: .2s ease-out
}

.qodef-fullscreen-portfolio-slider .swiper-pagination-fraction {
    left: auto;
    right: 0;
    bottom: 35px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 1.04em;
    width: auto;
    background-color: #fff
}

@media only screen and (max-width:680px) {
    .qodef-fullscreen-portfolio-slider .swiper-pagination-fraction {
        bottom: 32px
    }
}

.qodef-fullscreen-portfolio-slider .swiper-pagination-fraction .swiper-pagination-current {
    margin-right: 3px
}

.qodef-fullscreen-portfolio-slider .swiper-pagination-fraction .swiper-pagination-total {
    margin-left: 4px
}

body.qodef--has-fsps {
    overflow-y: scroll
}

.qodef-interactive-portfolio-showcase {
    height: 100vh;
    overflow: hidden;
    display: flex !important;
    flex-direction: column
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:before {
    transform: scaleX(1)
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article .qodef-e-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(1):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(1):before {
    transition-delay: .68s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(1) .qodef-e-inner {
    transition-delay: .64s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(2):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(2):before {
    transition-delay: .84s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(2) .qodef-e-inner {
    transition-delay: .8s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(3):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(3):before {
    transition-delay: 1s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(3) .qodef-e-inner {
    transition-delay: .96s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(4):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(4):before {
    transition-delay: 1.16s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(4) .qodef-e-inner {
    transition-delay: 1.12s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(5):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(5):before {
    transition-delay: 1.32s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(5) .qodef-e-inner {
    transition-delay: 1.28s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(6):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(6):before {
    transition-delay: 1.48s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(6) .qodef-e-inner {
    transition-delay: 1.44s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(7):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(7):before {
    transition-delay: 1.64s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(7) .qodef-e-inner {
    transition-delay: 1.6s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(8):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(8):before {
    transition-delay: 1.8s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(8) .qodef-e-inner {
    transition-delay: 1.76s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(9):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(9):before {
    transition-delay: 1.96s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(9) .qodef-e-inner {
    transition-delay: 1.92s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(10):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(10):before {
    transition-delay: 2.12s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(10) .qodef-e-inner {
    transition-delay: 2.08s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(11):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(11):before {
    transition-delay: 2.28s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(11) .qodef-e-inner {
    transition-delay: 2.24s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(12):after,
.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(12):before {
    transition-delay: 2.44s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-info-list article:nth-of-type(12) .qodef-e-inner {
    transition-delay: 2.4s
}

.qodef-interactive-portfolio-showcase.qodef--init .qodef-e-image-holder {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.qodef-interactive-portfolio-showcase .qodef-content-holder {
    display: flex;
    height: calc(100% - 90px);
    justify-content: center;
    padding: 90px 0 100px
}

@media only screen and (max-width:1440px) {
    .qodef-interactive-portfolio-showcase .qodef-content-holder {
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-interactive-portfolio-showcase .qodef-content-holder {
        padding: 0;
        height: 100%;
        flex-direction: column
    }
}

.qodef-interactive-portfolio-showcase .qodef-info-holder {
    display: flex;
    width: 44.5%;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none;
    justify-content: center
}

.qodef-interactive-portfolio-showcase .qodef-info-holder::-webkit-scrollbar {
    width: 0;
    opacity: 0
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list .qodef-e-info-slider {
    display: table;
    height: auto;
    position: relative;
    margin-top: 8px
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list .qodef-e-info {
    height: 100%
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article {
    padding: 15px 35px 15px 21%;
    display: block
}

@media only screen and (max-width:1440px) {
    .qodef-interactive-portfolio-showcase .qodef-e-info-list article {
        padding: 8px 35px 0 21%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-interactive-portfolio-showcase .qodef-e-info-list article {
        padding: 8px 35px 0 21%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-portfolio-showcase .qodef-e-info-list article {
        padding-left: 16%
    }
}

@media only screen and (max-width:768px) {
    .qodef-interactive-portfolio-showcase .qodef-e-info-list article {
        padding-left: 7%
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-portfolio-showcase .qodef-e-info-list article {
        padding: 20px
    }
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-inner {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .66s cubic-bezier(.4, .01, .14, .99), transform .66s cubic-bezier(.4, .01, .14, .99);
    will-change: transform
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-content .qodef-e-categories {
    font-size: 13px;
    line-height: 22px;
    font-style: italic;
    font-weight: 300
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-content .qodef-e-categories a {
    color: #707070
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-content .qodef-e-categories a:hover {
    color: #000
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-title {
    margin: 3px 0 17px
}

@media only screen and (max-width:680px) {
    .qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-title {
        margin-bottom: 0
    }
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-title a {
    display: inline-flex;
    flex-direction: column;
    position: relative
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-title a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-color: #f1f1f1;
    transition: .2s ease-out;
    z-index: -1
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article .qodef-e-title a:hover:before {
    width: 100% !important;
    transition: .2s ease-out
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article.qodef--hover .qodef-e-title a:after {
    transform: scaleX(1)
}

.qodef-interactive-portfolio-showcase .qodef-e-info-list article.qodef--hover .qodef-e-title a:before {
    width: 100% !important
}

.qodef-interactive-portfolio-showcase .qodef-e-image-holder {
    position: relative;
    width: 56%;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: clip-path 2s cubic-bezier(.46, .03, .52, .96)
}

@media only screen and (max-width:480px) {
    .qodef-interactive-portfolio-showcase .qodef-e-image-holder {
        display: none
    }
}

.qodef-interactive-portfolio-showcase .qodef-e-image-holder .qodef-e-media-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0s 1.45s;
    will-change: transform
}

.qodef-interactive-portfolio-showcase .qodef-e-image-holder .qodef-e-media-image.qodef--prev {
    opacity: 1;
    z-index: 2;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
    animation: qode-swiper-image-out 1s cubic-bezier(.35, .01, .37, .96) forwards
}

.qodef-interactive-portfolio-showcase .qodef-e-image-holder .qodef-e-media-image.qodef--hover {
    opacity: 1;
    z-index: 10;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
    animation: qode-swiper-image-in 1s cubic-bezier(.35, .01, .37, .96) both
}

.qodef-interactive-portfolio-showcase .qodef-e-image-holder .qodef-e-media-image.qodef--hover img {
    transition: transform 1.06s ease;
    transform: scale(1.01)
}

.qodef-interactive-portfolio-showcase .qodef-e-image-holder .qodef-e-media-image a {
    width: 100%;
    height: 100%
}

.qodef-interactive-portfolio-showcase .qodef-e-image-holder .qodef-e-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.06s ease .32s;
    transform: scale(1.15);
    transform-origin: center;
    will-change: transform
}

.qodef-interactive-portfolio-showcase .qodef-e-footnote-holder {
    display: flex;
    height: 82px;
    position: relative;
    justify-content: flex-end;
    display: inline-flex;
    font-size: 13px;
    font-style: italic;
    flex-wrap: wrap;
    color: #707070;
    font-weight: 300
}

@media only screen and (max-width:768px) {
    .qodef-interactive-portfolio-showcase .qodef-e-footnote-holder {
        height: 40px;
        margin: 0
    }
}

.qodef-interactive-portfolio-showcase .qodef-e-footnote-holder .qodef-e-footnote {
    margin-top: 5px;
    right: 50px;
    position: relative;
    font-weight: 300;
    display: flex;
    align-items: center
}

@media only screen and (max-width:1366px) {
    .qodef-interactive-portfolio-showcase .qodef-e-footnote-holder .qodef-e-footnote {
        margin-top: 0
    }
}

.qodef-interactive-portfolio-showcase .qodef-e-footnote-holder .qodef-e-footnote a {
    color: #707070
}

.qodef-interactive-portfolio-showcase .qodef-e-footnote-holder .qodef-e-footnote a:hover {
    color: #000
}

.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 .2s ease-out
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
    margin-top: 28px
}

.qodef-portfolio-list-horizontal-holder {
    display: flex;
    flex-direction: column;
    animation: qode-opacity .3s forwards .1s;
    overflow: hidden
}

.qodef-overflow {
    overflow: hidden !important
}

.qodef-overflow.touch body {
    position: fixed;
    width: 100vw;
    height: 100vh
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-list-horizontal-inner {
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
    will-change: transform;
    transition: transform .7s cubic-bezier(.2, .84, .5, 1);
    display: flex
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-list-horizontal-holder .qodef-portfolio-list-horizontal-inner {
        width: 100vw !important;
        transition: transform 0s;
        overflow-x: scroll
    }
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    margin: 0 23px;
    flex: 0 0 auto;
    padding: 100px 0 85px
}

@media only screen and (max-width:1366px) {
    .qodef-portfolio-list-horizontal-holder .qodef-plh-item {
        padding: 50px 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list-horizontal-holder .qodef-plh-item {
        width: calc(100% - 45px)
    }
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-e-media-image-holder {
    display: inline-block;
    overflow: hidden
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-e-media-image-holder-inner {
    display: inline-block
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item>a {
    display: block;
    overflow: hidden;
    height: auto
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-plh-inner {
    max-height: 100%
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-plh-inner>a {
    overflow: hidden;
    height: calc(100% - 70px);
    display: flex
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-plh-inner>a img {
    transform: scale(1);
    transition: transform 1s
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-plh-inner>a:hover img {
    transform: scale(1.03)
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item img {
    backface-visibility: hidden;
    will-change: transform
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-e-info-category a {
    display: inline-flex;
    font-size: 13px;
    font-style: italic;
    flex-wrap: wrap;
    color: #707070;
    font-weight: 300;
    font-weight: 300
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-e-info-category a:hover {
    color: #000
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-e-info-category a:not(:last-child):after {
    content: "/";
    color: inherit
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-e-info-category a:not(:last-child):hover:after {
    color: initial
}

.qodef-portfolio-list-horizontal-holder img {
    vertical-align: middle
}

.qodef-portfolio-list-horizontal-holder .qodef-plhi-title {
    margin: 24px 0 6px;
    max-width: 250px;
    white-space: normal
}

.qodef-portfolio-list-horizontal-holder.qodef-pl-appear-animation--yes .qodef-plh-inner {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transition: clip-path 2s cubic-bezier(.25, .1, .11, .99)
}

.elementor-editor-active .qodef-portfolio-list-horizontal-holder.qodef-pl-appear-animation--yes .qodef-plh-inner,
.qodef-portfolio-list-horizontal-holder.qodef-pl-appear-animation--yes .qodef--appeared .qodef-plh-inner {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 -1px 0)
}

.qodef-portfolio-list .qodef-e-inner {
    position: relative
}

.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-list .qodef-e-media>* {
    margin-bottom: 30px
}

.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

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

.qodef-portfolio-list .qodef-e-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background img {
    visibility: hidden
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 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
}

@media only screen and (max-width:768px) {
    .qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
        margin: 0 !important
    }
}

.qodef-portfolio-list.qodef-pl-appear-animation--yes .qodef-e-inner {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transition: clip-path 2s cubic-bezier(.25, .1, .11, .99)
}

.elementor-editor-active .qodef-portfolio-list.qodef-pl-appear-animation--yes .qodef-e-inner,
.qodef-portfolio-list.qodef-pl-appear-animation--yes .qodef--appeared .qodef-e-inner {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list.qodef-pl-appear-animation--yes.qodef-appear-left .qodef-e-inner {
    clip-path: inset(0 1px 1px 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list.qodef-pl-appear-animation--yes.qodef-appear-left .qodef-e-media-image {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: clip-path 2s cubic-bezier(.25, .1, .11, .99)
}

.qodef-portfolio-list.qodef-pl-appear-animation--yes.qodef-appear-left .qodef-e-content {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    transition: clip-path 1s cubic-bezier(.25, .1, .11, .99) 1s
}

.elementor-editor-active .qodef-portfolio-list.qodef-pl-appear-animation--yes.qodef-appear-left .qodef-e-media-image,
.qodef-portfolio-list.qodef-pl-appear-animation--yes.qodef-appear-left .qodef--appeared .qodef-e-media-image {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 1px 1px 0)
}

.elementor-editor-active .qodef-portfolio-list.qodef-pl-appear-animation--yes.qodef-appear-left .qodef-e-content,
.qodef-portfolio-list.qodef-pl-appear-animation--yes.qodef-appear-left .qodef--appeared .qodef-e-content {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 -1px -1px 0)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 23px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-bottom-holder {
    margin-top: 4px;
    font-weight: 300
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-hidden .qodef-e-content .qodef-e-bottom-holder,
.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-hidden .qodef-e-content .qodef-e-text {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-hidden .qodef-e-content .qodef-e-title {
    top: 30px;
    position: relative;
    transition: all .4s ease .1s
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-hidden .qodef-e-content .qodef-e-info {
    position: relative;
    top: 30px;
    transition: all .4s ease
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-hidden .qodef-e-inner:hover .qodef-e-content .qodef-e-title {
    top: 0
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-hidden .qodef-e-inner:hover .qodef-e-content .qodef-e-info {
    top: 0;
    transition: all .4s ease .25s
}

.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-media-image {
    overflow: hidden
}

.qodef-item-layout--info-below.qodef-hover-animation--clip article:hover .qodef-e-media-image {
    clip-path: inset(7px)
}

.qodef-item-layout--info-below.qodef-hover-animation--clip article:hover .qodef-e-media-image img {
    transform: none
}

.qodef-item-layout--info-below.qodef-hover-animation--clip .qodef-e-media-image {
    clip-path: inset(0);
    transition: clip-path .5s cubic-bezier(.29, .51, .27, .96);
    min-width: 1px
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--image-tilt .qodef-e-image a {
    display: block;
    position: relative
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--image-tilt .qodef-e-media-image:hover .qodef-e-image-overlay {
    opacity: 1
}

.qodef-item-layout--info-below.qodef-hover-animation--image-zoom .qodef-e-image {
    overflow: hidden
}

.qodef-item-layout--info-below.qodef-hover-animation--image-zoom .qodef-e-image img {
    transform: scale(1);
    transition: transform 1s
}

.qodef-item-layout--info-below.qodef-hover-animation--image-zoom .qodef-e-image:hover img {
    transform: scale(1.03)
}

.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-post-link {
    z-index: 2
}

.qodef-portfolio-list.qodef-item-layout--info-follow a {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow a img {
    transform: scale(1);
    transition: transform 1s
}

.qodef-portfolio-list.qodef-item-layout--info-follow a:hover img {
    transform: scale(1.03)
}

.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
}

.qodef-e-content-follow .qodef-e-title a {
    color: inherit
}

.qodef-e-content-follow .qodef-e-bottom-holder,
.qodef-e-content-follow .qodef-e-text {
    clip-path: inset(0 100% 0 0);
    transition: all .3s ease-out
}

.qodef-e-content-follow .qodef-e-bottom-holder>*,
.qodef-e-content-follow .qodef-e-text>* {
    display: inline-block;
    background-color: #fff;
    z-index: 10
}

.qodef-e-content-follow .qodef-e-bottom-holder {
    top: -1px;
    position: relative
}

.qodef-e-content-follow .qodef-e-bottom-holder .qodef-e-info {
    padding: 1px 19px 15px 15px;
    vertical-align: bottom;
    display: inline-flex
}

.qodef-e-content-follow .qodef-e-bottom-holder .qodef-e-info a {
    line-height: 1em;
    font-weight: 300;
    font-size: 13px;
    color: #707070
}

.qodef-e-content-follow .qodef-e-bottom-holder .qodef-e-info .qodef-info-separator-single {
    top: -4px;
    position: relative;
    margin-bottom: -11px
}

.qodef-e-content-follow .qodef-e-text>* {
    padding: 15px 17px 13px 15px
}

.qodef-e-content-follow.qodef-is-active {
    visibility: visible
}

.qodef-e-content-follow.qodef-is-active .qodef-e-bottom-holder,
.qodef-e-content-follow.qodef-is-active .qodef-e-text {
    clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article {
    margin-top: 106px
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article:first-child {
    margin-top: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 40px 45px 19px;
    background-color: #fff;
    width: auto
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
        padding: 27px 44px 9px
    }
}

@media only screen and (max-width:768px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
        padding: 27px 24px 9px
    }
}

@media only screen and (max-width:480px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
        padding: 18px 20px 12px
    }
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content>a {
    position: relative;
    z-index: 3;
    font-weight: 300
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content>a:hover {
    color: #000
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-text .qodef-info-separator-single,
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-text>a {
    color: #707070;
    font-style: italic;
    font-weight: 300;
    font-size: 13px
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
    margin: 0 0 7px
}

.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 article .qodef-e-read-more {
    margin-top: 10px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-read-more {
        margin-top: 5px
    }
}

@media only screen and (max-width:480px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-read-more {
        display: none
    }
}

.qodef-portfolio-list.qodef-filter--left.qodef-col-num--1.qodef-gutter--enormous>.qodef-grid-inner article:last-child {
    margin-bottom: -100px
}

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-project-info a,
.qodef-portfolio-project-info p {
    margin: 0
}

.qodef-portfolio-slider-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh
}

.qodef-portfolio-slider-holder img {
    display: block;
    position: relative
}

.qodef-portfolio-slider-holder .qodef-portfolio-slider-images {
    position: relative;
    height: 100%;
    width: 100%
}

.qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image {
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center
}

.qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image .qodef-e-image {
    opacity: 0
}

.qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image .qodef-m-content-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    max-width: 100%;
    left: 13.7%;
    margin-top: -8px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image .qodef-m-content-holder {
        left: 7.7%;
        margin-top: -27px
    }
}

@media only screen and (max-width: 480px) {
  .qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image .qodef-m-content-holder {
    left: 0;
    right: auto;
    padding-left: 33px;
    padding-right: 29px;
    width: 100%;
    box-sizing: border-box;
    text-align: left; /* preserve alignment */
  }

  .qodef-m-content-holder .qodef-m-title,
  .qodef-m-content-holder .qodef-m-button {
    font-size: 16px;
    line-height: 1.4;
  }
}


.qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image .qodef-m-content-holder>.entry-title {
    font-size: 110px;
    color: #010e98;
    line-height: 1em;
    font-weight: 700;
    max-width: 70%;
    
}

.qodef-portfolio-slider-holder .qodef-portfolio-slider-images 
.qodef-pfs-image .qodef-m-content-holder > .entry-title {
  font-size: clamp(18px, 5vw, 28px);
  line-height: 1.4;
  word-wrap: break-word; /* Keeps text clean on smaller screens */
  max-width: 100%;       /* Prevents overflow */
}


.qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image .qodef-m-content-holder .qodef-button {
    margin-top: 25px;
    margin-left: 8px
}

.qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image .qodef-m-content-holder .qodef-button .qodef-bg-effect {
    background-color: #010e98
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image .qodef-m-content-holder .qodef-button {
        margin-left: 5px
    }
}

@media only screen and (max-width:480px) {
    .qodef-portfolio-slider-holder .qodef-portfolio-slider-images .qodef-pfs-image .qodef-m-content-holder .qodef-button {
        margin-left: 1px
    }
}

.qodef-portfolio-slider-holder #qodef-portfolio-slider-images-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.qodef-portfolio-slider-holder #qodef-portfolio-slider-images-container .qodef-e-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.qodef-portfolio-slider-holder #qodef-portfolio-slider-images-container .qodef-e-image.qodef--animate-in {
    animation: qode-swiper-image-in .8s cubic-bezier(.46, .03, .52, .96) both
}

.qodef-portfolio-slider-holder #qodef-portfolio-slider-images-container .qodef-e-image.qodef--animate-out {
    animation: qode-swiper-image-out .8s cubic-bezier(.46, .03, .52, .96) forwards
}

.qodef-portfolio-slider-holder #qodef-portfolio-slider-images-container .qodef-e-image:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 0
}

.qodef-portfolio-slider-holder #qodef-portfolio-slider-images-container img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.qodef-portfolio-slider-holder .qodef-portfolio-slider-info-items-outer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 80
}

.qodef-portfolio-slider-holder .qodef-portfolio-slider-info-items-outer .qodef-portfolio-slider-info-items {
    padding: 41px 0 15px 100px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative
}

@media only screen and (max-width:1440px) {
    .qodef-portfolio-slider-holder .qodef-portfolio-slider-info-items-outer .qodef-portfolio-slider-info-items {
        padding: 32px 0 0 77px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-slider-holder .qodef-portfolio-slider-info-items-outer .qodef-portfolio-slider-info-items {
        padding: 15px 0 15px 20px
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-slider-holder .qodef-portfolio-slider-info-items-outer .qodef-portfolio-slider-info-items {
        padding: 20px
    }
}

.qodef-portfolio-slider-holder .qodef-pfs-item .qodef-pfs-title {
    margin: 12px 0 6px;
    color: rgba(0, 0, 0, .43)
}

.qodef-portfolio-slider-holder .qodef-pfs-item.swiper-slide-thumb-active .qodef-pfs-category-holder a {
    color: #707070
}

.qodef-portfolio-slider-holder .qodef-pfs-item.swiper-slide-thumb-active .qodef-pfs-category-holder a:hover {
    color: #000
}

.qodef-portfolio-slider-holder .qodef-pfs-item.swiper-slide-thumb-active .qodef-pfs-count {
    color: #000
}

.qodef-portfolio-slider-holder .qodef-pfs-item .qodef-pfs-category-holder a,
.qodef-portfolio-slider-holder .qodef-pfs-item .qodef-pfs-count {
    font-size: 15px;
    font-weight: 700;
    color: rgba(112, 112, 112, .43);
    line-height: 25px
}

.qodef-portfolio-slider-holder .qodef-pfs-item .qodef-pfs-category-holder a span:after,
.qodef-portfolio-slider-holder .qodef-pfs-item .qodef-pfs-count span:after {
    content: "/";
    position: relative;
    display: inline-block;
    margin: 0 5px
}

.qodef-portfolio-slider-holder .qodef-pfs-item .qodef-pfs-category-holder a span:last-child:after,
.qodef-portfolio-slider-holder .qodef-pfs-item .qodef-pfs-count span:last-child:after {
    display: none
}

.qodef-portfolio-slider-holder .qodef-pfs-item .qodef-pfs-category-holder a {
    display: inline-flex;
    font-size: 13px;
    font-style: italic;
    flex-wrap: wrap;
    color: #707070;
    font-weight: 300;
    font-weight: 300;
    color: rgba(112, 112, 112, .43)
}

.qodef-portfolio-slider-holder .qodef-pfs-item.swiper-slide-thumb-active .qodef-pfs-title {
    color: #000
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-slider-holder .swiper-container {
        width: 100%
    }
}

.qodef-portfolio-slider-holder .swiper-wrapper {
    margin-bottom: 12px
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-slider-holder .swiper-wrapper {
        margin: 0;
        padding: 0
    }
}

.qodef-portfolio-slider-holder .swiper-button-next,
.qodef-portfolio-slider-holder .swiper-button-prev {
    left: initial !important;
    right: 0 !important;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fff
}

.qodef-portfolio-slider-holder .swiper-button-prev {
    top: calc(50% + 18px);
    padding-top: 7px;
    padding-bottom: 20px
}

.qodef-portfolio-slider-holder .swiper-button-next {
    top: calc(50% - 19px);
    padding-top: 20px;
    padding-bottom: 7px
}

.qodef-portfolio-slider-holder.qodef--loading .qodef--preloader {
    z-index: 81;
    opacity: 1
}

.qodef-portfolio-slider-holder .qodef--preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    transition: all .2s ease-out
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#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;
    height: 17px
}

#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 svg {
    transition: .2s ease-out
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover>svg {
    transform: translateX(-5px);
    transition: .2s ease-out
}

#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 svg {
    transition: .2s ease-out
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover>svg {
    transform: translateX(5px);
    transition: .2s ease-out
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
    font-size: 32px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.04em
}

.qodef-portfolio-single.qodef-layout--custom .qodef-portfolio-info .qodef-portfolio-content {
    justify-content: center
}

.qodef-portfolio-single.qodef-layout--custom .qodef-portfolio-info .qodef-portfolio-content>* {
    width: 100%
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media {
    margin-bottom: 27px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-media {
        margin-bottom: 11px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-grid>.qodef-grid-inner>.qodef-grid-item {
        width: 100% !important
    }

    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-grid>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: none !important
    }
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content {
    margin-top: 34px
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info {
    margin-top: 0
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info>* {
    flex-direction: row;
    align-items: center
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info .qodef-e-label {
    margin: 0 8px 0 0;
    font-size: 15px
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info .qodef-social-share .qodef-social-title {
    font-size: 15px
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info .qodef-social-share li a {
    font-size: 15px;
    line-height: 1
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info .qodef-social-share.qodef-layout--list li {
    margin-right: 20px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info .qodef-social-share {
        line-height: 1
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-content {
        margin-bottom: 43px
    }
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content>.qodef-grid-inner>.qodef-grid-item.qodef-col--9 {
    width: 70.5% !important
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content>.qodef-grid-inner>.qodef-grid-item.qodef-col--3 {
    width: 29.5% !important
}

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

    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content>.qodef-grid-inner>.qodef-grid-item.qodef-col--3,
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content>.qodef-grid-inner>.qodef-grid-item.qodef-col--9 {
        width: 100% !important
    }
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-title {
    margin-top: -3px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-title {
        margin-top: 0
    }
}

.qodef-portfolio-single.qodef-layout--gallery-big #qodef-single-portfolio-navigation {
    margin-top: 73px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big #qodef-single-portfolio-navigation {
        margin-top: 90px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media .qodef-grid>.qodef-grid-inner>.qodef-grid-item {
        width: 100% !important
    }

    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media .qodef-grid>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: none !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-e-content .qodef-portfolio-info .qodef-social-share {
        line-height: 1
    }
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-title {
    margin-top: -8px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-title {
        margin-top: 0
    }
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 31px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content {
    margin-top: 0;
    margin-bottom: 49px
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-info {
    margin-top: 0
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-info .qodef-social-share {
        line-height: 1;
        margin-bottom: 1px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-content {
        margin-bottom: 40px
    }
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-inner .qodef-grid-item.qodef-col--9 {
    width: 70.5% !important
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-inner .qodef-grid-item.qodef-col--3 {
    width: 29.5% !important;
    margin-top: 3px
}

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

    .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-inner .qodef-grid-item.qodef-col--3,
    .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-inner .qodef-grid-item.qodef-col--9 {
        width: 100% !important
    }
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 31px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--images-small .qodef-e-content .qodef-portfolio-info .qodef-social-share {
        line-height: 1
    }
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title {
    margin-top: -8px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title {
        margin-top: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-big .qodef-media {
        margin-bottom: 17px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-big .qodef-media .qodef-grid>.qodef-grid-inner>.qodef-grid-item {
        width: 100% !important;
        height: auto !important
    }

    .qodef-portfolio-single.qodef-layout--masonry-big .qodef-media .qodef-grid>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: none !important
    }
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content {
    margin-top: 34px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-content {
        margin-bottom: 43px
    }
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
    margin-top: 0
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info .qodef-social-share {
        line-height: 1
    }
}

.qodef-portfolio-single.qodef-layout--masonry-big #qodef-single-portfolio-navigation {
    margin-top: 76px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-big #qodef-single-portfolio-navigation {
        margin-top: 90px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media .qodef-grid>.qodef-grid-inner>.qodef-grid-item {
        width: 100% !important;
        height: auto !important
    }

    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media .qodef-grid>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: none !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content {
        margin-bottom: 43px
    }
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-title {
    margin-top: -8px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-title {
        margin-top: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info .qodef-social-share {
        line-height: 1
    }
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-next,
.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-prev {
    left: initial !important;
    right: 0 !important;
    padding-left: 13px;
    padding-right: 13px;
    background-color: #fff
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-prev {
    top: calc(50% + 19px);
    padding-top: 7px;
    padding-bottom: 23px;
    transform: none
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-prev svg {
    transition: .2s ease-out .3s
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-prev:hover>svg {
    transform: translateX(-5px);
    transition: .2s ease-out
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-next {
    top: calc(50% - 19px);
    padding: 23px 12px 7px 14px;
    transform: none
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-next svg {
    transition: .2s ease-out .3s
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-next:hover>svg {
    transform: translateX(5px);
    transition: .2s ease-out
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content {
    margin-top: 0;
    margin-bottom: 49px
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-info {
    margin-top: 0
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-info .qodef-social-share {
        line-height: 1;
        margin-bottom: 1px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-content {
        margin-bottom: 40px
    }
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-inner .qodef-grid-item.qodef-col--9 {
    width: 70.5% !important
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-inner .qodef-grid-item.qodef-col--3 {
    width: 29.5% !important;
    margin-top: 3px
}

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

    .qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-inner .qodef-grid-item.qodef-col--3,
    .qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-inner .qodef-grid-item.qodef-col--9 {
        width: 100% !important
    }
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-next,
.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-prev {
    left: initial !important;
    right: 0 !important;
    padding-left: 13px;
    padding-right: 13px;
    background-color: #fff
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-prev {
    top: calc(50% + 19px);
    padding-top: 7px;
    padding-bottom: 23px;
    transform: none
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-prev svg {
    transition: .2s ease-out .3s
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-prev:hover>svg {
    transform: translateX(-5px);
    transition: .2s ease-out
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-next {
    top: calc(50% - 19px);
    padding: 23px 12px 7px 14px;
    transform: none
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-next svg {
    transition: .2s ease-out .3s
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-next:hover>svg {
    transform: translateX(5px);
    transition: .2s ease-out
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info .qodef-social-share {
        line-height: 1
    }
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-title {
    margin-top: -8px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-title {
        margin-top: 0
    }
}

.qodef-team-list .qodef-e-role {
    margin: 0
}

.qodef-team-list .qodef-e-title {
    margin: 2px 0 13px
}

.qodef-team-list .qodef-team-member-social-icons {
    margin: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image {
    overflow: hidden
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image img {
    transform: scale(1);
    transition: transform 1s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover img {
    transform: scale(1.03)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 23px 0 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-title {
    margin-bottom: 7px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-role {
    margin-bottom: 11px;
    font-size: 13px;
    font-style: italic;
    color: #898989
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon {
    margin-left: 16px;
    opacity: 0;
    position: relative;
    transform: translateY(10px);
    transition: .5s cubic-bezier(.12, .48, .05, .96)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:first-child {
    margin-left: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon span {
    font-size: 12px;
    font-weight: 600;
    color: #898989
}

.qodef-team-list.qodef-item-layout--info-below .qodef-grid-item:hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon {
    opacity: 1;
    transform: translateY(0)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-grid-item:hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:nth-child(1) {
    transition: .2s ease-out;
    transition-delay: .15s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-grid-item:hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:nth-child(2) {
    transition: .2s ease-out;
    transition-delay: .3s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-grid-item:hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:nth-child(3) {
    transition: .2s ease-out;
    transition-delay: .45s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-grid-item:hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:nth-child(4) {
    transition: .2s ease-out;
    transition-delay: .6s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-grid-item:hover .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:nth-child(5) {
    transition: .2s ease-out;
    transition-delay: .75s
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
    z-index: 1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .2s ease-out;
    z-index: -1
}

.qodef-testimonials-list .qodef-e-content {
    margin: 0 auto;
    padding: 0 16%
}

@media only screen and (max-width:1024px) {
    .qodef-testimonials-list .qodef-e-content {
        padding: 0 30px
    }
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 40px
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 25px
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: auto
}

.qodef-testimonials-list .qodef-e-quote-icon {
    margin: 0 0 41px 1px
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 25px;
    font-size: 15px;
    font-style: italic
}

.qodef-testimonials-list .qodef-e-author {
    display: flex;
    flex-direction: column;
    margin: 0
}

.qodef-testimonials-list .qodef-e-author .qodef-e-author-job {
    margin-top: 12px;
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    color: #898989;
    text-transform: none
}

.qodef-testimonials-list .swiper-button-next svg,
.qodef-testimonials-list .swiper-button-prev svg {
    fill: #000
}

.qodef-testimonials-list~.swiper-button-next {
    right: 0 !important
}

@media only screen and (max-width:1024px) {
    .qodef-testimonials-list~.swiper-button-next {
        display: none
    }
}

.qodef-testimonials-list~.swiper-button-prev {
    left: 0 !important
}

@media only screen and (max-width:1024px) {
    .qodef-testimonials-list~.swiper-button-prev {
        display: none
    }
}

.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-swiper-container {
    width: calc(100% - 52px);
    margin: 0 auto;
    display: block
}

.qodef-testimonials-list.qodef-swiper-container .qodef-e-inner {
    padding-bottom: 0
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide {
    opacity: 0;
    transition: opacity .3s ease
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-active,
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1
}

.qodef-testimonials-list.qodef-align--center .qodef-e-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.qodef-testimonials-list.qodef-align--center .qodef-e-content .qodef-e-text {
    text-align: center
}

.qodef-testimonials-list.qodef-align--center .qodef-e-author {
    align-items: center
}

.qodef-review-rating {
    display: flex
}

.qodef-review-rating .qodef-rating-inner {
    display: flex;
    flex-basis: 50%
}

.qodef-review-rating label {
    margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
    display: flex;
    margin: 0
}

.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: block;
    margin: 0 .1em 0 0;
    cursor: pointer;
    color: #000
}

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: #000
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-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%
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .98);
    z-index: 100
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto;
    z-index: 105
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #fff;
    line-height: 2em;
    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-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #fff;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    pointer-events: none
}

.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 {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-cover {
    z-index: 101;
    opacity: 1;
    cursor: none
}

.qodef-fullscreen-search-cover {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

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

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 0;
    padding: 2px 10px 2px 5px;
    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: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
    color: #fff;
    background-color: #000
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 16px 0 2px;
    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-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: Montserrat, 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;
    transition: all .35s ease-out
}

.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: center;
    padding: 30px
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6em;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    font-family: Montserrat, sans-serif !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    background-color: transparent;
    z-index: 5;
    padding: 15px 23px 17px
}

.qodef-button.qodef-size--small {
    padding: 16px 22px
}

.qodef-button.qodef-size--large {
    padding: 15px 42px
}

.qodef-button.qodef-size--full {
    width: 100%;
    text-align: center;
    justify-content: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #000;
    border: 1px solid transparent;
    background-color: transparent !important
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-bg-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
    width: 50%;
    transition: .2s ease-out
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-bg-effect {
    width: 100%;
    transition: .2s ease-out
}

.qodef-button.qodef-layout--filled .qodef-m-text {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.qodef-button.qodef-layout--filled svg {
    fill: currentColor;
    margin-right: 9px
}

.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: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    color: #000;
    background-color: transparent;
    border: 0;
    align-items: center
}

.qodef-button.qodef-layout--textual svg {
    transition: .2s ease-out
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual:hover svg {
    transform: translateX(5px);
    transition: .2s ease-out
}

.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.3333333333%
}

.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.6666666667%
}

.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: 90px;
    line-height: 1em;
    font-weight: 600;
    color: #000
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: inherit;
    font-weight: 600;
    font-size: 75px;
    line-height: 1;
    color: #000
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 5px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

.widget.widget_brok_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: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 46px;
    line-height: 1em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1.04em;
    color: #fff;
    background-color: #000
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #000
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 15px
}

.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_brok_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_brok_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_brok_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
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: #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_brok_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_brok_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_brok_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_brok_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery .swiper-button-next,
.qodef-image-gallery .swiper-button-prev {
    left: initial !important;
    right: 0 !important;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fff;
    transform: none
}

.qodef-image-gallery .swiper-button-prev {
    top: calc(50% + 18px);
    padding-top: 7px;
    padding-bottom: 20px
}

.qodef-image-gallery .swiper-button-prev>svg {
    transform: translateX(0);
    transition: .25s ease-out .3s
}

.qodef-image-gallery .swiper-button-prev:hover svg {
    transform: translateX(-5px);
    transition: .2s ease-out
}

.qodef-image-gallery .swiper-button-next {
    top: calc(50% - 18px);
    padding-top: 20px;
    padding-bottom: 7px
}

.qodef-image-gallery .swiper-button-next>svg {
    transform: translateX(0);
    transition: .25s ease-out .3s
}

.qodef-image-gallery .swiper-button-next:hover svg {
    transform: translateX(5px);
    transition: .2s ease-out
}

.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:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .05);
    opacity: 0;
    z-index: 0
}

.qodef-image-with-text .qodef-m-image a {
    z-index: 1;
    position: relative
}

.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 {
    margin: 31px 0 0
}

.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0
}

.qodef-image-with-text.qodef-iwt-appear-animation--yes .qodef-m-image img {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transition: clip-path 2s cubic-bezier(.25, .1, .11, .99)
}

.qodef-image-with-text.qodef-iwt-appear-animation--yes .qodef-m-content {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transition: clip-path 1s cubic-bezier(.25, .1, .11, .99) 1s
}

.elementor-editor-active .qodef-image-with-text.qodef-iwt-appear-animation--yes .qodef-m-image:after,
.qodef-image-with-text.qodef-iwt-appear-animation--yes.qodef--appeared .qodef-m-image:after {
    opacity: 1;
    transition: opacity .5s ease 1s
}

.elementor-editor-active .qodef-image-with-text.qodef-iwt-appear-animation--yes .qodef-m-image img,
.qodef-image-with-text.qodef-iwt-appear-animation--yes.qodef--appeared .qodef-m-image img {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.elementor-editor-active .qodef-image-with-text.qodef-iwt-appear-animation--yes .qodef-m-content,
.qodef-image-with-text.qodef-iwt-appear-animation--yes.qodef--appeared .qodef-m-content {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 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-item-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    visibility: hidden
}

.qodef-item-showcase .qodef-m-image {
    position: relative;
    flex-shrink: 0;
    margin: 0 60px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-image img {
    display: block
}

.qodef-item-showcase .qodef-m-items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.qodef-item-showcase .qodef-m-items.qodef--left {
    text-align: right
}

.qodef-item-showcase .qodef-m-items.qodef--right {
    text-align: left
}

.qodef-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-item:first-child {
    margin-top: 0
}

.qodef-item-showcase .qodef-m-item:nth-child(1) {
    transition-delay: .2s
}

.qodef-item-showcase .qodef-m-item:nth-child(2) {
    transition-delay: .4s
}

.qodef-item-showcase .qodef-m-item:nth-child(3) {
    transition-delay: .6s
}

.qodef-item-showcase .qodef-m-item:nth-child(4) {
    transition-delay: .8s
}

.qodef-item-showcase .qodef-m-item:nth-child(5) {
    transition-delay: 1s
}

.qodef-item-showcase .qodef-m-item:nth-child(6) {
    transition-delay: 1.2s
}

.qodef-item-showcase .qodef-e-title {
    margin: 0
}

.qodef-item-showcase .qodef-e-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-item-showcase .qodef-e-title-link:hover {
    color: var(--qode-main-color)
}

.qodef-item-showcase .qodef-e-text {
    margin: 20px 0 0
}

.qodef-item-showcase.qodef--init {
    visibility: visible
}

.qodef-item-showcase.qodef--init .qodef-m-image {
    opacity: 1;
    transform: translateY(0)
}

.qodef-item-showcase.qodef--init .qodef-m-item {
    opacity: 1;
    transform: translateY(0)
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
    padding: 45px
}

.qodef-pricing-table .qodef-m-title p {
    margin: 0;
    color: #000
}

.qodef-pricing-table .qodef-m-price {
    margin-top: -3px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: center
}

.qodef-pricing-table .qodef-m-content {
    margin: 25px 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-button .qodef-button {
    margin: 25px 0 0
}

.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: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em
}

.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: -32px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 13px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    top: -32px;
    transform: translateX(-125%);
    bottom: 0
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-text {
    margin: 25px 0 0
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-separator {
    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 #e1e1e1
}

.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_brok_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_brok_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_brok_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;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 32px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    display: block;
    padding: 0;
    transition: color .2s ease-out, background-color .2s ease-out;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.06em;
    position: relative
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .2s ease-out
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after {
    width: 100%;
    transition: .2s ease-out
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
    width: 100%;
    transition: .2s 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 {
        margin: 0 0 26px 0;
        padding: 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #e1e1e1
}

.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-vertical-split-slider--initialized {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider {
    visibility: visible
}

.qodef-vertical-split-slider {
    position: relative;
    height: 100vh;
    visibility: hidden;
    overflow: hidden
}

.qodef-vertical-split-slider-responsive {
    display: none
}

.qodef-vertical-split-slider .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-m-image {
    max-height: 40%;
    width: auto
}

.qodef-vertical-split-slider .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-m-title {
    display: block;
    margin: 0
}

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

    .qodef-vertical-split-slider .qodef-m-title,
    .qodef-vertical-split-slider-responsive .qodef-m-title {
        margin-top: 30px
    }
}

.qodef-vertical-split-slider .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-m-text {
    margin: 25px 0 0 0
}

.qodef-vertical-split-slider .qodef-m-button,
.qodef-vertical-split-slider-responsive .qodef-m-button {
    margin-top: 31px;
    background-color: #f0f0f0;
    height: auto !important
}

.qodef-vertical-split-slider .qodef-m-button span,
.qodef-vertical-split-slider-responsive .qodef-m-button span {
    margin: 0
}

.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    background-size: cover;
    background-position: center;
    display: flex !important
}

.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 0 23%
}

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

    .qodef-vertical-split-slider .qodef-m-slide-content,
    .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 0 16.3%
    }
}

#multiscroll-nav {
    display: none
}

#multiscroll-nav li {
    width: 11px;
    height: 11px;
    margin: 14px
}

#multiscroll-nav a span {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #e8e8e8;
    border: none;
    transform: translateX(-50%) translateY(-50%)
}

#multiscroll-nav a.active span {
    background-color: var(--qode-main-color);
    width: 11px;
    height: 11px
}

#multiscroll-nav.right {
    right: 42px !important
}

.qodef-vertical-split-slider--initialized #multiscroll-nav {
    display: block
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--light a:not(.active) span {
    background-color: #e8e8e8
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--dark a:not(.active) span {
    background-color: #000
}

.ms-section {
    padding-top: 0 !important
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 106px;
    line-height: 1
}

.qodef-video-button .qodef-m-play span {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play span:before {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play .qodef-svg--play {
    fill: #fff;
    transition: .2s ease-out
}

.qodef-video-button .qodef-m-play .qodef-svg--play:hover {
    transform: scale(1.1);
    transition: .2s ease-out
}

#qodef-side-area {
    color: #ccc;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -495px;
    width: 495px;
    height: 100%;
    min-height: 100%;
    padding: 140px 85px 35px;
    text-align: center;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

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

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area .widget {
    display: inline-block;
    color: #ccc
}

#qodef-side-area .widget a {
    color: #ccc
}

#qodef-side-area .widget a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-icon-holder {
    margin-right: 16px
}

#qodef-side-area .widget.widget_brok_core_social_icons_group {
    display: block
}

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

.admin-bar #qodef-side-area-close {
    top: 72px
}

.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: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em
}

.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: 15px
}

.qodef-social-share li.qodef-facebook-share a:hover {
    color: #3b5998
}

.qodef-social-share li.qodef-twitter-share a:hover {
    color: #00aced
}

.qodef-social-share li.qodef-linkedin-share a:hover {
    color: #007bb5
}

.qodef-social-share li.qodef-tumblr-share a:hover {
    color: #32506d
}

.qodef-social-share li.qodef-pinterest-share a:hover {
    color: #cb2027
}

.qodef-social-share li.qodef-vk-share a:hover {
    color: #45668e
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown: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-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: block;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
    display: block;
    line-height: inherit
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.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: #4c4c4c;
    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: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--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--brok-intro.qodef-animation-stop {
    position: relative;
    height: 100vh
}

.admin-bar #qodef-page-spinner.qodef-layout--brok-intro.qodef-animation-stop {
    margin-top: -32px
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-spinner {
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-images-holder {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: clip-path;
    transition-timing-function: cubic-bezier(1, .84, .73, 1.04);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-images-holder.qodef-brok-intro-animate-border {
    clip-path: inset(80px 80px 80px 80px);
    -webkit-clip-path: inset(80px 80px 80px 80px)
}

@media only screen and (max-width:480px) {
    #qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-images-holder.qodef-brok-intro-animate-border {
        clip-path: inset(40px 40px 40px 40px);
        -webkit-clip-path: inset(40px 40px 40px 40px)
    }
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-images-holder>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: qodef-animate-image-out 1s cubic-bezier(.78, .2, .21, .88) forwards;
    z-index: 12
}

.qodef-browser--edge #qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-images-holder>div {
    animation: qodef-animate-image-out-edge 1s cubic-bezier(.78, .2, .21, .88) forwards
}

.qodef-browser--edge #qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-images-holder>div.qodef-brok-intro-spinner-image-animating {
    animation: qodef-animate-image-in-edge 1s cubic-bezier(.78, .2, .21, .88) forwards
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-images-holder>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-images-holder>div.qodef-brok-intro-spinner-image-animating {
    animation: qodef-animate-image-in 1s cubic-bezier(.78, .2, .21, .88) forwards;
    z-index: 6
}

@keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0)
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }
}

@keyframes qodef-animate-image-out {
    0% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }

    100% {
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%)
    }
}

@keyframes qodef-animate-image-in-edge {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes qodef-animate-image-out-edge {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-logo-image,
#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-text {
    display: block;
    position: absolute;
    transform: translateY(10%);
    opacity: 0;
    transition: 1s ease, opacity .5s ease;
    z-index: 1
}

.qodef-browser--edge #qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-logo-image,
.qodef-browser--edge #qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-text {
    z-index: 15
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-arrow {
    animation: 1s qodef-moving-arrow linear infinite
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-arrow svg {
    transform: rotate(-90deg)
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-logo-image {
    width: 307px;
    height: 87px
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-logo-image .qodef-svg--preloader {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:480px) {
    #qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-logo-image {
        width: 205px
    }
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-text {
    display: flex;
    flex-direction: column;
    bottom: 108px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(30%);
    color: #000;
    z-index: 1;
    transition-delay: .5s
}

@media only screen and (max-width:1024px) {
    #qodef-page-spinner.qodef-layout--brok-intro .qodef-m-brok-intro-text span {
        display: none
    }
}

@keyframes qodef-moving-arrow {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-3px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(3px)
    }

    100% {
        transform: translateY(0)
    }
}

#qodef-page-spinner.qodef-layout--brok-intro.qodef-brok-intro-animate-elements .qodef-m-brok-intro-logo-image,
#qodef-page-spinner.qodef-layout--brok-intro.qodef-brok-intro-animate-elements .qodef-m-brok-intro-text {
    transform: translateY(0);
    opacity: 1
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-svg--preloader path {
    fill: none;
    stroke: #000;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-svg--preloader .qodef-preloader-render-one {
    stroke-dasharray: 326 328;
    stroke-dashoffset: 327
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-svg--preloader .qodef-preloader-render-two {
    stroke-dasharray: 19 21;
    stroke-dashoffset: 20
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-svg--preloader .qodef-preloader-animate-one {
    animation: qodef-preloader-draw 1413ms ease-in-out 0s forwards
}

#qodef-page-spinner.qodef-layout--brok-intro .qodef-svg--preloader .qodef-preloader-animate-two {
    animation: qodef-preloader-draw 86ms ease-in-out 1413ms forwards
}

@keyframes qodef-preloader-draw {
    100% {
        stroke-dashoffset: 0
    }
}

#qodef-page-spinner.qodef-layout--brok .qodef-svg--preloader path {
    fill: none;
    stroke: #000;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}

#qodef-page-spinner.qodef-layout--brok .qodef-svg--preloader .qodef-preloader-render-one {
    stroke-dasharray: 347;
    stroke-dashoffset: 347
}

#qodef-page-spinner.qodef-layout--brok .qodef-svg--preloader .qodef-preloader-render-two {
    stroke-dasharray: 23;
    stroke-dashoffset: 23
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: "";
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Montserrat, 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
}

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out;
    background-color: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    opacity: 0;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5);
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #4c4c4c
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #f0f0f0;
    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 .2s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 13px
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26, .63, 0, .96)
}

.qodef-page-title {
    background-position: center;
    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
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-size: 13px;
    font-style: italic;
    color: #898989
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    text-decoration: underline
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: "/"
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 20px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

.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 .2s 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;
    font-size: 13px;
    font-style: italic;
    flex-wrap: wrap;
    color: #707070;
    font-weight: 300
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
    color: inherit
}

.widget.widget_brok_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,
.widget.widget_brok_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #f0f0f0
}

.widget.widget_brok_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,
.widget.widget_brok_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
    color: #000
}

.widget.widget_brok_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,
.widget.widget_brok_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
    color: #fff
}

.widget_brok_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
}

@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--metro article.format-link .qodef-e-link {
        padding: 83px 40px
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding: 83px 40px 87px
    }
}

@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-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.3333333333%
    }
}

@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.3333333333%
    }
}

@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.3333333333%
    }
}

@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.3333333333%
    }
}

@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.3333333333%
    }
}

@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.3333333333%
    }

    .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.6666666667%
    }

    .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.2857142857%
    }

    .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.3333333333%
    }

    .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.6666666667%
    }

    .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.2857142857%
    }

    .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.3333333333%
    }

    .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.6666666667%
    }

    .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.2857142857%
    }

    .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.3333333333%
    }

    .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.6666666667%
    }

    .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.2857142857%
    }

    .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.3333333333%
    }

    .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.6666666667%
    }

    .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.2857142857%
    }

    .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.3333333333%
    }

    .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.6666666667%
    }

    .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.2857142857%
    }

    .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.3333333333%
    }

    .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.6666666667%
    }

    .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.2857142857%
    }

    .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.3333333333%
    }
}

@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.6666666667%
    }
}

@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.2857142857%
    }
}

@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:880px) {
    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper {
        max-height: 30vh;
        width: 100% !important
    }

    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .summary {
        padding: 0 30px 30px 30px !important;
        align-items: center
    }
}

@media only screen and (max-width:680px) {
    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart:not(.variations_form) {
        flex-direction: column
    }

    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart:not(.variations_form)>.button {
        margin-top: 30px
    }
}

@media only screen and (max-width:480px) {
    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations .value {
        position: relative
    }

    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations .reset_variations {
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute
    }

    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations tr:last-child .value {
        padding-bottom: 20px
    }

    body[class*=brok-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations tr:last-child .select2-container--default {
        margin-bottom: 11px
    }
}

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

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-stock-status,
    body[class*=brok-core] .shop_table.qwfw-m-items th.product-stock-status {
        padding-left: 5px
    }
}

@media only screen and (max-width:880px) {
    body[class*=brok-core] .shop_table.qwfw-m-items tr {
        padding: 10px 0
    }

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-price {
        align-self: initial
    }

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-stock-status {
        grid-row: span 2;
        justify-self: start
    }

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart {
        gap: 10px;
        grid-row: span 2;
        justify-self: end;
        white-space: nowrap
    }

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart a {
        justify-self: end
    }

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart a.remove_from_wishlist {
        margin-left: 0 !important
    }
}

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

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-stock-status,
    body[class*=brok-core] .shop_table.qwfw-m-items th.product-stock-status {
        display: none
    }

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-remove {
        grid-row: span 3
    }

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-thumbnail {
        grid-row: span 3
    }

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-stock-status {
        grid-column: 3;
        grid-row: 3;
        padding: 5px 0 5px 10px !important
    }

    body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart {
        grid-row: span 3
    }
}

@media only screen and (max-width:480px) {
    body[class*=brok-core] .shop_table.qwfw-m-items td.product-add-to-cart {
        grid-column: 3;
        grid-row: 4;
        justify-self: flex-start;
        padding: 5px 0 5px 10px !important;
        text-align: initial
    }
}

@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 46px
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 50px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-title {
        max-width: 100%
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-left {
        width: 43%
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right {
        width: 52%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-title {
        max-width: 100%;
        font-size: 40px
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right {
        width: 55%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-left {
        width: 55%
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right {
        width: auto
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right {
        margin-left: auto
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right .qodef-e-middle {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-fullscreen-portfolio-slider .qodef-m-bottom {
        margin-top: 5px
    }
}

@media only screen and (max-width:680px) {
    .qodef-fullscreen-portfolio-slider .qodef-e-content .qodef-e-title {
        margin: 16px 0 6px
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom {
        padding-bottom: 0;
        margin-top: 30px
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-title {
        font-size: 28px
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-left {
        flex: 0 0 100%
    }

    .qodef-fullscreen-portfolio-slider .qodef-m-bottom .qodef-m-right {
        display: none
    }

    .qodef-fullscreen-portfolio-slider .swiper-button-next,
    .qodef-fullscreen-portfolio-slider .swiper-button-prev {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-portfolio-showcase .qodef-e-footnote-holder {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-interactive-portfolio-showcase {
        flex-direction: column
    }

    .qodef-interactive-portfolio-showcase .qodef-e-info--top {
        width: 100%
    }

    .qodef-interactive-portfolio-showcase .qodef-info-holder {
        width: 100%;
        height: 64%;
        position: relative
    }

    .qodef-interactive-portfolio-showcase .qodef-e-info-list {
        width: 100%;
        height: auto
    }

    .qodef-interactive-portfolio-showcase .qodef-e-info-list .qodef-e-info-slider {
        height: 100%
    }

    .qodef-interactive-portfolio-showcase .qodef-e-info-list article {
        height: auto
    }

    .qodef-interactive-portfolio-showcase .qodef-e-image-holder {
        position: relative;
        width: 100%;
        height: 36%;
        bottom: 0;
        z-index: 1
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-portfolio-showcase article {
        padding: 0 20px
    }

    .qodef-interactive-portfolio-showcase .qodef-e-info-list {
        height: 100%
    }

    .qodef-interactive-portfolio-showcase .qodef-info-holder {
        height: 100%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-portfolio-list-horizontal-holder .qodef-plh-item {
        flex: 0 0 22vw
    }
}

@media only screen and (max-width:1280px) {
    .qodef-portfolio-list-horizontal-holder .qodef-plh-item {
        flex: 0 0 26vw
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-list-horizontal-holder .qodef-portfolio-list-horizontal-inner {
        margin-left: 0;
        padding-left: 70px
    }

    .qodef-portfolio-list-horizontal-holder .qodef-plh-item {
        flex: 0 0 35vw
    }

    .qodef-portfolio-list-horizontal-holder .qodef-plh-item:first-child {
        margin-left: 0
    }

    .qodef-portfolio-list-horizontal-holder .qodef-ptfh-title {
        margin-top: 10px
    }

    .qodef-portfolio-list-horizontal-holder .qodef-ptfh-button {
        margin-top: 20px
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list-horizontal-holder .qodef-portfolio-list-horizontal-inner {
        padding-left: 20px
    }

    .qodef-portfolio-list-horizontal-holder .qodef-ptfh-title {
        font-size: 24px;
        margin-top: 0
    }

    .qodef-portfolio-list-horizontal-holder .qodef-plh-item {
        flex: 0 0 90%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-portfolio-slider .qodef-m-bottom .qodef-m-title {
        max-width: 100%
    }

    .qodef-portfolio-slider .qodef-m-bottom .qodef-m-left {
        width: 43%
    }

    .qodef-portfolio-slider .qodef-m-bottom .qodef-m-right {
        width: 52%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-portfolio-slider .qodef-m-bottom .qodef-m-title {
        max-width: 100%;
        font-size: 40px
    }

    .qodef-portfolio-slider .qodef-m-bottom .qodef-m-right {
        width: 55%
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-slider .qodef-m-bottom {
        padding-bottom: 0
    }

    .qodef-portfolio-slider .qodef-m-bottom .qodef-m-title {
        font-size: 30px
    }

    .qodef-portfolio-slider .qodef-m-bottom .qodef-m-left {
        flex: 0 0 100%
    }

    .qodef-portfolio-slider .qodef-m-bottom .qodef-m-right {
        display: none
    }

    .qodef-portfolio-slider .swiper-button-next,
    .qodef-portfolio-slider .swiper-button-prev {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 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.3333333333%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-item-showcase {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .qodef-item-showcase .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        padding-right: 40px;
        margin: 0 !important
    }

    .qodef-item-showcase .qodef-m-items {
        left: 40%;
        width: calc(100% - 40%)
    }

    .qodef-item-showcase .qodef-m-items .qodef-m-item {
        transition-delay: 0s
    }

    .qodef-item-showcase .qodef-m-items.qodef--left {
        text-align: left
    }

    .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
        margin-top: 40px
    }

    .qodef-item-showcase .qodef-m-item {
        margin-top: 40px
    }
}

@media only screen and (max-width:680px) {
    .qodef-item-showcase .qodef-m-image {
        display: none
    }

    .qodef-item-showcase .qodef-m-items {
        left: 0;
        width: 100%
    }
}

@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: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:1024px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024 {
        display: none
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive {
        display: block;
        height: 100vh;
        overflow-y: scroll
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content,
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        min-height: 44.5vh
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 10%
    }
}

@media only screen and (max-width:768px) {
    .qodef-vertical-split-slider.qodef-disable-below--768 {
        display: none
    }

    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive {
        display: block;
        height: 100vh;
        overflow-y: scroll
    }

    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content,
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        min-height: 44.5vh
    }

    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 10%
    }
}

@media only screen and (max-width:680px) {
    .qodef-vertical-split-slider+.qodef-vertical-split-slider-responsive {
        padding-bottom: 120px
    }
}

@media only screen and (max-width:680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width:1024px) {
    div.qodef-page-title {
        margin-left: 7%;
        margin-right: 7%;
        width: 86%
    }

    body:not(.qodef-content-behind-header) div.qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }

    div.qodef-page-title .qodef-m-content.qodef-content-grid {
        margin: 0;
        width: 100%
    }

    div.qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 7%
    }

    div.qodef-page-title.qodef-title--breadcrumbs .qodef-m-content {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content: flex-start
    }
}
