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

.qodef-wave-btn-holder {
    display: block;
    overflow: hidden
}

.qodef-btn-wave--svg,.qodef-btn-wave--svg-initial {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover {
    position: fixed!important;
    width: 100%;
    bottom: 0
}

.qodef-page-has-custom-section--uncover section:not(#qodef-custom-section--uncover) {
    z-index: 1
}

.qodef-custom-contact-link a {
    color: #6f6f6f
}

.qodef-custom-contact-link a:hover {
    color: #000
}

.qodef-scroll-circle svg path:nth-of-type(2) {
    stroke-dashoffset: 250;
    stroke-dasharray: 250;
    -webkit-transition: .5s cubic-bezier(.46,.03,.52,.96);
    -o-transition: .5s cubic-bezier(.46,.03,.52,.96);
    transition: .5s cubic-bezier(.46,.03,.52,.96);
    -webkit-transform: scaleX(-1) translateX(-100%);
    -ms-transform: scaleX(-1) translateX(-100%);
    transform: scaleX(-1) translateX(-100%)
}

.qodef-scroll-circle.qodef-scroll-circle-animated svg path:nth-of-type(2) {
    stroke-dashoffset: 0
}

.qodef-landing-home img {
    -webkit-transition: .5s cubic-bezier(.22,.61,.36,1);
    -o-transition: .5s cubic-bezier(.22,.61,.36,1);
    transition: .5s cubic-bezier(.22,.61,.36,1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 7px 21px 0 rgba(0,0,0,.06)!important;
    box-shadow: 0 7px 21px 0 rgba(0,0,0,.06)!important
}

.qodef-landing-home:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 7px 22px 0 rgba(0,0,0,.09)!important;
    box-shadow: 0 7px 22px 0 rgba(0,0,0,.09)!important
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

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

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

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

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

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

#qodef-age-verification-modal .qodef-m-content-subtitle {
    margin: 11px 0 0;
    color: #ffec4f
}

#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;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

#qodef-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 50px;
    bottom: 72px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #000;
    background-color: #ffec4f;
    border: 1px solid transparent
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 30px;
    overflow: hidden;
    z-index: 3;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.61,.04,0,.98);
    transition: -webkit-transform .3s cubic-bezier(.61,.04,0,.98);
    -o-transition: transform .3s cubic-bezier(.61,.04,0,.98);
    transition: transform .3s cubic-bezier(.61,.04,0,.98);
    transition: transform .3s cubic-bezier(.61,.04,0,.98),-webkit-transform .3s cubic-bezier(.61,.04,0,.98);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

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

#qodef-back-to-top .qodef-back-to-top-icon :before {
    display: block
}

#qodef-back-to-top.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

#qodef-back-to-top.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#qodef-back-to-top.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari #qodef-back-to-top.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer #qodef-back-to-top.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

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

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

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

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 80px;
    margin: 0 15px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-title-link {
    color: #000
}

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

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

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

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

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

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

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

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-inner .qodef-e-media {
    overflow: hidden;
    margin-bottom: 19px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-inner .qodef-e-media .qodef-e-media-image>a {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .6s cubic-bezier(.17,.9,.36,1);
    -o-transition: .6s cubic-bezier(.17,.9,.36,1);
    transition: .6s cubic-bezier(.17,.9,.36,1);
    -webkit-transform-origin: 0 80%;
    -ms-transform-origin: 0 80%;
    transform-origin: 0 80%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-inner .qodef-e-excerpt {
    margin: 11px 0 0
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-inner:hover .qodef-e-media .qodef-e-media-image>a {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 36px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 0
}

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

#qodef-author-info .qodef-m-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 40px 40px 40px 0;
    max-width: 300px
}

@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-image {
        margin:40px 0 0 0
    }
}

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

@media only screen and (max-width: 480px) {
    #qodef-author-info .qodef-m-image {
        max-width:280px
    }
}

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

#qodef-author-info .qodef-m-author .qodef-m-author-label {
    display: block;
    color: #a3a3a3;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 6px;
    text-transform: initial;
    letter-spacing: normal
}

#qodef-author-info .qodef-m-author a {
    text-transform: uppercase
}

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

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

#qodef-author-info .qodef-m-social-icons-text {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #a3a3a3
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 11px;
    display: inline-block
}

#qodef-author-info .qodef-m-social-icons a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #000;
    position: relative
}

#qodef-author-info .qodef-m-social-icons a:after {
    position: relative;
    content: '.';
    color: #000;
    right: 3px
}

#qodef-author-info .qodef-m-social-icons a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    -o-transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96),-webkit-transform .32s cubic-bezier(.31,.29,.05,.96)
}

#qodef-author-info .qodef-m-social-icons a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

#qodef-author-info .qodef-m-social-icons a {
    position: relative
}

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

#qodef-related-posts .qodef-related-posts-title {
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 28px;
    line-height: 1.071em;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding-bottom: 34px
}

#qodef-related-posts .qodef-blog-item .qodef-e-media {
    margin-bottom: 23px
}

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

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

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    right: -10px;
    margin-left: auto;
    text-align: right
}

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

#qodef-single-post-navigation .qodef-icon-elegant-icons {
    font-size: 30px
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: Arimo,sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

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

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

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    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 {
    -webkit-animation: qode-fade-in .25s linear both;
    animation: qode-fade-in .25s linear both
}

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

#qodef-fullscreen-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

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

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

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

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

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

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

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

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

.qodef-fullscreen-menu>ul>li>a {
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1.044em;
    letter-spacing: .02em;
    color: #fff;
    letter-spacing: .03em
}

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

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

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding .25s ease-out;
    -o-transition: padding .25s ease-out;
    transition: padding .25s ease-out;
    padding-right: 0;
    font-family: Arimo,sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
    color: #fff
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a span {
    position: relative
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .35s cubic-bezier(.31,.29,.05,.96);
    -o-transition: .35s cubic-bezier(.31,.29,.05,.96);
    transition: .35s cubic-bezier(.31,.29,.05,.96);
    left: 0
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover span:before {
    width: 100%
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a span:before,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a span:before {
    width: 100%
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

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

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    visibility: visible
}

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

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

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

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

.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-navigation>ul>li>a {
    color: #fff!important
}

.qodef-header--dark #qodef-page-header #qodef-page-header-inner .qodef-header-navigation>ul>li>a {
    color: #000!important
}

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

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

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

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

.qodef-browser--edge #qodef-page-header .qodef-widget-holder .widget.widget_etchy_core_search_opener,.qodef-browser--firefox #qodef-page-header .qodef-widget-holder .widget.widget_etchy_core_search_opener {
    margin-top: 1px
}

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

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

#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):not(.qodef--sticky) {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

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

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

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

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

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

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 60px
}

.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: 60px;
    width: calc(100% - 120px)
}

@media only screen and (max-width: 1024px) {
    .qodef--boxed.qodef-header--fixed-display #qodef-top-area {
        left:40px;
        width: calc(100% - 80px)
    }
}

@media only screen and (max-width: 680px) {
    .qodef--boxed.qodef-header--fixed-display #qodef-top-area {
        left:25px;
        width: calc(100% - 50px)
    }
}

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

@media only screen and (max-width: 1024px) {
    .qodef--boxed.qodef-header--fixed-display #qodef-page-header {
        left:40px;
        width: calc(100% - 80px)
    }
}

@media only screen and (max-width: 680px) {
    .qodef--boxed.qodef-header--fixed-display #qodef-page-header {
        left:25px;
        width: calc(100% - 50px)
    }
}

.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: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.03);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.03);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: top .5s ease,-webkit-transform .5s ease;
    transition: top .5s ease,-webkit-transform .5s ease;
    -o-transition: transform .5s ease,top .5s ease;
    transition: transform .5s ease,top .5s ease;
    transition: transform .5s ease,top .5s ease,-webkit-transform .5s ease;
    z-index: 100
}

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

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

.qodef-header-sticky-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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-page-header .qodef-header-sticky-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.qodef-header-standard--left #qodef-page-header .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 60px
}

.qodef-header-standard--left #qodef-page-header .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto
}

#qodef-top-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 32px;
    padding: 0 50px;
    background-color: #000;
    z-index: 101
}

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

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

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

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

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

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

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

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

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

#qodef-multiple-map-notice {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: #ffec4f;
    background-color: #fafafa
}

.qodef-map-marker-holder {
    -webkit-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    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;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    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 {
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    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 #e2e2e2;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 16px 2px rgba(0,0,0,.04);
    box-shadow: 3px 3px 16px 2px rgba(0,0,0,.04);
    z-index: 10;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 #e2e2e2;
    border-left: 1px solid #e2e2e2;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    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;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: Arimo,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: #ffec4f
}

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

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

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

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

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

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

.qodef-cluster-marker svg path {
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    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 #e2e2e2;
    z-index: 9999
}

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

.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-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;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-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;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: #ffec4f
}

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

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

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

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

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

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

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

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

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

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

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

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

#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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.qodef--boxed .qodef-mobile-header-navigation ul {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px
}

@media only screen and (max-width: 1024px) {
    .qodef--boxed .qodef-mobile-header-navigation ul {
        padding-left:40px;
        padding-right: 40px
    }
}

@media only screen and (max-width: 680px) {
    .qodef--boxed .qodef-mobile-header-navigation ul {
        padding-left:25px;
        padding-right: 25px
    }
}

.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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

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

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

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

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

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

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

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second {
    left: -30px
}

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

.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: #000
}

.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    width: 100vw
}

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

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding-left: 60px;
    padding-right: 60px
}

@media only screen and (max-width: 1024px) {
    .qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
        padding-left:40px;
        padding-right: 40px
    }
}

@media only screen and (max-width: 680px) {
    .qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
        padding-left:25px;
        padding-right: 25px
    }
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 38px 0 41px;
    margin: 0 -15px
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding .25s ease-out;
    -o-transition: padding .25s ease-out;
    transition: padding .25s ease-out;
    padding-right: 0;
    text-transform: initial;
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
    cursor: default
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .35s cubic-bezier(.31,.29,.05,.96);
    -o-transition: .35s cubic-bezier(.31,.29,.05,.96);
    transition: .35s cubic-bezier(.31,.29,.05,.96);
    left: 0
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover span:before {
    width: 100%
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding .25s ease-out;
    -o-transition: padding .25s ease-out;
    transition: padding .25s ease-out;
    padding-right: 0;
    font-family: Arimo,sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
    color: #fff
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .35s cubic-bezier(.31,.29,.05,.96);
    -o-transition: .35s cubic-bezier(.31,.29,.05,.96);
    transition: .35s cubic-bezier(.31,.29,.05,.96);
    left: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a {
    padding-left: 0;
    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 span:before,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a span:before {
    width: 100%
}

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

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

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--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--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 30px;
    height: 30px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: currentColor;
    -webkit-transition: top .3s ease,-webkit-transform .3s ease;
    transition: top .3s ease,-webkit-transform .3s ease;
    -o-transition: top .3s ease,transform .3s ease;
    transition: top .3s ease,transform .3s ease;
    transition: top .3s ease,transform .3s ease,-webkit-transform .3s ease
}

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

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 17px
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path {
    color: #fff!important
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack:hover,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined:hover,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path:hover {
    color: #fff!important
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path {
    color: #000!important
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack:hover,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined:hover,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path:hover {
    color: #000!important
}

.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;
    margin-top: -10%
}

@media only screen and (max-width: 1024px) {
    .qodef-parallax-img-wrapper {
        margin-top:0
    }
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-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%
}

@media only screen and (max-width: 1024px) {
    .qodef-parallax.qodef-parallax--custom .qodef-parallax-bg-image-holder {
        height:100%
    }

    .qodef-parallax.qodef-parallax--custom .qodef-parallax-img-holder .qodef-parallax-img-wrapper img {
        display: none
    }

    .qodef-parallax.qodef-parallax--custom.qodef-parallax--background .qodef-parallax-bg-image-holder {
        background-image: none!important;
        background-color: #000
    }
}

@media only screen and (max-width: 680px) {
    .qodef-parallax:not(.qodef-parallax--custom) .qodef-parallax-img-holder .qodef-parallax-img-wrapper img {
        max-width:unset;
        height: 100%
    }
}

@media only screen and (max-width: 768px) {
    .wpcf7 .qodef-contact-form-main .qodef-grid-item {
        width:100%!important
    }
}

.wpcf7 .qodef-custom-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wpcf7 .qodef-custom-search-form .qodef-search-field-holder {
    width: 100%;
    margin-right: 40px
}

.wpcf7 .qodef-custom-search-form .qodef-search-field-holder input {
    border: none;
    background-color: #f8f8f8
}

@media only screen and (max-width: 480px) {
    .wpcf7 .qodef-custom-search-form {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wpcf7 .qodef-custom-search-form .qodef-search-field-holder,.wpcf7 .qodef-custom-search-form .qodef-submit-holder {
        text-align: center
    }

    .wpcf7 .qodef-custom-search-form .qodef-search-field-holder *,.wpcf7 .qodef-custom-search-form .qodef-submit-holder * {
        text-align: inherit
    }

    .wpcf7 .qodef-custom-search-form .qodef-search-field-holder {
        margin-right: 0
    }

    .wpcf7 .qodef-custom-search-form .qodef-submit-holder {
        width: 100%;
        margin-top: 10px
    }

    .wpcf7 .qodef-custom-search-form .qodef-submit-holder .wpcf7-submit {
        width: 100%
    }
}

.wpcf7 .wpcf7-aborted,.wpcf7 .wpcf7-acceptance-missing,.wpcf7 .wpcf7-mail-sent-ng,.wpcf7 .wpcf7-mail-sent-ok,.wpcf7 .wpcf7-spam-blocked,.wpcf7 .wpcf7-validation-errors {
    margin-top: 15px!important
}

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

.qodef-contact-form-7 .ajax-loader {
    position: absolute;
    right: -10px
}

.wpcf7 .qodef-subscribe-form {
    position: relative
}

.wpcf7 .qodef-subscribe-form .wpcf7-form-control-wrap input {
    margin: 0;
    padding: 6px 1px
}

.wpcf7 .qodef-subscribe-form .qodef-subscribe-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 21px 0;
    background-color: transparent
}

.wpcf7 .qodef-subscribe-form .qodef-subscribe-icon:hover {
    background-color: transparent;
    color: inherit
}

.wpcf7 .qodef-subscribe-form .qodef-subscribe-icon:after {
    content: "\f1d8";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 20px;
    font-weight: 400
}

.wpcf7 .qodef-subscribe-form.qodef-narrow {
    width: 82%
}

.wpcf7 .qodef-subscribe-form.qodef-form-light .wpcf7-form-control-wrap input,.wpcf7 .qodef-subscribe-form.qodef-form-white .wpcf7-form-control-wrap input {
    border-bottom: 1px solid #fff
}

.wpcf7 .qodef-subscribe-form.qodef-form-light .wpcf7-form-control-wrap input:focus,.wpcf7 .qodef-subscribe-form.qodef-form-white .wpcf7-form-control-wrap input:focus {
    color: #fff
}

#qodef-page-footer .wpcf7 .qodef-subscribe-form.qodef-form-light .wpcf7-form-control-wrap input,#qodef-page-footer .wpcf7 .qodef-subscribe-form.qodef-form-white .wpcf7-form-control-wrap input {
    border-width: 0 0 1px 0
}

.wpcf7 .qodef-subscribe-form.qodef-form-light .qodef-subscribe-icon,.wpcf7 .qodef-subscribe-form.qodef-form-white .qodef-subscribe-icon {
    color: #fff
}

.wpcf7 .qodef-subscribe-form.qodef-form-light .wpcf7-form-control-wrap input {
    color: #b6b6b6
}

.wpcf7 .qodef-subscribe-form.qodef-form-white .wpcf7-form-control-wrap input {
    color: rgba(255,255,255,.85)
}

.wpcf7 div.wpcf7-aborted,.wpcf7 div.wpcf7-acceptance-missing,.wpcf7 div.wpcf7-mail-sent-ng,.wpcf7 div.wpcf7-mail-sent-ok,.wpcf7 div.wpcf7-spam-blocked,.wpcf7 div.wpcf7-validation-errors {
    border: 2px solid #ffec4f;
    margin: 0
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
    background-image: none!important;
    height: auto!important;
    opacity: 1!important;
    overflow: hidden
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f16d";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-size: 19px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .35s ease-out;
    -o-transition: .35s ease-out;
    transition: .35s ease-out;
    z-index: 2
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 1;
    opacity: 0;
    -webkit-transition: .35s ease-out;
    -o-transition: .35s ease-out;
    transition: .35s ease-out
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img {
    display: inline-block!important;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .6s cubic-bezier(.17,.9,.36,1);
    -o-transition: .6s cubic-bezier(.17,.9,.36,1);
    transition: .6s cubic-bezier(.17,.9,.36,1);
    -webkit-transform-origin: 0 80%;
    -ms-transform-origin: 0 80%;
    transform-origin: 0 80%;
    will-change: transform
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover {
    opacity: 1!important
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover:after,.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover:before {
    opacity: 1
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0
}

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

.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -5px
}

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

.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -10px
}

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

.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -15px
}

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

.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -20px
}

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

.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -25px
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 25px!important;
    margin: 0 0 50px!important
}

