.firstframe-core-page-inline-style {
    position: absolute!important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.kc-elm.qodef-shortcode .fa,.kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit
}

#qodef-age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebeae9;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out
}

#qodef-age-verification-modal .qodef-m-logo {
    position: absolute;
    top: 30px;
    left: 30px
}

#qodef-age-verification-modal .qodef-m-logo a {
    position: relative;
    display: block;
    max-width: 50%
}

#qodef-age-verification-modal .qodef-m-logo img {
    display: block
}

#qodef-age-verification-modal .qodef-m-content {
    padding: 30px;
    text-align: center;
    max-width: 700px
}

#qodef-age-verification-modal .qodef-m-content-title {
    margin: 0;
    color: #fff
}

#qodef-age-verification-modal .qodef-m-content-subtitle {
    margin: 11px 0 0;
    color: var(--qode-main-color)
}

#qodef-age-verification-modal .qodef-m-content-note {
    margin: 32px 0 0;
    color: #e5dcdb
}

#qodef-age-verification-modal .qodef-m-content-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 52px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
    margin-right: 10px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
    color: #fff;
    border-color: #a3a19e
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
    color: #fff;
    border-color: #28201e;
    background-color: #28201e
}

.qodef-age-verification--opened #qodef-age-verification-modal {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

#qodef-back-to-top {
    position: fixed;
    width: 100px;
    height: 100px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    mix-blend-mode: difference
}

#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: transparent;
    border: 0 solid transparent;
    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 .qodef-back-to-top-icon .qodef-circle-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ebeae9;
    fill: #ebeae9
}

