.qodef-addons-blog-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-list .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    z-index: 1
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
    display: block
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
    margin: 0 0 .5em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt {
    margin: 0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 24px;
    color: #111
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
    color: #3c3c3c
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
    margin-right: 0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
    margin-right: 8px;
    width: 14px;
    height: auto;
    fill: currentColor;
    flex-shrink: 0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: .25em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
    font-size: .9em;
    line-height: 1.13333em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-flex
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline
}

.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size: 1.5em
}

.qodef-addons-blog-list.qodef-alignment--centered {
    text-align: center
}

.qodef-addons-blog-list.qodef-alignment--centered .qodef-blog-item .qodef-e-info {
    justify-content: center
}

.qodef-addons-blog-list.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after {
    content: '/';
    position: relative;
    left: 12px
}

.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover {
    background-size: 100% 100%
}

.qodef-addons-blog-list .qodef-e-media-image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1.03)
}

.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1)
}

.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-addons-blog-list.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1.2) translateX(12px)
}

.qodef-addons-blog-list.qodef-image--hover-from-top a {
    transform-origin: top
}

.qodef-addons-blog-list.qodef-image--hover-from-bottom a {
    transform-origin: bottom
}

.qodef-addons-blog-list.qodef-image--hover-from-left a {
    transform-origin: left
}

.qodef-addons-blog-list.qodef-image--hover-from-right a {
    transform-origin: right
}

@media only screen and (max-width:1024px) {
    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
        padding: 11% 15%
    }

    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
        padding: 10.7% 15% 11.3%
    }
}