.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -40px
}

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0 40px!important;
    margin: 0 0 80px!important
}

@media only screen and (max-width: 680px) {
    .qodef-instagram-list.qodef-instagram-in-footer #sb_instagram.sbi_col_3 #sbi_images .sbi_item,.qodef-instagram-list.qodef-instagram-in-footer #sb_instagram.sbi_col_4 #sbi_images .sbi_item,.qodef-instagram-list.qodef-instagram-in-footer #sb_instagram.sbi_col_5 #sbi_images .sbi_item,.qodef-instagram-list.qodef-instagram-in-footer #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width:50%
    }
}

.qodef-instagram-swiper-container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    z-index: 1;
    visibility: hidden;
    overflow: hidden
}

.qodef-instagram-swiper-container .swiper-slide a,.qodef-instagram-swiper-container .swiper-slide img {
    width: 100%
}

.qodef-instagram-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: left;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 21px;
    line-height: 1.095em;
    letter-spacing: .03em;
    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: Arimo,sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
    color: #6f6f6f;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
    width: 50%
}

@media only screen and (min-width: 681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
}

@media only screen and (min-width: 769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
    width: 25%
}

@media only screen and (min-width: 1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
    width: 20%
}

@media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
}

@media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
}

@media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
    padding: 0;
    margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

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

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

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

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
    padding: 0 40px;
    margin: 0 0 80px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

.qodef-woo-product-categories-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-categories-list.qodef-item-layout--info-on-image .product-category a:after,.qodef-woo-product-list .product-category a:after {
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    content: '';
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a:hover:after,.qodef-woo-product-list .product-category a:hover:after {
    opacity: 1
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a:hover .woocommerce-loop-category__title,.qodef-woo-product-list .product-category a:hover .woocommerce-loop-category__title {
    opacity: 1
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: auto;
    margin: 0;
    padding: 12px 41px;
    background-color: #ffec4f;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    z-index: 1
}

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

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-image {
    overflow: hidden;
    border-radius: 5px;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder {
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-transition: .3s cubic-bezier(.39,.33,.13,.95);
    -o-transition: .3s cubic-bezier(.39,.33,.13,.95);
    transition: .3s cubic-bezier(.39,.33,.13,.95);
    position: absolute;
    bottom: 0;
    z-index: 1;
    overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .button.qodef-btn-wave-hover .qodef-btn-masked {
    left: -2px!important
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .qodef-wave-btn-holder {
    vertical-align: bottom
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-image-inner .qodef-woo-product-button-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner {
    overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-woo-product-image-inner .qodef-woo-product-image-inner-2:before {
    -webkit-clip-path: inset(8px);
    clip-path: inset(8px);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-woo-product-image-inner .qodef-woo-product-button-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .14s;
    -o-transition-delay: .14s;
    transition-delay: .14s
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-woo-product-image-inner .qodef-woo-product-button-holder .qodef-wave-btn-holder {
    vertical-align: bottom
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-button-holder {
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-transition: .3s cubic-bezier(.39,.33,.13,.95);
    -o-transition: .3s cubic-bezier(.39,.33,.13,.95);
    transition: .3s cubic-bezier(.39,.33,.13,.95);
    position: absolute;
    bottom: 0;
    z-index: 1;
    overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-button-holder .button.qodef-btn-wave-hover .qodef-btn-masked {
    left: -2px!important
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner {
    padding: 8px
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-image-inner-2 {
    background-color: #fff
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-image-inner-2:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: #fff;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
    -webkit-transition: .5s cubic-bezier(.14,.93,.16,1.22);
    -o-transition: .5s cubic-bezier(.14,.93,.16,1.22);
    transition: .5s cubic-bezier(.14,.93,.16,1.22)
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .price {
    margin-bottom: 6px!important
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-categories {
    margin-top: 3px
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button {
    margin-top: 20px!important
}

.widget_etchy_core_woo_dropdown_cart {
    height: 100%
}

.qodef-woo-dropdown-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 10px
}

.qodef-woo-dropdown-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.qodef-woo-dropdown-cart .qodef-m-opener {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .03em;
    text-transform: uppercase
}

.qodef-woo-dropdown-cart .qodef-m-opener:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: currentColor;
    bottom: 3px;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    -o-transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96),-webkit-transform .32s cubic-bezier(.31,.29,.05,.96)
}

.qodef-woo-dropdown-cart .qodef-m-opener:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.qodef-header--light .qodef-woo-dropdown-cart .qodef-m-opener {
    color: #fff
}

.qodef-header--dark .qodef-woo-dropdown-cart .qodef-m-opener {
    color: #000
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 25px;
    background-color: #000;
    color: #fff
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #6f6f6f
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #6f6f6f
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: #ffec4f
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #262626
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
    margin-top: 0
}

.qodef-woo-dropdown-cart .qodef-e-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 72px;
    height: 68px;
    margin-right: 20px
}

.qodef-woo-dropdown-cart .qodef-e-image a,.qodef-woo-dropdown-cart .qodef-e-image img {
    display: block
}

.qodef-woo-dropdown-cart .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 20px
}

.qodef-woo-dropdown-cart .qodef-e-title {
    margin: 0
}

.qodef-woo-dropdown-cart .qodef-e-title a {
    color: #fff
}

.qodef-woo-dropdown-cart .qodef-e-price {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,.75)
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
    margin: 3px 0 0
}

.qodef-woo-dropdown-cart .qodef-e-remove {
    position: absolute;
    top: -11px;
    right: 0;
    font-size: 17px;
    line-height: 1;
    color: rgba(255,255,255,.5)
}

.qodef-woo-dropdown-cart .qodef-e-remove:hover {
    color: #fff
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 22px
}

.qodef-woo-dropdown-cart .qodef-m-order-details>* {
    margin: 0;
    color: #fff
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount {
    font-weight: 400
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
    color: #6f6f6f
}

.qodef-woo-dropdown-cart .qodef-m-action {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 22px
}

.qodef-woo-dropdown-cart .qodef-m-checkout-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Arimo,sans-serif;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 7px 34px 5px;
    cursor: pointer;
    z-index: 3;
    color: #000;
    background-color: #ffec4f;
    border: 1px solid transparent
}

.qodef-woo-dropdown-cart .qodef-m-checkout-link.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-woo-dropdown-cart .qodef-m-checkout-link.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-woo-dropdown-cart .qodef-m-checkout-link.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-woo-dropdown-cart .qodef-m-checkout-link.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-woo-dropdown-cart .qodef-m-checkout-link.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-woo-dropdown-cart .qodef-m-checkout-link:hover:not(.qodef-btn-wave-hover) {
    color: #fff;
    background-color: #000
}

.qodef-browser--ms-explorer .qodef-woo-dropdown-cart .qodef-m-checkout-link:hover.qodef-btn-wave-hover {
    color: #fff;
    background-color: #000
}

.qodef-browser--safari .qodef-woo-dropdown-cart .qodef-m-checkout-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-animation: qodef-wave-button-safari .35s ease-out forwards;
    animation: qodef-wave-button-safari .35s ease-out forwards
}

.qodef-woo-dropdown-cart .qodef-m-cart-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Arimo,sans-serif;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 7px 34px 5px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.qodef-woo-dropdown-cart .qodef-m-cart-link.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-woo-dropdown-cart .qodef-m-cart-link.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-woo-dropdown-cart .qodef-m-cart-link.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-woo-dropdown-cart .qodef-m-cart-link.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-woo-dropdown-cart .qodef-m-cart-link.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-woo-dropdown-cart .qodef-m-cart-link:hover:not(.qodef-btn-wave-hover) {
    color: #fff;
    background-color: #000
}

.qodef-browser--ms-explorer .qodef-woo-dropdown-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover {
    color: #fff;
    background-color: #000
}

.qodef-browser--safari .qodef-woo-dropdown-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-animation: qodef-wave-button-safari .35s ease-out forwards;
    animation: qodef-wave-button-safari .35s ease-out forwards
}

.qodef-woo-dropdown-cart .qodef-m-cart-link:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.qodef-woo-dropdown-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-woo-dropdown-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-woo-dropdown-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-woo-dropdown-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-woo-dropdown-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-woo-dropdown-cart .qodef-m-cart-link .qodef-btn-masked {
    color: #000!important;
    background-color: #fff!important
}

.qodef-woo-dropdown-cart .qodef-m-checkout-link .qodef-btn-masked {
    color: #fff!important;
    background-color: #171717!important;
    width: calc(100% + 4px)!important
}

.qodef-woo-dropdown-cart .qodef-m-cart-link,.qodef-woo-dropdown-cart .qodef-m-checkout-link {
    padding: 7px 23px 5px;
    font-size: 12px
}

.touchevents .qodef-woo-dropdown-cart {
    cursor: pointer
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
    max-height: 100vh;
    pointer-events: auto;
    -webkit-transition: .4s cubic-bezier(.66,.14,.58,1) .1s;
    -o-transition: .4s cubic-bezier(.66,.14,.58,1) .1s;
    transition: .4s cubic-bezier(.66,.14,.58,1) .1s
}

.qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 10px
}

.qodef-woo-side-area-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-woo-side-area-cart .qodef-m-opener {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .03em;
    text-transform: uppercase
}

.qodef-woo-side-area-cart .qodef-m-opener:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 4px;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    -o-transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96),-webkit-transform .32s cubic-bezier(.31,.29,.05,.96)
}

.qodef-woo-side-area-cart .qodef-m-opener:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.qodef-header--light .qodef-woo-side-area-cart .qodef-m-opener {
    color: #fff
}

.qodef-header--dark .qodef-woo-side-area-cart .qodef-m-opener {
    color: #000
}

.qodef-woo-side-area-cart .qodef-m-content {
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 50px 74px;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -o-transition: all .6s cubic-bezier(.77,0,.175,1);
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

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

.qodef-woo-side-area-cart .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    color: #fff;
    z-index: 1000
}

.qodef-woo-side-area-cart .qodef-m-close:hover {
    color: #fff
}

.qodef-woo-side-area-cart .qodef-m-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-side-area-cart .qodef-m-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #262626
}

.qodef-woo-side-area-cart .qodef-m-item:first-child {
    margin-top: 0
}

.qodef-woo-side-area-cart .qodef-e-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 72px;
    height: 68px;
    margin-right: 20px
}

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

.qodef-woo-side-area-cart .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 20px
}

.qodef-woo-side-area-cart .qodef-e-title {
    margin: 0
}

.qodef-woo-side-area-cart .qodef-e-title a {
    color: #fff
}

.qodef-woo-side-area-cart .qodef-e-price {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,.75)
}

.qodef-woo-side-area-cart .qodef-e-quantity {
    margin: 3px 0 0
}

.qodef-woo-side-area-cart .qodef-e-remove {
    position: absolute;
    top: -11px;
    right: 0;
    font-size: 17px;
    line-height: 1;
    color: rgba(255,255,255,.5)
}