@media only screen and (max-width: 680px) {
    #qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg .qodef-circle-text {
        display:none
    }
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg .qodef-circle-text-holder {
    animation: qode-rotate 6s linear infinite;
    animation-play-state: paused;
    transform-origin: center
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg .qodef-circle-text {
    transform-origin: center;
    transform: rotate(0);
    transition: transform .5s ease
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg .qodef-arrow {
    --qode-hover-move-x: 0%;
    --qode-hover-move-y: 30px;
    -webkit-clip-path: inset(-10px 0 30px 0);
    clip-path: inset(-10px 0 30px 0);
    transition: .5s
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg .qodef-arrow g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg .qodef-arrow g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg .qodef-arrow g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg:hover .qodef-circle-text-holder {
    animation-play-state: running
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg:hover .qodef-circle-text {
    transform: rotate(10deg)
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg:hover .qodef-arrow {
    -webkit-clip-path: inset(20px 0 0 0);
    clip-path: inset(20px 0 0 0)
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg:hover .qodef-arrow g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-circle-svg:hover .qodef-arrow g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-back-to-top .qodef-arrow-horizontal,#qodef-back-to-top .qodef-arrow-vertical {
    fill: none;
    stroke: currentColor;
    stroke-width: 2px
}

#qodef-back-to-top svg {
    display: block;
    width: 100px;
    height: auto;
    fill: currentColor
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    color: var(--qode-main-color);
    background-color: transparent
}

#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-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-size: 200px;
    line-height: 1em
}

.qodef-blog.qodef-item-layout--info-on-image {
    margin: 0
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media-image {
    width: 100%
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media-image img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 385px
}

.qodef-blog.qodef-item-layout--info-on-image article .entry-date {
    color: #ebeae9;
    left: 30px;
    top: 35px
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--info-on-image article .entry-date {
        display:none
    }
}

.qodef-blog.qodef-item-layout--info-on-image article .entry-date .qodef-time-day {
    font-size: 60px
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--info-on-image article .entry-date .qodef-time-day {
        font-size:45px
    }
}

.qodef-blog.qodef-item-layout--info-on-image article .entry-date .qodef-time-day:after {
    right: 0
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--info-on-image article .entry-date .qodef-time-day:after {
        right:-10px
    }
}

.qodef-blog.qodef-item-layout--info-on-image article .entry-date .qodef-time-month {
    font-size: 45px
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--info-on-image article .entry-date .qodef-time-month {
        font-size:30px
    }
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 35px 40px
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
        padding:15px 20px
    }
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-content-inner {
    position: absolute;
    right: 6%;
    bottom: 12%;
    max-width: 511px
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-content-inner .qodef-e-top-holder {
    margin-bottom: 8px
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-content-inner {
        right:0;
        bottom: 6%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-content-inner {
        bottom:0;
        padding: 19px 27px
    }
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-content-inner .qodef-e-excerpt {
    margin: 13px 0 0
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-content-inner .qodef-e-excerpt {
        display:none
    }
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #ebeae9
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: #ebeae9
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-excerpt {
    position: relative;
    color: #ebeae9
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-excerpt:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid currentColor;
    border-radius: 100%;
    margin-right: 8px
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #ebeae9
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--metro article.has-post-thumbnail .qodef-e-inner .qodef-e-media {
    display: block
}

.qodef-blog.qodef-item-layout--metro article.has-post-thumbnail .qodef-e-inner .qodef-e-content {
    padding: 22px 34px 32px!important
}

@media (min-width: 1280px) and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--metro article.has-post-thumbnail .qodef-e-inner .qodef-e-content {
        padding:22px 20px 32px!important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--metro article.has-post-thumbnail .qodef-e-inner .qodef-e-content {
        padding:22px 7% 32px!important
    }
}

.qodef-blog.qodef-item-layout--metro article.has-post-thumbnail .qodef-e-media-image {
    overflow: hidden;
    width: 100%
}

.qodef-blog.qodef-item-layout--metro article.has-post-thumbnail .qodef-e-media-image img {
    transform: scale(1.01);
    transition: transform .65s cubic-bezier(.34,.86,.49,.98);
    transform-origin: 70% 80%
}

.qodef-blog.qodef-item-layout--metro article.has-post-thumbnail:hover .qodef-e-media-image img {
    transform: scale(1.04)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner {
    border: 1px solid #474646
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner .qodef-e-media {
    display: none
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner .entry-date .qodef-time-month {
    font-size: 18px
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner .entry-date .qodef-time-day {
    font-size: 23px
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner .entry-date .qodef-time-day:after {
    right: 4px
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner .qodef-e-top-holder {
    margin-bottom: 8px
}

@media only screen and (max-width: 1440px) {
    .qodef-blog.qodef-item-layout--metro article .qodef-e-inner .qodef-e-top-holder {
        margin-bottom:4px
    }
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner .qodef-e-bottom-holder {
    margin-top: 23px
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner .qodef-e-content {
    background-color: #121212;
    margin: 0;
    padding: 86px 34px
}

@media (min-width: 1280px) and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--metro article .qodef-e-inner .qodef-e-content {
        padding:48px 20px 50px!important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--metro article .qodef-e-inner .qodef-e-content {
        padding:22px 7% 32px
    }
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    padding: 16% 34px 22%;
    border: 0
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote .entry-date {
    display: block;
    position: relative;
    left: 0;
    top: 20px;
    margin-bottom: 27px;
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #bebebe
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote .qodef-e-quote-icon {
    left: auto;
    right: 37px;
    top: 53px
}

@media (min-width: 1280px) and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote .qodef-e-quote-icon {
        right:24px;
        top: 41px
    }
}

@media (min-width: 1280px) and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding:8% 34px 15%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding:16% 7% 22%
    }
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    padding: 28% 34px 28%;
    border: 0
}

@media (min-width: 1280px) and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
        padding:15% 34px 15%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
        padding:31% 7% 31%
    }
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
    left: auto;
    right: 37px;
    top: 35px;
    transform: none
}

@media (min-width: 1280px) and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
        right:24px;
        top: 24px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
        left:auto;
        right: 37px;
        top: 15px;
        width: 60px;
        position: absolute
    }
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
    border: 1px solid #474646;
    padding: 86px 45px 88px
}

@media only screen and (max-width: 1600px) {
    .qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
        padding:48px 30px 54px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
        padding:53px 27px 59px
    }
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-info-separator-end {
    display: none
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-top-holder {
    margin-bottom: 6px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-top-holder .entry-date:after {
    content: '/';
    margin: 0 8px 0 10px;
    color: #bebebe
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-bottom-holder {
    margin-top: 20px
}

.qodef-blog.qodef-item-layout--side-by-side article {
    margin-top: -1px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    display: flex;
    border: 1px solid #474646;
    border-right: 0;
    border-left: 0
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
        flex-direction:column;
        border-right: 1px solid #474646;
        border-left: 1px solid #474646
    }
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    max-width: 390px;
    width: 100%
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
        max-width:100%
    }
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    flex-shrink: 0;
    flex-basis: 66.5%;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #474646
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .entry-date {
    display: none!important
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    width: 100%
}

@media only screen and (max-width: 1440px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
        flex-shrink:0;
        flex-basis: 58%;
        padding: 15px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
        border-right:none;
        padding: 15px;
        border-bottom: 1px solid #474646
    }
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
    padding: 51px 64px 57px;
    margin: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 33.5%
}

@media only screen and (max-width: 1440px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
        padding:51px 50px 60px;
        flex-basis: 42%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
        padding:51px 50px 60px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
        padding:28px 35px 35px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
        padding:28px 7% 33px
    }
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media-image {
    overflow: hidden
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media-image:after {
    content: '';
    --gradient-color: rgba(0, 0, 0, 0.78);
    content: '';
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    background: linear-gradient(to top,var(--gradient-color) 0,rgba(0,0,0,0) 35%)
}

.qodef-blog.qodef-item-layout--side-by-side article:hover .qodef-e-media-image:after {
    opacity: 1
}

.qodef-blog.qodef-item-layout--side-by-side .qodef-e-top-holder .qodef-e-info {
    margin-bottom: 7px
}

.qodef-blog.qodef-item-layout--side-by-side .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--side-by-side .qodef-e-bottom-holder .qodef-e-excerpt {
    position: relative;
    width: 90%
}

.qodef-blog.qodef-item-layout--side-by-side .qodef-e-bottom-holder .qodef-e-excerpt:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid currentColor;
    border-radius: 100%;
    margin-right: 8px
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--side-by-side .qodef-e-bottom-holder .qodef-e-excerpt {
        width:63%;
        margin: 8px 0 0
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--side-by-side .qodef-e-bottom-holder .qodef-e-excerpt {
        width:100%
    }
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content {
    margin: 12px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-top-holder .qodef-e-info {
    margin-bottom: 4px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media .entry-date {
    display: none!important
}

.qodef-blog.qodef-item-layout--standard article {
    margin-bottom: 25px
}

.widget.widget_firstframe_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_firstframe_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

.widget.widget_firstframe_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 25px;
    width: 118px!important
}

.widget.widget_firstframe_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

.widget.widget_firstframe_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
    color: #bebebe
}

.widget.widget_firstframe_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
    color: #fff
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 110px
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #474646
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 34px
}

#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-author-additional-information {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    margin: 3px 0 0
}

#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: 14px 0 0;
    width: 84%
}

@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-description {
        width:100%
    }
}

#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: 23px 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;
    top: -2px;
    display: block;
    width: 17px;
    height: auto
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0;
    --qode-hover-move-x: -110%;
    --qode-hover-move-y: 0%
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 10px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 0%
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 10px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: "Space Grotesk",sans-serif;
    color: #ebeae9;
    font-weight: 500;
    font-size: 17px
}

.qodef--drag-cursor {
    cursor: none
}

.qodef--drag-cursor * {
    cursor: inherit
}

.qodef--drag-cursor .swiper-wrapper {
    min-width: 1000%
}

.qodef-m-custom-cursor {
    height: 120px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease-out,visibility .3s ease-out;
    visibility: hidden;
    width: 120px;
    z-index: 200
}

.qodef-m-custom-cursor-inner {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-m-custom-cursor.qodef--show {
    opacity: 1!important;
    visibility: visible!important
}

.qodef-m-custom-cursor.qodef--hide {
    opacity: 0!important;
    visibility: hidden!important
}

.qodef-custom-cursor-enabled .firstframe-arrows.tparrows.rs-touchhover .qodef-arrow-follow {
    opacity: 0
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle {
    cursor: none!important
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle a,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle button.mfp-arrow,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle button.mfp-close {
    cursor: none
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder {
    opacity: 0;
    --qodef-small-size: 15px;
    --qodef-medium-size: 20px;
    --qodef-big-size: 95px;
    --qodef-large-size: 210px;
    pointer-events: none;
    position: relative;
    z-index: 999999
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-blend-mode {
    mix-blend-mode: difference
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-visible {
    opacity: 1
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-transform {
    position: fixed;
    top: 0;
    left: 0;
    height: var(--qodef-large-size);
    width: var(--qodef-large-size);
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
    overflow: hidden;
    border-radius: 50%
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-circle {
    height: var(--qodef-small-size);
    width: var(--qodef-small-size);
    position: absolute;
    border-radius: 50%;
    background: var(--qode-cursor-color,var(--qode-main-color));
    transition: width .3s ease,height .3s ease
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-arrow,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-custom-text,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-drag {
    min-height: var(--qodef-big-size);
    min-width: var(--qodef-big-size);
    position: absolute;
    opacity: 0;
    display: flex;
    color: #fff;
    font-size: 17px;
    line-height: 1em;
    font-weight: 700;
    transition: opacity 0s ease-out;
    display: flex;
    justify-content: center;
    align-items: center
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-arrow svg,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-custom-text svg,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-drag svg {
    opacity: 0;
    transition: opacity 0s ease-out
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-arrow .qodef-custom-cursor-arrow-text-holder {
    position: relative
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-arrow .qodef--prev {
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateY(100%)
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-arrow .qodef--next {
    opacity: 1;
    transform: translateY(0)
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-arrow .qodef--next,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-arrow .qodef--prev {
    display: inline-flex;
    transition: opacity .25s ease,transform .5s ease
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-custom-text {
    flex-direction: column
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-custom-text .qodef-m-number {
    font-size: 49px;
    font-weight: 700;
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
    margin-bottom: 6px;
    line-height: 55px
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder .qodef-custom-cursor-custom-text .qodef-m-text {
    font-size: 25px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 19px;
    line-height: 1.31579em;
    padding: 0 15px
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-link .qodef-custom-cursor-circle {
    height: var(--qodef-medium-size);
    width: var(--qodef-medium-size)
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-arrow {
    mix-blend-mode: unset
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-arrow .qodef-custom-cursor-circle {
    height: var(--qodef-big-size);
    width: var(--qodef-big-size);
    opacity: .9
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-arrow .qodef-custom-cursor-arrow {
    transition: opacity .25s ease-out;
    opacity: 1
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-arrow.qodef--prev .qodef-custom-cursor-arrow .qodef--next {
    opacity: 0;
    transform: translateY(-100%)
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-arrow.qodef--prev .qodef-custom-cursor-arrow .qodef--prev {
    opacity: 1;
    transform: translateY(0)
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-drag {
    mix-blend-mode: unset
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-drag .qodef-custom-cursor-circle {
    height: var(--qodef-big-size);
    width: var(--qodef-big-size);
    opacity: .9
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-drag .qodef-custom-cursor-drag {
    transition: opacity .25s ease-out;
    opacity: 1
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-custom-text {
    mix-blend-mode: unset
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-custom-text .qodef-custom-cursor-circle {
    height: var(--qodef-large-size);
    width: var(--qodef-large-size);
    opacity: .9
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-custom-text .qodef-custom-cursor-custom-text {
    transition: opacity .25s ease-out;
    opacity: 1
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-custom-text .qodef-custom-cursor-custom-text .qodef-m-number {
    animation: qode-text-show .5s .15s both
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-custom-text .qodef-custom-cursor-custom-text .qodef-m-text {
    animation: qode-text-show .5s .3s both
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder.qodef-custom-cursor-hide .qodef-custom-cursor-circle {
    height: 0;
    width: 0
}

.elementor-html .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder,.touchevents .qodef-custom-cursor-enabled.qodef-custom-cursor-circle #qodef-custom-cursor-holder {
    display: none
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled .qodef-custom-cursor-arrow,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled .qodef-custom-cursor-video {
    cursor: none
}

.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled .qodef-custom-cursor-arrow a,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled .qodef-custom-cursor-video a {
    cursor: none
}

#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: #121212;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden!important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    transition: -webkit-clip-path .75s ease-out .25s;
    transition: clip-path .75s ease-out .25s;
    transition: clip-path .75s ease-out .25s,-webkit-clip-path .75s ease-out .25s
}

.qodef-fullscreen-menu--opened #qodef-fullscreen-area-inner {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    transition-delay: 0s
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left
}

.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu>ul>li {
    margin: 0 0 16px
}

.qodef-fullscreen-menu>ul>li:last-child {
    margin: 0
}

.qodef-fullscreen-menu>ul>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 45px;
    line-height: 1.11111em;
    color: #ebeae9;
    text-transform: initial;
    font-weight: 400
}

.qodef-fullscreen-menu>ul>li>a>.qodef-menu-item-text {
    padding: 0 8px!important;
    opacity: 0;
    border: 0;
    --qode-line-color: transparent;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .9s cubic-bezier(.49,.9,.13,.89),border-color .2s ease-out;
    background: linear-gradient(to right,var(--qode-line-color) 0,var(--qode-line-color) 100%),linear-gradient(to right,currentColor 2px,transparent 2px,transparent calc(50% + 2px),currentColor calc(50% + 2px));
    background-size: 2px 100%,210% 100%;
    background-position: 0,200%;
    background-repeat: no-repeat
}

.qodef-fullscreen-menu>ul>li>a>.qodef-menu-item-text.qodef-initialized {
    opacity: 1
}

@media only screen and (max-width: 680px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size:35px
    }
}

.qodef-fullscreen-menu>ul>li>a:hover>.qodef-menu-item-text {
    background-position: 0,-2px
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-fullscreen-menu>ul>li.current-menu-item>a>.qodef-menu-item-text {
    --qode-line-color: currentColor
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 14px 0 9px 11px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul ul {
    padding: 14px 0 9px 11px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
    margin: 0 0 14px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:last-child {
    margin: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    color: #bebebe;
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: color .2s ease-out,padding .2s ease-out;
    padding-right: 20px;
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    line-height: 1.5625em;
    font-weight: 300;
    font-size: 13px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:before {
    color: var(--qode-main-color);
    content: '*';
    font-size: 22px;
    line-height: 1;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    position: absolute;
    top: -1px;
    border-radius: 100%;
    transition: left .2s ease-out,right .2s ease-out,transform .37s cubic-bezier(.22,.61,.36,1);
    transform: scale(0);
    left: -20px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    color: #ebeae9;
    padding-left: 20px;
    padding-right: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover:before {
    left: 0;
    transform: scale(1) rotate(90deg);
    transition-delay: 0s,0s,.1s
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: #ebeae9;
    padding-left: 20px;
    padding-right: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a:before {
    left: 0;
    transform: scale(1) rotate(90deg);
    transition-delay: 0s,0s,.1s
}

.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened .qodef-header-logo-link,.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 50px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 25px
}

#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--light .qodef-opener-icon.qodef-side-area-opener.qodef-source--svg-path svg g,.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-side-area-opener.qodef-source--svg-path svg g {
    stroke: var(--qode-header-light-color)!important
}

#qodef-page-header-inner.qodef-skin--light .widget a,.qodef-custom-header-layout.qodef-skin--light .widget a {
    color: var(--qode-header-light-color)!important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color)!important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover {
    color: var(--qode-header-dark-hover-color)!important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a {
    color: var(--qode-header-dark-hover-color)!important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color)!important
}

#qodef-page-header-inner.qodef-skin--dark .widget a,.qodef-custom-header-layout.qodef-skin--dark .widget a {
    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-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 35px;
    line-height: 1.14286em;
    transition: color .2s ease-out
}

@media only screen and (max-width: 680px) {
    #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
        font-size:30px
    }
}

#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--divided #qodef-page-header .qodef-divided-header-left-wrapper,.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 66px
}

.qodef-header--divided #qodef-page-header .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--divided #qodef-page-header-inner {
    align-items: center;
    justify-content: center
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px
}

.qodef-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: 58px
}

@media only screen and (min-width: 1367px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1367px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1367px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

.qodef-header--vertical-sliding #qodef-page-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 118px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link {
    margin: 40px auto 0
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
    max-width: unset
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-opener-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
    height: auto;
    margin: 0 auto 40px;
    position: absolute;
    bottom: 0
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .widget {
    margin: 0 0 15px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-bottom: 0
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    background-color: #121212;
    border-right: 1px solid #474646
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    animation: qode-fade-in .25s .6s linear both
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: #121212;
    border-right: 1px solid #474646;
    left: -820px;
    padding-left: 118px;
    position: fixed;
    top: 0;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    visibility: hidden;
    width: 702px;
    z-index: -1
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
    margin-right: 118px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
    position: relative!important;
    top: 0!important;
    transform: none!important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    left: 0;
    visibility: visible
}

.qodef-header--vertical-sliding.admin-bar #qodef-page-header,.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100% - 32px);
    top: 32px
}

.qodef-header--vertical-sliding #qodef-page-footer,.qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 118px
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 100px;
    width: 100%;
    z-index: 100
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li {
    margin: 0 0 14px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li:last-child {
    margin: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 45px;
    line-height: 1.11111em;
    color: #ebeae9;
    text-transform: initial;
    font-weight: 400
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a>.qodef-menu-item-text {
    padding: 0 8px!important;
    opacity: 0;
    border: 0;
    --qode-line-color: transparent;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .9s cubic-bezier(.49,.9,.13,.89),border-color .2s ease-out;
    background: linear-gradient(to right,var(--qode-line-color) 0,var(--qode-line-color) 100%),linear-gradient(to right,currentColor 2px,transparent 2px,transparent calc(50% + 2px),currentColor calc(50% + 2px));
    background-size: 2px 100%,210% 100%;
    background-position: 0,200%;
    background-repeat: no-repeat
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a>.qodef-menu-item-text.qodef-initialized {
    opacity: 1
}

@media only screen and (max-width: 680px) {
    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
        font-size:35px
    }
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover>.qodef-menu-item-text {
    background-position: 0,-2px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a>.qodef-menu-item-text {
    --qode-line-color: currentColor
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner>ul {
    padding: 14px 0 9px 11px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner>ul ul {
    padding: 14px 0 9px 11px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li {
    margin: 0 0 14px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li:last-child {
    margin: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a {
    color: #bebebe;
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: color .2s ease-out,padding .2s ease-out;
    padding-right: 20px;
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    line-height: 1.5625em;
    font-weight: 300;
    font-size: 13px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a:before {
    color: var(--qode-main-color);
    content: '*';
    font-size: 22px;
    line-height: 1;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    position: absolute;
    top: -1px;
    border-radius: 100%;
    transition: left .2s ease-out,right .2s ease-out,transform .37s cubic-bezier(.22,.61,.36,1);
    transform: scale(0);
    left: -20px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a:hover {
    color: #ebeae9;
    padding-left: 20px;
    padding-right: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a:hover:before {
    left: 0;
    transform: scale(1) rotate(90deg);
    transition-delay: 0s,0s,.1s
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: #ebeae9;
    padding-left: 20px;
    padding-right: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a:before {
    left: 0;
    transform: scale(1) rotate(90deg);
    transition-delay: 0s,0s,.1s
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
    background-color: #fff;
    left: calc(100% + 40px);
    margin-left: 50px;
    opacity: 0;
    padding: 25px 20px;
    position: absolute;
    top: -23px;
    transition: all .2s ease-out;
    visibility: hidden;
    width: 254px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
    left: calc(100% + 20px);
    top: -25px;
    transition: all .2s ease;
    visibility: hidden
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width:1100px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width:1100px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width:1100px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:1100px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:960px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left:calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%
}

.qodef-header--vertical #qodef-page-header .qodef-header-logo-link img {
    max-width: unset
}

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px;
    border-right: 1px solid #474646
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: block;
    margin: 0;
    height: auto
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 0 15px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
    margin-bottom: 0
}

.qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px)
}

.qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer {
    padding-left: 300px
}

.qodef-header--vertical .qodef-header-vertical-navigation {
    margin-top: auto;
    margin-bottom: auto;
    z-index: 100;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
    display: none
}

.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 {
    margin: 0 0 16px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li:last-child {
    margin: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 45px;
    line-height: 1.11111em;
    color: #ebeae9;
    text-transform: initial;
    font-weight: 400
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a>.qodef-menu-item-text {
    padding: 0 8px!important;
    opacity: 0;
    border: 0;
    --qode-line-color: transparent;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .9s cubic-bezier(.49,.9,.13,.89),border-color .2s ease-out;
    background: linear-gradient(to right,var(--qode-line-color) 0,var(--qode-line-color) 100%),linear-gradient(to right,currentColor 2px,transparent 2px,transparent calc(50% + 2px),currentColor calc(50% + 2px));
    background-size: 2px 100%,210% 100%;
    background-position: 0,200%;
    background-repeat: no-repeat
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a>.qodef-menu-item-text.qodef-initialized {
    opacity: 1
}

@media only screen and (max-width: 680px) {
    .qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
        font-size:35px
    }
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover>.qodef-menu-item-text {
    background-position: 0,-2px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a>.qodef-menu-item-text {
    --qode-line-color: currentColor
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner>ul {
    padding: 14px 0 9px 11px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner>ul ul {
    padding: 14px 0 9px 11px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li {
    margin: 0 0 14px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li:last-child {
    margin: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li>a {
    color: #bebebe;
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: color .2s ease-out,padding .2s ease-out;
    padding-right: 20px;
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    line-height: 1.5625em;
    font-weight: 300;
    font-size: 13px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li>a:before {
    color: var(--qode-main-color);
    content: '*';
    font-size: 22px;
    line-height: 1;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    position: absolute;
    top: -1px;
    border-radius: 100%;
    transition: left .2s ease-out,right .2s ease-out,transform .37s cubic-bezier(.22,.61,.36,1);
    transform: scale(0);
    left: -20px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li>a:hover {
    color: #ebeae9;
    padding-left: 20px;
    padding-right: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li>a:hover:before {
    left: 0;
    transform: scale(1) rotate(90deg);
    transition-delay: 0s,0s,.1s
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: #ebeae9;
    padding-left: 20px;
    padding-right: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-header--vertical .qodef-header-vertical-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a:before {
    left: 0;
    transform: scale(1) rotate(90deg);
    transition-delay: 0s,0s,.1s
}

.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: 70px;
    width: 100%;
    background-color: #121212;
    transform: translateY(-100%);
    transition: transform .5s ease,top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 50px
}

.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: 58px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto!important
}

#qodef-top-area {
    position: relative;
    background-color: #000;
    z-index: 101
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 25px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p {
    margin: 0
}

#qodef-top-area div[id^=monster-widget-placeholder],#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 50px;
    position: relative;
    border-bottom: 0 solid transparent
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0!important
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #fafafa
}

.qodef-map-marker-holder {
    transform: translate(-50%,-100%);
    z-index: 10
}

.qodef-map-marker-holder.qodef-active {
    z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #474646;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(235,234,233,.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 #474646;
    border-left: 1px solid #474646;
    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: "Space Grotesk",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: #ebeae9
}

.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 #474646;
    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 25px
}

#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,#qodef-page-mobile-header .widget .widget p {
    margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .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-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 35px;
    line-height: 1.14286em;
    transition: color .2s ease-out
}

@media only screen and (max-width: 680px) {
    #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
        font-size:30px
    }
}

.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: -1px;
    right: 0;
    width: 22px;
    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 {
    color: #bebebe;
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: color .2s ease-out,padding .2s ease-out;
    padding-right: 20px;
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    line-height: 1.5625em;
    font-weight: 300;
    font-size: 13px;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a:before {
    color: var(--qode-main-color);
    content: '*';
    font-size: 22px;
    line-height: 1;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    position: absolute;
    top: -1px;
    border-radius: 100%;
    transition: left .2s ease-out,right .2s ease-out,transform .37s cubic-bezier(.22,.61,.36,1);
    transform: scale(0);
    left: -20px
}

#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 {
    color: #ebeae9;
    padding-left: 20px;
    padding-right: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a:before,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a:before,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a:before {
    left: 0;
    transform: scale(1) rotate(90deg);
    transition-delay: 0s,0s,.1s
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
    cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a>.qodef-menu-item-text {
    padding: 0 8px!important;
    opacity: 0;
    border: 0;
    --qode-line-color: transparent;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .9s cubic-bezier(.49,.9,.13,.89),border-color .2s ease-out;
    background: linear-gradient(to right,var(--qode-line-color) 0,var(--qode-line-color) 100%),linear-gradient(to right,currentColor 2px,transparent 2px,transparent calc(50% + 2px),currentColor calc(50% + 2px));
    background-size: 2px 100%,210% 100%;
    background-position: 0,200%;
    background-repeat: no-repeat
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a>.qodef-menu-item-text.qodef-initialized {
    opacity: 1
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover>.qodef-menu-item-text {
    background-position: 0,-2px
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a>.qodef-menu-item-text {
    background-position: 0,-2px
}

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2*60px);
    height: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0
}

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: -38px;
    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: -38px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #121212;
    border-top: 1px solid #474646;
    border-bottom: 1px solid #474646
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 50px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 31px 0 34px;
    margin: 0 -35px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 35px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    position: relative;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #ebeae9;
    font-size: 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a>.qodef-menu-item-text {
    padding: 0 8px!important;
    opacity: 0;
    border: 0;
    --qode-line-color: transparent;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .9s cubic-bezier(.49,.9,.13,.89),border-color .2s ease-out;
    background: linear-gradient(to right,var(--qode-line-color) 0,var(--qode-line-color) 100%),linear-gradient(to right,currentColor 2px,transparent 2px,transparent calc(50% + 2px),currentColor calc(50% + 2px));
    background-size: 2px 100%,210% 100%;
    background-position: 0,200%;
    background-repeat: no-repeat
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a>.qodef-menu-item-text.qodef-initialized {
    opacity: 1
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover>.qodef-menu-item-text {
    background-position: 0,-2px
}

.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: 16px 0 0 8px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li {
    margin: 0 0 14px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:last-child {
    margin: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    line-height: 1.5625em;
    font-weight: 300;
    font-size: 13px;
    color: #bebebe;
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: color .2s ease-out,padding .2s ease-out;
    padding-right: 20px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a:before {
    color: var(--qode-main-color);
    content: '*';
    font-size: 22px;
    line-height: 1;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    position: absolute;
    top: -1px;
    border-radius: 100%;
    transition: left .2s ease-out,right .2s ease-out,transform .37s cubic-bezier(.22,.61,.36,1);
    transform: scale(0);
    left: -20px
}

.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 {
    color: #ebeae9;
    padding-left: 20px;
    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:before,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a:before {
    left: 0;
    transform: scale(1) rotate(90deg);
    transition-delay: 0s,0s,.1s
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a>.qodef-menu-item-text {
    --qode-line-color: currentColor
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link>a>.qodef-menu-item-text {
    background: 0 0
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 50px
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px
}

.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--svg-path span {
    position: relative
}

.qodef-opener-icon.qodef-source--svg-path span>* {
    vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: currentColor;
    stroke: currentColor
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--predefined {
    color: #ebeae9
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle {
    background: linear-gradient(to right,currentColor 50%,transparent 50%);
    background-size: 200% 100%;
    background-position: right
}

.qodef-opener-icon.qodef-source--predefined:hover {
    color: #ebeae9
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-circle {
    background-position: left
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circles {
    position: relative;
    display: block;
    width: 37px;
    height: 37px
}

.qodef-opener-icon.qodef-source--predefined.qodef-fullscreen-menu-opener .qodef-m-icon {
    position: relative;
    visibility: visible;
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.qodef-opener-icon.qodef-source--predefined.qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef-fullscreen-menu-opener .qodef-m-icon .qodef-m-text {
    margin-right: 20px;
    font-family: "Space Grotesk",sans-serif;
    font-size: 17px;
    font-weight: 700
}

.qodef-opener-icon.qodef-source--predefined.qodef-fullscreen-menu-opener.qodef--opened .qodef-m-icon .qodef-m-text {
    display: none
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle {
    position: absolute;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid currentColor;
    transition: all .2s ease-out
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle.qodef--1 {
    left: 0;
    top: 0;
    transition-delay: 0s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle.qodef--2 {
    left: 0;
    top: 13px;
    transition-delay: .25s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle.qodef--3 {
    left: 0;
    top: 26px;
    transition-delay: .1s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle.qodef--4 {
    left: 12px;
    top: 0;
    transition-delay: .3s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle.qodef--5 {
    left: 12px;
    top: 13px;
    transition-delay: .2s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle.qodef--6 {
    left: 12px;
    top: 26px;
    transition-delay: .35s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle.qodef--7 {
    left: 25px;
    top: 0;
    transition-delay: .15s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle.qodef--8 {
    left: 25px;
    top: 13px;
    transition-delay: .4s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-circle.qodef--9 {
    left: 25px;
    top: 26px;
    transition-delay: .05s
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-circle.qodef--2 {
    opacity: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-circle.qodef--4 {
    opacity: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-circle.qodef--6 {
    opacity: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-circle.qodef--8 {
    opacity: 0
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-section {
    overflow: visible
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0
}

.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-contact-form-7,.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 p,.rs-layer p {
    margin: 0
}

.qodef-contact-form-7 br,.rs-layer br {
    display: none
}

.qodef-contact-form-7 .ajax-loader,.rs-layer .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0;
    color: var(--qode-main-color)!important
}

.qodef-contact-form-7 .wpcf7-response-output,.rs-layer .wpcf7-response-output {
    border-width: 1px!important;
    margin: 2em 0 0 0!important;
    padding: 1em 1.5em!important;
    border-color: #ebeae9!important
}

.qodef-contact-form-7 .wpcf7-form,.rs-layer .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before,.rs-layer .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    visibility: hidden;
    z-index: 98
}

.qodef-contact-form-7 .wpcf7-form:after,.rs-layer .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,.rs-layer .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,.qodef-contact-form-7 .wpcf7-form.submitting:before,.rs-layer .wpcf7-form.submitting:after,.rs-layer .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-instagram-list #sb_instagram {
    padding: 0!important;
    overflow: hidden!important
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1!important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none!important;
    height: auto!important;
    padding-bottom: 0!important;
    overflow: hidden
}

.qodef-instagram-list .sbi_photo_wrap a:before {
    content: '';
    --gradient-color: rgba(0, 0, 0, 0.78);
    content: '';
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    background: linear-gradient(to top,var(--gradient-color) 0,rgba(0,0,0,0) 35%);
    background: linear-gradient(to top,var(--gradient-color) 0,rgba(0,0,0,0) 75%)
}

.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:before {
    content: '';
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block!important
}

.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit!important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1!important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 25px;
    line-height: 1.2em;
    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: "Space Grotesk",sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 400;
    color: #bebebe;
    letter-spacing: .01em;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns),minmax(0,1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap)
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
    --qode-columns: 1
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
    --qode-columns: 2
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
    --qode-columns: 3
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
    --qode-columns: 4
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
    --qode-columns: 5
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
    --qode-columns: 6
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
    --qode-columns: 7
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
    --qode-columns: 8
}

.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
    --qode-columns-row-gap: 0px
}

.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
    --qode-columns-row-gap: 10px
}

.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
    --qode-columns-row-gap: 20px
}

.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
    --qode-columns-row-gap: 30px
}

.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
    --qode-columns-row-gap: 40px
}

.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
    --qode-columns-row-gap: 50px
}

.qodef-twitter-list.qodef-vertical-gutter--very-large .ctf-tweets {
    --qode-columns-row-gap: 70px
}

.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px
}

.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
    --qode-columns-col-gap: 0px
}

.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
    --qode-columns-col-gap: 10px
}

.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
    --qode-columns-col-gap: 20px
}

.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
    --qode-columns-col-gap: 30px
}

.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
    --qode-columns-col-gap: 40px
}

.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
    --qode-columns-col-gap: 50px
}

.qodef-twitter-list.qodef-gutter--very-large .ctf-tweets {
    --qode-columns-col-gap: 70px
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

.qodef-yith-wccl--predefined .select_box {
    display: inline-block
}

.qodef-yith-wccl--predefined .select_box:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0
}

.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #474646!important;
    padding: 10px;
    color: #bebebe
}

.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: #ebeae9
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: #ebeae9
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    line-height: 1.5625em;
    font-weight: 300;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #bebebe
}

.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(235,234,233,.5)!important;
    overflow-y: hidden!important;
    max-height: 90vh!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    -o-object-fit: cover;
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100%!important;
    margin: 0!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0!important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px
}

#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"
}

body:not([class*=firstframe-core]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: 'x';
    font-family: initial
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 1!important;
    background-color: transparent!important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f06e"
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
    color: #fff!important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color)!important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
    display: none!important
}

.yith-wcwl-form .wishlist-title-container {
    display: none!important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: "Space Grotesk",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px
}

.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: #bebebe!important;
    border-color: transparent!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    font-size: 15px;
    line-height: 20px;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    position: relative!important;
    display: inline-flex!important;
    vertical-align: middle!important;
    width: auto!important;
    margin: 0!important;
    text-decoration: none!important;
    border-radius: 0!important;
    outline: 0!important;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .8s cubic-bezier(.8,0,.2,1),border-color .2s ease-out!important;
    padding: 12px 32px!important;
    cursor: pointer!important;
    z-index: 3!important;
    color: #121212!important;
    border: 1px solid transparent!important;
    --qode-bg-color: #EBEAE9;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .58s cubic-bezier(.45,.8,.02,.91),color .2s ease-out,border-color .2s ease-out;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%;
    background-repeat: no-repeat
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
    color: #fff!important;
    background-position: 100% 0,center;
    background-size: 100% 100%,100% 100%
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
    display: none!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    display: none!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
    display: none!important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 1!important;
    background-color: transparent!important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none!important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff!important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color)!important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none!important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none!important
}

.qodef-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 li .qodef-e-media {
    height: 100%;
    width: 100%
}

.widget_firstframe_core_woo_dropdown_cart,.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.widget_firstframe_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,.widget_shopping_cart .qodef-widget-dropdown-cart-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-opener,.widget_firstframe_core_woo_dropdown_cart>.widgettitle,.widget_shopping_cart .qodef-m-opener,.widget_shopping_cart>.widgettitle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-text,.widget_firstframe_core_woo_dropdown_cart>.widgettitle .qodef-m-opener-text,.widget_shopping_cart .qodef-m-opener .qodef-m-opener-text,.widget_shopping_cart>.widgettitle .qodef-m-opener-text {
    font-size: 17px;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    color: #ebeae9
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon,.widget_firstframe_core_woo_dropdown_cart>.widgettitle .qodef-m-opener-icon,.widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon,.widget_shopping_cart>.widgettitle .qodef-m-opener-icon {
    margin-right: 9px
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count,.widget_firstframe_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 {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #ebeae9;
    color: #121212;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -17px;
    line-height: 17px
}

.widget_firstframe_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_firstframe_core_woo_dropdown_cart .widget_shopping_cart_content,.widget_shopping_cart .qodef-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content {
    border-width: 1px;
    border-style: solid;
    display: block;
    padding: 15px 0;
    text-align: left;
    transition: opacity .2s ease-out,visibility .2s ease-out
}

header .widget_firstframe_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,header .widget_firstframe_core_woo_dropdown_cart .widget_shopping_cart_content,header .widget_shopping_cart .qodef-widget-dropdown-cart-content,header .widget_shopping_cart .widget_shopping_cart_content {
    left: auto;
    opacity: 0!important;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden!important;
    width: 290px
}

.touchevents header .widget_firstframe_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.touchevents header .widget_firstframe_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_firstframe_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,.widget_firstframe_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!important
}

.widget_firstframe_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,.widget_firstframe_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_firstframe_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,.widget_firstframe_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-family: "Space Grotesk",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #ebeae9;
    padding-left: 30px!important
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    margin: 0 0 15px 0!important;
    position: relative;
    padding: 0 15px 15px;
    border-bottom: 1px solid #474646
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
    margin: 0!important
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    margin: 0 15px 0 0;
    width: 75px
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 5
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    width: 25px;
    fill: #fff
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,.widget_firstframe_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_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2em;
    display: block
}

.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart,.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
    display: flex;
    align-items: center
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
    flex-shrink: 0
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
    padding: 0;
    width: 100%
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 0;
    font-size: 14px
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 0;
    font-family: "Azeret Mono",sans-serif;
    font-size: 13px;
    font-weight: 300
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 0
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-order-details,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__total,.widget_shopping_cart .qodef-m-order-details,.widget_shopping_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #474646;
    padding: 13px 15px!important;
    margin-top: 0
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_firstframe_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: "Space Grotesk",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-order-details .amount,.widget_firstframe_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-size: 13px;
    font-family: "Azeret Mono",sans-serif;
    font-weight: 300;
    color: #bebebe
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-action,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,.widget_shopping_cart .qodef-m-action,.widget_shopping_cart .woocommerce-mini-cart__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 5px 15px 0!important
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-action a,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .qodef-m-action a,.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    font-size: 15px;
    line-height: 20px;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .8s cubic-bezier(.8,0,.2,1),border-color .2s ease-out;
    width: 100%;
    padding: 18px 20px;
    justify-content: center;
    text-align: center;
    color: #ebeae9;
    background-color: transparent;
    border: 1px solid #ebeae9;
    --qode-bg-color: transparent;
    --qode-bg-hover-color: #EBEAE9;
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .58s cubic-bezier(.45,.8,.02,.91),color .2s ease-out,border-color .2s ease-out;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%;
    background-repeat: no-repeat;
    padding: 13px 20px
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-action a.qodef-m-action-link:hover,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a.qodef-m-action-link:hover,.widget_shopping_cart .qodef-m-action a.qodef-m-action-link:hover,.widget_shopping_cart .woocommerce-mini-cart__buttons a.qodef-m-action-link:hover {
    color: #121212!important;
    border-color: #ebeae9!important;
    background-position: 100% 0,center;
    background-size: 100% 100%,100% 100%
}

#qodef-page-header-inner.qodef-skin--light .widget_firstframe_core_woo_dropdown_cart .qodef-m-action a.qodef-m-action-link:hover,#qodef-page-header-inner.qodef-skin--light .widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a.qodef-m-action-link:hover,#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-action a.qodef-m-action-link:hover,#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart__buttons a.qodef-m-action-link:hover {
    color: #121212!important
}

.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100%!important;
    justify-content: center
}

.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 5px
}

header .widget_firstframe_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,header .widget_firstframe_core_woo_dropdown_cart:hover .widget_shopping_cart_content,header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,header .widget_shopping_cart:hover .widget_shopping_cart_content {
    opacity: 1!important;
    visibility: visible!important
}

.widget_firstframe_core_woo_dropdown_cart,.widget_shopping_cart {
    color: #bebebe
}

.widget_firstframe_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_firstframe_core_woo_dropdown_cart .widget_shopping_cart_content,.widget_shopping_cart .qodef-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content {
    background-color: #121212;
    border-color: #474646
}

.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #f9f9f9!important
}

.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,.widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: var(--qode-main-color)!important
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #f9f9f9!important
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: var(--qode-main-color)!important
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #bebebe
}

.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: var(--qode-main-color)
}

.widget_firstframe_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .qodef-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #f9f9f9!important
}

#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart,#qodef-page-footer .widget_shopping_cart {
    color: #ccc
}

#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .widget_shopping_cart_content,#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #000;
    border-color: #fff
}

#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart-item a,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #ccc!important
}

#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: #fff!important
}

#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #ccc!important
}

#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff!important
}

#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff
}

#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .qodef-m-order-details strong,#qodef-page-footer .widget_firstframe_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #ccc!important
}

.widget_firstframe_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_firstframe_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_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.widget_firstframe_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: #121212;
    border-left: 1px solid #474646;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

.admin-bar .widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_firstframe_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_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px
}

.widget_firstframe_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_firstframe_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_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0
}

.widget_firstframe_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_firstframe_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_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    font-size: 15px;
    line-height: 20px;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .8s cubic-bezier(.8,0,.2,1),border-color .2s ease-out;
    color: #121212;
    border: 1px solid transparent;
    --qode-bg-color: #EBEAE9;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .58s cubic-bezier(.45,.8,.02,.91),color .2s ease-out,border-color .2s ease-out;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%;
    background-repeat: no-repeat
}

.widget_firstframe_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: #fff;
    background-position: 100% 0,center;
    background-size: 100% 100%,100% 100%
}

.widget_firstframe_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-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;
    transition: opacity .35s 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;
    transition: opacity .35s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
    width: auto;
    opacity: var(--qodef-client-initial-opacity,1);
    will-change: opacity;
    transition: opacity .3s ease;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
    opacity: var(--qodef-client-hover-opacity,.5)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-events {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-events .qodef-event-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-events .qodef-e-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 -30px
}

.qodef-events .qodef-e-inner>* {
    position: relative;
    width: 100%;
    padding: 0 30px
}

.qodef-events .qodef-e-inner .qodef-e-info {
    max-width: 30%
}

.qodef-events-list .qodef-e-title {
    margin: 0
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e-date {
    flex-shrink: 0;
    margin-right: 32px
}

.qodef-events-list.qodef-item-layout--info-table .qodef-e-tickets-link {
    flex-shrink: 0;
    margin-left: auto
}

.qodef-masonry-gallery-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-masonry-gallery-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-masonry-gallery-list .qodef-e-media-image img {
    display: block
}

.qodef-masonry-gallery-list .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.qodef-masonry-gallery-list .qodef-e-title {
    margin: 0
}

.qodef-masonry-gallery-list .qodef-e-text {
    margin: 16px 0 0
}

.qodef-masonry-gallery-list .qodef-e-button {
    margin: 21px 0 0
}

.qodef-masonry-gallery-list .qodef-e-button a {
    position: relative;
    z-index: 2
}

.qodef-masonry-gallery-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-masonry-gallery-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-masonry-gallery-list .qodef-item-layout--standard .qodef-e-content {
    align-items: center;
    justify-content: center
}

.touchevents .qodef-masonry-gallery-list .qodef-item-layout--textual .qodef-e-inner {
    cursor: pointer
}

.qodef-masonry-gallery-list .qodef-item-layout--textual .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-masonry-gallery-list .qodef-item-layout--textual .qodef-e-content {
    padding: 30px 40px;
    background-color: rgba(235,234,233,.3);
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-layout--light-skin #qodef-page-outer {
    background-color: #fff;
    color: #121212
}

.qodef-layout--light-skin .qodef-portfolio-single .qodef-portfolio-title,.qodef-layout--light-skin .qodef-portfolio-single a,.qodef-layout--light-skin .qodef-portfolio-single h1,.qodef-layout--light-skin .qodef-portfolio-single h2,.qodef-layout--light-skin .qodef-portfolio-single h3,.qodef-layout--light-skin .qodef-portfolio-single h4,.qodef-layout--light-skin .qodef-portfolio-single h5,.qodef-layout--light-skin .qodef-portfolio-single h6,.qodef-layout--light-skin .qodef-portfolio-single p {
    color: #121212!important
}

.qodef-layout--light-skin .qodef-portfolio-related-title {
    color: #121212
}

.qodef-layout--light-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg g,.qodef-layout--light-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg g,.qodef-layout--light-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg g {
    stroke: #121212!important
}

.qodef-layout--light-skin .qodef-e-info>* {
    color: #121212
}

.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 15px
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
    flex-direction: column
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--info-items .qodef-e-info-item {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--category .qodef-e-category a {
    font-family: "Azeret Mono",sans-serif;
    color: #bebebe;
    font-weight: 200
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--category .qodef-e-category a:hover {
    color: #fff
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 0 10px 0
}

.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0;
    font-family: "Azeret Mono",sans-serif;
    color: #bebebe;
    font-weight: 200
}

.qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin-right: 45px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 58px
}

.qodef-portfolio-single .qodef-variations--big .qodef-media img {
    width: 100%
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 55px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content .qodef-grid-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    padding-top: 65px;
    margin-top: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #474646
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        flex-direction:column
    }
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info>* {
    text-align: left
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info>* {
        align-items:center;
        text-align: center
    }
}

.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-item-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(235,234,233,.4);
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-description,.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-portfolio-category-list.qodef-item-layout--standard .qodef-e-content {
    margin-top: 28px
}

.qodef-portfolio-list.qodef-item--hide-info .qodef-e-content {
    display: none!important
}

.qodef-portfolio-list.qodef-item--hide-info .qodef-play-button {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%,-50%)
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item--hide-info .qodef-play-button .qodef-circle-svg {
        width:90px
    }
}

.qodef-portfolio-list.qodef-item--hide-info.qodef-swiper-container .qodef-play-button {
    position: absolute;
    display: flex
}

.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 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%;
    height: 100%
}

.qodef-portfolio-list .qodef-e-content {
    margin: 30px 0 0
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-title a:hover {
    color: currentColor
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.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-custom-margin .qodef-e-inner {
    width: auto
}

.qodef-portfolio-list .qodef-play-button {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #ebeae9;
    fill: #ebeae9;
    width: auto!important;
    height: auto!important
}

.qodef-portfolio-list .qodef-play-button .qodef-play-fill {
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    transition: -webkit-clip-path .35s ease-out;
    transition: clip-path .35s ease-out;
    transition: clip-path .35s ease-out,-webkit-clip-path .35s ease-out
}

.qodef-portfolio-list .qodef-play-button .qodef-circle-text-holder {
    animation: qode-rotate 6s linear infinite;
    animation-play-state: paused;
    transform-origin: center
}

.qodef-portfolio-list .qodef-play-button .qodef-circle-text {
    transform-origin: center;
    transform: rotate(0);
    transition: transform .5s ease
}

.qodef-portfolio-list .qodef-play-button:hover .qodef-play-fill {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
}

.qodef-portfolio-list .qodef-play-button:hover .qodef-circle-text-holder {
    animation-play-state: running
}

.qodef-portfolio-list .qodef-play-button:hover .qodef-circle-text {
    transform: rotate(10deg)
}

.qodef-portfolio-list.qodef--full-screen-slider {
    height: calc(100vh - 100px)
}

.qodef-portfolio-list.qodef--full-screen-slider.qodef-item-layout--info-on-image article .qodef-e-content {
    padding: 65px 70px
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--full-screen-slider.qodef-item-layout--info-on-image article .qodef-e-content {
        padding:35px 20px
    }
}

.qodef-portfolio-list.qodef--full-screen-slider .qodef-fullscreen-slider-widget-area {
    position: absolute;
    bottom: 38px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 100
}

.qodef-portfolio-list.qodef--full-screen-slider .qodef-fullscreen-slider-widget-area a,.qodef-portfolio-list.qodef--full-screen-slider .qodef-fullscreen-slider-widget-area p,.qodef-portfolio-list.qodef--full-screen-slider .qodef-fullscreen-slider-widget-area span {
    font-size: 17px;
    font-weight: 500;
    font-family: "Space Grotesk",sans-serif
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper {
    height: 100%
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide {
    padding: 0 0 100px
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide {
        padding:0 7% 100px
    }
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide video {
        height:100vh
    }
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide .qodef-video--autoplay {
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide .qodef-video--autoplay a {
    display: block;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide .qodef-e-inner {
    height: 100%
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide .qodef-e-inner .qodef-e-media {
    height: 100%;
    overflow: hidden
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide .qodef-e-inner .qodef-e-media .qodef-e-media-image {
    height: 100%
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide .qodef-e-inner .qodef-e-media .qodef-e-media-image img {
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 1.3s ease 1.5s,opacity .4s ease-out 1.2s
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide .qodef-e-inner .qodef-e-bottom-holder {
    overflow: hidden
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide .qodef-e-inner .qodef-e-bottom-holder .qodef-e-text {
    opacity: 0;
    transition: 1s cubic-bezier(.26,-.14,0,1.01);
    transform: translateY(160%)
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide .qodef-e-inner .qodef-e-bottom-holder .qodef-e-info {
    opacity: 0;
    transition: 1.5s cubic-bezier(.26,-.14,0,1.01);
    transform: translateY(170%)
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide.swiper-slide-active .qodef-e-inner .qodef-e-media .qodef-e-media-image img {
    opacity: 1;
    transition: transform 1.3s ease,opacity .4s ease-out
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide.swiper-slide-active .qodef-e-inner .qodef-e-bottom-holder .qodef-e-info,.qodef-portfolio-list.qodef--full-screen-slider .swiper-wrapper .swiper-slide.swiper-slide-active .qodef-e-inner .qodef-e-bottom-holder .qodef-e-text {
    opacity: 1;
    transform: translateY(0)
}

.qodef-portfolio-list.qodef--full-screen-slider .swiper-pagination {
    text-align: left;
    bottom: 0!important;
    top: 50%;
    transform: translateY(calc(-50% - 100px));
    right: 22px!important;
    height: auto;
    width: 30px;
    flex-direction: column;
    position: absolute!important;
    left: auto
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--full-screen-slider .swiper-pagination {
        right:32px!important
    }
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container {
    padding: 30px 0 100px;
    opacity: 0;
    transition: opacity .3s ease-out .3s
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.swiper-container-initialized,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.swiper-initialized {
    opacity: 1
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container {
        padding:0
    }
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide {
    margin: 10% 0 5%;
    z-index: 1
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide {
        margin:0
    }
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active {
    z-index: 2
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active .qodef-e-inner,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active .qodef-e-inner {
    transform: scale(1.22) translateY(-.5%);
    transition-duration: .5s;
    transition-delay: .3s
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active .qodef-e-content,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active .qodef-video--on-click,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active .qodef-video--on-click {
    opacity: 1
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-active .qodef-e-inner,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide.swiper-slide-duplicate-active .qodef-e-inner {
        transform:scale(1) translateY(0)
    }
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide .qodef-video--on-click {
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-slide .qodef-e-content {
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .qodef-e-inner {
    transition: transform .35s
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-next,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-prev {
    bottom: 0;
    top: unset
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-next,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-prev {
    left: calc(50% + 15px)!important
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-button-next {
    right: calc(50% - 75px)!important;
    left: unset!important
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-pagination {
    width: auto;
    left: calc(50% - 65px);
    bottom: 31px
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-pagination:after {
    content: '';
    position: absolute;
    right: -15px;
    width: 1px;
    height: 100%;
    background-color: currentColor;
    opacity: .35
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-pagination-current {
    margin-right: 6px
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container .swiper-pagination-total {
    margin-left: 6px
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider {
    height: 100vh
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-wrapper {
    height: 100%
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide {
    display: flex;
    align-items: center;
    margin: 100px 0 0;
    padding: 0 4%
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-inner,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-duplicate-active .qodef-e-inner {
    transform: scale(1.22) translateY(0);
    box-shadow: none
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-media-image,.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-duplicate-active .qodef-e-media-image {
    filter: none
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-pagination {
    width: auto;
    right: 184px;
    bottom: 94px;
    color: #fff;
    left: unset
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-button-next {
    right: 100px!important;
    bottom: 63px;
    color: #fff
}

.qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-button-prev {
    right: 135px!important;
    color: #fff;
    left: unset!important;
    bottom: 63px
}

@media only screen and (max-width: 1366px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide {
        margin:76px 0 0
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-inner {
        transform: scale(1.05) translateY(0)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-inner {
        transform:scale(1.22) translateY(0)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide .qodef-e-content {
        padding:20px 20px 26px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide {
        padding:0 12%
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-slide.swiper-slide-active .qodef-e-inner {
        transform: scale(1) translateY(0)
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-pagination {
        right: 134px;
        bottom: 47px
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-button-next {
        right: 50px!important;
        bottom: 16px
    }

    .qodef-portfolio-list.qodef--image-highlight-enabled.qodef-swiper-container.qodef--full-screen-slider .swiper-button-prev {
        right: 85px!important;
        left: unset!important;
        bottom: 16px
    }
}

.qodef-portfolio-list.qodef--borders-between.qodef-layout--columns article {
    outline: 1px solid #474646;
    outline-offset: calc(var(--qode-columns-col-gap)/ 2)
}

.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-media {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-media:after {
    content: '';
    --gradient-color: rgba(0, 0, 0, 0.78);
    content: '';
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    background: linear-gradient(to top,var(--gradient-color) 0,rgba(0,0,0,0) 35%)
}

.qodef-portfolio-list.qodef-item-layout--info-below article:hover .qodef-e-media:after {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-marque {
    margin: 0
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-marque.qodef-col-num--1.qodef-gutter--no.qodef-responsive--predefined article .qodef-e-content {
        justify-content:flex-end
    }

    .qodef-portfolio-list.qodef-item-layout--info-marque.qodef-col-num--1.qodef-gutter--no.qodef-responsive--predefined article .qodef-e-media-image img {
        min-height: 16vh
    }
}

.qodef-portfolio-list.qodef-item-layout--info-marque article {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner {
    border-top: 1px solid #474646
}

.qodef-portfolio-list.qodef-item-layout--info-marque article:nth-of-type(2n+2) .qodef-text-marquee.qodef--init.qodef-direction--left .qodef-m-content-inner {
    animation-direction: reverse;
    animation-auration: 25s
}

.qodef-portfolio-list.qodef-item-layout--info-marque article:nth-of-type(3n+3) .qodef-text-marquee.qodef--init.qodef-direction--left .qodef-m-content-inner {
    animation-auration: 30s
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner {
    font-size: 100px
}

@media only screen and (max-width: 768px) {
    .qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner {
        font-size:75px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner {
        font-size:65px
    }
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner mark {
    color: inherit;
    background-color: transparent;
    font-weight: 300
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-text-1,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-text-2,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-text-3 {
    padding-right: 220px;
    position: relative;
    display: inline-block
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-text-1:after,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-text-2:after,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-text-3:after {
    content: '*';
    font-size: 180px;
    position: absolute;
    right: 5%;
    top: 65%;
    transform: translateY(-50%);
    color: var(--qode-main-color)
}

@media only screen and (max-width: 768px) {
    .qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-text-1:after,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-text-2:after,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-text-3:after {
        font-size:120px;
        right: 8%;
        top: 71%
    }
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-text-marquee .qodef-m-content-inner .qodef-m-separator {
    font-size: 161px
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-top-wrapper {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-top-holder {
    z-index: 3;
    margin-bottom: 15px
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-top-holder .qodef-e-info a {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #bebebe
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-top-holder .qodef-e-info a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner .qodef-e-media-image,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner .qodef-video--autoplay,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner .qodef-video--on-hover {
    margin-bottom: 0;
    width: 100%;
    height: 349px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner .qodef-e-media-image>a,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner .qodef-video--autoplay>a,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner .qodef-video--on-hover>a {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%)
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner .qodef-e-media-image>a>video,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner .qodef-video--autoplay>a>video,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner .qodef-video--on-hover>a>video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner:hover .qodef-e-media-image,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner:hover .qodef-video--autoplay,.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-inner:hover .qodef-video--on-hover {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 21px;
    z-index: 3
}

@media only screen and (max-width: 768px) {
    .qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-content {
        margin-top:0
    }
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-title a {
    color: inherit
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-marque article h3.qodef-e-title {
        font-size:30px
    }
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-info>* {
    color: #bebebe
}

.qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-post-link {
    z-index: 2
}

.qodef-portfolio-list.qodef-item-layout--info-marque.qodef-swiper-container .qodef-e-bottom-holder,.qodef-portfolio-list.qodef-item-layout--info-marque.qodef-swiper-container .qodef-e-text {
    transform: scale(.8) translateX(-12.7%)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-bottom-holder a {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-bottom-holder a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image {
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media .mejs-controls,.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media .mejs-layers {
    display: none!important
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 35px 40px;
    overflow: hidden
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
        padding:15px 20px
    }
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content:after {
    --gradient-color: rgba(0, 0, 0, 0.78);
    content: '';
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    background: linear-gradient(to top,var(--gradient-color) 0,rgba(0,0,0,0) 35%);
    z-index: -1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article:hover .qodef-e-content:after {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
    z-index: 2
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    --qode-x: 0px;
    --qode-y: 15px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out,transform .6s cubic-bezier(.18,.79,.48,.99);
    z-index: 3;
    pointer-events: none
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-bottom-holder {
    --qode-x: 0px;
    --qode-y: 15px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out,transform .6s cubic-bezier(.18,.79,.48,.99)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content a {
    pointer-events: all
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in article {
    overflow: hidden
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in article:hover .qodef-e-content {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in article:hover .qodef-e-content .qodef-e-bottom-holder {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image {
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media .mejs-controls,.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media .mejs-layers {
    display: none!important
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 35px 40px;
    background: linear-gradient(to top,rgba(0,0,0,.78) 0,rgba(0,0,0,0) 10%)
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
        padding:15px 20px
    }
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-project-info a,.qodef-portfolio-project-info p {
    margin: 0
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 130px
}

#qodef-portfolio-single-related-items .qodef-related-portfolio-title {
    margin-bottom: 36px
}

#qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-grid-inner {
    column-gap: 25px!important
}

#qodef-portfolio-single-related-items .qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-play-button svg {
    width: 100px
}

@media only screen and (max-width: 680px) {
    #qodef-portfolio-single-related-items .qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-play-button svg {
        width:90px
    }
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 103px 0 84px
}

#qodef-single-portfolio-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-portfolio-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-portfolio-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 10px
}

#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: 10px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 0;
    left: calc(50% - 16px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
    font-size: 32px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link g circle:nth-of-type(1) {
    fill: currentColor;
    transition: -webkit-clip-path .32s ease-out;
    transition: clip-path .32s ease-out;
    transition: clip-path .32s ease-out,-webkit-clip-path .32s ease-out;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link g:nth-of-type(2) circle:nth-of-type(1) {
    transition-delay: .28s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link g:nth-of-type(3) circle:nth-of-type(1) {
    transition-delay: .33s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link g:nth-of-type(4) circle:nth-of-type(1) {
    transition-delay: .17s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover g circle:nth-of-type(1) {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: "Space Grotesk",sans-serif;
    font-size: 17px;
    text-transform: none;
    font-weight: 500
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 30px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 30px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-team-list .qodef-e-role {
    margin: 0;
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    font-weight: 300
}

.qodef-team-list .qodef-e-title {
    margin: 2px 0 13px
}

.qodef-team-list .qodef-social-icons {
    margin: 0
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-inner {
    background-color: #121212;
    text-align: center;
    padding: 47px 0
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image {
    position: relative;
    max-width: 230px;
    border-radius: 100%;
    overflow: hidden;
    max-height: 230px;
    margin: auto
}

@media only screen and (max-width: 1440px) {
    .qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image {
        max-width:195px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image {
        max-width:95px
    }
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image .qodef-e-social-wrapper {
    position: absolute;
    top: 34px;
    right: 20px
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image .qodef-e-social-wrapper .qodef-team-member-social-icons {
    width: 38px;
    max-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1.05s ease-in-out;
    overflow: hidden;
    flex-wrap: wrap
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image .qodef-e-social-wrapper .qodef-team-member-social-icons>a {
    height: 38px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Grotesk",sans-serif;
    color: #bebebe;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image .qodef-e-social-wrapper .qodef-team-member-social-icons>a:after {
    content: '';
    height: 1px;
    background-color: currentColor;
    width: 0;
    position: absolute;
    bottom: 8px;
    left: 0;
    transition: width .3s ease-in-out
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image .qodef-e-social-wrapper .qodef-team-member-social-icons>a:hover {
    color: #fff
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image .qodef-e-social-wrapper .qodef-team-member-social-icons>a:hover:after {
    width: 100%
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-image:hover .qodef-team-member-social-icons {
    max-height: 380px
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-content {
    margin: 34px 0 0
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-content .qodef-e-title {
    margin: 22px 0 0
}

.qodef-team-list.qodef-item-layout--image-rounded .qodef-e-content .qodef-e-role {
    margin: 5px 0 0
}

.qodef-team-list.qodef-item-layout--info-below.qodef-enable-border--yes .qodef-e-inner {
    border: 1px solid #474646
}

.qodef-team-list.qodef-item-layout--info-below.qodef-enable-border--yes .qodef-e-inner .qodef-e-content {
    margin: 30px 0 30px 38px
}

@media only screen and (max-width: 680px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-enable-border--yes .qodef-e-inner .qodef-e-content {
        margin:30px 0 30px 27px
    }
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image {
    position: relative
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-social-wrapper {
    position: absolute;
    top: 4px;
    right: 16px;
    overflow: hidden
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-social-wrapper .qodef-team-member-social-icons {
    width: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
    transform: translateX(-30%);
    opacity: 0;
    transition: transform .7s,opacity .45s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-social-wrapper .qodef-team-member-social-icons>a {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Grotesk",sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    --qodef-underline-position-y: calc(100% - 9px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-social-wrapper .qodef-team-member-social-icons>a:hover {
    color: #fff;
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-team-member-social-icons {
    transform: translateX(0);
    opacity: 1
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 14px 0 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-title {
    margin: 22px 0 0
}

.qodef-team-list.qodef-item-layout--info-below img {
    filter: grayscale(0);
    transition: filter .5s ease-out
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-media-image {
    overflow: hidden;
    position: relative
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-media-image:after {
    content: '';
    display: block;
    --gradient-color: rgba(0, 0, 0, 0.72);
    content: '';
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    background: linear-gradient(to top,var(--gradient-color) 0,rgba(0,0,0,0) 35%);
    background: linear-gradient(to left,var(--gradient-color) 0,rgba(0,0,0,0) 45%)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover img {
    filter: grayscale(1)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-media-image:after {
    opacity: 1
}

.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-inner {
    padding-bottom: 40px
}

.qodef-testimonials-list .qodef-rating-holder {
    position: relative
}

.qodef-testimonials-list .qodef-rating-holder .qodef-e-current-rating {
    color: #ebeae9
}

.qodef-testimonials-list .qodef-rating-holder .qodef-e-current-rating svg {
    fill: currentColor
}

.qodef-testimonials-list .qodef-rating-holder svg {
    width: 13px
}

.qodef-testimonials-list .qodef-rating-holder .qodef-rating-two {
    position: absolute;
    left: 0
}

.qodef-testimonials-list .qodef-rating-holder .qodef-rating-two .qodef-e-rating {
    color: #ebeae9
}

.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-title {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 28px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0
}

.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--dark .qodef-e-author,.qodef-testimonials-list.qodef-skin--dark .qodef-e-text,.qodef-testimonials-list.qodef-skin--dark .qodef-e-title {
    color: #121212!important
}

.qodef-testimonials-list.qodef-skin--dark .swiper-pagination-bullet:before {
    background-color: #121212!important
}

.qodef-testimonials-list.qodef-skin--dark .qodef-rating-holder svg {
    stroke: #121212!important
}

.qodef-testimonials-list.qodef-skin--dark .qodef-rating-holder .qodef-rating-one svg {
    fill: #121212!important
}

.qodef-testimonials-list.qodef-skin--dark .swiper-pagination-bullet {
    border-color: #121212
}

.qodef-testimonials-list.qodef-skin--dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #121212
}

.qodef-testimonials-slider-holder.qodef-background-text {
    position: initial!important;
    height: auto
}

.qodef-testimonials-slider-holder.qodef-background-text .qodef-bg-text {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-testimonials-slider-holder.qodef-background-text .qodef-bg-text>div {
    margin-bottom: -30px
}

.qodef-testimonials-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-content {
    line-height: initial!important;
    font-size: initial!important
}

.qodef-testimonials-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-1,.qodef-testimonials-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-2,.qodef-testimonials-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-3 {
    font-family: "Space Grotesk",sans-serif;
    font-size: 150px;
    line-height: .54em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(18,18,18,.2);
    text-stroke: 1px rgba(18,18,18,.2);
    -webkit-text-stroke: 1px rgba(18,18,18,.2);
    color: transparent;
    -webkit-text-fill-color: transparent
}

@media only screen and (max-width: 1366px) {
    .qodef-testimonials-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-1,.qodef-testimonials-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-2,.qodef-testimonials-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-3 {
        line-height:1.2em
    }
}

.qodef-testimonials-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-separator {
    position: relative;
    margin: 0 50px;
    font-size: calc(100vh / 6.2);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(18,18,18,.2);
    text-stroke: 1px rgba(18,18,18,.2);
    -webkit-text-stroke: 1px rgba(18,18,18,.2);
    color: transparent;
    -webkit-text-fill-color: transparent
}

.qodef-testimonials-slider-holder.qodef-background-text.qodef-skin--light .qodef-text-marquee .qodef-m-text-1,.qodef-testimonials-slider-holder.qodef-background-text.qodef-skin--light .qodef-text-marquee .qodef-m-text-2,.qodef-testimonials-slider-holder.qodef-background-text.qodef-skin--light .qodef-text-marquee .qodef-m-text-3 {
    -webkit-text-stroke-color: #474646;
    text-stroke: 1px #474646;
    -webkit-text-stroke: 1px #474646
}

.qodef-testimonials-slider-holder.qodef-background-text.qodef-skin--light .qodef-text-marquee .qodef-m-separator {
    -webkit-text-stroke-color: #474646;
    text-stroke: 1px #474646;
    -webkit-text-stroke: 1px #474646
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .swiper-pagination-bullets {
    bottom: auto!important
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-skin--dark .qodef-e-author,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-skin--dark .qodef-e-text {
    color: #121212
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-skin--dark~.swiper-button-prev.swiper-button-outside svg g {
    stroke: #121212
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-skin--dark~.swiper-button-next.swiper-button-outside svg g,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-skin--dark~.swiper-button-next.swiper-button-outside svg path {
    stroke: #121212
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-skin--dark .swiper-pagination-bullet {
    border-color: #121212
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-skin--dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #121212
}

@media only screen and (max-width: 768px) {
    .qodef-testimonials-list.qodef-item-layout--images-on-the-side {
        flex-wrap:wrap
    }
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-images-on-the-side {
    width: 450px;
    flex-shrink: 0;
    align-self: center;
    font-size: 0;
    line-height: 0
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-images-on-the-side {
        width:420px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-images-on-the-side {
        width:100%;
        margin-bottom: 25px
    }
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-images-on-the-side .qodef-testimonials-images-holder {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 236px
}

@media only screen and (max-width: 768px) {
    .qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-images-on-the-side .qodef-testimonials-images-holder {
        margin-left:-5px;
        padding-bottom: 64px
    }
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-images-on-the-side .qodef-testimonials-images-holder .qodef-e-media-image {
    width: calc(50% - 10px);
    margin: 5px;
    position: relative;
    cursor: pointer;
    -webkit-clip-path: circle(75%);
    clip-path: circle(75%);
    transition: -webkit-clip-path 1s;
    transition: clip-path 1s;
    transition: clip-path 1s,-webkit-clip-path 1s
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-images-on-the-side .qodef-testimonials-images-holder .qodef-e-media-image.qodef-current-image {
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%)
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-custom-testimonials-swiper-wrapper {
    width: 100%
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-custom-testimonials-swiper-wrapper .qodef-e-inner {
    width: 100%;
    max-width: 860px;
    padding: 14px 0 0 0
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-custom-testimonials-swiper-wrapper .qodef-e-inner {
        padding:14px 8% 0 0
    }
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-custom-testimonials-swiper-wrapper .qodef-e-inner {
        width:100%
    }
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-custom-testimonials-swiper-wrapper .qodef-separator .qodef-m-line {
    margin-bottom: 18px
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-custom-testimonials-swiper-wrapper .qodef-e-text {
    margin-bottom: 19px
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-custom-testimonials-swiper-wrapper .qodef-e-author {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #bebebe;
    text-transform: none
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-custom-testimonials-swiper-wrapper .qodef-e-author-job {
    margin-left: 10px;
    position: relative
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-custom-testimonials-swiper-wrapper .qodef-e-author-job:before {
    content: '/';
    position: absolute;
    left: -15px
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide .qodef-e-author-job,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide .qodef-e-author-name,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide .qodef-e-subtitle,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide .qodef-e-text,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide .qodef-e-title,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide .qodef-separator {
    opacity: 0;
    transform: translateY(30px);
    transition: .3s ease-in-out
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-prev .qodef-e-author-job,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-prev .qodef-e-author-name,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-prev .qodef-e-subtitle,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-prev .qodef-e-text,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-prev .qodef-e-title,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-prev .qodef-separator {
    transform: translateY(-30px);
    transition-delay: 0s!important
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-next .qodef-e-author-job,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-next .qodef-e-author-name,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-next .qodef-e-subtitle,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-next .qodef-e-text,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-next .qodef-e-title,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-next .qodef-separator {
    transform: translateY(30px);
    transition-delay: 0s!important
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-subtitle,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-title,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-separator,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-subtitle,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-title,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-separator {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .3s ease-in-out,transform .5s .25s ease-in-out
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-text,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-text {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .3s ease-in-out,transform .5s .35s ease-in-out
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-author-job,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-author-name,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-author-job,.qodef-testimonials-list.qodef-item-layout--images-on-the-side.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-author-name {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .3s ease-in-out,transform .5s .45s ease-in-out
}

.qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-quote {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 5px;
    right: -68%;
    overflow: hidden
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-quote {
        right:-55%
    }
}

@media only screen and (max-width: 768px) {
    .qodef-testimonials-list.qodef-item-layout--images-on-the-side .qodef-testimonials-quote {
        left:0;
        bottom: -64%;
        top: auto
    }
}

.qodef-testimonials-list.qodef-item-layout--images-thumb {
    text-align: center
}

.qodef-testimonials-list.qodef-item-layout--images-thumb .qodef-e-inner {
    max-width: 1100px;
    margin: auto
}

@media only screen and (max-width: 1024px) {
    .qodef-testimonials-list.qodef-item-layout--images-thumb .qodef-e-inner {
        max-width:765px
    }
}

.qodef-testimonials-list.qodef-item-layout--images-thumb .qodef-e-text {
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 45px;
    line-height: 1.11111em;
    margin-bottom: 20px
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-list.qodef-item-layout--images-thumb .qodef-e-text {
        font-size:35px
    }
}

.qodef-testimonials-list.qodef-item-layout--images-thumb .qodef-e-author {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #bebebe;
    text-transform: none
}

.qodef-testimonials-list.qodef-item-layout--images-thumb .qodef-e-author-job {
    margin-left: 10px;
    position: relative
}

.qodef-testimonials-list.qodef-item-layout--images-thumb .qodef-e-author-job:before {
    content: '/';
    position: absolute;
    left: -15px
}

.qodef-testimonials-list.qodef-item-layout--images-thumb .swiper-pagination-bullets {
    bottom: 28px!important
}

.qodef-testimonials-list.qodef-item-layout--images-thumb~.swiper-button-prev.swiper-button-outside {
    left: 76px!important
}

@media only screen and (max-width: 768px) {
    .qodef-testimonials-list.qodef-item-layout--images-thumb~.swiper-button-prev.swiper-button-outside {
        display:none
    }
}

.qodef-testimonials-list.qodef-item-layout--images-thumb~.swiper-button-next.swiper-button-outside {
    right: 76px!important
}

@media only screen and (max-width: 768px) {
    .qodef-testimonials-list.qodef-item-layout--images-thumb~.swiper-button-next.swiper-button-outside {
        display:none
    }
}

.qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-skin--dark .qodef-e-author,.qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-skin--dark .qodef-e-text {
    color: #121212
}

.qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-skin--dark~.swiper-button-prev.swiper-button-outside svg g {
    stroke: #121212
}

.qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-skin--dark~.swiper-button-next.swiper-button-outside svg g,.qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-skin--dark~.swiper-button-next.swiper-button-outside svg path {
    stroke: #121212
}

.qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-skin--dark .swiper-pagination-bullet {
    border-color: #121212
}

.qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-skin--dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #121212
}

.qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-swiper--show-pagination {
    -webkit-clip-path: inset(0 180px);
    clip-path: inset(0 180px)
}

@media only screen and (max-width: 1280px) {
    .qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-swiper--show-pagination {
        -webkit-clip-path:inset(0 130px);
        clip-path: inset(0 130px)
    }

    .qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-swiper--show-pagination .qodef-e-inner {
        max-width: calc(100vW - 200px)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-testimonials-list.qodef-item-layout--images-thumb.qodef-swiper--show-pagination {
        -webkit-clip-path:unset;
        clip-path: unset
    }
}

.qodef-testimonials-thumbs {
    margin-bottom: 0;
    max-width: 430px;
    padding-top: 50px;
    text-align: center
}

.qodef-testimonials-thumbs .qodef-e {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 160px;
    overflow: visible
}

.qodef-testimonials-thumbs .qodef-e img {
    width: 169px;
    height: 169px;
    max-width: 169px;
    transform: scale(.45);
    transition: transform .2s ease-out
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-thumbs .qodef-e img {
        transform:scale(.5)
    }
}

.qodef-testimonials-thumbs .qodef-e.swiper-slide-active,.qodef-testimonials-thumbs .qodef-e.swiper-slide-duplicate-active {
    z-index: 11
}

.qodef-testimonials-thumbs .qodef-e.swiper-slide-active .qodef-e-media-image img,.qodef-testimonials-thumbs .qodef-e.swiper-slide-duplicate-active .qodef-e-media-image img {
    transform: scale(1) translateY(-27%);
    transition-duration: .4s;
    transition-delay: .2s
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-thumbs .qodef-e.swiper-slide-active .qodef-e-media-image img img,.qodef-testimonials-thumbs .qodef-e.swiper-slide-duplicate-active .qodef-e-media-image img img {
        transform:scale(.8)
    }
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
    border: 1px solid #474646;
    padding: 45px 60px
}

@media only screen and (max-width: 1440px) {
    .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
        padding:38px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
        padding:45px 27px
    }
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content .qodef-e-text {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.56em;
    color: #bebebe
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content .qodef-e-title {
    font-size: 28px;
    margin-bottom: 18px
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content-bottom {
    display: flex;
    flex-direction: row
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content-bottom .qodef-e-media-image {
    max-width: 93px;
    margin-bottom: 0;
    margin-right: 20px
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content-bottom .qodef-e-author {
    display: flex;
    flex-direction: column
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content-bottom .qodef-e-author .qodef-e-author-name {
    font-size: 19px
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content-bottom .qodef-e-author .qodef-e-author-job {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: none
}

.qodef-testimonials-list.qodef-item-layout--info-below .swiper-pagination {
    margin-top: 59px
}

.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: #ebeae9
}

.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: #ebeae9
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: 7px;
    width: 16px;
    height: auto
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
    line-height: 28px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
    padding: 6px 0
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
    display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
    color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #121212;
    z-index: -1;
    transition: opacity .3s ease;
    border-bottom: 1px solid #474646
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    font-family: "Space Grotesk",sans-serif;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:active,.qodef-search-cover-form .qodef-m-form-field:focus,.qodef-search-cover-form .qodef-m-form-field:hover,.qodef-search-cover-form .qodef-m-form-field:visited {
    color: #fff!important
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.98);
    z-index: 100
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #ebeae9;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #ebeae9;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #bebebe;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #ebeae9
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple {
    border-bottom: 1px solid #707070
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #121212;
    margin: 0;
    padding: 30px 10px 30px 0;
    transition: padding .2s ease-out;
    cursor: pointer;
    border-top: 1px solid #707070
}

.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;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease-out;
    width: 24px;
    height: 24px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span svg {
    width: 24px;
    height: 24px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
    padding: 28px 10px 0 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 9px 16% 30px 0;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0;
    color: #121212
}

@media only screen and (max-width: 768px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
        padding:9px 0 36px 0
    }
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-author-pagination--on .qodef-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    fill: var(--qode-main-color);
    stroke: none;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px)
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-awards-list.qodef-right-button--off .qodef-e-title-wrapper {
    max-width: 100%
}

.qodef-awards-list .qodef-grid-inner {
    row-gap: 0
}

.qodef-awards-list article.qodef-grid-item {
    border-top: 1px solid #707070
}

.qodef-awards-list article.qodef-grid-item .qodef-e-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 37px 0
}

@media only screen and (max-width: 768px) {
    .qodef-awards-list article.qodef-grid-item .qodef-e-inner {
        flex-direction:column;
        align-items: flex-start;
        gap: 25px
    }
}

.qodef-awards-list article:last-child.qodef-grid-item {
    border-bottom: 1px solid #707070
}

.qodef-awards-list .qodef-e-text {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    line-height: 1.5625em;
    font-weight: 300;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #bebebe;
    font-size: 35px;
    font-weight: 700;
    font-family: "Space Grotesk",sans-serif;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 3px 6% 0 0;
    color: #121212;
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-awards-list .qodef-e-separator {
    content: '';
    background-color: #121212;
    width: 43px;
    height: 1px;
    transform: rotate(-60deg);
    font-size: 55px;
    position: relative;
    margin-right: 6%;
    display: inline-block;
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    .qodef-awards-list .qodef-e-separator {
        position:absolute;
        left: 10%;
        top: 25%
    }
}

@media only screen and (max-width: 480px) {
    .qodef-awards-list .qodef-e-separator {
        position:absolute;
        left: 17%
    }
}

.qodef-awards-list .qodef-e-title-wrapper {
    margin: 0 auto 0 0;
    max-width: 500px;
    width: 100%;
    position: relative
}

.qodef-awards-list .qodef-e-title-wrapper .qodef-e-image {
    position: absolute;
    top: 50%;
    right: -85%;
    z-index: 200;
    transform: translateY(-50%)
}

@media only screen and (max-width: 1440px) {
    .qodef-awards-list .qodef-e-title-wrapper .qodef-e-image {
        right:-53%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-awards-list .qodef-e-title-wrapper .qodef-e-image {
        max-width:40%
    }
}

.qodef-awards-list .qodef-e-title-wrapper .qodef-e-image img {
    opacity: 0;
    transform: scaleY(1.1) skewY(5deg);
    transition: opacity .15s ease-out,transform .2s cubic-bezier(.22,.61,.36,1);
    z-index: 200
}

.qodef-awards-list .qodef-e-title-wrapper .qodef-e-descirption {
    font-family: "Azeret Mono",sans-serif;
    position: relative;
    display: block;
    color: #121212
}

.qodef-awards-list .qodef-e-title-wrapper .qodef-e-title {
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #121212
}

.qodef-awards-list .qodef-e-title-wrapper .qodef-e-title a {
    color: inherit
}

.qodef-awards-list .qodef-e:hover .qodef-e-image img {
    opacity: 1;
    transform: scaleY(1) skewY(0);
    transition: opacity .15s ease-out,transform .4s cubic-bezier(.22,.61,.36,1)
}

.qodef-awards-list .qodef-e-button {
    margin: 0;
    flex-shrink: 0
}

.qodef-awards-list .qodef-e-button .qodef-m-button-arrow-holder {
    margin: 0!important
}

.qodef-awards-list .qodef-e-button a {
    color: #121212
}

.qodef-awards-list .qodef-e-button svg {
    width: 47px;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.qodef-awards-list .qodef-e-button svg g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.qodef-awards-list .qodef-e-button svg g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-awards-list .qodef-e-button svg g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

.qodef-awards-list .qodef-e-button:hover svg g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

.qodef-awards-list .qodef-e-button:hover svg g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-awards-list .qodef-e-button-left {
    margin-right: 20px
}

.qodef-awards-list.qodef-skin--light article {
    border-color: #474646!important
}

.qodef-awards-list.qodef-skin--light .qodef-button,.qodef-awards-list.qodef-skin--light .qodef-e-text,.qodef-awards-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-awards-list.qodef-skin--light .qodef-e-descirption {
    color: #bebebe
}

.qodef-awards-list.qodef-skin--light .qodef-e-text:after {
    background-color: #fff
}

.qodef-awards-list.qodef-skin--light svg g {
    stroke: #fff
}

.qodef-awards-list.qodef-skin--light .qodef-e-separator {
    background-color: #fff
}

.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 {
    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
}

.qodef-banner .qodef-m-image .qodef-e-main-image {
    width: auto;
    opacity: 1;
    will-change: opacity;
    display: inline-block
}

.qodef-banner .qodef-m-image .qodef-e-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0
}

.qodef-banner .qodef-m-image .qodef-e-hover-image,.qodef-banner .qodef-m-image .qodef-e-main-image {
    transition: opacity .15s ease-in-out
}

.qodef-banner:hover .qodef-e-main-image {
    opacity: 0
}

.qodef-banner:hover .qodef-e-hover-image {
    opacity: 1
}

.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 {
    font-size: 15px;
    line-height: 20px;
    font-family: "Space Grotesk",sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .8s cubic-bezier(.8,0,.2,1),border-color .2s ease-out;
    padding: 11px 36px
}

.qodef-button.qodef-size--small {
    padding: 12px 32px
}

.qodef-button.qodef-size--large {
    padding: 14px 42px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 18px 20px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #121212;
    border: 1px solid transparent;
    --qode-bg-color: #EBEAE9;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .58s cubic-bezier(.45,.8,.02,.91),color .2s ease-out,border-color .2s ease-out;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%;
    background-repeat: no-repeat
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-position: 100% 0,center;
    background-size: 100% 100%,100% 100%
}

.qodef-button.qodef-layout--outlined {
    color: #ebeae9;
    background-color: transparent;
    border: 1px solid #ebeae9;
    --qode-bg-color: transparent;
    --qode-bg-hover-color: #EBEAE9;
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .58s cubic-bezier(.45,.8,.02,.91),color .2s ease-out,border-color .2s ease-out;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%;
    background-repeat: no-repeat
}

.qodef-button.qodef-layout--outlined:hover {
    color: #121212;
    border-color: #ebeae9;
    background-position: 100% 0,center;
    background-size: 100% 100%,100% 100%
}

.qodef-button.qodef-layout--textual {
    padding: 0 .6em!important;
    color: #ebeae9;
    border: 0;
    --qode-line-color: currentColor;
    transition: color .2s ease-out,background-color .2s ease-out,background-position .9s cubic-bezier(.49,.9,.13,.89),border-color .2s ease-out;
    background: linear-gradient(to right,var(--qode-line-color) 0,var(--qode-line-color) 100%),linear-gradient(to right,currentColor 2px,transparent 2px,transparent calc(50% + 2px),currentColor calc(50% + 2px));
    background-size: 2px 100%,210% 100%;
    background-position: 0,200%;
    background-repeat: no-repeat
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block
}

.qodef-button.qodef-layout--textual:hover {
    background-position: 0,-2px
}

.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-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0
}

.qodef-cards-gallery .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-cards-gallery img {
    position: relative;
    display: block;
    box-shadow: 3px 3px 15px 0 rgba(235,234,233,.5)
}

.qodef-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card {
    position: absolute;
    transition: all .15s ease
}

.qodef-cards-gallery .qodef-m-card.qodef-animating {
    transition: all 1s cubic-bezier(.19,1,.22,1);
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
    transition: all .6s cubic-bezier(0,0,0,1);
    pointer-events: none
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    left: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transform: translateX(-100%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(80%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(54%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(35%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(21%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(9.2%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-left: 10px!important
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    right: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transform: translateX(100%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(-80%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(-54%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(-35%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(-21%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(-9.2%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-right: 10px!important
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden
}

@keyframes qodefCardAppearFromRight {
    0% {
        transform: translate3d(100%,0,0);
        opacity: 0;
        visibility: visible
    }

    30% {
        opacity: 1;
        visibility: visible
    }

    100% {
        visibility: visible;
        transform: translate3d(0,0,0)
    }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
    animation: qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

@keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    30% {
        visibility: visible;
        opacity: 1
    }

    100% {
        visibility: visible;
        transform: translate3d(0,0,0)
    }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
    animation: qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-layout--simple.qodef-enable-border--yes .qodef-digit-wrapper {
    border-right: 1px solid #474646
}

.qodef-countdown.qodef-layout--simple.qodef-enable-border--yes .qodef-digit-wrapper:last-child {
    border: none
}

@media only screen and (max-width: 768px) {
    .qodef-countdown.qodef-layout--simple.qodef-enable-border--yes .qodef-digit-wrapper:nth-child(3) {
        border-right:0!important
    }

    .qodef-countdown.qodef-layout--simple.qodef-enable-border--yes .qodef-digit-wrapper:nth-child(4),.qodef-countdown.qodef-layout--simple.qodef-enable-border--yes .qodef-digit-wrapper:nth-child(5) {
        margin-top: 30px!important
    }
}

.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: 75px;
    line-height: 1em;
    font-weight: 700;
    color: #ebeae9
}

@media only screen and (max-width: 1024px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size:72px!important
    }
}

@media only screen and (max-width: 768px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size:65px!important
    }
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    font-family: "Space Grotesk",sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #ebeae9;
    margin-top: 16px;
    text-transform: uppercase
}

@media only screen and (max-width: 680px) {
    .qodef-countdown.qodef-layout--simple .qodef-label {
        font-size:15px!important
    }
}

.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: #ebeae9
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 27px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0;
    font-size: 19px
}

.widget.widget_firstframe_core_custom_font {
    margin-bottom: 0!important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-custom-font.qodef-enable-outlined-text--yes {
    font-size: 130px;
    color: #474646;
    font-weight: 700;
    line-height: 1.2em;
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent
}

.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-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 60px;
    line-height: 1.08333em
}

@media only screen and (max-width: 1366px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size:55px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size:45px
    }
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 35px;
    line-height: 1.14286em;
    color: #fff;
    background-color: #ebeae9
}

@media only screen and (max-width: 680px) {
    .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
        font-size:30px
    }
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-frame-slider-holder {
    position: relative;
    margin-bottom: 106px
}

.qodef-frame-slider-holder .qodef-frame-slider-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 100
}

.qodef-frame-slider-holder .qodef-frame-slider-image img {
    width: 100%
}

.qodef-frame-slider-holder .qodef-m-swiper {
    overflow: hidden
}

.qodef-frame-slider-holder .qodef-m-item {
    height: 0;
    width: 0;
    margin: 0 5%;
    padding-left: 50%;
    padding-top: calc(50% * 563 / 829)
}

.qodef-frame-slider-holder .qodef-m-item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4%;
    border-top-right-radius: 4%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -106px!important
}

.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: #ebeae9
}

.qodef-horizontal-projects .qodef-hl-items-wrapper {
    position: fixed;
    top: 0;
    height: 100vh;
    right: 0;
    width: 100vw
}

@media screen and (min-width: 1025px) {
    .qodef-header--vertical-sliding .qodef-horizontal-projects .qodef-hl-items-wrapper {
        left:75px;
        width: calc(100vw - 75px)
    }
}

.qodef-horizontal-projects .qodef-hl-item {
    position: absolute;
    top: 0;
    height: 100%;
    min-width: 372px;
    width: 372px;
    transform-origin: 100% 50%;
    background-color: #121212;
    border-right: 1px solid #707070
}

.qodef-horizontal-projects .qodef-hl-item:first-child {
    width: 50vw
}

.qodef-horizontal-projects .qodef-hli-grid {
    position: absolute;
    right: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 15px);
    display: flex;
    flex-direction: column
}

.qodef-horizontal-projects .qodef-hli-top {
    overflow: hidden;
    position: relative;
    top: 25px
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-projects .qodef-hli-top {
        transform:translateY(70px)
    }
}

.qodef-horizontal-projects .qodef-hli-label-first {
    position: relative;
    font-size: 94px;
    font-weight: 700;
    line-height: 1;
    font-family: "Space Grotesk",sans-serif;
    color: #393939
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-projects .qodef-hli-label-first {
        font-size:80px
    }
}

.qodef-horizontal-projects .qodef-hli-label-second {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    font-family: "Azeret Mono",sans-serif;
    color: #bebebe;
    opacity: 0;
    white-space: nowrap;
    transition: opacity .15s ease-in-out;
    position: absolute;
    bottom: 27px;
    left: 108%
}

.qodef-horizontal-projects .qodef-hli-label-second:before {
    content: '/';
    color: currentColor;
    position: absolute;
    left: -14px;
    bottom: 1px
}

.qodef-horizontal-projects .qodef-hli-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-horizontal-projects .qodef-hli-mid {
    width: 350px;
    margin-top: 35vh;
    margin-bottom: 24px
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-projects .qodef-hli-mid {
        margin-top:22vh
    }
}

@media only screen and (max-width: 680px) {
    .qodef-horizontal-projects .qodef-hli-mid {
        margin-top:22vh
    }
}

.qodef-horizontal-projects .qodef-hli-title {
    position: relative;
    top: -10px;
    margin: 0 0 10px
}

.qodef-horizontal-projects .qodef-hli-title a:focus,.qodef-horizontal-projects .qodef-hli-title a:hover,.qodef-horizontal-projects .qodef-hli-title a:visited {
    color: currentColor
}

.qodef-horizontal-projects .qodef-hli-category {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    line-height: 1.13px;
    margin-bottom: 18px;
    position: relative;
    top: -10px
}

.qodef-horizontal-projects .qodef-hli-category a {
    color: #bebebe
}

.qodef-horizontal-projects .qodef-hli-category a:hover {
    color: #ebeae9
}

.qodef-horizontal-projects .qodef-hli-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden
}

.qodef-horizontal-projects .qodef-hli-btm-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-hl-item:not(:first-child) .qodef-horizontal-projects .qodef-hli-btm-inner {
    height: 50%
}

.qodef-horizontal-projects .qodef-hli-btm-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-horizontal-projects .qodef-hli-image {
    overflow: hidden
}

.qodef-horizontal-projects .qodef-hli-image img {
    height: 100%!important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .qodef-horizontal-projects .qodef-hli-image img {
        width: auto
    }
}

.qodef-horizontal-projects .qodef-hl-cta {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100vw;
    padding: 131px 7% 110px 67px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #121212
}

@media (min-width: 1280px) and (max-width:1440px) {
    .qodef-horizontal-projects .qodef-hl-cta {
        padding:80px 40px
    }
}

@media screen and (min-width: 1025px) {
    .qodef-horizontal-projects .qodef-hl-cta {
        width:31vw
    }

    .qodef-header-vertical-sliding .qodef-horizontal-projects .qodef-hl-cta {
        width: calc(31vw - 75px)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-projects .qodef-hl-cta {
        padding:131px 51% 110px 67px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-horizontal-projects .qodef-hl-cta {
        padding:27px
    }
}

.qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-title {
    margin: 0;
    max-width: 500px
}

@media only screen and (max-width: 680px) {
    .qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-title {
        max-width:100%
    }
}

.qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-widget {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: 500px
}

@media only screen and (max-width: 680px) {
    .qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-widget {
        max-width:100%
    }
}

.qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-widget .wp-block-columns>* {
    flex-basis: auto!important
}

.qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-widget .wp-block-columns h2.widgettitle {
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 25px;
    line-height: 1.2em
}

.qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-widget>.widget {
    width: 100%;
    margin: 0
}

.qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-widget>.widget:first-child {
    margin-bottom: auto
}

.qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-widget .qodef-circle-bullet {
    position: relative;
    padding-left: 20px
}

.qodef-horizontal-projects .qodef-hl-cta .qodef-hl-cta-widget .qodef-circle-bullet:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid currentColor;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px
}

.qodef-hl-item.qodef-hl-item-active .qodef-hli-label-second {
    opacity: 1!important
}

.qodef-horizontal-timeline {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    opacity: 0;
    transition: opacity .2s
}

.qodef-horizontal-timeline:before {
    content: 'desktop';
    display: none
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-timeline:before {
        content:'mobile'
    }
}

.qodef-horizontal-timeline.qodef-loaded {
    opacity: 1
}

.qodef-horizontal-timeline *,.qodef-horizontal-timeline :after,.qodef-horizontal-timeline :before {
    box-sizing: border-box
}

.qodef-horizontal-timeline ol,.qodef-horizontal-timeline ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.qodef-horizontal-timeline .qodef-ht-nav {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-horizontal-timeline .qodef-ht-nav-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 90px;
    margin: 0;
    overflow: hidden;
    cursor: grab
}

.qodef-horizontal-timeline .qodef-ht-nav-inner {
    position: absolute;
    top: 20px;
    left: -15%;
    height: 1px;
    background-color: #474646;
    transition: transform .4s
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 41px 0 0;
    z-index: 2;
    color: #474646;
    font-family: "Space Grotesk",sans-serif;
    font-size: 19px;
    font-weight: 700
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a.qodef-selected {
    pointer-events: none;
    color: #fff
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a.qodef-selected:after {
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color)
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a.qodef-older-event:after {
    background-color: var(--qode-main-color)
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a:after {
    content: '';
    position: absolute;
    top: -9px;
    left: calc(50% - 9px);
    right: auto;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #121212;
    border: 1px solid #474646;
    box-sizing: border-box;
    transition: background-color .3s;
    outline: 30px solid #121212
}

.qodef-horizontal-timeline .qodef-ht-nav-filling-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    transition: transform .3s;
    transform-origin: left center;
    transform: scaleX(0)
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a {
    position: absolute;
    top: -20px;
    line-height: 1;
    box-sizing: border-box;
    z-index: 2
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a .qodef-m-nav-icon {
    display: block;
    width: 41px;
    height: 82px;
    text-align: center
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a svg {
    width: 41px;
    height: 82px
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a svg line,.qodef-horizontal-timeline .qodef-ht-nav-navigation a svg polyline {
    transition: .5s ease-in-out;
    stroke-dasharray: 20;
    stroke-dashoffset: 0
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a svg path {
    stroke: #474646
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a.qodef-prev {
    left: 0;
    opacity: 1
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a.qodef-next {
    right: 0;
    opacity: 1
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a.qodef-inactive {
    cursor: not-allowed
}

.qodef-horizontal-timeline .qodef-ht-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 90px;
    overflow: hidden;
    transition: height .4s;
    cursor: grab;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-timeline .qodef-ht-content {
        margin-top:50px
    }
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner {
    margin: 0 -14px;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner {
        display:block;
        margin: 0
    }
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner .qodef-m-content {
    padding-left: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner .qodef-m-content .qodef-hti-content-image-second {
    margin-top: 56px
}

@media only screen and (max-width: 680px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner .qodef-m-content .qodef-m-title {
        font-size:40px
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner .qodef-m-content {
        padding-left:5%;
        padding-right: 3%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner .qodef-m-content {
        padding-left:0
    }
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image .qodef-m-content {
    width: 46%
}

@media only screen and (max-width: 1280px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image .qodef-m-content {
        width:100%
    }
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image .qodef-hti-content-image {
    margin: auto;
    text-align: center;
    width: 54%
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image .qodef-hti-content-image {
        text-align:center;
        margin-bottom: 66px;
        width: 85%
    }
}

@media only screen and (max-width: 768px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image .qodef-hti-content-image {
        width:100%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image .qodef-hti-content-image {
        margin-bottom:35px
    }

    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image .qodef-hti-content-image img {
        width: 100%
    }
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image>* {
    width: 50%;
    float: left
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner.qodef-hr-timeline-has-image>* {
        width:100%;
        float: none
    }
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-timeline .qodef-ht-content .qodef-m-content-inner>* {
        padding:0
    }
}

.qodef-horizontal-timeline .qodef-ht-content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    opacity: 0;
    z-index: 1;
    transform: translateX(-100%)
}

.qodef-horizontal-timeline .qodef-ht-content li .qodef-hti-content-image-second,.qodef-horizontal-timeline .qodef-ht-content li .qodef-m-text,.qodef-horizontal-timeline .qodef-ht-content li .qodef-m-title {
    --qode-x: 0px;
    --qode-y: 15px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out,transform .6s cubic-bezier(.18,.79,.48,.99)
}

.qodef-horizontal-timeline .qodef-ht-content li .qodef-hti-content-image {
    opacity: 0;
    transition: opacity .7s ease-out
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-selected {
    position: relative;
    opacity: 1;
    z-index: 2;
    transform: translateX(0)
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-selected .qodef-hti-content-image {
    opacity: 1
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-selected .qodef-hti-content-image-second,.qodef-horizontal-timeline .qodef-ht-content li.qodef-selected .qodef-m-text,.qodef-horizontal-timeline .qodef-ht-content li.qodef-selected .qodef-m-title {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-selected .qodef-m-title {
    transition-delay: .3s
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-selected .qodef-m-text {
    transition-delay: .6s
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-selected .qodef-hti-content-image-second {
    transition-delay: .9s
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-enter-left,.qodef-horizontal-timeline .qodef-ht-content li.qodef-leave-left {
    animation-name: qodef-enter-left
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-enter-right,.qodef-horizontal-timeline .qodef-ht-content li.qodef-leave-right {
    animation-name: qodef-enter-right
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-leave-left,.qodef-horizontal-timeline .qodef-ht-content li.qodef-leave-right {
    animation-direction: reverse
}

.qodef-horizontal-timeline .qodef-ht-content li .qodef-m-title {
    margin: 8px 0 15px
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-timeline .qodef-ht-content li .qodef-m-title {
        margin-top:9px
    }
}

.qodef-horizontal-timeline .qodef-ht-content li .qodef-m-subtitle {
    margin-bottom: 0
}

.qodef-horizontal-timeline .qodef-ib-item-btn-holder {
    margin-top: 32px
}

@keyframes qodef-enter-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes qodef-enter-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.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: 16px
}

.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_firstframe_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_firstframe_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_firstframe_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: inline-flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 10px
}

.qodef-icon-with-text.qodef-layout--before-content a .qodef-m-text {
    transition: inherit;
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-icon-with-text.qodef-layout--before-content a .qodef-m-text:hover {
    color: inherit;
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: flex-end
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 21px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-number {
    font-family: "Space Grotesk",sans-serif;
    font-size: 73px;
    font-weight: 700;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    margin: 0;
    line-height: 64px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-text {
    margin-top: 7px
}

.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: #ebeae9
}

.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_firstframe_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_firstframe_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_firstframe_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_firstframe_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery .qodef-play-button {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #ebeae9;
    fill: #ebeae9;
    width: auto!important;
    height: auto!important
}

@media only screen and (max-width: 680px) {
    .qodef-image-gallery .qodef-play-button .qodef-circle-svg {
        width:90px
    }
}

.qodef-image-gallery .qodef-play-button .qodef-play-fill {
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    transition: -webkit-clip-path .35s ease-out;
    transition: clip-path .35s ease-out;
    transition: clip-path .35s ease-out,-webkit-clip-path .35s ease-out
}

.qodef-image-gallery .qodef-play-button .qodef-circle-text-holder {
    animation: qode-rotate 6s linear infinite;
    animation-play-state: paused;
    transform-origin: center
}

.qodef-image-gallery .qodef-play-button .qodef-circle-text {
    transform-origin: center;
    transform: rotate(0);
    transition: transform .5s ease
}

.qodef-image-gallery .qodef-e:hover .qodef-play-button .qodef-circle-text-holder {
    animation-play-state: running
}

.qodef-image-gallery .qodef-e:hover .qodef-play-button .qodef-circle-text {
    transform: rotate(10deg)
}

.qodef-image-gallery .qodef-e:hover .qodef-play-button .qodef-play-fill {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
}

.qodef-image-gallery.qodef--borders-between.qodef-layout--columns .qodef-e {
    outline: 1px solid #474646;
    outline-offset: calc(var(--qode-columns-col-gap)/ 2)
}

.qodef-image-gallery.qodef--hover-zoom .qodef-e {
    overflow: hidden
}

.qodef-image-gallery.qodef--hover-zoom .qodef-e img {
    transform: scale(1.01);
    transition: transform .65s cubic-bezier(.34,.86,.49,.98);
    transform-origin: 70% 80%
}

.qodef-image-gallery.qodef--hover-zoom .qodef-e:hover img {
    transform: scale(1.03)
}

.qodef-image-gallery.qodef--hover-overlay .qodef-e {
    overflow: hidden
}

.qodef-image-gallery.qodef--hover-overlay .qodef-e-image {
    overflow: hidden
}

.qodef-image-gallery.qodef--hover-overlay .qodef-e-image:after {
    content: '';
    --gradient-color: rgba(0, 0, 0, 0.78);
    content: '';
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    background: linear-gradient(to top,var(--gradient-color) 0,rgba(0,0,0,0) 35%)
}

.qodef-image-gallery.qodef--hover-overlay .qodef-e-image:hover:after {
    opacity: 1
}

.qodef-image-slider-holder {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-image-slider-holder.qodef-skew-slider-holder {
    height: 100vh
}

.qodef-image-slider-holder.qodef-skew-slider-holder .qodef-image-gallery.swiper-container-initialized {
    transform-origin: center center;
    transform: rotate(2deg) translateZ(0);
    padding-top: 100px
}

.qodef-image-slider-holder.qodef-skew-slider-holder .qodef-image-gallery.swiper-container-initialized .swiper-wrapper .swiper-slide {
    overflow: hidden
}

@media only screen and (max-width: 680px) {
    .qodef-image-slider-holder.qodef-skew-slider-holder .qodef-image-gallery.swiper-container-initialized .swiper-wrapper .swiper-slide {
        padding:0 30px
    }
}

.qodef-image-slider-holder.qodef-skew-slider-holder .qodef-image-gallery.swiper-container-initialized .swiper-wrapper .swiper-slide .qodef-popup-item {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.qodef-image-slider-holder.qodef-skew-slider-holder .qodef-image-gallery.swiper-container-initialized .swiper-pagination-bullets {
    transform: rotate(-2deg)
}

.qodef-image-slider-holder.qodef-background-text {
    position: relative;
    overflow: hidden
}

.qodef-image-slider-holder.qodef-background-text .qodef-bg-text {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 40px
}

.qodef-image-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-content {
    line-height: initial!important;
    font-size: initial!important;
    padding-bottom: 63px
}

@media only screen and (max-width: 680px) {
    .qodef-image-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-content {
        line-height:1!important
    }
}

.qodef-image-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-1,.qodef-image-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-2,.qodef-image-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-3 {
    font-family: "Space Grotesk",sans-serif;
    font-size: 150px;
    line-height: .04em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #474646;
    text-stroke: 1px #474646;
    -webkit-text-stroke: 1px #474646;
    color: transparent;
    -webkit-text-fill-color: transparent
}

@media only screen and (max-width: 680px) {
    .qodef-image-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-1,.qodef-image-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-2,.qodef-image-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-text-3 {
        line-height:1
    }
}

.qodef-image-slider-holder.qodef-background-text .qodef-text-marquee .qodef-m-separator {
    position: relative;
    margin: 0 50px;
    font-size: calc(100vh / 6.2);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #474646;
    text-stroke: 1px #474646;
    -webkit-text-stroke: 1px #474646;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.qodef-image-slider-holder.qodef-scaled-centered-slide .qodef-e-image {
    display: block
}

.qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-wrapper {
    align-items: center
}

.qodef-image-slider-holder.qodef-scaled-centered-slide .qodef-image-gallery {
    padding: 100px 0
}

.qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-slide {
    margin: 0;
    transition: margin .44s ease;
    overflow: visible
}

.qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-slide .qodef-e-image {
    transform: scale(.933) translateX(-23%);
    transition: transform .44s ease;
    border: 1px solid #3b3a3a
}

@media only screen and (max-width: 680px) {
    .qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-slide .qodef-e-image {
        transform:none
    }
}

.qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-slide .qodef-e-image:after {
    transform: translateZ(0)
}

.qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-slide-active {
    margin: 0 5.8%;
    z-index: 5
}

@media only screen and (max-width: 680px) {
    .qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-slide-active {
        margin:0
    }
}

.qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-slide-active .qodef-e-image {
    transform: scale(1.4) translateX(-15.35%);
    transition: transform .44s ease
}

@media only screen and (max-width: 680px) {
    .qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-slide-active .qodef-e-image {
        transform:none
    }
}

.qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-container-horizontal>.swiper-pagination-bullets,.qodef-image-slider-holder.qodef-scaled-centered-slide .swiper-horizontal>.swiper-pagination-bullets {
    bottom: -80px!important
}

.qodef-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-marquee .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: none
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
    background-size: cover!important
}

.qodef-image-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0)
}

.qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block
}

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.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--has-appear {
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.1);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16,.09,0,1.02) 0s,opacity .35s 0s
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-image-with-text.qodef-layout--text-on-hover .qodef-e-inner {
    overflow: hidden;
    cursor: none;
    border: 1px solid #474646;
    position: relative
}

.qodef-image-with-text.qodef-layout--text-on-hover .qodef-e-inner .qodef-e-inner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,.4);
    z-index: 200;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.qodef-image-with-text.qodef-layout--text-on-hover .qodef-e-inner:hover .qodef-e-inner-overlay {
    opacity: 1
}

.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-image {
    height: 100%;
    width: 100%
}

.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-content {
    margin: 0;
    display: none
}

.qodef-e-content-follow-text {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
    width: 243px;
    height: 243px;
    background-color: rgba(220,57,24,.9);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    cursor: none;
    animation: pulse-dot 1.85s cubic-bezier(.455,.03,.815,.955) -2.9s infinite
}

.qodef-e-content-follow-text.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-e-content-follow-text .qodef-e-top-holder .qodef-e-info .qodef-m-number {
    font-family: "Space Grotesk",sans-serif;
    font-size: 49px;
    font-weight: 700;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    margin: 0;
    line-height: 55px
}

.qodef-e-content-follow-text .qodef-m-title {
    margin: 0;
    color: #fff;
    font-family: "Space Grotesk",sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: none
}

.qodef-e-content-follow-text .qodef-m-title a {
    color: inherit
}

.qodef-e-content-follow-text .qodef-m-content>*,.qodef-e-content-follow-text .qodef-m-title>* {
    display: inline-block
}

.qodef-e-content-follow-text.qodef-is-active {
    visibility: visible
}

@keyframes pulse-dot {
    0% {
        transform: scale(.95)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.95)
    }
}

.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(235,234,233,.1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-interactive-info-box .qodef-grid-inner {
    row-gap: 0
}

.qodef-interactive-info-box article.qodef-grid-item {
    border-top: 1px solid #707070
}

.qodef-interactive-info-box article.qodef-grid-item .qodef-e-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 37px 0;
    position: relative
}

@media only screen and (max-width: 768px) {
    .qodef-interactive-info-box article.qodef-grid-item .qodef-e-inner {
        flex-direction:column;
        gap: 25px
    }
}

.qodef-interactive-info-box .qodef-e-text {
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    line-height: 1.5625em;
    font-weight: 300;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #bebebe;
    font-family: "Space Grotesk",sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 3px 25px 0 25px;
    color: #121212;
    position: relative;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-info-box .qodef-e-text {
        margin:3px 10px 0 25px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-interactive-info-box .qodef-e-text {
        margin:0
    }
}

.qodef-interactive-info-box .qodef-e-text .qodef-e-text-second {
    font-size: 25px
}

.qodef-interactive-info-box .qodef-e-separator {
    content: '';
    background-color: #121212;
    width: 43px;
    height: 1px;
    transform: rotate(-60deg);
    font-size: 55px;
    position: relative;
    margin-right: 6%;
    display: inline-block;
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    .qodef-interactive-info-box .qodef-e-separator {
        display:none
    }
}

.qodef-interactive-info-box .qodef-e-title-wrapper {
    margin: 0 auto 0 0;
    max-width: 420px;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .qodef-interactive-info-box .qodef-e-title-wrapper {
        margin:0;
        text-align: center
    }
}

.qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-image {
    position: absolute;
    top: 50%;
    right: 392px;
    z-index: 200;
    transform: translateY(-50%)
}

@media only screen and (max-width: 1440px) {
    .qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-image {
        right:292px;
        max-width: 230px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-image {
        display:none
    }
}

.qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-image img {
    opacity: 0;
    transform: scaleY(1.1) skewY(5deg);
    transition: opacity .15s ease-out,transform .2s cubic-bezier(.22,.61,.36,1);
    z-index: 200
}

.qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-descirption {
    font-family: "Azeret Mono",sans-serif;
    position: relative;
    display: block;
    color: #121212
}

.qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-title {
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #121212
}

.qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-title a {
    color: inherit
}

.qodef-interactive-info-box .qodef-e:hover .qodef-e-image img {
    opacity: 1;
    transform: scaleY(1) skewY(0);
    transition: opacity .15s ease-out,transform .4s cubic-bezier(.22,.61,.36,1)
}

.qodef-interactive-info-box .qodef-e-button {
    margin: 0;
    flex-shrink: 0
}

.qodef-interactive-info-box .qodef-e-button .qodef-m-button-arrow-holder {
    margin: 0!important
}

.qodef-interactive-info-box .qodef-e-button-left {
    margin-right: 20px
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-info-box .qodef-e-button-left {
        margin-right:10px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-interactive-info-box .qodef-e-button-left {
        margin-right:0
    }
}

.qodef-interactive-info-box.qodef-skin--light article {
    border-color: #474646!important
}

.qodef-interactive-info-box.qodef-skin--light .qodef-e-text:after {
    background-color: #fff
}

.qodef-interactive-info-box.qodef-skin--light .qodef-button,.qodef-interactive-info-box.qodef-skin--light .qodef-e-text,.qodef-interactive-info-box.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-interactive-info-box.qodef-skin--light .qodef-button.qodef-layout--outlined:hover {
    color: #121212
}

.qodef-interactive-info-box.qodef-skin--light .qodef-e-descirption {
    color: #bebebe
}

.qodef-interactive-info-box.qodef-skin--light .qodef-e-separator {
    background-color: #707070
}

.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh;
    visibility: hidden
}

@media (min-width: 2560px) {
    .qodef-interactive-link-showcase {
        height:70vh
    }
}

.admin-bar .qodef-interactive-link-showcase {
    height: calc(100vh - 32px)
}

.qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0s .45s
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215,.61,.355,1)
}

.qodef-interactive-link-showcase .qodef-m-image img {
    display: none
}

.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    align-items: center;
    z-index: 10
}

.qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    margin: 13px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.08333em;
    transition: color .2s ease-out,background-color .2s ease-out
}

@media only screen and (max-width: 1366px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size:55px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size:45px
    }
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
    color: #fff;
    background-color: #ebeae9
}

.qodef-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    color: #fff
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
    color: #ebeae9;
    background-color: #fff
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    position: relative;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    padding: 20px 0;
    margin: 0;
    color: #ebeae9;
    background-color: transparent
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
    display: block
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
    display: block;
    z-index: -2
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    display: none
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    transform: translate3d(-50%,-50%,0);
    overflow: hidden;
    z-index: -1
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 60vw
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.08333em;
    white-space: nowrap;
    color: #fff
}

@media only screen and (max-width: 1366px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
        font-size:55px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
        font-size:45px
    }
}

.qodef-interactive-link-showcase.qodef-layout--list {
    padding: 150px 0
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    position: relative;
    display: block;
    margin-left: auto;
    width: 62%;
    height: 100%;
    overflow: hidden
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 38%;
    justify-content: center;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 10
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    height: auto;
    margin: 0 5%
}

.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: #ebeae9
}

.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: #ebeae9;
    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-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 25px;
    line-height: 1.2em
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none!important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-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 {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #474646;
    margin: 10px 0
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

@media only screen and (max-width: 1024px) {
    .qodef-separator.qodef-disabled--1024 {
        display:none
    }
}

@media only screen and (max-width: 768px) {
    .qodef-separator.qodef-disabled--768 {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-separator.qodef-disabled--680 {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .qodef-separator.qodef-disabled--480 {
        display:none
    }
}

#qodef-page-sidebar .widget.widget_firstframe_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_firstframe_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_firstframe_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-stacked-images .qodef-m-images {
    position: relative;
    display: inline-block
}

.qodef-stacked-images .qodef-m-images .qodef-m-image {
    opacity: 0;
    transition: .35s opacity ease-out
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) {
    position: absolute
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
    max-width: initial
}

@media only screen and (max-width: 1024px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
        width:50%
    }
}

.qodef-stacked-images .qodef-m-images .qodef-m-image.qodef--appeared {
    opacity: 1
}

.widget.qodef-stamp-widget {
    margin-bottom: 0
}

.qodef-stamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 195px;
    height: 195px;
    color: var(--qode-main-color);
    font-family: "Space Grotesk",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.qodef-stamp .qodef-m-centered-text {
    font-family: "Space Grotesk",sans-serif;
    font-size: 80px;
    color: var(--qode-main-color);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-stamp .qodef-m-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid currentColor;
    border-radius: 100%;
    opacity: 0;
    transform: scale(.6);
    transition: opacity .2s ease,transform .3s ease
}

.qodef-stamp .qodef-m-text {
    position: relative;
    display: block;
    height: 100%
}

.qodef-stamp .qodef-m-text>* {
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    width: 8px;
    height: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .1s;
    transform-origin: bottom center;
    transform: rotate(-90deg)
}

.qodef-stamp.qodef--appear .qodef-m-circle {
    opacity: .8;
    transform: scale(1)
}

.qodef-stamp.qodef--init .qodef-m-text>* {
    opacity: 1
}

.qodef-stamp.qodef--abs {
    position: absolute
}

@media only screen and (max-width: 1440px) {
    .qodef-stamp.qodef-hide-on--1440 {
        display:none
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-stamp.qodef-hide-on--1366 {
        display:none
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-stamp.qodef-hide-on--1280 {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-stamp.qodef-hide-on--1024 {
        display:none
    }
}

@media only screen and (max-width: 768px) {
    .qodef-stamp.qodef-hide-on--768 {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-stamp.qodef-hide-on--680 {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .qodef-stamp.qodef-hide-on--480 {
        display:none
    }
}

.qodef-swapping-image-gallery {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start
}

.qodef-swapping-image-gallery .qodef-m-info {
    flex-grow: 1;
    flex-basis: 0
}

.qodef-swapping-image-gallery .qodef-m-image-holder {
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
    box-shadow: 0 0 10.53px 2.47px rgba(2,2,2,.04)
}

.qodef-swapping-image-gallery .qodef-m-info {
    padding-top: 60px
}

.qodef-swapping-image-gallery .qodef-m-headline {
    margin: 0 0 60px
}

.qodef-swapping-image-gallery .qodef-m-title {
    margin: 0 0 24px
}

.qodef-swapping-image-gallery .qodef-m-description {
    margin: 0
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .swiper-pagination-custom {
    width: auto
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
    font-size: 0;
    cursor: pointer;
    opacity: .35;
    transition: opacity .3s ease-out
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail img {
    display: block
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active {
    opacity: 1
}

.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 120px
}

.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 120px
}

.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;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #474646
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 154px 0 0;
    padding: 0
}

@media only screen and (max-width: 768px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin:0 14% 0 0
    }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.31579em;
    position: relative;
    display: block;
    padding: 0 3px 9px;
    transition: color .2s ease-out,background-color .2s ease-out
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    --qodef-underline-position-y: calc(100% - 0px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.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 {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

@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 #474646
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: "Space Grotesk",sans-serif;
    font-size: 130px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee.qodef-outline .qodef-m-content {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent
}

.qodef-text-marquee.qodef-skin--light .qodef-m-text-1,.qodef-text-marquee.qodef-skin--light .qodef-m-text-2,.qodef-text-marquee.qodef-skin--light .qodef-m-text-3 {
    color: #fff
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: 25px
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration,25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration,25s) linear infinite
}

.qodef-text-marquee .qodef-m-text-1 {
    color: #121212
}

.qodef-text-marquee .qodef-m-text-2 {
    color: #121212
}

.qodef-text-marquee .qodef-m-text-3 {
    color: #121212
}

.qodef-text-marquee .qodef-m-separator {
    color: var(--qode-main-color);
    position: relative;
    margin: 0 31px
}

.qodef-vertical-split-slider--init {
    height: 100vh!important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.admin-bar.qodef-vertical-split-slider--init {
    margin-top: 32px;
    height: calc(100vh - 32px)!important
}

.qodef-vertical-split-slider--init .qodef-vertical-split-slider {
    visibility: visible
}

.qodef-vertical-split-slider {
    height: 100vh;
    position: relative;
    visibility: hidden
}

.admin-bar .qodef-vertical-split-slider {
    height: calc(100vh - 32px)
}

.qodef-vertical-split-slider .ms-right {
    right: 0!important
}

.qodef-vertical-split-slider .ms-tableCell {
    height: calc(100vh - (2 * 10%))!important
}

.admin-bar .qodef-vertical-split-slider .ms-tableCell {
    height: calc(100vh - (2 * 10%) - 32px)!important
}

.qodef-vertical-split-slider+.qodef-vertical-split-slider-responsive {
    display: none
}

.qodef-vertical-split-slider .qodef-m-slide-image,.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    background-position: center;
    background-size: cover;
    position: relative
}

.qodef-vertical-split-slider .qodef-m-slide-content,.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 24%;
    position: relative
}

.qodef-vertical-split-slider .qodef-m-slide-content>div>:not(.qodef-m-image),.qodef-vertical-split-slider-responsive .qodef-m-slide-content>div>:not(.qodef-m-image) {
    position: relative;
    z-index: 1
}

.qodef-vertical-split-slider .qodef-m-label-holder,.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    bottom: 0;
    display: block;
    height: 200px;
    overflow: hidden;
    position: absolute;
    width: 200px
}

.qodef-vertical-split-slider .qodef-m-label,.qodef-vertical-split-slider-responsive .qodef-m-label {
    background-color: #121212;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 30px 80px 40px 40px;
    width: 100%
}

.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-counter,.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-counter {
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 45px;
    line-height: 1.11111em
}

@media only screen and (max-width: 680px) {
    .qodef-vertical-split-slider .qodef-m-label .qodef-m-label-counter,.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-counter {
        font-size:35px
    }
}

.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-text,.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-text {
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 25px;
    line-height: 1.2em
}

.qodef-vertical-split-slider .qodef-m-image,.qodef-vertical-split-slider-responsive .qodef-m-image {
    bottom: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;
    width: 200px;
    z-index: 0
}

.qodef-vertical-split-slider .qodef-m-image img,.qodef-vertical-split-slider-responsive .qodef-m-image img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px
}

.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-label-holder,.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-label-holder {
    right: 0
}

.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-image,.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-image {
    left: 0
}

.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-label-holder,.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-label-holder {
    left: 0
}

.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-image,.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-image {
    right: 0
}

#multiscroll-nav {
    display: none
}

#multiscroll-nav li {
    height: 12px!important;
    margin: 32px 0!important;
    width: 12px!important
}

#multiscroll-nav li a span {
    background-color: #ebeae9;
    border: none;
    height: 12px;
    left: 0;
    top: 0;
    width: 12px
}

#multiscroll-nav li a.active span {
    background-color: var(--qode-main-color)
}

#multiscroll-nav.right {
    right: 34px!important
}

.qodef-vertical-split-slider--init #multiscroll-nav {
    display: block
}

.qodef-vertical-split-slider--init #multiscroll-nav.qodef-skin--light a:not(.active) span {
    background-color: #fff
}

.qodef-vertical-split-slider--init #multiscroll-nav.qodef-skin--dark a:not(.active) span {
    background-color: #000
}

.qodef-fullscreen-menu--opened #multiscroll-nav {
    z-index: 98
}

html.elementor-html #multiscroll-nav {
    display: none!important
}

.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-title,.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-m-title {
    margin: 0 0 35px 0
}

.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-text,.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-m-text {
    margin: 0 0 50px 0
}

.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-m-title,.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-m-title {
    margin: 0 0 35px 0
}

.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type,.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type {
    margin: 0 0 20px 0
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.qodef-video-button img {
    width: 100%
}

.qodef-video-button .qodef-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #ebeae9;
    fill: #ebeae9
}

@media only screen and (max-width: 680px) {
    .qodef-video-button .qodef-play-button .qodef-circle-svg {
        width:90px
    }
}

.qodef-video-button .qodef-play-button .qodef-circle-text {
    transform-origin: center;
    transform: rotate(0);
    transition: transform .35s ease-out
}

.qodef-video-button .qodef-play-button .qodef-play-fill {
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    transition: -webkit-clip-path .35s ease-out;
    transition: clip-path .35s ease-out;
    transition: clip-path .35s ease-out,-webkit-clip-path .35s ease-out
}

.qodef-video-button .qodef-play-button:hover .qodef-play-fill {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
}

.qodef-workflow {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 170px 0 142px;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    transition: transform .15s;
    transform: translateX(0);
    will-change: transform;
    cursor: grab
}

.qodef-workflow .qodef-m-line {
    position: relative;
    width: 140%;
    height: 1px;
    background-color: #474646;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 2s linear
}

.qodef-workflow .qodef-m-inner {
    transition: all .6s ease-in-out
}

.qodef-workflow .qodef-e-item {
    position: relative;
    float: left;
    transform: translateY(calc(-50% - 2px))
}

.qodef-browser--ms-explorer .qodef-workflow .qodef-e-item {
    transform: translateY(-50%) translateY(-2px)
}

.qodef-workflow .qodef-e-item .qodef-e-circle-holder {
    position: relative;
    top: 1px;
    font-size: 0;
    opacity: 0;
    visibility: hidden
}

.qodef-workflow .qodef-e-item .qodef-e-circle-holder.qodef--appeared {
    animation: qodef-show-circles .64s forwards ease
}

@keyframes qodef-show-circles {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-workflow .qodef-e-item .qodef-e-circle {
    width: 87px;
    height: 87px;
    border-radius: 100%;
    background-color: #121212;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.qodef-workflow .qodef-e-item .qodef-e-circle-inner {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #121212;
    line-height: 0;
    border: 1px solid #474646
}

.qodef-workflow .qodef-e-item .qodef-e-content {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    max-width: 60%;
    padding: 67px 0 38px 26px;
    z-index: 10
}

.qodef-workflow .qodef-e-item .qodef-e-content .qodef-e-date-range,.qodef-workflow .qodef-e-item .qodef-e-content .qodef-e-text {
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    color: #474646
}

.qodef-workflow .qodef-e-item .qodef-e-content .qodef-e-date-range {
    font-family: "Space Grotesk",sans-serif;
    font-size: 19px;
    font-weight: 700
}

.qodef-workflow .qodef-e-item .qodef-e-content .qodef-e-date-range {
    margin: 0
}

.qodef-workflow .qodef-e-item .qodef-e-content .qodef-e-text {
    margin: 7px 0 0
}

.qodef-workflow .qodef-e-item .qodef-e-content.qodef--appeared .qodef-e-date-range,.qodef-workflow .qodef-e-item .qodef-e-content.qodef--appeared .qodef-e-text {
    animation: qodef-show-content .64s forwards ease
}

@keyframes qodef-show-content {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(16px)
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

.qodef-workflow .qodef-e-item.qodef-order--odd .qodef-e-content {
    bottom: 12px
}

.qodef-workflow .qodef-e-item.qodef-order--even .qodef-e-content {
    top: 16px
}

.qodef-workflow .qodef-e-item:not(.qodef--active) .qodef-e-circle-inner {
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color)
}

.qodef-workflow .qodef-e-item:not(.qodef--active) .qodef-e-date-range,.qodef-workflow .qodef-e-item:not(.qodef--active) .qodef-e-text {
    color: #fff
}

.qodef-workflow.qodef--init .qodef-m-line {
    transform: scaleX(1)
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100%;
    min-height: 100%;
    padding: 210px 87px 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.widget_firstframe_core_single_image img,#qodef-side-area .widget.widget_media_image img {
    margin: auto
}

#qodef-side-area-close {
    position: absolute;
    top: 32px;
    right: 50px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 64px
}

.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 10px 0 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ebeae9;
    font-size: 19px;
    line-height: 1.31579em
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 5px 0 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-family: "Space Grotesk",sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase
}

.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-e-social-share-icon {
    width: 18px;
    height: auto;
    margin-left: 5px
}

.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: flex
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0!important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    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: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    width: 100%;
    height: 100%
}

.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 #474646
}

.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: 20px;
    color: #bebebe;
    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: 27px;
    padding-bottom: 2px;
    --qodef-underline-position-y: calc(100% - 0px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.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%;
    background-color: #000;
    color: var(--qode-main-color)
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2,end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2,end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2,end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2,end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--predefined {
    transform-origin: bottom
}

#qodef-page-spinner.qodef-layout--predefined.qode-has-spinner-placeholder {
    pointer-events: none
}

#qodef-page-spinner.qodef-layout--predefined.qode-has-spinner-placeholder .qodef-m-spinner-stamp {
    pointer-events: all;
    transform-origin: 50%
}

#qodef-page-spinner.qodef-layout--predefined.qode-has-spinner-placeholder .qodef-m-spinner-stamp .qodef-m-spinner-stamp-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--predefined.qode-has-spinner-placeholder.qodef--finished {
    opacity: 1;
    visibility: visible;
    position: absolute
}

#qodef-page-spinner.qodef-layout--predefined.qode-has-spinner-placeholder.qodef--finished .qodef-m-spinner-stamp {
    pointer-events: all
}

#qodef-page-spinner.qodef-layout--predefined.qode-has-spinner-placeholder.qodef--finished .qodef-m-inner {
    transition: background-color 1s;
    background-color: transparent
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image-holder {
    display: block
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-stamp {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 248px;
    height: 248px;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-stamp ::selection {
    background-color: transparent
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-stamp svg {
    display: block;
    transform-origin: center;
    width: 100%;
    height: 100%;
    overflow: visible
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-stamp .qodef-m-stamp-secondary-color {
    fill: var(--qode-spinner-second-color,#f8f7f2)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-stamp .qodef-m-stamp-static {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 308px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: currentColor;
    transform-origin: center;
    animation: qode-step-rotate 7s infinite
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-stamp .qodef-m-stamp-static .qodef-svg--asterix {
    fill: currentColor
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-stamp .qodef-m-stamp-static span {
    position: absolute;
    top: 17%
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-stamp .qodef-circle-text {
    text-transform: uppercase;
    fill: var(--qode-text-color,#fff);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 4px;
    will-change: transform;
    transform-origin: center;
    animation: qode-rotate 10s linear infinite reverse
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-stamp-inner {
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished {
    transition: opacity 1s,visibility 1s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

#qode-preloader-placeholder {
    opacity: 0
}

#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-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out;
    background-color: rgba(0,0,0,.65);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    opacity: 0;
    box-shadow: 3px 3px 15px 0 rgba(235,234,233,.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: #bebebe
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #fafafa;
    background-size: cover;
    padding: 40px
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 30px 0
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 20px 0
}

.qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block
}

.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 28px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 1px 1px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid #ebeae9;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 13px
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26,.63,0,.96)
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto!important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-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 50px
}

.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span {
    font-size: 15px;
    color: #bebebe
}

.qodef-page-title .qodef-breadcrumbs a {
    --qodef-underline-position-y: calc(100% - 0px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

.widget.qodef-author-info {
    border: 1px solid #474646;
    display: flex;
    align-items: center;
    padding: 10px
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-right: 17px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-right {
    display: flex;
    flex-direction: column
}

.widget.qodef-author-info .qodef-author-info-right .qodef-author-info-name {
    margin: 0
}

.widget.qodef-author-info .qodef-author-info-right .qodef-author-info-name a {
    color: #ebeae9
}

.widget.qodef-author-info .qodef-author-info-right .qodef-author-additional-information {
    margin: 0;
    font-family: "Azeret Mono",sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #bebebe
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.widget_firstframe_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: 0 0!important
}

.widget_firstframe_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0!important
}

.widget_firstframe_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_firstframe_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_firstframe_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_firstframe_core_svg_icon .qodef-svg-icon-widget a:hover svg,.widget_firstframe_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_firstframe_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,.widget_firstframe_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_firstframe_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_firstframe_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_firstframe_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_firstframe_core_svg_icon .qodef-m-text {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    --qodef-underline-position-y: calc(100% - 0px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

#qodef-page-header .widget_firstframe_core_svg_icon .qodef-m-text:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-wishlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-wishlist .qodef-m-link {
    line-height: 1
}

.qodef-wishlist .qodef-m-link.qodef--added {
    color: var(--qode-main-color)
}

.qodef-wishlist .qodef-m-link.qodef--added i {
    font-weight: 900
}

.qodef-wishlist .qodef-m-response {
    position: absolute;
    top: -6px;
    bottom: auto;
    right: -6px;
    left: auto;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    color: #bebebe;
    background-color: #fff;
    border: 1px solid #474646;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(235,234,233,.5);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity .2s ease
}

.qodef-wishlist .qodef-m-response.qodef--show {
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width: 680px) {
    #qodef-age-verification-modal .qodef-m-content {
        min-width:auto
    }

    #qodef-age-verification-modal .qodef-m-content-note {
        display: none
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size:135px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-background-text .qodef-m-background-text {
        display:none!important
    }
}

@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap:wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top:0!important
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display:none
    }

    .qodef-header--vertical-sliding #qodef-page-outer,.qodef-header--vertical-sliding footer {
        padding-left: 0
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display:none
    }

    .qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display:none
    }
}

@media (max-width: 1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width: 680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
        --qode-columns-row-gap:60px
    }

    .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
        --qode-columns-col-gap: 60px
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height:30vh
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin:0 0 50px
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 50px
    }
}

@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-cards-gallery .qodef-m-fake-card {
        transform:scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform: scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
        transform: translateX(-100%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(84%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(60%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(39%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(25%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(11.2%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform: scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
        transform: translateX(100%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(-84%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(-60%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(-39%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(-25%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(-11.2%)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width:33.33333333333333%;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-frame-slider-holder {
        margin-bottom:96px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -96px!important
    }
}

@media only screen and (max-width: 768px) {
    .qodef-frame-slider-holder {
        margin-bottom:86px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -86px!important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-frame-slider-holder {
        margin-bottom:76px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -76px!important
    }
}

@media only screen and (max-width: 480px) {
    .qodef-frame-slider-holder {
        margin-bottom:46px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -46px!important
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display:none
    }

    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding:100px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 60%
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 40%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding:60px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 80%
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 45px;
        line-height: 1.11111em;
        padding-bottom: 3px
    }
}

@media only screen and (max-width: 1024px) and (max-width:680px) {
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size:35px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding:30px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        padding-left: 30px
    }
}

@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: 1024px) {
    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
        padding-left:60px
    }

    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
        padding-right: 60px
    }

    .qodef-swapping-image-gallery .qodef-m-info {
        padding-top: 30px
    }

    .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
        margin: 0 0 30px
    }

    .qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-swapping-image-gallery {
        display:block
    }

    .qodef-swapping-image-gallery .qodef-m-image-holder,.qodef-swapping-image-gallery .qodef-m-info {
        flex-basis: auto
    }

    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
        padding-left: 0
    }

    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
        padding-right: 0
    }
}

@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
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 10% 10% 10% 40px
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        min-height: 50vh
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
        left: 0;
        right: auto
    }
}

@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
    }

    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 10% 10% 10% 40px
    }

    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        min-height: 50vh
    }

    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
        left: 0;
        right: auto
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-vertical-split-slider .qodef-m-label-holder,.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
        height:140px;
        width: 140px
    }

    .qodef-vertical-split-slider .qodef-m-image,.qodef-vertical-split-slider-responsive .qodef-m-image {
        height: 140px;
        width: 140px
    }

    .qodef-vertical-split-slider .qodef-m-image img,.qodef-vertical-split-slider-responsive .qodef-m-image img {
        height: 140px;
        width: 140px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-workflow .qodef-e-item .qodef-e-content {
        max-width:100%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left:1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top:0!important
    }
}