@media only screen and (max-width:680px) {
    .qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
        display: inline-block
    }

    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
        padding: 11% 10%
    }

    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link-icon {
        left: calc(50% - 75px);
        width: 150px
    }

    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
        padding: 11% 10%
    }

    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote-icon {
        left: calc(50% - 70px);
        width: 140px
    }
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111;
    z-index: 5
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    background-color: #fff
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content {
    padding: 45px 40px
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111;
    z-index: 10
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media {
    margin-bottom: 1.5em
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    background-color: #fff;
    z-index: 5
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    z-index: 5
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item {
    color: #fff
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title {
    color: #fff;
    margin: 0
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a {
    color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--minimal {
    overflow: hidden
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-grid-inner {
    margin-top: -2em !important
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner {
    padding-top: 2em;
    border-top: 1px solid #ebebeb
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-info.qodef-info--bottom {
    margin-top: 1em
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
    display: flex;
    align-items: center
}

.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
    flex-direction: row-reverse
}

@media only screen and (max-width:768px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column
    }
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
    width: 50%
}

@media only screen and (max-width:768px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
        width: 100%
    }
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
    flex: 1;
    padding: 20px 27px
}

@media only screen and (max-width:768px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
        padding: 20px 0
    }
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-excerpt {
    margin: 0 0 1em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media {
    margin-bottom: 1.5em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px
}

.qodef-addons-blog-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-slider .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content {
    padding-top: 27px
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
    display: block
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title {
    margin: 0 0 .5em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt {
    margin: 0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more {
    margin-top: 14px
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 24px;
    color: #111
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
    color: #3c3c3c
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
    margin-right: 0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
    margin-right: 8px;
    width: 14px;
    height: auto;
    fill: currentColor;
    flex-shrink: 0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: .25em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
    font-size: .9em;
    line-height: 1.13333em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-flex
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline
}

.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size: 1.5em
}

.qodef-addons-blog-slider article .qodef-e-media-image {
    overflow: hidden
}

.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content {
    padding-left: 28px;
    padding-right: 28px
}

.qodef-addons-blog-slider.qodef-alignment--centered {
    text-align: center
}

.qodef-addons-blog-slider.qodef-alignment--centered .qodef-blog-item .qodef-e-info {
    justify-content: center
}

.qodef-addons-blog-slider.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after {
    content: '/';
    position: relative;
    left: 12px
}

.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link:hover {
    background-size: 100% 100%
}

.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link {
    display: inline !important
}

.qodef-addons-blog-slider .qodef-e-media-image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1.03)
}

.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1)
}

.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1.2) translateX(12px)
}

.qodef-addons-blog-slider.qodef-image--hover-from-top a {
    transform-origin: top
}

.qodef-addons-blog-slider.qodef-image--hover-from-bottom a {
    transform-origin: bottom
}

.qodef-addons-blog-slider.qodef-image--hover-from-left a {
    transform-origin: left
}

.qodef-addons-blog-slider.qodef-image--hover-from-right a {
    transform-origin: right
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    background-color: #fff
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content {
    padding: 45px 40px
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a {
    color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media {
    margin-bottom: 1.5em
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-media-holder {
    position: relative
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item {
    color: #fff
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover {
    color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title {
    color: #fff;
    margin: 0
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a {
    color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
    display: flex;
    align-items: center
}

@media only screen and (max-width:480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
    width: 50%
}

@media only screen and (max-width:480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
        width: 100%
    }
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
    flex: 1;
    padding: 20px 27px
}

@media only screen and (max-width:480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
        padding: 20px 0
    }
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media {
    margin-bottom: 1.5em
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text {
    margin-bottom: 1em
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img {
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px
}

.qodef-shortcode .qodef-addons-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all .2s ease-out
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.next svg,
.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.prev svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    max-height: 100%
}

.qodef-qi-contact-form-7 form div {
    position: relative;
    margin: 0
}

.qodef-qi-contact-form-7.qodef-button--full-width input[type=submit] {
    width: 100%
}

.qodef-qi-contact-form-7 .wpcf7-form-control-wrap {
    width: 100%;
    display: block
}

.qodef-qi-contact-form-7 textarea {
    resize: none
}

.qodef-qi-contact-form-7 .wpcf7-list-item.first {
    margin-left: 0
}

.qodef-qi-contact-form-7 .qodef-cf7-flex {
    display: flex
}

@media only screen and (max-width:1024px) {
    .qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024 {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768 {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680 {
        flex-wrap: wrap
    }
}

.qodef-qi-contact-form-7 .qodef-grid-inner {
    row-gap: 0 !important
}

.qodef-qi-contact-form-7 .qodef-grid-item {
    margin: 0 !important
}

.qodef-qi-contact-form-7 .wpcf7-checkbox,
.qodef-qi-contact-form-7 .wpcf7-radio {
    line-height: 1;
    display: block
}

.qodef-qi-contact-form-7 .wpcf7-checkbox label,
.qodef-qi-contact-form-7 .wpcf7-radio label {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-contact-form-7 .wpcf7-spinner {
    position: absolute;
    right: 0;
    margin: 10px 0 0
}

.qodef-qi-contact-form-7 label {
    margin-bottom: 0
}

.qodef-qi-contact-form-7 input[type=date],
.qodef-qi-contact-form-7 input[type=email],
.qodef-qi-contact-form-7 input[type=number],
.qodef-qi-contact-form-7 input[type=password],
.qodef-qi-contact-form-7 input[type=search],
.qodef-qi-contact-form-7 input[type=tel],
.qodef-qi-contact-form-7 input[type=text],
.qodef-qi-contact-form-7 input[type=url],
.qodef-qi-contact-form-7 select,
.qodef-qi-contact-form-7 textarea {
    margin: 0
}

.qodef-qi-contact-form-7 input[type=checkbox],
.qodef-qi-contact-form-7 input[type=radio] {
    margin: 0;
    width: 1em;
    height: 1em;
    vertical-align: middle
}

.qodef-qi-contact-form-7 button[type=submit]:focus,
.qodef-qi-contact-form-7 button[type=submit]:hover,
.qodef-qi-contact-form-7 input[type=submit]:focus,
.qodef-qi-contact-form-7 input[type=submit]:hover {
    color: unset;
    background-color: unset
}

.qodef-qi-contact-form-7 input[type=submit] {
    transition: all .3s ease-out
}

.qodef-qi-contact-form-7 textarea {
    vertical-align: middle
}

.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .wpcf7-form-control-wrap {
    z-index: 5
}

.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .qodef-qi-multiform-next>.wpcf7-submit {
    z-index: 10
}

.qodef-addons-woo-shortcode .qodef-e-product-mark {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 68px;
    color: #111;
    background-color: #fff;
    padding: 1.8em 1.2em;
    z-index: 5
}

.qodef-addons-woo-shortcode .qodef-e-product-title {
    margin: 0;
    z-index: 2;
    position: relative
}

.qodef-addons-woo-shortcode .qodef-e-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star {
    color: #111
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: 4px;
    width: 16px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor;
    stroke: none
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
    width: 1em;
    margin-right: 8px
}

.qodef-addons-woo-shortcode .price {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0
}

.qodef-addons-woo-shortcode .price del {
    margin-right: .8em
}

.qodef-addons-woo-shortcode .price ins {
    text-decoration: none
}

.qodef-addons-woo-shortcode .added_to_cart,
.qodef-addons-woo-shortcode .button {
    color: #111;
    z-index: 3
}

.qodef-addons-woo-shortcode .added_to_cart.added,
.qodef-addons-woo-shortcode .button.added {
    display: none !important
}

.qodef-addons-woo-shortcode .added_to_cart.qodef-qi-button.qodef-layout--textual,
.qodef-addons-woo-shortcode .button.qodef-qi-button.qodef-layout--textual {
    background: 0 0
}

.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #111;
    padding: 10px 15px;
    z-index: 5
}

.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark.qodef-woo-onsale {
    color: #111;
    background-color: #ebebeb
}

.qodef-qi-woo-shortcode-add-to-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-add-to-cart .button.added {
    display: none
}

.qodef-qi-woo-product-category-list .woocommerce-loop-category__title {
    margin: 0
}

.qodef-qi-woo-product-category-list .count {
    display: none
}

.qodef-qi-woo-product-category-list .qodef-e-img-holder {
    overflow: hidden
}

.qodef-qi-woo-product-category-list .qodef-e-img-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img {
    transform: scale(1.03)
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img {
    transform: scale(1)
}

.qodef-qi-woo-product-category-list.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-top img {
    transform-origin: top
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-bottom img {
    transform-origin: bottom
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-left img {
    transform-origin: left
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-right img {
    transform-origin: right
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff;
    text-align: center
}

.qodef-position--bottom-left .qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: left
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title {
    position: absolute;
    bottom: 40px;
    left: 50%;
    background-color: #fff;
    width: auto;
    text-align: center;
    padding: 10px 40px;
    transform: translateX(-50%)
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #f6f6f6
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content {
    position: absolute;
    max-height: 100%;
    width: 100%;
    left: 0;
    flex: 1;
    overflow: hidden
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image {
    width: 60%
}

.qodef-qi-woo-shortcode-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-qi--touch .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
    cursor: pointer
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title {
    color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image .qodef-e-product-image-holder {
    overflow: hidden
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image img {
    display: block;
    width: 100%
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.qodef-qi-woo-shortcode-product-list .woocommerce-Price-currencySymbol {
    position: relative;
    top: -.3em;
    font-size: .6em
}

.qodef-qi-woo-shortcode-product-list .price {
    flex-shrink: 0
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-title {
    transition: color .2s ease-out
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a {
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    z-index: 3
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:hover {
    color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
    overflow: hidden;
    width: 100%
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img {
    transform: scale(1.03)
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img {
    transform: scale(1)
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-top img {
    transform-origin: top
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-bottom img {
    transform-origin: bottom
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-left img {
    transform-origin: left
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-right img {
    transform-origin: right
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content {
    text-align: center;
    padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price {
    justify-content: center
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .25s ease-out, all .3s cubic-bezier(.46, .03, .52, .96);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    pointer-events: none
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a {
    pointer-events: all
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1;
    -webkit-clip-path: inset(13px 13px 13px 13px);
    clip-path: inset(13px 13px 13px 13px);
    transition-delay: 0s, .15s
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content {
    padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
    text-align: center;
    padding: 22px 0 25px
}

.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
    text-align: left
}

.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
    text-align: right
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-image-holder a {
    position: relative;
    display: block;
    z-index: 2
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
    justify-content: center
}

.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
    justify-content: flex-start
}

.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
    justify-content: flex-end
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    opacity: 0;
    transition: .15s ease-out;
    width: var(--qodef-max-width);
    height: var(--qodef-max-height)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
    transform: translateX(0);
    transition: transform .4s .1s ease;
    width: var(--qodef-max-width);
    position: absolute
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
    position: absolute;
    width: 100%;
    transform: translateX(100%);
    transition: transform .5s 0s ease;
    overflow: hidden
}

.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    margin: 0
}

.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    margin: 0 0 0 auto
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
    transform: translateX(-100%);
    transition-delay: 0s
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
    transform: translateX(0);
    transition-delay: .1s
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
    padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 35px;
    background-color: #f6f6f6
}

.qodef-position--bottom-left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings {
    text-align: center
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
    left: auto;
    right: 0
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price>span {
    width: 100%
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-qi--touch .qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
    cursor: pointer
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title {
    color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image .qodef-e-product-image-holder {
    overflow: hidden
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img {
    display: block;
    width: 100%
}

.qodef-image-full-height.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img {
    height: 100vh;
    object-fit: cover
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.qodef-qi-woo-shortcode-product-slider .woocommerce-Price-currencySymbol {
    position: relative;
    top: -.3em;
    font-size: .6em
}

.qodef-qi-woo-shortcode-product-slider .price {
    flex-shrink: 0
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-title {
    transition: color .2s ease-out
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a {
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    z-index: 3
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:hover {
    color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-slider .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
    overflow: hidden;
    width: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img {
    transform: scale(1.03)
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img {
    transform: scale(1)
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-top img {
    transform-origin: top
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-bottom img {
    transform-origin: bottom
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-left img {
    transform-origin: left
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-right img {
    transform-origin: right
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item {
    padding: 50px 0
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .qodef-e-product-image {
    transform: scale(1);
    transition: transform .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .swiper-slide-active .qodef-e-product-image {
    transform: scale(1.5)
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .qodef-e-product-content {
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .swiper-slide-active .qodef-e-product-content {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner {
    text-align: center;
    padding: 25px 15px;
    background-color: #f6f6f6;
    transition: background-color .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price {
    justify-content: center
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    opacity: 0;
    transition: .15s ease-out;
    width: var(--qodef-max-width);
    height: var(--qodef-max-height)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
    opacity: 1
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
    transform: translateX(0);
    transition: transform .4s .1s ease;
    width: var(--qodef-max-width);
    position: absolute
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
    position: absolute;
    width: 100%;
    transform: translateX(100%);
    transition: transform .5s 0s ease;
    overflow: hidden
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
    transform: translateX(-100%);
    transition-delay: 0s
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
    transform: translateX(0);
    transition-delay: .1s
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
    padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    transition: opacity .25s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top {
    text-align: left;
    width: 100%;
    transform: translateY(10px);
    transition: transform .25s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom {
    width: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
    left: auto;
    right: 0
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom,
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top {
    transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 35px;
    background-color: #f6f6f6
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings {
    text-align: center
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price>span {
    width: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark {
    left: auto;
    right: 0
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-wp-forms textarea {
    resize: none
}

.qodef-qi-wp-forms input,
.qodef-qi-wp-forms select {
    height: auto !important
}

.qodef-qi-wp-forms.qodef-button--full-width button[type=submit] {
    width: 100%
}

.qodef-qi-wp-forms.qodef-wpf-flex form {
    display: flex;
    align-items: center
}

.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-field-container {
    flex-grow: 1;
    flex-basis: 100%
}

.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-submit-container {
    flex-grow: 0
}

.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form>.wpforms-submit-container {
    position: absolute;
    right: 0
}

@media only screen and (max-width:1024px) {
    .qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form {
        flex-wrap: wrap
    }
}

.qodef-qi-wp-forms .qodef-gutenberg-column {
    margin: 0 !important
}

.qodef-qi-wp-forms .wpforms-submit-container {
    padding: 0 !important
}

.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    margin-right: 0 !important
}

.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form ul li {
    margin-bottom: 0 !important
}

.qodef-qi-wp-forms label {
    margin-bottom: 0
}

.qodef-qi-wp-forms input[type=date],
.qodef-qi-wp-forms input[type=email],
.qodef-qi-wp-forms input[type=number],
.qodef-qi-wp-forms input[type=password],
.qodef-qi-wp-forms input[type=search],
.qodef-qi-wp-forms input[type=tel],
.qodef-qi-wp-forms input[type=text],
.qodef-qi-wp-forms input[type=url],
.qodef-qi-wp-forms textarea {
    margin: 0
}

.qodef-qi-wp-forms input[type=range] {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-qi-wp-forms input[type=checkbox],
.qodef-qi-wp-forms input[type=radio] {
    margin: 0;
    width: 1em !important;
    height: 1em !important;
    vertical-align: middle !important
}

.qodef-qi-wp-forms button[type=submit]:focus,
.qodef-qi-wp-forms button[type=submit]:hover,
.qodef-qi-wp-forms input[type=submit]:focus,
.qodef-qi-wp-forms input[type=submit]:hover {
    color: unset;
    background-color: unset
}

.qodef-qi-wp-forms button[type=submit],
.qodef-qi-wp-forms input[type=submit] {
    display: inline-flex
}

.qodef-qi-wp-forms button[type=submit] span,
.qodef-qi-wp-forms input[type=submit] span {
    display: inline
}

.qodef-qi-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-qi-accordion .qodef-e-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-accordion.qodef--init {
    visibility: visible
}

.qodef-qi-accordion .qodef-e-icon>svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: top
}

.qodef-qi-accordion .qodef-e-title-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 26px 26px;
    transition: all .2s ease-out;
    cursor: pointer;
    gap: 10px;
    margin: 0
}

.qodef-qi-accordion .qodef-e-title-holder:not(:first-child) {
    margin: 12px 0 0
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    height: 100%
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus,
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    transition: opacity .2s ease-out, color .2s ease-out
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-qi-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-qi-accordion .qodef-e-content {
    padding: 0 26px 16px;
    margin: 0;
    transition: background-color .2s ease-out;
    box-sizing: content-box
}

.qodef-qi-accordion .qodef-e-content p {
    margin: 0
}

.qodef-qi-accordion.qodef-style--standard .qodef-e-content {
    padding: 16px 26px
}

.qodef-qi-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active {
    background-color: #f6f6f6
}

.qodef-qi-accordion.qodef-style--boxed {
    border: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-top {
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-top .qodef-e-title-holder {
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-between .qodef-e-title-holder {
    margin: 0;
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-between .qodef-e-content {
    padding: 16px 26px;
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-animated-text .qodef-m-title {
    overflow: hidden
}

.qodef-qi-animated-text .qodef-e-word {
    display: inline-block
}

.qodef-qi-animated-text .qodef-e-character {
    display: inline-flex
}

.qodef-qi-animated-text .qodef-e-word-holder {
    white-space: nowrap
}

.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title {
    justify-content: flex-start
}

.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title {
    justify-content: flex-end
}

.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title {
    justify-content: center
}

.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-word {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-word {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-word {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-fade .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade .qodef-e-word {
    opacity: 0;
    transition: opacity 1s ease-out
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2) {
    transition-delay: .28s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3) {
    transition-delay: .42s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4) {
    transition-delay: .56s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5) {
    transition-delay: .7s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6) {
    transition-delay: .84s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7) {
    transition-delay: .98s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8) {
    transition-delay: 1.12s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9) {
    transition-delay: 1.26s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10) {
    transition-delay: 1.4s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11) {
    transition-delay: 1.54s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12) {
    transition-delay: 1.68s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13) {
    transition-delay: 1.82s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14) {
    transition-delay: 1.96s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15) {
    transition-delay: 2.1s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16) {
    transition-delay: 2.24s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17) {
    transition-delay: 2.38s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18) {
    transition-delay: 2.52s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19) {
    transition-delay: 2.66s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20) {
    transition-delay: 2.8s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21) {
    transition-delay: 2.94s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22) {
    transition-delay: 3.08s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23) {
    transition-delay: 3.22s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24) {
    transition-delay: 3.36s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25) {
    transition-delay: 3.5s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26) {
    transition-delay: 3.64s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27) {
    transition-delay: 3.78s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28) {
    transition-delay: 3.92s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29) {
    transition-delay: 4.06s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30) {
    transition-delay: 4.2s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31) {
    transition-delay: 4.34s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32) {
    transition-delay: 4.48s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33) {
    transition-delay: 4.62s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34) {
    transition-delay: 4.76s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35) {
    transition-delay: 4.9s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36) {
    transition-delay: 5.04s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37) {
    transition-delay: 5.18s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38) {
    transition-delay: 5.32s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39) {
    transition-delay: 5.46s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40) {
    transition-delay: 5.6s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2) {
    transition-delay: .28s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3) {
    transition-delay: .42s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4) {
    transition-delay: .56s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5) {
    transition-delay: .7s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6) {
    transition-delay: .84s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7) {
    transition-delay: .98s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8) {
    transition-delay: 1.12s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9) {
    transition-delay: 1.26s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10) {
    transition-delay: 1.4s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11) {
    transition-delay: 1.54s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12) {
    transition-delay: 1.68s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13) {
    transition-delay: 1.82s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14) {
    transition-delay: 1.96s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15) {
    transition-delay: 2.1s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16) {
    transition-delay: 2.24s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17) {
    transition-delay: 2.38s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18) {
    transition-delay: 2.52s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19) {
    transition-delay: 2.66s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20) {
    transition-delay: 2.8s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21) {
    transition-delay: 2.94s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22) {
    transition-delay: 3.08s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23) {
    transition-delay: 3.22s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24) {
    transition-delay: 3.36s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25) {
    transition-delay: 3.5s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26) {
    transition-delay: 3.64s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27) {
    transition-delay: 3.78s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28) {
    transition-delay: 3.92s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29) {
    transition-delay: 4.06s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30) {
    transition-delay: 4.2s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31) {
    transition-delay: 4.34s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32) {
    transition-delay: 4.48s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33) {
    transition-delay: 4.62s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34) {
    transition-delay: 4.76s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35) {
    transition-delay: 4.9s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36) {
    transition-delay: 5.04s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37) {
    transition-delay: 5.18s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38) {
    transition-delay: 5.32s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39) {
    transition-delay: 5.46s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40) {
    transition-delay: 5.6s
}

.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word {
    opacity: 1;
    transform: translateX(0) translateZ(0)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right .qodef-m-title {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade .qodef-m-title {
    opacity: 0;
    transition: opacity .7s ease-out
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared .qodef-m-title {
    opacity: 1;
    transform: translateX(0) translateZ(0)
}

.qodef-qi-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden;
    transition: box-shadow .35s ease-out;
    z-index: 1
}

.qodef-qi-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-qi-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.qodef-qi-banner .qodef-m-title {
    margin: .25em 0 0
}

.qodef-qi-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-qi-banner .qodef-m-subtitle {
    margin: 0
}

.qodef-qi-banner .qodef-m-content-inner>.qodef-m-text {
    margin: .7em 0 0
}

.qodef-qi-banner .qodef-m-button {
    margin: .5em 0 0
}

.qodef-qi-banner .qodef-m-button .qodef-qi-button {
    z-index: 2
}

.qodef-qi-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden
}

.qodef-qi-banner .qodef-m-image img {
    display: inline-block
}

.qodef-qi-banner .qodef-m-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out
}

.qodef-qi-banner.qodef-vertical--top .qodef-m-content {
    justify-content: flex-start
}

.qodef-qi-banner.qodef-vertical--middle .qodef-m-content {
    justify-content: center
}

.qodef-qi-banner.qodef-vertical--bottom .qodef-m-content {
    justify-content: flex-end
}

.qodef-qi-banner.qodef-horizontal--left .qodef-m-content {
    align-items: flex-start;
    text-align: left
}

.qodef-qi-banner.qodef-horizontal--center .qodef-m-content {
    align-items: center;
    text-align: center
}

.qodef-qi-banner.qodef-horizontal--right .qodef-m-content {
    align-items: flex-end;
    text-align: right
}

.qodef-qi-banner.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-banner.qodef-image--hover-zoom:hover img {
    transform: scale(1.03)
}

.qodef-qi-banner.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-banner.qodef-image--hover-zoom-out:hover img {
    transform: scale(1)
}

.qodef-qi-banner.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-banner.qodef-image--hover-move:hover img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-banner.qodef-image--hover-from-top img {
    transform-origin: top
}

.qodef-qi-banner.qodef-image--hover-from-bottom img {
    transform-origin: bottom
}

.qodef-qi-banner.qodef-image--hover-from-left img {
    transform-origin: left
}

.qodef-qi-banner.qodef-image--hover-from-right img {
    transform-origin: right
}

.qodef-qi-banner.qodef-layout--in-box .qodef-m-content {
    padding: 45px
}

.qodef-qi-banner.qodef-layout--in-box .qodef-m-content-inner {
    background-color: #fff;
    padding: 25px;
    max-width: 100%;
    width: 100%
}

.qodef-qi-banner.qodef-layout--standard .qodef-m-content {
    padding: 30px
}

.qodef-before-after-image-holder {
    visibility: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-before-after-image-holder img {
    position: absolute;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-before-after-image-holder.active {
    cursor: grab
}

.qodef-qi-before-after {
    -webkit-user-select: none;
    overflow: hidden
}

.qodef-qi-before-after .twentytwenty-handle {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 100px;
    height: 1em;
    width: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    color: #fff;
    background-color: currentColor;
    border-radius: 50%;
    cursor: grab;
    z-index: 40
}

@media only screen and (max-width:1024px) {
    .qodef-qi-before-after .twentytwenty-handle {
        font-size: 50px
    }
}

.qodef-qi-before-after .twentytwenty-handle .qodef-handle-text {
    font-size: 1rem;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-qi-before-after .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-handle:before {
    content: " ";
    display: block;
    background: currentColor;
    position: absolute;
    z-index: 30
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
    width: 2px;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
    width: 100vw;
    height: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-qi-before-after .twentytwenty-after-label,
.qodef-qi-before-after .twentytwenty-before-label {
    display: none
}

.qodef-qi-before-after .twentytwenty-container {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.qodef-qi-before-after .twentytwenty-container img {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%
}

.qodef-qi-before-after .twentytwenty-before {
    z-index: 20
}

.qodef-qi-before-after .twentytwenty-after {
    z-index: 10
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: .48em
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: .48em
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-down-arrow,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-up-arrow {
    display: none
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: .48em
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: .48em
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-right-arrow {
    display: none
}

.qodef-qi-blockquote .qodef-m-text {
    margin: 0
}

.qodef-qi-blockquote .qodef-m-icon {
    font-size: 30px;
    line-height: 1;
    transition: all .3s ease-in-out
}

.qodef-qi-blockquote .qodef-m-icon i {
    color: inherit
}

.qodef-qi-blockquote .qodef-m-icon svg {
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon {
    float: left;
    line-height: 1em;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 .5em 0 0
}

.qodef-qi-business-hours {
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 35px
}

.qodef-qi-business-hours.qodef-line-type--between .qodef-e-line {
    border-bottom: 1px solid rgba(30, 30, 30, .2)
}

.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item {
    border-bottom: 1px solid rgba(30, 30, 30, .2)
}

.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item:last-child {
    border-bottom: none
}

.qodef-qi-business-hours.qodef-line-type--none .qodef-e-day {
    margin-right: 10px
}

.qodef-qi-business-hours.qodef-line-type--none .qodef-e-line {
    display: none
}

.qodef-qi-business-hours .qodef-e-item {
    margin-bottom: 1em;
    display: flex;
    align-items: baseline
}

.qodef-qi-business-hours .qodef-e-item:last-child {
    margin-bottom: 0
}

.qodef-qi-business-hours .qodef-e-title-holder {
    display: flex;
    align-items: baseline
}

.qodef-qi-business-hours .qodef-m-title {
    margin: 0 0 1em
}

.qodef-qi-business-hours .qodef-m-subtitle {
    margin: 0 0 .5em
}

.qodef-qi-business-hours .qodef-m-text {
    margin: .5em 0 0
}

.qodef-qi-business-hours .qodef-e-icon {
    line-height: 1;
    padding-right: 12px
}

.qodef-qi-business-hours .qodef-e-day {
    margin: 0
}

.qodef-qi-business-hours .qodef-e-hours {
    margin: 0
}

.qodef-qi-business-hours .qodef-e-line {
    flex-grow: 1;
    margin: 0 8px
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a {
    position: relative;
    color: currentColor
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    backface-visibility: hidden
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover {
    text-decoration: none
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover:after {
    animation: qodef-animate-underline-from-left .6s cubic-bezier(.45, .29, 0, .82) forwards
}

@media only screen and (max-width:768px) {
    .qodef-resposive--768.qodef-qi-business-hours .qodef-e-item {
        flex-direction: column
    }
}

@media only screen and (max-width:680px) {
    .qodef-resposive--680.qodef-qi-business-hours .qodef-e-item {
        flex-direction: column
    }
}

@media only screen and (max-width:480px) {
    .qodef-resposive--480.qodef-qi-business-hours .qodef-e-item {
        flex-direction: column
    }
}

.qodef-qi-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 13px 46px;
    overflow: hidden
}

.qodef-qi-button.qodef-size--small {
    padding: 9px 33px
}

.qodef-qi-button.qodef-size--large {
    padding: 15px 52px
}

.qodef-qi-button.qodef-size--full {
    width: 100%;
    text-align: center
}

.qodef-qi-button.qodef-layout--filled {
    color: #111;
    background-color: #f4f4f4;
    border: 0;
    font-size: 1rem;
    border-style: solid
}

.qodef-qi-button.qodef-layout--filled:hover {
    color: #fff;
    background-color: #111
}

.qodef-qi-button.qodef-layout--outlined {
    color: #111;
    background-color: transparent;
    border: 2px solid #111
}

.qodef-qi-button.qodef-layout--outlined:hover {
    color: #111;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.qodef-qi-button.qodef-layout--textual {
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible
}

.qodef-qi-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-qi-button.qodef-layout--textual:hover {
    color: #111
}

.qodef-qi-button.qodef-icon--left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse
}

.qodef-qi-button.qodef-text-underline .qodef-m-text {
    position: relative
}

.qodef-qi-button.qodef-text-underline .qodef-m-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: background-color .25s ease-in-out, width .36s cubic-bezier(.51, .5, .07, .99);
    backface-visibility: hidden
}

.qodef-qi-button.qodef-text-underline:not(.qodef-button-underline-draw):hover .qodef-m-text:after {
    width: 0
}

.qodef-qi-button.qodef-text-underline.qodef-underline--center .qodef-m-text:after {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-qi-button.qodef-text-underline.qodef-underline--right .qodef-m-text:after {
    left: auto;
    right: 0
}

.qodef-qi-button.qodef-button-underline-draw .qodef-m-text {
    overflow: hidden
}

.qodef-qi-button.qodef-button-underline-draw.qodef-underline--left:hover .qodef-m-text:after,
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
    animation: qodef-animate-underline-from-left .7s cubic-bezier(.45, .29, 0, .82) forwards
}

.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
    animation: qodef-animate-underline-from-right .7s cubic-bezier(.45, .29, 0, .82) forwards
}

.qodef-qi-button .qodef-m-icon {
    color: currentColor;
    line-height: 0
}

.qodef-qi-button .qodef-m-icon.qodef--icon-color-set {
    transition: color .25s ease-in-out, background-color .25s ease-in-out
}

.qodef-qi-button .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: middle
}

.qodef-qi-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon {
    margin-left: 10px
}

.qodef-qi-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon {
    margin-right: 10px
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
    position: relative;
    overflow: hidden;
    display: inherit;
    padding: 1px
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
    will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(0);
    transition-delay: .1s;
    opacity: 1
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 1px;
    transition-delay: 0s
}

.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    opacity: 0
}

.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(0) translatez(0);
    transition-delay: .25s;
    opacity: 1
}

.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(-150%) translateY(0)
}

.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(200%) translateY(0)
}

.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(150%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(-150%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
    will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(-100%) translateY(100%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(100%) translateY(-100%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
    transition: transform .3s cubic-bezier(.37, .08, .02, .93), opacity .2s ease-in-out;
    transform: translateX(0);
    will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
    transform: translateX(4px)
}

.qodef-qi-button.qodef-hover--reveal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .5s cubic-bezier(.54, .3, .02, 1.01)
}

.qodef-qi-button.qodef-hover--reveal .qodef-m-icon,
.qodef-qi-button.qodef-hover--reveal .qodef-m-text {
    z-index: 1
}

.qodef-qi-button.qodef-hover--reveal:hover:after {
    transform: scaleX(1) scaleY(1)
}

.qodef-qi-button.qodef-hover--reveal.qodef-layout--outlined:hover {
    background-color: initial
}

.qodef-qi-button.qodef--reveal-horizontal:after {
    transform-origin: left;
    transform: scaleX(0)
}

.qodef-qi-button.qodef--reveal-vertical:after {
    transform-origin: bottom;
    transform: scaleY(0)
}

.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .5s cubic-bezier(.54, .3, .02, 1.01)
}

.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon .qodef-m-icon-inner {
    z-index: 1
}

.qodef-qi-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after {
    transform: scaleX(1) scaleY(1)
}

.qodef-qi-button.qodef-icon-background-hover--reveal-horizontal .qodef-m-icon:after {
    transform-origin: left;
    transform: scaleX(0)
}

.qodef-qi-button.qodef-icon-background-hover--reveal-vertical .qodef-m-icon:after {
    transform-origin: bottom;
    transform: scaleY(0)
}

.qodef-qi-button.qodef-type--icon-boxed {
    padding: 0 !important;
    align-items: stretch
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-text {
    align-self: center;
    padding: 11px 28px
}

.qodef-qi-button.qodef-type--icon-boxed.qodef-size--small .qodef-m-text {
    padding: 7px 15px
}

.qodef-qi-button.qodef-type--icon-boxed.qodef-size--large .qodef-m-text {
    padding: 13px 40px
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px 0
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon i {
    line-height: inherit
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-border {
    width: 2px;
    background-color: #111;
    transition: background-color .25s ease-in-out
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-inner-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #111;
    font-size: 4px;
    transition: color .25s ease-in-out
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
    position: absolute;
    background-color: currentColor;
    transition: background-color .25s ease-in-out
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
    top: 1em;
    left: 1em;
    height: 2px;
    width: calc(100% - 2em)
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right {
    top: 1em;
    right: 1em;
    width: 2px;
    height: calc(100% - 2em)
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom {
    bottom: 1em;
    right: 1em;
    height: 2px;
    width: calc(100% - 2em)
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left {
    bottom: 1em;
    left: 1em;
    width: 2px;
    height: calc(100% - 2em)
}

.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-top {
    transition: transform .36s ease-out
}

.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-top {
    transform: scaleX(0)
}

.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-right {
    transform: scaleY(0)
}

.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-top {
    transform: scaleX(1) scaleY(1)
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
    transition-duration: .28s
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
    transform-origin: left
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right {
    transform-origin: top
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
    transition-delay: .28s
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right {
    transition-delay: 0s
}

.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top {
    transition-delay: 0s
}

.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right {
    transition-delay: .28s
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-top {
    transform-origin: left
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-bottom {
    transform-origin: right
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-left {
    transform-origin: top
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-right {
    transform-origin: bottom
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-top {
    transition: background-color .25s ease-in-out, transform .36s ease-out;
    transform: scaleX(1) scaleY(1)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-top {
    transform: scaleX(0)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-right {
    transform: scaleY(0)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
    transition: background-color .25s ease-in-out, transform .28s ease-out
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
    transform-origin: left
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right {
    transform-origin: top
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
    transition-delay: 0s, 0s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right {
    transition-delay: 0s, .28s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top {
    transition-delay: 0s, .28s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right {
    transition-delay: 0s, 0s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-top {
    transform-origin: left
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-bottom {
    transform-origin: right
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-left {
    transform-origin: top
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-right {
    transform-origin: bottom
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge {
    overflow: visible
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge .qodef-m-inner-border {
    top: 1em;
    left: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    border: 1px solid currentColor;
    transition: all .3s cubic-bezier(.46, .03, .52, .96)
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge:hover .qodef-m-inner-border {
    top: -1em;
    left: -1em;
    width: calc(100% + 2em);
    height: calc(100% + 2em)
}

.qodef-qi-call-to-action.qodef-layout--standard {
    position: relative
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #333;
    padding: 6.4% 6% 6.9% 5.5%
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-title {
    color: #fff;
    margin: 0;
    transition: color .2s ease-out
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text {
    color: #fff;
    margin: .8em 0 0;
    transition: color .2s ease-out
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-button {
    z-index: 1
}

@media only screen and (max-width:1024px) {
    .qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--1024 .qodef-m-inner {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--768 .qodef-m-inner {
        display: block
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--680 .qodef-m-inner {
        display: block
    }
}

.qodef-qi-cards-gallery {
    position: relative;
    display: inline-block
}

.qodef-qi-cards-gallery .qodef-e-inner {
    position: relative
}

.qodef-qi-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.qodef-qi-cards-gallery .qodef-m-card {
    position: absolute;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    width: 100%
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card {
    will-change: transform
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n) {
    transform-origin: right
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1) {
    transform-origin: left
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out {
    transition: transform .5s ease-in-out, left .3s ease-in-out, right .3s ease-in-out
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover {
    margin-right: -10px !important
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1):not(:last-of-type):not(.active):hover {
    margin-left: -10px !important
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
    transform-origin: left;
    will-change: transform
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transition: transform .5s ease-in-out, left .3s ease-in-out
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-left: -10px !important
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
    transform-origin: right;
    will-change: transform
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transition: transform .5s ease-in-out, right .3s ease-in-out
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-right: -10px !important
}

@media only screen and (max-width:768px) {
    .qodef-qi-cards-gallery .qodef-m-fake-card {
        transform: scale(.8)
    }

    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform: scale(.8)
    }

    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
        transform: translateX(-100%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(84%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(60%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(39%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(25%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(11.2%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform: scale(.8)
    }

    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
        transform: translateX(100%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(-84%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(-60%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(-39%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(-25%)
    }

    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(-11.2%)
    }
}

.qodef-qi-cards-slider {
    position: relative
}

.qodef-qi-cards-slider .qodef-e-inner {
    position: relative
}

.qodef-qi-cards-slider .qodef-m-fake-card {
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.qodef-qi-cards-slider .qodef-m-card {
    position: absolute;
    width: 100%
}

.qodef-qi-cards-slider .qodef-m-card:not(.qodef-out):not(.qodef-in) {
    transition: all .6s cubic-bezier(.25, .46, .45, .94)
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(2):not(.qodef-out):not(.qodef-in) {
    transition-delay: .1s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(3):not(.qodef-out):not(.qodef-in) {
    transition-delay: .15s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(4):not(.qodef-out):not(.qodef-in) {
    transition-delay: .2s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(5):not(.qodef-out):not(.qodef-in) {
    transition-delay: .25s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(6):not(.qodef-out):not(.qodef-in) {
    transition-delay: .3s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(7):not(.qodef-out):not(.qodef-in) {
    transition-delay: .35s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(8):not(.qodef-out):not(.qodef-in) {
    transition-delay: .4s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(9):not(.qodef-out):not(.qodef-in) {
    transition-delay: .45s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(10):not(.qodef-out):not(.qodef-in) {
    transition-delay: .5s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(11):not(.qodef-out):not(.qodef-in) {
    transition-delay: .55s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(12):not(.qodef-out):not(.qodef-in) {
    transition-delay: .6s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(13):not(.qodef-out):not(.qodef-in) {
    transition-delay: .65s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(14):not(.qodef-out):not(.qodef-in) {
    transition-delay: .7s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(15):not(.qodef-out):not(.qodef-in) {
    transition-delay: .75s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(16):not(.qodef-out):not(.qodef-in) {
    transition-delay: .8s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(17):not(.qodef-out):not(.qodef-in) {
    transition-delay: .85s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(18):not(.qodef-out):not(.qodef-in) {
    transition-delay: .9s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(19):not(.qodef-out):not(.qodef-in) {
    transition-delay: .95s
}

.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(20):not(.qodef-out):not(.qodef-in) {
    transition-delay: 1s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(1):not(.qodef-out):not(.qodef-in) {
    transition-delay: 50ms
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(2):not(.qodef-out):not(.qodef-in) {
    transition-delay: .1s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(3):not(.qodef-out):not(.qodef-in) {
    transition-delay: .15s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(4):not(.qodef-out):not(.qodef-in) {
    transition-delay: .2s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(5):not(.qodef-out):not(.qodef-in) {
    transition-delay: .25s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(6):not(.qodef-out):not(.qodef-in) {
    transition-delay: .3s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(7):not(.qodef-out):not(.qodef-in) {
    transition-delay: .35s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(8):not(.qodef-out):not(.qodef-in) {
    transition-delay: .4s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(9):not(.qodef-out):not(.qodef-in) {
    transition-delay: .45s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(10):not(.qodef-out):not(.qodef-in) {
    transition-delay: .5s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(11):not(.qodef-out):not(.qodef-in) {
    transition-delay: .55s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(12):not(.qodef-out):not(.qodef-in) {
    transition-delay: .6s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(13):not(.qodef-out):not(.qodef-in) {
    transition-delay: .65s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(14):not(.qodef-out):not(.qodef-in) {
    transition-delay: .7s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(15):not(.qodef-out):not(.qodef-in) {
    transition-delay: .75s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(16):not(.qodef-out):not(.qodef-in) {
    transition-delay: .8s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(17):not(.qodef-out):not(.qodef-in) {
    transition-delay: .85s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(18):not(.qodef-out):not(.qodef-in) {
    transition-delay: .9s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(19):not(.qodef-out):not(.qodef-in) {
    transition-delay: .95s
}

.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(20):not(.qodef-out):not(.qodef-in) {
    transition-delay: 1s
}

.qodef-qi-cards-slider.qodef-orientation--left .qodef-m-card {
    transform-origin: left;
    will-change: transform
}

.qodef-qi-cards-slider.qodef-orientation--right .qodef-m-card {
    transform-origin: right;
    will-change: transform
}

.qodef-qi-cards-slider .qodef-m-navigation {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px
}

.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav {
    width: auto;
    height: auto;
    color: #111;
    font-size: 26px;
    text-align: center;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer
}

.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav svg {
    display: block;
    width: 1em;
    height: auto;
    transition: background-color .2s ease-out, color .2s ease-out;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav.qodef--prev {
    margin-right: 15px
}

.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next svg,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev svg {
    transform: translateX(0);
    will-change: transform;
    transition: transform .12s ease-out, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg {
    transition: transform .22s cubic-bezier(.37, .08, .02, .93) 50ms, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg {
    transform: translateX(-4px)
}

.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg {
    transform: translateX(4px)
}

.qodef-qi-charts {
    position: relative;
    visibility: hidden
}

.qodef-qi-charts.qodef--init {
    visibility: visible
}

.qodef-qi-charts .qodef-m-inner {
    position: relative
}

.qodef-qi-charts .qodef-m-canvas-holder {
    display: flex
}

.qodef-qi-charts .qodef-m-canvas {
    position: relative;
    width: 260px
}

.qodef-qi-charts .qodef-m-title {
    margin: 2em 0 0
}

.qodef-qi-charts .qodef-m-text {
    margin: .2em 0 0 0
}

.qodef-qi-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
    justify-content: flex-start
}

.qodef-qi-charts.qodef-chart-alignment--center .qodef-m-canvas-holder {
    justify-content: center
}

.qodef-qi-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
    justify-content: flex-end
}

.qodef-qi-clients-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-qi-clients-list .qodef-e-inner a {
    display: inline-block
}

.qodef-qi-clients-list .qodef-e-inner>a {
    display: block
}

.qodef-qi-clients-list .qodef-grid-item {
    text-align: center
}

.qodef-qi-clients-list .qodef-e-images-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin: 0 0 1em
}

.qodef-qi-clients-list .qodef-e-main-image {
    display: inline-block;
    width: auto
}

.qodef-qi-clients-list .qodef-e-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity: 0
}

.qodef-qi-clients-list .qodef-e-hover-image img {
    max-height: 100%;
    object-fit: contain
}

.qodef-qi-clients-list .qodef-e-title {
    margin: 0 0 .65em
}

.qodef-qi-clients-list .qodef-e-text {
    margin: 0
}

.qodef-qi-clients-list .qodef-e-icon {
    position: absolute;
    top: 10px;
    right: 10px
}

.qodef-qi-clients-list .qodef-e-icon a {
    color: inherit
}

.qodef-qi-clients-list .qodef-e-icon svg {
    width: 1em;
    height: auto;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-clients-list.qodef--boxed .qodef-e-inner {
    padding: 20px;
    background-color: #f6f6f6
}

.qodef-qi-clients-list.qodef-border--all {
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;
    overflow: hidden
}

.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner {
    gap: 0 !important;
    border-width: 0;
    border-style: inherit;
    border-color: inherit;
    margin-right: -1px;
    margin-bottom: -1px
}

.qodef-qi-clients-list.qodef-border--all .qodef-grid-item {
    border-width: 1px;
    border-style: inherit;
    border-top-style: hidden;
    border-left-style: hidden;
    border-color: inherit
}

.qodef-qi-clients-list.qodef-border--inner {
    margin: 0 !important;
    overflow: hidden
}

.qodef-qi-clients-list.qodef-border--inner .qodef-grid-inner {
    margin: -1px -1px 0 !important;
    padding-right: 1px;
    gap: 0
}

.qodef-qi-clients-list.qodef-border--inner .qodef-grid-item {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-main-image {
    will-change: opacity;
    transition: opacity .25s ease-in-out
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image {
    opacity: 0
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
    opacity: 1
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
    opacity: 0
}

.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-main-image {
    opacity: 1;
    transition: opacity .2s ease-out;
    will-change: opacity
}

.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-hover-image {
    display: none
}

.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
    opacity: .8
}

.qodef-qi-clients-list.qodef--hover-scale .qodef-e-main-image {
    transform: scale(1) translateZ(0);
    transition: transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-list.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
    transform: scale(1.05) translateZ(0)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder {
    overflow: hidden
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
    transition: transform .5s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
    opacity: 1
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image {
    transform: translateX(0)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image {
    transform: translateX(-130%)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
    transform: translateX(0)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
    transform: translateX(130%)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
    transform: translateY(0)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
    transform: translateY(130%)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
    transform: translateY(0)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
    transform: translateY(-130%)
}

.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a {
    display: inline;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .1em), currentColor .1em);
    transition: .5s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a {
    background-size: 100% 100%
}

.qodef-qi-clients-slider .qodef-e-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 0
}

.qodef-qi-clients-slider .qodef-e-inner a {
    display: inline-block
}

.qodef-qi-clients-slider .qodef-e-images-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin: 0 0 1em
}

.qodef-qi-clients-slider .qodef-e-title {
    margin: 0 0 .65em
}

.qodef-qi-clients-slider .qodef-e-text {
    line-height: 1rem
}

.qodef-qi-clients-slider .qodef-e-main-image {
    display: inline-block;
    width: auto
}

.qodef-qi-clients-slider .qodef-e-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%
}

.qodef-qi-clients-slider .qodef-e-hover-image img {
    max-height: 100%;
    object-fit: contain
}

.qodef-qi-clients-slider .qodef-e-icon {
    position: absolute;
    top: 10px;
    right: 10px
}

.qodef-qi-clients-slider .qodef-e-icon a {
    color: inherit
}

.qodef-qi-clients-slider .qodef-e-icon svg {
    width: 1em;
    height: auto;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-clients-slider.qodef--boxed .qodef-e-inner {
    padding: 20px;
    background-color: #f6f6f6
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-main-image {
    will-change: opacity;
    transition: opacity .25s ease-in-out
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
    opacity: 0
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
    opacity: 1
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
    opacity: 0
}

.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-main-image {
    opacity: 1;
    transition: opacity .2s ease-out;
    will-change: opacity
}

.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-hover-image {
    display: none
}

.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
    opacity: .8
}

.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-main-image {
    transform: scale(1) translateZ(0);
    transition: transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
    transform: scale(1.05) translateZ(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder {
    overflow: hidden
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
    transition: transform .5s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
    opacity: 1
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image {
    transform: translateX(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image {
    transform: translateX(-130%)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
    transform: translateX(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
    transform: translateX(130%)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
    transform: translateY(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
    transform: translateY(130%)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
    transform: translateY(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
    transform: translateY(-130%)
}

.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-qi-swiper-container .qodef-e .qodef-e-title a {
    display: inline
}

.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a {
    display: inline;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .1em), currentColor .1em);
    transition: .5s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-title--hover-long .qodef-e-title a {
    transition-duration: .9s
}

.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a {
    background-size: 100% 100%
}

.qodef-qi-countdown .qodef-m-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.qodef-qi-countdown .qodef-digit-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 150px
}

.qodef-qi-countdown .qodef-digit {
    font-size: 70px;
    line-height: 1
}

.qodef-qi-countdown .qodef-label {
    font-size: 20px
}

.qodef-qi-counter.qodef-layout--simple.qodef-digit-stroke-effect .qodef-m-digit {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-digit {
    display: inline-block;
    font-size: 70px;
    line-height: 1
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -50%);
    font-size: 20px
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-title {
    margin: .9em 0 0
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-text {
    margin: .45em 0 0
}

.qodef-qi-device-carousel {
    position: relative
}

.qodef-qi-device-carousel>.qodef-qi-swiper-container {
    padding: 30px 0
}

.qodef-qi-device-carousel>.qodef-qi-swiper-container>.swiper-wrapper {
    align-items: center
}

.qodef-qi-device-carousel .qodef-device-carousel-device {
    position: relative;
    margin: 0 auto
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image {
    position: relative;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    border-radius: 30px;
    z-index: 10
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image img {
    width: 100%
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding: 0 !important
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item {
    height: 100%
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item img {
    height: 100%;
    object-fit: cover
}

.qodef-qi-device-slider {
    position: relative;
    margin: auto
}

.qodef-qi-device-slider .qodef-device-slider-image {
    position: relative;
    pointer-events: none;
    z-index: 10
}

.qodef-qi-device-slider .qodef-device-slider-image img {
    width: 100%
}

.qodef-frame-shadow--enabled.qodef-qi-device-slider .qodef-device-slider-image img {
    filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-qi-device-slider .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5
}

.qodef-qi-device-slider .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%
}

.qodef-qi-device-slider .qodef-m-item {
    height: 100%
}

.qodef-qi-device-slider .qodef-m-item a {
    height: 100%
}

.qodef-qi-device-slider .qodef-m-item img {
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width:1024px) {
    .qodef-device-slider-holder {
        margin-bottom: 96px
    }

    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -96px !important
    }
}

@media only screen and (max-width:768px) {
    .qodef-device-slider-holder {
        margin-bottom: 86px
    }

    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -86px !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-device-slider-holder {
        margin-bottom: 76px
    }

    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -76px !important
    }
}

@media only screen and (max-width:480px) {
    .qodef-device-slider-holder {
        margin-bottom: 46px
    }

    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -46px !important
    }
}

.qodef-qi-dropcaps {
    position: relative
}

.qodef-qi-dropcaps.qodef-letter-stroke-effect .qodef-m-letter {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none
}

.qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

body.e--ua-safari .qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
    display: block
}

.qodef-qi-dropcaps .qodef-m-letter {
    float: left;
    font-size: 60px;
    line-height: 1em;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-dropcaps .qodef-m-text {
    margin: 0
}

.qodef-qi-dual-image-with-content {
    position: relative;
    display: flex
}

.qodef-qi-dual-image-with-content.qodef--content-right {
    flex-direction: row-reverse
}

.qodef-qi-dual-image-with-content .qodef-dual-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px;
    background-color: #f6f6f6
}

.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-title {
    margin: 0 0 .5em
}

.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-text {
    margin: 0 0 .5em
}

.qodef-qi-dual-image-with-content .qodef-m-inner-bottom {
    width: 100%
}

.qodef-qi-dual-image-with-content .qodef-m-content-shortcode {
    position: relative
}

.qodef-qi-dual-image-with-content .qodef-image-holder {
    --holder_height: auto;
    position: relative;
    flex: 1;
    height: var(--holder_height)
}

.qodef-qi-dual-image-with-content .qodef-m-main-image {
    width: 100%;
    height: 100%
}

.qodef-qi-dual-image-with-content .qodef-m-main-image img {
    height: 100%;
    object-fit: cover
}

.qodef-qi-dual-image-with-content .qodef-m-second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-dual-image-with-content.qodef-decoration--underline .qodef-e-decorated {
    text-decoration: underline
}

.qodef-qi-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated {
    font-style: italic
}

.qodef-qi-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated {
    font-weight: 700
}

.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link {
    color: currentColor;
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .07em), currentColor .07em);
    background-size: 100% 87%
}

.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link:hover {
    animation: qodef-animate-underline-multiline 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
    transform: scale(1) translateX(14px)
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
    transform: scale(1) translateX(-14px)
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder {
    overflow: hidden
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image {
    display: flex;
    justify-content: center
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
    display: inline-block;
    max-width: unset;
    transition: transform 1.3s cubic-bezier(.37, .08, .02, .93) 0s
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
    transform: scale(1) translateX(0)
}

@media only screen and (max-width:1440px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1440)
    }
}

@media only screen and (max-width:1366px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1366)
    }
}

@media only screen and (max-width:1280px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1280)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1024)
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_768)
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_680)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-qi-dual-image-with-content {
        flex-direction: column
    }

    .qodef-qi-dual-image-with-content.qodef--content-right {
        flex-direction: column
    }

    .qodef-qi-dual-image-with-content .qodef-dual-content {
        width: 100%
    }

    .qodef-qi-dual-image-with-content .qodef-m-second-image {
        position: relative;
        padding: 7% 0
    }

    .qodef-qi-dual-image-with-content .qodef-m-main-image {
        position: absolute
    }

    .qodef-qi-dual-image-with-content .qodef-image-holder {
        flex-basis: auto
    }

    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image {
        flex-flow: column;
        align-items: center
    }

    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
        max-width: 160%
    }
}

.qodef-qi-faq {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-faq.qodef-behavior--accordion {
    opacity: 0;
    overflow-anchor: none
}

.qodef-qi-faq.qodef-behavior--accordion.qodef--init {
    opacity: 1
}

.qodef-qi-faq.qodef-behavior--accordion .qodef-e-title-holder {
    cursor: pointer
}

.qodef-qi-faq .qodef-e-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-faq .qodef-e-icon>svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-faq .qodef-e-title-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 26px 26px;
    transition: all .2s ease-out;
    margin: 0
}

.qodef-qi-faq .qodef-e-title-holder:not(:first-child) {
    margin: 12px 0 0
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-title {
    display: inline-flex
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    height: 100%;
    transition: opacity .2s ease-out, color .2s ease-out
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-qi-faq .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 8px
}

.qodef-qi-faq .qodef-e-content {
    padding: 0 26px 16px;
    margin: 0;
    transition: background-color .2s ease-out
}

.qodef-qi-faq .qodef-e-content p {
    margin: 0
}

.qodef-qi-faq.qodef-style--standard .qodef-e-content {
    padding: 16px 26px
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active {
    background-color: #f6f6f6
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child) {
    margin: 0
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2) {
    border-color: transparent !important
}

.qodef-qi-faq.qodef-style--standard .qodef-e-content {
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--boxed {
    border: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder {
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder:first-child {
    border-top: none
}

.qodef-qi-graphs {
    position: relative;
    visibility: hidden
}

.qodef-qi-graphs.qodef--init {
    visibility: visible
}

.qodef-qi-graphs .qodef-m-inner {
    position: relative
}

.qodef-qi-graphs .qodef-m-canvas-holder {
    display: flex
}

.qodef-qi-graphs .qodef-m-canvas {
    position: relative;
    width: 100%
}

.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
    justify-content: flex-start
}

.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder {
    justify-content: center
}

.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
    justify-content: flex-end
}

.qodef-qi-highlight {
    margin: 0 !important
}

.qodef-qi-highlight .qodef-highlight-text {
    padding: 0;
    color: #fff;
    background-repeat: no-repeat
}

.qodef-qi-highlight.qodef-qi--has-appear .qodef-highlight-text {
    background-size: 0 100%;
    background-position-x: left
}

.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text {
    animation: qodef-animate-highlight 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text:nth-of-type(2n+2) {
    animation-delay: .2s
}

.qodef-qi-how-to {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-how-to .qodef-m-title {
    margin: .35em 0 0
}

.qodef-qi-how-to .qodef-m-text {
    margin: 1.2em 0 0
}

.qodef-qi-how-to .qodef-m-title-holder {
    margin-bottom: 2.5em
}

.qodef-qi-how-to .qodef-e-step {
    margin-bottom: 30px
}

.qodef-qi-how-to .qodef-e-step-title {
    margin: 0 0 .8em
}

.qodef-qi-how-to .qodef-e-step-text {
    margin: 0 0 1em
}

.qodef-qi-how-to .qodef-e-step-image {
    display: inline-block;
    vertical-align: top
}

.qodef-qi-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-qi-icon-with-text .qodef-m-title a {
    display: block;
    color: inherit
}

.qodef-qi-icon-with-text .qodef-m-content>.qodef-m-text {
    margin: .5em 0 0
}

.qodef-qi-icon-with-text .qodef-m-button {
    margin: 1.5em 0 0
}

.qodef-qi-icon-with-text .qodef-m-icon-holder {
    font-size: 1.4em;
    line-height: 1;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out
}

.qodef-qi-icon-with-text .qodef-m-icon-holder i {
    vertical-align: top;
    color: inherit
}

.qodef-qi-icon-with-text .qodef-m-icon-holder svg {
    width: 1em;
    height: auto;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor;
    overflow: visible
}

.qodef-qi-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    background-color: #c4c4c4;
    border: 1px solid transparent
}

.qodef-qi-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-icon-with-text .qodef-m-separator .qodef-m-line {
    width: 60px
}

.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-qi-icon-with-text.qodef--appear-from-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-icon-with-text.qodef--appear-from-top {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-top.qodef-qi--appeared {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-icon-with-text.qodef--appear-from-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-left.qodef-qi--appeared {
    opacity: 1;
    transform: translateX(0)
}

.qodef-qi-icon-with-text.qodef--appear-from-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-right.qodef-qi--appeared {
    opacity: 1;
    transform: translateX(0)
}

.qodef-qi-icon-with-text.qodef--appear-fade {
    opacity: 0;
    transition: opacity .7s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-fade.qodef-qi--appeared {
    opacity: 1
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder svg {
    transform: translateX(0);
    transition: transform .28s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder svg {
    transform: translateX(4px)
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder svg {
    transform: translateY(0);
    transition: transform .32s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder svg {
    transform: translateY(-7px)
}

.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg {
    transform: scale(1) translateZ(0);
    transition: transform .3s cubic-bezier(.22, .61, .36, 1);
    will-change: transform
}

.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder svg {
    transform: scale(1.17) translateZ(0)
}

.qodef-qi-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: .7em
}

@media only screen and (max-width:768px) {
    .qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768 {
        flex-direction: column
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680 {
        flex-direction: column
    }
}

@media only screen and (max-width:480px) {
    .qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480 {
        flex-direction: column
    }
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title a {
    transition: color .2s ease-out
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: .15em;
    transition: color .2s ease-out
}

.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 1.3em
}

.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-separator+.qodef-m-title {
    margin: 0
}

.qodef-qi-image-gallery-masonry.qodef-qi-grid>.qodef-grid-inner {
    gap: 24px
}

.qodef-qi-image-gallery-masonry.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-image-wrapper img {
    object-fit: cover
}

.qodef-qi-image-gallery-masonry .qodef-e-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-gallery-masonry .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events: none
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.03)
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
    transform: scale(1)
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin: top
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin: bottom
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin: left
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin: right
}

.qodef-qi-image-gallery-pinterest .qodef-e-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-gallery-pinterest .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events: none
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.03)
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
    transform: scale(1)
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin: top
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin: bottom
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin: left
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin: right
}

.qodef-qi-image-gallery .qodef-e-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-gallery .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events: none
}

.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.01) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.03)
}

.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
    transform: scale(1)
}

.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-gallery.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin: top
}

.qodef-qi-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin: bottom
}

.qodef-qi-image-gallery.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin: left
}

.qodef-qi-image-gallery.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin: right
}

.qodef-qi-image-slider .qodef-e {
    overflow: hidden;
    backface-visibility: hidden
}

.qodef-qi-image-slider .qodef-e-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-slider .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events: none
}

.qodef-qi-image-slider .qodef-e-inner-holder {
    position: relative;
    overflow: hidden
}

.qodef-qi-image-slider .qodef-e-alt-text-holder {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in
}

.qodef-col-num--1.qodef-navigation-alignment--flex-start.qodef-qi-image-slider .qodef-e-alt-text-holder {
    justify-content: flex-end
}

.qodef-col-num--1.qodef-navigation-alignment--flex-end.qodef-qi-image-slider .qodef-e-alt-text-holder {
    justify-content: flex-start
}

.qodef-qi-image-slider .swiper-slide-active .qodef-e-alt-text-holder {
    visibility: visible;
    opacity: 1
}

.qodef-qi-image-slider .qodef-e-alt-text {
    margin-top: 10px
}

.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner-holder {
    display: block;
    width: calc(100% - 1px);
    transform: scale(1.02) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner-holder {
    transform: scale(1.05)
}

.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner-holder {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner-holder {
    transform: scale(1)
}

.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner-holder {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change: transform
}

.qodef-qi-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner-holder {
    transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner-holder {
    transform-origin: top
}

.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner-holder {
    transform-origin: bottom
}

.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner-holder {
    transform-origin: left
}

.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner-holder {
    transform-origin: right
}

.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide {
    transform: scale(.85);
    transition: all .3s ease
}

.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-active,
.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active {
    transform: scale(1)
}

.qodef-qi-info-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
    padding: 11px 28px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.2em;
    overflow: hidden
}

.qodef-qi-info-button .qodef-m-text-holder {
    display: flex;
    align-items: center
}

.qodef-qi-info-button .qodef-m-subtext {
    font-size: .75em
}

.qodef-qi-info-button .qodef-m-subtext.qodef--subtext-color-set {
    transition: color .25s ease-in-out
}

.qodef-qi-info-button.qodef-size--small {
    padding: 6px 24px
}

.qodef-qi-info-button.qodef-size--large {
    padding: 11px 36px
}

.qodef-qi-info-button.qodef-size--full {
    width: 100%;
    text-align: center
}

.qodef-qi-info-button.qodef-layout--filled {
    color: #111;
    background-color: #f4f4f4;
    border: 0;
    font-size: 1rem;
    border-style: solid
}

.qodef-qi-info-button.qodef-layout--filled:hover {
    color: #fff;
    background-color: #111
}

.qodef-qi-info-button.qodef-layout--outlined {
    color: #111;
    background-color: transparent;
    border: 2px solid #111
}

.qodef-qi-info-button.qodef-layout--outlined:hover {
    color: #111;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.qodef-qi-info-button.qodef-icon--left .qodef-m-text-holder {
    flex-direction: row-reverse
}

.qodef-qi-info-button .qodef-m-icon {
    color: currentColor
}

.qodef-qi-info-button .qodef-m-icon.qodef--icon-color-set {
    transition: color .25s ease-in-out, background-color .25s ease-in-out
}

.qodef-qi-info-button .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon i,
.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
    margin-left: 10px
}

.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon i,
.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
    margin-right: 10px
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
    position: relative;
    overflow: hidden;
    display: inherit;
    padding: 1px
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
    will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(0);
    transition-delay: .1s;
    opacity: 1
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 1px;
    transition-delay: 0s
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    opacity: 0
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(0) translatez(0);
    transition-delay: .25s;
    opacity: 1
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(-150%) translateY(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(200%) translateY(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(150%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(-150%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
    will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(-100%) translateY(100%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(100%) translateY(-100%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
    transition: transform .3s cubic-bezier(.37, .08, .02, .93), opacity .2s ease-in-out;
    transform: translateX(0);
    will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
    transform: translateX(4px)
}

.qodef-qi-info-button.qodef-type--icon-boxed {
    padding: 0 !important;
    flex-direction: row;
    align-items: stretch
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
    flex-direction: column;
    padding: 11px 28px
}

.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left {
    flex-direction: row-reverse
}

.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left .qodef-m-icon-holder {
    flex-direction: row-reverse
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
    align-items: flex-start;
    justify-content: center
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px 0;
    flex: 1
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon i {
    line-height: inherit
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-border {
    height: 100%;
    width: 2px;
    background-color: #111;
    transition: background-color .25s ease-in-out
}

.qodef-qi-info-cards {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 30px;
    transition: background-color .4s ease-out
}

.qodef-qi-info-cards .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-info-cards a:not(.qodef-m-link) {
    position: relative;
    z-index: 1
}

.qodef-qi-info-cards .qodef-m-title {
    margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-title a {
    display: block;
    color: inherit
}

.qodef-qi-info-cards .qodef-m-subtitle {
    margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-content {
    position: relative
}

.qodef-qi-info-cards .qodef-m-content .qodef-m-text {
    margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-icon-wrapper {
    margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-icon-holder {
    font-size: 55px;
    line-height: 1;
    transition: all .3s ease-in-out
}

.qodef-qi-info-cards .qodef-m-icon-holder i {
    vertical-align: top;
    color: inherit
}

.qodef-qi-info-cards .qodef-m-icon-holder svg {
    width: 30px;
    height: auto;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative
}

.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: inline-block
}

.qodef-qi-interactive-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden
}

.qodef-qi-interactive-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.qodef-qi-interactive-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.qodef-qi-interactive-banner .qodef-m-title {
    margin: 0
}

.qodef-qi-interactive-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-qi-interactive-banner .qodef-m-subtitle {
    margin: 0 0 .4em
}

.qodef-qi-interactive-banner .qodef-m-content-inner>.qodef-m-text {
    margin: .7em 0 0
}

.qodef-qi-interactive-banner .qodef-m-text-holder {
    margin: .7em 0 0
}

.qodef-qi-interactive-banner .qodef-m-button {
    padding: .5em 0 0;
    z-index: 1;
    position: relative;
    display: inline-block
}

.qodef-qi-interactive-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden
}

.qodef-qi-interactive-banner .qodef-m-image img {
    display: inline-block;
    transition: all .35s ease-out
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom.qodef--visible .qodef-m-content {
    opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 60px;
    opacity: 0;
    transition: opacity .2s
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement {
    transform: translateZ(0);
    transition: transform .4s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder {
    opacity: 0;
    transition: opacity .25s ease-out
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder .qodef-m-text {
    margin: 0
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement {
    transform: translateY(0) translateZ(0) !important
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-text-holder {
    opacity: 1;
    transition-delay: .15s
}

.qodef-qi-interactive-banner.qodef-layout--image-switch {
    width: 100%;
    background-color: #f6f6f6
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    text-align: left;
    padding: 60px
}

@media only screen and (max-width:680px) {
    .qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
        flex-direction: column
    }
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
    flex: 1;
    margin-right: 2em
}

@media only screen and (max-width:680px) {
    .qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
        margin-right: 0
    }
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
    position: relative;
    width: 35%
}

@media only screen and (max-width:680px) {
    .qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
        width: 100%;
        margin-top: 2em
    }
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image {
    transition: .2s ease-in-out
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:first-child {
    opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:first-child {
    opacity: 0
}

.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:last-child {
    opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--revealing.qodef--visible .qodef-m-content {
    opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    opacity: 0;
    transition: opacity .2s
}

.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content-inner>.qodef-m-text {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .25s, transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-button {
    transition: transform .4s cubic-bezier(.22, .61, .36, 1);
    transition-delay: .05s
}

.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-button {
    transform: translateY(0) translateZ(0) !important;
    transition-delay: 0s
}

.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-content-inner>.qodef-m-text {
    opacity: 1;
    transform: translateY(0);
    transition-duration: .25s, .35s;
    transition-delay: .1s, .1s
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-content {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
    opacity: 0;
    transition: opacity .23s ease-out, transform .28s ease-out
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
    transform: translateY(-10px)
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button {
    transform: translateY(10px)
}

.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex;
    align-items: center;
    visibility: hidden
}

.qodef-qi-interactive-link-showcase.qodef--full-height {
    height: 100vh
}

.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height {
    height: calc(100vh - 32px)
}

.qodef-qi-interactive-link-showcase .qodef-e-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0s .45s
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img {
    display: none
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-qi-interactive-link-showcase .qodef-m-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10
}

.qodef-qi-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #111;
    margin: .6em 0
}

.qodef-qi-interactive-link-showcase .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: -.02em;
    font-size: 39px;
    line-height: 1.19048em;
    transition: color .2s ease-out;
    z-index: 2
}

@media only screen and (max-width:680px) {
    .qodef-qi-interactive-link-showcase .qodef-e-title {
        font-size: 36px
    }
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width .3s ease
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title:hover:after {
    width: 100%
}

.qodef-hover--underline.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
    bottom: 0
}

.qodef-hover--line-through.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
    top: 50%;
    transform: translateY(-50%)
}

.qodef-qi-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-inner-title:after {
    width: 100%
}

.qodef-qi-interactive-link-showcase .qodef-e-text {
    display: block
}

.qodef-qi-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items {
    width: 40%;
    justify-content: center;
    align-items: flex-start
}

.qodef-qi-interactive-link-showcase.qodef-layout--split {
    align-items: stretch
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
    position: relative;
    flex: 1
}

@media only screen and (max-width:680px) {
    .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
        display: none
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
    width: 40%;
    justify-content: center;
    align-items: flex-start;
    padding: 150px 10%
}

@media only screen and (max-width:680px) {
    .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
        width: 100%
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img {
    max-height: 100%;
    object-fit: contain
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard {
    justify-content: center;
    text-align: center
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width:768px) {
    .qodef-standard-hide-under--768 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
        display: none
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
    width: 40%;
    justify-content: center
}

@media only screen and (max-width:680px) {
    .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
        width: 100%
    }
}

.qodef-standard-images-on-top--yes .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
    z-index: unset
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .35s ease-out
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left {
    left: 0;
    width: 30%
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right {
    left: auto;
    right: 0;
    width: 30%
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img {
    position: relative
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width:680px) {
    .qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
        display: none
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 -20px
}

@media only screen and (max-width:680px) {
    .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
        width: 100%
    }
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-item {
    position: relative;
    flex: 1;
    flex-grow: 0;
    margin: 0 !important
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title {
    white-space: nowrap;
    padding: 0 20px
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title:before {
    position: absolute;
    right: 0;
    transform: translateX(50%)
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-text {
    padding: 0 20px
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .35s ease-out
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--left {
    left: 0;
    width: 30%;
    justify-content: flex-start
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--right {
    left: auto;
    right: 0;
    width: 30%;
    justify-content: flex-end
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image img {
    position: relative
}

.qodef-qi-item-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.qodef-qi-item-showcase .qodef-m-image {
    position: relative;
    flex-shrink: 0;
    max-width: 60%;
    padding: 0 60px
}

.qodef-qi-item-showcase .qodef-m-image img {
    display: block
}

.qodef-qi-item-showcase .qodef-m-items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.qodef-qi-item-showcase .qodef-m-items.qodef--left {
    text-align: right
}

.qodef-qi-item-showcase .qodef-m-items.qodef--right {
    text-align: left
}

.qodef-qi-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

@media screen and (min-width:1025px) {
    .qodef-qi-item-showcase .qodef-m-item:last-child {
        margin-bottom: 0 !important
    }
}

.qodef-qi-item-showcase .qodef-e-icon-holder {
    line-height: 1em;
    transition: color .2s ease-out
}

.qodef-qi-item-showcase .qodef-e-icon-holder a {
    display: inline-block
}

.qodef-qi-item-showcase .qodef-e-icon-holder>svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-item-showcase .qodef-e-title {
    margin: 0 0 1em
}

.qodef-qi-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-qi-item-showcase .qodef-e-title-link:hover {
    color: var(--qode-main-color)
}

.qodef-qi-item-showcase .qodef-e-text {
    margin: 0
}

.qodef-qi-item-showcase.qodef-qi--has-appear {
    visibility: hidden
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-image {
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity: 0
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item {
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity: 0
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1) {
    transition-delay: .2s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2) {
    transition-delay: .4s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3) {
    transition-delay: .6s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4) {
    transition-delay: .8s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5) {
    transition-delay: 1s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6) {
    transition-delay: 1.2s
}

.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared {
    visibility: visible
}

.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image {
    opacity: 1;
    transform: translateY(0)
}

.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (max-width:1024px) {
    .qodef-qi-item-showcase {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .qodef-qi-item-showcase .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        max-width: 100%;
        padding-left: 0 !important
    }

    .qodef-qi-item-showcase .qodef-m-items {
        left: 40%;
        width: calc(100% - 40%)
    }

    .qodef-qi-item-showcase .qodef-m-items .qodef-m-item {
        transition-delay: 0s
    }

    .qodef-qi-item-showcase .qodef-m-items.qodef--left {
        text-align: left
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-item-showcase .qodef-m-image {
        display: none
    }

    .qodef-qi-item-showcase .qodef-m-items {
        left: 0;
        width: 100%
    }
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-m-item {
    display: flex;
    align-items: flex-start
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
    flex-direction: row-reverse
}

@media only screen and (max-width:1024px) {
    .qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
        flex-direction: row
    }
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
    margin-left: .5em
}

@media only screen and (max-width:1024px) {
    .qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
        margin-left: 0;
        margin-right: .5em
    }
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--right .qodef-e-side-holder {
    margin-right: .5em
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder {
    font-size: 3em;
    flex-shrink: 0
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-content-holder {
    flex: 1
}

.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-icon-holder,
.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-number {
    margin-bottom: .4em
}

.qodef-qi-message-box {
    background: #d5eaf4;
    padding: 40px 40px;
    display: flex;
    transition: opacity .19s ease, visibility .19s ease
}

.qodef-qi-message-box.qodef-hidden {
    opacity: 0;
    visibility: hidden
}

.qodef-qi-message-box.qodef-icon--middle {
    align-items: center
}

.qodef-qi-message-box.qodef-icon--top {
    align-items: flex-start
}

.qodef-qi-message-box.qodef-icon--bottom {
    align-items: flex-end
}

.qodef-qi-message-box .qodef-m-close-icon {
    position: absolute;
    right: 17px;
    top: 17px;
    line-height: 1;
    cursor: pointer;
    transition: color .25s ease-in-out
}

.qodef-qi-message-box .qodef-m-close-icon i {
    color: inherit
}

.qodef-qi-message-box .qodef-m-close-icon svg {
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-message-box .qodef-m-icon {
    line-height: 1;
    margin-right: 20px
}

.qodef-qi-message-box .qodef-m-title {
    margin: 0
}

.qodef-qi-message-box .qodef-m-text {
    margin: 0
}

.q-message-box-holder {
    transition: height .23s cubic-bezier(.05, .47, .58, 1)
}

.qodef-qi-parallax-images {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-parallax-images .qodef-m-images {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-browser--ms-explorer .qodef-qi-parallax-images .qodef-m-images {
    width: 100%
}

.e--ua-firefox .qodef-qi-parallax-images .qodef-m-images img {
    backface-visibility: hidden
}

.qodef-qi-parallax-images .qodef-e-parallax-image {
    position: absolute;
    display: block;
    transition: all .7s cubic-bezier(.23, 1, .32, 1)
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-left {
    top: 0;
    left: 0
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-right {
    top: 0;
    right: 0
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left {
    bottom: 0;
    left: 0
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right {
    bottom: 0;
    right: 0
}

.qodef-qi-preview-slider {
    position: relative;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-preview-slider.qodef--visible {
    opacity: 1
}

.qodef-qi-preview-slider .qodef-preview-slider-device-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.qodef-qi-preview-slider .qodef-preview-slider-device {
    position: absolute;
    margin: auto;
    width: 214px;
    bottom: -50px;
    right: 50px
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image {
    position: relative;
    pointer-events: none;
    z-index: 10
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image img {
    width: 100%;
    filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding: 0 !important
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item {
    height: 100%
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item img {
    height: 100%;
    object-fit: cover
}

.qodef-qi-pricing-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-qi-pricing-list .qodef-m-item:not(:last-child) {
    margin-bottom: 35px
}

.qodef-qi-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price {
    text-decoration: line-through;
    margin-right: .25em
}

.qodef-qi-pricing-list .qodef-e-heading {
    display: flex;
    align-items: baseline
}

.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image {
    max-width: 20%
}

.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image img {
    margin-left: 10px
}

.qodef-qi-pricing-list .qodef-e-heading-title {
    margin: 0
}

.qodef-qi-pricing-list .qodef-e-heading-line {
    flex-grow: 1;
    margin: 0 8px;
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-pricing-list .qodef-e-heading-discount-price,
.qodef-qi-pricing-list .qodef-e-heading-price {
    margin: 0;
    color: #111
}

.qodef-qi-pricing-list .qodef-e-description {
    margin: .5em 0 0;
    color: #9c9c9c
}

.qodef-qi-pricing-list .qodef-m-button {
    margin-top: 30px
}

.qodef-qi-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line {
    height: 5px;
    background-repeat: repeat;
    border: none
}

.qodef-qi-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line {
    border-bottom-style: dashed
}

.qodef-qi-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line {
    border-bottom-style: dotted
}

.qodef-qi-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item {
    display: flex;
    align-items: center
}

.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image {
    max-width: 25%;
    flex-shrink: 0;
    margin-right: 24px
}

.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-item-holder {
    flex: 1
}

.qodef-qi-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-qi-pricing-table.qodef-status--featured {
    transform: translateY(-18px)
}

.qodef-qi-pricing-table .qodef-m-inner {
    position: relative;
    padding: 45px
}

.qodef-qi-pricing-table .qodef-m-title {
    margin: 0
}

.qodef-qi-pricing-table .qodef-m-price {
    display: flex;
    align-items: baseline
}

.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: inline-flex;
    margin: 0;
    line-height: 1;
    justify-content: center;
    align-items: baseline
}

.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-currency {
    align-self: flex-start
}

.qodef-qi-pricing-table.qodef-period--side .qodef-m-price-period {
    margin-left: 5px
}

.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price {
    flex-direction: column
}

.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price-period {
    margin: 0
}

.qodef-qi-pricing-table .qodef-m-content {
    padding: 25px 0 0;
    margin: 0
}

.qodef-qi-pricing-table .qodef-m-content li {
    margin-bottom: 8px
}

.qodef-qi-pricing-table .qodef-m-content li:last-child {
    margin-bottom: 0
}

.qodef-qi-pricing-table .qodef-m-content li.qodef--excluded {
    text-decoration: line-through;
    color: rgba(17, 17, 17, .6)
}

.qodef-qi-pricing-table .qodef-m-button .qodef-qi-button {
    margin: 25px 0 0
}

.qodef-qi-pricing-table .qodef-m-label {
    position: absolute;
    right: 15px;
    color: #fff;
    background-color: #111
}

.qodef-qi-pricing-table.qodef-label-type--badge .qodef-m-label {
    top: 15px;
    border-radius: 50px;
    padding: 10px
}

.qodef-qi-pricing-table.qodef-label-type--ribbon .qodef-m-label {
    top: -1px;
    border-radius: 50px 0 0 50px;
    transform: rotate(-90deg) translate(0, -100%);
    transform-origin: right top;
    padding: 5px 15px
}

.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content {
    list-style-type: none
}

.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-pricing-table.qodef-list-style-icon .qodef-e-icon {
    display: inline-block
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-m-content {
    margin: 0 calc(-1em - 5px)
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside li {
    position: relative;
    display: flex
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-icon {
    position: absolute;
    left: 0
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-text {
    flex: 1;
    padding: 0 5px;
    margin: 0 1em
}

.qodef-qi-pricing-table.qodef-list-style--outside .qodef-m-content {
    list-style-position: outside
}

.qodef-qi-pricing-table.qodef-list-style--inside .qodef-m-content {
    list-style-position: inside
}

.qodef-qi-pricing-table.qodef-list-type--none .qodef-m-content {
    list-style-type: none
}

.qodef-qi-pricing-table .qodef-qi-separator .qodef-m-line {
    width: 30px
}

.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-inner {
    padding: 50px
}

.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-title {
    background-color: #f6f6f6;
    padding: 30px 50px
}

.qodef-qi-pricing-table.qodef-layout--minimal {
    border-width: 0 0 0 1px
}

.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-inner {
    padding: 0 0 0 15px
}

.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper {
    margin: 0 0 .5em
}

.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-inner {
    padding: 0 50px 40px
}

.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-title-wrapper {
    background-color: #f6f6f6;
    padding: 40px 20px
}

.qodef-qi-pricing-table.qodef-layout--standard .qodef-m-title {
    margin: 0 0 1em
}

.qodef-qi-pricing-table.qodef-layout--vertical-image {
    display: flex
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-inner {
    flex: 1
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder {
    width: 90px;
    max-width: 60%
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder .qodef-m-image {
    height: 100%
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder img {
    height: 100%;
    object-fit: cover
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-title {
    margin-bottom: 1em
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-inner {
    padding: 0
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-top {
    padding: 50px
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content {
    padding: 0
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item {
    padding: 27px 50px;
    margin: 0;
    border-top: 1px solid #ebebeb
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon {
    line-height: 1em
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg {
    width: 1em;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title {
    margin: .7em 0 1em
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-button .qodef-qi-button {
    width: 100%;
    text-align: center;
    margin-top: 0
}

.qodef-qi-process.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item:last-child .qodef-e-line {
    display: none
}

.qodef-qi-process .qodef-e-icon-holder {
    position: relative;
    z-index: 5
}

.qodef-qi-process .qodef-e-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    font-size: 60px;
    background: #f6f6f6;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 3
}

.qodef-qi-process .qodef-e-number {
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    width: 2.8em;
    height: 2.8em;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-qi-process .qodef-e-line {
    position: absolute;
    z-index: 2
}

.qodef-qi-process .qodef-e-title {
    margin: 2em 0 0
}

.qodef-qi-process .qodef-e-text {
    margin: .3em 0 0
}

.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-number {
    width: 2.8em;
    height: 2.8em;
    font-size: 20px
}

.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line {
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto
}

.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner {
    width: 100%;
    height: 100%;
    border-bottom: #acacac;
    position: absolute;
    top: 0;
    left: 0
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
    transition: transform 1s;
    transform-origin: left;
    transform: scaleX(0)
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-icon {
    transition: transform .35s, opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-title {
    transition: transform .35s, opacity .2s;
    transform: translateY(10px);
    opacity: 0
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
    transition-delay: .25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title {
    transition-delay: .1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) {
    transition-delay: .35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
    transition-delay: .6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
    transition-delay: .35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title {
    transition-delay: .45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) {
    transition-delay: .7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
    transition-delay: .95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
    transition-delay: .7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title {
    transition-delay: .8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) {
    transition-delay: 1.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
    transition-delay: 1.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
    transition-delay: 1.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title {
    transition-delay: 1.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) {
    transition-delay: 1.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
    transition-delay: 1.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
    transition-delay: 1.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title {
    transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) {
    transition-delay: 1.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
    transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
    transition-delay: 1.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title {
    transition-delay: 1.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) {
    transition-delay: 2.1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
    transition-delay: 2.35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
    transition-delay: 2.1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title {
    transition-delay: 2.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) {
    transition-delay: 2.45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
    transition-delay: 2.7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
    transition-delay: 2.45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title {
    transition-delay: 2.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) {
    transition-delay: 2.8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
    transition-delay: 3.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
    transition-delay: 2.8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title {
    transition-delay: 2.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) {
    transition-delay: 3.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
    transition-delay: 3.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
    transition-delay: 3.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title {
    transition-delay: 3.25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
    transition-delay: 3.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title {
    transition-delay: 3.6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) {
    transition-delay: 3.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
    transition-delay: 4.1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
    transition-delay: 3.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title {
    transition-delay: 3.95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) {
    transition-delay: 4.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
    transition-delay: 4.45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
    transition-delay: 4.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title {
    transition-delay: 4.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) {
    transition-delay: 4.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
    transition-delay: 4.8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
    transition-delay: 4.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title {
    transition-delay: 4.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) {
    transition-delay: 4.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
    transition-delay: 5.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
    transition-delay: 4.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title {
    transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) {
    transition-delay: 5.25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
    transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
    transition-delay: 5.25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title {
    transition-delay: 5.35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) {
    transition-delay: 5.6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
    transition-delay: 5.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
    transition-delay: 5.6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title {
    transition-delay: 5.7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) {
    transition-delay: 5.95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
    transition-delay: 6.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
    transition-delay: 5.95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title {
    transition-delay: 6.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) {
    transition-delay: 6.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
    transition-delay: 6.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
    transition-delay: 6.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title {
    transition-delay: 6.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) {
    transition-delay: 6.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
    transition-delay: 6.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
    transition-delay: 6.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title {
    transition-delay: 6.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
    transform: scaleX(1)
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
    transform: scale(1);
    opacity: 1
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title {
    transform: translateY(0);
    opacity: 1
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-grid-inner {
    grid-row-gap: 0
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-content {
    display: flex;
    align-items: stretch
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-text-wrapper {
    margin-left: 30px
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-process-item:not(:last-child) .qodef-e-icon-holder {
    padding-bottom: 50px
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-icon {
    font-size: 40px
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line {
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%)
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #acacac
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-title {
    margin: 0
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
    transition: transform .8s;
    transform-origin: top;
    transform: scaleY(0)
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-icon {
    transition: opacity .35s;
    opacity: 0
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-title {
    transition: transform .35s, opacity .25s;
    transform: translateY(-10px);
    opacity: 0
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
    transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title {
    transition-delay: .15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) {
    transition-delay: .5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
    transition-delay: .5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
    transition-delay: .5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title {
    transition-delay: .65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) {
    transition-delay: 1s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
    transition-delay: 1s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
    transition-delay: 1s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title {
    transition-delay: 1.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) {
    transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
    transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
    transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title {
    transition-delay: 1.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) {
    transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
    transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
    transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title {
    transition-delay: 2.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) {
    transition-delay: 2.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
    transition-delay: 2.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
    transition-delay: 2.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title {
    transition-delay: 2.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) {
    transition-delay: 3s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
    transition-delay: 3s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
    transition-delay: 3s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title {
    transition-delay: 3.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
    transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title {
    transition-delay: 3.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) {
    transition-delay: 4s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
    transition-delay: 4s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
    transition-delay: 4s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title {
    transition-delay: 4.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) {
    transition-delay: 4.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
    transition-delay: 4.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
    transition-delay: 4.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title {
    transition-delay: 4.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) {
    transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
    transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
    transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title {
    transition-delay: 5.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) {
    transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
    transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
    transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title {
    transition-delay: 5.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) {
    transition-delay: 6s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
    transition-delay: 6s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
    transition-delay: 6s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title {
    transition-delay: 6.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) {
    transition-delay: 6.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
    transition-delay: 6.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
    transition-delay: 6.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title {
    transition-delay: 6.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) {
    transition-delay: 7s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
    transition-delay: 7s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
    transition-delay: 7s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title {
    transition-delay: 7.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) {
    transition-delay: 7.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
    transition-delay: 7.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
    transition-delay: 7.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title {
    transition-delay: 7.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) {
    transition-delay: 8s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
    transition-delay: 8s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
    transition-delay: 8s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title {
    transition-delay: 8.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) {
    transition-delay: 8.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
    transition-delay: 8.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
    transition-delay: 8.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title {
    transition-delay: 8.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) {
    transition-delay: 9s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
    transition-delay: 9s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
    transition-delay: 9s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title {
    transition-delay: 9.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) {
    transition-delay: 9.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
    transition-delay: 9.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
    transition-delay: 9.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title {
    transition-delay: 9.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
    transform: scaleY(1)
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
    opacity: 1
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title {
    transform: translateX(0);
    opacity: 1
}

.qodef-qi-progress-bar-circle {
    position: relative;
    visibility: hidden
}

.qodef-qi-progress-bar-circle.qodef--init {
    visibility: visible
}

.qodef-qi-progress-bar-circle .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.qodef-qi-progress-bar-circle .qodef-m-canvas {
    position: relative;
    width: 100%
}

.qodef-qi-progress-bar-circle .qodef-m-title {
    margin: 2em 0 0
}

.qodef-qi-progress-bar-circle .qodef-m-text {
    margin: .5em 0 0 0
}

.qodef-qi-progress-bar-circle .qodef-m-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 62px
}

.qodef-qi-progress-bar-circle .qodef-m-percentage {
    font-size: 60%;
    top: -.3em
}

.qodef-qi-progress-bar-horizontal {
    position: relative;
    visibility: hidden
}

.qodef-qi-progress-bar-horizontal.qodef--init {
    visibility: visible
}

.qodef-qi-progress-bar-horizontal.qodef--pattern .qodef-m-canvas svg path:first-child {
    opacity: 0
}

.qodef-qi-progress-bar-horizontal .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-qi-progress-bar-horizontal .qodef-m-canvas {
    position: relative;
    width: 100%
}

.qodef-qi-progress-bar-horizontal .qodef-m-content {
    display: flex;
    align-items: center
}

.qodef-qi-progress-bar-horizontal .qodef-m-title {
    margin: 0 0 .5em
}

.qodef-qi-progress-bar-horizontal .qodef-m-value {
    padding: 0;
    margin: 0 0 .5em;
    font-size: 16px;
    position: absolute
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value {
    margin: 0;
    transform: translateY(100%);
    z-index: 1
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner {
    opacity: 0;
    transition: opacity .2s .5s
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init .qodef-m-value-inner {
    opacity: 1
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    z-index: 1
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title {
    margin: 0 0 0 .5em
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value {
    margin: 0 0 0 .5em;
    position: relative
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value {
    right: 0
}

.qodef-qi-progress-bar-vertical {
    position: relative;
    visibility: hidden
}

.qodef-qi-progress-bar-vertical.qodef--init {
    visibility: visible
}

.qodef-qi-progress-bar-vertical.qodef--pattern .qodef-m-canvas svg path:first-child {
    opacity: 0
}

.qodef-qi-progress-bar-vertical .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%
}

.qodef-qi-progress-bar-vertical .qodef-m-canvas {
    position: relative
}

.qodef-qi-progress-bar-vertical .qodef-m-canvas svg {
    max-width: 100%
}

.qodef-qi-progress-bar-vertical .qodef-m-title {
    margin: 1em 0 0
}

.qodef-qi-progress-bar-vertical .qodef-m-value {
    padding: 0;
    margin: 0;
    font-size: 16px
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title {
    margin: 0 0 0 1em
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value {
    margin: 0 0 0 1em
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner {
    flex-direction: row;
    align-items: flex-end
}

.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value {
    position: absolute;
    margin: 0 0 .5em;
    right: 0
}

.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title {
    position: absolute;
    margin: 0 0 .5em;
    left: 0
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title {
    margin: 0 0 0 .5em
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value {
    margin: 0 0 0 .5em
}

.qodef-qi-section-title {
    position: relative
}

.qodef-qi-section-title .qodef-m-title {
    margin: 0
}

.qodef-qi-section-title .qodef-m-subtitle {
    display: inline-flex;
    align-items: baseline;
    margin: 0
}

.qodef-subtitle-icon--right.qodef-qi-section-title .qodef-m-subtitle {
    flex-direction: row
}

.qodef-subtitle-icon--left.qodef-qi-section-title .qodef-m-subtitle {
    flex-direction: row-reverse
}

.qodef-qi-section-title .qodef-m-icon-holder {
    display: inline-block;
    line-height: 1em
}

.qodef-qi-section-title .qodef-m-icon-holder svg {
    width: 1em;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-section-title>.qodef-m-text {
    margin: .5em 0 0
}

.qodef-qi-section-title .qodef-m-button {
    margin-top: .65em
}

.qodef-qi-section-title.qodef-decoration--underline .qodef-e-decorated {
    text-decoration: underline
}

.qodef-qi-section-title.qodef-decoration--italic .qodef-e-decorated {
    font-style: italic
}

.qodef-qi-section-title.qodef-decoration--bold .qodef-e-decorated {
    font-weight: 700
}

.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .07em), currentColor .07em);
    background-size: 100% 87%
}

.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:hover {
    color: currentColor;
    text-decoration: none;
    animation: qodef-animate-underline-multiline 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:focus {
    color: currentColor
}

.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a:hover {
    text-decoration: none;
    background-size: 100% 100%
}

.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a:hover {
    text-decoration: none;
    background-size: 100% 100%
}

@keyframes qodef-qi-animate-underline-multiline-thick {
    0% {
        background-size: 100% 93%;
        background-position-x: right
    }

    38% {
        background-size: 0 93%;
        background-position-x: right
    }

    39% {
        background-size: 0 93%;
        background-position-x: left
    }

    100% {
        background-size: 100% 93%;
        background-position-x: left
    }
}

.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .07em), currentColor .07em);
    background-size: 100% 93%
}

.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a:hover {
    text-decoration: none;
    animation: qodef-qi-animate-underline-multiline-thick 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

@media only screen and (max-width:1024px) {
    .qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

.qodef-qi-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1
}

.qodef-qi-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1px;
    color: #111;
    border-bottom: 1em solid currentColor;
    margin: 10px 0
}

.qodef-qi-separator.qodef-position--center {
    text-align: center
}

.qodef-qi-separator.qodef-position--left {
    text-align: left
}

.qodef-qi-separator.qodef-position--right {
    text-align: right
}

.qodef-qi-separator.qodef-separator--border-image .qodef-m-line {
    font-size: 12px;
    height: 1em;
    border-bottom: none;
    margin: 10px 0;
    background-size: contain;
    background-repeat: round
}

.qodef-qi-separator.qodef-separator--with-icon {
    display: flex
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-line {
    display: flex;
    align-items: center;
    border-width: 0
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon {
    flex-shrink: 0;
    font-size: 1rem;
    margin: 0 1em
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-inner-line {
    width: 50%;
    border-color: currentColor;
    border-style: inherit;
    border-width: 1em
}

.qodef-qi-separator.qodef-separator--with-icon.qodef-position--center {
    justify-content: center
}

.qodef-qi-separator.qodef-separator--with-icon.qodef-position--left {
    justify-content: flex-start
}

.qodef-qi-separator.qodef-separator--with-icon.qodef-position--right {
    justify-content: flex-end
}

.qodef-qi-slider-switch {
    position: relative;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-qi-slider-switch.qodef--visible {
    opacity: 1
}

.qodef-qi-slider-switch .qodef-m-main-text {
    margin-bottom: 30px
}

.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-title {
    margin: 0 0 .7em
}

.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-text {
    margin: 0
}

.qodef-qi-slider-switch .qodef-m-main {
    position: relative
}

.qodef-qi-slider-switch .qodef-m-main-slider {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border-radius: 10%
}

.qodef-qi-slider-switch .qodef-m-main-slider .qodef-qi-swiper-container {
    height: 100%;
    z-index: unset
}

.qodef-qi-slider-switch .qodef-m-main-slider .swiper-slide a {
    height: 100%
}

.qodef-qi-slider-switch .qodef-slider-main-image {
    position: relative;
    z-index: 5;
    pointer-events: none
}

.qodef-qi-slider-switch .qodef-slider-main-image img {
    width: 100%
}

.qodef-qi-slider-switch .qodef-slider-switch-device-holder {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.qodef-qi-slider-switch .qodef-slider-switch-device {
    position: absolute;
    margin: auto;
    width: 214px;
    bottom: -50px;
    right: 50px;
    overflow: hidden
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image {
    position: relative;
    pointer-events: none;
    z-index: 10
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image img {
    width: 100%;
    filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding: 0 !important
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item {
    height: 100%
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item a {
    height: 100%
}

.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-qi-slider-switch .qodef-m-main-text a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-text,
.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-title {
    opacity: 0;
    transform: translateX(40px);
    transition: .3s ease-in-out
}

.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text,
.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title {
    opacity: 1;
    transform: translateX(0)
}

.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title {
    transition: opacity .35s .2s, transform .65s cubic-bezier(.26, 0, 0, 1.01) .2s
}

.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text {
    transition: opacity .35s .35s, transform .65s cubic-bezier(.26, 0, 0, 1.01) .35s
}

.qodef-qi-table-of-contents {
    position: relative
}

.qodef-qi-table-of-contents .qodef-m-title {
    margin: 0
}

.qodef-qi-table-of-contents .qodef-m-subtitle {
    margin: 0
}

.qodef-qi-table-of-contents .qodef-m-text {
    margin: .5em 0 0
}

.qodef-qi-table-of-contents .qodef-m-table-content {
    margin-top: 1.5em
}

.qodef-qi-table-of-contents .qodef-m-table-content a {
    position: relative;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .55s cubic-bezier(.32, .32, .15, 1.17);
    background-size: 0 100%
}

.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a:hover {
    background-size: 100% 100%
}

.qodef-qi-table-of-contents.qodef-list-position--inside ol,
.qodef-qi-table-of-contents.qodef-list-position--inside ul {
    list-style-position: inside
}

.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ol,
.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ul {
    margin-left: 0 !important
}

.qodef-qi-table-of-contents.qodef-list-position--outside ol,
.qodef-qi-table-of-contents.qodef-list-position--outside ul {
    list-style-position: outside
}

.qodef-qi-tabs-horizontal.qodef-layout--simple {
    position: relative;
    visibility: hidden
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef--init {
    visibility: visible
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width:680px) {
    .qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation .qodef-tab-title,
    .qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
        width: 100%
    }
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li .qodef-tab-title {
    margin: 0
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a {
    position: relative;
    color: #cacaca;
    display: block;
    padding: 0;
    transition: color .25s ease-out
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .25s ease-out
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition: opacity .25s ease-out
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a .q-text {
    z-index: 1;
    position: relative
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li:not(:last-child) {
    margin-right: 4em
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a {
    color: #1e1e1e
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:before,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:before {
    opacity: 1
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content {
    position: relative;
    padding: 26px 0 0
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li a:after {
    opacity: 1;
    transform: scaleX(0);
    transition: transform .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-active a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
    transform: scaleX(1)
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left .qodef-tabs-horizontal-navigation li a:after {
    transform-origin: left
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li a:after {
    left: unset;
    right: 0;
    transform: scaleX(1);
    width: 0;
    transition: width .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-active a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
    width: 100%
}

.qodef-qi-tabs-vertical.qodef-layout--simple {
    position: relative;
    visibility: hidden;
    display: flex;
    align-items: stretch;
    height: 100%
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef--init {
    visibility: visible
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation {
    position: relative;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
    display: block
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .qodef-tab-title {
    margin: 0
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a {
    position: relative;
    color: #cacaca;
    display: block;
    padding: 0;
    transition: color .25s ease-out
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:after {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .25s ease-out
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition: opacity .25s ease-out
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a {
    color: #1e1e1e
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:before,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:before {
    opacity: 1
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .q-text {
    z-index: 1;
    position: relative
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content {
    position: relative;
    padding: 0 0 0 26px
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li a:after {
    opacity: 1;
    transform: scaleY(0);
    transition: transform .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-active a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-hover a:after {
    transform: scaleY(1)
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top .qodef-tabs-vertical-navigation li a:after {
    transform-origin: top
}

@media only screen and (max-width:1024px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-navigation {
        width: 100%
    }

    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-content {
        padding: 26px 0 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-navigation {
        width: 100%
    }

    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-content {
        padding: 26px 0 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-navigation {
        width: 100%
    }

    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-content {
        padding: 26px 0 0
    }
}

@media only screen and (max-width:480px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-navigation {
        width: 100%
    }

    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-content {
        padding: 26px 0 0
    }
}

.qodef-qi-team-member .qodef-m-title {
    margin: 0
}

.qodef-qi-team-member .qodef-m-role {
    margin: 0 0 .8em
}

.qodef-qi-team-member .qodef-m-text {
    margin: 0 0 .8em
}

.qodef-qi-team-member .qodef-m-social-icons {
    font-size: 0;
    margin: 0
}

.qodef-qi-team-member .qodef-m-social-icons>* {
    font-size: 1rem;
    margin-right: .7em
}

.qodef-qi-team-member .qodef-m-social-icons>:last-child {
    margin: 0
}

.qodef-qi-team-member .qodef-e-social-icon {
    transition: color .2s ease-out
}

.qodef-qi-team-member .qodef-e-social-icon i {
    font-size: inherit
}

.qodef-qi-team-member .qodef-e-social-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: middle
}

.qodef-qi-team-member.qodef-image--hover-scale img,
.qodef-qi-team-member.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-qi-team-member.qodef-image--hover-scale:hover img,
.qodef-qi-team-member.qodef-image--hover-zoom:hover img {
    transform: scale(1.03)
}

.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image {
    overflow: hidden
}

.qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content {
    margin: .9em 0 0
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-title {
    transform: translateX(0);
    opacity: 1
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role {
    transition-delay: .15s
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons {
    transition-delay: .3s
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content {
    margin: .9em 0 0
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-title {
    opacity: 0;
    transform: translateX(30px);
    transition: transform .45s cubic-bezier(.16, .32, .26, .92), opacity .45s ease-out;
    transition-delay: 0s, 0s
}

.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner {
    position: relative;
    overflow: hidden
}

.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner:hover .qodef-m-content {
    transform: translateY(0)
}

.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.22, .61, .36, 1);
    padding: 30px;
    z-index: 1
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner:hover .qodef-m-content {
    opacity: 1
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-media-image {
    display: inline-block;
    vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    padding: 20px 30px
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content>* {
    width: 100%
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-title {
    color: #fff
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-role {
    color: #c4c4c4
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner:hover .qodef-m-content {
    opacity: 1;
    -webkit-clip-path: inset(10px 10px 10px 10px);
    clip-path: inset(10px 10px 10px 10px);
    transition-delay: 0s, .15s
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-media-image {
    display: inline-block;
    vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .25s ease-out, all .3s cubic-bezier(.46, .03, .52, .96);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    padding: 5%
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content>* {
    width: 100%
}

.qodef-qi-testimonials-list .qodef-e-title {
    margin: 0 0 .7em
}

.qodef-qi-testimonials-list .qodef-e-text {
    margin: 0
}

.qodef-qi-testimonials-list .qodef-e-media-image {
    display: inline-block;
    vertical-align: top;
    line-height: 0
}

.qodef-qi-testimonials-list .qodef-e-quote {
    font-size: 1em;
    line-height: 0;
    margin: auto
}

.qodef-qi-testimonials-list .qodef-e-quote svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-testimonials-list .qodef-e-author {
    display: flex;
    margin: 0
}

.qodef-qi-testimonials-list .qodef-e-author-name {
    margin: 0
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image {
    margin-bottom: 1.8em;
    border-radius: 50%;
    overflow: hidden
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-inner {
    position: relative;
    text-align: center;
    padding: 55px 40px;
    background-color: #f6f6f6;
    overflow: hidden
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-content,
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-top {
    position: relative
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-quote {
    position: absolute;
    top: -.1em;
    left: 50%;
    font-size: 14em;
    color: rgba(0, 0, 0, .2);
    transform: translateX(-50%)
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-text {
    margin: 0 0 1em
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
    text-align: center
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-quote {
    font-size: 2em;
    margin-bottom: 1.2em
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
    width: 50px;
    margin-bottom: .5em;
    border-radius: 50%;
    overflow: hidden
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
    display: flex
}

@media only screen and (max-width:480px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
        flex-direction: column
    }
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
    font-size: 100px;
    width: 1em;
    margin: 0 35px 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg {
    vertical-align: top
}

@media only screen and (max-width:480px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
        margin: 0 0 35px
    }
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-content {
    flex: 1;
    text-align: left
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info {
    display: flex;
    align-items: center
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image {
    width: 50px;
    margin: 0 10px 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author {
    flex-direction: row;
    align-items: baseline
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author-job:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1em;
    background-color: currentColor;
    margin: 0 .65em
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width:680px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
    position: relative;
    flex-shrink: 0;
    width: 110px;
    max-width: 30%;
    margin-right: 6%
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
    border-radius: 25%;
    overflow: hidden
}

@media only screen and (max-width:680px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
        max-width: 100%
    }
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote {
    position: absolute;
    bottom: -.5em;
    right: -.5em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #111;
    border-radius: 50%
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-content {
    flex: 1;
    text-align: left
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text {
    margin: 0 0 1em
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-slider .qodef-e-inner {
    overflow: hidden
}

.qodef-qi-testimonials-slider .qodef-e-title {
    margin: 0 0 .7em
}

.qodef-qi-testimonials-slider .qodef-e-text {
    margin: 0
}

.qodef-qi-testimonials-slider .qodef-e-media-image {
    display: inline-block;
    vertical-align: top;
    line-height: 0
}

.qodef-qi-testimonials-slider .qodef-e-quote {
    font-size: 1em;
    line-height: 0;
    margin: auto
}

.qodef-qi-testimonials-slider .qodef-e-quote svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor
}

.qodef-qi-testimonials-slider .qodef-e-author {
    display: flex;
    margin: 0
}

.qodef-qi-testimonials-slider .qodef-e-author-name {
    margin: 0
}

.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide {
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-active,
.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image {
    margin-bottom: 1em;
    border-radius: 50%;
    overflow: hidden
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner {
    text-align: center;
    padding: 55px 40px;
    background-color: #f6f6f6
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-top {
    position: relative;
    display: inline-block
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-media-image {
    margin-bottom: 1em
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner {
    text-align: center
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote {
    font-size: 2em;
    margin-bottom: 1.2em
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
    display: flex
}

@media only screen and (max-width:480px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
        flex-direction: column
    }
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
    font-size: 100px;
    width: 1em;
    margin: 0 35px 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg {
    vertical-align: top
}

@media only screen and (max-width:480px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
        margin: 0 0 35px
    }
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content {
    flex: 1;
    text-align: left
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-bottom-info {
    display: flex;
    align-items: center
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-media-image {
    width: 50px;
    margin: 0 10px 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author {
    flex-direction: row;
    align-items: baseline
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author-job:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1em;
    background-color: currentColor;
    margin: 0 .65em
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
    display: flex;
    align-items: center
}

@media only screen and (max-width:1024px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
        align-items: baseline
    }
}

@media only screen and (max-width:680px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
    position: relative;
    flex-shrink: 0;
    width: 290px;
    max-width: 30%;
    margin-right: 6%
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
    border-radius: 10%;
    overflow: auto
}

@media only screen and (max-width:680px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
        max-width: 100%
    }
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-quote {
    position: absolute;
    top: -1em;
    right: -1em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #111;
    border-radius: 50%
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-content {
    flex: 1;
    text-align: left
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job {
    margin: .2em 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-inner {
    text-align: left
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-quote {
    font-size: 2em;
    margin-bottom: 1.2em
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-text {
    margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info {
    display: flex;
    align-items: center
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image {
    width: 50px;
    border-radius: 50%;
    margin-right: 1em;
    overflow: hidden
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author {
    flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job {
    margin: 0
}

.qodef-qi-text-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-qi-text-marquee .qodef-m-content {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden
}

.qodef-qi-text-marquee .qodef-m-text {
    display: flex;
    align-items: baseline
}

.qodef-qi-text-marquee .qodef-m-text.qodef-text--original {
    animation: qode-move-horizontal-normal-text-marquee 20s linear infinite
}

.qodef-qi-text-marquee .qodef-m-text.qodef-text--copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
    animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite
}

.qodef-qi-text-marquee .qodef-m-text-item {
    font-size: 100px;
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em
}

.qodef-qi-text-marquee .qodef-e-icon-holder {
    display: flex;
    font-size: 30px;
    align-self: center;
    align-items: center
}

.qodef-qi-text-marquee .qodef-e-icon-holder svg {
    fill: currentColor;
    stroke: currentColor;
    width: 1em;
    height: auto
}

.qodef-qi-text-marquee.qodef-text-stroke-effect .qodef-m-text-item {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none
}

@keyframes qode-move-horizontal-normal-text-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-horizontal-normal-text-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

@keyframes qode-move-vertical-normal-text-marquee {
    0% {
        transform: translateY(0) translateZ(0)
    }

    100% {
        transform: translateY(-100%) translateZ(0)
    }
}

@keyframes qode-move-vertical-normal-text-marquee-copy {
    0% {
        transform: translateY(100%) translateZ(0)
    }

    100% {
        transform: translateY(0) translateZ(0)
    }
}

@keyframes qode-move-horizontal-reverse-text-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(100%) translateZ(0)
    }
}

@keyframes qode-move-horizontal-reverse-text-marquee-copy {
    0% {
        transform: translateX(-100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

@keyframes qode-move-vertical-reverse-text-marquee {
    0% {
        transform: translateY(0) translateZ(0)
    }

    100% {
        transform: translateY(100%) translateZ(0)
    }
}

@keyframes qode-move-vertical-reverse-text-marquee-copy {
    0% {
        transform: translateY(-100%) translateZ(0)
    }

    100% {
        transform: translateY(0) translateZ(0)
    }
}

.qodef-qi-timeline {
    position: relative
}

.qodef-qi-timeline .qodef-e-item,
.qodef-qi-timeline .qodef-e-item-inner {
    position: relative
}

.qodef-qi-timeline .qodef-e-image {
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.qodef-qi-timeline .qodef-e-date {
    margin: 0 0 .5em
}

.qodef-qi-timeline .qodef-e-title {
    margin: 0 0 .85em
}

.qodef-qi-timeline .qodef-e-text {
    margin: 0
}

.qodef-qi-timeline .qodef-e-point-holder {
    position: absolute;
    color: #fff;
    font-size: 1em;
    width: 1em;
    height: 1em;
    transform: translate(-50%, -50%)
}

.qodef-qi-timeline .qodef-e-point-holder .qodef-e-point {
    background-color: #111;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.qodef-qi-timeline .qodef-e-point-holder .qodef-e-icon-holder {
    font-size: .7em;
    line-height: 1em;
    max-height: 100%
}

.qodef-qi-timeline .qodef-e-point-holder svg {
    width: .7em;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-timeline .qodef-e-line {
    display: block;
    background-color: #ebebeb
}

.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px
}

.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line {
    height: 100%
}

.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
    top: 50%;
    left: 50%
}

.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-line-holder {
    top: 50%
}

.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-item:last-child .qodef-e-line-holder {
    display: none
}

.qodef-qi-timeline.qodef-timeline--horizontal {
    overflow: hidden
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-grid-inner {
    display: flex;
    transition: all .4s ease
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-item {
    flex: 1
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line-holder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line {
    height: 100%
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-point-holder {
    top: 50%;
    left: 50%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 100px;
    width: 1px;
    background-color: #ebebeb;
    transform: translateX(-50%);
    z-index: -1
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
    top: 100%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after {
    bottom: 100%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #ebebeb;
    transform: translateY(-50%);
    z-index: -1
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
    right: 100%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after {
    left: 100%
}

.qodef-qi-timeline.qodef-point--diamond .qodef-e-point {
    border-radius: 0;
    transform: rotate(45deg)
}

.qodef-qi-timeline.qodef-point--diamond .qodef-e-icon-holder {
    transform: rotate(-45deg)
}

.qodef-qi-timeline .qodef-nav-next,
.qodef-qi-timeline .qodef-nav-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #111;
    font-size: 26px;
    z-index: 10;
    cursor: pointer
}

.qodef-qi-timeline .qodef-nav-next>svg,
.qodef-qi-timeline .qodef-nav-prev>svg {
    display: block;
    width: 1em;
    height: auto;
    transition: .2s ease-out;
    stroke: currentColor;
    fill: currentColor
}

.qodef-qi-timeline .qodef-nav-prev {
    left: 0
}

.qodef-qi-timeline .qodef-nav-next {
    right: 0
}

.qodef-qi-timeline.qodef-qi--has-appear {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(40px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(40px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-image {
    transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
    transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-point {
    transform: scale(0);
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-image {
    transition-delay: .3s, .3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-point {
    transition-delay: .4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-content-holder {
    transition-delay: .4s, .4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-image {
    transition-delay: .6s, .6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-point {
    transition-delay: .7s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-content-holder {
    transition-delay: .8s, .8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-image {
    transition-delay: .9s, .9s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-point {
    transition-delay: 1s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-content-holder {
    transition-delay: 1.2s, 1.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-image {
    transition-delay: 1.2s, 1.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-point {
    transition-delay: 1.3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-content-holder {
    transition-delay: 1.6s, 1.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-image {
    transition-delay: 1.5s, 1.5s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-point {
    transition-delay: 1.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-content-holder {
    transition-delay: 2s, 2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-image {
    transition-delay: 1.8s, 1.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-point {
    transition-delay: 1.9s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-content-holder {
    transition-delay: 2.4s, 2.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-image {
    transition-delay: 2.1s, 2.1s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-point {
    transition-delay: 2.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-content-holder {
    transition-delay: 2.8s, 2.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-image {
    transition-delay: 2.4s, 2.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-point {
    transition-delay: 2.5s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-content-holder {
    transition-delay: 3.2s, 3.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-image {
    transition-delay: 2.7s, 2.7s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-point {
    transition-delay: 2.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-content-holder {
    transition-delay: 3.6s, 3.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-image {
    transition-delay: 3s, 3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-point {
    transition-delay: 3.1s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-content-holder {
    transition-delay: 4s, 4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-image {
    transition-delay: 3.3s, 3.3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-point {
    transition-delay: 3.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-content-holder {
    transition-delay: 4.4s, 4.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-image {
    transition-delay: 3.6s, 3.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-point {
    transition-delay: 3.7s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-content-holder {
    transition-delay: 4.8s, 4.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared {
    opacity: 1
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-image {
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image {
    transform: translateY(0) translateX(0)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-point {
    transform: scale(1);
    opacity: 1
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond .qodef-e-item .qodef-e-point {
    transform: rotate(45deg) scale(0)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond.qodef-qi--appeared .qodef-e-point {
    transform: rotate(45deg) scale(1)
}

@media only screen and (max-width:480px) {

    .qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder,
    .qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
        display: none
    }
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-item-inner {
    flex-direction: column
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-top-holder {
    align-items: flex-end;
    padding: 0 0 10%
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
    justify-content: flex-start;
    padding: 10% 0 0
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-top-holder {
    display: flex;
    align-items: flex-start;
    padding: 10% 0 0
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 10%
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-top-holder {
    display: flex;
    align-items: flex-end;
    padding: 0 0 10%
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10% 0 0
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item {
    text-align: center
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item:not(:last-child) {
    padding-bottom: 100px
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
    flex-direction: row-reverse;
    text-align: right
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
        flex-direction: column;
        text-align: center
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
    text-align: left;
    padding: 0 0 0 10%
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
        padding: 0
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
    padding: 0 10% 0 0
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
        padding: 0
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 100%
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
        flex-direction: column;
        text-align: center
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
    width: 50%;
    flex-shrink: 0;
    text-align: right;
    padding: 0 10% 0 0
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
        width: 100%;
        padding: 0;
        margin-bottom: 5%
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
    width: 50%;
    padding: 0 0 0 10%
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
        width: 100%;
        padding: 0;
        margin-top: 5%
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
    margin-left: 0;
    flex-direction: row;
    padding: 0 3em 0 0
}

@media only screen and (max-width:1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
        flex-direction: column;
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
        padding: 0
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
    margin: 0 10% 0 0
}

@media only screen and (max-width:1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
        margin: 0 0 10%
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    flex-direction: row-reverse;
    width: 50%;
    padding: 0 0 0 3em
}

@media only screen and (max-width:1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
        flex-direction: column;
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
        width: 100%;
        padding: 0
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
    width: 250px;
    flex-shrink: 0;
    margin: 0 0 0 10%
}

@media only screen and (max-width:1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
        margin: 0 0 10%
    }
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-image {
    border-radius: 50%
}

.qodef-qi-typeout-text .qodef-m-text {
    margin: 0
}

:root {
    --qode-main-color: #8E7861;
    --qode-header-light-color: #fff;
    --qode-header-light-hover-color: #fff;
    --qode-header-dark-color: #000;
    --qode-header-dark-hover-color: #8E7861
}

@keyframes qode-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes qode-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes qode-ball-fall {
    0% {
        opacity: 0;
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        transform: translateY(145%)
    }
}

@keyframes qode-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes qode-double-pulse {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes qode-cube {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes qode-rotating-cubes {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-stretch-delay {
    0%,100%,40% {
        transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1)
    }
}

@keyframes qode-bounce-delay {
    0%,100%,80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

@keyframes qode-rotate-circles {
    to {
        transform: rotate(360deg)
    }
}

@keyframes qode-atom-position {
    50% {
        top: 80px;
        left: 80px
    }
}

@keyframes qode-atom-size {
    50% {
        transform: scale(.5)
    }
}

@keyframes qode-atom-zindex {
    100% {
        z-index: 10
    }
}

@keyframes qode-atom-shrink {
    50% {
        transform: scale(.8)
    }
}

@keyframes qode-clock {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-clock-1 {
    0% {
        transform: rotate(-135deg)
    }

    30% {
        transform: rotate(-450deg)
    }

    100% {
        transform: rotate(-450deg)
    }
}

@keyframes qode-clock-2 {
    5% {
        transform: rotate(-90deg)
    }

    35% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes qode-clock-3 {
    10% {
        transform: rotate(-45deg)
    }

    40% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-clock-4 {
    15% {
        transform: rotate(0)
    }

    45% {
        transform: rotate(-315deg)
    }

    100% {
        transform: rotate(-315deg)
    }
}

@keyframes qode-mitosis-invert {
    100% {
        transform: rotate(180deg)
    }
}

@keyframes qode-mitosis-ball-1 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(25%) scale(1,.8)
    }

    40% {
        transform: translateX(50%) scale(.8,.8)
    }

    60% {
        transform: translateX(50%) scale(.8,.8)
    }

    74% {
        transform: translate(50%,25%) scale(.6,.8)
    }

    88% {
        transform: translate(50%,50%) scale(.6,.6)
    }

    100% {
        transform: translate(50%,50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-2 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(25%) scale(1,.8)
    }

    40% {
        transform: translateX(50%) scale(.8,.8)
    }

    60% {
        transform: translateX(50%) scale(.8,.8)
    }

    74% {
        transform: translate(50%,-25%) scale(.6,.8)
    }

    88% {
        transform: translate(50%,-50%) scale(.6,.6)
    }

    100% {
        transform: translate(50%,-50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-3 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(-25%) scale(1,.8)
    }

    40% {
        transform: translateX(-50%) scale(.8,.8)
    }

    60% {
        transform: translateX(-50%) scale(.8,.8)
    }

    74% {
        transform: translate(-50%,25%) scale(.6,.8)
    }

    88% {
        transform: translate(-50%,50%) scale(.6,.6)
    }

    100% {
        transform: translate(-50%,50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-4 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(-25%) scale(1,.8)
    }

    40% {
        transform: translateX(-50%) scale(.8,.8)
    }

    60% {
        transform: translateX(-50%) scale(.8,.8)
    }

    74% {
        transform: translate(-50%,-25%) scale(.6,.8)
    }

    88% {
        transform: translate(-50%,-50%) scale(.6,.6)
    }

    100% {
        transform: translate(-50%,-50%) scale(.6,.6)
    }
}

@keyframes qode-lines-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fussion-ball-1 {
    50% {
        top: -100%;
        left: 200%
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-2 {
    50% {
        top: 200%;
        left: 200%
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-fussion-ball-3 {
    50% {
        top: 200%;
        left: -100%
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-4 {
    50% {
        top: -100%;
        left: -100%
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-wave-jump-1 {
    12% {
        transform: translate(20px,-40px);
        animation-timing-function: ease-in
    }

    100%,24% {
        transform: translate(40px,0)
    }
}

@keyframes qode-wave-jump-2 {
    12% {
        transform: translate(0,0)
    }

    24% {
        transform: translate(20px,-40px);
        animation-timing-function: ease-in
    }

    100%,36% {
        transform: translate(40px,0)
    }
}

@keyframes qode-wave-jump-3 {
    24% {
        transform: translate(0,0)
    }

    36% {
        transform: translate(20px,-40px);
        animation-timing-function: ease-in
    }

    100%,48% {
        transform: translate(40px,0)
    }
}

@keyframes qode-wave-wipe {
    100%,48% {
        transform: translateX(-120px)
    }
}

@keyframes qode-pulse-circles-pulse {
    0% {
        transform: scale(.1);
        opacity: 1;
        border-width: 50px
    }

    100% {
        transform: scale(1,1);
        opacity: 0;
        border-width: 0
    }
}

@keyframes qode-bounce {
    20%,53%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

@keyframes qode-pulse {
    from {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@keyframes qode-draw {
    0%,100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px)
    }

    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%)
    }

    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px)
    }
}

@keyframes qode-draw-vertical {
    0%,100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px)
    }

    42% {
        -webkit-clip-path: inset(-2px -2px 100% -2px);
        clip-path: inset(-2px -2px 100% -2px)
    }

    43% {
        -webkit-clip-path: inset(100% -2px -2px -2px);
        clip-path: inset(100% -2px -2px -2px)
    }
}

@keyframes qode-spinner-bg {
    0% {
        background-size: calc(var(--slice-x) + 3px) 100%;
        background-position: calc(0 * var(--slice-x)) 100%,calc(1.25 * var(--slice-x)) 100%,calc(2.5 * var(--slice-x)) 100%,calc(3.75 * var(--slice-x)) 100%,calc(5 * var(--slice-x)) 100%
    }

    50% {
        background-size: calc(var(--slice-x) + 3px) 0;
        background-position: calc(0 * var(--slice-x)) 100%,calc(1.25 * var(--slice-x)) 120%,calc(2.5 * var(--slice-x)) 130%,calc(3.75 * var(--slice-x)) 120%,calc(5 * var(--slice-x)) 100%
    }

    50.1% {
        background-size: calc(var(--slice-x) + 3px) 0;
        background-position: calc(0 * var(--slice-x)) 0,calc(1.25 * var(--slice-x)) 0,calc(2.5 * var(--slice-x)) 0,calc(3.75 * var(--slice-x)) 0,calc(5 * var(--slice-x)) 0
    }

    100% {
        background-size: calc(var(--slice-x) + 3px) 100%;
        background-position: calc(0 * var(--slice-x)) 0,calc(1.25 * var(--slice-x)) -30%,calc(2.5 * var(--slice-x)) -50%,calc(3.75 * var(--slice-x)) -30%,calc(5 * var(--slice-x)) 0
    }
}

@keyframes qode-spinner-logo {
    0% {
        stroke-dashoffset: var(--qode-path-length)
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes qode-spinner-logo-out {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: var(--qode-path-length)
    }
}

@keyframes qodef-offset-appear {
    0% {
        transform: translateX(var(--qode-x))
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes qodef-offset-move {
    0% {
        transform: translateX(var(--qode-x))
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes qodef-slider-text {
    0% {
        transform: translateX(var(--qode-x)) rotate(.1deg) translateZ(0);
        opacity: 0
    }

    100% {
        transform: translateX(0) rotate(.1deg) translateZ(0);
        opacity: 1
    }
}

a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0
}

* {
    box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,main,nav,section {
    display: block
}

del {
    text-decoration: line-through
}

pre {
    max-width: 100%;
    margin: 15px 0;
    padding: 15px;
    background-color: #fafafa;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
    font-size: 1em;
    color: #ccc
}

code {
    background-color: #fafafa;
    padding: 0;
    font-family: monospace,monospace;
    font-size: 1em;
    color: #ccc
}

sub,sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    width: 100%;
    vertical-align: middle;
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

table tr {
    border: 1px solid var(--qode-main-color)
}

table th {
    padding: 5px 7px;
    text-align: left;
    border-right: 1px solid var(--qode-main-color)
}

table td {
    padding: 5px 10px;
    text-align: left;
    border: 0;
    border-right: 1px solid var(--qode-main-color)
}

table td br {
    display: none
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

hr:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

body:not([class*=tadao-core]) hr {
    clear: both
}

ol,ul {
    list-style-position: inside;
    margin-bottom: 1.5em;
    padding: 0
}

ol.wp-block,ul.wp-block {
    margin-bottom: 1.5em
}

ol:not(.wp-block),ul:not(.wp-block) {
    margin: 0 0 1.5em
}

li>ol:not(.wp-block),li>ul:not(.wp-block) {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

a img {
    border: none
}

.wp-caption,img {
    height: auto;
    max-width: 100%
}

img {
    vertical-align: middle;
    border-style: none
}

figure {
    margin: 0
}

embed,iframe,object {
    display: block;
    max-width: 100%
}

video {
    display: block
}

embed,object {
    height: auto
}

label {
    display: block;
    margin-bottom: .5em
}

fieldset {
    margin-bottom: 1em;
    padding: .35em .75em .625em
}

input[type=submit] {
    -webkit-appearance: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em;
    background-color: #fafafa
}

small {
    font-size: 80%
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

template {
    display: none
}

.gallery-caption,.wp-caption,figcaption {
    display: block;
    max-width: 100%;
    font-size: 13px!important;
    line-height: 1em!important;
    color: #ccc;
    text-align: center;
    opacity: 1;
    margin: 0 auto 20px auto
}

.gallery-caption a,.wp-caption a,figcaption a {
    color: inherit
}

.wp-caption .wp-caption-dd,.wp-caption .wp-caption-text {
    margin-bottom: 0!important;
    margin-top: 10px!important;
    opacity: 1
}

blockquote.instagram-media,iframe.instagram-media {
    margin: auto!important
}

.bypostauthor,.sticky {
    opacity: 1
}

::selection {
    color: #fff;
    background: var(--qode-main-color)
}

::-moz-selection {
    color: #fff;
    background: var(--qode-main-color)
}

.screen-reader-text {
    position: absolute!important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    line-height: 1;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
    word-wrap: normal!important;
    overflow: hidden
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    z-index: 100000
}

#qodef-page-content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    text-align: left;
    margin-right: 40px!important;
    clear: left
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right;
    text-align: right;
    margin-left: 40px!important;
    clear: right
}

img.aligncenter,img.alignleft,img.alignright {
    margin-top: 0;
    margin-bottom: 20px
}

.qodef-content-alignment-left {
    text-align: left
}

.qodef-content-alignment-center {
    text-align: center
}

.qodef-content-alignment-right {
    text-align: right
}

.clear:after,.clear:before,.comment-author:after,.comment-author:before,.comment-content:after,.comment-content:before,.comment-meta:after,.comment-meta:before,.nav-links:after,.nav-links:before,.pagination:after,.pagination:before,.widget-area:after,.widget-area:before,.widget:after,.widget:before {
    content: '';
    display: table;
    table-layout: fixed
}

.clear:after,.comment-author:after,.comment-content:after,.comment-meta:after,.nav-links:after,.pagination:after,.widget-area:after,.widget:after {
    clear: both
}

body {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 300;
    color: #ccc;
    background-color: #000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}body[class*=tadao-core] p {
    margin: 10px 0;
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
}
.read span a{
 color: var(--qode-main-color);
}
.read  span a:hover{
    color: rgb(0, 0, 0) !important;
}
.awards p{
    margin-bottom: 20px !important;
}



.Bespoke{
    width: 80%;
    line-height: 29px;
}
.Bespokes{
    width: 90%;
    line-height: 30px;
}




@media(max-width:768px){
    .Bespoke{
        width:100%!important;
        line-height: 29px;
    }  

    .Bespokes{
        width:100% !important;
        line-height: 30px;
    }
    .qodef-shortcode h1 a, .qodef-shortcode h2 a, .qodef-shortcode h3 a, .qodef-shortcode h4 a, .qodef-shortcode h5 a, .qodef-shortcode h6 a {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        font-size: 16px;
        line-height: inherit;
        letter-spacing: inherit;
        text-transform: inherit;
        color: inherit;
    }

}
.qodef-h1,h1 {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size:30px !important;
    line-height: 1.07407em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h1 a,h1 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h1 a:focus,.qodef-h1 a:hover,h1 a:focus,h1 a:hover {
    color: var(--qode-main-color)
}

.qodef-h2,h2 {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size:30px !important;
    line-height: 1.09091em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h2 a,h2 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h2 a:focus,.qodef-h2 a:hover,h2 a:focus,h2 a:hover {
    color: var(--qode-main-color)
}

.qodef-h3,h3 {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 30px !important;
    line-height: 1.11111em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h3 a,h3 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h3 a:focus,.qodef-h3 a:hover,h3 a:focus,h3 a:hover {
    color: var(--qode-main-color)
}

.qodef-h4,h4 {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 26px;
    line-height: 1.15385em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h4 a,h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h4 a:focus,.qodef-h4 a:hover,h4 a:focus,h4 a:hover {
    color: var(--qode-main-color)
}

.qodef-h5,h5 {
    font-family: sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 22px !important;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h5 a,h5 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h5 a:focus,.qodef-h5 a:hover,h5 a:focus,h5 a:hover {
    color: var(--qode-main-color)
}

.qodef-h6,h6 {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h6 a,h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h6 a:focus,.qodef-h6 a:hover,h6 a:focus,h6 a:hover {
    color: var(--qode-main-color)
}

a,p a {
    color: var(--qode-main-color);
    text-decoration: none;
    transition: color .25s ease-out;
    cursor: pointer
}

a:focus,a:hover,p a:focus,p a:hover {
    color: var(--qode-main-color)
}

p {
    margin-bottom: 20px
}

body[class*=tadao-core] p {
    margin: 10px 0
}

p.has-large-font-size {
    font-size: 36px;
    line-height: 1.66667em
}

p.has-large-font-size+p {
    line-height: 1.66667em
}

p.has-background {
    padding: 20px 30px
}

.wp-block-quote,blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: .1em;
    position: relative;
    padding: 25px 19% 19px 9%;
    border: none;
    margin: 0;
    quotes: none;
    z-index: 1
}

.wp-block-quote.wp-block-quote.is-large,.wp-block-quote.wp-block-quote.is-style-large,blockquote.wp-block-quote.is-large,blockquote.wp-block-quote.is-style-large {
    padding: 25px 19% 19px 9%
}

.wp-block-quote.wp-block-pullquote,blockquote.wp-block-pullquote {
    padding: 25px!important;
    text-align: center
}

.wp-block-quote.wp-block-pullquote p,blockquote.wp-block-pullquote p {
    font-size: 28px!important;
    line-height: 1.6!important
}

.wp-block-quote.wp-block-pullquote.alignleft,blockquote.wp-block-pullquote.alignleft {
    max-width: 420px
}

.wp-block-quote.wp-block-pullquote.alignright,blockquote.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-quote.has-text-align-right:before,blockquote.has-text-align-right:before {
    left: auto;
    right: 0
}

.wp-block-quote:before,blockquote:before {
    content: '"';
    position: absolute;
    top: 30%;
    left: 6%;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .1em
}

@media only screen and (max-width: 1024px) {
    .wp-block-quote:before,blockquote:before {
        top:26%
    }
}

@media only screen and (max-width: 768px) {
    .wp-block-quote:before,blockquote:before {
        left:4%
    }
}

@media only screen and (max-width: 680px) {
    .wp-block-quote:before,blockquote:before {
        top:24%
    }
}

@media only screen and (max-width: 480px) {
    .wp-block-quote:before,blockquote:before {
        top:16%;
        left: 1%
    }
}

.wp-block-quote>*,blockquote>* {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin: 0
}

.wp-block-quote p,blockquote p {
    margin: 0!important
}

.wp-block-quote:after,blockquote:after {
    content: ''
}

.wp-block-quote .wp-block-pullquote__citation,.wp-block-quote .wp-block-quote__citation,.wp-block-quote cite,blockquote .wp-block-pullquote__citation,blockquote .wp-block-quote__citation,blockquote cite {
    display: block;
    margin: 10px 0 0;
    font-style: normal;
    font-weight: 400!important;
    text-align: inherit!important;
    text-transform: uppercase!important
}

.qodef-e-info {
    display: flex;
    align-items: center
}

.qodef-e-info.qodef-e-right {
    justify-content: flex-end
}

@media only screen and (max-width: 680px) {
    .qodef-e-info.qodef-e-right {
        justify-content:flex-start
    }
}

.qodef-e-info>a {
    color: #ccc
}

.qodef-e-info>a:hover {
    color: #fff
}

.qodef-info-separator-single {
    color: initial
}

.qodef-info-separator-single:after {
    content: ',';
    margin-right: 5px
}

.qodef-info-separator-end {
    display: flex
}

.qodef-info-separator-end:after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 1px;
    background: var(--qode-main-color);
    margin: 0 15px
}

.qodef-info-separator-end:last-of-type {
    display: none
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: 25px;
    margin: 0 0 44px;
    outline: 0;
    padding: 4.5px 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out
}

.qodef-contact-form-7 input[type=date],.qodef-contact-form-7 input[type=email],.qodef-contact-form-7 input[type=number],.qodef-contact-form-7 input[type=password],.qodef-contact-form-7 input[type=search],.qodef-contact-form-7 input[type=tel],.qodef-contact-form-7 input[type=text],.qodef-contact-form-7 input[type=url],.qodef-contact-form-7 select,.qodef-contact-form-7 textarea {
    margin: 0
}

input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder {
    color: inherit;
    opacity: 1
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    background-color: transparent;
    border-color: #5b5b5b;
    color: #ccc
}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    background-color: transparent;
    border-color: #5b5b5b;
    color: #fff
}

#qodef-page-footer input[type=date],#qodef-page-footer input[type=email],#qodef-page-footer input[type=number],#qodef-page-footer input[type=password],#qodef-page-footer input[type=search],#qodef-page-footer input[type=tel],#qodef-page-footer input[type=text],#qodef-page-footer input[type=url],#qodef-page-footer select,#qodef-page-footer textarea {
    background-color: transparent;
    border-color: #5b5b5b;
    color: #fff
}

#qodef-page-footer input[type=date]:focus,#qodef-page-footer input[type=email]:focus,#qodef-page-footer input[type=number]:focus,#qodef-page-footer input[type=password]:focus,#qodef-page-footer input[type=search]:focus,#qodef-page-footer input[type=tel]:focus,#qodef-page-footer input[type=text]:focus,#qodef-page-footer input[type=url]:focus,#qodef-page-footer select:focus,#qodef-page-footer textarea:focus {
    background-color: transparent;
    border-color: #5b5b5b;
    color: #ccc
}

textarea {
    height: 124px
}

.qodef-contact-form-7 .wpcf7-form-control-wrap {
    margin: 0 0 40px
}

.qodef-contact-form-7 .wpcf7-form-control-wrap[data-name^=textarea] {
    margin: 0
}

.qodef-contact-form-7 label {
    margin: 0 0 44px
}

.qodef-contact-form-7 label .wpcf7-form-control-wrap {
    margin: 0
}

.qodef-contact-form-7 .wpcf7-submit {
    margin: 30px 0 0
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    -webkit-appearance: none
}

select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjQThBN0E3JyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    margin: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

select:disabled {
    background-color: #fafafa;
    border-color: inherit;
    box-shadow: none;
    color: inherit;
    text-shadow: none
}

select option {
    color: #ccc
}

select.qodef-arrow--light {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjZmZmJyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==)
}

.post-password-form input[type=password] {
    margin-top: .5em
}

@media only screen and (min-width: 769px) {
    .post-password-form input[type=password] {
        display:block;
        max-width: 50%
    }
}

button[type=submit],input[type=submit] {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 8px 60px 9px;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93),color .25s ease-out,border-color .25s ease-out;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%;
    cursor: pointer
}

.qodef-browser--safari button[type=submit],.qodef-browser--safari input[type=submit] {
    background-position: 100% 100%,center
}

button[type=submit]:hover,input[type=submit]:hover {
    color: #000;
    border-color: var(--qode-main-color);
    background-size: 100% calc(100% + 4px),100% 100%;
    transition-delay: 0s,.05s,0s
}

.qodef-browser--safari button[type=submit]:hover,.qodef-browser--safari input[type=submit]:hover {
    background-size: 100% 100%,100% 100%
}

body:not(.error404) .qodef-theme-button {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 8px 60px 9px;
    padding: 0!important;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    --qode-hover-scale: 1.23;
    --qode-hover-move: 7px
}

body:not(.error404) .qodef-theme-button .qodef-m-text {
    display: inline-block
}

body:not(.error404) .qodef-theme-button .qodef-m-arrow {
    margin-left: 10px
}

body:not(.error404) .qodef-theme-button svg {
    margin-right: var(--qode-hover-move)
}

body:not(.error404) .qodef-theme-button svg {
    overflow: visible
}

body:not(.error404) .qodef-theme-button svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

body:not(.error404) .qodef-theme-button svg path:nth-of-type(1) {
    transform: scaleX(1)
}

body:not(.error404) .qodef-theme-button svg path:nth-of-type(2) {
    transform: translateX(0)
}

body:not(.error404) .qodef-theme-button:hover {
    color: var(--qode-main-color);
    background-color: transparent
}

body:not(.error404) .qodef-theme-button:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

body:not(.error404) .qodef-theme-button:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

.qodef-theme-button span,button[type=submit] span {
    display: block;
    line-height: inherit
}

.qodef-theme-button span:before,button[type=submit] span:before {
    display: block;
    line-height: inherit
}

[class*=tadao] .select2-container--default {
    display: inline-block;
    margin: 0 0 44px;
    position: relative;
    vertical-align: middle;
    width: auto
}

[class*=tadao] .select2-container--default .qodef-select2-icon-option {
    display: flex;
    align-items: center;
    width: 100%
}

[class*=tadao] .select2-container--default .qodef-select2-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

[class*=tadao] .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid var(--qode-main-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 25px;
    margin: 0;
    outline: 0;
    padding: 0 25px 0 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0
}

[class*=tadao] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    display: block;
    line-height: inherit;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

[class*=tadao] .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}

[class*=tadao] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

[class*=tadao] .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px
}

[class*=tadao] .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

[class*=tadao] .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\33';
    font-family: ElegantIcons;
    display: block;
    font-style: normal;
    line-height: inherit
}

[class*=tadao] .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 25px;
    margin: 0;
    outline: 0;
    padding: 4.5px 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=tadao] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: inherit;
    display: block;
    line-height: inherit;
    list-style: none;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

[class*=tadao] .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
    padding: 0
}

[class*=tadao] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
    color: inherit;
    float: left;
    margin: 0
}

[class*=tadao] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}

[class*=tadao] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: var(--qode-main-color);
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: default;
    float: left;
    margin: 1px 1px 1px 0;
    padding: 5px 10px
}

[class*=tadao] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-weight: inherit;
    margin: 0 10px 0 0;
    transition: opacity .25s ease-out
}

[class*=tadao] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
    color: inherit;
    opacity: .8
}

[class*=tadao] .select2-container--default .select2-search--inline {
    float: left
}

[class*=tadao] .select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: none;
    border: none!important;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0!important;
    outline: 0;
    padding: 0!important;
    width: 100%
}

[class*=tadao] .select2-container--default .select2-search--inline .select2-search__field:focus {
    border-color: var(--qode-main-color)
}

[class*=tadao] .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[class*=tadao] .select2-container--default .select2-dropdown {
    background-color: #000;
    border: 1px solid var(--qode-main-color);
    border-radius: 0;
    display: block;
    left: -100000px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999
}

.admin-bar[class*=tadao] .select2-container--default .select2-dropdown {
    top: 32px
}

@media only screen and (max-width: 782px) {
    .admin-bar[class*=tadao] .select2-container--default .select2-dropdown {
        top:46px
    }
}

[class*=tadao] .select2-container--default .select2-search--dropdown {
    display: block;
    padding: 14px 15px 2px
}

[class*=tadao] .select2-container--default .select2-search--dropdown.select2-search--hide {
    display: none
}

[class*=tadao] .select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-appearance: none;
    border: 1px solid var(--qode-main-color);
    color: #ccc;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 20px;
    margin: 0;
    outline: 0;
    padding: 4px 8px;
    width: 100%
}

[class*=tadao] .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[class*=tadao] .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid var(--qode-main-color);
    color: #ccc
}

[class*=tadao] .select2-container--default .select2-results {
    display: block
}

[class*=tadao] .select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

[class*=tadao] .select2-container--default .select2-results__options {
    font-size: 15px;
    line-height: 25px;
    list-style: none;
    margin: 5px 0;
    padding: 2px 15px;
    position: relative
}

[class*=tadao] .select2-container--default .select2-results__option {
    padding: 3px 0;
    transition: color .25s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=tadao] .select2-container--default .select2-results__option[aria-selected] {
    cursor: pointer
}

[class*=tadao] .select2-container--default .select2-results__option[role=group] {
    padding: 0
}

[class*=tadao] .select2-container--default .select2-results__option[aria-disabled=true] {
    color: var(--qode-main-color)
}

[class*=tadao] .select2-container--default .select2-results__option[aria-selected=true],[class*=tadao] .select2-container--default .select2-results__option[data-selected=true] {
    background: 0 0;
    color: #fff
}

[class*=tadao] .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

[class*=tadao] .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

[class*=tadao] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

[class*=tadao] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

[class*=tadao] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

[class*=tadao] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

[class*=tadao] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

[class*=tadao] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: 0 0;
    color: var(--qode-main-color)
}

[class*=tadao] .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 7px 0
}

[class*=tadao] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

[class*=tadao] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding: 0
}

[class*=tadao] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto
}

[class*=tadao] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,[class*=tadao] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,[class*=tadao] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

[class*=tadao] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
    padding: 0
}

[class*=tadao] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin: 7px auto 0 5px
}

[class*=tadao] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 auto 0 3px
}

[class*=tadao] .select2-container--default.select2-container--disabled .select2-selection--multiple,[class*=tadao] .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fafafa;
    cursor: default
}

[class*=tadao] .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,[class*=tadao] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

[class*=tadao] .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

[class*=tadao] .select2-container--default.select2-container--open .select2-selection--multiple,[class*=tadao] .select2-container--default.select2-container--open .select2-selection--single {
    color: #fff
}

[class*=tadao] .select2-container--default.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--default .select2-selection {
    background-color: transparent!important;
    border-color: #5b5b5b!important;
    color: #ccc!important
}

.select2-container--default .select2-selection:focus {
    background-color: transparent!important;
    border-color: #5b5b5b!important;
    color: #fff!important
}

#qodef-page-footer .select2-container--default .select2-selection {
    background-color: transparent!important;
    border-color: #5b5b5b!important;
    color: #fff!important
}

#qodef-page-footer .select2-container--default .select2-selection:focus {
    background-color: transparent!important;
    border-color: #5b5b5b!important;
    color: #ccc!important
}

body:not([class*=tadao-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\25BE';
    font-family: initial;
    font-size: 16px
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 0!important;
    line-height: 1;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search]::-ms-clear,input[type=text]::-ms-clear {
    display: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: #ccc
}

#qodef-page-footer input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: #fff
}

.qodef-content-grid {
    width: 1100px;
    margin: 0 auto
}

.qodef-content-grid.qodef-extended-grid:not([class*=qodef-extended-grid-disabled--]) {
    width: 100%!important;
    margin: 0
}

@media (min-width: 1441px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1440 {
        width:100%!important;
        margin: 0
    }
}

@media (max-width: 1440px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1440 {
        padding-left:0!important;
        padding-right: 0!important
    }
}

@media (min-width: 1367px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1366 {
        width:100%!important;
        margin: 0
    }
}

@media (max-width: 1366px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1366 {
        padding-left:0!important;
        padding-right: 0!important
    }
}

@media (min-width: 1025px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1024 {
        width:100%!important;
        margin: 0
    }
}

@media (max-width: 1024px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1024 {
        padding-left:0!important;
        padding-right: 0!important
    }
}

@media (min-width: 769px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--768 {
        width:100%!important;
        margin: 0
    }
}

@media (max-width: 768px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--768 {
        padding-left:0!important;
        padding-right: 0!important
    }
}

@media (min-width: 681px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--680 {
        width:100%!important;
        margin: 0
    }
}

@media (max-width: 680px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--680 {
        padding-left:0!important;
        padding-right: 0!important
    }
}

.qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px)/ 2)
}

.qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px)/ 2)
}

.qodef--boxed .qodef-content-grid {
    width: 1160px
}

@media (min-width: 1441px) {
    .qodef-content-grid-1400 .qodef-content-grid {
        width:1400px
    }

    .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1400px)/ 2)
    }

    .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1400px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
        width: 1460px
    }
}

@media (min-width: 1441px) {
    .qodef-content-grid-1300 .qodef-content-grid {
        width:1300px
    }

    .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1300px)/ 2)
    }

    .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1300px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
        width: 1360px
    }
}

@media (min-width: 1441px) {
    .qodef-content-grid-1200 .qodef-content-grid {
        width:1200px
    }

    .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1200px)/ 2)
    }

    .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1200px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
        width: 1260px
    }
}

@media (min-width: 1025px) {
    .qodef-content-grid-1000 .qodef-content-grid {
        width:1000px
    }

    .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1000px)/ 2)
    }

    .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1000px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
        width: 1060px
    }
}

@media (min-width: 769px) {
    .qodef-content-grid-800 .qodef-content-grid {
        width:800px
    }

    .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 800px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
        width: 860px
    }
}

.qodef-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    --qode-columns: 1;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px
}

.qodef-grid>.qodef-grid-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns),minmax(0,1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap)
}

.qodef-grid.qodef-col-num--1>.qodef-grid-inner {
    --qode-columns: 1
}

.qodef-grid.qodef-col-num--2>.qodef-grid-inner {
    --qode-columns: 2
}

.qodef-grid.qodef-col-num--3>.qodef-grid-inner {
    --qode-columns: 3
}

.qodef-grid.qodef-col-num--4>.qodef-grid-inner {
    --qode-columns: 4
}

.qodef-grid.qodef-col-num--5>.qodef-grid-inner {
    --qode-columns: 5
}

.qodef-grid.qodef-col-num--6>.qodef-grid-inner {
    --qode-columns: 6
}

.qodef-grid.qodef-col-num--7>.qodef-grid-inner {
    --qode-columns: 7
}

.qodef-grid.qodef-col-num--8>.qodef-grid-inner {
    --qode-columns: 8
}

.qodef-grid .qodef-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px
}

.qodef-grid.qodef-layout--template>.qodef-grid-inner {
    --qode-columns: 2;
    grid-template-areas: "content sidebar"
}

@media (max-width: 1024px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner {
        --qode-columns:1;
        grid-template-areas: "content" "sidebar";
        grid-template-columns: minmax(0,1fr)!important
    }
}

.qodef-grid.qodef-layout--template.qodef-grid-template--reverse>.qodef-grid-inner {
    grid-template-areas: "sidebar content"
}

@media (max-width: 1024px) {
    .qodef-grid.qodef-layout--template.qodef-grid-template--reverse>.qodef-grid-inner {
        grid-template-areas:"content" "sidebar"
    }
}

.qodef-grid.qodef-layout--template.qodef-grid-template--8-4>.qodef-grid-inner {
    grid-template-columns: minmax(0,8fr) minmax(0,4fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--9-3>.qodef-grid-inner {
    grid-template-columns: minmax(0,9fr) minmax(0,3fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--4-8>.qodef-grid-inner {
    grid-template-columns: minmax(0,4fr) minmax(0,8fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--3-9>.qodef-grid-inner {
    grid-template-columns: minmax(0,3fr) minmax(0,9fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--6-6>.qodef-grid-inner {
    grid-template-columns: minmax(0,6fr) minmax(0,6fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--12>.qodef-grid-inner {
    --qode-columns: 1;
    grid-template-areas: "content";
    grid-template-columns: minmax(0,1fr)
}

.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--content {
    grid-area: content
}

.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--sidebar {
    grid-area: sidebar
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
    height: 100%;
    overflow: hidden
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-media>* {
    height: 100%;
    width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-media>*>a {
    height: 100%;
    width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-media img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.qodef-grid.qodef-layout--masonry>.qodef-grid-inner {
    visibility: hidden
}

.qodef-grid.qodef-layout--masonry>.qodef-grid-inner.qodef--masonry-init {
    visibility: visible
}

.qodef-grid.qodef-vertical-gutter--no {
    --qode-columns-row-gap: 0px
}

.qodef-grid.qodef-vertical-gutter--tiny {
    --qode-columns-row-gap: 10px
}

.qodef-grid.qodef-vertical-gutter--small {
    --qode-columns-row-gap: 20px
}

.qodef-grid.qodef-vertical-gutter--normal {
    --qode-columns-row-gap: 30px
}

.qodef-grid.qodef-vertical-gutter--medium {
    --qode-columns-row-gap: 40px
}

.qodef-grid.qodef-vertical-gutter--large {
    --qode-columns-row-gap: 50px
}

.qodef-grid.qodef-vertical-gutter--extra-large {
    --qode-columns-row-gap: 60px
}

.qodef-grid.qodef-vertical-gutter--huge {
    --qode-columns-row-gap: 80px
}

.qodef-grid.qodef-gutter--no {
    --qode-columns-col-gap: 0px
}

.qodef-grid.qodef-gutter--tiny {
    --qode-columns-col-gap: 10px
}

.qodef-grid.qodef-gutter--small {
    --qode-columns-col-gap: 20px
}

.qodef-grid.qodef-gutter--normal {
    --qode-columns-col-gap: 30px
}
.bespoke{
    margin-top: 50px;
}
.qodef-grid.qodef-gutter--medium {
    --qode-columns-col-gap: 40px
}

.qodef-grid.qodef-gutter--large {
    --qode-columns-col-gap: 50px
}

.qodef-grid.qodef-gutter--extra-large {
    --qode-columns-col-gap: 60px
}

.qodef-grid.qodef-gutter--huge {
    --qode-columns-col-gap: 80px
}

#qodef-page-wrapper {
    position: relative
}

#qodef-page-outer {
    position: relative
}

#qodef-page-inner {
    position: relative;
    padding: 130px 0 100px
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
    margin-bottom: 0
}

.qodef--boxed {
    background-color: #fafafa
}

.qodef--boxed #qodef-page-wrapper {
    display: block;
    background-color: #000
}

.qodef--boxed #qodef-page-inner {
    width: 100%!important;
    padding-left: 30px;
    padding-right: 30px
}

.qodef--passepartout #qodef-page-wrapper {
    background-color: #000
}

.qodef-parallax-item {
    will-change: transform
}

.tadao-navigation-light.tp-leftarrow,.tadao-navigation-light.tp-rightarrow {
    --qode-hover-scale: 1.12;
    --qode-hover-move: -6px
}

.tadao-navigation-light.tp-leftarrow svg path,.tadao-navigation-light.tp-rightarrow svg path {
    transform-origin: right
}

.tadao-navigation-light.tp-leftarrow svg,.tadao-navigation-light.tp-rightarrow svg {
    overflow: visible
}

.tadao-navigation-light.tp-leftarrow svg path,.tadao-navigation-light.tp-rightarrow svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

.tadao-navigation-light.tp-leftarrow svg path:nth-of-type(1),.tadao-navigation-light.tp-rightarrow svg path:nth-of-type(1) {
    transform: scaleX(1)
}

.tadao-navigation-light.tp-leftarrow svg path:nth-of-type(2),.tadao-navigation-light.tp-rightarrow svg path:nth-of-type(2) {
    transform: translateX(0)
}

.tadao-navigation-light.tp-leftarrow:hover svg path:nth-of-type(1),.tadao-navigation-light.tp-rightarrow:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

.tadao-navigation-light.tp-leftarrow:hover svg path:nth-of-type(2),.tadao-navigation-light.tp-rightarrow:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

.tadao-navigation-light.tp-leftarrow {
    margin-left: 25px
}

.tadao-navigation-light.tp-rightarrow {
    margin-left: -25px
}

html.touchevents {
    overflow-x: hidden
}

.qode--uncover-next-section .elementor-background-overlay {
    z-index: 100;
    pointer-events: none
}

rs-layer.qodef--bg-overlay-fade-in {
    opacity: 0
}

rs-module.qodef--custom-z-index rs-slides rs-slide {
    z-index: unset!important
}

rs-module.qodef--custom-z-index rs-slides rs-layer-wrap {
    z-index: 102!important
}

.qode--hover-change-color a:hover {
    color: #c1a68a!important
}

svg.qodef--custom-animated-logo {
    display: block;
    fill: transparent;
    stroke: currentColor;
    --qode-path-length: 312px
}

svg.qodef--custom-animated-logo path {
    stroke-dasharray: var(--qode-path-length);
    stroke-dashoffset: var(--qode-path-length)
}

.elementor-editor-active svg.qodef--custom-animated-logo path,svg.qodef--custom-animated-logo.qodef--animate path {
    animation: qode-spinner-logo 1.4s ease-out forwards
}

.widget_tadao_core_svg_icon .qodef-svg-icon-widget svg.qodef--custom-animated-logo {
    stroke-width: 1.8
}

button.mfp-arrow {
    color: #fff;
    height: 14px!important;
    margin: 0!important;
    opacity: 1!important;
    top: calc(50% - 7px)!important;
    transition: color .25s ease-out;
    width: 36px!important
}

button.mfp-arrow svg {
    display: block;
    pointer-events: none;
    width: 100%
}

button.mfp-arrow:after,button.mfp-arrow:before {
    display: none!important
}

button.mfp-arrow.mfp-arrow-left {
    left: 50px;
    --qode-hover-scale: 1.23;
    --qode-hover-move: -6px
}

@media only screen and (max-width: 1024px) {
    button.mfp-arrow.mfp-arrow-left {
        left:calc(50px + 64px)
    }
}

button.mfp-arrow.mfp-arrow-left svg path {
    transform-origin: right
}

button.mfp-arrow.mfp-arrow-left svg {
    overflow: visible
}

button.mfp-arrow.mfp-arrow-left svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

button.mfp-arrow.mfp-arrow-left svg path:nth-of-type(1) {
    transform: scaleX(1)
}

button.mfp-arrow.mfp-arrow-left svg path:nth-of-type(2) {
    transform: translateX(0)
}

button.mfp-arrow.mfp-arrow-left:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

button.mfp-arrow.mfp-arrow-left:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

button.mfp-arrow.mfp-arrow-right {
    right: 50px;
    --qode-hover-scale: 1.23;
    --qode-hover-move: -6px
}

@media only screen and (max-width: 1024px) {
    button.mfp-arrow.mfp-arrow-right {
        right:calc(50px + 64px)
    }
}

button.mfp-arrow.mfp-arrow-right svg path {
    transform-origin: right
}

button.mfp-arrow.mfp-arrow-right svg {
    overflow: visible
}

button.mfp-arrow.mfp-arrow-right svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

button.mfp-arrow.mfp-arrow-right svg path:nth-of-type(1) {
    transform: scaleX(1)
}

button.mfp-arrow.mfp-arrow-right svg path:nth-of-type(2) {
    transform: translateX(0)
}

button.mfp-arrow.mfp-arrow-right:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

button.mfp-arrow.mfp-arrow-right:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

button.mfp-arrow.mfp-arrow-right svg {
    transform: rotate(180deg)
}

button.mfp-close {
    color: #fff;
    height: 25px!important;
    margin: 0!important;
    opacity: 1!important;
    padding: 0!important;
    right: -5px!important;
    top: 7.5px!important;
    transition: color .25s ease-out;
    width: auto!important
}

.mfp-iframe-holder button.mfp-close {
    top: -32.5px!important
}

button.mfp-close:hover svg path {
    animation: qode-draw .8s cubic-bezier(.57,.39,0,.86) 1 forwards
}

button.mfp-close:hover svg path:nth-of-type(2) {
    animation-delay: .2s
}

button.mfp-close:after,button.mfp-close:before {
    display: none!important
}

button.mfp-close svg {
    display: block;
    height: 100%;
    pointer-events: none;
    width: auto
}

.mfp-container {
    padding: 0 64px!important
}

.mfp-figure {
    position: relative
}

.mfp-figure figure {
    padding: 40px 0
}

.mfp-figure figcaption {
    margin: 0!important
}

.mfp-figure img {
    max-height: calc(100vh - 80px)!important;
    padding: 0!important
}

.mfp-figure:after {
    background: 0 0!important;
    box-shadow: none!important
}

.mfp-bottom-bar {
    line-height: 40px!important;
    margin-top: -40px!important
}

.mfp-bottom-bar .mfp-counter,.mfp-bottom-bar .mfp-title {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: .1em;
    color: #fff;
    line-height: inherit!important
}

.mfp-fade.mfp-bg,.mfp-fade.mfp-wrap {
    opacity: 0;
    transition: opacity .35s ease-out
}

.mfp-fade.mfp-bg.mfp-ready,.mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1
}

.mfp-fade.mfp-bg.mfp-removing,.mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-bg {
    background-color: rgba(0,0,0,.8)
}

.qodef-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1
}

.qodef-swiper-container .swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-swiper-container:not(.qodef--retina) .swiper-slide img {
    width: 100%
}

.qodef-swiper-container.qodef--retina .swiper-wrapper {
    align-items: center
}

.qodef-swiper-container.qodef-blog .qodef-blog-item {
    margin-bottom: 0
}

.qodef-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.qodef-swiper-container.qodef-swiper--show-hidden-slides {
    overflow: visible
}

.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-prev {
    left: 50%!important;
    transform: translate(calc(-50vw + 60px),-50%)!important
}

.swiper-container-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-prev {
    transform: translate(calc(-50vw + 60px),calc(-50% - 22.5px))!important
}

.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-next {
    right: 50%!important;
    transform: translate(calc(50vw - 60px),-50%)!important
}

.swiper-container-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-next {
    transform: translate(calc(50vw - 60px),calc(-50% - 22.5px))!important
}

@media only screen and (max-width: 1024px) {
    .qodef-swiper-container.qodef-swiper--show-hidden-slides.qodef-swiper--disable-hidden-slides-on-tablet {
        overflow:hidden
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-button-next,.qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-button-prev {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-swiper-container.qodef-swiper--show-navigation-combo~.swiper-button-outside {
        display:none
    }
}

.qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-pagination-bullets {
    display: none
}

@media only screen and (max-width: 1024px) {
    .qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-pagination-bullets {
        display:flex
    }
}

.swiper-pagination-bullets {
    align-items: center;
    display: flex;
    justify-content: center;
    width: auto
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0!important;
    height: 30px;
    margin-top: 15px;
    position: relative!important
}

.swiper-container-vertical>.swiper-pagination-bullets {
    flex-direction: column;
    height: auto;
    right: 0!important;
    width: 30px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    height: 5px;
    justify-content: center;
    margin: 0!important;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: all .35s ease;
    width: 40px
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 2px;
    height: 1px;
    background-color: var(--qode-main-color);
    transform: scaleY(1);
    transition: all .25s ease-out
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: transparent
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scaleY(3)
}

.swiper-button-next,.swiper-button-prev {
    background-image: none!important;
    color: var(--qode-main-color);
    height: auto!important;
    margin: 0!important;
    transform: translateY(-50%) translateZ(0);
    transition: all .35s ease;
    width: auto!important;
    overflow: visible
}

.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev {
    transform: translateY(calc(-50% - 22.5px))
}

.swiper-button-next svg,.swiper-button-prev svg {
    display: block;
    width: 75px;
    height: 10px
}

.qodef-browser--safari .swiper-button-next svg,.qodef-browser--safari .swiper-button-prev svg {
    transform: translateZ(0)
}

.swiper-button-next:after,.swiper-button-prev:after {
    display: none!important
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    color: var(--qode-main-color)
}

.swiper-button-prev {
    left: 60px!important;
    --qode-hover-scale: 1.14;
    --qode-hover-move: -5px
}

.swiper-button-prev.swiper-button-outside {
    left: -118px!important
}

@media only screen and (max-width: 768px) {
    .swiper-button-prev.swiper-button-outside {
        left:-88px!important
    }
}

@media only screen and (max-width: 680px) {
    .swiper-button-prev.swiper-button-outside {
        left:-60px!important
    }
}

.swiper-container-vertical .swiper-button-prev {
    left: 50%!important;
    top: 30px;
    transform: rotate(90deg) translate(0,-50%);
    transform-origin: 0 0
}

.swiper-button-prev svg path {
    transform-origin: right
}

.swiper-button-prev svg {
    overflow: visible
}

.swiper-button-prev svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

.swiper-button-prev svg path:nth-of-type(1) {
    transform: scaleX(1)
}

.swiper-button-prev svg path:nth-of-type(2) {
    transform: translateX(0)
}

.swiper-button-prev:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

.swiper-button-prev:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

.swiper-button-next {
    right: 60px!important;
    --qode-hover-scale: 1.14;
    --qode-hover-move: 6px
}

.swiper-button-next.swiper-button-outside {
    right: -118px!important
}

@media only screen and (max-width: 768px) {
    .swiper-button-next.swiper-button-outside {
        right:-88px!important
    }
}

@media only screen and (max-width: 680px) {
    .swiper-button-next.swiper-button-outside {
        right:-60px!important
    }
}

.swiper-container-vertical .swiper-button-next {
    bottom: 30px;
    right: 50%!important;
    top: auto;
    transform: rotate(90deg) translate(0,-50%);
    transform-origin: 0 50%
}

.swiper-button-next svg {
    overflow: visible
}

.swiper-button-next svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

.swiper-button-next svg path:nth-of-type(1) {
    transform: scaleX(1)
}

.swiper-button-next svg path:nth-of-type(2) {
    transform: translateX(0)
}

.swiper-button-next:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

.swiper-button-next:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

.swiper-container-vertical+.swiper-button-prev {
    left: 50%!important;
    top: -56px;
    transform: rotate(90deg) translate(0,-50%);
    transform-origin: 0 0
}

.swiper-container-vertical+.swiper-button-prev+.swiper-button-next {
    bottom: -56px;
    right: 50%!important;
    top: auto;
    transform: rotate(90deg) translate(0,-50%);
    transform-origin: 0 50%
}

.widget_icl_lang_sel_widget {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    position: relative;
    top: -1px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
    padding: 0;
    margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    position: relative;
    display: flex;
    align-items: center
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: '\33';
    font-family: ElegantIcons;
    line-height: 1;
    border: 0;
    position: initial;
    margin-left: auto
}

body:not([class*=tadao-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,body:not([class*=tadao-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: '\25BE';
    font-family: initial;
    font-size: 16px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    border-top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .25s,opacity .25s ease-in-out
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    display: flex;
    align-items: center;
    border: 0;
    background-color: transparent;
    padding: 7px 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0!important
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    padding: 0;
    display: block
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    display: block;
    margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    padding: 0;
    display: block
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 200px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #ccc;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fff
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #ccc;
    font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #ccc
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #ccc
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #ccc;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: transparent
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #ccc;
    font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #ccc
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #ccc
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 8px 20px;
    height: 40px;
    line-height: 24px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #000
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #fff;
    font-size: 14px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #ccc;
    background-color: #fafafa;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fafafa
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #ccc;
    font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #ccc
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #ccc
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #ccc;
    background-color: #fafafa;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fafafa
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #ccc;
    font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #ccc;
    background-color: #fafafa;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fafafa
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #ccc;
    font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

.error404 #qodef-page-inner {
    padding: 0
}

#qodef-404-page {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 271px 10% 361px;
    text-align: center
}

#qodef-404-page .qodef-404-title-holder {
    position: relative
}

#qodef-404-page .qodef-404-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#qodef-404-page .qodef-404-number {
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 200px;
    line-height: 1em;
    font-weight: 100;
    color: #242018
}

#qodef-404-page .qodef-404-text {
    display: block;
    margin: 2px auto 0
}

@media only screen and (min-width: 1025px) {
    #qodef-404-page .qodef-404-text {
        max-width:50%
    }
}

#qodef-404-page .qodef-404-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 46px
}

#qodef-404-page .qodef-404-button .qodef-theme-button {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 8px 60px 9px;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93),color .25s ease-out,border-color .25s ease-out;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%
}

.qodef-browser--safari #qodef-404-page .qodef-404-button .qodef-theme-button {
    background-position: 100% 100%,center
}

#qodef-404-page .qodef-404-button .qodef-theme-button .qodef-m-arrow {
    display: none
}

#qodef-404-page .qodef-404-button .qodef-theme-button:hover {
    color: #000;
    border-color: var(--qode-main-color);
    background-size: 100% calc(100% + 4px),100% 100%;
    transition-delay: 0s,.05s,0s
}

.qodef-browser--safari #qodef-404-page .qodef-404-button .qodef-theme-button:hover {
    background-size: 100% 100%,100% 100%
}

.qodef-blog .qodef-e-content,.qodef-blog .qodef-e-inner,.qodef-blog .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-blog .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-blog .qodef-e-media .entry-date {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #211d16;
    padding: 13px 15px 11px;
    z-index: 99
}

.qodef-blog .qodef-e-media .entry-date .qodef-date-day {
    font-family: Khand,sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1em
}

.qodef-blog .qodef-e-media .entry-date .qodef-date-month {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.1em;
    font-weight: 300;
    color: #ccc
}

.qodef-blog .qodef-e-media .qodef-info-separator-end {
    display: none
}

.qodef-blog .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.qodef-blog .qodef-e-media-image a,.qodef-blog .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-blog .qodef-e-content {
    margin: 30px 0 0
}

.qodef-blog .qodef-e-title {
    margin: 0
}

.qodef-blog .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-blog .qodef-e-top-holder {
    margin-bottom: 8px
}

.qodef-blog .qodef-e-text:after {
    content: '';
    clear: both;
    display: table
}

.qodef-blog .qodef-e-bottom-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 53px
}

.qodef-blog .qodef-e-left,.qodef-blog .qodef-e-right {
    flex-basis: 50%
}

.qodef-blog .qodef-e-info.qodef-e-left>a {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 300;
    color: #ccc;
    letter-spacing: 0;
    text-transform: initial;
    margin-right: 27px
}

.qodef-blog .qodef-e-info.qodef-e-left>a:last-child {
    margin-right: 0
}

.qodef-blog .qodef-e-info.qodef-e-left>a:hover {
    color: #fff
}

.qodef-blog .qodef-e-right {
    text-align: right
}

.qodef-blog .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-blog article.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline
}

.qodef-blog article.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size: 1.5em
}

@media only screen and (max-width: 375px) {
    .qodef-blog article.sticky .qodef-e-title {
        position:relative
    }

    .qodef-blog article.sticky .qodef-e-title a {
        position: static
    }

    .qodef-blog article.sticky .qodef-e-title a:after {
        right: 0;
        top: -10px
    }
}

html.elementor-html .qodef-blog article.format-video .wp-video {
    max-width: 100%
}

html.elementor-html .qodef-blog article.format-video video {
    height: auto
}

html.elementor-html .qodef-blog article.format-audio audio {
    display: block
}

.qodef-blog article.format-audio .qodef-e-media-image {
    width: 100%
}

.qodef-blog article.format-audio .qodef-e-media-image img {
    width: 100%
}

.qodef-blog article.format-audio .qodef-e-media-audio {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0
}

.qodef-blog article.format-link .qodef-e-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 99px 10% 105px;
    border: 1px solid var(--qode-main-color)
}

.qodef-blog article.format-link .qodef-e-link:hover .qodef-e-link-text {
    color: #c1a68a
}

.qodef-blog article.format-link .qodef-e-link-text {
    position: relative;
    margin: 0;
    transition: color .25s ease-out
}

.qodef-blog article.format-link .qodef-e-link-icon {
    position: absolute;
    top: 50%;
    right: 15%;
    width: 170px;
    height: auto;
    transform: translateY(-50%)
}

.qodef-blog article.format-link .qodef-e-link-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog article.format-quote .qodef-e-quote {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 7.8% 26.5% 8.6%;
    border: 1px solid var(--qode-main-color)
}

@media only screen and (max-width: 1440px) {
    .qodef-blog article.format-quote .qodef-e-quote {
        padding:7.8% 17.5% 8.6%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog article.format-quote .qodef-e-quote {
        padding:7.8% 8.5% 8.6%
    }
}

.qodef-blog article.format-quote .qodef-e-quote-text {
    position: relative;
    text-align: center;
    margin: 39px 0 0
}

.qodef-blog article.format-quote .qodef-e-quote-author {
    position: relative;
    display: block;
    margin: 19px 0 0
}

.qodef-blog article.format-quote .qodef-e-quote-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item:not(:last-of-type) {
    margin-bottom: 100px
}

.qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item:not(:last-of-type).format-link,.qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item:not(:last-of-type).format-quote {
    margin-bottom: 130px
}

.qodef-blog.qodef--list.qodef-shortcode.qodef-vertical-gutter--huge .qodef-blog-item:not(:last-of-type) {
    margin-bottom: 20px
}

.qodef-blog.qodef--list.qodef-shortcode.qodef-vertical-gutter--huge .qodef-blog-item:not(:last-of-type).format-link,.qodef-blog.qodef--list.qodef-shortcode.qodef-vertical-gutter--huge .qodef-blog-item:not(:last-of-type).format-quote {
    margin-bottom: 50px
}

.qodef-blog.qodef--list .qodef-e-top-holder {
    margin-bottom: 11px
}

.qodef-blog.qodef--list .qodef-e-excerpt {
    margin: 12px 0 0
}

.qodef-blog.qodef--list .qodef-e-bottom-holder {
    margin-top: 41px
}

#qodef-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 96px
}

#qodef-page-comments .qodef-page-comments-not-found {
    margin: 0
}

#qodef-page-comments-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 95px
}

#qodef-page-comments-list .qodef-m-title {
    margin: 0 0 30px
}

#qodef-page-comments-list .qodef-e-content {
    margin: 0
}

#qodef-page-comments-list .qodef-m-comments {
    list-style: none;
    margin: 0;
    padding: 0
}

#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child {
    margin-top: 0
}

#qodef-page-comments-list .qodef-comment-item {
    margin: 40px 0 0;
    padding: 0
}

#qodef-page-comments-list .qodef-comment-item .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 124px
}

#qodef-page-comments-list .qodef-comment-item .qodef-title-date-wrapper {
    display: flex;
    align-items: center
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    display: flex;
    align-items: flex-start
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
    flex-shrink: 0;
    margin-right: 24px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
    display: block
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
    margin: 0 16px 0 0;
    line-height: 1em
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    line-height: 1em
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
    color: #ccc
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
    color: #fff
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 11px 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
    margin: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
    margin-top: 5px;
    margin-bottom: 5px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    position: absolute;
    top: 0;
    right: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .15em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child {
    margin-right: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a {
    --qode-padding: 16px;
    padding-left: var(--qode-padding)!important;
    overflow: hidden
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:before {
    content: '';
    display: block;
    height: 1px;
    width: 32px;
    position: absolute;
    background-color: currentColor;
    top: calc(50% - 1px);
    left: 0;
    transform: translateX(-100%);
    transition: transform .52s cubic-bezier(.22,.61,.36,1)
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:hover:before {
    transform: translateX(0)
}

#respond {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-comment-item #respond {
    margin-top: 50px
}

.qodef-comment-item #respond .comment-reply-title {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .1em
}

#respond .comment-reply-title {
    display: flex;
    justify-content: space-between;
    margin: 0
}

#respond .qodef-comment-form .comment-notes,#respond .qodef-comment-form .logged-in-as {
    font-size: 18px;
    margin: 20px 0 54px 0
}

#respond .qodef-comment-form .comment-notes a:hover,#respond .qodef-comment-form .logged-in-as a:hover {
    color: #c1a68a
}

#respond .qodef-comment-form .comment-form-author,#respond .qodef-comment-form .comment-form-comment,#respond .qodef-comment-form .comment-form-email,#respond .qodef-comment-form .comment-form-url,#respond .qodef-comment-form .form-submit {
    margin: 0
}

#respond .qodef-comment-form .form-submit button[type=submit] {
    padding: 9px 59px
}

#respond .qodef-comment-form .comment-form-cookies-consent {
    align-items: center;
    display: flex;
    margin: 3px 0 45px 0;
    position: relative
}

#respond .qodef-comment-form .comment-form-cookies-consent>* {
    margin: 0
}

#respond .qodef-comment-form .comment-form-cookies-consent input[type=checkbox] {
    flex-shrink: 0;
    margin: -2px 18px 0 0
}

.qodef-filter--on .qodef-grid-inner {
    opacity: 1;
    transition: opacity .5s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
    opacity: 0;
    transition: opacity .2s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-spinner {
    bottom: calc(50% - 16px)!important
}

.qodef-m-filter {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 40px
}

.qodef-m-filter .qodef-m-filter-items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-m-filter .qodef-m-filter-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 22px;
    padding: 0 2px;
    transition: color .3s ease,background-color .3s ease;
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    letter-spacing: .15em;
    position: relative
}

.qodef-m-filter .qodef-m-filter-item:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 1px;
    top: calc(50% - 1px);
    background-color: currentColor;
    transition: transform .52s cubic-bezier(.22,.61,.36,1);
    transform-origin: left;
    left: -16px;
    right: auto;
    transform: scaleX(0)
}

.qodef-m-filter .qodef-m-filter-item.qodef--active:before,.qodef-m-filter .qodef-m-filter-item:hover:before {
    transform: scaleX(1)
}

#qodef-page-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer>* {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer-top-area {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#qodef-page-footer-top-area .qodef-content-full-width {
    padding-left: 110px;
    padding-right: 110px
}

.qodef--boxed #qodef-page-footer-top-area {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-footer-top-area-inner {
    padding-top: 66px !important;
    padding-bottom:70px !important;
    border-top: 0 solid var(--qode-main-color)
}

@media only screen and (min-width: 1025px) {
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner {
        grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr)
    }

    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
        padding-right: 26%
    }
}

@media only screen and (min-width: 1025px) and (max-width:1440px) {
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
        padding-right:0px !important;
    }
}

@media only screen and (min-width: 681px) and (max-width:1024px) {
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner {
        grid-template-columns:repeat(2,1fr);
        grid-template-rows: repeat(2,1fr)
    }

    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner .qodef-grid-item {
        grid-area: 2/1/3/2
    }

    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner .qodef-grid-item:first-child {
        grid-area: 1/1/2/3
    }

    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner .qodef-grid-item:last-child {
        grid-area: 2/2/3/3
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner {
        gap:34px
    }
}

@media only screen and (max-width: 768px) {
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner {
        row-gap:84px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner {
        gap: 45px !important;
    }
}

#qodef-page-footer-bottom-area {
    background-color: #000;
    position: relative
}

#qodef-page-footer-bottom-area .qodef-content-full-width {
    padding-left: 110px;
    padding-right: 126px
}

.qodef--boxed #qodef-page-footer-bottom-area {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-footer-bottom-area:before {
    content: '';
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to right,var(--qode-main-color) 10%,rgba(0,0,0,0) 0);
    background-size: 10px 100%;
    background-repeat: repeat-x;
    opacity: .5;
    display: none
}

#qodef-page-footer-bottom-area-inner {
    padding-top: 29px;
    padding-bottom: 29px;
    border-top: 0 solid var(--qode-main-color)
}

#qodef-page-footer-bottom-area-inner>.qodef-grid>.qodef-grid-inner {
    display: flex;
    align-items: center
}

.wp-block-button {
    float: none;
    margin: 20px 0
}

.wp-block-button .wp-block-button__link {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 8px 60px 9px!important;
    color: #000;
    border: 1px solid var(--qode-main-color);
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93),color .25s ease-out,border-color .25s ease-out;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% calc(100% + 4px),100% 100%;
    transition-delay: 0s,.05s,0s;
    cursor: pointer
}

.qodef-browser--safari .wp-block-button .wp-block-button__link {
    background-position: 100% 100%,center
}

.qodef-browser--safari .wp-block-button .wp-block-button__link {
    background-size: 100% 100%,100% 100%
}

.wp-block-button .wp-block-button__link br {
    display: none
}

.wp-block-button .wp-block-button__link:hover {
    color: var(--qode-main-color);
    background-size: 100% 0,100% 100%
}

.wp-block-button.is-style-outline {
    border: none
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93),color .25s ease-out,border-color .25s ease-out;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%;
    border-width: 1px
}

.qodef-browser--safari .wp-block-button.is-style-outline .wp-block-button__link {
    background-position: 100% 100%,center
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #000;
    border-color: var(--qode-main-color);
    background-size: 100% calc(100% + 4px),100% 100%;
    transition-delay: 0s,.05s,0s
}

.qodef-browser--safari .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-size: 100% 100%,100% 100%
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: var(--qode-main-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
    color: #fff
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-button.alignleft {
    margin-right: 40px;
    margin-top: 0;
    text-align: left;
    float: left
}

.wp-block-button.alignright {
    margin-left: 40px;
    margin-top: 0;
    text-align: right;
    float: right
}

.wp-block-image {
    margin: 0 0 20px 0
}

.wp-block-image .aligncenter {
    clear: both
}

.wp-block-image figure {
    margin-bottom: 20px!important;
    margin-top: 0!important
}

.wp-block-image figcaption {
    margin-bottom: 0!important;
    margin-top: 10px!important
}

.wp-block-cover-image {
    float: none!important;
    margin: 0!important;
    max-width: 100%!important
}

.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p {
    line-height: 1em!important;
    margin: 0 auto!important;
    max-width: 580px!important;
    padding: 14px!important;
    text-align: center;
    z-index: 1!important
}

.wp-block-cover-image h1 a,.wp-block-cover-image h2 a,.wp-block-cover-image h3 a,.wp-block-cover-image h4 a,.wp-block-cover-image h5 a,.wp-block-cover-image h6 a,.wp-block-cover-image p a {
    color: #fff!important
}

.wp-block-cover-image h1 a:hover,.wp-block-cover-image h2 a:hover,.wp-block-cover-image h3 a:hover,.wp-block-cover-image h4 a:hover,.wp-block-cover-image h5 a:hover,.wp-block-cover-image h6 a:hover,.wp-block-cover-image p a:hover {
    color: var(--qode-main-color)!important
}

.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff!important;
    font-size: 30px!important
}

.wp-block-cover {
    margin-bottom: 20px!important
}

.wp-block-cover .wp-block-cover__inner-container {
    width: 100%!important
}

.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p {
    line-height: 1em!important;
    margin: 0 auto!important;
    max-width: 580px!important;
    padding: 14px!important;
    text-align: center;
    z-index: 1!important
}

.wp-block-cover h1 a,.wp-block-cover h2 a,.wp-block-cover h3 a,.wp-block-cover h4 a,.wp-block-cover h5 a,.wp-block-cover h6 a,.wp-block-cover p a {
    color: #fff!important
}

.wp-block-cover h1 a:hover,.wp-block-cover h2 a:hover,.wp-block-cover h3 a:hover,.wp-block-cover h4 a:hover,.wp-block-cover h5 a:hover,.wp-block-cover h6 a:hover,.wp-block-cover p a:hover {
    color: var(--qode-main-color)!important
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff!important;
    font-size: 30px!important
}

.wp-block-gallery {
    display: flex;
    margin-bottom: 20px!important
}

.wp-block-gallery ul.blocks-gallery-grid {
    margin-bottom: -1em!important
}

.wp-block-gallery.alignleft {
    max-width: 420px
}

.wp-block-gallery.alignright {
    max-width: 420px
}

.wp-block-gallery figcaption {
    overflow-x: hidden
}

.wp-block-gallery .blocks-gallery-caption {
    margin-top: 10px
}

.wp-block-columns {
    margin-bottom: 20px
}

.wp-block-columns .wp-block-column>:last-child {
    margin-bottom: 0!important
}

.wp-block-pullquote,.wp-block-quote {
    margin-bottom: 20px
}

.wp-block-pullquote {
    border: 0!important;
    padding: 0!important;
    position: relative;
    text-align: center!important;
    width: 100%!important;
    z-index: -2
}

.wp-block-pullquote blockquote {
    padding: 25px!important;
    text-align: inherit
}

.wp-block-pullquote blockquote p {
    font-size: 28px!important;
    line-height: 1.6!important
}

.has-drop-cap:after {
    clear: both;
    content: '';
    display: table;
    position: relative;
    table-layout: fixed
}

.wp-block-audio,.wp-block-video {
    margin-bottom: 20px
}

.wp-block-file {
    color: var(--qode-main-color);
    text-decoration: none;
    transition: color .25s ease-out;
    cursor: pointer;
    align-items: center;
    display: flex;
    margin: 0
}

.wp-block-file:focus,.wp-block-file:hover {
    color: var(--qode-main-color)
}

figure>figcaption {
    margin-bottom: 0!important;
    margin-top: 10px!important
}

.wp-block-group {
    margin-bottom: 20px
}

.wp-block-group.has-background {
    padding: 20px 30px
}

.wp-block-group .wp-block-group__inner-container>:last-child {
    margin-bottom: 0!important
}

.wp-block-media-text {
    margin-bottom: 20px
}

.wp-block-table {
    margin-bottom: 20px
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes tr {
    border: none!important
}

.gallery-item img {
    border: 0!important
}

.wp-block-search .wp-block-search__input {
    margin-bottom: 0
}

.wp-block-rss .wp-block-rss__item-title {
    display: inline-block;
    vertical-align: top
}

#qodef-page-header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 110px;
    background-color: #000;
    z-index: 100
}

#qodef-page-header .qodef-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
    max-height: 100%
}

#qodef-page-header .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    max-height: 50%
}

#qodef-page-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}

.qodef-layout--justified-gallery {
    height: auto!important;
    visibility: hidden
}

.qodef-layout--justified-gallery.qodef--justified-gallery-init {
    visibility: visible
}

.qodef-layout--justified-gallery .qodef-grid-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0!important;
    overflow: hidden
}

.qodef-layout--justified-gallery .qodef-grid-item {
    position: absolute;
    width: auto;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden
}

.qodef-layout--justified-gallery .qodef-grid-item img {
    height: auto!important;
    width: auto!important;
    margin: 0!important
}

.qodef-layout--justified-gallery>.jg-filtered {
    display: none
}

#qodef-page-mobile-header {
    position: relative;
    display: none;
    height: 70px;
    z-index: 100
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    max-height: 100%
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img {
    max-height: calc(50% * 100 / 70)
}

#qodef-page-mobile-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 64px
}

#qodef-page-mobile-header-inner.qodef-content-grid {
    padding: 0
}

.qodef-mobile-header-opener {
    position: relative;
    font-size: 20px;
    margin-left: 20px
}

.qodef-mobile-header-opener .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.qodef-mobile-header-opener svg {
    display: block
}

.qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--open {
    opacity: 0;
    visibility: hidden
}

.qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    opacity: 1;
    visibility: visible
}

.qodef-mobile-header-opener:hover .qodef--open svg path {
    animation: qode-draw-vertical .9s cubic-bezier(.57,.39,0,.86) 1 forwards
}

.qodef-mobile-header-opener:hover .qodef--open svg path:nth-of-type(2),.qodef-mobile-header-opener:hover .qodef--open svg path:nth-of-type(5) {
    animation-delay: .1s
}

.qodef-mobile-header-opener:hover .qodef--open svg path:nth-of-type(3),.qodef-mobile-header-opener:hover .qodef--open svg path:nth-of-type(6) {
    animation-delay: .2s
}

.qodef-mobile-header-opener:hover .qodef--close svg path {
    animation: qode-draw .8s cubic-bezier(.57,.39,0,.86) 1 forwards
}

.qodef-mobile-header-opener:hover .qodef--close svg path:nth-of-type(2) {
    animation-delay: .2s
}

.qodef-mobile-header-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 70px);
    background-color: #000;
    border-bottom: 1px solid var(--qode-main-color);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10
}

.qodef-mobile-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-mobile-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 4.5px 0
}

.qodef-mobile-header-navigation ul li a {
    position: relative;
    display: block
}

.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 10px;
    right: 0;
    width: 10px;
    height: auto;
    color: var(--qode-main-color);
    z-index: 9;
    cursor: pointer;
    transition: color .25s ease-out;
    transform: rotate(0);
    transition: transform .25s ease-out,color .25s ease-out
}

.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow:hover {
    color: var(--qode-main-color)
}

.qodef-mobile-header-navigation ul li ul {
    display: none;
    margin: 0;
    padding-left: 14px
}

.qodef-mobile-header-navigation ul li ul li>a {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 300;
    color: #ccc
}

.qodef-mobile-header-navigation ul li ul li>a:hover {
    color: #fff
}

.qodef-mobile-header-navigation ul li ul li.current-menu-ancestor>a,.qodef-mobile-header-navigation ul li ul li.current-menu-item>a {
    color: #fff
}

.qodef-mobile-header-navigation ul li.qodef--opened>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-mobile-header-navigation>ul {
    margin: 0 auto;
    padding: 34px 0
}

.qodef-mobile-header-navigation>ul>li>a {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    letter-spacing: .15em;
    position: relative
}

.qodef-mobile-header-navigation>ul>li>a:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 1px;
    top: calc(50% - 1px);
    background-color: currentColor;
    transition: transform .52s cubic-bezier(.22,.61,.36,1);
    transform-origin: left;
    left: -16px;
    right: auto;
    transform: scaleX(0)
}

.qodef-mobile-header-navigation>ul>li>a:hover:before {
    transform: scaleX(1)
}

.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a:before,.qodef-mobile-header-navigation>ul>li.current-menu-item>a:before {
    transform: scaleX(1)
}

.qodef-mobile-header-navigation>ul:not(.qodef-content-grid) {
    padding-left: 64px;
    padding-right: 64px
}

.qodef-header-navigation {
    height: 100%
}

.qodef-header-navigation ul {
    margin: 0!important;
    padding: 0;
    list-style: none
}

.qodef-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-header-navigation ul li a .qodef-menu-item-arrow {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 29px;
    height: 10px;
    transform: translateY(-50%);
    color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    position: absolute;
    top: 100%;
    left: -37px;
    width: 250px;
    margin: 0;
    padding: 28px 0 27px;
    background-color: #000;
    border: 1px solid #483f30;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease-out
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
    padding: 0 53px 0 37px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a {
    width: 100%
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
    top: calc(-28px - 10px);
    left: 100%
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
    left: auto;
    right: -37px;
    text-align: right
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li {
    padding: 0 37px 0 53px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a {
    justify-content: flex-end
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-arrow {
    left: -30px;
    right: auto;
    transform: translateY(-50%) scaleX(-1)
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
    right: 100%
}

.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease-out
}

.qodef-header-navigation>ul {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap
}

.qodef-header-navigation>ul>li {
    height: 100%;
    margin: 0 25px
}

.qodef-header-navigation>ul>li:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    width: 1px;
    height: 24px;
    transform: translate3d(0,-50%,0);
    background-color: #473c30
}

.qodef-skin--light .qodef-header-navigation>ul>li:after {
    background-color: rgba(255,255,255,.2)
}

.qodef-header-navigation>ul>li:first-child {
    margin-left: 0
}

.qodef-header-navigation>ul>li:last-child {
    margin-right: 0
}

.qodef-header-navigation>ul>li:last-child:after {
    display: none
}

.qodef-header-navigation>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    letter-spacing: .15em;
    position: relative
}

.qodef-header-navigation>ul>li>a:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 1px;
    top: calc(50% - 1px);
    background-color: currentColor;
    transition: transform .52s cubic-bezier(.22,.61,.36,1);
    transform-origin: left;
    left: -16px;
    right: auto;
    transform: scaleX(0)
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation>ul>li>a:hover:before {
    transform: scaleX(1)
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a:before,.qodef-header-navigation>ul>li.current-menu-item>a:before {
    transform: scaleX(1)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 300;
    color: #ccc;
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a {
    color: #fff
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a {
    color: #fff
}

.qodef-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 110px
}

.qodef-m-pagination.qodef--wp .nav-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-m-pagination.qodef--wp .page-numbers {
    position: relative;
    margin: 0 15px;
    padding: 0 3px;
    font-size: 18px;
    font-weight: 300;
    color: #ccc
}

.qodef-m-pagination.qodef--wp .page-numbers * {
    display: block;
    line-height: inherit
}

.qodef-m-pagination.qodef--wp .page-numbers.next,.qodef-m-pagination.qodef--wp .page-numbers.prev {
    margin: 0;
    padding: 0;
    color: var(--qode-main-color)
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover,.qodef-m-pagination.qodef--wp .page-numbers.prev:hover {
    color: var(--qode-main-color)
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg,.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
    position: relative;
    display: block
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
    position: absolute;
    left: 0;
    margin-right: 6px;
    --qode-hover-scale: 1.23;
    --qode-hover-move: -6px
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg path {
    transform-origin: right
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
    overflow: visible
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg path:nth-of-type(1) {
    transform: scaleX(1)
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg path:nth-of-type(2) {
    transform: translateX(0)
}

.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
    position: absolute;
    right: 0;
    margin-left: 6px;
    --qode-hover-scale: 1.23;
    --qode-hover-move: 7px
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg {
    overflow: visible
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg path:nth-of-type(1) {
    transform: scaleX(1)
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg path:nth-of-type(2) {
    transform: translateX(0)
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

.qodef-m-pagination.qodef--wp .page-numbers.current,.qodef-m-pagination.qodef--wp .page-numbers:hover {
    color: #fff
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
    position: relative;
    margin: 0 15px;
    padding: 0 3px;
    font-size: 18px;
    font-weight: 300;
    color: #ccc
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
    display: block;
    line-height: inherit
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    margin: 0;
    padding: 0;
    color: var(--qode-main-color)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover {
    color: var(--qode-main-color)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
    position: relative;
    display: block
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    position: absolute;
    left: 0;
    margin-right: 6px;
    --qode-hover-scale: 1.23;
    --qode-hover-move: -6px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg path {
    transform-origin: right
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
    overflow: visible
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg path:nth-of-type(1) {
    transform: scaleX(1)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg path:nth-of-type(2) {
    transform: translateX(0)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
    position: absolute;
    right: 0;
    margin-left: 6px;
    --qode-hover-scale: 1.23;
    --qode-hover-move: 7px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg {
    overflow: visible
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg path:nth-of-type(1) {
    transform: scaleX(1)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg path:nth-of-type(2) {
    transform: translateX(0)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
    color: #fff
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden {
    margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--hide {
    display: none
}

.qodef-m-pagination.qodef--load-more {
    text-align: center
}

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
    opacity: 1
}

.qodef-m-pagination.qodef--infinite-scroll {
    text-align: center
}

.qodef-filter-pagination-spinner,.qodef-pagination--on .qodef-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.qodef-filter-pagination-spinner {
    position: absolute;
    bottom: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2)
}

.qodef--loading .qodef-filter-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .25s ease-out
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner {
    position: absolute;
    bottom: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2)
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-m-pagination-inner {
    opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 32px / 2)
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-pagination--on.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-single-links {
    position: relative;
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 15px 0
}

.qodef-single-links .qodef-m-single-links-title {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ccc;
    text-transform: uppercase
}

.qodef-single-links a,.qodef-single-links>span:not(.qodef-m-single-links-title) {
    margin: 0 15px;
    padding: 0 3px;
    font-size: 18px;
    font-weight: 300;
    color: #ccc
}

.qodef-single-links a:last-child,.qodef-single-links>span:not(.qodef-m-single-links-title):last-child {
    margin-right: 0
}

.qodef-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px
}

.qodef-search .qodef-e-search-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

.qodef-search .qodef-e-search-heading .qodef-e-search-heading-title {
    margin: 0 0 20px
}

.qodef-search .qodef-e-search-heading .qodef-e-search-heading-label {
    margin: 8px 0 0
}

.qodef-search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-search .qodef-search-form-field {
    margin: 0;
    padding-right: 50px
}

.qodef-search .qodef-search-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0;
    border: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: transparent;
    color: var(--qode-main-color)
}

.qodef-search .qodef-search-form-button:hover {
    background: 0 0;
    color: #c1a68a;
    background-color: transparent
}

.qodef-search .qodef-search-form-button svg {
    display: block
}

.qodef-search article {
    margin-bottom: 30px
}

.qodef-search article:last-child {
    margin-bottom: 0
}

.qodef-search article .qodef-e-inner {
    align-items: flex-start;
    display: flex;
    position: relative
}

.qodef-search article .qodef-e-inner>* {
    width: 100%
}

.qodef-search article .qodef-e-image {
    flex-shrink: 0;
    max-width: 180px;
    padding-right: 30px;
    width: auto
}

@media only screen and (max-width: 680px) {
    .qodef-search article .qodef-e-image {
        display:none
    }
}

.qodef-search article .qodef-e-title {
    margin: 0
}

.qodef-search article .qodef-e-excerpt {
    margin: 15px 0 0
}

#qodef-page-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

.qodef-svg--menu {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.qodef-svg--search g,.qodef-svg--search path {
    fill: none;
    stroke: currentColor
}

.qodef-svg--search g circle:first-child,.qodef-svg--search path circle:first-child {
    stroke: none
}

.qodef-svg--star {
    fill: currentColor;
    stroke: none
}

.qodef-svg--menu-arrow path:first-child {
    fill: none;
    stroke: currentColor
}

.qodef-svg--menu-arrow path:last-child {
    fill: currentColor
}

.qodef-svg--mobile-menu-arrow path {
    fill: none;
    stroke: currentColor
}

.qodef-svg--slider-arrow-left,.qodef-svg--slider-arrow-left-big,.qodef-svg--slider-arrow-right,.qodef-svg--slider-arrow-right-big {
    fill: none;
    stroke: currentColor
}

.qodef-svg--slider-arrow-left path:last-child,.qodef-svg--slider-arrow-left-big path:last-child,.qodef-svg--slider-arrow-right path:last-child,.qodef-svg--slider-arrow-right-big path:last-child {
    fill: currentColor
}

.qodef-svg--pagination-arrow-left,.qodef-svg--pagination-arrow-right {
    fill: currentColor;
    stroke: none
}

.qodef-svg--close {
    fill: none;
    stroke: currentColor;
    stroke-width: 2px
}

.qodef-svg--close-aux {
    fill: none;
    stroke: currentColor
}

.qodef-svg--spinner {
    fill: var(--qode-main-color);
    stroke: none
}

.qodef-svg--link {
    fill: none;
    stroke: #484848
}

.qodef-svg--quote path {
    fill: none;
    stroke: var(--qode-main-color)
}

.qodef-svg--drag-cursor circle {
    fill: var(--qode-main-color)
}

.qodef-svg--drag-cursor text {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: .1em;
    fill: #fff
}

.qodef-svg--facebook {
    fill: currentColor;
    stroke: none
}

.qodef-svg--instagram {
    fill: currentColor;
    stroke: none
}

.qodef-svg--linkedin {
    fill: currentColor;
    stroke: none
}

.qodef-svg--pinterest {
    fill: currentColor;
    stroke: none
}

.qodef-svg--tumblr {
    fill: currentColor;
    stroke: none
}

.qodef-svg--twitter {
    fill: currentColor;
    stroke: none
}

.qodef-svg--vk {
    fill: currentColor;
    stroke: none
}

.qodef-svg--pagination-back-link {
    fill: none;
    stroke: currentColor
}

.qodef-svg--pagination-back-link path:first-child {
    stroke: none
}

.qodef-svg--arrow-right path:first-child {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.3
}

.qodef-svg--arrow-right path:last-child {
    fill: currentColor;
    stroke: none
}

.qodef-svg--arrow-left path:first-child {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.3
}

.qodef-svg--arrow-left path:last-child {
    fill: currentColor;
    stroke: none
}

.qodef-svg--back-to-top path:first-child {
    fill: none;
    stroke: currentColor
}

.qodef-svg--back-to-top path:last-child {
    fill: currentColor;
    stroke: none
}

.qodef-svg--line-opener {
    fill: none;
    stroke: currentColor;
    shape-rendering: crispEdges
}

.qodef-svg--cart>g {
    fill: none
}

.qodef-svg--cart>g path:last-child {
    fill: currentColor
}

.qodef-svg--cart>path {
    fill: none;
    stroke: currentColor
}

.qodef-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 266px;
    background-color: #000;
    border-bottom: 1px solid #483f30
}

.qodef-page-title .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-page-title .qodef-m-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qodef-page-title .qodef-m-title {
    margin: 0
}

.widget:last-child {
    margin-bottom: 0!important
}

.widget .qodef-widget-title a {
    color: inherit
}

.widget a,.widget p {
    backface-visibility: hidden
}

.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered),.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child,.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child {
    margin-bottom: 0!important
}

.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul,.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-left: 1em
}

.widget select {
    max-width: 100%;
    width: 100%
}

.widget .select2 {
    margin-bottom: 0
}

.widget .wp-caption {
    color: inherit
}

.widget .qodef-search-form-inner {
    align-items: stretch;
    display: flex;
    max-width: 100%;
    position: relative
}

.widget .qodef-search-form-field {
    margin: 0
}

.widget .qodef-search-form-button {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    padding: 0 1em
}

.widget .qodef-search-form-button.qodef--has-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0;
    border: 0;
    background: 0 0;
    height: initial;
    padding: 0
}

.widget .qodef-search-form-button.qodef--has-icon:hover {
    background: 0 0
}

.widget .qodef-search-form-button.qodef--has-icon svg {
    display: block
}

.widget .qodef-search-form-button.qodef--button-outside {
    margin-left: 1em
}

.widget .qodef-search-form-button.qodef--button-inside {
    background: 0 0!important;
    border: none!important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.widget .qodef-search-form-button.qodef--button-inside:not(.qodef--has-icon) {
    --qode-padding: 16px;
    padding-left: var(--qode-padding)!important;
    overflow: hidden
}

.widget .qodef-search-form-button.qodef--button-inside:not(.qodef--has-icon):before {
    content: '';
    display: block;
    height: 1px;
    width: 32px;
    position: absolute;
    background-color: currentColor;
    top: calc(50% - 1px);
    left: 0;
    transform: translateX(-100%);
    transition: transform .52s cubic-bezier(.22,.61,.36,1)
}

.widget .qodef-search-form-button.qodef--button-inside:not(.qodef--has-icon):hover:before {
    transform: translateX(0)
}

.widget.widget_categories ul li a {
    color: #ccc
}

.widget.widget_categories ul li a:hover {
    color: #fff
}

.widget .tagcloud,.widget .wp-block-tag-cloud {
    margin: 0 0 -11px 0
}

.widget .tagcloud a,.widget .wp-block-tag-cloud a {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--qode-main-color)!important;
    display: inline-block;
    font-size: 11px!important;
    margin: 0 23px 9px 0;
    position: relative;
    vertical-align: top
}

.widget .tagcloud a:hover,.widget .wp-block-tag-cloud a:hover {
    color: #c1a68a!important
}

.widget .wp-block-calendar,.widget.widget_calendar {
    width: 100%
}

.widget .wp-block-calendar table,.widget.widget_calendar table {
    table-layout: fixed
}

.widget .wp-block-calendar caption,.widget.widget_calendar caption {
    margin-bottom: 5px
}

.widget .wp-block-calendar th,.widget.widget_calendar th {
    background-color: transparent;
    font-weight: 600;
    padding: 5px 10px
}

.widget .wp-block-calendar td,.widget.widget_calendar td {
    padding: 5px 10px
}

.widget .wp-block-calendar #today a,.widget.widget_calendar #today a {
    color: inherit
}

.widget .wp-block-calendar a,.widget.widget_calendar a {
    text-decoration: none
}

.widget .wp-block-calendar .wp-calendar-nav,.widget.widget_calendar .wp-calendar-nav {
    margin: 5px 0 0 0;
    text-align: left
}

.widget.widget_media_gallery .wp-block-gallery {
    gap: 0
}

.widget.widget_media_image {
    margin-bottom: 0
}

.widget.widget_media_image a {
    display: inline-block;
    vertical-align: top
}

.widget.widget_media_image img {
    display: block
}

.widget.widget_custom_html {
    margin-bottom: 0
}

.widget.widget_text img {
    display: block
}

.widget.widget_nav_menu .qodef-menu-item-arrow {
    display: none
}

.widget.widget_rss ul .rsswidget {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: .1em;
    display: block
}

.widget.widget_rss ul .rssSummary {
    margin-top: 15px
}

.widget.widget_rss ul cite {
    display: block;
    margin-top: 8px
}

.widget.widget_tadao_core_title_widget {
    margin: 0
}

.widget.widget_block .wp-block-columns,.widget.widget_block .wp-block-group {
    margin: 0
}

.widget.widget_block .wp-block-social-link {
    margin: 4px 8px 4px 0!important
}

.widget.widget_block .wp-block-social-link:last-child {
    margin-bottom: 4px!important
}

.widget.widget_block .wp-block-latest-posts__featured-image {
    margin-bottom: .5em
}

.widget.widget_block .wp-block-latest-posts__post-author,.widget.widget_block .wp-block-latest-posts__post-date {
    color: inherit
}

.widget.widget_block .wp-block-rss__item-author,.widget.widget_block .wp-block-rss__item-publish-date {
    color: inherit
}

.widget.widget_block .wp-block-button .wp-block-button__link {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 8px 60px 9px
}

.widget.widget_block .wp-block-gallery {
    gap: 0
}

.widget.widget_block p:first-child {
    margin: 0
}

.widget.widget_block p:last-child {
    margin: 0
}

.widget h1:not([class*=qodef]),.widget h2:not([class*=qodef]),.widget h3:not([class*=qodef]),.widget h4:not([class*=qodef]),.widget h5:not([class*=qodef]),.widget h6:not([class*=qodef]) {
    margin: 0
}

.widget:not(.widget_tadao_core_title_widget) {
    margin: 0 0 35px
}

.widget .qodef-widget-title {
    margin: 0 0 21px
}

.widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

.widget a {
    color: #ccc
}

.widget a:hover {
    color: var(--qode-main-color)
}

.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 4px
}

.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 4px
}

.widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 29px
}

.widget .qodef-search-form-button.qodef--button-inside {
    color: var(--qode-main-color)
}

.widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #c1a68a
}

.widget .tagcloud a,.widget .wp-block-tag-cloud a {
    color: #ccc
}

.widget .tagcloud a:hover,.widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

.widget .wp-block-calendar #today,.widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

.widget .wp-block-calendar .wp-calendar-nav a,.widget.widget_calendar .wp-calendar-nav a {
    color: #ccc
}

.widget .wp-block-calendar .wp-calendar-nav a:hover,.widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

.widget.widget_media_image .qodef-widget-title {
    margin-bottom: 29px
}

.widget.widget_media_gallery {
    margin-bottom: 30px!important
}

.widget.widget_media_gallery .gallery {
    margin: 0 -5px!important
}

.widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

.widget.widget_media_gallery:last-child {
    margin-bottom: -5px!important
}

.widget .wp-block-gallery {
    margin: 0 -5px!important
}

.widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

.widget.widget_block .wp-block-columns h1:not([class*=qodef]),.widget.widget_block .wp-block-columns h2:not([class*=qodef]),.widget.widget_block .wp-block-columns h3:not([class*=qodef]),.widget.widget_block .wp-block-columns h4:not([class*=qodef]),.widget.widget_block .wp-block-columns h5:not([class*=qodef]),.widget.widget_block .wp-block-columns h6:not([class*=qodef]),.widget.widget_block .wp-block-group h1:not([class*=qodef]),.widget.widget_block .wp-block-group h2:not([class*=qodef]),.widget.widget_block .wp-block-group h3:not([class*=qodef]),.widget.widget_block .wp-block-group h4:not([class*=qodef]),.widget.widget_block .wp-block-group h5:not([class*=qodef]),.widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 21px
}

#qodef-top-area .widget:not(.widget_tadao_core_title_widget) {
    margin: 0 0 0;
    color: #fff
}

#qodef-top-area .widget:not(.widget_tadao_core_title_widget) h1:not([class*=qodef]),#qodef-top-area .widget:not(.widget_tadao_core_title_widget) h2:not([class*=qodef]),#qodef-top-area .widget:not(.widget_tadao_core_title_widget) h3:not([class*=qodef]),#qodef-top-area .widget:not(.widget_tadao_core_title_widget) h4:not([class*=qodef]),#qodef-top-area .widget:not(.widget_tadao_core_title_widget) h5:not([class*=qodef]),#qodef-top-area .widget:not(.widget_tadao_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

#qodef-top-area .widget .qodef-widget-title {
    margin: 0 0 21px;
    color: #fff
}

#qodef-top-area .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget a {
    color: #fff
}

#qodef-top-area .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 4px
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 4px
}

#qodef-top-area .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget .qodef-search-form-button.qodef--button-inside {
    color: var(--qode-main-color)
}

#qodef-top-area .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #c1a68a
}

#qodef-top-area .widget .tagcloud a,#qodef-top-area .widget .wp-block-tag-cloud a {
    color: #fff
}

#qodef-top-area .widget .tagcloud a:hover,#qodef-top-area .widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget .wp-block-calendar caption,#qodef-top-area .widget.widget_calendar caption {
    color: #fff
}

#qodef-top-area .widget .wp-block-calendar tbody,#qodef-top-area .widget.widget_calendar tbody {
    color: #fff
}

#qodef-top-area .widget .wp-block-calendar #today,#qodef-top-area .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a,#qodef-top-area .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-top-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget.widget_media_gallery {
    margin-bottom: -5px!important
}

#qodef-top-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px!important
}

#qodef-top-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

#qodef-top-area .widget.widget_media_gallery:last-child {
    margin-bottom: -5px!important
}

#qodef-top-area .widget .wp-block-gallery {
    margin: 0 -5px!important
}

#qodef-top-area .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

#qodef-top-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 21px
}

#qodef-page-header .widget:not(.widget_tadao_core_title_widget) {
    margin: 0 0 35px;
    color: var(--qode-main-color)
}

#qodef-page-header .widget .qodef-widget-title {
    margin: 0 0 21px
}

#qodef-page-header .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget a {
    color: var(--qode-main-color)
}

#qodef-page-header .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 4px
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 4px
}

#qodef-page-header .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget .qodef-search-form-button.qodef--button-inside {
    color: var(--qode-main-color)
}

#qodef-page-header .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #c1a68a
}

#qodef-page-header .widget .tagcloud a,#qodef-page-header .widget .wp-block-tag-cloud a {
    color: var(--qode-main-color)
}

#qodef-page-header .widget .tagcloud a:hover,#qodef-page-header .widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget .wp-block-calendar caption,#qodef-page-header .widget.widget_calendar caption {
    color: var(--qode-main-color)
}

#qodef-page-header .widget .wp-block-calendar tbody,#qodef-page-header .widget.widget_calendar tbody {
    color: var(--qode-main-color)
}

#qodef-page-header .widget .wp-block-calendar #today,#qodef-page-header .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-page-header .widget .wp-block-calendar .wp-calendar-nav a,#qodef-page-header .widget.widget_calendar .wp-calendar-nav a {
    color: var(--qode-main-color)
}

#qodef-page-header .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-page-header .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget.widget_media_gallery {
    margin-bottom: 30px!important
}

#qodef-page-header .widget.widget_media_gallery .gallery {
    margin: 0 -5px!important
}

#qodef-page-header .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

#qodef-page-header .widget.widget_media_gallery:last-child {
    margin-bottom: -5px!important
}

#qodef-page-header .widget .wp-block-gallery {
    margin: 0 -5px!important
}

#qodef-page-header .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

#qodef-page-header .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-page-header .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 21px
}

#qodef-page-footer .widget:not(.widget_tadao_core_title_widget) {
    margin: 0 0 35px;
    color: #ccc
}

#qodef-page-footer .widget:not(.widget_tadao_core_title_widget) h1:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_tadao_core_title_widget) h2:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_tadao_core_title_widget) h3:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_tadao_core_title_widget) h4:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_tadao_core_title_widget) h5:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_tadao_core_title_widget) h6:not([class*=qodef]) {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget .qodef-widget-title {
    margin: 0 0 19px;
    color: var(--qode-main-color)
}

#qodef-page-footer .widget .qodef-widget-title a:hover {
    color: #fff
}

#qodef-page-footer .widget a {
    color: #ccc
}

#qodef-page-footer .widget a:hover {
    color: #fff
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 4px
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 4px
}

#qodef-page-footer .widget .button,#qodef-page-footer .widget button {
    color: #fff;
    background-color: #222;
    border-color: #222
}

#qodef-page-footer .widget .button:hover,#qodef-page-footer .widget button:hover {
    color: #ccc;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#qodef-page-footer .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 27px
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside {
    color: #fff
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #ccc
}

#qodef-page-footer .widget .tagcloud a,#qodef-page-footer .widget .wp-block-tag-cloud a {
    color: #ccc
}

#qodef-page-footer .widget .tagcloud a:hover,#qodef-page-footer .widget .wp-block-tag-cloud a:hover {
    color: #fff
}

#qodef-page-footer .widget .wp-block-calendar caption,#qodef-page-footer .widget.widget_calendar caption {
    color: #ccc
}

#qodef-page-footer .widget .wp-block-calendar tbody,#qodef-page-footer .widget.widget_calendar tbody {
    color: #ccc
}

#qodef-page-footer .widget .wp-block-calendar td,#qodef-page-footer .widget .wp-block-calendar th,#qodef-page-footer .widget .wp-block-calendar tr,#qodef-page-footer .widget.widget_calendar td,#qodef-page-footer .widget.widget_calendar th,#qodef-page-footer .widget.widget_calendar tr {
    border-color: #fff
}

#qodef-page-footer .widget .wp-block-calendar #today,#qodef-page-footer .widget.widget_calendar #today {
    color: #000;
    background-color: #fff
}

#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a,#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a {
    color: #ccc
}

#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a:hover {
    color: #fff
}

#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 27px
}

#qodef-page-footer .widget.widget_media_gallery {
    margin-bottom: 30px!important
}

#qodef-page-footer .widget.widget_media_gallery .gallery {
    margin: 0 -5px!important
}

#qodef-page-footer .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

#qodef-page-footer .widget.widget_media_gallery:last-child {
    margin-bottom: -5px!important
}

#qodef-page-footer .widget .wp-block-gallery {
    margin: 0 -5px!important
}

#qodef-page-footer .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

#qodef-page-footer .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 19px
}

#qodef-page-footer .widget.widget_block .wp-block-button .wp-block-button__link {
    color: #fff;
    background-color: #222;
    border-color: #222
}

#qodef-page-footer .widget.widget_block .wp-block-button .wp-block-button__link:hover {
    color: #ccc;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#qodef-side-area .widget:not(.widget_tadao_core_title_widget) {
    margin: 0 0 20px;
    color: #fff
}

#qodef-side-area .widget:not(.widget_tadao_core_title_widget) h1:not([class*=qodef]),#qodef-side-area .widget:not(.widget_tadao_core_title_widget) h2:not([class*=qodef]),#qodef-side-area .widget:not(.widget_tadao_core_title_widget) h3:not([class*=qodef]),#qodef-side-area .widget:not(.widget_tadao_core_title_widget) h4:not([class*=qodef]),#qodef-side-area .widget:not(.widget_tadao_core_title_widget) h5:not([class*=qodef]),#qodef-side-area .widget:not(.widget_tadao_core_title_widget) h6:not([class*=qodef]) {
    color: var(--qode-main-color)
}

#qodef-side-area .widget .qodef-widget-title {
    margin: 0 0 21px;
    color: var(--qode-main-color)
}

#qodef-side-area .widget .qodef-widget-title a:hover {
    color: #fff
}

#qodef-side-area .widget a {
    color: #ccc
}

#qodef-side-area .widget a:hover {
    color: #fff
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 4px
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 4px
}

#qodef-side-area .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget .qodef-search-form-button.qodef--button-inside {
    color: var(--qode-main-color)
}

#qodef-side-area .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #c1a68a
}

#qodef-side-area .widget .tagcloud a,#qodef-side-area .widget .wp-block-tag-cloud a {
    color: #ccc
}

#qodef-side-area .widget .tagcloud a:hover,#qodef-side-area .widget .wp-block-tag-cloud a:hover {
    color: #fff
}

#qodef-side-area .widget .wp-block-calendar caption,#qodef-side-area .widget.widget_calendar caption {
    color: #fff
}

#qodef-side-area .widget .wp-block-calendar tbody,#qodef-side-area .widget.widget_calendar tbody {
    color: #fff
}

#qodef-side-area .widget .wp-block-calendar #today,#qodef-side-area .widget.widget_calendar #today {
    color: #fff;
    background-color: #fff
}

#qodef-side-area .widget .wp-block-calendar .wp-calendar-nav a,#qodef-side-area .widget.widget_calendar .wp-calendar-nav a {
    color: #ccc
}

#qodef-side-area .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-side-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: #fff
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget.widget_media_gallery {
    margin-bottom: 15px!important
}

#qodef-side-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px!important
}

#qodef-side-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

#qodef-side-area .widget.widget_media_gallery:last-child {
    margin-bottom: -5px!important
}

#qodef-side-area .widget .wp-block-gallery {
    margin: 0 -5px!important
}

#qodef-side-area .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

#qodef-side-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 21px
}

.qodef-mega-menu-widget-holder .widget:not(.widget_tadao_core_title_widget) {
    margin: 0 0 35px;
    color: #fff
}

.qodef-mega-menu-widget-holder .widget:not(.widget_tadao_core_title_widget) h1:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_tadao_core_title_widget) h2:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_tadao_core_title_widget) h3:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_tadao_core_title_widget) h4:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_tadao_core_title_widget) h5:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_tadao_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
    margin: 0 0 21px;
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 4px
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 4px
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--button-inside {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #c1a68a
}

.qodef-mega-menu-widget-holder .widget .tagcloud a,.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .tagcloud a:hover,.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar caption,.qodef-mega-menu-widget-holder .widget.widget_calendar caption {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar tbody,.qodef-mega-menu-widget-holder .widget.widget_calendar tbody {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar #today,.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a,.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a:hover,.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery {
    margin-bottom: 30px!important
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery {
    margin: 0 -5px!important
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery:last-child {
    margin-bottom: -5px!important
}

.qodef-mega-menu-widget-holder .widget .wp-block-gallery {
    margin: 0 -5px!important
}

.qodef-mega-menu-widget-holder .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0!important;
    padding: 0 5px
}

.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h1:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h2:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h3:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h4:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h5:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h6:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h1:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h2:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h3:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h4:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h5:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 21px
}

#qodef-woo-page .qodef-woo-product-mark,#yith-quick-view-modal .qodef-woo-product-mark,.qodef-woo-shortcode .qodef-woo-product-mark {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4em;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    background-color: var(--qode-main-color);
    z-index: 5
}

#qodef-woo-page .qodef-woo-product-title,#yith-quick-view-modal .qodef-woo-product-title,.qodef-woo-shortcode .qodef-woo-product-title {
    margin: 0
}

#qodef-woo-page .qodef-woo-ratings,#yith-quick-view-modal .qodef-woo-ratings,.qodef-woo-shortcode .qodef-woo-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-inner,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
    color: var(--qode-main-color)
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: 10px;
    fill: currentColor;
    stroke: none;
    opacity: .4
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg:last-child,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg:last-child,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active svg,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg {
    opacity: 1
}

#qodef-woo-page .price,#yith-quick-view-modal .price,.qodef-woo-shortcode .price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px 0 0
}

#qodef-woo-page .price del,#yith-quick-view-modal .price del,.qodef-woo-shortcode .price del {
    margin-right: 10px
}

#qodef-woo-page .price ins,#yith-quick-view-modal .price ins,.qodef-woo-shortcode .price ins {
    text-decoration: none
}

#qodef-woo-page .added_to_cart,#qodef-woo-page .button,#yith-quick-view-modal .added_to_cart,#yith-quick-view-modal .button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 8px 60px 9px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93),color .25s ease-out,border-color .25s ease-out;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%;
    flex-wrap: nowrap;
    white-space: nowrap
}

.qodef-browser--safari #qodef-woo-page .added_to_cart,.qodef-browser--safari #qodef-woo-page .button,.qodef-browser--safari #yith-quick-view-modal .added_to_cart,.qodef-browser--safari #yith-quick-view-modal .button,.qodef-browser--safari .qodef-woo-shortcode .added_to_cart,.qodef-browser--safari .qodef-woo-shortcode .button {
    background-position: 100% 100%,center
}

#qodef-woo-page .added_to_cart:hover,#qodef-woo-page .button:hover,#yith-quick-view-modal .added_to_cart:hover,#yith-quick-view-modal .button:hover,.qodef-woo-shortcode .added_to_cart:hover,.qodef-woo-shortcode .button:hover {
    color: #000;
    border-color: var(--qode-main-color);
    background-size: 100% calc(100% + 4px),100% 100%;
    transition-delay: 0s,.05s,0s
}

.qodef-browser--safari #qodef-woo-page .added_to_cart:hover,.qodef-browser--safari #qodef-woo-page .button:hover,.qodef-browser--safari #yith-quick-view-modal .added_to_cart:hover,.qodef-browser--safari #yith-quick-view-modal .button:hover,.qodef-browser--safari .qodef-woo-shortcode .added_to_cart:hover,.qodef-browser--safari .qodef-woo-shortcode .button:hover {
    background-size: 100% 100%,100% 100%
}

#qodef-woo-page .added_to_cart.added,#qodef-woo-page .button.added,#yith-quick-view-modal .added_to_cart.added,#yith-quick-view-modal .button.added,.qodef-woo-shortcode .added_to_cart.added,.qodef-woo-shortcode .button.added {
    display: none
}

#qodef-woo-page .quantity {
    white-space: nowrap
}

#qodef-woo-page .quantity input[type=number] {
    width: 60px;
    margin: 0;
    padding: 12px 10px;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 70px;
    border: 1px solid var(--qode-main-color);
    list-style: none
}

@media only screen and (max-width: 680px) {
    .woocommerce-error,.woocommerce-info,.woocommerce-message {
        flex-direction:column-reverse;
        align-items: flex-start
    }

    .woocommerce-error a,.woocommerce-info a,.woocommerce-message a {
        margin-top: 12px!important
    }
}

.woocommerce-page div.woocommerce table th {
    display: table-cell!important
}

.woocommerce-page div.woocommerce .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.woocommerce-page div.woocommerce .shop_table td,.woocommerce-page div.woocommerce .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.woocommerce-page div.woocommerce .shop_table td:first-child,.woocommerce-page div.woocommerce .shop_table th:first-child {
    padding-left: 0
}

.woocommerce-page div.woocommerce .shop_table th {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

.woocommerce-page div.woocommerce .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
    margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li label {
    margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table p {
    margin: 0
}

.woocommerce-page div.woocommerce .shop_table .variation:after,.woocommerce-page div.woocommerce .shop_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.woocommerce-page div.woocommerce .shop_table .variation:after {
    clear: both
}

.woocommerce-page div.woocommerce .shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width: 680px) {
    .woocommerce-page div.woocommerce .shop_table .variation dt {
        float:none;
        width: 100%
    }
}

.woocommerce-page div.woocommerce .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width: 680px) {
    .woocommerce-page div.woocommerce .shop_table .variation dd {
        float:none;
        margin: 0;
        width: 100%
    }
}

.woocommerce-page div.woocommerce .col2-set {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 -30px
}

.woocommerce-page div.woocommerce .col2-set>* {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 60px
}

.woocommerce-page div.woocommerce address {
    font-style: normal
}

.woocommerce-page div.woocommerce address p {
    margin: 0
}

.woocommerce-page div.woocommerce form p {
    margin: 0
}

.woocommerce-page .pswp__caption__center,.woocommerce-page .pswp__counter {
    color: #fff
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove,#qodef-woo-page.qodef--cart .shop_table th.product-remove,.yith-wcwl-form .shop_table td.product-remove,.yith-wcwl-form .shop_table th.product-remove {
    width: 30px
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a,#qodef-woo-page.qodef--cart .shop_table th.product-remove a,.yith-wcwl-form .shop_table td.product-remove a,.yith-wcwl-form .shop_table th.product-remove a {
    font-size: 20px
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail,.yith-wcwl-form .shop_table td.product-thumbnail,.yith-wcwl-form .shop_table th.product-thumbnail {
    width: 72px;
    padding-left: 0
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail a,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail img,.yith-wcwl-form .shop_table td.product-thumbnail a,.yith-wcwl-form .shop_table td.product-thumbnail img,.yith-wcwl-form .shop_table th.product-thumbnail a,.yith-wcwl-form .shop_table th.product-thumbnail img {
    display: block;
    width: 100%;
    max-width: 100%
}

#qodef-woo-page.qodef--cart .shop_table td.product-name,#qodef-woo-page.qodef--cart .shop_table th.product-name,.yith-wcwl-form .shop_table td.product-name,.yith-wcwl-form .shop_table th.product-name {
    text-align: left
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a,#qodef-woo-page.qodef--cart .shop_table th.product-name a,.yith-wcwl-form .shop_table td.product-name a,.yith-wcwl-form .shop_table th.product-name a {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: .1em
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number],#qodef-woo-page.qodef--cart .shop_table th.product-quantity input[type=number],.yith-wcwl-form .shop_table td.product-quantity input[type=number],.yith-wcwl-form .shop_table th.product-quantity input[type=number] {
    margin: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions,#qodef-woo-page.qodef--cart .shop_table th.actions,.yith-wcwl-form .shop_table td.actions,.yith-wcwl-form .shop_table th.actions {
    padding: 30px 0 0;
    text-align: initial
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon,.yith-wcwl-form .shop_table td.actions .coupon,.yith-wcwl-form .shop_table th.actions .coupon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    float: left
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon>*,.yith-wcwl-form .shop_table td.actions .coupon>*,.yith-wcwl-form .shop_table th.actions .coupon>* {
    margin-bottom: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions label,#qodef-woo-page.qodef--cart .shop_table th.actions label,.yith-wcwl-form .shop_table td.actions label,.yith-wcwl-form .shop_table th.actions label {
    display: none
}

#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text],#qodef-woo-page.qodef--cart .shop_table th.actions input[type=text],.yith-wcwl-form .shop_table td.actions input[type=text],.yith-wcwl-form .shop_table th.actions input[type=text] {
    width: auto;
    margin-right: 20px;
    height: 47px
}

#qodef-woo-page.qodef--cart .shop_table td.actions>.button,#qodef-woo-page.qodef--cart .shop_table th.actions>.button,.yith-wcwl-form .shop_table td.actions>.button,.yith-wcwl-form .shop_table th.actions>.button {
    float: right
}

#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child,.yith-wcwl-form .shop_table.cart tbody>tr:last-child {
    border-bottom: 0
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th,.yith-wcwl-form .cart-collaterals .shop_table th {
    width: 20%
}

#qodef-woo-page.qodef--cart .cart_totals,#qodef-woo-page.qodef--cart .cross-sells,.yith-wcwl-form .cart_totals,.yith-wcwl-form .cross-sells {
    margin-top: 92px
}

#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2,.yith-wcwl-form .cart_totals>h2,.yith-wcwl-form .cross-sells>h2 {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 36px;
    line-height: 1.11111em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 0 0 18px
}

#qodef-woo-page.qodef--cart .shipping-calculator-form select,.yith-wcwl-form .shipping-calculator-form select {
    width: auto;
    min-width: 100%;
    margin: 0
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout,.yith-wcwl-form .wc-proceed-to-checkout {
    margin-top: 30px
}

.woocommerce-page div.woocommerce>.cart-empty {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 54px;
    line-height: 1.07407em;
    font-weight: 500;
    letter-spacing: .06em;
    align-items: center;
    justify-content: center;
    border: none
}

.woocommerce-page div.woocommerce>.return-to-shop {
    margin: 20px 0 0;
    text-align: center
}

.woocommerce-page div.woocommerce>.return-to-shop a {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 8px 60px 9px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93),color .25s ease-out,border-color .25s ease-out;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%
}

.qodef-browser--safari .woocommerce-page div.woocommerce>.return-to-shop a {
    background-position: 100% 100%,center
}

.woocommerce-page div.woocommerce>.return-to-shop a:hover {
    color: #000;
    border-color: var(--qode-main-color);
    background-size: 100% calc(100% + 4px),100% 100%;
    transition-delay: 0s,.05s,0s
}

.qodef-browser--safari .woocommerce-page div.woocommerce>.return-to-shop a:hover {
    background-size: 100% 100%,100% 100%
}

.woocommerce-page div.woocommerce abbr {
    text-decoration: none
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    flex-direction: row;
    justify-content: flex-start
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
    margin-left: 5px
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p {
    margin-bottom: 10px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
    margin-top: 40px
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
    margin: 0 0 20px
}

#qodef-woo-page.qodef--checkout #order_review_heading {
    margin: 0 0 20px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
    margin-top: 30px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
    margin-top: 30px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 23px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid var(--qode-main-color)
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
    margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .woocommerce-notice {
    flex-direction: row;
    justify-content: flex-start
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    padding: 15px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
    position: absolute;
    top: 18px;
    left: 0;
    margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    margin: 0;
    cursor: pointer
}

#qodef-woo-page.qodef--checkout .wc_payment_method:not(.payment_method_paypal) p {
    margin: 10px 0 0 0
}

#qodef-woo-page.qodef--checkout .wc_payment_method.payment_method_paypal .input-radio {
    top: 61px
}

#qodef-woo-page.qodef--checkout .wc_payment_method.payment_method_paypal label img {
    margin: 0 15px 0 10px
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    float: left;
    padding-right: 50px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid var(--qode-main-color)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
    margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    overflow: hidden
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    letter-spacing: .15em;
    --qode-padding: 16px;
    padding-left: var(--qode-padding)!important;
    overflow: hidden
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    content: '';
    display: block;
    height: 1px;
    width: 32px;
    position: absolute;
    background-color: currentColor;
    top: calc(50% - 1px);
    left: 0;
    transform: translateX(-100%);
    transition: transform .52s cubic-bezier(.22,.61,.36,1)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    transform: translateX(0)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--qode-main-color)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    transform: translateX(0)
}

.woocommerce-account a:hover {
    color: #c1a68a
}

.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    float: left
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    margin: 30px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin: 48px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 36px;
    line-height: 1.11111em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 0 0 20px
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
    margin: 30px 0 0
}

.woocommerce-account .button {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 8px 60px 9px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93),color .25s ease-out,border-color .25s ease-out;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%
}

.qodef-browser--safari .woocommerce-account .button {
    background-position: 100% 100%,center
}

.woocommerce-account .button:hover {
    color: #000;
    border-color: var(--qode-main-color);
    background-size: 100% calc(100% + 4px),100% 100%;
    transition-delay: 0s,.05s,0s
}

.qodef-browser--safari .woocommerce-account .button:hover {
    background-size: 100% 100%,100% 100%
}

.woocommerce-account .woocommerce-form-login {
    max-width: calc(min(100%,1000px))
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 10px
}

.woocommerce-account .woocommerce-form-login .form-row:not(.form-row-wide) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center
}

.woocommerce-account .woocommerce-form-register {
    max-width: calc(min(100%,1000px))
}

.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 31px
}

.woocommerce-account .woocommerce-EditAccountForm {
    max-width: calc(min(100%,1000px))
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 0;
    margin: 0
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    display: none
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    margin: 0 0 44px
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=text] {
    margin: 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 36px;
    line-height: 1.11111em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid var(--qode-main-color)
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
    margin: 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    margin-top: 40px
}

.woocommerce-order-received .woocommerce-order h2 {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 36px;
    line-height: 1.11111em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    margin-top: 50px
}

#qodef-woo-page .woocommerce-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 137px
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
    position: relative;
    margin: 0 15px;
    padding: 0 3px;
    font-size: 18px;
    font-weight: 300;
    color: #ccc
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
    display: block;
    line-height: inherit
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next,#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    margin: 0;
    padding: 0;
    color: var(--qode-main-color)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover {
    color: var(--qode-main-color)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg {
    position: relative;
    display: block
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    position: absolute;
    left: 0;
    margin-right: 6px;
    --qode-hover-scale: 1.23;
    --qode-hover-move: -6px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg path {
    transform-origin: right
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg {
    overflow: visible
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg path:nth-of-type(1) {
    transform: scaleX(1)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg path:nth-of-type(2) {
    transform: translateX(0)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
    position: absolute;
    right: 0;
    margin-left: 6px;
    --qode-hover-scale: 1.23;
    --qode-hover-move: 7px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg {
    overflow: visible
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg path {
    transition: transform .5s cubic-bezier(.39,.63,.18,.89)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg path:nth-of-type(1) {
    transform: scaleX(1)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg path:nth-of-type(2) {
    transform: translateX(0)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover svg path:nth-of-type(1) {
    transform: scaleX(var(--qode-hover-scale))
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover svg path:nth-of-type(2) {
    transform: translateX(var(--qode-hover-move))
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current,#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
    color: #fff
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page .woocommerce-pagination {
        margin-bottom:110px
    }
}

.qodef-woo-product-list .qodef-e-content,.qodef-woo-product-list .qodef-e-inner,.qodef-woo-product-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-list .qodef-e-media>.woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-woo-product-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-woo-product-list .qodef-e-media-image a,.qodef-woo-product-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-woo-product-list .qodef-e-content {
    margin: 20px 0 0;
    text-align: center
}

.qodef-woo-product-list .qodef-woo-product-title {
    transition: color .25s ease-out
}

.qodef-woo-product-list .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-woo-product-list .qodef-woo-ratings {
    margin-top: 9px
}

.qodef-woo-product-list .added_to_cart,.qodef-woo-product-list .button {
    background: 0 0!important
}

.qodef-woo-product-list .added_to_cart:hover,.qodef-woo-product-list .button:hover {
    color: var(--qode-main-color)!important
}

.qodef-woo-product-list .qodef-e-media-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 20px 35px;
    text-align: center;
    opacity: 0;
    transition: opacity .5s ease-out
}

.qodef-woo-product-list .qodef-e-media-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: scale(1.1);
    background: rgba(0,0,0,.81)
}

.qodef-woo-product-list .qodef-e-media-inner .qodef-e-actions {
    --qode-x: 0px;
    --qode-y: 15px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out,transform .7s cubic-bezier(.43,.76,.33,1),-webkit-clip-path .7s;
    transition: opacity .37s ease-out,transform .7s cubic-bezier(.43,.76,.33,1),clip-path .7s;
    transition: opacity .37s ease-out,transform .7s cubic-bezier(.43,.76,.33,1),clip-path .7s,-webkit-clip-path .7s;
    z-index: 2
}

.qodef-woo-product-list .qodef-e-media-inner a {
    position: relative;
    z-index: 3
}

.qodef-woo-product-list .qodef-e-media-inner .price {
    color: var(--qode-main-color)
}

.qodef-woo-product-list .qodef-e-media-inner .added_to_cart,.qodef-woo-product-list .qodef-e-media-inner .button {
    border: none;
    background-color: transparent;
    --qode-bg-hover-color: transparent
}

.qodef-woo-product-list .qodef-e-media-inner .added_to_cart svg,.qodef-woo-product-list .qodef-e-media-inner .button svg {
    margin-right: 0
}

.qodef-woo-product-list .qodef-e-media-inner .added_to_cart:hover,.qodef-woo-product-list .qodef-e-media-inner .button:hover {
    color: var(--qode-main-color)
}

#qodef-woo-page .qodef-woo-product-list .qodef-e-media-inner .added_to_cart,#qodef-woo-page .qodef-woo-product-list .qodef-e-media-inner .button {
    border: none
}

.qodef-woo-product-list select {
    min-width: 50%
}

.qodef-woo-product-list .select2 {
    margin: 0
}

.qodef-woo-product-list ul.products {
    --qode-columns: 3;
    --qode-columns-row-gap: 67px;
    --qode-columns-col-gap: 40px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns),minmax(0,1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap);
    padding: 0;
    margin: 0;
    list-style: none
}

.qodef-woo-product-list ul.products.columns-1 {
    --qode-columns: 1
}

.qodef-woo-product-list ul.products.columns-2 {
    --qode-columns: 2
}

.qodef-woo-product-list ul.products.columns-3 {
    --qode-columns: 3
}

.qodef-woo-product-list ul.products.columns-4 {
    --qode-columns: 4
}

.qodef-woo-product-list ul.products.columns-5 {
    --qode-columns: 5
}

.qodef-woo-product-list ul.products.columns-6 {
    --qode-columns: 6
}

.qodef-woo-product-list ul.products.columns-7 {
    --qode-columns: 7
}

.qodef-woo-product-list ul.products.columns-8 {
    --qode-columns: 8
}

.qodef-woo-product-list.qodef-vertical-gutter--no ul.products {
    --qode-columns-row-gap: 0px
}

.qodef-woo-product-list.qodef-vertical-gutter--tiny ul.products {
    --qode-columns-row-gap: 10px
}

.qodef-woo-product-list.qodef-vertical-gutter--small ul.products {
    --qode-columns-row-gap: 20px
}

.qodef-woo-product-list.qodef-vertical-gutter--normal ul.products {
    --qode-columns-row-gap: 30px
}

.qodef-woo-product-list.qodef-vertical-gutter--medium ul.products {
    --qode-columns-row-gap: 40px
}

.qodef-woo-product-list.qodef-vertical-gutter--large ul.products {
    --qode-columns-row-gap: 50px
}

.qodef-woo-product-list.qodef-vertical-gutter--extra-large ul.products {
    --qode-columns-row-gap: 60px
}

.qodef-woo-product-list.qodef-vertical-gutter--huge ul.products {
    --qode-columns-row-gap: 80px
}

.qodef-woo-product-list.qodef-gutter--no ul.products {
    --qode-columns-col-gap: 0px
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products {
    --qode-columns-col-gap: 10px
}

.qodef-woo-product-list.qodef-gutter--small ul.products {
    --qode-columns-col-gap: 20px
}

.qodef-woo-product-list.qodef-gutter--normal ul.products {
    --qode-columns-col-gap: 30px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products {
    --qode-columns-col-gap: 40px
}

.qodef-woo-product-list.qodef-gutter--large ul.products {
    --qode-columns-col-gap: 50px
}

.qodef-woo-product-list.qodef-gutter--extra-large ul.products {
    --qode-columns-col-gap: 60px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
    --qode-columns-col-gap: 80px
}

.qodef-woo-product-list .qodef-e-inner>.woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.touchevents .qodef-woo-product-list .qodef-e-inner {
    cursor: pointer
}

.qodef-woo-product-list .qodef-e-inner:hover .qodef-e-media-inner {
    opacity: 1
}

.qodef-woo-product-list .qodef-e-inner:hover .qodef-e-media-inner .qodef-e-actions {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

#qodef-woo-page .qodef-quantity-buttons,#yith-quick-view-modal .qodef-quantity-buttons {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: inherit;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ccc
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input {
    position: relative;
    height: 47px;
    width: 47px;
    padding: 0;
    font-family: inherit;
    line-height: 47px;
    outline: 0;
    border: 1px solid #302e2c;
    margin: 0
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-inner-spin-button,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-outer-spin-button,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-inner-spin-button,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus {
    cursor: pointer
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:hover,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:hover {
    color: var(--qode-main-color)
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus {
    margin-left: 15px
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus {
    margin-right: 17px
}

.qodef-woo-results {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.qodef-woo-results .woocommerce-result-count {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

.qodef-woo-results .woocommerce-ordering {
    margin-left: auto
}

.qodef-woo-results .woocommerce-ordering select {
    width: auto;
    min-width: 220px;
    margin: 0
}

.qodef-woo-results .woocommerce-ordering .select2-container--default {
    margin: 0;
    width: 100%!important
}

.qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--qode-main-color)!important;
    border-bottom: none
}

#qodef-woo-page.qodef--single>.product,#yith-quick-view-content.single-product>.product {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner,#yith-quick-view-content.single-product .qodef-woo-single-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 32.14%;
    gap: 70px
}

#qodef-woo-page.qodef--single .qodef-woo-single-image,#yith-quick-view-content.single-product .qodef-woo-single-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg,#yith-quick-view-content.single-product .qodef-woo-single-image .zoomImg {
    cursor: crosshair
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery,#yith-quick-view-content.single-product .woocommerce-product-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    position: relative
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    display: block;
    width: 100%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    position: relative;
    width: 100%!important;
    overflow: hidden
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    display: grid;
    gap: 23px
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 5
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(7,minmax(0,1fr))
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(8,minmax(0,1fr))
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: calc(22.75% + 23px + 10px)
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: row-reverse
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    width: calc(100% - 22.75%)!important
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    flex-shrink: 0;
    width: 22.75%;
    margin-right: 23px
}

@media (min-width: 681px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        grid-template-columns:repeat(1,minmax(0,1fr))!important
    }
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    margin-top: 23px
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .qodef-woo-swiper-container,#yith-quick-view-content.single-product .woocommerce-product-gallery .qodef-woo-swiper-container {
    display: none;
    overflow: hidden;
    width: 100%
}

#qodef-woo-page.qodef--single .entry-summary,#yith-quick-view-content.single-product .entry-summary {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .entry-summary .price,#yith-quick-view-content.single-product .entry-summary .price {
    font-size: 18px;
    line-height: 25px;
    justify-content: flex-start;
    margin-top: 9px
}

#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist,#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist {
    margin: 30px 0 0!important;
    display: inline-block
}

#qodef-woo-page.qodef--single .woocommerce-product-rating,#yith-quick-view-content.single-product .woocommerce-product-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings,#yith-quick-view-content.single-product .woocommerce-product-rating .qodef-woo-ratings {
    flex-shrink: 0;
    width: auto;
    margin-right: 20px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link,#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link {
    display: none
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description,#yith-quick-view-content.single-product .woocommerce-product-details__short-description {
    margin-top: 33px
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p,#yith-quick-view-content.single-product .woocommerce-product-details__short-description p {
    margin-top: 0
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child,#yith-quick-view-content.single-product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart,#yith-quick-view-content.single-product form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 45px
}

#qodef-woo-page.qodef--single form.cart .variations_button,#qodef-woo-page.qodef--single form.cart:not(.variations_form),#yith-quick-view-content.single-product form.cart .variations_button,#yith-quick-view-content.single-product form.cart:not(.variations_form) {
    display: flex;
    align-items: center
}

#qodef-woo-page.qodef--single form.cart .variations_button .quantity,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,#yith-quick-view-content.single-product form.cart .variations_button .quantity,#yith-quick-view-content.single-product form.cart:not(.variations_form) .quantity {
    margin-right: 34px
}

#qodef-woo-page.qodef--single form.cart .variations_button .quantity.hidden,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity.hidden,#yith-quick-view-content.single-product form.cart .variations_button .quantity.hidden,#yith-quick-view-content.single-product form.cart:not(.variations_form) .quantity.hidden {
    margin: 0!important
}

#qodef-woo-page.qodef--single form.cart.grouped_form,#yith-quick-view-content.single-product form.cart.grouped_form {
    flex-wrap: wrap
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th,#yith-quick-view-content.single-product form.cart.grouped_form .group_table td,#yith-quick-view-content.single-product form.cart.grouped_form .group_table th {
    padding: 20px 0;
    vertical-align: middle;
    text-align: left
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label,#yith-quick-view-content.single-product form.cart.grouped_form .group_table label {
    margin-bottom: 0;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

#qodef-woo-page.qodef--single form.cart.grouped_form>.button,#yith-quick-view-content.single-product form.cart.grouped_form>.button {
    margin-top: 30px
}

#qodef-woo-page.qodef--single form.cart .group_table tr,#yith-quick-view-content.single-product form.cart .group_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

#qodef-woo-page.qodef--single form.cart .group_table td,#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-content.single-product form.cart .group_table td,#yith-quick-view-content.single-product form.cart .group_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td:first-child,#qodef-woo-page.qodef--single form.cart .group_table th:first-child,#yith-quick-view-content.single-product form.cart .group_table td:first-child,#yith-quick-view-content.single-product form.cart .group_table th:first-child {
    padding-left: 0
}

#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-content.single-product form.cart .group_table th {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

#qodef-woo-page.qodef--single form.cart .group_table td ul,#yith-quick-view-content.single-product form.cart .group_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li,#yith-quick-view-content.single-product form.cart .group_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child,#yith-quick-view-content.single-product form.cart .group_table td ul li:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li label,#yith-quick-view-content.single-product form.cart .group_table td ul li label {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .group_table p,#yith-quick-view-content.single-product form.cart .group_table p {
    margin: 0
}

#qodef-woo-page.qodef--single form.cart .group_table .variation:after,#qodef-woo-page.qodef--single form.cart .group_table .variation:before,#yith-quick-view-content.single-product form.cart .group_table .variation:after,#yith-quick-view-content.single-product form.cart .group_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

#qodef-woo-page.qodef--single form.cart .group_table .variation:after,#yith-quick-view-content.single-product form.cart .group_table .variation:after {
    clear: both
}

#qodef-woo-page.qodef--single form.cart .group_table .variation dt,#yith-quick-view-content.single-product form.cart .group_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single form.cart .group_table .variation dt,#yith-quick-view-content.single-product form.cart .group_table .variation dt {
        float:none;
        width: 100%
    }
}

#qodef-woo-page.qodef--single form.cart .group_table .variation dd,#yith-quick-view-content.single-product form.cart .group_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single form.cart .group_table .variation dd,#yith-quick-view-content.single-product form.cart .group_table .variation dd {
        float:none;
        margin: 0;
        width: 100%
    }
}

#qodef-woo-page.qodef--single form.cart .variations,#yith-quick-view-content.single-product form.cart .variations {
    margin-bottom: 30px
}

#qodef-woo-page.qodef--single form.cart .variations tr,#yith-quick-view-content.single-product form.cart .variations tr {
    border: 0
}

#qodef-woo-page.qodef--single form.cart .variations tr[class^=description_attribute] td,#yith-quick-view-content.single-product form.cart .variations tr[class^=description_attribute] td {
    padding-bottom: 10px
}

#qodef-woo-page.qodef--single form.cart .variations td,#yith-quick-view-content.single-product form.cart .variations td {
    position: relative
}

#qodef-woo-page.qodef--single form.cart .variations td,#qodef-woo-page.qodef--single form.cart .variations th,#yith-quick-view-content.single-product form.cart .variations td,#yith-quick-view-content.single-product form.cart .variations th {
    padding: 3px 0;
    text-align: initial;
    border: 0
}

#qodef-woo-page.qodef--single form.cart .variations label,#yith-quick-view-content.single-product form.cart .variations label {
    margin-bottom: 0;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

#qodef-woo-page.qodef--single form.cart .variations select,#yith-quick-view-content.single-product form.cart .variations select {
    width: auto;
    min-width: 220px;
    margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations .select2-container--default,#qodef-woo-page.qodef--single form.cart .variations select,#yith-quick-view-content.single-product form.cart .variations .select2-container--default,#yith-quick-view-content.single-product form.cart .variations select {
    margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations,#yith-quick-view-content.single-product form.cart .variations .reset_variations {
    display: inline-block;
    margin-left: 10px;
    line-height: 1
}

#qodef-woo-page.qodef--single form.cart .woocommerce-variation,#yith-quick-view-content.single-product form.cart .woocommerce-variation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative
}

#qodef-woo-page.qodef--single form.cart .woocommerce-variation .woocommerce-variation-availability>*,#qodef-woo-page.qodef--single form.cart .woocommerce-variation .woocommerce-variation-description>*,#qodef-woo-page.qodef--single form.cart .woocommerce-variation .woocommerce-variation-price>*,#yith-quick-view-content.single-product form.cart .woocommerce-variation .woocommerce-variation-availability>*,#yith-quick-view-content.single-product form.cart .woocommerce-variation .woocommerce-variation-description>*,#yith-quick-view-content.single-product form.cart .woocommerce-variation .woocommerce-variation-price>* {
    margin: 0 0 45px 0
}

#qodef-woo-page.qodef--single .out-of-stock,#yith-quick-view-content.single-product .out-of-stock {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    margin: 28px 0 0
}

#qodef-woo-page.qodef--single .product_meta,#yith-quick-view-content.single-product .product_meta {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 53px
}

#qodef-woo-page.qodef--single .product_meta>*,#yith-quick-view-content.single-product .product_meta>* {
    position: relative;
    display: flex;
    margin-bottom: 5px
}

#qodef-woo-page.qodef--single .product_meta>:last-child,#yith-quick-view-content.single-product .product_meta>:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label,#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-label {
    flex-shrink: 0;
    margin-right: 5px;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    line-height: inherit!important
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a,#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-value a {
    color: #ccc
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover,#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-value a:hover {
    color: #fff
}

#qodef-woo-page.qodef--single .product_meta .posted_in .qodef-woo-meta-value,#yith-quick-view-content.single-product .product_meta .posted_in .qodef-woo-meta-value {
    line-height: inherit!important
}

#qodef-woo-page.qodef--single .qodef-social-share,#yith-quick-view-content.single-product .qodef-social-share {
    margin-top: 8px
}

#qodef-woo-page.qodef--single .woocommerce-tabs,#yith-quick-view-content.single-product .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 128px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li {
    margin: 0 49px 0 0;
    padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .1em;
    color: #645444;
    display: block;
    transition: color .25s ease-out,background-color .25s ease-out
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child {
    margin-right: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a:hover,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.active a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-active a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-hover a {
    color: var(--qode-main-color)
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs {
        flex-direction:column;
        align-items: flex-start
    }

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li {
        margin: 0 0 26px 0;
        padding: 0
    }

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child {
        margin-bottom: 0
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 21px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
    margin-top: 22px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
    margin-top: 27px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab>h2 {
    display: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p {
    margin: 0
}

#qodef-woo-page.qodef--single .shop_attributes tr,#yith-quick-view-content.single-product .shop_attributes tr {
    border: none;
    display: flex;
    align-items: center
}

#qodef-woo-page.qodef--single .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes th,#yith-quick-view-content.single-product .shop_attributes td,#yith-quick-view-content.single-product .shop_attributes th {
    vertical-align: middle;
    padding: 0;
    text-align: left;
    border: none
}

#qodef-woo-page.qodef--single .shop_attributes th,#yith-quick-view-content.single-product .shop_attributes th {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    padding: 2px 5px 0 0
}

#qodef-woo-page.qodef--single .shop_attributes p,#yith-quick-view-content.single-product .shop_attributes p {
    margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 18px 0 0;
    padding: 0;
    list-style: none
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>*,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist>* {
    margin: 0 0 30px;
    padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist>:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container,#yith-quick-view-content.single-product .woocommerce-Reviews .comment_container {
    position: relative;
    display: flex;
    align-items: flex-start
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img,#yith-quick-view-content.single-product .woocommerce-Reviews .comment_container>img {
    flex-shrink: 0;
    margin-right: 25px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text,#yith-quick-view-content.single-product .woocommerce-Reviews .comment-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta,#yith-quick-view-content.single-product .woocommerce-Reviews .meta {
    padding-top: 2px;
    margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-review__author {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

#qodef-woo-page.qodef--single #review_form,#yith-quick-view-content.single-product #review_form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 32px
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title,#yith-quick-view-content.single-product #review_form .comment-reply-title {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

#qodef-woo-page.qodef--single #review_form .comment-notes~.comment-form-rating,#yith-quick-view-content.single-product #review_form .comment-notes~.comment-form-rating {
    margin-top: -13px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating,#yith-quick-view-content.single-product #review_form .comment-form-rating {
    margin: 10px 0 23px 0
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label,#yith-quick-view-content.single-product #review_form .comment-form-rating label {
    margin-bottom: 5px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars,#yith-quick-view-content.single-product #review_form .comment-form-rating .stars {
    display: none;
    line-height: 1
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings {
    display: flex;
    margin: 0;
    overflow: hidden
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg {
    fill: currentColor
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg {
    fill: none
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a,#yith-quick-view-content.single-product #review_form .comment-form-rating a {
    color: var(--qode-main-color);
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5px 0 0;
    font-size: 0;
    line-height: 1
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg,#yith-quick-view-content.single-product #review_form .comment-form-rating a svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

#qodef-woo-page.qodef--single .related,#qodef-woo-page.qodef--single .up-sells,#yith-quick-view-content.single-product .related,#yith-quick-view-content.single-product .up-sells {
    margin-top: 101px
}

#qodef-woo-page.qodef--single .related>h2,#qodef-woo-page.qodef--single .up-sells>h2,#yith-quick-view-content.single-product .related>h2,#yith-quick-view-content.single-product .up-sells>h2 {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 36px;
    line-height: 1.11111em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 0 0 42px
}

.widget .qodef-woo-ratings {
    display: none
}

.widget .price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px 0 0;
    justify-content: flex-start;
    margin: 0
}

.widget .price del {
    margin-right: 10px
}

.widget .price ins {
    text-decoration: none
}

.widget.woocommerce .qodef-woo-product-title {
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0 0 2px
}

.widget.woocommerce .qodef-woo-product-title a {
    color: var(--qode-main-color)!important
}

.widget.woocommerce a .product-title {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

.widget.woocommerce .button,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 8px 60px 9px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93),color .25s ease-out,border-color .25s ease-out;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%
}

.qodef-browser--safari .widget.woocommerce .button,.qodef-browser--safari .widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    background-position: 100% 100%,center
}

.widget.woocommerce .button:hover,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover {
    color: #000;
    border-color: var(--qode-main-color);
    background-size: 100% calc(100% + 4px),100% 100%;
    transition-delay: 0s,.05s,0s
}

.qodef-browser--safari .widget.woocommerce .button:hover,.qodef-browser--safari .widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover {
    background-size: 100% 100%,100% 100%
}

.widget.woocommerce.widget_shopping_cart {
    align-items: flex-start;
    flex-direction: column;
    height: auto
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    width: 100%
}

.widget.woocommerce.widget_products ul li,.widget.woocommerce.widget_recently_viewed_products ul li,.widget.woocommerce.widget_top_rated_products ul li {
    display: flex;
    position: relative;
    margin: 0 0 24px
}

.widget.woocommerce.widget_products ul li:last-child,.widget.woocommerce.widget_recently_viewed_products ul li:last-child,.widget.woocommerce.widget_top_rated_products ul li:last-child {
    margin: 0
}

.widget.woocommerce.widget_products ul li .qodef-e-content,.widget.woocommerce.widget_recently_viewed_products ul li .qodef-e-content,.widget.woocommerce.widget_top_rated_products ul li .qodef-e-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.widget.woocommerce.widget_products ul li:last-child,.widget.woocommerce.widget_recently_viewed_products ul li:last-child,.widget.woocommerce.widget_top_rated_products ul li:last-child {
    margin-bottom: 0
}

.widget.woocommerce.widget_products .qodef-e-media,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media,.widget.woocommerce.widget_top_rated_products .qodef-e-media {
    flex-shrink: 0
}

.widget.woocommerce.widget_products .qodef-e-media a,.widget.woocommerce.widget_products .qodef-e-media img,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media a,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,.widget.woocommerce.widget_top_rated_products .qodef-e-media a,.widget.woocommerce.widget_top_rated_products .qodef-e-media img {
    display: block;
    position: relative
}

.widget.woocommerce.widget_recent_reviews ul li .reviewer {
    margin-top: 8px
}

.widget.woocommerce.widget_recent_reviews ul li:last-child {
    margin-bottom: 0
}

.widget.woocommerce.widget_recent_reviews ul li>* {
    display: block
}

.widget.woocommerce.widget_recent_reviews a {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative
}

.widget.woocommerce.widget_recent_reviews a img {
    left: 0;
    position: absolute;
    top: 0
}

.widget.woocommerce.widget_layered_nav button {
    margin-top: 10px
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 0;
    cursor: pointer;
    height: 1px;
    position: relative
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    background-image: none;
    border: none;
    border-radius: 100%;
    height: 10px;
    margin: 0;
    outline: 0;
    position: relative;
    top: -4.5px;
    width: 1px;
    position: absolute;
    z-index: 2
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:first-of-type {
    transform: translateX(-1px)
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    transform: translateX(1px)
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    border-radius: 0;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1
}

.widget.widget_price_filter .price_slider_amount {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
    position: relative
}

.widget.widget_price_filter .price_slider_amount .clear {
    display: none
}

.widget .wc-block-components-price-slider {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
    box-shadow: none;
    height: 1px;
    margin: calc((10px / 2)) 0;
    width: 100%
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
    height: 3px;
    top: -1px
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    background-image: none;
    border: none;
    border-radius: 100%;
    height: 10px;
    margin: 0;
    outline: 0;
    position: relative;
    top: -4.5px;
    width: 1px
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
    background-image: none;
    border: none;
    border-radius: 100%;
    height: 10px;
    margin: 0;
    outline: 0;
    position: relative;
    top: -4.5px;
    width: 1px
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
    background-image: none;
    border: none;
    border-radius: 100%;
    height: 10px;
    margin: 0;
    outline: 0;
    position: relative;
    top: -4.5px;
    width: 1px
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls,.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text {
    margin: 20px 0 0 auto
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls input,.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text input {
    margin: 0
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls span,.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text span {
    font-size: 15px
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text {
    width: 100%;
    margin: 12px 0 0 auto
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions {
    justify-content: space-between;
    gap: 0;
    width: 100%;
    margin: 25px 0 0 0
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative!important;
    display: inline-flex!important;
    vertical-align: middle!important;
    width: auto!important;
    margin: 0!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    border-radius: 0!important;
    outline: 0!important;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out!important;
    padding: 8px 60px 9px!important;
    cursor: pointer!important;
    z-index: 3!important;
    color: var(--qode-main-color)!important;
    background-color: transparent!important;
    border: 1px solid var(--qode-main-color)!important;
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg,var(--qode-bg-hover-color) 0,var(--qode-bg-hover-color) 100%),linear-gradient(0deg,var(--qode-bg-color) 0,var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93),color .25s ease-out,border-color .25s ease-out!important;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px),center;
    background-size: 100% 0,100% 100%
}

.qodef-browser--safari .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button {
    background-position: 100% 100%,center
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover {
    color: #000!important;
    border-color: var(--qode-main-color)!important;
    background-size: 100% calc(100% + 4px),100% 100%;
    transition-delay: 0s,.05s,0s
}

.qodef-browser--safari .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover {
    background-size: 100% 100%,100% 100%
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
    color: var(--qode-main-color)!important;
    background-color: transparent!important;
    --qode-bg-hover-color: transparent;
    border: 0!important;
    --qode-padding: 16px;
    padding-left: var(--qode-padding)!important;
    overflow: hidden
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button:hover {
    color: var(--qode-main-color)!important;
    background-color: transparent!important
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button:before {
    content: '';
    display: block;
    height: 1px;
    width: 32px;
    position: absolute;
    background-color: currentColor;
    top: calc(50% - 1px);
    left: 0;
    transform: translateX(-100%);
    transition: transform .52s cubic-bezier(.22,.61,.36,1)
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button:hover:before {
    transform: translateX(0)
}

.widget .wc-block-product-categories {
    margin: 0
}

.widget .wc-block-product-categories-list--has-images {
    margin: 0
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: var(--qode-main-color);
    letter-spacing: .4em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    vertical-align: top
}

.widget .qodef-m-star {
    color: var(--qode-main-color)!important
}

.widget.woocommerce .qodef-woo-product-title a {
    color: #ccc
}

.widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

.widget.woocommerce a .product-title {
    color: #ccc
}

.widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

.widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

.widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

.widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

.widget.woocommerce.widget_products .qodef-widget-title,.widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,.widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

.widget.woocommerce.widget_products ul li,.widget.woocommerce.widget_recently_viewed_products ul li,.widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 24px
}

.widget.woocommerce.widget_products .qodef-e-media,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media,.widget.woocommerce.widget_top_rated_products .qodef-e-media {
    margin-right: 16px
}

.widget.woocommerce.widget_products .qodef-e-media img,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,.widget.woocommerce.widget_top_rated_products .qodef-e-media img {
    width: 115px
}

.widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

.widget.woocommerce.widget_recent_reviews ul li {
    min-height: 115px;
    margin-bottom: 10px
}

.widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 139px
}

.widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

.widget.woocommerce.widget_recent_reviews a img {
    width: 115px
}

.widget.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: rgba(var(--qode-main-color),.5)
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    background-color: var(--qode-main-color)
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    background-color: var(--qode-main-color)
}

.widget .wp-block-woocommerce-price-filter .wc-block-price-filter__title {
    margin-bottom: 29px
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
    background: rgba(var(--qode-main-color),.5)
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
    --range-color: var(--qode-main-color)
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    background-color: var(--qode-main-color)
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
    background-color: var(--qode-main-color)
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
    background-color: var(--qode-main-color)
}

.widget.widget_block .price {
    justify-content: center
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 10px!important;
    margin-left: 139px!important
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #ccc
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 24px 0 -139px!important;
    max-width: initial!important;
    width: 115px!important
}

#qodef-top-area .widget.woocommerce .qodef-woo-product-title a {
    color: #fff
}

#qodef-top-area .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.woocommerce a .product-title {
    color: #fff
}

#qodef-top-area .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

#qodef-top-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-widget-title,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget.woocommerce.widget_products ul li,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-top-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 24px
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-e-media,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-e-media {
    margin-right: 16px
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-e-media img,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-e-media img {
    width: 115px
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 115px;
    margin-bottom: 10px
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 139px
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews a img {
    width: 115px
}

#qodef-top-area .widget.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget .wp-block-woocommerce-price-filter .wc-block-price-filter__title {
    margin-bottom: 29px
}

#qodef-top-area .widget.widget_block .price {
    justify-content: center
}

#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 10px!important;
    margin-left: 139px!important
}

#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #fff
}

#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 24px 0 -139px!important;
    max-width: initial!important;
    width: 115px!important
}

#qodef-page-header .widget.woocommerce .qodef-woo-product-title a {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce a .product-title {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

#qodef-page-header .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-widget-title,#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget.woocommerce.widget_products ul li,#qodef-page-header .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-page-header .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 24px
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-e-media,#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-e-media {
    margin-right: 16px
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-e-media img,#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-e-media img {
    width: 115px
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 115px;
    margin-bottom: 10px
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 139px
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews a img {
    width: 115px
}

#qodef-page-header .widget.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget .wp-block-woocommerce-price-filter .wc-block-price-filter__title {
    margin-bottom: 29px
}

#qodef-page-header .widget.widget_block .price {
    justify-content: center
}

#qodef-page-header .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 10px!important;
    margin-left: 139px!important
}

#qodef-page-header .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: var(--qode-main-color)
}

#qodef-page-header .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 24px 0 -139px!important;
    max-width: initial!important;
    width: 115px!important
}

#qodef-page-footer .widget .qodef-m-star {
    color: #fff!important
}

#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a {
    color: #ccc
}

#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a:hover {
    color: #fff
}

#qodef-page-footer .widget.woocommerce a .product-title {
    color: #ccc
}

#qodef-page-footer .widget.woocommerce a:hover .product-title {
    color: #fff
}

#qodef-page-footer .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 27px
}

#qodef-page-footer .widget.woocommerce.widget_layered_nav form {
    margin-top: 27px
}

#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #fff
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-widget-title,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 27px
}

#qodef-page-footer .widget.woocommerce.widget_products ul li,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 24px
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-e-media,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-e-media {
    margin-right: 16px
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-e-media img,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-e-media img {
    width: 115px
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 27px
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 115px;
    margin-bottom: 10px
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 139px
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a:hover {
    color: #fff
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a img {
    width: 115px
}

#qodef-page-footer .widget.widget_price_filter .qodef-widget-title {
    margin-bottom: 27px
}

#qodef-page-footer .widget .wp-block-woocommerce-price-filter .wc-block-price-filter__title {
    margin-bottom: 27px
}

#qodef-page-footer .widget.widget_block .price {
    justify-content: center
}

#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 10px!important;
    margin-left: 139px!important
}

#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #ccc
}

#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: #fff
}

#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 24px 0 -139px!important;
    max-width: initial!important;
    width: 115px!important
}

#qodef-side-area .widget.woocommerce .qodef-woo-product-title a {
    color: #ccc
}

#qodef-side-area .widget.woocommerce .qodef-woo-product-title a:hover {
    color: #fff
}

#qodef-side-area .widget.woocommerce a .product-title {
    color: #ccc
}

#qodef-side-area .widget.woocommerce a:hover .product-title {
    color: #fff
}

#qodef-side-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

#qodef-side-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #fff
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-widget-title,#qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget.woocommerce.widget_products ul li,#qodef-side-area .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-side-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 24px
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-e-media,#qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,#qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-e-media {
    margin-right: 16px
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-e-media img,#qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,#qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-e-media img {
    width: 115px
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 115px;
    margin-bottom: 10px
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 139px
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: #fff
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews a img {
    width: 115px
}

#qodef-side-area .widget.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget .wp-block-woocommerce-price-filter .wc-block-price-filter__title {
    margin-bottom: 29px
}

#qodef-side-area .widget.widget_block .price {
    justify-content: center
}

#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 10px!important;
    margin-left: 139px!important
}

#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #ccc
}

#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: #fff
}

#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 24px 0 -139px!important;
    max-width: initial!important;
    width: 115px!important
}

.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.woocommerce a .product-title {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products ul li,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products ul li,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 24px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-e-media,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-e-media {
    margin-right: 16px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-e-media img,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-e-media img {
    width: 115px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 115px;
    margin-bottom: 10px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 139px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a img {
    width: 115px
}

.qodef-mega-menu-widget-holder .widget.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-price-filter .wc-block-price-filter__title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget.widget_block .price {
    justify-content: center
}

.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 10px!important;
    margin-left: 139px!important
}

.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 24px 0 -139px!important;
    max-width: initial!important;
    width: 115px!important
}

@media (max-width: 1200px) {
    .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }

    .qodef--boxed .qodef-content-grid {
        width: calc(960px + 60px)
    }
}

@media (max-width: 1024px) {
    .qodef-content-grid {
        width:86%
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 86%)/ 2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 86%)/ 2)
    }

    .qodef--boxed .qodef-content-grid {
        width: calc(86% + 60px)
    }
}

@media (max-width: 1440px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns:5
    }
}

@media (max-width: 1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns:4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner {
        --qode-columns: 4
    }
}

@media (max-width: 1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner {
        --qode-columns:3
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner {
        --qode-columns: 4
    }
}

@media (max-width: 768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner {
        --qode-columns:2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner {
        --qode-columns: 4
    }
}

@media (max-width: 680px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2>.qodef-grid-inner {
        --qode-columns:1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner {
        --qode-columns: 2
    }
}

@media (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner {
        --qode-columns:1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner {
        --qode-columns:1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width: 1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1>.qodef-grid-inner {
        --qode-columns:1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner {
        --qode-columns:1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width: 1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1>.qodef-grid-inner {
        --qode-columns:1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width: 768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1>.qodef-grid-inner {
        --qode-columns:1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8>.qodef-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width: 680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1>.qodef-grid-inner {
        --qode-columns:1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8>.qodef-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width: 480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1>.qodef-grid-inner {
        --qode-columns:1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8>.qodef-grid-inner {
        --qode-columns: 8
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-vertical-gutter--huge {
        --qode-columns-row-gap:60px
    }

    .qodef-grid.qodef-gutter--huge {
        --qode-columns-col-gap: 60px
    }
}

@media only screen and (max-width: 1440px) {
    #qodef-404-page {
        display:flex;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 110px);
        padding: 0 10% 24px
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-404-page {
        min-height:calc(100vh - 70px)
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog .qodef-blog-item .qodef-e-left,.qodef-blog .qodef-blog-item .qodef-e-right {
        flex-basis:100%
    }

    .qodef-blog .qodef-blog-item .qodef-e-right {
        text-align: left;
        margin-top: 18px
    }

    .qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
        right: 12%;
        width: 120px
    }

    .qodef-blog .qodef-blog-item .qodef-e-quote:before {
        right: 19%;
        font-size: 470px
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-comments {
        margin-bottom:69px
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left:40px
    }
}

@media only screen and (max-width: 768px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left:20px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
        flex-wrap:wrap
    }

    #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
        margin-top: 23px;
        width: 100%
    }

    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 3%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-m-filter .qodef-m-filter-items {
        flex-direction:column
    }

    .qodef-m-filter .qodef-m-filter-item {
        margin: 5px 0
    }
}

@media only screen and (max-width: 1440px) {
    #qodef-page-footer-top-area .qodef-content-full-width {
        padding-left:64px;
        padding-right: 64px;
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-footer-top-area .qodef-content-full-width {
        padding-left:27px;
        padding-right: 27px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-footer-top-area #qodef-page-footer-top-area-inner {
        padding-top:130px;
        padding-bottom: 115px
    }
}

@media only screen and (max-width: 1440px) {
    #qodef-page-footer-bottom-area .qodef-content-full-width {
        padding-left:64px;
        padding-right: 89px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-footer-bottom-area .qodef-content-full-width {
        padding-left:27px;
        padding-right: 27px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-footer-bottom-area-inner>.qodef-grid>.qodef-grid-inner {
        flex-direction:column;
        gap: 20px
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-header {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-mobile-header {
        display:block
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-blog .qodef-m-pagination {
        margin-bottom:64px
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-page div.woocommerce .col2-set {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail,.yith-wcwl-form .shop_table td.product-thumbnail,.yith-wcwl-form .shop_table th.product-thumbnail {
        display:none
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-subtotal,#qodef-woo-page.qodef--cart .shop_table th.product-subtotal,.yith-wcwl-form .shop_table td.product-subtotal,.yith-wcwl-form .shop_table th.product-subtotal {
        display: none
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-stock-status,#qodef-woo-page.qodef--cart .shop_table th.product-stock-status,.yith-wcwl-form .shop_table td.product-stock-status,.yith-wcwl-form .shop_table th.product-stock-status {
        display: none
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon,.yith-wcwl-form .shop_table td.actions .coupon,.yith-wcwl-form .shop_table th.actions .coupon {
        width: 100%;
        float: none
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon>*,.yith-wcwl-form .shop_table td.actions .coupon>*,.yith-wcwl-form .shop_table th.actions .coupon>* {
        margin-bottom: 20px
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions>.button,#qodef-woo-page.qodef--cart .shop_table th.actions>.button,.yith-wcwl-form .shop_table td.actions>.button,.yith-wcwl-form .shop_table th.actions>.button {
        float: none
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th,.yith-wcwl-form .cart-collaterals .shop_table th {
        width: auto
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
        width:100%;
        float: none
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 50px
    }
}

@media (max-width: 1440px) {
    .qodef-woo-product-list ul.products.columns-6 {
        --qode-columns:5
    }
}

@media (max-width: 1366px) {
    .qodef-woo-product-list ul.products.columns-5 {
        --qode-columns:4
    }

    .qodef-woo-product-list ul.products.columns-6 {
        --qode-columns: 4
    }

    .qodef-woo-product-list ul.products.columns-7 {
        --qode-columns: 4
    }

    .qodef-woo-product-list ul.products.columns-8 {
        --qode-columns: 4
    }
}

@media (max-width: 1024px) {
    .qodef-woo-product-list ul.products.columns-4 {
        --qode-columns:3
    }

    .qodef-woo-product-list ul.products.columns-5 {
        --qode-columns: 3
    }

    .qodef-woo-product-list ul.products.columns-6 {
        --qode-columns: 3
    }

    .qodef-woo-product-list ul.products.columns-7 {
        --qode-columns: 3
    }

    .qodef-woo-product-list ul.products.columns-8 {
        --qode-columns: 3
    }
}

@media (max-width: 768px) {
    .qodef-woo-product-list ul.products.columns-3 {
        --qode-columns:2
    }

    .qodef-woo-product-list ul.products.columns-4 {
        --qode-columns: 2
    }

    .qodef-woo-product-list ul.products.columns-5 {
        --qode-columns: 2
    }

    .qodef-woo-product-list ul.products.columns-6 {
        --qode-columns: 2
    }

    .qodef-woo-product-list ul.products.columns-7 {
        --qode-columns: 2
    }

    .qodef-woo-product-list ul.products.columns-8 {
        --qode-columns: 2
    }
}

@media (max-width: 680px) {
    .qodef-woo-product-list ul.products.columns-2 {
        --qode-columns:1
    }

    .qodef-woo-product-list ul.products.columns-3 {
        --qode-columns: 1
    }

    .qodef-woo-product-list ul.products.columns-4 {
        --qode-columns: 1
    }

    .qodef-woo-product-list ul.products.columns-5 {
        --qode-columns: 1
    }

    .qodef-woo-product-list ul.products.columns-6 {
        --qode-columns: 1
    }

    .qodef-woo-product-list ul.products.columns-7 {
        --qode-columns: 1
    }

    .qodef-woo-product-list ul.products.columns-8 {
        --qode-columns: 1
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-woo-product-list.qodef-vertical-gutter--huge ul.products {
        --qode-columns-row-gap:60px
    }

    .qodef-woo-product-list.qodef-gutter--huge ul.products {
        --qode-columns-col-gap: 60px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-woo-results {
        flex-direction:column;
        align-items: flex-start;
        justify-content: start
    }

    .qodef-woo-results .woocommerce-ordering {
        margin-top: 10px;
        margin-left: 0
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        grid-template-columns:1fr
    }

    #qodef-woo-page.qodef--single .entry-summary {
        margin-top: 20px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
        left: 10px
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper {
        flex-wrap: wrap
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
        width: 100%!important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        width: 100%;
        margin: 16px 0 0
    }
}

@media only screen and (max-width: 480px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        gap:16px
    }

    #qodef-woo-page.qodef--single .entry-summary {
        margin: 0
    }

    #qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
        font-size: 30px;
        line-height: 1.33em
    }

    #qodef-woo-page.qodef--single .entry-summary .price {
        margin-top: 1px
    }

    #qodef-woo-page.qodef--single .entry-summary .woocommerce-product-rating {
        margin-top: 15px
    }

    #qodef-woo-page.qodef--single .entry-summary .woocommerce-product-details__short-description {
        margin-top: 25px
    }

    #qodef-woo-page.qodef--single form.cart {
        margin-top: 40px
    }

    #qodef-woo-page.qodef--single form.cart .single_add_to_cart_button {
        padding: 8px 51px 9px
    }

    #qodef-woo-page.qodef--single form.cart .variations .value {
        position: relative
    }

    #qodef-woo-page.qodef--single form.cart .variations .reset_variations {
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute
    }

    #qodef-woo-page.qodef--single form.cart .variations tr:last-child .value {
        padding-bottom: 20px
    }

    #qodef-woo-page.qodef--single form.cart .variations tr:last-child .select2-container--default {
        margin-bottom: 11px
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper {
        display: grid
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper img,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img {
        display: block;
        width: 100%
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
        display: none
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        margin-top: 0!important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper>.woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper>.woocommerce-product-gallery__image {
        display: none
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper .qodef-woo-swiper-container,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper .qodef-woo-swiper-container {
        display: inline-block
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    #qodef-woo-page.qodef--single .related .columns-4,#qodef-woo-page.qodef--single .up-sells .columns-4 {
        --qode-columns:2
    }
}