.qodef-woo-side-area-cart .qodef-e-remove:hover {
    color: #fff
}

.qodef-woo-side-area-cart .qodef-m-order-details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 22px
}

.qodef-woo-side-area-cart .qodef-m-order-details>* {
    margin: 0;
    color: #fff
}

.qodef-woo-side-area-cart .qodef-m-order-details .qodef-m-order-amount {
    font-weight: 400
}

.qodef-woo-side-area-cart .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 50px
}

.qodef-woo-side-area-cart .qodef-m-checkout-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Arimo,sans-serif;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 7px 34px 5px;
    cursor: pointer;
    z-index: 3;
    color: #000;
    background-color: #ffec4f;
    border: 1px solid transparent
}

.qodef-woo-side-area-cart .qodef-m-checkout-link.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-woo-side-area-cart .qodef-m-checkout-link.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-woo-side-area-cart .qodef-m-checkout-link.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-woo-side-area-cart .qodef-m-checkout-link.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-woo-side-area-cart .qodef-m-checkout-link.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-woo-side-area-cart .qodef-m-checkout-link:hover:not(.qodef-btn-wave-hover) {
    color: #fff;
    background-color: #000
}

.qodef-browser--ms-explorer .qodef-woo-side-area-cart .qodef-m-checkout-link:hover.qodef-btn-wave-hover {
    color: #fff;
    background-color: #000
}

.qodef-browser--safari .qodef-woo-side-area-cart .qodef-m-checkout-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-animation: qodef-wave-button-safari .35s ease-out forwards;
    animation: qodef-wave-button-safari .35s ease-out forwards
}

.qodef-woo-side-area-cart .qodef-m-checkout-link:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.qodef-woo-side-area-cart .qodef-m-checkout-link:hover.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-woo-side-area-cart .qodef-m-checkout-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-woo-side-area-cart .qodef-m-checkout-link:hover.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-woo-side-area-cart .qodef-m-checkout-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-woo-side-area-cart .qodef-m-checkout-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-woo-side-area-cart .qodef-m-cart-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Arimo,sans-serif;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 7px 34px 5px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.qodef-woo-side-area-cart .qodef-m-cart-link.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-woo-side-area-cart .qodef-m-cart-link.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-woo-side-area-cart .qodef-m-cart-link.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-woo-side-area-cart .qodef-m-cart-link.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-woo-side-area-cart .qodef-m-cart-link.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-woo-side-area-cart .qodef-m-cart-link:hover:not(.qodef-btn-wave-hover) {
    color: #fff;
    background-color: #000
}

.qodef-browser--ms-explorer .qodef-woo-side-area-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover {
    color: #fff;
    background-color: #000
}

.qodef-browser--safari .qodef-woo-side-area-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-animation: qodef-wave-button-safari .35s ease-out forwards;
    animation: qodef-wave-button-safari .35s ease-out forwards
}

.qodef-woo-side-area-cart .qodef-m-cart-link:hover {
    color: #000;
    background-color: #ffec4f;
    border: 1px solid transparent
}

.qodef-woo-side-area-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-woo-side-area-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-woo-side-area-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-woo-side-area-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-woo-side-area-cart .qodef-m-cart-link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-woo-side-area-cart .qodef-m-cart-link,.qodef-woo-side-area-cart .qodef-m-checkout-link {
    padding: 7px 23px 5px;
    font-size: 12px
}

.qodef-woo-side-area-cart.qodef--opened .qodef-m-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
}

.widget_etchy_core_woo_taxonomy_items .qodef-widget-title {
    margin: 0 0 20px
}

.widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0!important;
    font-size: 14px
}

#qodef-top-area .widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a {
    color: #fff
}

#qodef-top-area .widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a:hover {
    color: #fff
}

#qodef-page-footer .widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a {
    color: #fff
}

#qodef-page-footer .widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a:hover {
    color: #fff
}

#qodef-side-area .widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a {
    color: #fff
}

#qodef-side-area .widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a:hover {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a:hover {
    color: #fff
}

.widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a .qodef-svg-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    margin-right: 5px
}

.widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a .qodef-svg-icon svg {
    max-width: 100%;
    max-height: 19px
}

.widget_etchy_core_woo_taxonomy_items .qodef-woo-taxonomy-items ul li a .qodef-svg-icon svg * {
    fill: none;
    stroke: currentColor
}

.qodef-shortcode .last_toggle_el_margin,.qodef-shortcode .wpb_button,.qodef-shortcode .wpb_content_element,.qodef-shortcode .wpb_row,.qodef-shortcode ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto!important
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.single-portfolio-item .qodef-page-content-section {
    margin-bottom: 0!important
}

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

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

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

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3
}

.qodef-portfolio-single .qodef-portfolio-info>.qodef-info--category {
    margin-bottom: 28px
}

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

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title {
    margin: 0 20px 0 0;
    text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0;
    line-height: inherit;
    color: #a3a3a3
}

.qodef-portfolio-single .qodef-portfolio-info a:hover {
    color: #000
}

.qodef-portfolio-single .qodef-social-share .qodef-social-title {
    margin: 0 14px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #a3a3a3
}

.qodef-portfolio-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-category-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    margin: 0;
    padding: 12px 41px;
    color: #000;
    background-color: #ffec4f;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
    margin-top: 28px
}

.qodef-portfolio-list .qodef-e-inner {
    position: relative
}

.qodef-portfolio-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-list .qodef-e-info-category {
    margin-bottom: 7px;
    line-height: 1.2
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 20px;
    margin-bottom: 27px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
    color: rgba(0,0,0,.75)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a {
    color: rgba(0,0,0,.75)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a:hover {
    color: #000
}

.qodef-portfolio-list.qodef-item-layout--info-below a {
    color: #000
}

.qodef-portfolio-list.qodef-item-layout--info-below a:hover {
    color: #000
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-image {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-image .qodef-e-media-image {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .6s cubic-bezier(.17,.9,.36,1);
    -o-transition: .6s cubic-bezier(.17,.9,.36,1);
    transition: .6s cubic-bezier(.17,.9,.36,1);
    -webkit-transform-origin: 0 80%;
    -ms-transform-origin: 0 80%;
    transform-origin: 0 80%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-image .qodef-e-media-image {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 40px
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
        padding:25px 30px
    }
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-info-category {
    color: rgba(255,255,255,.75)
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-info-category a {
    color: rgba(255,255,255,.75)
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-info-category a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner a {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner * {
    color: #fff;
    z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-inner .qodef-e-image {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-inner .qodef-e-image .qodef-e-media-image {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .6s cubic-bezier(.17,.9,.36,1);
    -o-transition: .6s cubic-bezier(.17,.9,.36,1);
    transition: .6s cubic-bezier(.17,.9,.36,1);
    -webkit-transform-origin: 0 80%;
    -ms-transform-origin: 0 80%;
    transform-origin: 0 80%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-inner .qodef-e-image .qodef-e-media-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(37%,rgba(0,0,0,.2)));
    background: -o-linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.2) 37%);
    background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.2) 37%);
    -webkit-transition: .4s cubic-bezier(.22,.61,.36,1);
    -o-transition: .4s cubic-bezier(.22,.61,.36,1);
    transition: .4s cubic-bezier(.22,.61,.36,1);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-inner .qodef-e-image .qodef-e-media-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(37%,rgba(0,0,0,.25)));
    background: -o-linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.25) 37%);
    background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.25) 37%);
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    z-index: 2
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-inner:hover .qodef-e-image .qodef-e-media-image {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-inner:hover .qodef-e-image .qodef-e-media-image:after {
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    background-color: rgba(10,10,10,.8)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category {
    color: rgba(255,255,255,.75)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category a {
    color: rgba(255,255,255,.75)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner a {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner * {
    color: #fff;
    z-index: 1
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1
}

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

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

#qodef-single-portfolio-navigation .qodef-m-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#qodef-single-portfolio-navigation .qodef-m-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,border-color .25s ease-out
}

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
    width: 43px;
    height: 43px;
    border: 1px solid #000
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next span,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev span {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover {
    color: #000
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover span {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: .3s cubic-bezier(.61,.04,0,.98);
    -o-transition: .3s cubic-bezier(.61,.04,0,.98);
    transition: .3s cubic-bezier(.61,.04,0,.98)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover {
    color: #000
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover span {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-transition: .3s cubic-bezier(.61,.04,0,.98);
    -o-transition: .3s cubic-bezier(.61,.04,0,.98);
    transition: .3s cubic-bezier(.61,.04,0,.98)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
    font-size: 25px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    display: block;
    font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon:before {
    display: block
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item {
    margin-top: 93px!important
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item {
        margin-top:73px!important
    }
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info {
    margin-top: 165px!important
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info {
        margin-top:49px!important
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
        padding-right:60px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
        margin:0 0 93px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
        margin:0 0 73px
    }
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-title {
    margin-top: -7px
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
    margin-top: 51px!important
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info>* {
    margin-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info>.qodef-info--category {
    margin-bottom: 51px
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info .qodef-e-title {
    margin: 0 0 9px;
    text-transform: uppercase
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item {
    margin-top: 93px!important
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item {
        margin-top:73px!important
    }
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-info {
    margin-top: 165px!important
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-info {
        margin-top:51px!important
    }
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 0;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-huge .qodef-e-content .qodef-grid-item {
    margin-top: 93px!important
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--images-huge .qodef-e-content .qodef-grid-item {
        margin-top:73px!important
    }
}

.qodef-portfolio-single.qodef-layout--images-huge .qodef-e-content .qodef-portfolio-info {
    margin-top: 165px!important
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--images-huge .qodef-e-content .qodef-portfolio-info {
        margin-top:49px!important
    }
}

.qodef-portfolio-single.qodef-layout--images-huge .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 0;
    float: none
}

@media only screen and (min-width: 1025px) {
    .qodef-portfolio-single.qodef-layout--images-small .qodef-media {
        padding-right:60px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--images-small .qodef-media {
        margin:0 0 93px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--images-small .qodef-media {
        margin:0 0 73px
    }
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 20px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title {
    margin-top: -7px
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
    margin-top: 51px!important
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info>* {
    margin-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info>.qodef-info--category {
    margin-bottom: 51px
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info .qodef-e-title {
    margin: 0 0 9px;
    text-transform: uppercase
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item {
    margin-top: 93px!important
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item {
        margin-top:73px!important
    }
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-info {
    margin-top: 165px!important
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-info {
        margin-top:49px!important
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
        padding-right:60px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
        margin:0 0 93px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
        margin:0 0 73px
    }
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-title {
    margin-top: -7px
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
    margin-top: 51px!important
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info>* {
    margin-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info>.qodef-info--category {
    margin-bottom: 51px
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info .qodef-e-title {
    margin: 0 0 9px;
    text-transform: uppercase
}

.qodef-portfolio-single-slider .swiper-slide {
    width: auto
}

.qodef-portfolio-single.qodef-layout--slider .qodef-grid-item {
    margin-top: 93px!important
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--slider .qodef-grid-item {
        margin-top:73px!important
    }
}

.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
    margin-top: 165px!important
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
        margin-top:49px!important
    }
}

.qodef-team-list .qodef-e-role {
    margin: 0
}

.qodef-team-list .qodef-e-title {
    margin: 0 0 2px
}

.qodef-team-list .qodef-team-member-social-icons {
    margin: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-content-hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image {
    position: relative;
    overflow: hidden
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-transition: .3s cubic-bezier(.39,.33,.13,.95);
    -o-transition: .3s cubic-bezier(.39,.33,.13,.95);
    transition: .3s cubic-bezier(.39,.33,.13,.95);
    position: absolute;
    bottom: 0;
    z-index: 1;
    overflow: hidden
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover .button.qodef-btn-wave-hover .qodef-btn-masked {
    left: -2px!important
}

.qodef-browser--firefox .qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover {
    margin-top: 1px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover .qodef-team-member-social-icons {
    padding: 10px 36px 9px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    color: #000;
    background-color: #ffec4f
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover .qodef-team-member-social-icons a {
    margin-right: 8px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover .qodef-team-member-social-icons a span {
    position: relative
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover .qodef-team-member-social-icons a span:after {
    content: '.'
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover .qodef-team-member-social-icons a span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    -o-transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96),-webkit-transform .32s cubic-bezier(.31,.29,.05,.96)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover .qodef-team-member-social-icons a:last-child {
    margin-right: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover .qodef-team-member-social-icons a:hover {
    color: #000
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-hover .qodef-team-member-social-icons a:hover span:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 26px 0 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-role {
    font-size: 14px;
    color: #a3a3a3
}

@media only screen and (min-width: 681px) {
    .qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item:nth-of-type(3),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--3 .qodef-grid-inner .qodef-grid-item:nth-of-type(3),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--4 .qodef-grid-inner .qodef-grid-item:nth-of-type(3),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--5 .qodef-grid-inner .qodef-grid-item:nth-of-type(3),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--6 .qodef-grid-inner .qodef-grid-item:nth-of-type(3) {
        padding-top:63px
    }

    .qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item:nth-of-type(4),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--3 .qodef-grid-inner .qodef-grid-item:nth-of-type(4),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--4 .qodef-grid-inner .qodef-grid-item:nth-of-type(4),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--5 .qodef-grid-inner .qodef-grid-item:nth-of-type(4),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--6 .qodef-grid-inner .qodef-grid-item:nth-of-type(4) {
        padding-top: 126px
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--4 .qodef-grid-inner .qodef-grid-item:nth-of-type(6),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--5 .qodef-grid-inner .qodef-grid-item:nth-of-type(6),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--6 .qodef-grid-inner .qodef-grid-item:nth-of-type(6) {
        padding-top:63px
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--5 .qodef-grid-inner .qodef-grid-item:nth-of-type(7),.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-col-num--6 .qodef-grid-inner .qodef-grid-item:nth-of-type(7) {
        padding-top:126px
    }
}

.qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
    margin: 0 0 60px
}

@media only screen and (max-width: 1440px) {
    .qodef-team-list.qodef-layout--masonry.qodef-layout--predefined.qodef-responsive--predefined.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
        margin:0 0 50px
    }
}

.qodef-team-list.qodef-swiper-container {
    padding-bottom: 41px
}

.qodef-team-list.qodef-swiper-container .swiper-pagination-bullets {
    bottom: 0!important
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    z-index: -1
}

.qodef-testimonials-list {
    cursor: -webkit-grab;
    cursor: grab
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 58px
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-right: 16px;
    width: 60px
}

.qodef-testimonials-list .qodef-e-media-image img {
    border-radius: 100%
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0
}

.qodef-testimonials-list .qodef-e-author .qodef-e-author-name {
    margin: 0;
    font-size: 16px
}

.qodef-testimonials-list .qodef-e-author .qodef-e-author-job {
    font-size: 14px;
    color: #a3a3a3
}

.qodef-testimonials-list .qodef-e-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px
}

.qodef-testimonials-list .swiper-pagination-bullets {
    bottom: 0!important
}

.qodef-testimonials-list .qodef-swiper-navigation-holder {
    position: absolute;
    bottom: 30px;
    left: 0
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.qodef-testimonials-list.qodef-skin--light .qodef-e-text,.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

.qodef-testimonials-showcase .qodef-e-inner {
    padding: 0 233px;
    cursor: -webkit-grab;
    cursor: grab
}

@media only screen and (max-width: 1024px) {
    .qodef-testimonials-showcase .qodef-e-inner {
        padding:0 7% 0 212px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-showcase .qodef-e-inner {
        padding:0
    }
}

.qodef-testimonials-showcase .qodef-e-title {
    margin: 20px 0 21px
}

.qodef-testimonials-showcase .qodef-e-title .qodef-e-icon {
    position: relative;
    top: -20px;
    display: inline-block
}

.qodef-testimonials-showcase .qodef-e-text {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 27px
}

.qodef-testimonials-showcase .qodef-e-author {
    margin: 0
}

.qodef-testimonials-showcase .qodef-e-author .qodef-e-author-name {
    margin: 0
}

.qodef-testimonials-showcase .qodef-e-author .qodef-e-author-job {
    font-size: 14px;
    color: #a3a3a3
}

.qodef-testimonials-showcase .swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

@media only screen and (min-width: 681px) {
    .qodef-testimonials-showcase .swiper-slide .qodef-e-author-job,.qodef-testimonials-showcase .swiper-slide .qodef-e-author-name,.qodef-testimonials-showcase .swiper-slide .qodef-e-icon {
        opacity:0;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: .3s cubic-bezier(.65,.05,.36,1);
        -o-transition: .3s cubic-bezier(.65,.05,.36,1);
        transition: .3s cubic-bezier(.65,.05,.36,1)
    }

    .qodef-testimonials-showcase .swiper-slide .qodef-e-inner {
        opacity: 0;
        -webkit-transition: .3s cubic-bezier(.65,.05,.36,1);
        -o-transition: .3s cubic-bezier(.65,.05,.36,1);
        transition: .3s cubic-bezier(.65,.05,.36,1)
    }

    .qodef-testimonials-showcase .swiper-slide.swiper-slide-prev .qodef-e-author-job,.qodef-testimonials-showcase .swiper-slide.swiper-slide-prev .qodef-e-author-name,.qodef-testimonials-showcase .swiper-slide.swiper-slide-prev .qodef-e-icon {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-transition-delay: 0s!important;
        -o-transition-delay: 0s!important;
        transition-delay: 0s!important
    }

    .qodef-testimonials-showcase .swiper-slide.swiper-slide-next .qodef-e-author-job,.qodef-testimonials-showcase .swiper-slide.swiper-slide-next .qodef-e-author-name,.qodef-testimonials-showcase .swiper-slide.swiper-slide-next .qodef-e-icon {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition-delay: 0s!important;
        -o-transition-delay: 0s!important;
        transition-delay: 0s!important
    }

    .qodef-testimonials-showcase .swiper-slide.swiper-slide-active .qodef-e-inner,.qodef-testimonials-showcase .swiper-slide.swiper-slide-duplicate-active .qodef-e-inner {
        opacity: 1
    }

    .qodef-testimonials-showcase .swiper-slide.swiper-slide-active .qodef-e-icon,.qodef-testimonials-showcase .swiper-slide.swiper-slide-duplicate-active .qodef-e-icon {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: .5s .3s cubic-bezier(.65,.05,.36,1);
        -o-transition: .5s .3s cubic-bezier(.65,.05,.36,1);
        transition: .5s .3s cubic-bezier(.65,.05,.36,1)
    }

    .qodef-testimonials-showcase .swiper-slide.swiper-slide-active .qodef-e-author-job,.qodef-testimonials-showcase .swiper-slide.swiper-slide-active .qodef-e-author-name,.qodef-testimonials-showcase .swiper-slide.swiper-slide-duplicate-active .qodef-e-author-job,.qodef-testimonials-showcase .swiper-slide.swiper-slide-duplicate-active .qodef-e-author-name {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: .5s .3s cubic-bezier(.65,.05,.36,1);
        -o-transition: .5s .3s cubic-bezier(.65,.05,.36,1);
        transition: .5s .3s cubic-bezier(.65,.05,.36,1)
    }
}

.qodef-testimonials-showcase .qodef-pag-alt {
    position: absolute;
    top: 10px;
    left: 0;
    width: 233px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 3
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-showcase .qodef-pag-alt {
        position:relative
    }
}

.qodef-testimonials-showcase .qodef-pag-alt .qodef-e-media-image {
    position: relative;
    line-height: 0;
    margin-right: 14px;
    margin-bottom: 14px;
    width: 78px;
    cursor: pointer
}

.qodef-testimonials-showcase .qodef-pag-alt .qodef-e-media-image img,.qodef-testimonials-showcase .qodef-pag-alt .qodef-e-media-image:after {
    border-radius: 100%
}

.qodef-testimonials-showcase .qodef-pag-alt .qodef-e-media-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.qodef-testimonials-showcase .qodef-pag-alt .qodef-e-media-image.qodef-active-thumb:after {
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-showcase .qodef-custom-swiper-wrapper {
        margin:20px 0 5px
    }

    .qodef-testimonials-showcase .swiper-slide .qodef-e-inner {
        opacity: 0;
        -webkit-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        transition: .2s ease-out
    }

    .qodef-testimonials-showcase .swiper-slide.swiper-slide-active .qodef-e-inner,.qodef-testimonials-showcase .swiper-slide.swiper-slide-duplicate-active .qodef-e-inner {
        opacity: 1
    }
}

.qodef-review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qodef-review-rating .qodef-rating-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.qodef-review-rating label {
    margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
    margin: 0
}

.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    overflow: hidden
}

.qodef-review-rating .qodef-star-rating:before {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    z-index: -1;
    content: "\e031";
    font-size: 13px;
    letter-spacing: .15em;
    color: #000;
    font-family: ElegantIcons;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.qodef-review-rating .qodef-star-rating.active:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "\e033\e033\e033\e033\e033";
    font-size: 13px;
    letter-spacing: .15em;
    color: #000;
    font-family: ElegantIcons;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.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 {
    font-size: 13px;
    letter-spacing: .15em;
    color: #ffec4f
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: #ffec4f;
    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-wrapper {
    padding-top: 23%;
    padding-left: 15%;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em;
    margin-right: 22px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -6px
}

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

@-webkit-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_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@-webkit-keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px
}

.qodef--boxed .qodef-search-cover-form .qodef-m-inner {
    padding-left: 60px;
    padding-right: 60px
}

@media only screen and (max-width: 1024px) {
    .qodef--boxed .qodef-search-cover-form .qodef-m-inner {
        padding-left:40px;
        padding-right: 40px
    }
}

@media only screen and (max-width: 680px) {
    .qodef--boxed .qodef-search-cover-form .qodef-m-inner {
        padding-left:25px;
        padding-right: 25px
    }
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-family: 'Titillium Web';
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: #000
}

.qodef-search-cover-form .qodef-m-form-field::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.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 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    -webkit-animation: cover_search_fade_out .3s ease both;
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    -webkit-animation: cover_search_fade_in .3s ease both;
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-search-cover-form .qodef-opener-icon.qodef-m-close.qodef-source--icon-pack,.qodef-search-cover-form .qodef-opener-icon.qodef-m-close.qodef-source--predefined,.qodef-search-cover-form .qodef-opener-icon.qodef-m-close.qodef-source--svg-path {
    color: #000!important
}

.qodef-search-cover-form .qodef-opener-icon.qodef-m-close.qodef-source--icon-pack:hover,.qodef-search-cover-form .qodef-opener-icon.qodef-m-close.qodef-source--predefined:hover,.qodef-search-cover-form .qodef-opener-icon.qodef-m-close.qodef-source--svg-path:hover {
    color: #000!important
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255,255,255,.98);
    z-index: 100
}

.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: #000;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #000;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: #ffec4f;
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    -webkit-transition: color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s;
    -o-transition: color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s;
    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;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    -webkit-transition: width .5s ease .6s;
    -o-transition: width .5s ease .6s;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #6f6f6f;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #000
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    -webkit-animation: fullscreen_search_fade_out .3s ease both;
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    -webkit-animation: fullscreen_search_fade_in .3s ease both;
    animation: fullscreen_search_fade_in .3s ease both
}

@-webkit-keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener .qodef-m-icon {
    margin-right: 5px
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .003em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.095em;
    font-family: 'Titillium Web';
}

.qodef-search-opener.qodef-source--icon-pack .qodef-m-icon {
    color: #fff;
}

.qodef-header--dark .qodef-search-opener.qodef-source--icon-pack .qodef-m-icon,.qodef-header--light .qodef-search-opener.qodef-source--icon-pack .qodef-m-icon {
    color: inherit
}

.qodef-search-opener .qodef-search-opener-text {
    position: relative
}

.qodef-search-opener .qodef-search-opener-text:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: currentColor;
    bottom: -3px;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    -o-transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96),-webkit-transform .32s cubic-bezier(.31,.29,.05,.96)
}

.qodef-search-opener:hover .qodef-search-opener-text:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -1px 0 0;
    padding: 24px 26px 24px 29px;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out;
    -o-transition: color .2s ease-out,background-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out;
    cursor: pointer;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 2px;
    font-size: 15px;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
    color: #000;
    background-color: #ffec4f;
    border-color: #ffec4f;
    z-index: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 20px 28px 23px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}

.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s 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-loading-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px);
    font-size: 32px;
    line-height: 1;
    color: #ffec4f;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before {
    display: block;
    line-height: inherit
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner {
    opacity: 1;
    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-infinite-scroll-spinner {
    opacity: 1;
    z-index: 1
}

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

.qodef-banner:hover .qodef-m-image img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qodef-banner .qodef-m-title {
    margin: 10px 0 4px
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: Arimo,sans-serif;
    margin: 0;
    opacity: .5;
    letter-spacing: 0
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: #ffec4f;
    margin: 0 0 10px;
    font-style: italic
}

.qodef-banner .qodef-m-additional-image,.qodef-banner .qodef-m-image {
    overflow: hidden
}

.qodef-banner .qodef-m-additional-image img,.qodef-banner .qodef-m-image img {
    display: block
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .6s cubic-bezier(.17,.9,.36,1);
    -o-transition: .6s cubic-bezier(.17,.9,.36,1);
    transition: .6s cubic-bezier(.17,.9,.36,1);
    -webkit-transform-origin: 0 80%;
    -ms-transform-origin: 0 80%;
    transform-origin: 0 80%
}

.qodef-banner .qodef-m-additional-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Arimo,sans-serif;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 10px 36px 8px
}

.qodef-button.qodef-size--small {
    padding: 7px 34px 5px
}

.qodef-button.qodef-size--large {
    padding: 12px 45px 10px
}

.qodef-button.qodef-size--full-width {
    width: 100%;
    padding: 10px 20px 8px;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #000;
    background-color: #ffec4f;
    border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-button.qodef-layout--filled.qodef-html--link.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-button.qodef-layout--filled.qodef-html--link.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-button.qodef-layout--filled.qodef-html--link.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-button.qodef-layout--filled.qodef-html--link.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover:not(.qodef-btn-wave-hover) {
    color: #fff;
    background-color: #000
}

.qodef-browser--ms-explorer .qodef-button.qodef-layout--filled.qodef-html--link:hover.qodef-btn-wave-hover {
    color: #fff;
    background-color: #000
}

.qodef-browser--safari .qodef-button.qodef-layout--filled.qodef-html--link:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-animation: qodef-wave-button-safari .35s ease-out forwards;
    animation: qodef-wave-button-safari .35s ease-out forwards
}

.qodef-button.qodef-layout--outlined {
    color: #000;
    background-color: transparent;
    border: 1px solid #000
}

.qodef-button.qodef-layout--outlined.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-button.qodef-layout--outlined.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-button.qodef-layout--outlined.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-button.qodef-layout--outlined.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-button.qodef-layout--outlined.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-button.qodef-layout--outlined:hover:not(.qodef-btn-wave-hover) {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.qodef-browser--ms-explorer .qodef-button.qodef-layout--outlined:hover.qodef-btn-wave-hover {
    color: #fff;
    background-color: #000
}

.qodef-browser--safari .qodef-button.qodef-layout--outlined:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-animation: qodef-wave-button-safari .35s ease-out forwards;
    animation: qodef-wave-button-safari .35s ease-out forwards
}

.qodef-button.qodef-layout--textual {
    padding: 0!important;
    font-size: 13px;
    color: #000;
    background-color: transparent;
    border: 0;
    position: relative;
    overflow: hidden
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-button.qodef-layout--textual.qodef-skin--light {
    color: #fff
}

.qodef-button.qodef-layout--textual:after,.qodef-button.qodef-layout--textual:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 4px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.31,.29,.05,.96);
    transition: -webkit-transform .4s cubic-bezier(.31,.29,.05,.96);
    -o-transition: transform .4s cubic-bezier(.31,.29,.05,.96);
    transition: transform .4s cubic-bezier(.31,.29,.05,.96);
    transition: transform .4s cubic-bezier(.31,.29,.05,.96),-webkit-transform .4s cubic-bezier(.31,.29,.05,.96)
}

.qodef-button.qodef-layout--textual:before {
    left: 0
}

.qodef-button.qodef-layout--textual:after {
    left: -100%;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-button.qodef-layout--textual:hover:after,.qodef-button.qodef-layout--textual:hover:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.qodef-button.qodef-layout--textual.qodef-layout--custom {
    padding-left: 26px!important
}

.qodef-button.qodef-layout--textual.qodef-layout--custom:after {
    width: 15px
}

.qodef-button.qodef-layout--textual.qodef-layout--custom:hover:after {
    width: 100%
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.qodef-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0
}

@media only screen and (max-width: 680px) {
    .qodef-cards-gallery {
        width:88%
    }

    .qodef-cards-gallery.qodef--has-appear.qodef-orientation--left {
        -webkit-transform: translateX(-13.5%);
        -ms-transform: translateX(-13.5%);
        transform: translateX(-13.5%)
    }

    .qodef-cards-gallery.qodef--has-appear.qodef-orientation--right {
        -webkit-transform: translateX(27%);
        -ms-transform: translateX(27%);
        transform: translateX(27%)
    }
}

.qodef-cards-gallery .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-cards-gallery img {
    position: relative;
    display: block;
    -webkit-box-shadow: 3px 3px 16px 2px rgba(0,0,0,.04);
    box-shadow: 3px 3px 16px 2px rgba(0,0,0,.04)
}

.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;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.qodef-cards-gallery .qodef-m-card .qodef-m-bundle-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s cubic-bezier(.22,.61,.36,1);
    -o-transition: all .4s cubic-bezier(.22,.61,.36,1);
    transition: all .4s cubic-bezier(.22,.61,.36,1)
}

.qodef-cards-gallery .qodef-m-card.qodef-animating {
    -webkit-transition: all 1.3s cubic-bezier(.19,1,.22,1);
    -o-transition: all 1.3s cubic-bezier(.19,1,.22,1);
    transition: all 1.3s cubic-bezier(.19,1,.22,1);
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
    -webkit-transition: all .8s cubic-bezier(0,0,0,1);
    -o-transition: all .8s cubic-bezier(0,0,0,1);
    transition: all .8s cubic-bezier(0,0,0,1);
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card img {
    -webkit-box-shadow: 0 7px 21px 0 rgba(0,0,0,.06);
    box-shadow: 0 7px 21px 0 rgba(0,0,0,.06)
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card img {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all .6s cubic-bezier(.22,.61,.36,1);
    -o-transition: all .6s cubic-bezier(.22,.61,.36,1);
    transition: all .6s cubic-bezier(.22,.61,.36,1)
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(1) img {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(2) img {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(3) img {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(4) img {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(5) img {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(6) img {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(7) img {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(8) img {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(9) img {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(10) img {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(11) img {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(12) img {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(13) img {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(14) img {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(15) img {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(16) img {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(17) img {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(18) img {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(19) img {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(20) img {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left.qodef--appeared .qodef-m-card img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card img {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all .6s cubic-bezier(.22,.61,.36,1);
    -o-transition: all .6s cubic-bezier(.22,.61,.36,1);
    transition: all .6s cubic-bezier(.22,.61,.36,1)
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(1) img {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(2) img {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(3) img {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(4) img {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(5) img {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(6) img {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(7) img {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(8) img {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(9) img {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(10) img {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(11) img {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(12) img {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(13) img {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(14) img {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(15) img {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(16) img {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(17) img {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(18) img {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(19) img {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(20) img {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right.qodef--appeared .qodef-m-card img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.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 {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    -webkit-transform: scale(.32) translateX(191%);
    -ms-transform: scale(.32) translateX(191%);
    transform: scale(.32) translateX(191%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    -webkit-transform: scale(.49) translateX(102%);
    -ms-transform: scale(.49) translateX(102%);
    transform: scale(.49) translateX(102%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    -webkit-transform: scale(.66) translateX(55%);
    -ms-transform: scale(.66) translateX(55%);
    transform: scale(.66) translateX(55%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    -webkit-transform: scale(.83) translateX(23.5%);
    -ms-transform: scale(.83) translateX(23.5%);
    transform: scale(.83) translateX(23.5%)
}

.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 .qodef-m-bundle-item {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.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 {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
    -webkit-transform: scale(.32) translateX(-191%);
    -ms-transform: scale(.32) translateX(-191%);
    transform: scale(.32) translateX(-191%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
    -webkit-transform: scale(.49) translateX(-102%);
    -ms-transform: scale(.49) translateX(-102%);
    transform: scale(.49) translateX(-102%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
    -webkit-transform: scale(.66) translateX(-55%);
    -ms-transform: scale(.66) translateX(-55%);
    transform: scale(.66) translateX(-55%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
    -webkit-transform: scale(.83) translateX(-23.5%);
    -ms-transform: scale(.83) translateX(-23.5%);
    transform: scale(.83) translateX(-23.5%)
}

.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 .qodef-m-bundle-item {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden
}

@-webkit-keyframes qodefCardAppearFromRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0;
        visibility: visible
    }

    30% {
        opacity: 1;
        visibility: visible
    }

    100% {
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes qodefCardAppearFromRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0;
        visibility: visible
    }

    30% {
        opacity: 1;
        visibility: visible
    }

    100% {
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
    -webkit-animation: qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards;
    animation: qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

@-webkit-keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    30% {
        visibility: visible;
        opacity: 1
    }

    100% {
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    30% {
        visibility: visible;
        opacity: 1
    }

    100% {
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
    -webkit-animation: qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards;
    animation: qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.qodef-check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid;
    border-color: #202020;
    background-color: #000
}

.qodef-check-list .qodef-check-items {
    width: 62%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid;
    border-color: inherit
}

.qodef-check-list .qodef-check-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 38%;
    text-align: center;
    padding: 63px 5% 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.qodef-check-list .qodef-item-price {
    display: table;
    width: 100%;
    padding: 12px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid;
    border-color: inherit
}

@media only screen and (min-width: 768px) {
    .qodef-check-list .qodef-item-price:last-child {
        border-bottom:none
    }
}

.qodef-check-list .qodef-e-holder,.qodef-check-list .qodef-e-title-holder {
    display: table-cell;
    vertical-align: middle
}

.qodef-check-list .qodef-e-holder {
    width: 1%
}

.qodef-check-list .qodef-e-title-holder {
    padding-left: 21px
}

.qodef-check-list .qodef-e-title-holder>* {
    color: #fff
}

.qodef-check-list .qode-e-check-holder {
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 45px;
    line-height: 1.044em;
    letter-spacing: .02em;
    color: #fff
}

.qodef-check-list .qodef-e-text-side {
    margin-bottom: 0;
    padding: 0;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6em;
    color: #fff;
    opacity: .75
}

.qodef-check-list .qode-e-button {
    display: inline-block;
    margin: 52px auto 0;
    overflow: hidden
}

.qodef-check-list .qode-e-button a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Arimo,sans-serif;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 10px 36px 8px;
    cursor: pointer;
    z-index: 3;
    color: #000;
    background-color: #ffec4f;
    border: 1px solid transparent
}

.qodef-check-list .qode-e-button a.qodef-btn-wave-hover .qodef-m-text {
    position: relative;
    z-index: 1
}

.qodef-check-list .qode-e-button a.qodef-btn-wave-hover .qodef-btn-masked {
    position: absolute;
    top: -1px;
    left: -2px;
    padding-top: 2px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    z-index: 2;
    clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-clip-path: url(#qodef-btn-clip-id-initial);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-check-list .qode-e-button a.qodef-btn-wave-hover.qodef-active-wave-button .qodef-btn-masked {
    clip-path: url(#qodef-btn-clip-id);
    -webkit-clip-path: url(#qodef-btn-clip-id)
}

.qodef-browser--safari .qodef-check-list .qode-e-button a.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z");
    clip-path: path("m-112-7c3-2 5-4 9-5 8-4 16 4 23 8 8 5 16 9 25 7 7-2 13-5 17-11 4-7 5-16 11-21 3-2 6-3 9-3 6-1 11 1 16 2 9 0 17-3 25-7-45 0-90 0-135 0 0 10 0 20 0 30z")
}

.qodef-browser--ms-explorer .qodef-check-list .qode-e-button a.qodef-btn-wave-hover .qodef-btn-masked {
    display: none
}

.qodef-check-list .qode-e-button a:hover:not(.qodef-btn-wave-hover) {
    color: #fff;
    background-color: #000
}

.qodef-browser--ms-explorer .qodef-check-list .qode-e-button a:hover.qodef-btn-wave-hover {
    color: #fff;
    background-color: #000
}

.qodef-browser--safari .qodef-check-list .qode-e-button a:hover.qodef-btn-wave-hover .qodef-btn-masked {
    -webkit-animation: qodef-wave-button-safari .35s ease-out forwards;
    animation: qodef-wave-button-safari .35s ease-out forwards
}

.qodef-check-list .qode-e-button a .qodef-btn-masked {
    color: #fff!important;
    background-color: #171717!important;
    width: calc(100% + 4px)!important
}

.qodef-check-list .qodef-e-switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 23px;
    margin-bottom: 3px
}

.qodef-check-list .qodef-e-switch input {
    display: none
}

.qodef-check-list .qodef-e-switch .qodef-e-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #444;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.1);
    -webkit-transition: all .3s cubic-bezier(.65,.05,.36,1);
    -o-transition: all .3s cubic-bezier(.65,.05,.36,1);
    transition: all .3s cubic-bezier(.65,.05,.36,1);
    border-radius: 34px
}

.qodef-check-list .qodef-e-switch .qodef-e-slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 2px;
    bottom: 2px;
    background-color: #000;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(.65,.05,.36,1);
    -o-transition: all .3s cubic-bezier(.65,.05,.36,1);
    transition: all .3s cubic-bezier(.65,.05,.36,1)
}

.qodef-check-list .qodef-e-switch input:checked+.qodef-e-slider {
    background-color: #fff
}

.qodef-check-list .qodef-e-switch input:checked+.qodef-e-slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px)
}

.qodef-check-list.qodef-skin--light {
    background-color: #fff;
    border-color: #dadada
}

.qodef-check-list.qodef-skin--light .qodef-e-title-holder>* {
    color: #000
}

.qodef-check-list.qodef-skin--light .qode-e-check-holder {
    color: #000
}

.qodef-check-list.qodef-skin--light .qodef-e-text-side {
    color: #000
}

.qodef-check-list.qodef-skin--light .qodef-e-switch .qodef-e-slider {
    background-color: #cbcbcb
}

.qodef-check-list.qodef-skin--light .qodef-e-switch .qodef-e-slider:before {
    background-color: #fff
}

.qodef-check-list.qodef-skin--light .qodef-e-switch input:checked+.qodef-e-slider {
    background-color: #000
}

.qodef-comparision-pricing-table {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.qodef-comparision-pricing-table ul {
    list-style-type: none;
    margin: 0
}

.qodef-comparision-pricing-table h1,.qodef-comparision-pricing-table h2,.qodef-comparision-pricing-table h3,.qodef-comparision-pricing-table h4,.qodef-comparision-pricing-table h5,.qodef-comparision-pricing-table h6,.qodef-comparision-pricing-table p {
    margin: 0
}

.qodef-comparision-pricing-table .qodef-m-table {
    border: 1px solid #e2e2e2
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 112px;
    padding: 22px 30px;
    background-image: url(../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png);
    border-bottom: 1px solid #e2e2e2
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head .qodef-m-title {
    word-break: break-word
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li {
    padding: 22px 30px;
    border-bottom: 1px solid #e2e2e2
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li:last-child {
    border-bottom: 0
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 112px;
    padding: 22px 30px;
    border-top: 1px solid #e2e2e2
}

.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-left-width: 0
}

.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) .qodef-m-table-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-table-head {
    padding-left: 15%;
    padding-right: 15%
}

.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-content .qodef-e-item {
    padding-left: 15%;
    padding-right: 15%
}

.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer {
    background-image: url(../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png)
}

.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table {
    width: 30%
}

.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features {
    width: 40%
}

.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table {
    width: 23.333%
}

.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features {
    width: 30%
}

.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 100px;
    line-height: 1em
}

@media only screen and (max-width: 680px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size:75px
    }
}

@media only screen and (max-width: 480px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size:50px
    }
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    padding-left: 4px;
    padding-top: 3px
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: inherit;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    color: #000
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 5px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

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

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 45px;
    line-height: 1.044em;
    letter-spacing: .02em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 1.071em;
    letter-spacing: .03em;
    color: #fff;
    background-color: #000
}

.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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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: #000
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 18px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_etchy_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_etchy_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_etchy_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: 13px 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--has-custom-appear {
    opacity: 0;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.qodef-icon-with-text.qodef--has-custom-appear.qodef--appeared {
    opacity: 1
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px
}

.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-m-title {
    margin-top: 21px
}

.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: #ffec4f;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,.qodef-icon-holder.qodef-layout--square:hover {
    background-color: #000
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_etchy_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_etchy_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_etchy_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_etchy_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery.qodef--has-hover .qodef-image-wrapper .qodef-image-zoom-holder {
    overflow: hidden
}

.qodef-image-gallery.qodef--has-hover .qodef-image-wrapper img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .6s cubic-bezier(.17,.9,.36,1);
    -o-transition: .6s cubic-bezier(.17,.9,.36,1);
    transition: .6s cubic-bezier(.17,.9,.36,1);
    -webkit-transform-origin: 0 80%;
    -ms-transform-origin: 0 80%;
    transform-origin: 0 80%
}

.qodef-image-gallery.qodef--has-hover .qodef-image-wrapper:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.qodef-image-gallery.qodef--has-shadow .qodef-image-wrapper img {
    -webkit-box-shadow: 0 7px 21px 0 rgba(0,0,0,.06);
    box-shadow: 0 7px 21px 0 rgba(0,0,0,.06)
}

.qodef-image-gallery.qodef--has-shadow .qodef-image-wrapper:hover img {
    -webkit-box-shadow: 0 7px 22px 0 rgba(0,0,0,.09);
    box-shadow: 0 7px 22px 0 rgba(0,0,0,.09)
}

.qodef-image-gallery .swiper-wrapper {
    cursor: -webkit-grab;
    cursor: grab
}

.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;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.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%;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block
}

@-webkit-keyframes qode-move-marquee {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes qode-move-marquee {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.qodef-image-with-text {
    position: relative;
    width: 100%
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    width: 100%
}

.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;
    width: 100%
}

.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-shadow .qodef-m-image img {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(35,31,32,.15);
    box-shadow: 1px 1px 10px 0 rgba(35,31,32,.15)
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 18px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(0,0,0,.1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh;
    visibility: hidden
}

.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;
    -webkit-transition: opacity 0s .45s;
    -o-transition: opacity 0s .45s;
    transition: opacity 0s .45s
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    -webkit-transition: opacity .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: opacity .4s cubic-bezier(.215,.61,.355,1);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1.044em;
    letter-spacing: .02em;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out
}

.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: #000
}

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

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    padding: 20px 0;
    margin: 0;
    color: #000;
    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;
    -webkit-transform: translate3d(-50%,-50%,0);
    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-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1.044em;
    letter-spacing: .02em;
    white-space: nowrap;
    color: #fff
}

.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%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    visibility: hidden
}

.qodef-item-showcase .qodef-m-image {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 60px;
    opacity: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);
    transition: opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);
    -o-transition: opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);
    transition: opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);
    transition: opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1),-webkit-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);
    transition: opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);
    -o-transition: opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);
    transition: opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);
    transition: opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1),-webkit-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) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.qodef-item-showcase .qodef-m-item:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-item-showcase .qodef-m-item:nth-child(3) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-item-showcase .qodef-m-item:nth-child(4) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.qodef-item-showcase .qodef-m-item:nth-child(5) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.qodef-item-showcase .qodef-m-item:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    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: #ffec4f
}

.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;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.qodef-item-showcase.qodef--init .qodef-m-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.qodef-link-list .qodef-link-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-link-list .qodef-link-items .qodef-m-item {
    padding-bottom: 18px
}

.qodef-link-list .qodef-link-items .qodef-m-link-name {
    position: relative;
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 1.133em;
    letter-spacing: .03em
}

.qodef-link-list .qodef-link-items .qodef-m-link-name:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    -o-transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96),-webkit-transform .32s cubic-bezier(.31,.29,.05,.96)
}

.qodef-link-list .qodef-link-items .qodef-m-link-name:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.qodef-link-list .qodef-link-items .qodef-m-link-name.qodef-link-active:before {
    content: "*";
    position: absolute;
    color: red;
    top: 1px;
    right: -6px
}

.qodef-link-list.qodef-skin--light .qodef-link-items .qodef-m-link-name {
    color: #fff
}

.qodef-outline-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-outline-text.qodef-alignment--center {
    text-align: center
}

.qodef-outline-text.qodef-alignment--left {
    text-align: left
}

.qodef-outline-text.qodef-alignment--right {
    text-align: right
}

.qodef-outline-text .qodef-m-title {
    display: inline-block;
    margin: 0;
    font-size: 188px
}

.qodef-outline-text .qodef-m-title .qodef-custom-styles {
    position: relative
}

.qodef-outline-text:not(.qodef--has-appear) .qodef-m-title {
    -webkit-text-stroke: 1px silver;
    -webkit-text-fill-color: transparent
}

.qodef-outline-text:not(.qodef--has-appear) .qodef-m-title .qodef-custom-styles {
    -webkit-text-fill-color: #ea5234;
    -webkit-text-stroke-color: transparent
}

.qodef-outline-text .qodef-svg-dots {
    position: absolute;
    top: -10%;
    left: 7%;
    width: 300px;
    height: 220px;
    overflow: visible
}

.qodef-outline-text .qodef-svg-dots .qodef-svg-dots-back {
    -webkit-transform: translate3d(17px,9px,0);
    transform: translate3d(17px,9px,0)
}

.qodef-outline-text .qodef-svg-dots .qodef-svg-dots-front {
    -webkit-transform: translate3d(-5px,-11px,0);
    transform: translate3d(-5px,-11px,0)
}

.qodef-outline-text.qodef-layout--predefined .qodef-m-title {
    font-size: 400px
}

.qodef-outline-text.qodef--has-appear .qodef-m-title .qodef-m-title-word {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: transparent
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .35s cubic-bezier(.65,.05,.36,1);
    -o-transition: .35s cubic-bezier(.65,.05,.36,1);
    transition: .35s cubic-bezier(.65,.05,.36,1)
}

.qodef-outline-text.qodef--has-appear .qodef-m-title .qodef-custom-styles .qodef-m-title-word {
    -webkit-text-fill-color: #ea5234;
    -webkit-text-stroke-color: transparent
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(1) {
    -webkit-transition-delay: .31s;
    -o-transition-delay: .31s;
    transition-delay: .31s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(2) {
    -webkit-transition-delay: .52s;
    -o-transition-delay: .52s;
    transition-delay: .52s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(3) {
    -webkit-transition-delay: .73s;
    -o-transition-delay: .73s;
    transition-delay: .73s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(4) {
    -webkit-transition-delay: .94s;
    -o-transition-delay: .94s;
    transition-delay: .94s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(5) {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(6) {
    -webkit-transition-delay: 1.36s;
    -o-transition-delay: 1.36s;
    transition-delay: 1.36s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(7) {
    -webkit-transition-delay: 1.57s;
    -o-transition-delay: 1.57s;
    transition-delay: 1.57s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(8) {
    -webkit-transition-delay: 1.78s;
    -o-transition-delay: 1.78s;
    transition-delay: 1.78s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(9) {
    -webkit-transition-delay: 1.99s;
    -o-transition-delay: 1.99s;
    transition-delay: 1.99s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(10) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(11) {
    -webkit-transition-delay: 2.41s;
    -o-transition-delay: 2.41s;
    transition-delay: 2.41s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(12) {
    -webkit-transition-delay: 2.62s;
    -o-transition-delay: 2.62s;
    transition-delay: 2.62s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(13) {
    -webkit-transition-delay: 2.83s;
    -o-transition-delay: 2.83s;
    transition-delay: 2.83s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(14) {
    -webkit-transition-delay: 3.04s;
    -o-transition-delay: 3.04s;
    transition-delay: 3.04s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(15) {
    -webkit-transition-delay: 3.25s;
    -o-transition-delay: 3.25s;
    transition-delay: 3.25s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(16) {
    -webkit-transition-delay: 3.46s;
    -o-transition-delay: 3.46s;
    transition-delay: 3.46s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(17) {
    -webkit-transition-delay: 3.67s;
    -o-transition-delay: 3.67s;
    transition-delay: 3.67s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(18) {
    -webkit-transition-delay: 3.88s;
    -o-transition-delay: 3.88s;
    transition-delay: 3.88s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(19) {
    -webkit-transition-delay: 4.09s;
    -o-transition-delay: 4.09s;
    transition-delay: 4.09s
}

.qodef-outline-text.qodef--has-appear .qodef-m-title>span:nth-child(20) {
    -webkit-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s
}

.qodef-outline-text.qodef--has-appear .qodef-svg-dots {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    display: inline-block;
    -webkit-transition: .7s cubic-bezier(.08,1.21,.58,1) 1.1s;
    -o-transition: .7s cubic-bezier(.08,1.21,.58,1) 1.1s;
    transition: .7s cubic-bezier(.08,1.21,.58,1) 1.1s;
    -webkit-transform-origin: 50% 27%;
    -ms-transform-origin: 50% 27%;
    transform-origin: 50% 27%
}

.qodef-outline-text.qodef--has-appear.qodef--appeared .qodef-m-title>span {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.qodef-outline-text.qodef--has-appear.qodef--appeared .qodef-svg-dots {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.qodef-outline-text.qodef--has-appear.qodef--appeared .qodef-svg-dots-inner-one {
    display: inline-block;
    -webkit-animation: qodef-dots-inner-one 3s ease-out infinite;
    animation: qodef-dots-inner-one 3s ease-out infinite
}

.qodef-outline-text.qodef--has-appear.qodef--appeared .qodef-svg-dots-inner-two {
    display: inline-block;
    -webkit-animation: qodef-dots-inner-two 3s ease-out infinite;
    animation: qodef-dots-inner-two 3s ease-out infinite
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-pricing-table.qodef-status--featured {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
    padding: 45px
}

.qodef-pricing-table .qodef-m-title p {
    margin: 0;
    color: #000
}

.qodef-pricing-table .qodef-m-price {
    margin-top: -3px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qodef-pricing-table .qodef-m-content {
    margin: 25px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    color: #000;
    margin-bottom: 8px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 25px 0 0
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 21px;
    line-height: 1.095em;
    letter-spacing: .03em
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    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;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-section-title .qodef-m-title-icon-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qodef-section-title .qodef-m-title {
    position: relative;
    display: inline-block;
    margin: 0
}

.qodef-section-title .qodef-m-title .qodef-last-word {
    position: relative
}

.qodef-section-title .qodef-m-text {
    margin: 14px 0 0
}

.qodef-section-title .qodef-m-subtitle {
    color: #303030;
    font-size: 18px;
    line-height: 28px;
    padding-top: 7px;
    margin: 0
}

.qodef-section-title .qodef-m-icon-wrapper {
    position: absolute;
    top: -9px;
    right: -17px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 15px;
    line-height: 1
}

.qodef-section-title.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-section-title.qodef--has-appear .qodef-m-subtitle {
    display: inline-block;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .45s cubic-bezier(.65,.05,.36,1) .5s;
    -o-transition: .45s cubic-bezier(.65,.05,.36,1) .5s;
    transition: .45s cubic-bezier(.65,.05,.36,1) .5s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line {
    display: block;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .45s cubic-bezier(.65,.05,.36,1);
    -o-transition: .45s cubic-bezier(.65,.05,.36,1);
    transition: .45s cubic-bezier(.65,.05,.36,1)
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line .qodef-m-icon-wrapper {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .8s cubic-bezier(.18,.89,.32,1.28);
    -o-transition: .8s cubic-bezier(.18,.89,.32,1.28);
    transition: .8s cubic-bezier(.18,.89,.32,1.28)
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(1) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(1) .qodef-m-icon-wrapper {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(2) .qodef-m-icon-wrapper {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(3) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(3) .qodef-m-icon-wrapper {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(4) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(4) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(5) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(5) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(6) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(7) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(8) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(8) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(9) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(9) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(10) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(10) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(11) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(11) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(12) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(12) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(13) {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(13) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(14) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(14) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(15) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(15) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(16) {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(16) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(17) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(17) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(18) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(18) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(19) {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(19) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(20) {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s
}

.qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(20) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(1) .qodef-m-icon-wrapper {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(2) .qodef-m-icon-wrapper {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(3) .qodef-m-icon-wrapper {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(4) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(4) .qodef-m-icon-wrapper {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(5) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(5) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(6) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(6) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(7) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(7) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(8) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(8) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(9) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(10) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(10) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(11) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(11) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(12) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(12) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(13) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(13) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(14) {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(14) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(15) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(15) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(16) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(16) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(17) {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(17) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(18) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(18) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(19) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(19) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(20) {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s
}

#qodef-custom-section--uncover .qodef-section-title.qodef--has-appear .qodef-m-title-line:nth-child(20) .qodef-m-icon-wrapper {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-title-line {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-title-line .qodef-m-icon-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    border-bottom: 1px solid #e2e2e2
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

#qodef-page-sidebar .widget.widget_etchy_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_etchy_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_etchy_core_separator {
    margin-bottom: 0
}

.qodef-stacked-images {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-stacked-images .qodef-m-images {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: all .7s cubic-bezier(.23,1,.32,1);
    -o-transition: all .7s cubic-bezier(.23,1,.32,1);
    transition: all .7s cubic-bezier(.23,1,.32,1)
}

.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack {
    position: absolute;
    display: block;
    bottom: -100%;
    -webkit-transition: all .7s cubic-bezier(.23,1,.32,1);
    -o-transition: all .7s cubic-bezier(.23,1,.32,1);
    transition: all .7s cubic-bezier(.23,1,.32,1)
}

.qodef-stack--left.qodef-stacked-images .qodef-m-images {
    margin: 0 0 0 30%
}

.qodef-stack--right.qodef-stacked-images .qodef-m-images {
    margin: 0 30% 0 0
}

.qodef-stack--bottom.qodef-stacked-images .qodef-m-images {
    padding: 0 0 75px
}

.qodef-stacked-images .qodef-m-images.qodef--appeared {
    opacity: 1
}

.qodef-stack--left.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack {
    bottom: 70px;
    left: 0;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.qodef-stack--right.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack {
    bottom: 70px;
    right: 0;
    -webkit-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    transform: translate(50%,0)
}

.qodef-stack--bottom.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack {
    bottom: 0;
    right: 15%;
    max-width: 40%
}

.widget.qodef-stamp-widget {
    margin-bottom: 0
}

.qodef-stamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 195px;
    height: 195px;
    color: #ffec4f;
    font-family: Arimo,sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-animation: rotate 10s cubic-bezier(0,0,1,1) infinite;
    animation: rotate 10s cubic-bezier(0,0,1,1) infinite
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}

.qodef-stamp .qodef-m-centered-text {
    font-family: Arimo,sans-serif;
    font-size: 80px;
    color: #ffec4f;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: opacity .2s ease,-webkit-transform .3s ease;
    transition: opacity .2s ease,-webkit-transform .3s ease;
    -o-transition: opacity .2s ease,transform .3s ease;
    transition: opacity .2s ease,transform .3s ease;
    transition: opacity .2s ease,transform .3s ease,-webkit-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;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 700;
    color: inherit
}

.qodef-stamp .qodef-m-text>.qodef-second-class {
    color: #ea5d3d
}

.qodef-stamp.qodef--appear .qodef-m-circle {
    opacity: .8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.qodef-swapping-image-gallery .qodef-m-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.qodef-swapping-image-gallery .qodef-m-image-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10.53px 2.47px rgba(2,2,2,.04);
    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;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e2e2e2
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 0 -1px;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    display: block;
    padding: 16px 38px 15px;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out;
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.133em;
    letter-spacing: .03em
}

.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,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
    color: #000;
    background-color: #ffec4f
}

@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 10px 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    border-right: 1px solid #e2e2e2;
    border-bottom: none
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: calc(100% + 1px);
    margin: 0 -1px 0 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: block;
    width: 100%;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin: 0 0 0 24px
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 24px 0 0
}

.qodef-text-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-text-marquee .qodef-m-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 100px;
    font-family: Arimo,sans-serif;
    line-height: 1em;
    font-weight: 700;
    overflow: hidden
}

.qodef-text-marquee .qodef-marquee-element {
    padding: 0 25px;
    will-change: transform
}

.qodef-text-marquee .qodef-m-text>span:after {
    content: '\00b7';
    display: inline-block;
    padding: 0 28px;
    color: #000
}

.qodef-text-marquee .qodef-m-text--1 {
    color: #000
}

.qodef-text-marquee .qodef-m-text--2 {
    color: #000
}

.qodef-text-marquee .qodef-m-text--3 {
    color: #000
}

.qodef-vertical-split-slider {
    height: 100vh;
    position: relative
}

.qodef-vertical-split-slider .ms-tableCell {
    height: 100vh!important
}

.qodef-vertical-split-slider-responsive {
    display: none
}

.qodef-vertical-split-slider .qodef-m-image,.qodef-vertical-split-slider-responsive .qodef-m-image {
    max-height: 40%;
    width: auto
}

.qodef-vertical-split-slider .qodef-m-title,.qodef-vertical-split-slider-responsive .qodef-m-title {
    display: block;
    margin: 26px 0 0 0
}

.qodef-vertical-split-slider .qodef-m-text,.qodef-vertical-split-slider-responsive .qodef-m-text {
    margin: 15px 0 0 0
}

.qodef-vertical-split-slider .qodef-m-button,.qodef-vertical-split-slider-responsive .qodef-m-button {
    margin: 22px 0 0 0
}

.qodef-vertical-split-slider .qodef-m-slide-image,.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    background-size: cover
}

.qodef-vertical-split-slider .qodef-m-slide-content,.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    text-align: center;
    padding: 0 5%
}

#multiscroll-nav {
    display: none
}

#multiscroll-nav li {
    width: 11px;
    height: 11px;
    margin: 14px
}

#multiscroll-nav a span {
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #6f6f6f;
    border: none
}

#multiscroll-nav a.active span {
    background-color: #ffec4f
}

#multiscroll-nav.right {
    right: 26px
}

.qodef-vertical-split-slider--initialized #multiscroll-nav {
    display: block
}

.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span {
    background-color: #fff
}

.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span {
    background-color: #000
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    line-height: 1
}

.qodef-video-button .qodef-m-play .qodef-m-stamp-video {
    position: relative;
    display: block
}

.qodef-video-button .qodef-m-play .qodef-m-stamp-video .qodef-m-play-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qodef-video-button .qodef-m-play .qodef-m-stamp-video .qodef-m-play-inner .qodef-play-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qodef-video-button .qodef-m-play .qodef-m-stamp-video .qodef-m-play-inner .qodef-play-icon svg {
    width: 100%;
    height: auto
}

.qodef-video-button .qodef-m-play .qodef-m-stamp-video .qodef-m-play-inner .qodef-play-icon svg * {
    fill: currentColor;
    stroke: currentColor
}

.qodef-video-button .qodef-m-play .qodef-m-stamp-video .qodef-m-video-stamp {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s cubic-bezier(.38,-.06,.09,1.06);
    -o-transition: .5s cubic-bezier(.38,-.06,.09,1.06);
    transition: .5s cubic-bezier(.38,-.06,.09,1.06)
}

@media only screen and (max-width: 480px) {
    .qodef-video-button .qodef-m-play .qodef-m-stamp-video .qodef-m-video-stamp {
        -webkit-transform:scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

@media only screen and (max-width: 320px) {
    .qodef-video-button .qodef-m-play .qodef-m-stamp-video .qodef-m-video-stamp {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }
}

.qodef-video-button .qodef-m-play:hover .qodef-m-video-stamp {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media only screen and (max-width: 480px) {
    .qodef-video-button .qodef-m-play:hover .qodef-m-video-stamp {
        -webkit-transform:scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@media only screen and (max-width: 320px) {
    .qodef-video-button .qodef-m-play:hover .qodef-m-video-stamp {
        -webkit-transform:scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

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

.qodef-workflow .qodef-e-workflow-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.qodef-workflow .qodef-e-workflow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -37px
}

.qodef-workflow .qodef-e-workflow-item:nth-child(even) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right
}

.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner {
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
    transform: translateX(34%)
}

.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner:after {
    left: calc(100% + 30px)
}

.qodef-workflow .qodef-e-workflow-item:nth-child(odd) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left
}

.qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner {
    -webkit-transform: translateX(-34%);
    -ms-transform: translateX(-34%);
    transform: translateX(-34%)
}

.qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner:after {
    right: calc(100% + 30px)
}

.qodef-workflow .qodef-e-workflow-item-inner {
    position: relative;
    max-width: 260px
}

.qodef-workflow .qodef-e-workflow-item-inner:after {
    content: '';
    position: absolute;
    top: 70px;
    height: 1px;
    width: 100%;
    max-width: 200px;
    display: block;
    background: #ffec4f
}

.qodef-workflow .qodef-e-subtitle {
    margin: 0;
    font-size: 15px;
    font-style: italic;
    color: #ffec4f
}

.qodef-workflow .qodef-e-title {
    margin: 3px 0 0;
    letter-spacing: .1em
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 120px 75px 35px;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -o-transition: all .6s cubic-bezier(.77,0,.175,1);
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

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

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    transition: opacity .2s ease-in-out,z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 21px;
    line-height: 1.095em;
    letter-spacing: .03em;
    text-transform: none
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 20px
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
    vertical-align: middle
}

.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) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: block
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0!important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: block;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out,visibility .2s ease-out;
    -o-transition: opacity .2s ease-out,visibility .2s ease-out;
    transition: opacity .2s ease-out,visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    -webkit-transition: color .2s ease-out,background-color .2s ease-out;
    -o-transition: color .2s ease-out,background-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
    display: block;
    line-height: inherit
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e2e2e2
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
    background-color: #3b5998;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #00aced;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #007bb5;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #32506d;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #cb2027;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45668e;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 14px;
    color: #6f6f6f;
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px;
    vertical-align: super
}

.qodef-social-share.qodef-layout--text li a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #000;
    position: relative
}

.qodef-social-share.qodef-layout--text li a:after {
    position: relative;
    content: '.';
    color: #000;
    right: 3px
}

.qodef-social-share.qodef-layout--text li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    -o-transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96),-webkit-transform .32s cubic-bezier(.31,.29,.05,.96)
}

.qodef-social-share.qodef-layout--text li a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.qodef-top-bar-widget .qodef-social-share .qodef-social-title {
    margin: 0
}

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

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ffec4f;
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    -webkit-animation: qode-atom-shrink 4.5s infinite linear;
    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 {
    -webkit-animation: qode-atom-zindex 1.5s .75s infinite steps(2,end);
    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 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease;
    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 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation: qode-atom-zindex 1.5s -.25s infinite steps(2,end);
    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 {
    -webkit-animation: qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease;
    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 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation: qode-atom-zindex 1.5s .25s infinite steps(2,end);
    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 {
    -webkit-animation: qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease;
    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;
    -webkit-animation: qode-clock 8s infinite steps(8);
    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 {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-animation: qode-clock-1 1s ease-in infinite;
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: qode-clock-2 1s ease-in infinite;
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: qode-clock-3 1s ease-in infinite;
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    -webkit-animation: qode-clock-4 1s ease-in infinite;
    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;
    -webkit-animation: qode-cube 1.2s infinite ease-in-out;
    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;
    -webkit-animation: qode-double-pulse 2s infinite ease-in-out;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    -webkit-animation-delay: -1s;
    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 {
    -webkit-animation-delay: calc((600ms) - 1500ms);
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    -webkit-animation-delay: calc((900ms) - 1500ms);
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    -webkit-animation-delay: calc((1200ms) - 1500ms);
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    -webkit-animation-delay: calc((300ms) - 1400ms);
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    -webkit-animation-delay: calc((600ms) - 1400ms);
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    -webkit-animation-delay: calc((900ms) - 1400ms);
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    -webkit-animation-delay: calc((1200ms) - 1400ms);
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    -webkit-animation-delay: calc((300ms) - 1300ms);
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    -webkit-animation-delay: calc((600ms) - 1300ms);
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    -webkit-animation-delay: calc((900ms) - 1300ms);
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    -webkit-animation-delay: calc((1200ms) - 1300ms);
    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%;
    -webkit-animation: qode-bounce-delay 1.2s infinite ease-in-out both;
    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%;
    -webkit-animation: qode-fussion-ball-1 1s 0s ease infinite;
    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%;
    -webkit-animation: qode-fussion-ball-2 1s 0s ease infinite;
    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%;
    -webkit-animation: qode-fussion-ball-3 1s 0s ease infinite;
    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;
    -webkit-animation: qode-fussion-ball-4 1s 0s ease infinite;
    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;
    -webkit-animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
    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;
    -webkit-animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
    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;
    -webkit-animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
    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;
    -webkit-animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
    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;
    -webkit-animation: qode-mitosis-invert 2s infinite steps(2,end);
    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 {
    -webkit-animation: qode-mitosis-ball-1 1s infinite alternate linear;
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    -webkit-animation: qode-mitosis-ball-2 1s infinite alternate linear;
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    -webkit-animation: qode-mitosis-ball-3 1s infinite alternate linear;
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    -webkit-animation: qode-mitosis-ball-4 1s infinite alternate linear;
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

@-webkit-keyframes qodef-rotate-card-one {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25%,35% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100%,70% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes qodef-rotate-card-one {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25%,35% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100%,70% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes qodef-rotate-card-two {
    0% {
        -webkit-transform: rotate(-19deg);
        transform: rotate(-19deg)
    }

    25%,35% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100%,70% {
        -webkit-transform: rotate(343deg);
        transform: rotate(343deg)
    }
}

@keyframes qodef-rotate-card-two {
    0% {
        -webkit-transform: rotate(-19deg);
        transform: rotate(-19deg)
    }

    25%,35% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100%,70% {
        -webkit-transform: rotate(343deg);
        transform: rotate(343deg)
    }
}

@-webkit-keyframes qodef-rotate-card-three {
    0% {
        -webkit-transform: rotate(-43deg);
        transform: rotate(-43deg)
    }

    25%,35% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100%,70% {
        -webkit-transform: rotate(317deg);
        transform: rotate(317deg)
    }
}

@keyframes qodef-rotate-card-three {
    0% {
        -webkit-transform: rotate(-43deg);
        transform: rotate(-43deg)
    }

    25%,35% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100%,70% {
        -webkit-transform: rotate(317deg);
        transform: rotate(317deg)
    }
}

@-webkit-keyframes qodef-rotate-card-four {
    0% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    25%,35% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100%,70% {
        -webkit-transform: rotate(287deg);
        transform: rotate(287deg)
    }
}

@keyframes qodef-rotate-card-four {
    0% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    25%,35% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100%,70% {
        -webkit-transform: rotate(287deg);
        transform: rotate(287deg)
    }
}

#qodef-page-spinner.qodef-layout--predefined-svg.qodef-spinner-remove {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform .9s cubic-bezier(1,0,0,1) .1s;
    transition: -webkit-transform .9s cubic-bezier(1,0,0,1) .1s;
    -o-transition: transform .9s cubic-bezier(1,0,0,1) .1s;
    transition: transform .9s cubic-bezier(1,0,0,1) .1s;
    transition: transform .9s cubic-bezier(1,0,0,1) .1s,-webkit-transform .9s cubic-bezier(1,0,0,1) .1s
}

#qodef-page-spinner.qodef-layout--predefined-svg.qodef-spinner-remove .qodef-m-predefined.qodef-spinner-animate svg path:nth-of-type(1),#qodef-page-spinner.qodef-layout--predefined-svg.qodef-spinner-remove .qodef-m-predefined.qodef-spinner-animate svg path:nth-of-type(2),#qodef-page-spinner.qodef-layout--predefined-svg.qodef-spinner-remove .qodef-m-predefined.qodef-spinner-animate svg path:nth-of-type(3),#qodef-page-spinner.qodef-layout--predefined-svg.qodef-spinner-remove .qodef-m-predefined.qodef-spinner-animate svg path:nth-of-type(4) {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-spinner {
    width: 192px;
    height: 192px;
    position: relative
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 17px;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined svg {
    overflow: visible
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined svg path {
    -webkit-transform-origin: 8px 42px;
    -ms-transform-origin: 8px 42px;
    transform-origin: 8px 42px;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined svg path:nth-of-type(2) {
    -webkit-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg)
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined svg path:nth-of-type(3) {
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg)
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined svg path:nth-of-type(4) {
    -webkit-transform: rotate(-72deg);
    -ms-transform: rotate(-72deg);
    transform: rotate(-72deg)
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined.qodef-spinner-animate {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined.qodef-spinner-animate svg path:nth-of-type(1) {
    -webkit-animation: qodef-rotate-card-one 3s cubic-bezier(.65,.05,.36,1) infinite .21s;
    animation: qodef-rotate-card-one 3s cubic-bezier(.65,.05,.36,1) infinite .21s
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined.qodef-spinner-animate svg path:nth-of-type(2) {
    -webkit-animation: qodef-rotate-card-two 3s cubic-bezier(.65,.05,.36,1) infinite .14s;
    animation: qodef-rotate-card-two 3s cubic-bezier(.65,.05,.36,1) infinite .14s
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined.qodef-spinner-animate svg path:nth-of-type(3) {
    -webkit-animation: qodef-rotate-card-three 3s cubic-bezier(.65,.05,.36,1) infinite 70ms;
    animation: qodef-rotate-card-three 3s cubic-bezier(.65,.05,.36,1) infinite 70ms
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined.qodef-spinner-animate svg path:nth-of-type(4) {
    -webkit-animation: qodef-rotate-card-four 3s cubic-bezier(.65,.05,.36,1) infinite;
    animation: qodef-rotate-card-four 3s cubic-bezier(.65,.05,.36,1) infinite
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    -webkit-animation: qode-fade-in 1s forwards;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-animation-delay: .5s;
    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;
    -webkit-animation: qode-fade-in 1s .3s forwards;
    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: #ffec4f;
    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 {
    -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
    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;
    -webkit-animation: qode-scaleout 1s infinite ease-in-out;
    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;
    -webkit-animation: qode-ball-fall 1.5s ease infinite both;
    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) {
    -webkit-animation-delay: calc((100ms) - 300ms);
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    -webkit-animation-delay: calc((200ms) - 300ms);
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    -webkit-animation-delay: calc((300ms) - 300ms);
    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;
    -webkit-animation: qode-rotating-cubes 1.8s infinite ease-in-out;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    -webkit-animation-delay: -.9s;
    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;
    -webkit-animation: qode-stretch-delay 1.2s infinite ease-in-out;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    -webkit-animation-delay: calc((200ms) - 1300ms);
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    -webkit-animation-delay: calc((300ms) - 1300ms);
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    -webkit-animation-delay: calc((400ms) - 1300ms);
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    -webkit-animation-delay: calc((500ms) - 1300ms);
    animation-delay: calc((500ms) - 1300ms)
}

#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;
    -webkit-animation: qode-rotate-circles 2s infinite linear;
    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%;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: qode-bounce 2s infinite ease-in-out;
    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;
    -webkit-animation-delay: -1s;
    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 {
    -webkit-animation: qode-wave-jump-3 1.8s infinite ease-out;
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    -webkit-animation: qode-wave-jump-2 1.8s infinite ease-out;
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    -webkit-animation: qode-wave-jump-1 1.8s infinite ease-out;
    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;
    -webkit-animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1);
    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%;
    -webkit-animation: qode-bounce-delay 1.4s infinite ease-in-out both;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    background-color: rgba(0,0,0,.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    opacity: 0;
    -webkit-box-shadow: 3px 3px 16px 2px rgba(0,0,0,.04);
    box-shadow: 3px 3px 16px 2px rgba(0,0,0,.04);
    -webkit-transition: opacity .25s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99);
    transition: opacity .25s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99);
    -o-transition: transform .3s cubic-bezier(.06,.47,.38,.99),opacity .25s ease-out;
    transition: transform .3s cubic-bezier(.06,.47,.38,.99),opacity .25s ease-out;
    transition: transform .3s cubic-bezier(.06,.47,.38,.99),opacity .25s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99)
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #6f6f6f
}

.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 #000;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s 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;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.26,.63,0,.96);
    transition: -webkit-transform .8s cubic-bezier(.26,.63,0,.96);
    -o-transition: transform .8s cubic-bezier(.26,.63,0,.96);
    transition: transform .8s cubic-bezier(.26,.63,0,.96);
    transition: transform .8s cubic-bezier(.26,.63,0,.96),-webkit-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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--center .qodef-m-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title.qodef-alignment--right .qodef-m-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 50px
}

.qodef-page-title .qodef-breadcrumbs {
    line-height: 1
}

.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span {
    font-size: 14px;
    color: #a3a3a3
}

.qodef-page-title .qodef-breadcrumbs a {
    position: relative;
    z-index: 1;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.qodef-page-title .qodef-breadcrumbs a span {
    color: inherit
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    color: #000
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content .qodef-breadcrumbs {
    margin-top: 5px
}

@media only screen and (max-width: 768px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content .qodef-breadcrumbs {
        margin-top: 5px
    }
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 22px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-image img {
    margin: 0
}

.widget.qodef-author-info .qodef-author-info-text {
    position: relative;
    display: block;
    padding-bottom: 3px;
    font-size: 14px;
    color: #a3a3a3
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 11px
}

.widget.qodef-author-info .qodef-author-info-name a {
    color: #000;
    text-transform: uppercase
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget.qodef-author-info .qodef-m-social-icons-text {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #a3a3a3
}

.widget.qodef-author-info .qodef-m-social-icons {
    margin-top: 14px;
    display: inline-block
}

.widget.qodef-author-info .qodef-m-social-icons a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #000;
    position: relative
}

.widget.qodef-author-info .qodef-m-social-icons a:after {
    position: relative;
    content: '.';
    color: #000;
    right: 3px
}

.widget.qodef-author-info .qodef-m-social-icons a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: -webkit-transform .32s cubic-bezier(.31,.29,.05,.96);
    -o-transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96);
    transition: transform .32s cubic-bezier(.31,.29,.05,.96),-webkit-transform .32s cubic-bezier(.31,.29,.05,.96)
}

.widget.qodef-author-info .qodef-m-social-icons a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.qodef-social-icons-group .qodef-icon-holder {
    margin-left: 9px
}

.qodef-social-icons-group .qodef-icon-holder:first-child {
    margin-left: 0
}

.widget.widget_etchy_core_social_icons_group .qodef-icon-holder a {
    color: #fff;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.widget.widget_etchy_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
    background-color: #ffec4f
}

.widget.widget_etchy_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
    background-color: #000
}

.widget.widget_etchy_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
    color: #fff
}

.widget_etchy_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: 0 0!important
}

.qodef-weather-widget .qodef-m-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.qodef-weather-widget .qodef-m-weather {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.qodef-weather-widget .qodef-m-weather-icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-m-weather-icon:before {
    content: ''
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before {
    content: "\f75f"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before {
    content: "\f2dc"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
    content: "\f0e7"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before {
    content: "\f73d"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before {
    content: "\f740"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
    content: "\f0c2"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before {
    content: "\f6c4"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
    content: "\f185"
}

.qodef-weather-widget .qodef-m-temperature {
    font-size: 25px
}

.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after {
    content: '-'
}

.qodef-weather-widget .qodef-m-weather-info p {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading {
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-e-heading>* {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading-description {
    margin-top: 10px
}

.qodef-weather-widget .qodef-m-other-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
    padding: 0 10px
}

.qodef-weather-widget .qodef-m-weather-icon {
    color: #ffec4f
}

.qodef-weather-widget .qodef-e-heading-description {
    color: #ffec4f
}

#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
    color: #fff
}

#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
    color: #fff
}

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

.qodef-wishlist .qodef-m-link {
    line-height: 1
}

.qodef-wishlist .qodef-m-link.qodef--added {
    color: #ffec4f
}

.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: #6f6f6f;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 16px 2px rgba(0,0,0,.04);
    box-shadow: 3px 3px 16px 2px rgba(0,0,0,.04);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.qodef-wishlist .qodef-m-response.qodef--show {
    opacity: 1;
    visibility: visible
}

.qodef-wishlist-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin: 0 10px
}

.qodef-wishlist-dropdown .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-wishlist-dropdown .qodef-m-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.qodef-wishlist-dropdown .qodef-m-link>* {
    margin: 0;
    line-height: 1
}

.qodef-wishlist-dropdown .qodef-m-link {
    color: #000
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
    color: #6f6f6f
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2px;
    font-size: 18px
}

.qodef-wishlist-dropdown .qodef-m-link-icon:before {
    display: block;
    line-height: inherit
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
    color: #ffec4f
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: #ffec4f
}

.qodef-wishlist-dropdown .qodef-m-link-count {
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.095em;
    letter-spacing: .03em
}

.qodef-wishlist-dropdown .qodef-m-items {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 266px;
    padding: 25px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: all .35s cubic-bezier(.53,.01,.18,1);
    -o-transition: all .35s cubic-bezier(.53,.01,.18,1);
    transition: all .35s cubic-bezier(.53,.01,.18,1)
}

.qodef-wishlist-dropdown .qodef-m-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px
}

.qodef-wishlist-dropdown .qodef-m-item:last-child {
    margin-bottom: 0
}

.qodef-wishlist-dropdown .qodef-e-image-link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 60px;
    margin-right: 15px
}

.qodef-wishlist-dropdown .qodef-e-image-link img {
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

.qodef-wishlist-dropdown .qodef-e-title {
    margin: 0
}

.qodef-wishlist-dropdown .qodef-e-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    z-index: 3
}

.qodef-wishlist-dropdown .qodef-e-remove * {
    display: block;
    line-height: inherit
}

.qodef-wishlist-dropdown .qodef-e-remove :before {
    display: block;
    line-height: inherit
}

.touch .qodef-wishlist-dropdown {
    cursor: pointer
}

.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
    opacity: 1;
    visibility: visible
}

.qodef-working-hours-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-working-hours-list .qodef-working-hours-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 16px
}

.qodef-working-hours-list .qodef-e-day {
    position: relative;
    margin: 0
}

.qodef-working-hours-list .qodef-e-day-icon {
    position: absolute;
    top: -2px;
    right: -8px;
    font-size: 8px;
    color: #ffec4f
}

.qodef-working-hours-list .qodef-e-line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
    border-bottom: 1px solid #bfb8b6;
    opacity: .5
}

.qodef-working-hours-list .qodef-e-time {
    margin: 0;
    font-family: Arimo,sans-serif;
    font-style: italic
}

.qodef-working-hours-list .qodef-e-time.qodef--closed {
    color: #ffec4f
}

.qodef-working-hours-list .qodef-m-footer {
    position: relative;
    top: 3px;
    font-size: 14px;
    color: #817c7b
}

.qodef-working-hours-list .qodef-m-footer-icon {
    position: relative;
    top: -5px;
    right: 0;
    font-size: 8px;
    color: #ffec4f
}

@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: 680px) {
    #qodef-author-info .qodef-m-inner {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px;
        margin-bottom: 31px
    }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top:0!important
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display:none
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom:-50px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -25px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
        padding: 0 25px;
        margin: 0 0 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: 680px) {
    .qodef-check-list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .qodef-check-list .qodef-check-items,.qodef-check-list .qodef-check-text {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table,.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table {
        display:block;
        width: 100%
    }

    .qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table:not(.qodef--features),.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table:not(.qodef--features) {
        border-top: 0;
        border-left-width: 1px
    }

    .qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features,.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width:33.33333333333333%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-frame-slider-holder {
        margin-bottom:96px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -96px!important
    }
}

@media only screen and (max-width: 768px) {
    .qodef-frame-slider-holder {
        margin-bottom:86px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -86px!important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-frame-slider-holder {
        margin-bottom:76px
    }

    .qodef-frame-slider-holder .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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 35px;
        line-height: 1.057em;
        letter-spacing: .02em;
        padding-bottom: 3px
    }
}

@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 {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        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 {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        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: 1600px) {
    .qodef-outline-text .qodef-m-title {
        font-size:170px
    }

    .qodef-layout--predefined.qodef-outline-text .qodef-m-title {
        font-size: 400px
    }

    .qodef-outline-text .qodef-svg-dots .qodef-svg-dots-outer {
        -webkit-transform: translateX(-7%) translateY(-9%);
        -ms-transform: translateX(-7%) translateY(-9%);
        transform: translateX(-7%) translateY(-9%)
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-outline-text .qodef-m-title {
        font-size:133px
    }

    .qodef-layout--predefined.qodef-outline-text .qodef-m-title {
        font-size: 290px
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-layout--predefined.qodef-outline-text .qodef-m-title {
        font-size:282px
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-outline-text .qodef-m-title {
        font-size:124px
    }

    .qodef-layout--predefined.qodef-outline-text .qodef-m-title {
        font-size: 262px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-outline-text .qodef-m-title {
        font-size:100px
    }

    .qodef-layout--predefined.qodef-outline-text .qodef-m-title {
        font-size: 220px
    }

    .qodef-outline-text.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }

    .qodef-outline-text .qodef-svg-dots g {
        -webkit-transform: scale(.65);
        -ms-transform: scale(.65);
        transform: scale(.65)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-outline-text .qodef-m-title {
        font-size:75px
    }

    .qodef-layout--predefined.qodef-outline-text .qodef-m-title {
        font-size: 210px
    }

    .qodef-outline-text .qodef-svg-dots .qodef-svg-dots-outer {
        -webkit-transform: scale(.5) translateY(-10%);
        -ms-transform: scale(.5) translateY(-10%);
        transform: scale(.5) translateY(-10%)
    }
}

@media only screen and (max-width: 480px) {
    .qodef-outline-text .qodef-m-title {
        font-size:31px
    }

    .qodef-layout--predefined.qodef-outline-text .qodef-m-title {
        font-size: 85px
    }

    .qodef-outline-text .qodef-svg-dots .qodef-svg-dots-outer {
        -webkit-transform: scale(.25) translateX(-13%) translateY(-27%);
        -ms-transform: scale(.25) translateX(-13%) translateY(-27%);
        transform: scale(.25) translateX(-13%) translateY(-27%)
    }
}

@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 {
        -ms-flex-preferred-size: auto;
        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,.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-slide-content {
        padding: 10%
    }
}

@media only screen and (max-width: 768px) {
    .qodef-vertical-split-slider.qodef-disable-below--768 {
        display:none
    }

    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive {
        display: block
    }

    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content,.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        min-height: 50vh
    }

    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 10%
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner {
        -webkit-transform:none;
        -ms-transform: none;
        transform: none
    }

    .qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .qodef-workflow .qodef-e-workflow-item-inner:after {
        width: 50%
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-workflow .qodef-e-workflow-item-inner:after {
        width:20%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .qodef-workflow .qodef-e-workflow-image {
        display: none
    }

    .qodef-workflow .qodef-e-workflow-item {
        margin-bottom: 30px
    }

    .qodef-workflow .qodef-e-workflow-item-inner:after {
        width: 0
    }
}

@media only screen and (max-width: 680px) {
    .qodef-workflow {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .qodef-workflow .qodef-e-workflow-item {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        text-align: center!important
    }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top:0!important
    }
}

@media only screen and (max-width: 480px) {
    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding:0 33px
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}
