.rodest-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

@media only screen and (max-width:680px) {
    .qodef-mobile-title-margin .qodef-page-title {
        margin-top: 52px
    }
}

.qodef-copyright-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
  /* color: rgba(0, 0, 0, 0.39) !important; */
  margin-top: 12px !important;
}

.qodef-copyright-text a {
    color: #eeece7 !important
}

.qodef-copyright-text a:hover {
    color: #fff !important
}

.qodef-custom-sidearea-text-list li {
    margin-right: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0
}

.qodef-custom-sidearea-text-list li a {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-family: "Playfair Display";
    font-size: 15px;
    
    font-weight: 400;
    letter-spacing: 0;
    line-height: 34px;
    color: var(--qode-main-color);
    width: 34px;
    height: 34px;
    border: 1px solid #ccc9bb;
    border-radius: 50%;
    text-align: center
}

.qodef-custom-sidearea-text-list li a:hover {
    color: #fff !important;
    background-color: var(--qode-main-color)
}

@media only screen and (max-width:680px) {
    .qodef-custom-680-padding-0 {
        padding: 20px 20px 23px 20px !important
    }
}

body::-webkit-scrollbar {
    width: 11px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 11px #fff
}

body::-webkit-scrollbar-thumb {
    background-color: var(--qode-main-color);
    border-radius: 15px
}

html {
    scrollbar-color: var(--qode-main-color) #fff;
    scrollbar-width: 11px;
    border-radius: 15px
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit
}

#qodef-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 98
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    /* background-color: var(--qode-main-color); */
    background-color: transparent;
    border: 1px solid #ccc9bb;
    overflow: hidden;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transform: translateY(0)
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    display: block;
    width: 18px;
    height: auto;
    fill: currentColor;
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.59, .9, .52, .97)
}

/* #qodef-back-to-top:hover .qodef-back-to-top-icon {
    color: var(--qode-main-color);
    background-color: #fff
} */

#qodef-back-to-top:hover svg {
    transform: translateY(-4px)
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease, visibility 0s .15s
}

#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

#qodef-back-to-top.qodef--predefined svg {
    stroke-width: 2
}

.qodef-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: 'Nanum Myeongjo', serif;
    font-size: 200px;
    line-height: 1em
}

.qodef-shortcode.qodef-blog .qodef-e-title .qodef-m-italic {
    
    font-family: "Playfair Display"
}

.qodef-shortcode.qodef-blog .qodef-e-title .qodef-m-italic .qodef-m-regular-style {
    display: none
}

.qodef-shortcode.qodef-blog .qodef-e-title .qodef-m-italic-uppercase {
    
}

.qodef-shortcode.qodef-blog .qodef-e-title .qodef-m-italic-uppercase .qodef-m-regular-style {
    display: none
}

.qodef-shortcode.qodef-blog .qodef-filters-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 35px
}

@media only screen and (max-width:768px) {
    .qodef-shortcode.qodef-blog .qodef-filters-holder {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-m-filter {
    width: auto;
    margin: 0
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter {
    margin: 0 0 -30px auto;
    padding-bottom: 30px
}

@media only screen and (max-width:768px) {
    .qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter {
        margin: 10px 0 -30px 0
    }
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder {
    display: flex;
    align-items: center;
    letter-spacing: -.03em;
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-preceding {
        display: block;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:768px) and (max-width:680px) {
    .qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-preceding {
        margin-bottom: 5px
    }
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-preceding {
    margin-right: 6px;
    color: #db8989
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-current {
    min-width: 56px;
    position: relative;
    color: #db8989
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-current:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: var(--qode-main-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .3s ease-out;
    will-change: transform
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-icon {
    display: inline-block;
    margin-left: 7px
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-ordering-filter:hover .qodef-filter-ordering {
    opacity: 1;
    visibility: visible
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-ordering {
    position: absolute;
    width: 173px;
    right: 0;
    top: 100%;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    border: 1px solid #ccc9bb;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

@media only screen and (max-width:680px) {
    .qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-ordering {
        left: 0
    }
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-list {
    width: 100%;
    padding: 32px 35px 38px 35px;
    background-color: #eeece7
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-list ul {
    list-style: none;
    margin: 0
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-list ul li {
    margin: 9px 0
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-list ul li:first-child {
    margin-top: 0
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-list ul li:last-child {
    margin-bottom: 0
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-list a {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: var(--qode-main-color);
    letter-spacing: -.03;
    color: #db8989;
    position: relative
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-list a:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s ease-out;
    will-change: transform
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-list a:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-filter-list-title {
    color: #dfbb81;
    margin-bottom: 20px
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-m-list-title {
    margin: 0 auto 0 0;
    display: flex;
    align-items: center
}

@media only screen and (max-width:768px) {
    .qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-m-list-title {
        margin: 0 0 10px 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-m-list-title {
        margin: 0 0 17px 0
    }
}

.qodef-shortcode.qodef-blog .qodef-filters-holder .qodef-m-list-title .qodef-e-list-title-decoration {
    margin-right: 7px;
    animation: qode-rotate 3s infinite linear
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no article {
    padding: 0 35px 12px;
    border-right: 1px solid #ABAC92
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no article {
        padding: 0 7% 12px
    }
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-col-num--3 article:nth-child(3n) {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-col-num--4 article:nth-child(4n) {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-col-num--5 article:nth-child(5n) {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-col-num--6 article:nth-child(6n) {
    border-right: 0
}

@media only screen and (max-width:768px) {
    .qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no article {
        border-right: 1px solid #ccc9bb !important
    }
    .qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no article:nth-child(2n) {
        border-right: 0 !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no article {
        border-right: 0 !important
    }
    .qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no article>.qodef-e-inner {
        padding-bottom: 30px
    }
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list {
    padding: 43px 0 0;
    border: 1px solid #ccc9bb;
    border-bottom: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list article {
    border-bottom: 1px solid #ccc9bb;
    border-right: 0;
    padding: 0 0 var(--qode-columns-row-gap)
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list article.format-link,
    .qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list article.format-quote {
        padding: 0 0 50px
    }
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list article .qodef-e-inner {
    padding: 0 35px 12px;
    border-right: 1px solid #ccc9bb
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list article .qodef-e-inner {
        border-right: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list article .qodef-e-inner {
        padding: 0 7% 12px
    }
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-col-num--3 article {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-col-num--3 article:nth-child(3n) .qodef-e-inner {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-col-num--4 article {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-col-num--4 article:nth-child(4n) .qodef-e-inner {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-col-num--5 article {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-col-num--5 article:nth-child(5n) .qodef-e-inner {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-col-num--6 article {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-col-num--6 article:nth-child(6n) .qodef-e-inner {
    border-right: 0
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-filter--on,
.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-list-title--yes,
.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-order-by-filter--yes {
    padding: 0;
    border-top: none
}

.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-filter--on .qodef-filters-holder,
.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-list-title--yes .qodef-filters-holder,
.qodef-blog.qodef-item-layout--dual-content.qodef-gutter--no.qodef-border-around-list.qodef-order-by-filter--yes .qodef-filters-holder {
    border-bottom: 1px solid #ccc9bb;
    margin-bottom: 40px;
    width: calc(100% + 2px);
    left: -1px
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link,
.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote {
    height: 100%;
    padding: 0
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link .qodef-e-inner,
.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-inner {
    height: 100%;
    padding: 0 35px 0 !important
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link .qodef-e-inner,
    .qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-inner {
        padding: 0 7% 0 !important
    }
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link .qodef-e-inner .qodef-inner-wrapper,
.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-inner .qodef-inner-wrapper {
    height: 100%
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link .qodef-e-inner .qodef-inner-wrapper .qodef-e-link,
.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link .qodef-e-inner .qodef-inner-wrapper .qodef-e-quote,
.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-inner .qodef-inner-wrapper .qodef-e-link,
.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-inner .qodef-inner-wrapper .qodef-e-quote {
    justify-content: flex-end;
    padding: 47px 60px
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link .qodef-e-inner .qodef-inner-wrapper .qodef-e-link,
    .qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link .qodef-e-inner .qodef-inner-wrapper .qodef-e-quote,
    .qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-inner .qodef-inner-wrapper .qodef-e-link,
    .qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-inner .qodef-inner-wrapper .qodef-e-quote {
        padding: 47px 30px
    }
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link .qodef-e-link-icon {
    width: -moz-fit-content;
    width: fit-content
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-background {
    transform: scale(1.06) translateX(0);
    transition: transform .6s cubic-bezier(.61, 1, .88, 1)
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote:hover .qodef-e-background {
    transform: scale(1.06) translateX(6px)
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item .qodef-e-media-image {
    display: block;
    width: 100%;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item .qodef-e-media-image a img {
    transform: scale(1.06) translateX(0);
    transition: transform .6s cubic-bezier(.61, 1, .88, 1)
}

.qodef-blog.qodef-item-layout--dual-content .qodef-blog-item:hover a img {
    transform: scale(1.06) translateX(6px)
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content {
    margin: 25px 0 0
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder {
    display: flex
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder .qodef-e-categories-holder,
.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder .qodef-e-title {
    flex-basis: 50%
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder .qodef-e-title {
    margin: 5px 0 0
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder .qodef-e-categories-holder {
    text-align: right
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder .qodef-e-categories-holder a {
    margin-right: 0;
    margin-left: 7px
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-bottom-holder {
    margin-top: 129px
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-bottom-holder .qodef-e-info {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: center
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-bottom-holder .qodef-e-info .entry-date {
    margin-top: 38px
}

.qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-bottom-holder .qodef-info-separator-end {
    display: none
}

.qodef-blog.qodef-item-layout--dual-content.qodef-col-num--1 article {
    margin: 0 0 91px
}

.qodef-blog.qodef-item-layout--dual-content.qodef-col-num--1 article:last-child {
    margin: 0
}

#qodef-related-posts .qodef-e-link {
    text-align: left
}

#qodef-related-posts .qodef-e-quote {
    text-align: left
}

#qodef-related-posts .qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-inner {
    padding: 0 35px 30px !important
}

.qodef-blog.qodef-item-layout--info-on-image {
    margin: 0
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(var(--qode-main-color), .12)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--info-on-slider {
    margin: 0
}

@media only screen and (max-width:768px) {
    .qodef-blog.qodef-item-layout--info-on-slider .swiper-button-next,
    .qodef-blog.qodef-item-layout--info-on-slider .swiper-button-prev {
        display: none
    }
}

.qodef-blog.qodef-item-layout--info-on-slider .swiper-button-next svg,
.qodef-blog.qodef-item-layout--info-on-slider .swiper-button-prev svg {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-slider .swiper-button-next .qodef-navigation-text,
.qodef-blog.qodef-item-layout--info-on-slider .swiper-button-prev .qodef-navigation-text {
    color: #fff
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-top-holder {
        margin-bottom: 9px
    }
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-media {
    height: 100%;
    width: 100%
}

@media only screen and (max-width:768px) {
    .qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-media .qodef-e-media-image a img {
        object-fit: cover;
        min-height: 400px
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-media .qodef-e-media-image a img {
        min-height: 505px
    }
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px 35px;
    background-color: rgba(var(--qode-main-color), .12);
    z-index: 3;
    pointer-events: none
}

@media only screen and (max-width:768px) {
    .qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content {
        padding: 10px
    }
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content a {
    pointer-events: all
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content .qodef-e-top-holder .qodef-e-info-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content .qodef-e-top-holder .qodef-e-info-holder .entry-date {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content .qodef-e-top-holder .qodef-e-info-holder .qodef-info-separator-end {
    display: none
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content .qodef-e-top-holder .qodef-e-info-holder .qodef-e-title {
    margin-top: 16px;
    max-width: 700px;
    text-align: center
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content .qodef-e-top-holder .qodef-e-info-holder .qodef-e-title {
        max-width: 80%
    }
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content .qodef-e-top-holder .qodef-e-info-holder .qodef-e-title a:hover {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content .qodef-e-categories-holder {
    margin-top: 28px
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content .qodef-e-categories-holder a {
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s ease-out
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-content .qodef-e-categories-holder a:hover {
    background: #dbd7c9;
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-info>* {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-slider article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--info-on-slider.qodef-col-num--1 .swiper-slide .qodef-e-info-holder {
    opacity: 0;
    transition: opacity .5s
}

.qodef-blog.qodef-item-layout--info-on-slider.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-info-holder,
.qodef-blog.qodef-item-layout--info-on-slider.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-info-holder {
    opacity: 1;
    transition-duration: 1s;
    transition-delay: .35s
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-media-image {
    display: block;
    width: 100%;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-media-image a img {
    transform: scale(1.06) translateX(0);
    transition: transform .6s cubic-bezier(.61, 1, .88, 1)
}

.qodef-blog.qodef-item-layout--minimal article:hover a img {
    transform: scale(1.06) translateX(6px)
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    align-items: flex-start;
    display: flex
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    flex-shrink: 0;
    margin-right: 20px;
    width: 120px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    border-bottom: 1px solid #ccc9bb;
    padding-bottom: 45px;
    margin-bottom: 14px
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
        padding-bottom: 46px
    }
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
    margin: 12px 0 24px
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--simple article .qodef-e-title {
        margin: 12px 0 4px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--simple article .qodef-e-title {
        max-width: 100% !important
    }
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple article:last-child .qodef-e-inner {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article {
    margin: 0 0 91px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:last-child {
    margin: 0
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article {
        margin: 0 0 39px
    }
    .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:last-child {
        margin: 0
    }
}

.widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

.widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 119px !important
}

.widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-top-area .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-top-area .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 119px !important
}

#qodef-top-area .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-footer .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-page-footer .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 119px !important
}

#qodef-page-footer .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-side-area .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-side-area .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 119px !important
}

#qodef-side-area .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

.qodef-mega-menu-widget-holder .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.qodef-mega-menu-widget-holder .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

.qodef-mega-menu-widget-holder .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 119px !important
}

.qodef-mega-menu-widget-holder .widget.widget_rodest_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 36px;
    background-color: var(--qode-main-color);
    padding: 19px 18px 21px
}

@media only screen and (max-width:680px) {
    #qodef-author-info {
        padding: 34px 18px 50px
    }
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 47px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-author {
    margin: 18px 0 0;
    color: #fff
}

#qodef-author-info .qodef-m-author a:hover {
    color: #fff
}

#qodef-author-info .qodef-m-email {
    margin: 5px 0 0
}

#qodef-author-info .qodef-m-description {
    margin: 7px 0 0;
    color: #fff
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 42px
}

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-family: "Playfair Display";
    font-size: 15px;
    
    font-weight: 400;
    letter-spacing: 0;
    line-height: 34px;
    color: #fff;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center
}

#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

#qodef-author-info .qodef-m-social-icons a:hover {
    background-color: #fff;
    color: var(--qode-main-color)
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    vertical-align: top;
    width: calc(100vw - 70px);
    position: relative;
    left: calc(50% - 35px);
    transform: translateX(-50%);
    padding-top: 109px;
    padding-bottom: 33px;
    text-align: center;
    margin: 3px 35px 0
}

#qodef-related-posts .qodef-related-posts-title {
    text-align: left;
    padding: 0 33px 9px
}

@media only screen and (max-width:680px) {
    #qodef-related-posts .qodef-related-posts-title {
        padding: 0 0 9px
    }
}

#qodef-related-posts .qodef-blog {
    border-top: 1px solid #ccc9bb;
    border-bottom: 1px solid #ccc9bb;
    padding: 50px 0 30px
}

@media only screen and (max-width:680px) {
    #qodef-related-posts .qodef-blog {
        border-bottom: 0
    }
}

@media only screen and (max-width:680px) {
    #qodef-related-posts .qodef-blog article {
        padding: 0 0 12px
    }
    #qodef-related-posts .qodef-blog article .qodef-button .qodef-m-icon svg {
        margin-top: 15px;
        display: block;
        width: 50px;
        height: 50px
    }
    #qodef-related-posts .qodef-blog article .qodef-e-content .qodef-e-top-holder .qodef-e-title {
        text-align: left
    }
    #qodef-related-posts .qodef-blog article .qodef-e-content .qodef-e-top-holder .qodef-e-categories-holder {
        margin-top: 15px;
        margin-bottom: 5px
    }
}

#qodef-related-posts .qodef-shortcode.qodef-blog .qodef-filters-holder {
    display: none
}

#qodef-related-posts .qodef-shortcode.qodef-blog .qodef-blog-item .qodef-e-content .qodef-e-title {
    text-align: left
}

#qodef-related-posts .qodef-shortcode.qodef-blog .qodef-blog-item .qodef-e-content>.qodef-e-bottom-holder {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 66px
}

@media only screen and (max-width:680px) {
    #qodef-related-posts .qodef-shortcode.qodef-blog .qodef-blog-item .qodef-e-content>.qodef-e-bottom-holder {
        margin-top: 5px
    }
}

.qodef-grid-template--8-4 #qodef-related-posts {
    transform: translateX(-38.7%)
}

.qodef-grid-template--9-3 #qodef-related-posts {
    transform: translateX(-41.3%)
}

.qodef-grid-template--4-8 #qodef-related-posts {
    transform: translateX(-61.4%)
}

.qodef-grid-template--3-9 #qodef-related-posts {
    transform: translateX(-58.7%)
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 38px 0 3px
}

#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    display: block;
    height: auto;
    fill: currentColor;
    stroke: none
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 26px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 26px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
    --qodef-svg-path-length: 73px;
    overflow: visible
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg path,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: var(--qodef-svg-path-length);
    transition: stroke-dashoffset 1s cubic-bezier(0, 0, .44, .98)
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg path,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg path {
    stroke-dashoffset: calc(2 * var(--qodef-svg-path-length))
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--qode-main-color);
    display: inline-block;
    font-family: "Playfair Display";
    font-size: 30px;
    line-height: 1.333em;
    
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
    text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto
}

#qodef-page-footer .qodef-alignment--right {
    text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto
}

@media (min-width:681px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
        text-align: right
    }
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eeece7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%;
    width: auto
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

#qodef-fullscreen-area .qodef-content-full-width {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-full-width .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left;
    transform: translateY(82px)
}

.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #eeece7;
}

.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none;
    width: 50px;
    height: 50px
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu ul.sub-menu li a .qodef-menu-item-arrow {
    display: inline-flex;
    width: 11px;
    height: auto;
    margin-left: 5px;
    transform: rotate(0);
    transition: transform .35s cubic-bezier(.59, .9, .52, .97);
    position: absolute;
    top: 14px
}

.qodef-fullscreen-menu ul.sub-menu li a .qodef-menu-item-arrow g {
    stroke-width: 5
}

.qodef-fullscreen-menu ul.sub-menu li.qodef--opened>a .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu>ul>li {
    padding: 47px 0 60px 90px;
    max-width: 604px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media only screen and (max-width:1440px) {
    .qodef-fullscreen-menu>ul>li {
        padding: 47px 0 55px 90px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-fullscreen-menu>ul>li {
        padding: 47px 0 60px 70px;
        width: 20%
    }
}

@media only screen and (max-width:768px) {
    .qodef-fullscreen-menu>ul>li {
        width: 30%
    }
}

@media only screen and (max-width:680px) {
    .qodef-fullscreen-menu>ul>li {
        padding: 47px 0 55px 7%;
        width: 100%;
        display: block
    }
}

.qodef-fullscreen-menu>ul>li:after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    left: 0;
    bottom: 0
}

.qodef-fullscreen-menu>ul>li:first-child:before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    left: 0;
    top: 0
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-svg--text-line {
    opacity: 1;
    stroke-dashoffset: 0;
    transition-duration: .2s, .1s;
    transition-delay: 0s, 0s;
    stroke-width: 2.3
}

.qodef-fullscreen-menu>ul>li>a {
  color: var(--qode-main-color);
  font-size: 45px;
  line-height: 1.22222em;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 85px;
  line-height: 1.059em;
  font-weight: 100;
  font-family: 'Nanum Myeongjo', serif;
    
}

@media only screen and (max-width:1440px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size: 40px
    }
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text:before {
    content: '(';
    margin-right: 5px
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text:after {
    content: ')';
    margin-left: 5px
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text:after,
.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text:before {
    opacity: 0;
    transition: opacity .17s
}

@media only screen and (max-width:1440px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size: 60px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size: 55px
    }
}

.qodef-fullscreen-menu>ul>li>a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    z-index: -1;
    transition: background-color .2s ease-out
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-arrow {
    display: block;
    position: absolute;
    top: 85px;
    left: calc(100vw - 140px);
    transform: rotate(135deg);
    transition: color .2s ease-out, transform .5s cubic-bezier(.59, .9, .52, .97);
    z-index: 50
}

@media only screen and (max-width:1440px) {
    .qodef-fullscreen-menu>ul>li>a .qodef-menu-item-arrow {
        top: 61px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-fullscreen-menu>ul>li>a .qodef-menu-item-arrow {
        top: 70px;
        width: 37px;
        height: 37px;
        left: calc(100vw - 107px)
    }
}

@media only screen and (max-width:680px) {
    .qodef-fullscreen-menu>ul>li>a .qodef-menu-item-arrow {
        left: calc(100vw - 73px)
    }
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text:after,
.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text:before {
    content: none
}

.qodef-fullscreen-menu>ul>li>a .qodef-svg-line-holder {
    position: relative;
    -webkit-clip-path: inset(-.5em 0);
    clip-path: inset(-.5em 0);
    display: inline-flex
}

.qodef-fullscreen-menu>ul>li>a .qodef-svg--text-line {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 100%;
    height: auto;
    transform: translateY(calc(-50% + -2%));
    stroke-dashoffset: calc(var(--qodef-stroke-offset, 1000) * 1px);
    stroke-dasharray: calc(var(--qodef-path-length, 1000) * 1px);
    opacity: 0;
    transition: opacity .25s ease-out, stroke-dashoffset .5s cubic-bezier(.22, .61, .36, 1);
    transition-delay: .5s, 0s
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text:after,
.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text:before {
    opacity: 1
}

.qodef-fullscreen-menu>ul>li>a:hover .qodef-svg--text-line {
    opacity: 1;
    stroke-dashoffset: 0;
    transition-duration: .2s, .1s;
    transition-delay: 0s, 0s
}

.qodef-fullscreen-menu>ul>li.qodef--opened>a {
    color: #fff
}

.qodef-fullscreen-menu>ul>li.qodef--opened>a .qodef-menu-item-arrow {
    color: #fff;
    transform: rotate(-45deg)
}

.qodef-fullscreen-menu>ul>li.qodef--opened>a:before {
    background-color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li.qodef--opened .qodef-drop-down-second-inner ul li>a {
 color: #66604e;
  font-weight: 100;
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text:before,
.qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text:after,
.qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text:before {
    opacity: 1
}

.qodef-fullscreen-menu>ul>li.qodef--opened>a {
   color: #a89f83;
  font-weight: 100;
}

.qodef-fullscreen-menu .qodef-drop-down-second {
    position: relative;
    top: 0;
    transform: translateX(100%);
    width: 100%
}

@media only screen and (max-width:680px) {
    .qodef-fullscreen-menu .qodef-drop-down-second {
        transform: none
    }
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px;
    width: 125%
}

@media only screen and (max-width:768px) {
    .qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
        width: 180%
    }
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0
}

@media only screen and (max-width:680px) {
    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul ul.sub-menu {
        position: relative;
        left: initial;
        top: initial
    }
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
position: relative;
  display: flex;
  white-space: normal;
  margin: 11px 0;
  overflow: hidden;
  transition: padding .2s ease-out;
  padding-right: 15px;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 17px;
  line-height: 1.18824em;
  font-weight: 600;
  color: var(--qode-main-color);
  font-size: 15px;
  font-size: 29px;
  margin: 0;
  padding: 6px 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -4px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    backface-visibility: hidden;
    width: auto
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text.qodef-hovered,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text:hover {
    background-size: 100% 100%
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-widget-holder {
    visibility: visible
}

.qodef-fullscreen-menu--opened .qodef-opener-icon .qodef-m-icon {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: initial;
    left: 0;
    visibility: visible
}

.qodef-fullscreen-menu--opened .qodef-widget-holder .qodef-opener-icon .qodef-m-icon {
    visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark+.qodef-svg--text-line,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main+.qodef-svg--text-line {
    display: none
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 24px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-header-inner {
    border-bottom: 1px solid #ccc9bb;
    background: #66635f24;
}

#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: inherit
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    transition: color .2s ease-out
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.qodef-header--centered #qodef-page-header {
    height: 150px
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center
}

.qodef-header--centered #qodef-page-header-inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--minimal #qodef-page-header {
    height: 83px;
    background-color: transparent
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.qodef-header--minimal #qodef-page-header-inner .qodef-fullscreen-menu-opener {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    pointer-events: none
}

.qodef-header--minimal #qodef-page-header-inner .qodef-fullscreen-menu-opener:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 27px);
    background-color: #ccc9bb;
    margin-left: 88px
}

.qodef-header--minimal #qodef-page-header-inner .qodef-fullscreen-menu-opener .qodef-opener-text {
    font-family: "Playfair Display";
    font-size: 21px;
    font-weight: 400;
    
    line-height: 1;
    pointer-events: all;
    color: #ccc9bb;
}

.qodef-header--minimal #qodef-page-header-inner .qodef-fullscreen-menu-opener .qodef-opener-text:after,
.qodef-header--minimal #qodef-page-header-inner .qodef-fullscreen-menu-opener .qodef-opener-text:before {
    display: inline-block
}

.qodef-header--minimal #qodef-page-header-inner .qodef-fullscreen-menu-opener .qodef-opener-text:before {
    content: '(';
    margin-right: 10px
}

.qodef-header--minimal #qodef-page-header-inner .qodef-fullscreen-menu-opener .qodef-opener-text:after {
    content: ')';
    margin-left: 9px
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-left: auto;
    margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 27px);
    background-color: #ccc9bb;
    margin-right: 65px
}

.qodef-header--simple-tabbed #qodef-page-header-inner {
    padding: 0;
    border-bottom: 0
}

.qodef-header--simple-tabbed #qodef-page-header-inner .qodef-logo-animated-line-holder {
    height: auto
}

.qodef-header--simple-tabbed #qodef-page-header {
    border-bottom: 1px solid #ccc9bb;
    height: 82px
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-widget-holder {
    padding: 0
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-widget-holder .widget {
    margin: 0;
    padding: 0;
    justify-content: center
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-widget-holder .widget .qodef-simple-tabbed-link {
    padding: 0 60px;
    white-space: nowrap;
    font-weight: 800
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-header-logo-link {
    padding: 0 20px
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper {
    display: block;
    margin: 13px 0;
    height: 81px
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-logo-link,
.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-navigation {
    float: left
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .widget:last-of-type {
    border: none
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-simple-tabbed-header-wrapper {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    justify-content: space-between;
    display: flex
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-widget-holder {
    margin: 0;
    border-right: 0 !important
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-widget-holder .widget {
    display: inline-flex;
    vertical-align: middle;
    line-height: 1;
    height: 100%;
    align-items: center;
    border-right: 2px solid var(--qode-main-color)
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-widget-holder .widget:last-child {
    border-right: 0
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-widget-holder .widget .textwidget>*,
.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-widget-holder .widget .widget p {
    margin: 0
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-widget-holder .widget .qodef-woo-dropdown-cart {
    width: 100%;
    padding: 0
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-widget-holder .widget .qodef-woo-dropdown-cart .qodef-m-dropdown {
    right: -1px
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-logo-link,
.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-navigation>ul>li,
.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-widget-holder {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
    border-right: 1px solid #ccc9bb
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-navigation>ul {
    position: static
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-navigation>ul>li {
    position: static
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-simple-tabbed-header-wrapper>:last-child {
    border-right: 0
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-navigation ul li .qodef-drop-down-second {
    left: 0
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-navigation ul li .qodef-drop-down-second .qodef-drop-down-second-inner>ul {
    left: -2px
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--right {
    right: 0;
    left: auto
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--right .qodef-drop-down-second-inner>ul {
    left: auto;
    right: -1px
}

.qodef-header--simple-tabbed #qodef-page-header .qodef-simple-tabbed-header-wrapper .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--right ul li ul.qodef-drop-down--right {
    right: 100%;
    left: auto
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 24px
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner.qodef-skin--dark img:not(.qodef--main),
.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner.qodef-skin--light img:not(.qodef--main) {
    opacity: 0
}

.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner.qodef-skin--dark img.qodef--main,
.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner.qodef-skin--light img.qodef--main {
    opacity: 1
}

.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner .qodef-header-logo-link {
    color: var(--qode-main-color)
}

.qodef-header--vertical-sliding #qodef-page-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 81px;
    transition: background-color .2s ease-out
}

.qodef-header--vertical-sliding #qodef-page-header #qodef-page-header-inner {
    border: none
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link {
    height: auto;
    transform: rotate(-90deg)
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
    max-width: unset;
    max-height: unset
}

@media screen and (min-width:1280px) and (max-height:720px) {
    .qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
        max-width: 100%
    }
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
    height: auto;
    margin-left: 0;
    margin-bottom: 47px;
    position: relative;
    flex-direction: column
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder:before {
    content: "";
    display: block;
    width: 54px;
    height: 1px;
    background-color: var(--qode-main-color);
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 42px;
    transition: background-color .2s ease-out
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .qodef-vertical-sliding-contact {
    font-family: "Playfair Display";
    font-size: 19px;
    
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: scale(-1, -1)
}

@media not all and (min-resolution:0.001dpcm) {
    .qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .qodef-vertical-sliding-contact {
        transform: scale(-1, -1) translateX(50%)
    }
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .qodef-vertical-sliding-contact span {
    position: absolute;
    top: 0;
    left: 0;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: 0 0;
    -webkit-text-fill-color: transparent;
    -webkit-clip-path: inset(-1em 0);
    clip-path: inset(-1em 0)
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .qodef-vertical-sliding-contact span .qodef-svg--text-line {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 100%;
    height: auto;
    transform: translateY(calc(-50% + -2%));
    stroke-dashoffset: calc(var(--qodef-stroke-offset, 1000) * 1px);
    stroke-dasharray: calc(var(--qodef-path-length, 1000) * 1px);
    opacity: 0;
    transition: opacity .25s ease-out, stroke-dashoffset .5s cubic-bezier(.22, .61, .36, 1);
    transition-delay: .5s, 0s;
    width: 150%;
    stroke-width: 1.2
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .qodef-vertical-sliding-contact:hover span .qodef-svg--text-line {
    opacity: 1;
    stroke-dashoffset: 0;
    transition-duration: .2s, .1s;
    transition-delay: 0s, 0s
}

.qodef-header--vertical-sliding #qodef-page-header #qodef-page-header-inner.qodef-skin--light .qodef-widget-holder:before {
    background-color: #fff
}

.qodef-header--vertical-sliding #qodef-page-header #qodef-page-header-inner.qodef-skin--light .qodef-widget-holder .qodef-vertical-sliding-contact {
    color: #fff
}

.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap {
    background-color: #fff !important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner.qodef-skin--light .qodef-vertical-sliding-area.qodef--static {
    border-right-color: var(--qode-main-color)
}

.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner.qodef-skin--light .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon:not(.qodef--opened) {
    color: var(--qode-main-color) !important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner.qodef-skin--light .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon:after {
    background-color: var(--qode-main-color)
}

.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner.qodef-skin--light .qodef-widget-holder .qodef-vertical-sliding-contact {
    color: var(--qode-main-color)
}

.qodef-header--vertical-sliding #qodef-page-header.qodef--content-overlap #qodef-page-header-inner.qodef-skin--light .qodef-widget-holder:before {
    background-color: var(--qode-main-color)
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0
}

.qodef-header--vertical-sliding #qodef-page-header-inner.qodef-skin--light .qodef-vertical-sliding-area.qodef--static {
    border-right-color: #fff
}

.qodef-header--vertical-sliding #qodef-page-header-inner.qodef-skin--light .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon:after {
    background-color: #fff
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area .qodef-widget-holder .widget_block {
    display: flex
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    border-right: 1px solid #ccc9bb
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    animation: qode-fade-in .25s .6s linear both
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon {
    margin-top: 76px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon>span {
    display: flex
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon .qodef-m-icon.qodef--close {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon:after {
    content: "";
    display: block;
    width: 54px;
    height: 1px;
    background-color: var(--qode-main-color);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 74px;
    transition: background-color .2s ease-out
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon.qodef-source--predefined {
    pointer-events: none
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon.qodef-source--predefined .qodef-opener-text {
    font-family: "Playfair Display";
    font-size: 19px;
    font-weight: 400;
    
    line-height: 1;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: scale(-1, -1);
    pointer-events: all
}

@media not all and (min-resolution:0.001dpcm) {
    .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon.qodef-source--predefined .qodef-opener-text {
        transform: scale(-1, -1) translateX(50%)
    }
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon.qodef-source--predefined .qodef-opener-text:after,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon.qodef-source--predefined .qodef-opener-text:before {
    display: inline-block
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon.qodef-source--predefined .qodef-opener-text:before {
    content: '(';
    margin-bottom: 10px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon.qodef-source--predefined .qodef-opener-text:after {
    content: ')';
    margin-top: 9px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: var(--qode-main-color);
    left: -535px;
    padding-left: 81px;
    position: fixed;
    top: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    width: 454px;
    z-index: -1
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
    margin-right: 81px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
    position: relative !important;
    top: 0 !important;
    transform: none !important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-area.qodef--dynamic {
    left: 0;
    visibility: visible
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened #qodef-page-header-inner .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: var(--qode-main-color)
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened #qodef-page-header-inner .qodef-vertical-sliding-area a {
    color: #fff !important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened #qodef-page-header-inner.qodef-skin--light nav>ul>li>a {
    color: #fff !important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened #qodef-page-header-inner.qodef-skin--light img:not(.qodef--light) {
    opacity: 0
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened #qodef-page-header-inner.qodef-skin--light img.qodef--light {
    opacity: 1
}

.qodef-header--vertical-sliding.admin-bar #qodef-page-header,
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100% - 32px);
    top: 32px
}

.qodef-header--vertical-sliding #qodef-page-footer,
.qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 81px
}

.qodef-header--vertical-sliding.qodef-header-over-content--yes #qodef-page-footer,
.qodef-header--vertical-sliding.qodef-header-over-content--yes #qodef-page-outer {
    padding-left: 0
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened #qodef-page-header-inner.qodef-skin--light .qodef-widget-holder .qodef-vertical-sliding-contact {
    color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 30px 0 69px;
    width: 100%;
    z-index: 100
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
    margin: 0;
    padding: 0;
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner {
    display: block;
    padding: 0;
    position: relative;
    z-index: 997
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-svg--menu-arrow {
    position: relative;
    top: -4px;
    left: 15px;
    width: 12.75px;
    height: 12.75px;
    transform: rotate(0);
    transition: transform .35s cubic-bezier(.59, .9, .52, .97)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li {
    margin: 25px 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-size: 19px;
    
    line-height: 1.368em;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -.01em
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text:before {
    content: '(';
    margin-right: 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text:after {
    content: ')';
    margin-left: 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text:after,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text:before {
    opacity: 0;
    transition: opacity .17s
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text:after,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text:before {
    content: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover .qodef-menu-item-text:after,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover .qodef-menu-item-text:before {
    opacity: 1
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover:hover .qodef-svg--menu-arrow {
    transform: rotate(135deg)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 5px 0 1px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul {
    padding-left: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 11px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: var(--qode-main-color);
    font-size: 15px;
    margin: 9px 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -4px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    backface-visibility: hidden;
    width: auto
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text.qodef-hovered,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text:hover {
    background-size: 100% 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a {
    color: var(--qode-main-color);
    font-family: "Playfair Display";
    
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:before,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:before {
    opacity: 1
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.qodef-menu-item--open .qodef-svg--menu-arrow {
    transform: rotate(135deg)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
    background-color: #fff;
    left: calc(100% + 40px);
    margin-left: 50px;
    opacity: 0;
    padding: 25px 20px;
    position: absolute;
    top: -23px;
    transition: all .2s ease-out;
    visibility: hidden;
    width: 254px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
    left: calc(100% + 20px);
    top: -25px;
    transition: all .2s ease;
    visibility: hidden
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 37px
}

.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important
}

.qodef-header-sticky-inner .qodef-fullscreen-menu-opener {
    margin-right: 0;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    pointer-events: none
}

.qodef-header-sticky-inner .qodef-fullscreen-menu-opener .qodef-opener-text {
    font-family: "Playfair Display";
    font-size: 21px;
    font-weight: 400;
    
    line-height: 1;
    pointer-events: all
}

.qodef-header-sticky-inner .qodef-fullscreen-menu-opener .qodef-opener-text:after,
.qodef-header-sticky-inner .qodef-fullscreen-menu-opener .qodef-opener-text:before {
    display: inline-block
}

.qodef-header-sticky-inner .qodef-fullscreen-menu-opener .qodef-opener-text:before {
    content: '(';
    margin-right: 10px
}

.qodef-header-sticky-inner .qodef-fullscreen-menu-opener .qodef-opener-text:after {
    content: ')';
    margin-left: 9px
}

#qodef-top-area {
    position: relative;
    background-color: #000;
    z-index: 101
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
    margin: 0
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 37px;
    position: relative;
    border-bottom: 0 solid transparent
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto
}

#qodef-top-message-holder {
    display: inline-block;
    width: 100%;
    height: 35px;
    text-align: center;
    background: var(--qode-main-color);
    transition: opacity .5s
}

#qodef-top-message-holder .qodef-underline-text {
    text-decoration: underline
}

#qodef-top-message-holder .qodef-top-message-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#qodef-top-message-holder .qodef-top-message-inner a {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 22px;
    color: #fff
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 0
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message:hover {
    cursor: pointer
}

#qodef-top-message-holder.qodef-close-message {
    opacity: 0
}

@media only screen and (max-width:680px) {
    #qodef-top-message-holder {
        display: none
    }
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #fafafa
}

.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10
}

.qodef-map-marker-holder.qodef-active {
    z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 14px;
    line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color)
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--qode-main-color)
}

.qodef-cluster-marker svg {
    width: 100%;
    height: auto
}

.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color)
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km'
}

.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important
}

.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important
}

#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px
}

#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,
#qodef-page-mobile-header .widget .widget p {
    margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    transition: color .2s ease-out
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon .qodef-opener-text {
    font-family: "Playfair Display";
    font-size: 21px;
    font-weight: 400;
    
    line-height: 1;
    pointer-events: all
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon .qodef-opener-text:after,
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon .qodef-opener-text:before {
    display: inline-block
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon .qodef-opener-text:before {
    content: '(';
    margin-right: 10px
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon .qodef-opener-text:after {
    content: ')';
    margin-left: 9px
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity .2s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #eeece7;
    border: 1px solid #ccc9bb
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 37px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 19px;
    margin: 0 -15px;
    text-align: left
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-size: 19px;
    
    line-height: 1.368em;
    letter-spacing: 0;
    text-transform: capitalize
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text:before {
    content: '(';
    margin-right: 5px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text:after {
    content: ')';
    margin-left: 5px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text:before {
    opacity: 0;
    transition: opacity .17s
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text:before {
    content: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-text:before {
    opacity: 1
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link>a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link>a .qodef-menu-item-text:before {
    content: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
    padding-top: 4px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 11px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: var(--qode-main-color);
    font-size: 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -4px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    backface-visibility: hidden;
    width: auto
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text.qodef-hovered,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text:hover {
    background-size: 100% 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text:before,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text:before {
    opacity: 1
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
    color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .qodef-menu-item-text:before {
    opacity: 1
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 37px
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px
}

.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--svg-path span {
    position: relative
}

.qodef-opener-icon.qodef-source--svg-path span>* {
    vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: currentColor;
    stroke: currentColor
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--predefined.qodef-side-area-opener .qodef-m-icon {
    display: flex;
    /* font-family: "Playfair Display"; */
    font-size: 19px;
    
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize
}

.qodef-opener-icon.qodef-source--predefined.qodef-side-area-opener .qodef-m-icon .qodef-opener-text {
  margin-left: 0px;
  padding: 20px;
  background: #dbd7c9

}

.qodef-opener-icon.qodef-source--predefined.qodef-side-area-opener .qodef-svg--side-area-open {
    animation: qode-rotate 3s infinite linear;
    animation-play-state: paused
}

.qodef-opener-icon.qodef-source--predefined.qodef-side-area-opener .qodef-svg--side-area-open g {
    transition: transform .5s ease;
    transform: rotate(0);
    transform-origin: 50%
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--side-area-open {
    animation-play-state: running
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--side-area-open g {
    transform: rotate(20deg)
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--close path {
    animation: qode-draw .7s cubic-bezier(.6, .87, .43, .99) forwards
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--close path:nth-of-type(2) {
    animation-delay: .25s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 20px;
    height: 13px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 0
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 6px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
    bottom: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
    top: 6px;
    transform: rotate(45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
    top: 6px;
    transform: rotate(-45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
    opacity: 0
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-section {
    overflow: visible
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0
}

.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-classic-contact-form input[type=email],
.qodef-classic-contact-form input[type=text] {
    padding-left: 0;
    margin-bottom: 29px
}

.qodef-classic-contact-form textarea {
  margin-bottom: 23px;
  padding: 13px 4px;
  border: 1px solid #ccc9bb;
}

.qodef-classic-contact-form .qodef-button {
    float: right;
    padding: 5px 27px 5px 36px
}

.qodef-classic-contact-form .qodef-button .qodef-btn-arrow {
    margin: 1px 0 0 7px
}

.qodef-classic-contact-form .qodef-button .qodef-btn-arrow .qodef-svg--button-arrow {
    height: 13px
}

.qodef-classic-contact-form.qodef-form-50-50 .qodef-contact-data {
    display: flex
}

@media only screen and (max-width:680px) {
    .qodef-classic-contact-form.qodef-form-50-50 .qodef-contact-data {
        flex-direction: column
    }
}

.qodef-classic-contact-form.qodef-form-50-50 .qodef-contact-data .qodef-name {
    display: block;
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px
}

@media only screen and (max-width:680px) {
    .qodef-classic-contact-form.qodef-form-50-50 .qodef-contact-data .qodef-name {
        width: 100%;
        margin-right: 0
    }
}

.qodef-classic-contact-form.qodef-form-50-50 .qodef-contact-data .qodef-mail {
    display: block;
    width: calc(50% - 10px);
    float: left
}

@media only screen and (max-width:680px) {
    .qodef-classic-contact-form.qodef-form-50-50 .qodef-contact-data .qodef-mail {
        width: 100%
    }
}

.qodef-newsletter {
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 7px;
    margin-top: -24px;
    display: flex;
    flex-direction: row;
    max-width: 68.6%
}

@media only screen and (max-width:680px) {
    .qodef-newsletter {
        max-width: 100%
    }
}

.qodef-newsletter .qodef-button.wpcf7-submit {
    position: absolute;
    top: 12px;
    right: 0;
    color: var(--qode-main-color) !important;
    background-color: transparent !important;
    border-color: #7e7353 !important;
    padding: 6px 28px 6px 36px
}

.qodef-newsletter .qodef-button.wpcf7-submit g {
    transform: translateZ(0)
}

@media only screen and (max-width:680px) {
    .qodef-newsletter {
        flex-direction: column
    }
}

.qodef-newsletter .wpcf7-not-valid-tip {
    position: absolute
}

.qodef-newsletter label {
    margin-bottom: 0;
    width: 100%
}

@media only screen and (max-width:1280px) {
    .qodef-newsletter label {
        min-width: 350px
    }
}

@media only screen and (max-width:680px) {
    .qodef-newsletter label {
        min-width: 100%
    }
}

.qodef-newsletter label input[type=email] {
    border-color: #000 !important;
    padding: 18px 0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px
}

.qodef-newsletter .wpcf7-form-control::-ms-clear {
    display: none !important
}

.qodef-contact-form-7,
.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 p,
.rs-layer p {
    margin: 0
}

.qodef-contact-form-7 br,
.rs-layer br {
    display: none
}

.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
    border-width: 1px !important;
    margin: 2em 0 0 0 !important;
    padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    visibility: hidden;
    z-index: 98
}

.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,
.rs-layer .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
    overflow: hidden !important
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important;
    display: block;
    overflow: hidden
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important;
    transform: scale(1.06) translateX(0);
    transition: transform .6s cubic-bezier(.61, 1, .88, 1)
}

.qodef-instagram-list .sbi_photo_wrap a:hover img {
    transform: scale(1.06) translateX(6px)
}

.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit !important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 17px;
    line-height: 1.41176em;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: var(--qode-main-color);
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap)
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
    --qode-columns: 1
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
    --qode-columns: 2
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
    --qode-columns: 3
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
    --qode-columns: 4
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
    --qode-columns: 5
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
    --qode-columns: 6
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
    --qode-columns: 7
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
    --qode-columns: 8
}

.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
    --qode-columns-row-gap: 0px
}

.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
    --qode-columns-row-gap: 10px
}

.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
    --qode-columns-row-gap: 20px
}

.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
    --qode-columns-row-gap: 30px
}

.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
    --qode-columns-row-gap: 40px
}

.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
    --qode-columns-row-gap: 50px
}

.qodef-twitter-list.qodef-vertical-gutter--great .ctf-tweets {
    --qode-columns-row-gap: 60px
}

.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px
}

.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
    --qode-columns-col-gap: 0px
}

.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
    --qode-columns-col-gap: 10px
}

.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
    --qode-columns-col-gap: 20px
}

.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
    --qode-columns-col-gap: 30px
}

.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
    --qode-columns-col-gap: 40px
}

.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
    --qode-columns-col-gap: 50px
}

.qodef-twitter-list.qodef-gutter--great .ctf-tweets {
    --qode-columns-col-gap: 60px
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

.qodef-yith-wccl--predefined .select_box {
    display: inline-block
}

.qodef-yith-wccl--predefined .select_box:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0
}

.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #e1e1e1 !important;
    padding: 10px;
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .2s ease-out;
    margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ',';
    margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255, 255, 255, .79) !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 960px !important;
    max-width: 90vw !important
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5) !important;
    overflow-y: hidden !important;
    max-height: 90vh !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px
}

#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"
}

body:not([class*=rodest-core]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: 'x';
    font-family: initial
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f06e"
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
    display: none !important
}

.yith-wcwl-form .wishlist-title-container {
    display: none !important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 17px;
    line-height: 1.41176em;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase
}

.yith-wcwl-form .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li:last-child {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table td ul li label {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table p {
    margin: 0
}

.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.yith-wcwl-form .shop_table .variation:after {
    clear: both
}

.yith-wcwl-form .shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table .variation dt {
        float: none;
        width: 100%
    }
}

.yith-wcwl-form .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0 !important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto !important
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0 !important;
    color: var(--qode-main-color) !important;
    border-color: transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    font-family: "Playfair Display";
    font-size: 17px;
    
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 3px 15px 3px 24px !important;
    border-radius: 5em;
    transition: all .3s ease-in-out;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer !important;
    z-index: 3 !important;
    padding: 4px 28px 9px 27px;
    color: #fff !important;
    background-color: var(--qode-main-color) !important;
    border: 1px solid transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
    color: var(--qode-main-color) !important;
    background-color: #fff !important;
    border: 1px solid #ccc9bb !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner>.woocommerce-LoopProduct-link {
    transition: all .3s ease-in-out
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner>.woocommerce-LoopProduct-link:hover {
    background: rgba(0, 0, 0, .16)
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
    height: 100%;
    width: 100%
}

.widget_rodest_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-icon {
    display: flex
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-count,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-label {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-size: 19px;
    
    line-height: 1.368em;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 1
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-count .qodef-menu-item-text:before,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-label .qodef-menu-item-text:before {
    content: '(';
    margin-right: 5px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-count .qodef-menu-item-text:after,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-label .qodef-menu-item-text:after {
    content: ')';
    margin-left: 5px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-count .qodef-menu-item-text:after,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-count .qodef-menu-item-text:before,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-label .qodef-menu-item-text:after,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-label .qodef-menu-item-text:before {
    opacity: 0;
    transition: opacity .17s
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-label {
    margin: 0 5px 0 10px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-count:before {
    content: '('
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-count:after {
    content: ')'
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    position: fixed;
    top: 0;
    right: -429px;
    height: 100vh;
    width: 429px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 124px 0 74px;
    background-color: transparent;
    border: 1px solid #ccc9bb;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content:before {
    z-index: -2;
    content: '';
    display: block;
    background-color: #efe0E0A3;
    transition: opacity .35s ease-out;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vH;
    width: 100vW
}

.qodef-side-cart-open .widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content:before {
    opacity: 1;
    pointer-events: all
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #eeece7;
    border: 1px solid #ccc9bb
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 30px;
    width: 100%;
    display: flex;
    justify-content: center
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title:after {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    left: 30px;
    bottom: 0
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-icon {
    display: inline-flex
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-count,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-label {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-size: 19px;
    
    line-height: 1.368em;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 1
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-count .qodef-menu-item-text:before,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-label .qodef-menu-item-text:before {
    content: '(';
    margin-right: 5px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-count .qodef-menu-item-text:after,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-label .qodef-menu-item-text:after {
    content: ')';
    margin-left: 5px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-count .qodef-menu-item-text:after,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-count .qodef-menu-item-text:before,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-label .qodef-menu-item-text:after,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-label .qodef-menu-item-text:before {
    opacity: 0;
    transition: opacity .17s
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-label {
    margin: 0 5px 0 10px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-count:before {
    content: '('
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-cart-title .qodef-m-cart-title-inner .qodef-m-opener-count:after {
    content: ')'
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    z-index: 1000
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover .qodef-svg--close path {
    animation: qode-draw .7s cubic-bezier(.6, .87, .43, .99) forwards
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover .qodef-svg--close path:nth-of-type(2) {
    animation-delay: .25s
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 30px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 30px !important
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px !important;
    margin-bottom: 0 !important
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0 !important
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 108px;
    height: 131px;
    margin-right: 22px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block;
    width: 100%;
    height: 100%
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    object-fit: cover;
    will-change: transform
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px;
    text-align: left
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 9px 0 0;
    letter-spacing: .01em
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    font-size: 15px;
    margin: 3px 0 0
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    color: #db8989;
    margin: 3px 0 0
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    display: flex;
    position: absolute;
    top: 13px;
    right: 1px;
    line-height: 1;
    z-index: 5
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove .qodef-svg--close {
    width: 10px;
    height: 10px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 22px;
    padding: 16px 30px 15px 30px;
    font-weight: 500
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details:before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    top: 0;
    left: 30px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0;
    text-transform: uppercase
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>.qodef-m-order-label {
    margin-right: 19px;
    font-weight: 500
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: relative;
    width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    font-family: "Playfair Display";
    font-size: 17px;
    
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 5px 25px 5px 34px;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid transparent;
    border-radius: 5em;
    padding: 6px 25px 6px 34px;
    width: 48%;
    justify-content: center
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link svg {
    display: inline-flex;
    width: 13px;
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.59, .9, .52, .97);
    overflow: visible;
    margin: 0 0 0 4px
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: var(--qode-main-color);
    background-color: #fff;
    border: 1px solid #ccc9bb
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover svg {
    transform: rotate(-45deg)
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:first-child {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid #ccc9bb
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:first-child:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.widget_rodest_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef-border-around-list .qodef-grid-inner {
    border-top: 1px solid #ccc9bb;
    border-left: 1px solid #ccc9bb
}

.qodef-clients-list.qodef-border-around-list .qodef-grid-inner .qodef-grid-item {
    border: 0;
    border-right: 1px solid #ccc9bb;
    border-bottom: 1px solid #ccc9bb
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo,
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    transition: opacity .35s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
    width: auto;
    opacity: var(--qodef-client-initial-opacity, 1);
    will-change: opacity;
    transition: opacity .3s ease;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
    opacity: var(--qodef-client-hover-opacity, .5)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 9px
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    flex-direction: column
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 0 7px 0
}

.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--date .entry-date,
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--date .qodef-e-info-item,
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--info-items .entry-date,
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--info-items .qodef-e-info-item {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px;
    color: #db8989
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--category .qodef-e-category a {
    color: #db8989
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share.qodef-layout--text ul li a {
    text-transform: capitalize
}

.qodef-portfolio-single .qodef-variations--small .qodef-info--social-share .qodef-social-title {
    display: none
}

.qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin-right: 45px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 36px
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
        margin-bottom: 40px
    }
}

.qodef-portfolio-single .qodef-variations--small.qodef-variations-slider .qodef-info--social-share .qodef-social-share {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 74px
}

.qodef-portfolio-single .qodef-variations--small.qodef-variations-slider .qodef-info--social-share .qodef-social-title {
    display: inline-flex;
    margin-bottom: 9px
}

.qodef-portfolio-single .qodef-variations--big {
    margin-bottom: -3px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-title {
    text-align: center
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    max-width: 1100px;
    margin: 136px auto 0;
    display: block;
    text-align: center
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-e-content {
        margin-top: 100px
    }
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info .qodef-info--social-share .qodef-social-title {
    text-align: left;
    margin-bottom: 6px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info .qodef-info--social-share .qodef-social-share {
    display: flex;
    flex-direction: column
}

.qodef-portfolio-single .qodef-portfolio-text,
.qodef-portfolio-single p {
    letter-spacing: -.015em
}

.qodef-disperse-portfolio-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    height: 100vh;
    background-color: var(--qodef-pink-color)
}

.qodef-disperse-portfolio-slider .qodef-m-info {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-5%);
    transition: .6s cubic-bezier(.3, .85, .41, .81)
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder {
    overflow: hidden
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .qodef-e-inner {
    z-index: 1
}

.qodef-disperse-portfolio-slider.qodef-slider--initialized .qodef-m-info {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.admin-bar .qodef-disperse-portfolio-slider {
    height: calc(100vh - 32px)
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder {
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .6s cubic-bezier(.3, .85, .41, .81)
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder.qodef-swiper--initialized {
    opacity: 1;
    visibility: visible
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide {
    z-index: -1
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-item-holder .qodef-main-info-holder {
    position: relative
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-item-holder .qodef-main-info-holder .qodef-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-item-holder .qodef-main-info-holder .qodef-background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-item-holder .qodef-main-info-holder .qodef-main-info-content {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(5%);
    transition: transform .6s cubic-bezier(.3, .85, .41, .81), opacity .3s ease
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-one {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 15%, 0 35%);
    clip-path: polygon(0 0, 100% 0, 100% 15%, 0 35%);
    will-change: transform;
    --qode-move-x: -130px;
    --qode-move-y: -100px
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-two {
    -webkit-clip-path: polygon(4% 64%, 100% 67%, 100% 100%, 4% 100%, 0 80%);
    clip-path: polygon(4% 64%, 100% 67%, 100% 100%, 4% 100%, 0 80%);
    will-change: transform;
    --qode-move-x: -20px;
    --qode-move-y: 13px
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-original {
    -webkit-clip-path: polygon(10% 0, 95% 0, 94% 100%, 10% 100%);
    clip-path: polygon(10% 0, 95% 0, 94% 100%, 10% 100%);
    --qode-move-x: 0px;
    --qode-move-y: 0
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-one,
.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-original,
.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-two {
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y))
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-one-holder {
    --qode-move-x: -60%;
    --qode-move-y: -5%;
    --qode-scale: .5
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-two-holder {
    --qode-move-x: 40%;
    --qode-move-y: 8%;
    --qode-scale: .7
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-original-holder {
    --qode-move-x: -30%;
    --qode-move-y: 10px;
    --qode-scale: .95
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-one-holder,
.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-original-holder,
.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide .qodef-image-slice-two-holder {
    display: inline-block;
    opacity: 0;
    transition: transform 1s cubic-bezier(.25, .46, .45, .94), opacity .35s ease-out;
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y)) scale(var(--qode-scale))
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active {
    z-index: 10
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-svg--slider-decoration {
    animation: qode-swiper-image-in-right 2.3s cubic-bezier(.39, .58, .57, 1) .1s both
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-image-slice-one {
    --qode-move-x: calc(var(--qode-x) * 18px);
    --qode-move-y: calc(var(--qode-y) * 12px)
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-image-slice-two {
    animation: qode-clip-image infinite 4s cubic-bezier(.46, .03, .52, .96);
    --qode-move-x: calc(var(--qode-x) * -14px);
    --qode-move-y: calc(var(--qode-y) * -15px)
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-image-slice-original {
    --qode-move-x: calc(var(--qode-x) * 20px);
    --qode-move-y: calc(var(--qode-y) * -30px)
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-image-slice-one-holder,
.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-image-slice-original-holder,
.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-image-slice-two-holder {
    --qode-move-x: 0px;
    --qode-move-y: 0px;
    --qode-scale: 1;
    opacity: 1
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-item-holder .qodef-main-info-holder .qodef-background-image {
    animation: qode-swiper-image-in-right 1s cubic-bezier(.43, .41, .36, .9) both
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-item-holder .qodef-main-info-holder .qodef-main-info-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-item-holder .qodef-bottom-info-holder .qodef-bottom-info-items,
.qodef-disperse-portfolio-slider .qodef-m-image-holder .swiper-slide.swiper-slide-active .qodef-item-holder .qodef-bottom-info-holder .qodef-e-categories {
    opacity: 1;
    visibility: visible
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder:not(.qodef--backwards) .swiper-slide-prev {
    opacity: 1 !important;
    z-index: 1
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder:not(.qodef--backwards) .swiper-slide-prev .qodef-svg--slider-decoration {
    animation: qode-swiper-decoration-out 1s ease-in
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder.qodef--backwards .swiper-slide-next {
    opacity: 1 !important;
    z-index: 1
}

.qodef-disperse-portfolio-slider .qodef-m-image-holder.qodef--backwards .swiper-slide-next .qodef-svg--slider-decoration {
    animation: qode-swiper-decoration-out 1s ease-in
}

.qodef-disperse-portfolio-slider.qodef-show-holder-top-border--yes .qodef-item-holder {
    border-top: 1 solid var(--qode-main-color)
}

.qodef-disperse-portfolio-slider .qodef-item-holder {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder,
.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder {
    width: 100%
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder {
    height: calc(100% - 53px)
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder {
    width: 100%;
    height: 53px;
    padding: 0 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder .qodef-bottom-info-items {
    width: 48%;
    display: flex;
    justify-content: space-between
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder .qodef-e-categories {
    width: 52%;
    text-align: right
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder .qodef-e-categories a {
    display: inline-flex;
    font-family: "Playfair Display";
    font-size: 15px;
    
    line-height: 1em;
    letter-spacing: 0;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid #ccc9bb;
    border-radius: 22px;
    padding: 3px 18px;
    margin-right: 7px;
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder .qodef-e-categories a:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder .qodef-e-categories a:last-child {
    margin-right: 0
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder .qodef-bottom-info-items,
.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder .qodef-e-categories {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 109px 60px
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-description {
    font-size: 15px;
    line-height: 1;
    margin: 32px 0 0;
    text-align: center;
    text-transform: uppercase
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-title {
    display: inline-block;
    position: relative;
    font-size: 7.3vw;
    line-height: .8;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    width: 100%;
    z-index: 150
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-title .qodef-highlight-text {
    display: inline-block;
    font-family: "Playfair Display";
    
    font-size: 5.2vw;
    line-height: 1;
    text-transform: lowercase;
    position: relative;
    width: max-content;
    top: -18px
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-title .qodef-highlight-text .qodef-svg--text-line {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: currentColor
}

@media only screen and (max-width:1024px) {
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-title {
        font-size: 8.3vw;
        line-height: 1
    }
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-title .qodef-highlight-text {
        font-size: 7.2vw
    }
}

@media only screen and (max-width:768px) {
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-title {
        font-size: 9.3vw
    }
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-title .qodef-highlight-text {
        font-size: 8.2vw
    }
}

@media only screen and (max-width:680px) {
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-title {
        font-size: 13.3vw
    }
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-m-title .qodef-highlight-text {
        font-size: 12.2vw;
        top: 0
    }
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-small-image {
    width: 369px;
    margin: -78px auto 0 auto;
    position: relative;
    text-align: right;
    left: 15px
}

@media only screen and (max-width:1024px) {
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-small-image {
        margin: -60px auto 0 auto
    }
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-small-image img {
    height: 100%;
    object-fit: contain
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-small-image .qodef-image-slice-one-holder,
.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder .qodef-small-image .qodef-image-slice-two-holder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

.qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder {
    border-top: 1px solid #ccc9bb;
    border-bottom: 1px solid #ccc9bb
}

.qodef-disperse-portfolio-slider .qodef-m-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 50
}

.qodef-disperse-portfolio-slider .qodef-m-info .qodef-bottom-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 75.03px
}

.qodef-disperse-portfolio-slider .qodef-m-info .qodef-bottom-info .swiper-pagination-bullets {
    position: relative;
    width: 50%
}

@media only screen and (max-width:320px) {
    .qodef-disperse-portfolio-slider .qodef-m-info .qodef-bottom-info .swiper-pagination-bullets {
        display: none
    }
}

.qodef-disperse-portfolio-slider .swiper-button-next svg,
.qodef-disperse-portfolio-slider .swiper-button-prev svg {
    width: 53px;
    --qodef-svg-path-length: 71px
}

.qodef-disperse-portfolio-slider .swiper-button-next .qodef-navigation-text,
.qodef-disperse-portfolio-slider .swiper-button-prev .qodef-navigation-text {
    display: inline-block;
    font-family: "Playfair Display";
    font-size: 30px;
    line-height: 1.333em;
    
}

@media only screen and (max-width:680px) {
    .qodef-disperse-portfolio-slider .swiper-button-next,
    .qodef-disperse-portfolio-slider .swiper-button-prev {
        display: none
    }
}

.qodef-disperse-portfolio-slider .swiper-button-prev .qodef-navigation-text {
    margin-left: 26px
}

.qodef-disperse-portfolio-slider .swiper-button-next .qodef-navigation-text {
    margin-right: 26px
}

.qodef-disperse-portfolio-slider .qodef-e-decoration-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    pointer-events: none
}

.qodef-disperse-portfolio-slider .qodef-svg--slider-decoration {
    position: relative;
    top: -12.5%;
    width: 110%;
    height: auto;
    display: block;
    fill: transparent;
    stroke: currentColor;
    stroke-width: 2
}

.qodef-disperse-portfolio-slider .qodef-svg--slider-decoration.qodef-svg--slider-decoration-two {
    top: -1%
}

.qodef-disperse-portfolio-slider.qodef-layout--disperse .swiper-pagination.swiper-pagination-fraction {
    position: absolute;
    width: auto;
    height: max-content;
    font-family: "Playfair Display";
    font-size: 0;
    
    line-height: 1;
    letter-spacing: -.025em;
    color: var(--qode-main-color);
    z-index: 50;
    bottom: 21.7vh;
    right: 37vw;
    left: initial
}

.qodef-disperse-portfolio-slider.qodef-layout--disperse .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    position: relative;
    display: inline-block;
    font-size: 77px;
    letter-spacing: -.025em
}

.qodef-disperse-portfolio-slider.qodef-layout--disperse .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: 32%
}

.qodef-disperse-portfolio-slider.qodef-layout--disperse .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total {
    display: none
}

@media only screen and (max-width:1680px) {
    .qodef-disperse-portfolio-slider.qodef-layout--disperse .qodef-item-holder .qodef-main-info-holder .qodef-small-image {
        width: 300px
    }
}

@media only screen and (max-width:1366px) {
    .qodef-disperse-portfolio-slider.qodef-layout--disperse .qodef-item-holder .qodef-main-info-holder .qodef-small-image {
        width: 220px
    }
}

@media only screen and (max-width:768px) {
    .qodef-disperse-portfolio-slider.qodef-layout--disperse .qodef-item-holder .qodef-main-info-holder .qodef-small-image {
        width: 300px
    }
}

@media only screen and (max-width:680px) {
    .qodef-disperse-portfolio-slider.qodef-layout--disperse .qodef-item-holder .qodef-main-info-holder .qodef-small-image {
        width: 220px
    }
}

.qodef-disperse-portfolio-slider.qodef-layout--imprint .qodef-item-holder .qodef-main-info-holder .qodef-image-imprint {
    position: relative;
    width: 608px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:1440px) {
    .qodef-disperse-portfolio-slider.qodef-layout--imprint .qodef-item-holder .qodef-main-info-holder .qodef-image-imprint {
        width: 508px
    }
}

@media screen and (min-width:1280px) and (max-height:720px) {
    .qodef-disperse-portfolio-slider.qodef-layout--imprint .qodef-item-holder .qodef-main-info-holder .qodef-image-imprint {
        width: 458px
    }
    .qodef-disperse-portfolio-slider.qodef-layout--imprint .qodef-item-holder .qodef-main-info-holder .qodef-image-imprint>img {
        height: auto;
        width: 65%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-disperse-portfolio-slider.qodef-layout--imprint .qodef-item-holder .qodef-main-info-holder .qodef-image-imprint {
        width: 400px
    }
    .qodef-disperse-portfolio-slider.qodef-layout--imprint .qodef-item-holder .qodef-main-info-holder .qodef-image-imprint>img {
        height: auto;
        width: auto
    }
}

@media only screen and (max-width:680px) {
    .qodef-disperse-portfolio-slider.qodef-layout--imprint .qodef-item-holder .qodef-main-info-holder .qodef-image-imprint {
        width: 258px
    }
}

.qodef-disperse-portfolio-slider.qodef-layout--imprint .qodef-item-holder .qodef-bottom-info-holder {
    padding: 0
}

.qodef-disperse-portfolio-slider .qodef-image-imprint-additional {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
    --qode-move-x: -25%;
    opacity: 0;
    transition: transform .8s cubic-bezier(.25, .46, .45, .94), opacity .35s ease-out;
    transform: translateX(var(--qode-move-x))
}

.qodef-disperse-portfolio-slider .qodef-image-imprint img {
    --qode-move-x: 0px;
    --qode-move-y: 0px;
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y))
}

.qodef-disperse-portfolio-slider .swiper-slide-active .qodef-image-imprint>img {
    --qode-move-x: calc(var(--qode-x) * 38px);
    --qode-move-y: calc(var(--qode-y) * 38px)
}

.qodef-disperse-portfolio-slider .swiper-slide-active .qodef-image-imprint .qodef-image-imprint-additional img {
    --qode-move-x: calc(var(--qode-x) * -30px);
    --qode-move-y: calc(var(--qode-y) * -30px)
}

.qodef-disperse-portfolio-slider .swiper-slide-active .qodef-image-imprint-additional {
    --qode-move-x: 0px;
    --qode-move-y: 0px;
    opacity: 1
}

.qodef-portfolio-interactive-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-portfolio-interactive-showcase .qodef-e-bottom-holder {
    margin-top: 6px
}

.qodef-portfolio-interactive-showcase .qodef-e-bottom-holder .qodef-e-categories {
    display: inline-block;
    line-height: 1
}

.qodef-portfolio-interactive-showcase .qodef-e-bottom-holder .qodef-e-categories a {
    display: inline-block;
    font-family: "Playfair Display";
    font-size: 19px;
    
    line-height: 1
}

.qodef-portfolio-interactive-showcase .qodef-e-bottom-holder .qodef-e-categories .qodef-category-separator:after {
    content: "/";
    display: inline-block;
    margin: 0 6px
}

.qodef-portfolio-interactive-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0s .45s
}

.qodef-portfolio-interactive-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-portfolio-interactive-showcase .qodef-m-image img {
    display: none
}

.qodef-portfolio-interactive-showcase .qodef-m-items {
    display: flex;
    align-items: flex-start;
    z-index: 10
}

.qodef-portfolio-interactive-showcase.qodef--has-lines-appear-animation article:after,
.qodef-portfolio-interactive-showcase.qodef--has-lines-appear-animation article:before {
    transform: scaleX(0);
    transform-origin: 0 100%;
    transition: transform .8s ease;
    transition-delay: 0s
}

@-moz-document url-prefix() {
    .qodef-portfolio-interactive-showcase.qodef--has-lines-appear-animation article:after,
    .qodef-portfolio-interactive-showcase.qodef--has-lines-appear-animation article:before {
        transition-delay: 0s
    }
}

.qodef-portfolio-interactive-showcase.qodef--has-lines-appear-animation article:last-child:after {
    transition-delay: .5s
}

.qodef-portfolio-interactive-showcase.qodef--has-lines-appear-animation article.qodef-item-show:after,
.qodef-portfolio-interactive-showcase.qodef--has-lines-appear-animation article.qodef-item-show:before {
    transform: scaleX(1)
}

.qodef-portfolio-interactive-showcase .qodef-e {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 6px 5px;
    margin: 13px 0;
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-portfolio-interactive-showcase .qodef-e:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    left: 0;
    top: 0
}

.qodef-portfolio-interactive-showcase .qodef-e:last-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    left: 0;
    bottom: 0
}

.qodef-portfolio-interactive-showcase .qodef-e .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2
}

.qodef-portfolio-interactive-showcase.qodef--init {
    visibility: visible
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-m-items {
    position: relative;
    flex-direction: column
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e {
    padding: 45px 0 48px 0;
    margin: 0;
    color: var(--qode-main-color);
    background-color: transparent
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e {
        padding: 20px 0 27px 0
    }
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-counter {
    font-size: 0;
    line-height: 0
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-counter>* {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-counter .qodef-hash-separator {
    height: 100%;
    position: relative
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-counter .qodef-hash-separator:after {
    display: inline-block;
    content: "#"
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-info-items-text {
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    color: #db8989
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-info-items-text .qodef-e-info-item {
    display: inline-flex
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-info-items-text .qodef-e-info-item:after {
    content: ","
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-info-items-text .qodef-e-info-item:last-child:after {
    content: none
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content {
    position: relative;
    z-index: 50;
    display: flex;
    align-items: center
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-left-info {
    width: 44%
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-center-info {
    width: 26%
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-center-info,
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-left-info {
        width: 100%
    }
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-center-info {
        margin-top: 10px
    }
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-read-more {
    margin-left: auto;
    padding-right: 15px
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-read-more {
        padding-right: 0;
        margin: 15px 0 0
    }
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-text {
        flex-direction: column-reverse;
        align-items: flex-start
    }
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-text .qodef-e-title {
    max-width: 70%;
    position: relative;
    z-index: 10
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-text .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-categories a,
.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-counter,
.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e .qodef-e-content .qodef-e-title {
    color: var(--qode-main-color);
    transition: color .2s ease-out
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e.qodef--active .qodef-e-categories a,
.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e.qodef--active .qodef-e-counter,
.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e.qodef--active .qodef-e-title {
    color: rgba(var(--qode-main-color), 1)
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e.qodef--active .qodef-e-follow-content {
    visibility: visible;
    opacity: 1;
    z-index: 41;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 9deg);
    transition-duration: .25s, .25s, .8s
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e.qodef--active .qodef-e-follow-content .qodef-e-follow-title {
    display: none
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-title {
    display: block;
    z-index: -2;
    margin: 0
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-content {
    position: absolute;
    top: -62%;
    left: 61%;
    width: auto;
    display: block;
    z-index: 40;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -15%, 0) translate3d(0, 90px, 0);
    transition: opacity .25s ease-out, visibility .35s ease-out, transform .35s cubic-bezier(.14, .47, .27, .89)
}

@media only screen and (max-width:1440px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-content {
        top: -50%;
        left: 47%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-content {
        display: none
    }
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    overflow: hidden;
    z-index: -1
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 20vw
}

@media only screen and (max-width:1440px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-image img {
        max-width: 20vw
    }
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-title {
    position: absolute;
    top: calc(50% + 27px);
    left: 0;
    display: block;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 30px;
    line-height: 1.23333em;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    width: 70%
}

@media only screen and (max-width:1440px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-title {
        font-size: 27px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-title {
        max-width: 80%
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list .qodef-e-follow-title {
        max-width: 100%
    }
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e:after,
.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e:before {
    background-color: #fff
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e .qodef-e-categories a,
.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e .qodef-e-counter,
.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e .qodef-e-title a {
    color: #fff;
    transition: color .2s ease-out
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e .qodef-e-content .qodef-e-text .qodef-e-title a:hover {
    color: #fff
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e .qodef-category-separator:after {
    color: #fff
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e .qodef-e-info-items-text {
    color: rgba(255, 255, 255, .61)
}

.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e.qodef--active .qodef-e-categories a,
.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e.qodef--active .qodef-e-counter,
.qodef-portfolio-interactive-showcase.qodef-item-layout--interactive-list.qodef-skin--light .qodef-e.qodef--active .qodef-e-title a {
    color: #fff
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a {
    position: relative;
    display: block
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, .3);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.qodef-portfolio-list .qodef-e-media-image a,
.qodef-portfolio-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-portfolio-list .qodef-e-content {
    margin: 30px 0 0
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-info a {
    display: inline-flex;
    font-family: "Playfair Display";
    font-size: 15px;
    
    line-height: 1em;
    letter-spacing: 0;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid #ccc9bb;
    border-radius: 22px;
    padding: 3px 18px;
    margin-right: 7px;
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-portfolio-list .qodef-e-info a:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-portfolio-list .qodef-e-info a:last-child {
    margin-right: 0
}

.qodef-portfolio-list .qodef-bottom-info-items {
    line-height: 1;
    margin-top: 6px
}

.qodef-portfolio-list .qodef-bottom-info-items .qodef-info--info-items {
    margin-bottom: 3px
}

.qodef-portfolio-list .qodef-bottom-info-items .qodef-info--info-items:last-child {
    margin-bottom: 0
}

.qodef-portfolio-list .qodef-bottom-info-items .qodef-info--info-items * {
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    color: #db8989
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}

.qodef-portfolio-list .qodef-filters-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 30px
}

@media only screen and (max-width:768px) {
    .qodef-portfolio-list .qodef-filters-holder {
        flex-direction: column
    }
}

.qodef-portfolio-list .qodef-filters-holder .qodef-m-filter {
    width: auto;
    margin: 0
}

.qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter {
    margin: 0 0 -30px auto;
    padding-bottom: 30px
}

@media only screen and (max-width:768px) {
    .qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter {
        margin: 10px 0 -30px 0
    }
}

.qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder {
    display: flex;
    align-items: center;
    letter-spacing: -.03em;
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-preceding {
        display: block;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:768px) and (max-width:680px) {
    .qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-preceding {
        margin-bottom: 5px
    }
}

.qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-preceding {
    margin-right: 6px;
    color: #db8989
}

.qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-current {
    min-width: 56px;
    position: relative;
    color: #db8989
}

.qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-current:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: var(--qode-main-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .3s ease-out;
    will-change: transform
}

.qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter .qodef-filter-title-holder .qodef-filter-title.qodef-icon {
    display: inline-block;
    margin-left: 7px
}

.qodef-portfolio-list .qodef-filters-holder .qodef-ordering-filter:hover .qodef-filter-ordering {
    opacity: 1;
    visibility: visible
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-ordering {
    position: absolute;
    width: 173px;
    right: 0;
    top: 100%;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    border: 1px solid #ccc9bb;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list .qodef-filters-holder .qodef-filter-ordering {
        left: 0
    }
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-list {
    width: 100%;
    padding: 32px 35px 38px 35px;
    background-color: #eeece7
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-list ul {
    list-style: none;
    margin: 0
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-list ul li {
    margin: 9px 0
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-list ul li:first-child {
    margin-top: 0
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-list ul li:last-child {
    margin-bottom: 0
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-list a {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: var(--qode-main-color);
    letter-spacing: -.03;
    color: #db8989;
    position: relative
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-list a:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s ease-out;
    will-change: transform
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-list a:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

.qodef-portfolio-list .qodef-filters-holder .qodef-filter-list-title {
    color: #dfbb81;
    margin-bottom: 20px
}

.qodef-portfolio-list .qodef-filters-holder .qodef-m-list-title {
    margin: 0 auto 0 0;
    display: flex;
    align-items: center
}

@media only screen and (max-width:768px) {
    .qodef-portfolio-list .qodef-filters-holder .qodef-m-list-title {
        margin: 0 0 10px 0
    }
}

.qodef-portfolio-list .qodef-filters-holder .qodef-m-list-title .qodef-e-list-title-decoration {
    margin-right: 7px;
    animation: qode-rotate 3s infinite linear
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 15px 0 0
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-text {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-text .qodef-e-info-holder {
        margin: 8px 0 5px
    }
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a {
    position: relative;
    display: block
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, .3);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image>a:after {
    opacity: 1
}

.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-media-image a {
    position: relative;
    display: block;
    perspective: 1000px;
    overflow: hidden
}

.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-media-image a .qodef-e-hover-image {
    display: block;
    mix-blend-mode: lighten;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
    margin: 0;
    display: none
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
    z-index: 2
}

.qodef-e-content-follow {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
    display: flex;
    flex-direction: column-reverse
}

.qodef-e-content-follow.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-e-content-follow .qodef-e-title {
    margin: 0;
    color: #fff
}

.qodef-e-content-follow .qodef-e-title a {
    color: inherit
}

.qodef-e-content-follow .qodef-e-info>* {
    color: #fff
}

.qodef-e-content-follow .qodef-e-info>:after {
    content: "/";
    display: inline-block;
    margin: 0 5px
}

.qodef-e-content-follow .qodef-e-info>:last-child:after {
    content: none
}

.qodef-e-content-follow .qodef-e-text,
.qodef-e-content-follow .qodef-e-top-holder {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .2s ease-out
}

.qodef-e-content-follow .qodef-e-text>*,
.qodef-e-content-follow .qodef-e-top-holder>* {
    display: inline-block;
    background-color: var(--qode-main-color);
    z-index: 10
}

.qodef-e-content-follow .qodef-e-top-holder {
    margin-top: 2px
}

.qodef-e-content-follow .qodef-e-top-holder>* {
    padding: 0 5px
}

.qodef-e-content-follow .qodef-e-text>* {
    padding: 3px 5px
}

.qodef-e-content-follow.qodef-is-active {
    visibility: visible
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text,
.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text {
    transition-delay: .2s
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(var(--qode-main-color), .12)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
    z-index: 2
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(var(--qode-main-color), .12)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 141px 0 49px;
    border-top: 1px solid #ccc9bb;
    border-bottom: 1px solid #ccc9bb;
    padding: 118px 0 102px;
    width: calc(100vw - 100px);
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width:768px) {
    #qodef-single-portfolio-navigation {
        padding: 0
    }
}

@media only screen and (max-width:680px) {
    #qodef-single-portfolio-navigation {
        width: 100%
    }
}

#qodef-single-portfolio-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 125px 0
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next,
#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next img,
#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev img {
    width: 362px !important;
    height: 249px !important;
    object-fit: cover
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next .qodef-m-nav-label,
#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev .qodef-m-nav-label {
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 400;
    
    line-height: 40px;
    letter-spacing: 0;
    color: var(--qode-main-color);
    text-transform: capitalize;
    position: relative
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next svg,
#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev svg {
    --qodef-svg-path-length: 120px;
    overflow: visible
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next svg path,
#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: var(--qodef-svg-path-length);
    transition: stroke-dashoffset 1s cubic-bezier(0, 0, .44, .98)
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next:hover svg path,
#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev:hover svg path {
    stroke-dashoffset: calc(2 * var(--qodef-svg-path-length))
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev {
    left: 0;
    flex-direction: row-reverse
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev .qodef-portfolio-single-nav-text-holder {
    display: inline-flex;
    align-items: center
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev .qodef-portfolio-single-nav-text-holder svg {
    margin-right: 39px
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev .qodef-portfolio-single-nav-text-holder .qodef-m-nav-label {
    margin-right: 60px
}

@media only screen and (max-width:680px) {
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev .qodef-portfolio-single-nav-text-holder .qodef-m-nav-label {
        margin-right: 0
    }
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next {
    right: 0
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next .qodef-portfolio-single-nav-text-holder {
    display: inline-flex;
    align-items: center
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next .qodef-portfolio-single-nav-text-holder svg {
    margin-left: 39px
}

#qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next .qodef-portfolio-single-nav-text-holder .qodef-m-nav-label {
    margin-left: 60px
}

@media only screen and (max-width:680px) {
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next .qodef-portfolio-single-nav-text-holder .qodef-m-nav-label {
        margin-left: 0
    }
}

#qodef-single-portfolio-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-portfolio-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 5px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
    margin-left: 5px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    height: 100%
}

#qodef-single-portfolio-navigation.qodef-no-back-to-link .qodef-m-inner:after {
    content: '';
    position: absolute;
    height: calc(100% + 82px);
    width: 1px;
    background-color: var(--qode-main-color);
    display: inline-block;
    left: calc(50% - 1px)
}

.single-portfolio-item.qodef-layout--custom #qodef-single-portfolio-navigation {
    width: calc(100vw - 100px);
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width:680px) {
    .single-portfolio-item.qodef-layout--custom #qodef-single-portfolio-navigation {
        width: 100%
    }
}

.single-portfolio-item.qodef-layout--custom .qodef-e-content {
    margin-top: 3px
}

.single-portfolio-item.qodef-layout--custom .qodef-e-content .qodef-portfolio-title {
    margin: 0 0 16px
}

.single-portfolio-item.qodef-layout--custom .qodef-e-content .qodef-portfolio-info {
    margin-top: 48px
}

.single-portfolio-item.qodef-layout--custom .qodef-img-holder .qodef-img-wrapper img {
    display: block;
    margin: 78px 41px 0;
    width: calc(100% - 82px)
}

@media only screen and (max-width:1024px) {
    .single-portfolio-item.qodef-layout--custom .qodef-img-holder .qodef-img-wrapper img {
        margin: 50px 72px 0;
        width: calc(100% - 144px)
    }
}

@media only screen and (max-width:768px) {
    .single-portfolio-item.qodef-layout--custom .qodef-img-holder .qodef-img-wrapper img {
        margin: 50px 54px 0;
        width: calc(100% - 108px)
    }
}

@media only screen and (max-width:680px) {
    .single-portfolio-item.qodef-layout--custom .qodef-img-holder .qodef-img-wrapper img {
        margin: 50px 7% 0;
        width: 86%
    }
}

.single-portfolio-item.qodef-layout--gallery-small .qodef-portfolio-content {
    max-width: 64%
}

@media only screen and (max-width:768px) {
    .single-portfolio-item.qodef-layout--gallery-small .qodef-portfolio-content {
        max-width: 100%
    }
}

.single-portfolio-item.qodef-layout--gallery-small #qodef-page-outer .qodef-content-grid {
    width: auto;
    margin: 0 41px
}

@media only screen and (max-width:1024px) {
    .single-portfolio-item.qodef-layout--gallery-small #qodef-page-outer .qodef-content-grid {
        margin: 0 54px
    }
}

@media only screen and (max-width:680px) {
    .single-portfolio-item.qodef-layout--gallery-small #qodef-page-outer .qodef-content-grid {
        margin: 0 28px
    }
}

.single-portfolio-item.qodef-layout--gallery-small .qodef-media {
    margin-right: 0
}

.single-portfolio-item.qodef-layout--gallery-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 23px;
    float: none
}

.single-portfolio-item.qodef-layout--gallery-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.single-portfolio-item.qodef-layout--image-bottom #qodef-page-outer .qodef-content-grid {
    width: auto;
    margin: 0 41px
}

@media only screen and (max-width:1024px) {
    .single-portfolio-item.qodef-layout--image-bottom #qodef-page-outer .qodef-content-grid {
        margin: 0 54px
    }
}

@media only screen and (max-width:680px) {
    .single-portfolio-item.qodef-layout--image-bottom #qodef-page-outer .qodef-content-grid {
        margin: 0 28px
    }
}

.single-portfolio-item.qodef-layout--image-bottom .qodef-e-content {
    margin-top: 3px
}

.single-portfolio-item.qodef-layout--image-bottom .qodef-e-content .qodef-portfolio-title {
    margin: 0 0 16px
}

.single-portfolio-item.qodef-layout--image-bottom .qodef-e-content .qodef-portfolio-info {
    margin-top: 48px
}

.single-portfolio-item.qodef-layout--image-bottom .qodef-img-holder .qodef-img-wrapper img {
    border: 1px solid #ccc9bb
}

.single-portfolio-item.qodef-layout--image-bottom .qodef-image-bottom-info {
    border-top: 1px solid #ccc9bb;
    margin: 169px 0 133px;
    padding-top: 137px
}

.single-portfolio-item.qodef-layout--image-bottom .qodef-image-bottom-info>.qodef-grid-item {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:1024px) {
    .single-portfolio-item.qodef-layout--image-bottom .qodef-image-bottom-info {
        margin: 50px 0;
        padding-top: 50px
    }
    .single-portfolio-item.qodef-layout--image-bottom .qodef-image-bottom-info>.qodef-grid-item {
        max-width: 100%
    }
}

@media only screen and (max-width:680px) {
    .single-portfolio-item.qodef-layout--image-bottom .qodef-image-bottom-info {
        margin-bottom: 70px
    }
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 10px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-single.qodef-layout--images-big #qodef-single-portfolio-navigation {
        margin: 143px 0 49px
    }
}

.single-portfolio-item.qodef-layout--images-small .qodef-ps-info-holder .qodef-portfolio-content {
    max-width: 64%
}

@media only screen and (max-width:768px) {
    .single-portfolio-item.qodef-layout--images-small .qodef-ps-info-holder .qodef-portfolio-content {
        max-width: 100%
    }
}

.single-portfolio-item.qodef-layout--images-small #qodef-page-outer .qodef-content-grid {
    width: auto;
    margin: 0 41px
}

@media only screen and (max-width:1024px) {
    .single-portfolio-item.qodef-layout--images-small #qodef-page-outer .qodef-content-grid {
        margin: 0 54px
    }
}

@media only screen and (max-width:680px) {
    .single-portfolio-item.qodef-layout--images-small #qodef-page-outer .qodef-content-grid {
        margin: 0 28px
    }
}

.single-portfolio-item.qodef-layout--images-small .qodef-media {
    margin-right: 0
}

.single-portfolio-item.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 23px;
    float: none
}

.single-portfolio-item.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.single-portfolio-item.qodef-layout--slider-small .qodef-portfolio-content {
    max-width: 567px
}

.single-portfolio-item.qodef-layout--slider-small #qodef-page-outer .qodef-content-grid {
    width: auto;
    margin: 0 41px
}

@media only screen and (max-width:1024px) {
    .single-portfolio-item.qodef-layout--slider-small #qodef-page-outer .qodef-content-grid {
        margin: 0 54px
    }
}

@media only screen and (max-width:680px) {
    .single-portfolio-item.qodef-layout--slider-small #qodef-page-outer .qodef-content-grid {
        margin: 0 28px
    }
}

.single-portfolio-item.qodef-layout--slider-small .qodef-media {
    margin-right: 0
}

.single-portfolio-item.qodef-layout--slider-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 23px;
    float: none
}

.single-portfolio-item.qodef-layout--slider-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.single-portfolio-item.qodef-layout--slider-small .swiper-button-next svg,
.single-portfolio-item.qodef-layout--slider-small .swiper-button-prev svg {
    color: #fff
}

.single-portfolio-item.qodef-layout--slider-small .swiper-pagination.swiper-pagination-bullets {
    position: absolute !important;
    bottom: 56px !important
}

.single-portfolio-item.qodef-layout--slider-small .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #fff;
    background-color: transparent
}

.single-portfolio-item.qodef-layout--slider-small .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-single-item {
    border: 1px solid #ccc9bb
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-e-content .qodef-e-slider-info {
    padding: 66px 54px 136px
}

.qodef-team-list.qodef-gutter--no.qodef-show-borders--yes .qodef-grid-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    left: 0;
    bottom: calc(var(--qode-columns-row-gap)/ -2)
}

.qodef-team-list.qodef-gutter--no.qodef-show-borders--yes .qodef-e-inner {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent
}

.qodef-team-list.qodef-gutter--no.qodef-show-borders--yes .qodef-e-inner:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--qode-main-color);
    position: absolute;
    top: 0;
    left: 0
}

.qodef-team-list.qodef-gutter--no.qodef-show-borders--yes .qodef-e-inner:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--qode-main-color);
    position: absolute;
    top: 0;
    right: -1px
}

.qodef-team-list.qodef-gutter--no.qodef-show-borders--yes.qodef-swiper-container .swiper-wrapper {
    left: -2px
}

.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 45px;
    width: 50%;
    margin-left: auto
}

.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .qodef-top-navigation-holder-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 153px;
    border: 1px solid #ccc9bb;
    border-radius: 50%;
    margin-right: 45px
}

@media only screen and (max-width:680px) {
    .qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .qodef-top-navigation-holder-inner {
        display: none
    }
}

.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .swiper-button-next,
.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .swiper-button-prev {
    position: relative;
    top: initial;
    left: initial !important;
    right: initial !important;
    transform: none
}

.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .swiper-button-next svg,
.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .swiper-button-prev svg {
    width: 16px;
    stroke-width: 3.2;
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.59, .9, .52, .97);
    overflow: visible;
    --qodef-svg-path-length: 0
}

.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .swiper-button-prev {
    margin-right: 22px !important
}

.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .swiper-button-prev:hover svg {
    transform: translateX(-4px)
}

.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .swiper-button-next {
    margin-left: 22px !important
}

.qodef-team-list.qodef-swiper-container.qodef-top-navigation--yes .qodef-top-navigation-holder .swiper-button-next:hover svg {
    transform: translateX(4px)
}

.qodef-team-list .qodef-e-role {
    font-family: "Playfair Display";
    font-size: 15px;
    
    line-height: 1.333em;
    letter-spacing: 0;
    color: #db8989;
    margin: 0
}

.qodef-team-list .qodef-e-title {
    margin: 0
}

.qodef-team-list .qodef-social-icons {
    margin: 0
}

.qodef-team-list .qodef-team-member-social-icon {
    display: inline-block;
    text-align: center;
    font-family: "Playfair Display";
    
    font-size: 15px;
    line-height: 2.267em;
    border: 1px solid #ccc9bb;
    border-radius: 50%;
    width: 2.267em;
    height: 2.267em;
    margin-right: 8px;
    color: var(--qode-main-color);
    background-color: transparent;
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-team-list .qodef-team-member-social-icon:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-team-list .qodef-team-member-social-icon:last-child {
    margin-right: 0
}

.qodef-team-list .qodef-team-member-social-icon .qodef-text-icon {
    position: relative;
    display: inline-flex;
    line-height: 1
}

.qodef-team-list .qodef-team-member-social-icon .qodef-text-icon:after {
    content: none;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    left: 0;
    bottom: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner {
    padding: 0 44px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 21px 0 0;
    padding-bottom: 24px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-social-icon {
    display: flex;
    justify-content: flex-end;
    margin-top: 78px
}

@media only screen and (max-width:680px) {
    .qodef-team-list.qodef-item-layout--info-below .qodef-social-icon {
        justify-content: flex-start
    }
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-show-borders--yes .qodef-e-inner {
    border: 0
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-show-borders--yes .qodef-e-inner:after,
.qodef-team-list.qodef-item-layout--info-on-hover.qodef-show-borders--yes .qodef-e-inner:before {
    content: none
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
    z-index: 1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .2s ease-out;
    z-index: -1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-social-icon {
    margin-top: 78px
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 23px;
    display: flex;
    position: relative
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list .qodef-e-inner {
        flex-direction: column
    }
}

.qodef-testimonials-list .qodef-e-inner .qodef-e-testimonials-icon {
    position: absolute;
    left: 0;
    top: 0
}

.qodef-testimonials-list .qodef-e-inner .qodef-e-testimonials-icon svg {
    height: 105px
}

.qodef-testimonials-list .qodef-e-inner .qodef-e-testimonials-icon svg path {
    color: var(--qode-main-color)
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list .qodef-e-inner .qodef-e-testimonials-icon {
        position: relative;
        margin-bottom: 15px
    }
    .qodef-testimonials-list .qodef-e-inner .qodef-e-testimonials-icon svg {
        width: 100px;
        height: auto
    }
}

.qodef-testimonials-list .qodef-e-content {
    padding-left: 196px
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list .qodef-e-content {
        padding-left: 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-testimonials-list.qodef-swiper-container.swiper-container-vertical .qodef-e-testimonials-icon,
    .qodef-testimonials-list.qodef-swiper-container.swiper-vertical .qodef-e-testimonials-icon {
        position: relative;
        margin-bottom: 15px
    }
    .qodef-testimonials-list.qodef-swiper-container.swiper-container-vertical .qodef-e-testimonials-icon svg,
    .qodef-testimonials-list.qodef-swiper-container.swiper-vertical .qodef-e-testimonials-icon svg {
        width: 100px;
        height: auto
    }
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list.qodef-swiper-container.swiper-container-vertical .qodef-e-testimonials-icon,
    .qodef-testimonials-list.qodef-swiper-container.swiper-vertical .qodef-e-testimonials-icon {
        position: absolute
    }
}

.qodef-testimonials-list.qodef-swiper-container.swiper-container-vertical .qodef-e-content,
.qodef-testimonials-list.qodef-swiper-container.swiper-vertical .qodef-e-content {
    padding-right: 100px;
    margin-top: -4px
}

@media only screen and (max-width:768px) {
    .qodef-testimonials-list.qodef-swiper-container.swiper-container-vertical .qodef-e-content,
    .qodef-testimonials-list.qodef-swiper-container.swiper-vertical .qodef-e-content {
        padding-right: 45px;
        padding-left: 45px
    }
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list.qodef-swiper-container.swiper-container-vertical .qodef-e-content,
    .qodef-testimonials-list.qodef-swiper-container.swiper-vertical .qodef-e-content {
        padding-left: 0;
        padding-top: 95px
    }
    .qodef-testimonials-list.qodef-swiper-container.swiper-container-vertical .qodef-e-content .qodef-e-text,
    .qodef-testimonials-list.qodef-swiper-container.swiper-vertical .qodef-e-content .qodef-e-text {
        font-size: 24px;
        line-height: 34px
    }
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 25px
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: auto
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 16px
}

.qodef-testimonials-list .qodef-e-text {
    padding: 0 0 5px;
    margin: -5px 0 0;
    font-family: "Playfair Display";
    
    font-size: 30px;
    letter-spacing: -.01em;
    line-height: 40px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 5px 0;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    color: #db8989
}

.qodef-testimonials-list .qodef-e-author .qodef-e-author-separator {
    margin: 0 1px
}

.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0 !important
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color)
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

.qodef-testimonials-list .swiper-pagination-bullets {
    justify-content: flex-start;
    margin-top: 0;
    height: 100%
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list .swiper-pagination-bullets {
        justify-content: center;
        margin-left: 0
    }
}

.qodef-testimonials-list.qodef-swiper-container .qodef-e-content {
    padding-left: 0
}

.qodef-testimonials-list-slider-shortcode-holder {
    display: flex
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list-slider-shortcode-holder {
        flex-direction: column
    }
}

.qodef-testimonials-list-slider-shortcode-holder .qodef-e-testimonials-icon {
    width: 196px
}

.qodef-testimonials-list-slider-shortcode-holder .qodef-e-testimonials-icon svg {
    height: 105px
}

.qodef-testimonials-list-slider-shortcode-holder .qodef-e-testimonials-icon svg path {
    color: var(--qode-main-color)
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list-slider-shortcode-holder .qodef-e-testimonials-icon {
        margin-bottom: 15px
    }
    .qodef-testimonials-list-slider-shortcode-holder .qodef-e-testimonials-icon svg {
        width: 100px;
        height: auto
    }
}

.qodef-testimonials-list-slider-shortcode-holder.qodef-quote-mark-fill--no .qodef-e-testimonials-icon svg path {
    fill: transparent
}

.qodef-testimonials-list-slider-shortcode-holder .swiper-container-horizontal .swiper-wrapper,
.qodef-testimonials-list-slider-shortcode-holder .swiper-horizontal .swiper-wrapper {
    height: auto
}

.qodef-testimonials-list-slider-shortcode-holder .swiper-container-horizontal .swiper-wrapper+.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(1),
.qodef-testimonials-list-slider-shortcode-holder .swiper-horizontal .swiper-wrapper+.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(1) {
    margin-left: 0 !important
}

.qodef-testimonials-list-slider-shortcode-holder .swiper-container-horizontal .swiper-pagination-bullets,
.qodef-testimonials-list-slider-shortcode-holder .swiper-horizontal .swiper-pagination-bullets {
    height: auto
}

.qodef-review-rating {
    display: flex
}

.qodef-review-rating .qodef-rating-inner {
    display: flex;
    flex-basis: 50%
}

.qodef-review-rating label {
    margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
    display: flex;
    margin: 0
}

.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: block;
    margin: 0 .1em 0 0;
    cursor: pointer;
    color: var(--qode-main-color)
}

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: var(--qode-main-color)
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .1em;
    width: 14px;
    height: auto
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
    line-height: 28px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
    padding: 6px 0
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
    display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
    color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 62px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color)
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .98);
    z-index: 100
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: var(--qode-main-color);
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: var(--qode-main-color);
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: var(--qode-main-color);
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: var(--qode-main-color)
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple {
    border-bottom: 1px solid #ccc9bb
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 26px 10px 24px 0;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer;
    letter-spacing: 0;
    border: 1px solid #ccc9bb;
    border-bottom: 0;
    border-right: 0;
    border-left: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span svg {
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.59, .9, .52, .97);
    overflow: visible
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span svg,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span svg {
    transform: rotate(135deg)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 0 0 30px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.qodef-banner .qodef-m-title {
    margin: 10px 0 4px;
    letter-spacing: -.01em
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: 'Nanum Myeongjo', serif;
    margin: 0;
    letter-spacing: 0
}

.qodef-banner p.qodef-m-subtitle {
    font-size: 16px;
    margin: 0;
    letter-spacing: .01em;
    line-height: 31px
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img {
    display: block;
    transition: all .35s ease-out
}

.qodef-banner.qodef-skin--light .qodef-m-content-inner>.qodef-m-text,
.qodef-banner.qodef-skin--light .qodef-m-subtitle,
.qodef-banner.qodef-skin--light .qodef-m-title {
    color: #fff
}

@media only screen and (max-width:768px) {
    .qodef-banner.qodef-increase-height-on-smaller-screens--yes {
        height: 300px
    }
    .qodef-banner.qodef-increase-height-on-smaller-screens--yes .qodef-m-image {
        height: 100%
    }
    .qodef-banner.qodef-increase-height-on-smaller-screens--yes .qodef-m-image img {
        height: 100%;
        object-fit: cover
    }
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 59px
}

@media only screen and (max-width:1024px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 40px 40px 24px 40px
    }
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 30px 25px 20px 25px
    }
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0;
    max-width: 336px
}

@media only screen and (max-width:1024px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        max-width: 100%
    }
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 16px 0 25px
}

.qodef-banner.qodef-layout--link-button.qodef-full-width-title .qodef-m-title {
    max-width: 100%
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 30px 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-e-sale-mark {
    position: absolute;
    top: 0;
    right: 18px;
    font-family: "Playfair Display";
    font-size: 35px;
    
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1em;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    background-color: var(--qode-main-color);
    border-radius: 5em
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-e-sale-mark>span {
    margin-left: 26px
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner p.qodef-m-title {
    font-family: "Playfair Display";
    font-size: 45px;
    
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 66px;
    margin: -7px 0 -21px
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner p.qodef-m-title {
        font-size: 42px;
        line-height: 48px
    }
}

.qodef-button.qodef-html--link {
    font-family: "Playfair Display";
    font-size: 17px;
    
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 5px 25px 5px 34px
}

.qodef-button.qodef-html--link.qodef-hide-arrow--yes {
    padding: 5px 25px 5px 25px
}

.qodef-button.qodef-html--link.qodef-hide-arrow--yes.qodef-landing {
    padding: 6px 41px 6px 41px
}

.qodef-button.qodef-size--small {
    padding: 3px 15px 3px 24px
}

.qodef-button.qodef-size--small.qodef-hide-arrow--yes {
    padding: 3px 15px 3px 15px
}

.qodef-button.qodef-size--large {
    padding: 8px 35px 8px 44px
}

.qodef-button.qodef-size--large.qodef-hide-arrow--yes {
    padding: 8px 35px 8px 35px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 52px 20px 57px 20px;
    justify-content: center;
    text-align: center;
    font-size: 80px;
    line-height: 106px
}

@media only screen and (max-width:680px) {
    .qodef-button.qodef-size--full {
        flex-direction: row;
        font-size: 40px;
        line-height: 1;
        padding: 22px 20px 27px 20px
    }
}

.qodef-button .qodef-btn-arrow {
    margin: 2px 0 0 7px
}

.qodef-button .qodef-btn-arrow .qodef-svg--big-button-arrow {
    margin: 5px 0 0 30px
}

.qodef-button:not(.qodef-enable-big-arrow--yes):not(.qodef-layout--arrow) .qodef-btn-arrow svg {
    display: inline-flex;
    width: 13px;
    height: auto;
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.59, .9, .52, .97);
    overflow: visible
}

.qodef-button:not(.qodef-enable-big-arrow--yes):not(.qodef-layout--arrow):hover svg {
    transform: rotate(-45deg)
}

.qodef-button.qodef-enable-big-arrow--yes .qodef-btn-arrow {
    margin: 2px 0 0 0
}

.qodef-button.qodef-enable-big-arrow--yes .qodef-btn-arrow .qodef-svg--big-button-arrow {
    margin: 5px 0 0 0
}

.qodef-button.qodef-enable-big-arrow--yes .qodef-btn-arrow svg {
    --qodef-svg-path-length: 43px;
    overflow: visible
}

.qodef-button.qodef-enable-big-arrow--yes .qodef-btn-arrow svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: var(--qodef-svg-path-length);
    transition: stroke-dashoffset 1s cubic-bezier(0, 0, .44, .98)
}

.qodef-button.qodef-enable-big-arrow--yes:hover svg path {
    stroke-dashoffset: calc(2 * var(--qodef-svg-path-length))
}

.qodef-button.qodef-layout--arrow {
    padding: 0 !important;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    line-height: 2.3em;
    transition: all .35s ease-out
}

.qodef-button.qodef-layout--arrow .qodef-m-icon {
    overflow: visible
}

.qodef-button.qodef-layout--arrow.qodef-size--medium .qodef-m-icon svg {
    width: 83px;
    height: 83px
}

@media only screen and (max-width:1440px) {
    .qodef-button.qodef-layout--arrow.qodef-size--medium .qodef-m-icon svg {
        width: 50px;
        height: 50px
    }
    @supports (-webkit-hyphens:none) {
        .qodef-button.qodef-layout--arrow.qodef-size--medium .qodef-m-icon svg g {
            stroke-width: 3
        }
    }
}

.qodef-button.qodef-layout--arrow.qodef-size--small .qodef-m-icon svg {
    width: 17px;
    height: 17px
}

.qodef-button.qodef-layout--arrow svg {
    --qodef-svg-path-length: 140px;
    overflow: visible
}

.qodef-button.qodef-layout--arrow svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: var(--qodef-svg-path-length);
    transition: stroke-dashoffset 1s cubic-bezier(0, 0, .44, .98)
}

.qodef-button.qodef-layout--arrow:hover path {
    stroke-dashoffset: calc(2 * var(--qodef-svg-path-length))
}

.qodef-button.qodef-layout--arrow.qodef-arrow-circle--yes {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 269px;
    height: 269px;
    border: 1px solid #ccc9bb;
    border-radius: 50%
}

@media only screen and (max-width:1440px) {
    .qodef-button.qodef-layout--arrow.qodef-arrow-circle--yes {
        width: 150px;
        height: 150px
    }
}

.qodef-button.qodef-layout--arrow.qodef-arrow-circle--yes .qodef-m-icon {
    display: flex
}

.qodef-button.qodef-layout--filled {
    border-radius: 5em
}

@media only screen and (max-width:680px) {
    .qodef-button.qodef-layout--filled {
        border-radius: 1em
    }
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: var(--qode-main-color);
    background-color: #fff;
    border: 1px solid #ccc9bb
}

.qodef-button.qodef-layout--filled.qodef-skin--light {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid #ccc9bb;
    color: var(--qode-main-color);
    background-color: #fff;
    border: 1px solid #fff
}

.qodef-button.qodef-layout--filled.qodef-skin--light:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--filled.qodef-size--full {
    padding: 70px 20px 72px 20px;
    line-height: 1
}

@media only screen and (max-width:1440px) {
    .qodef-button.qodef-layout--filled.qodef-size--full {
        padding: 60px 20px 68px 20px
    }
}

.qodef-button.qodef-layout--filled.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow {
    margin: 0 0 0 24px;
    width: 86px;
    height: 86px
}

@media only screen and (max-width:680px) {
    .qodef-button.qodef-layout--filled.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow {
        width: 40px;
        height: 40px;
        margin: 0 0 0 9px
    }
}

.qodef-button.qodef-layout--filled.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow svg {
    --qodef-svg-path-length: 83px
}

.qodef-button.qodef-layout--filled.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow .qodef-svg--big-button-arrow {
    margin: 0;
    transform: rotate(-135deg)
}

@media only screen and (max-width:680px) {
    .qodef-button.qodef-layout--filled.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow .qodef-svg--big-button-arrow {
        width: 40px;
        height: 40px
    }
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    /* border: 1px solid #ccc9bb; */
    border: 1px solid #ABAC92;
    border-radius: 5em
}

@media only screen and (max-width:680px) {
    .qodef-button.qodef-layout--outlined {
        border-radius: 1em
    }
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined.qodef-size--full {
    padding: 70px 20px 72px 20px;
    line-height: 1
}

@media only screen and (max-width:1440px) {
    .qodef-button.qodef-layout--outlined.qodef-size--full {
        padding: 60px 20px 68px 20px
    }
}

@media only screen and (max-width:680px) {
    .qodef-button.qodef-layout--outlined.qodef-size--full {
        padding: 20px 20px 23px 20px
    }
}

.qodef-button.qodef-layout--outlined.qodef-size--full:hover {
    color: var(--qode-main-color);
    background-color: transparent;
    /* border: 1px solid #ccc9bb */
    border: 1px solid #dbd7c9
}

.qodef-button.qodef-layout--outlined.qodef-size--full.qodef-enable-big-arrow--yes {
    display: flex;
    align-items: center
}

.qodef-button.qodef-layout--outlined.qodef-size--full.qodef-enable-big-arrow--yes .qodef-m-text {
    margin-bottom: 5px
}

.qodef-button.qodef-layout--outlined.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow {
    margin: 0 0 0 24px;
    width: 86px;
    height: 86px
}

@media only screen and (max-width:680px) {
    .qodef-button.qodef-layout--outlined.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow {
        width: 40px;
        height: 40px;
        margin: 0 0 0 9px
    }
}

.qodef-button.qodef-layout--outlined.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow .qodef-svg--big-button-arrow {
    margin: 0;
    transform: rotate(-135deg)
}

@media only screen and (max-width:680px) {
    .qodef-button.qodef-layout--outlined.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow .qodef-svg--big-button-arrow {
        width: 40px;
        height: 40px
    }
}

.qodef-button.qodef-layout--outlined.qodef-size--full.qodef-enable-big-arrow--yes .qodef-btn-arrow svg {
    --qodef-svg-path-length: 83px
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-main-color)
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 90px;
    line-height: 1em;
    font-weight: 600;
    color: var(--qode-main-color)
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: inherit;
    font-weight: 600;
    font-size: 75px;
    line-height: 1;
    color: var(--qode-main-color)
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 5px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

.widget.widget_rodest_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-custom-font.qodef-alignment--left {
    text-align: left
}

.qodef-custom-font.qodef-alignment--center {
    text-align: center
}

.qodef-custom-font.qodef-alignment--right {
    text-align: right
}

.qodef-divided-info-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    height: 84.1vh;
    --qodef-holder-border-color: #ABAC92
}

.qodef-divided-info-slider.qodef-images-in-frame--yes .qodef-item-holder .qodef-full-screen-image-holder .qodef-m-image {
    padding: 153px 235px 130px 235px
}

.qodef-divided-info-slider.qodef-images-in-frame--yes .qodef-item-holder .qodef-full-screen-image-holder .qodef-m-image img {
    border: 1px solid var(--qodef-holder-border-color)
}

.qodef-divided-info-slider.qodef-fixed-content-position--right {
    flex-direction: row-reverse
}

.qodef-divided-info-slider.qodef-holder-borders--yes {
    border: 1px solid var(--qodef-holder-border-color)
}

.qodef-divided-info-slider.qodef-holder-borders--yes:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--qodef-holder-border-color);
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    z-index: 15
}

.qodef-divided-info-slider.qodef-slider-navigation--yes .qodef-m-slider-outer .qodef-navigation-holder {
    height: 153px;
    padding: 0 38px
}

@media only screen and (max-width:680px) {
    .qodef-divided-info-slider.qodef-slider-navigation--yes .qodef-m-slider-outer .qodef-navigation-holder {
        padding: 0 7%
    }
}

.qodef-divided-info-slider.qodef-slider-navigation--yes .qodef-m-slider-outer .qodef-m-image-holder .swiper-wrapper {
    height: calc(100% - 153px)
}

.qodef-divided-info-slider.qodef-outline-text-instead--yes .qodef-m-content-outer {
    padding-bottom: 23px
}

.qodef-divided-info-slider.qodef-outline-text-instead--yes .qodef-m-content-outer .qodef-m-content-top .qodef-m-button {
    margin-top: 33px
}

@media only screen and (max-width:680px) {
    .qodef-divided-info-slider.qodef-outline-text-instead--yes .qodef-m-content-outer .qodef-m-content-top .qodef-m-button {
        margin-top: 24px
    }
}

.qodef-divided-info-slider.qodef-outline-text-instead--yes .qodef-m-content-outer .qodef-m-content-bottom {
    width: 100%;
    padding-right: 0
}

.qodef-divided-info-slider.qodef-outline-text-instead--yes .qodef-m-content-outer .qodef-m-content-bottom .qodef-m-outline-text-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Playfair Display";
    font-size: 10.15vw;
    
    line-height: 1;
    letter-spacing: -.025em;
    color: currentColor;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor;
    overflow: visible
}

@media only screen and (max-width:680px) {
    .qodef-divided-info-slider.qodef-outline-text-instead--yes .qodef-m-content-outer .qodef-m-content-bottom .qodef-m-outline-text-holder {
        font-size: 24.15vw
    }
}

.qodef-divided-info-slider.qodef-outline-text-instead--yes .qodef-m-content-outer .qodef-m-content-bottom .qodef-m-outline-text-holder .qodef-m-outline-text {
    display: inline-block;
    width: 50%
}

.qodef-divided-info-slider.qodef-outline-text-instead--yes .qodef-m-content-outer .qodef-m-content-bottom .qodef-m-outline-text-holder .qodef-m-outline-text.qodef-one {
    text-align: left
}

.qodef-divided-info-slider.qodef-outline-text-instead--yes .qodef-m-content-outer .qodef-m-content-bottom .qodef-m-outline-text-holder .qodef-m-outline-text.qodef-two {
    text-align: right;
    padding-right: 17px
}

.qodef-divided-info-slider .qodef-m-content-outer,
.qodef-divided-info-slider .qodef-m-slider-outer {
    width: 50%;
    height: 100%
}

.qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-next,
.qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-prev {
    left: initial !important;
    right: initial !important;
    position: relative;
    top: initial;
    transform: none
}

.qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-next svg,
.qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-prev svg {
    width: 53px
}

.qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-next .qodef-navigation-text,
.qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-prev .qodef-navigation-text {
    display: inline-block;
    font-family: "Playfair Display";
    font-size: 30px;
    line-height: 1.333em;
    
}

@media only screen and (max-width:680px) {
    .qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-next .qodef-navigation-text,
    .qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-prev .qodef-navigation-text {
        display: none
    }
}

.qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-prev .qodef-navigation-text {
    margin-left: 26px
}

.qodef-divided-info-slider .qodef-m-slider-outer .qodef-navigation-holder .swiper-button-next .qodef-navigation-text {
    margin-right: 26px
}

.qodef-divided-info-slider .qodef-m-content-outer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 87px 90px 106px 90px
}

.qodef-divided-info-slider .qodef-m-content-outer .qodef-m-title {
    margin: 0
}

.qodef-divided-info-slider .qodef-m-content-outer .qodef-m-title .qodef-highlight-text {
    position: relative;
    width: max-content;
    font-family: "Playfair Display";
    
    -webkit-clip-path: inset(-1em 0);
    clip-path: inset(-1em 0);
    display: inline-block
}

.qodef-divided-info-slider .qodef-m-content-outer .qodef-m-title .qodef-highlight-text .qodef-svg--line-through {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: currentColor
}

.qodef-divided-info-slider .qodef-m-content-outer .qodef-m-text {
    margin: 0
}

.qodef-divided-info-slider .qodef-m-content-outer .qodef-m-button {
    margin-top: 28px
}

.qodef-divided-info-slider .qodef-m-content-outer .qodef-m-content-bottom {
    margin-top: auto;
    padding-right: 31%
}

.qodef-divided-info-slider .qodef-m-image-holder {
    overflow: hidden
}

.qodef-divided-info-slider .qodef-m-image-holder .swiper-wrapper {
    -webkit-clip-path: inset(0 0 1px);
    clip-path: inset(0 0 1px)
}

.qodef-divided-info-slider .qodef-m-image-holder .qodef-e-inner {
    z-index: 1
}

.admin-bar .qodef-divided-info-slider {
    height: calc(84.1vh - 32px)
}

.qodef-divided-info-slider .qodef-m-image-holder {
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .6s cubic-bezier(.3, .85, .41, .81)
}

.qodef-divided-info-slider .qodef-m-image-holder.qodef-with-bg-image {
    background-size: cover
}

.qodef-divided-info-slider .qodef-m-image-holder.qodef-swiper--initialized {
    opacity: 1;
    visibility: visible
}

.qodef-divided-info-slider .qodef-item-holder {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%
}

.qodef-divided-info-slider .qodef-item-holder .qodef-full-screen-image-holder {
    width: 100%
}

.qodef-divided-info-slider .qodef-item-holder .qodef-full-screen-image-holder .qodef-m-image {
    width: 100%;
    height: 100%
}

.qodef-divided-info-slider .qodef-item-holder .qodef-full-screen-image-holder .qodef-m-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.qodef-divided-info-slider svg.qodef-scroll-badge {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100
}

.qodef-divided-info-slider svg.qodef-scroll-badge text {
    font-family: "Playfair Display";
    font-weight: 600;
    
    font-size: 20px;
    letter-spacing: -.01em
}

.qodef-divided-info-slider svg.qodef-scroll-badge:hover .qode-star {
    transform: rotate(0)
}

.qodef-divided-info-slider.qodef-predefined-style {
    --qode-x: 0;
    --qode-y: 0
}

.qodef-divided-info-slider.qodef-predefined-style .qodef-m-image-predefined {
    padding: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y));
    --qode-move-x: calc(var(--qode-x) * 18px);
    --qode-move-y: calc(var(--qode-y) * 12px)
}

.qodef-divided-info-slider.qodef-predefined-style .qodef-m-image-predefined .qodef-m-image-predefined-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(80px) translateY(30px);
    transition: transform 1s cubic-bezier(.25, .46, .45, .94), opacity .35s ease-out
}

.qodef-divided-info-slider.qodef-predefined-style .qodef-m-image-predefined img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    animation: qode-clip-image-2 infinite 4s cubic-bezier(.46, .03, .52, .96) both;
    animation-play-state: paused
}

.qodef-divided-info-slider.qodef-predefined-style .qodef-m-image-predefined:after {
    background-color: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-divided-info-slider.qodef-predefined-style .qodef-item-holder {
    overflow: hidden
}

.qodef-divided-info-slider.qodef-predefined-style .swiper-slide.swiper-slide-active .qodef-m-image-predefined-inner,
.qodef-divided-info-slider.qodef-predefined-style .swiper-slide.swiper-slide-duplicate-active .qodef-m-image-predefined-inner {
    opacity: 1;
    transform: translateX(20px) translateY(-10px)
}

.qodef-divided-info-slider.qodef-predefined-style .swiper-slide.swiper-slide-active .qodef-m-image-predefined-inner img,
.qodef-divided-info-slider.qodef-predefined-style .swiper-slide.swiper-slide-duplicate-active .qodef-m-image-predefined-inner img {
    animation-play-state: running
}

.qodef-divided-info-slider .swiper-slide.qodef--prev-active {
    opacity: 1 !important;
    z-index: 2
}

.qodef-divided-info-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    z-index: 4
}

.qodef-divided-info-slider .swiper-slide.swiper-slide-active .qodef-item-holder {
    animation: qode-swiper-image-in-right 1.5s cubic-bezier(.43, .41, .36, .9) both
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 45px;
    line-height: 1.22222em;
    font-weight: 400;
    letter-spacing: 0
}

@media only screen and (max-width:1440px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 40px
    }
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-frame-slider {
    display: flex;
    flex-direction: row;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ABAC92;
    padding: 110px 0 90px 0
}

.qodef-frame-slider .qodef-m-text-content {
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0 28px 69px
}

.qodef-frame-slider .qodef-m-text-content .qodef-m-text-content-inner-bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    width: 100%
}

.qodef-frame-slider .qodef-m-text-content .qodef-m-title {
    margin: 0
}

.qodef-frame-slider .qodef-m-text-content .qodef-m-title .qodef-highlight-text {
    position: relative;
    width: max-content;
    font-family: "Playfair Display";
    
}

.qodef-frame-slider .qodef-m-text-content .qodef-m-title .qodef-highlight-text .qodef-svg--line-through {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: currentColor;
    min-width: 100%;
    height: auto
}

.qodef-frame-slider .qodef-m-text-content .qodef-m-text {
    margin: 24px 0 0 0
}

.qodef-frame-slider .qodef-m-text-content .qodef-m-pagination-text {
    margin: 0 0 0 20px;
    width: 100%;
    position: relative
}

.qodef-frame-slider .qodef-m-text-content .qodef-m-pagination-text:after {
    content: "";
    display: block;
    width: 150%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: -8px
}

.qodef-frame-slider .qodef-m-text-content .swiper-pagination {
    position: relative;
    text-align: left;
    align-items: center;
    justify-content: flex-start
}

.qodef-frame-slider .qodef-m-text-content .swiper-pagination .swiper-pagination-bullet {
    width: 62px;
    height: 62px;
    margin: 11px !important;
    border: 1px solid transparent;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    transition: border-color .2s ease-out
}

.qodef-frame-slider .qodef-m-text-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.qodef-frame-slider .qodef-m-text-content .swiper-pagination .swiper-pagination-bullet:hover {
    border-color: #fff
}

.qodef-frame-slider .qodef-m-text-content .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-bottom-left-radius: 30px;
    background-color: currentColor
}

.qodef-frame-slider .qodef-m-slider-content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    width: 50%;
    margin-right: 52px
}

.qodef-frame-slider .qodef-m-slider-content .swiper-pagination.swiper-pagination-fraction {
    position: absolute;
    width: auto;
    height: max-content;
    font-family: "Playfair Display";
    font-size: 0;
    
    line-height: 1;
    letter-spacing: -.025em;
    color: #fff;
    z-index: 500;
    top: 6%;
    left: 22.5%
}

.qodef-frame-slider .qodef-m-slider-content .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    position: relative;
    display: inline-block;
    font-size: 6.65vw
}

.qodef-frame-slider .qodef-m-slider-content .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total {
    display: none
}

.qodef-frame-slider .qodef-frame-slider-one-outer {
    max-width: 633px;
    margin-bottom: 21px;
    position: relative;
    z-index: 30
}

.qodef-frame-slider .qodef-frame-slider-holder-one {
    position: relative;
    margin-bottom: 0
}

.qodef-frame-slider .qodef-frame-slider-holder-one .qodef-frame-slider-image {
    position: relative;
    z-index: 100
}

.qodef-frame-slider .qodef-frame-slider-holder-one .qodef-frame-slider-image img {
    width: 100%
}

.qodef-frame-slider .qodef-frame-slider-holder-one .qodef-m-items {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.qodef-frame-slider .qodef-frame-slider-holder-one .qodef-m-swiper {
    overflow: hidden
}

.qodef-frame-slider .qodef-frame-slider-holder-one .qodef-m-item {
    margin: 0 5%;
    padding: 3% 2.7% 0 2.7%
}

.qodef-frame-slider .qodef-frame-slider-holder-one .qodef-m-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: inset(1px);
    clip-path: inset(1px)
}

.qodef-frame-slider .qodef-frame-slider-holder-one .swiper-pagination-bullets {
    bottom: 0 !important
}

.qodef-frame-slider .qodef-frame-slider-two-outer {
    max-width: 248px;
    position: relative;
    right: -65px;
    z-index: 60
}

.qodef-frame-slider .qodef-frame-slider-holder-two {
    position: relative;
    margin-bottom: 0
}

.qodef-frame-slider .qodef-frame-slider-holder-two .qodef-frame-slider-image {
    position: relative;
    z-index: 100
}

.qodef-frame-slider .qodef-frame-slider-holder-two .qodef-frame-slider-image img {
    width: 100%
}

.qodef-frame-slider .qodef-frame-slider-holder-two .qodef-m-items {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 16px solid transparent
}

.qodef-frame-slider .qodef-frame-slider-holder-two .qodef-m-swiper {
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
    border: 1px solid transparent
}

@media only screen and (max-width:768px) {
    .qodef-frame-slider .qodef-frame-slider-holder-two .qodef-m-swiper {
        border-radius: 10px
    }
}

@media only screen and (max-width:680px) {
    .qodef-frame-slider .qodef-frame-slider-holder-two .qodef-m-swiper {
        border-radius: 7px
    }
}

.qodef-frame-slider .qodef-frame-slider-holder-two .qodef-m-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef-frame-slider .qodef-frame-slider-holder-two .swiper-pagination-bullets {
    bottom: 0 !important
}

.qodef-frame-slider .qodef-frame-slider-holder-one .swiper-slide.swiper-slide-active img,
.qodef-frame-slider .qodef-frame-slider-holder-one .swiper-slide.swiper-slide-duplicate-active img {
    animation: qode-swiper-image-in-right 1.5s cubic-bezier(.43, .41, .36, .9) .1s both
}

.qodef-frame-slider .qodef-frame-slider-holder-two .swiper-slide.swiper-slide-active img,
.qodef-frame-slider .qodef-frame-slider-holder-two .swiper-slide.swiper-slide-duplicate-active img {
    animation: qode-swiper-image-in-right 1.3s cubic-bezier(.43, .41, .36, .9) .2s both
}

.qodef-frame-slider .swiper-slide.qodef--prev-active {
    opacity: 1 !important;
    z-index: 2
}

.qodef-frame-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    z-index: 4
}

.qodef-frame-slider .qodef-m-item-link {
    display: block;
    height: 100%;
    overflow: hidden
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid #ccc9bb
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    position: relative;
    width: max-content;
    font-family: "Playfair Display";
    
}

.qodef-highlight .qodef-highlight-text .qodef-svg--line-through {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: currentColor
}

.qodef-highlight .qodef-highlight-text .qodef-svg--line-through path {
    stroke-dasharray: 500;
    stroke-dashoffset: 500
}

.qodef-with-custom-horizontal-slider {
    overflow-y: hidden
}

.qodef-horizontal-showcase {
    position: relative;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase {
        height: auto !important;
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase.qodef--init .qodef-slides-holder .qodef-horizontal-slide .qodef-slide-image.qodef--appear {
        opacity: 1;
        transform: translateY(0)
    }
}

.admin-bar .qodef-horizontal-showcase {
    height: calc(100vh - 32px)
}

.qodef-horizontal-showcase .qodef-m-bottom-info {
    position: absolute;
    left: 0;
    bottom: 46px;
    width: 100vw;
    z-index: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px
}

@media only screen and (max-width:1366px) {
    .qodef-horizontal-showcase .qodef-m-bottom-info {
        bottom: 30px
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-m-bottom-info {
        padding: 0 28px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start
    }
}

.qodef-horizontal-showcase .qodef-m-bottom-info * {
    font-size: 14px;
    color: rgba(255, 255, 255, .75)
}

.qodef-horizontal-showcase .qodef-m-bottom-info a:hover {
    color: #fff
}

.qodef-horizontal-showcase .qodef-m-bottom-info p {
    margin: 0
}

.qodef-horizontal-showcase .qodef-m-bottom-info .qodef-m-bottom-right-info .qodef-nav-item {
    display: inline-block;
    margin-right: 38px
}

.qodef-horizontal-showcase .qodef-m-bottom-info .qodef-m-bottom-right-info .qodef-nav-item:last-child {
    margin-right: 0
}

.qodef-horizontal-showcase.qodef--init {
    opacity: 1;
    visibility: visible
}

.qodef-horizontal-showcase.qodef--init .qodef-slides-holder .scroll-content .qodef-horizontal-slide .qodef-slide-image.qodef--appear {
    opacity: 1;
    transform: translateY(0)
}

.qodef-horizontal-showcase .qodef-slides-holder {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-slides-holder {
        flex-direction: column
    }
}

.qodef-horizontal-showcase .qodef-slides-holder .scroll-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative
}

.qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track.scrollbar-track-y {
    display: none !important
}

.qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track.scrollbar-track-x {
    background: #ffffffA8
}

@media only screen and (max-width:1024px) {
    .qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track.scrollbar-track-x {
        display: none !important
    }
}

.qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track .scrollbar-thumb {
    background: var(--qode-main-color)
}

.qodef-horizontal-showcase .qodef-featured-fixed {
    width: 100vw;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    display: none
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-featured-fixed {
        width: auto;
        height: auto
    }
}

.qodef-horizontal-showcase .qodef-featured-fixed img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-horizontal-showcase .qodef-horizontal-slide {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 516px;
    height: 100%;
    padding: 59px 0 78px 0;
    background-color: #fff
}

@media only screen and (max-width:1024px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide {
        padding: 78px 0 78px 0
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image {
    height: 100%;
    opacity: 0;
    transform: translateY(100px);
    transition: .8s cubic-bezier(.33, 1, .68, 1)
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-inner {
    height: 100%;
    width: 100%;
    padding: 0 50px
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-inner {
        padding: 0
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media {
    height: 466px;
    margin-bottom: 13px
}

@media screen and (max-width:1440px) and (max-height:750px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media {
        height: 400px
    }
}

@media screen and (max-width:1366px) and (max-height:645px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media {
        height: 330px
    }
}

@media only screen and (max-width:1280px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media {
        height: 360px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media .qodef-e-media-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media .qodef-e-media-image a,
.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media .qodef-e-media-image img {
    display: block;
    width: 100%;
    height: 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media .qodef-e-media-image a {
    width: 100%;
    overflow: hidden
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media .qodef-e-media-image a img {
    transform: scale(1.06) translateX(0);
    transition: transform .6s cubic-bezier(.61, 1, .88, 1)
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media .qodef-e-media-image a:hover img {
    transform: scale(1.06) translateX(6px)
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media .qodef-e-media-image .qodef-e-media-video-autoplay {
    display: block;
    height: 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-media .qodef-e-media-image .qodef-e-media-video-autoplay video {
    height: 100%;
    object-fit: cover
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-content {
    height: calc(100% - 480px);
    width: 100%;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width:1280px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-content {
        height: calc(100% - 360px)
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-content {
        justify-content: space-between;
        padding-bottom: 20px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-info--info-items>* {
    font-size: 15px;
    line-height: 1.533em;
    color: #db8989
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-top-holder {
    position: relative
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-top-holder .qodef-e-read-more {
    position: absolute;
    top: 5px;
    right: 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-top-holder .qodef-e-read-more svg {
    width: 51px;
    height: 51px
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-top-holder .qodef-e-text,
.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-top-holder .qodef-info--info-items {
    width: calc(100% - 60px)
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-bottom-holder {
    margin-top: auto
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-bottom-holder {
        margin-top: 60px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-bottom-holder .qodef-e-info a {
    font-size: 15px;
    line-height: 1.533em;
    color: #db8989
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-bottom-holder .qodef-e-categories {
    margin-top: 6px
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-bottom-holder .qodef-e-categories a {
    display: inline-flex;
    font-family: "Playfair Display";
    font-size: 15px;
    
    line-height: 1em;
    letter-spacing: 0;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid #ccc9bb;
    border-radius: 22px;
    padding: 3px 18px;
    margin-right: 7px;
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-bottom-holder .qodef-e-categories a:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-image .qodef-e-bottom-holder .qodef-e-categories a:last-child {
    margin-right: 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured {
    visibility: visible
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-section-title .qodef-m-title {
    color: #fff
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-section-title .qodef-m-title a {
    color: #fff
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-section-title .qodef-m-title {
        font-size: 50px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big {
    width: 1464px
}

@media only screen and (max-width:1440px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big {
        width: 1386px
    }
}

@media only screen and (max-width:1368px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big {
        width: 1384px
    }
}

@media only screen and (max-width:1366px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big {
        width: 1244px
    }
}

@media only screen and (max-width:1280px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big {
        width: 1244px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-slide-images {
    right: 0;
    justify-content: center;
    margin-left: 36px
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-slide-images {
        margin-left: 0
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-slide-images .qodef-slide-image:first-of-type {
    top: -136px
}

@media only screen and (max-width:1440px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-slide-images .qodef-slide-image:first-of-type {
        top: -96px
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-slide-images .qodef-slide-image:first-of-type {
        top: 0
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-slide-images .qodef-slide-image-separator {
    position: relative;
    width: 323px;
    height: 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-slide-images .qodef-slide-image-separator:after {
    content: "";
    display: block;
    width: 1px;
    height: 73.8vh;
    background-color: #a56e50;
    position: absolute;
    top: 0;
    left: 50%
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-slide-images .qodef-slide-image-separator {
        display: none;
        width: 100%;
        height: 28px
    }
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-slide-images .qodef-slide-image-separator:after {
        content: none
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
    width: 2223px
}

@media only screen and (max-width:1680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 2032px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 2023px
    }
}

@media screen and (max-width:1440px) and (max-height:777px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 1935px
    }
}

@media screen and (max-width:1440px) and (max-height:750px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 1916px
    }
}

@media only screen and (max-width:1368px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 2033px
    }
}

@media screen and (max-width:1368px) and (max-height:812px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 1960px
    }
}

@media only screen and (max-width:1366px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 1789px
    }
}

@media screen and (max-width:1366px) and (max-height:645px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 1701px
    }
}

@media only screen and (max-width:1280px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 1755px
    }
}

@media screen and (max-width:1280px) and (max-height:677px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes {
        width: 1724px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes .qodef-slide-images {
    justify-content: flex-end;
    margin-left: 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes .qodef-slide-image-additional {
    height: 100vh;
    position: relative;
    top: -43px;
    margin-left: 161px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes .qodef-slide-image-additional img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width:1440px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes .qodef-slide-image-additional {
        top: -23px
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes .qodef-slide-image-additional {
        top: 0;
        margin-left: 0
    }
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big.qodef-additional-image--yes .qodef-slide-image-additional img {
        object-position: left
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back {
    padding: 82px 73px 34px 73px;
    width: 626px;
    background-color: #a79a98;
    background-size: cover;
    background-position: center;
    border-left: 1px solid #ccc9bb
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner>* {
    width: 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner>.qodef-button.qodef-layout--arrow.qodef-html--link {
    width: auto;
    position: absolute;
    right: 0;
    transform: rotate(-90deg)
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner>.qodef-button.qodef-layout--arrow.qodef-html--link:hover {
    transform: rotate(-135deg)
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-e-title {
    display: flex;
    flex-direction: column;
    font-size: 35px;
    line-height: 1.05;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #fff;
    margin: 0 0 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-e-title .qodef-e-title-text.qodef-two {
    font-family: "Playfair Display";
    
    margin-bottom: 2px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-button.qodef-html--link.qodef-scroll-back-more-button {
    margin-top: 22px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-e-text {
    font-size: 16px;
    font-weight: 600;
    color: #a56e50;
    letter-spacing: 0;
    margin: 0 0 18px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-e-navigation-title {
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 17px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-e-navigation-copy {
    font-size: 14px;
    color: #ffffffAB;
    margin: 49px 0 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-e-navigation-copy a {
    color: #ffffffAB
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-e-navigation-copy a:hover {
    color: #fff
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-nav-items-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-nav-item {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    margin: 0 0 13px;
    background-repeat: no-repeat;
    background-position-y: -4px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    backface-visibility: hidden
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-nav-item.qodef-hovered,
.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-nav-item:hover {
    background-size: 100% 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-nav-item:last-child {
    margin-bottom: 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-button.qodef-layout--outlined-circle {
    color: #8d532f;
    margin-top: auto;
    width: 233px;
    height: 233px
}

@media only screen and (max-width:1440px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-button.qodef-layout--outlined-circle {
        width: 200px;
        height: 200px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-button.qodef-layout--outlined-circle {
        width: 180px;
        height: 180px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-button.qodef-layout--outlined-circle .qodef-svg--button-circle {
    overflow: visible
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-button.qodef-layout--outlined-circle:hover {
    background-color: transparent
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-button.qodef-layout--outlined-circle:hover .qodef-svg--button-circle {
    animation: qodef-float 1.2s linear infinite
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back .qodef-content-inner .qodef-button.qodef-layout--outlined-circle {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide {
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        width: 100% !important;
        height: 100vh;
        padding: 0;
        opacity: 1
    }
    .qodef-horizontal-showcase .qodef-horizontal-slide:after {
        content: none
    }
    .qodef-horizontal-showcase .qodef-horizontal-slide:not(.qodef-featured) {
        padding: 100px 28px 91px 28px
    }
}

@media only screen and (max-width:680px) and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide:not(.qodef-featured) {
        padding: 34px 28px 34px 28px
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-additional-image--yes {
        padding: 100px 28px 100px 28px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-e-title {
    margin: 0 0 2px
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-e-title .qodef-e-title-link:hover {
    color: currentColor
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-m-description {
    color: rgba(255, 255, 255, .75);
    margin-top: 23px;
    margin-bottom: 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-m-email {
    display: block;
    margin-top: 24px;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-left: 15px
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-m-email {
        margin-bottom: 123px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-m-email:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    animation: qode-bullet-pulse 1s alternate infinite ease-out
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-button.qodef-layout--textual {
    margin-top: 33px;
    color: #fff
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-button.qodef-layout--textual .qodef-m-text:after {
    background-color: #fff
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images {
    max-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--qode-main-color);
    z-index: 500
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images:before {
        width: 100%;
        height: 1px;
        right: 0;
        top: initial;
        bottom: -15px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image,
.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image-separator {
    position: relative;
    display: inline-block;
    z-index: 50
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image:not(:last-child) .qodef-e-content {
        margin-bottom: 92px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image-separator {
    width: 161px
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image-separator {
        display: none
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-img-holder {
    display: block;
    position: relative;
    z-index: 50
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-img-holder img {
    display: block;
    width: auto;
    max-height: 604px;
    object-fit: cover
}

@media only screen and (max-width:1366px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-img-holder img {
        max-height: 345px
    }
}

@media only screen and (max-width:768px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-img-holder img {
        max-height: 415px
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-img-holder img {
        max-height: none
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured {
    display: block;
    width: 100vw;
    padding: 0;
    position: relative
}

.qodef-header--vertical-sliding .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured {
    width: calc(100vw - 78px)
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical-sliding .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured {
        width: calc(100vw + 1px)
    }
}

.qodef-header--vertical-sliding.qodef-header-over-content--yes .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured {
    width: calc(100vw + 1px)
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical-sliding.qodef-header-over-content--yes .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured {
        width: calc(100vw + 1px)
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: currentColor;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 500
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured:after {
        content: none
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured+.qodef-horizontal-slide:not(.qodef-size-type--big) {
    width: 516px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured img {
    display: block;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: left center
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 26px 85px 74px 93px
}

.qodef-header--vertical-sliding.qodef-header-over-content--yes .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder {
    padding: 26px 85px 74px 174px
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical-sliding.qodef-header-over-content--yes .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder {
        padding: 90px 85px 74px 7%
    }
}

@media only screen and (max-width:680px) {
    .qodef-header--vertical-sliding.qodef-header-over-content--yes .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder {
        padding: 90px 7% 74px 7%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder {
        padding: 90px 7% 74px 7%
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top {
        flex-wrap: wrap;
        position: absolute;
        bottom: 73px;
        left: initial
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top .qodef-top-info-items {
    display: flex;
    justify-content: space-between;
    width: 50%
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top .qodef-top-info-items {
        display: none;
        width: 100%
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top .qodef-top-info-items * {
    color: #fff;
    letter-spacing: -.03em
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top .qodef-e-categories {
    width: 50%;
    text-align: right
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top .qodef-e-categories {
        width: 100%;
        text-align: left;
        margin-top: 15px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top .qodef-e-categories a {
    display: inline-flex;
    font-family: "Playfair Display";
    font-size: 15px;
    
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 3px 18px;
    margin-right: 7px;
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top .qodef-e-categories a:hover {
    color: var(--qode-main-color);
    background-color: #fff
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-top .qodef-e-categories a:last-child {
    margin-right: 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-bottom {
    margin-top: auto
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-text-bottom {
        margin-bottom: 45px
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-e-featured-title {
    display: flex;
    flex-direction: column;
    font-size: 45px;
    line-height: 1.05;
    letter-spacing: -.01em;
    color: #fff;
    margin: 0 0 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-e-featured-title .qodef-e-featured-title-text.qodef-two {
    font-family: "Playfair Display";
    
    margin-bottom: 2px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-e-featured-number {
    display: inline-block;
    font-family: "Playfair Display";
    font-size: 33vw;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.005em;
    position: absolute;
    bottom: -13px;
    right: -22px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-e-featured-number .qodef-e-featured-number--filled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .7s cubic-bezier(.25, .46, .45, .94);
    -webkit-clip-path: polygon(150% 0, 150% 0, 100% calc(100% + .2em), 100% calc(100% + .2em));
    clip-path: polygon(150% 0, 150% 0, 100% calc(100% + .2em), 100% calc(100% + .2em));
    -webkit-text-fill-color: currentColor
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-e-featured-number {
        display: none
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-featured-button-link {
    margin-top: 20px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-first-item.qodef-size-type--big .qodef-slide-images {
    margin-left: 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item {
    width: 516px
}

.qodef-horizontal-showcase .qodef-horizontal-slide:nth-child(even) {
    background-color: #fff
}

.qodef-horizontal-showcase .qodef-horizontal-slide:nth-child(odd).qodef-featured {
    background-color: #fff
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item .qodef-slide-images {
    right: 0
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item .qodef-slide-images:before {
    content: none
}

.qodef-horizontal-showcase .scrollbar-thumb {
    border-radius: 15px
}

.qodef-horizontal-showcase.qodef--init .qodef-horizontal-slide.qodef-featured .qodef-featured-text-holder .qodef-e-featured-number .qodef-e-featured-number--filled {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + .2em) calc(100% + .4em), -50% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + .2em) calc(100% + .4em), -50% 100%);
    transition-delay: .9s;
    transition-duration: 1.2s
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    position: relative;
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 17px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

.qodef-icon-list-item.qodef-underline-hover p a {
    background-repeat: no-repeat;
    background-position-y: 0;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    backface-visibility: hidden
}

.qodef-icon-list-item.qodef-underline-hover p a.qodef-hovered,
.qodef-icon-list-item.qodef-underline-hover p a:hover {
    background-size: 100% 100%
}

#qodef-page-sidebar .widget.widget_rodest_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_rodest_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_rodest_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text.qodef--no-icon .qodef-m-icon-wrapper {
    display: none !important
}

@media only screen and (max-width:680px) {
    .qodef-icon-with-text.qodef--svg-icon .qodef-m-icon-wrapper .qodef-icon-holder {
        width: 100%
    }
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-text {
    margin: 9px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-m-svg {
    display: flex
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-icon-with-text .qodef-m-button {
    display: flex;
    margin-top: 35px
}

.qodef-icon-with-text.qodef-button-alignment--center .qodef-m-button {
    justify-content: center
}

.qodef-icon-with-text.qodef-button-alignment--left .qodef-m-button {
    justify-content: flex-start
}

.qodef-icon-with-text.qodef-button-alignment--right .qodef-m-button {
    justify-content: flex-end
}

.qodef-icon-with-text .qodef-m-additional-link {
    top: 3px;
    position: relative;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    color: var(--qode-main-color);
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out
}

.qodef-icon-with-text .qodef-m-additional-link:hover {
    background-size: 100% 1px
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 7px
}

.qodef-icon-with-text.qodef-layout--before-content.qodef--fixed-icon {
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content.qodef--fixed-icon .qodef-m-icon-wrapper {
    margin-right: 17px;
    margin-top: 3px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 19px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center .qodef-m-svg {
    justify-content: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left .qodef-m-svg {
    justify-content: flex-start
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right .qodef-m-svg {
    justify-content: flex-end
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-icon-with-text.qodef-layout--top.qodef--enable-link-holder {
    position: relative;
    padding: 55px 45px 45px 55px
}

.qodef-icon-with-text.qodef-layout--top.qodef--enable-link-holder .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

.qodef-icon-holder a {
    display: block
}

.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: var(--qode-main-color)
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_rodest_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_rodest_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_rodest_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_rodest_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery.qodef-image-border--yes {
    --qode-image-border-color: var(--qode-main-color)
}

.qodef-image-gallery.qodef-image-border--yes .qodef-image-wrapper img {
    border: 1px solid var(--qode-image-border-color)
}

.qodef-image-gallery.qodef-popup-gallery a {
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-clip-path: inset(1px);
    clip-path: inset(1px)
}

.qodef-image-gallery.qodef-popup-gallery a img {
    transform: scale(1.06) translateX(0);
    transition: transform .6s cubic-bezier(.61, 1, .88, 1)
}

.qodef-image-gallery.qodef-popup-gallery a:hover img {
    transform: scale(1.06) translateX(6px)
}

.qodef-image-gallery-outer {
    position: relative
}

.qodef-image-gallery-outer.qodef-outside-navigation--yes {
    margin: 0 154px;
    overflow: visible
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery-outer.qodef-outside-navigation--yes {
        margin: 0 74px
    }
}

.qodef-image-gallery-outer.qodef-outside-navigation--yes .qodef-image-gallery {
    position: static
}

.qodef-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-marquee .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: none
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
    background-size: cover !important
}

.qodef-image-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0)
}

.qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block
}

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }
    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }
    100% {
        transform: translateX(0) translateZ(0)
    }
}

.qodef-image-with-number {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    --qodef-holder-border-color: var(--qode-main-color)
}

.qodef-image-with-number .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    
}

.qodef-image-with-number .qodef-m-image a,
.qodef-image-with-number .qodef-m-image img {
    display: block
}

.qodef-image-with-number .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left
}

.qodef-image-with-number span.qodef-m-title {
    font-family: "Playfair Display";
    font-size: 19px;
    
    letter-spacing: 0;
    line-height: 1em
}

.qodef-image-with-number .qodef-m-title {
    display: inline-block;
    margin: 15px 0 0
}

.qodef-image-with-number .qodef-m-title a {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    backface-visibility: hidden
}

.qodef-image-with-number .qodef-m-title a.qodef-hovered,
.qodef-image-with-number .qodef-m-title a:hover {
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-image-with-number .qodef-m-number {
    margin: 5px 0 0;
    font-family: "Playfair Display";
    font-size: 119px;
    
    letter-spacing: -.025em;
    display: inline-block;
    position: absolute;
    right: -30px;
    z-index: 10
}

.qodef-image-with-number .qodef-m-number:after {
    content: '';
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: var(--qode-main-color);
    top: -66px;
    position: relative
}

@media only screen and (max-width:1024px) {
    .qodef-image-with-number .qodef-m-number {
        font-size: 90px;
        right: -10px
    }
    .qodef-image-with-number .qodef-m-number:after {
        top: -56px
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-with-number .qodef-m-number {
        position: relative;
        margin: 0 !important;
        left: 0
    }
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    --qodef-holder-border-color: var(--qode-main-color)
}

.qodef-image-with-text.qodef-holder-border--yes {
    border-color: var(--qodef-holder-border-color);
    border-style: solid
}

.qodef-image-with-text.qodef-image-border--yes {
    --qode-image-border-color: #C91616
}

.qodef-image-with-text.qodef-image-border--yes .qodef-m-image img {
    border: 1px solid var(--qode-image-border-color)
}

.qodef-image-with-text.qodef-image-in-box--yes {
    padding: 116px 42px 30px 42px
}

@media only screen and (max-width:680px) {
    .qodef-image-with-text.qodef-image-in-box--yes {
        padding: 116px 7% 30px 7%;
        border-top-width: 0 !important;
        border-right: 0 !important
    }
}

.qodef-image-with-text.qodef-image-in-box--yes .qodef-m-image {
    padding: 0 127px
}

@media only screen and (max-width:1440px) {
    .qodef-image-with-text.qodef-image-in-box--yes .qodef-m-image {
        padding: 0 70px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-image-with-text.qodef-image-in-box--yes .qodef-m-image {
        padding: 0 50px
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-with-text.qodef-image-in-box--yes .qodef-m-image {
        padding: 0
    }
}

.qodef-image-with-text.qodef-image-in-box--yes .qodef-m-image img {
    margin: 0 auto
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    margin: 93px 0 0
}

.qodef-image-with-text .qodef-m-title a {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    backface-visibility: hidden;
    margin-left: 27px
}

.qodef-image-with-text .qodef-m-title a.qodef-hovered,
.qodef-image-with-text .qodef-m-title a:hover {
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-image-with-text span.qodef-m-title {
    display: block;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 16px;
    line-height: 1.313em;
    letter-spacing: -.03em;
    color: var(--qode-main-color)
}

.qodef-image-with-text .qodef-m-text {
    margin: 5px 0 0
}

.qodef-image-with-text .qodef--link-decoration {
    position: absolute;
    display: block;
    left: 0;
    animation: qode-rotate 3s infinite linear;
    animation-play-state: paused
}

.qodef-image-with-text .qodef--link-decoration g {
    transition: transform .5s ease;
    transform: rotate(0);
    transform-origin: 50%
}

.qodef-image-with-text:hover .qodef--link-decoration {
    animation-play-state: running
}

.qodef-image-with-text:hover .qodef--link-decoration g {
    transform: rotate(20deg)
}

.qodef-image-with-text:hover .qodef-m-title a {
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-image-with-text.qodef-predefined-hover .qodef-m-image {
    transform: translateY(0);
    transition: transform 1s cubic-bezier(.13, .27, .12, .92)
}

.qodef-image-with-text.qodef-predefined-hover .qodef-m-image img {
    transform: translateZ(0);
    backface-visibility: hidden
}

.qodef-image-with-text.qodef-predefined-hover:hover .qodef-m-image {
    transform: translateY(-12px)
}

.qodef-info-location {
    background: #fff;
    border-radius: 9px;
    padding: 56px 52px 75px
}

.qodef-info-location.qodef-disable-padding-box--yes {
    background: 0 0;
    border-radius: 0;
    padding: 0
}

.qodef-info-location.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-location.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-location.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 15px;
    letter-spacing: 0
}

.qodef-info-location.qodef-layout--background-text .qodef-m-location-mail,
.qodef-info-location.qodef-layout--background-text .qodef-m-location-number,
.qodef-info-location.qodef-layout--background-text .qodef-m-text {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    color: var(--qode-main-color);
    display: block;
    transition: color .2s ease-out;
    margin: 0
}

.qodef-info-location.qodef-layout--background-text .qodef-m-location-mail:hover,
.qodef-info-location.qodef-layout--background-text .qodef-m-location-number:hover,
.qodef-info-location.qodef-layout--background-text .qodef-m-text:hover {
    color: #db8989
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 18px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(var(--qode-main-color), .1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-interactive-link-carousel {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.qodef-interactive-link-carousel .qodef-m-item-images-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.qodef-interactive-link-carousel .qodef-m-item-images-holder:hover .qodef-m-hover-image {
    opacity: 1
}

.qodef-interactive-link-carousel .qodef-m-image {
    opacity: 1;
    transition: opacity 0s
}

.qodef-interactive-link-carousel .qodef-m-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    transition: opacity 0s
}

@media not all and (min-resolution:0.001dpcm) {
    .qodef-interactive-link-carousel .qodef-m-hover-image,
    .qodef-interactive-link-carousel .qodef-m-image {
        max-height: 120px;
        width: auto
    }
}

.qodef-interactive-link-carousel .swiper-container {
    overflow: visible
}

.qodef-interactive-link-carousel .swiper-wrapper {
    transition-timing-function: cubic-bezier(.56, .14, .52, .91)
}

.admin-bar .qodef-interactive-link-carousel {
    height: calc(100vh - 32px)
}

.qodef-interactive-link-carousel>.qodef-m-inner {
    position: relative;
    display: block;
    height: 100%
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-table {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-table-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line {
    padding: 0;
    font-size: 0
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:not(:last-child) {
    padding-top: 21px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ccc9bb
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
    padding-top: 21px;
    padding-bottom: 21px;
    margin-bottom: 147px
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item {
    display: inline-block;
    position: relative;
    width: auto
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item.qodef--hovered .qodef-m-item-content .qodef-m-item-wrap a {
    color: var(--qode-main-color)
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item:hover .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link .qodef-svg--text-line {
    opacity: 1;
    stroke-dashoffset: 0;
    transition-duration: .2s, .1s;
    transition-delay: 0s, 0s
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
    line-height: 1;
    cursor: grab
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 95px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -.025em;
    text-transform: capitalize;
    color: inherit;
    transition: color .15s ease-out
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link-holder {
    -webkit-clip-path: inset(-1em 0);
    clip-path: inset(-1em 0)
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-image {
    margin-right: 44px;
    margin-left: 32px
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-hover-image {
    margin-left: 32px
}

@media only screen and (max-width:480px) {
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap {
        font-size: 20vw
    }
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
    transition: none
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link .qodef-m-item-link-highlight {
    font-family: "Playfair Display";
    
    font-weight: 400;
    text-transform: lowercase;
    position: relative
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link .qodef-svg--text-line {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 100%;
    height: auto;
    transform: translateY(calc(-50% + 1px));
    stroke-dashoffset: calc(var(--qodef-stroke-offset, 1000) * 1px);
    stroke-dasharray: calc(var(--qodef-path-length, 1000) * 1px);
    opacity: 0;
    transition: opacity .25s ease-out, stroke-dashoffset .5s cubic-bezier(.22, .61, .36, 1);
    transition-delay: .5s, 0s;
    width: 30vW;
    height: auto;
    stroke-width: 1.5
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-small-text {
    position: absolute;
    left: 0;
    bottom: 29px;
    font-family: "Playfair Display";
    
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: initial
}

@media only screen and (max-width:1680px) {
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-small-text {
        bottom: 9px
    }
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-separator {
    width: 1px;
    height: 196px;
    background-color: var(--qode-main-color);
    transform: rotate(16deg);
    margin: 0 30px 0 30px
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(odd) {
    text-align: left
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(odd) .qodef-m-item-content {
    padding: 0 13px 0 25px
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(even) {
    text-align: right
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(even) .qodef-m-item-content {
    padding: 0 13px 0 25px
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-link-holder .qodef-m-item-link {
    position: relative
}

.qodef-interactive-link-carousel .qodef-m-content-line {
    opacity: 0
}

.qodef-interactive-link-carousel .qodef-m-content-line:nth-of-type(odd) {
    transform: translate3d(-100%, 0, 0)
}

.qodef-interactive-link-carousel .qodef-m-content-line:nth-of-type(even) {
    transform: translate3d(100%, 0, 0)
}

.qodef-interactive-link-carousel.qodef-initialized .qodef-m-content-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 2s cubic-bezier(.25, .46, .45, .94), transform 2s cubic-bezier(.09, .94, .27, .96)
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 246px;
    border-top: 1px solid #ccc9bb;
    border-bottom: 1px solid #ccc9bb;
    display: flex
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--qode-main-color);
    position: absolute;
    top: 0;
    left: 50%
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left,
.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right {
    position: relative;
    width: 50%
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 26px 45px 20px 45px
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left .qodef-m-bottom-text {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    color: #db8989
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left .qodef-m-bottom-text a:not(:hover) {
    color: inherit
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left .qodef-m-social-icons {
    margin-left: auto;
    padding-bottom: 4px
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left .qodef-m-social-icons .qodef-text-icons-holder .qodef-title-holder .qodef-m-title {
    font-size: 15px;
    line-height: 21px;
    color: #db8989
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left .qodef-m-social-icons .qodef-text-icons-holder .qodef-title-holder .qodef-m-title .qodef-m-title-text:after {
    content: none
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left .qodef-m-social-icons .qodef-text-icons-holder .qodef-e-icon-link .qodef-text-icon:after {
    content: none
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right {
    display: flex;
    flex-direction: column;
    padding: 26px 45px 20px 45px
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right .qodef-m-top-text {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 21px
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right .qodef-m-contact-info {
    margin-top: auto;
    text-align: right
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right .qodef-m-contact-info .qodef-m-contact-text {
    margin: 0;
    font-size: 15px;
    line-height: 1;
    color: #db8989
}

.qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right .qodef-m-contact-info .qodef-m-email-link {
    font-family: "Playfair Display";
    font-size: 45px;
    
    line-height: 1.2;
    letter-spacing: -.025em
}

.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh;
    visibility: hidden
}

@media only screen and (max-width:1440px) {
    .qodef-interactive-link-showcase {
        height: 100%
    }
}

@media only screen and (max-width:768px) {
    .qodef-interactive-link-showcase {
        overflow: hidden
    }
}

.qodef-interactive-link-showcase>.qodef-m-title {
    margin: 0 0 30px 0;
    text-align: center
}

.qodef-interactive-link-showcase>.qodef-m-button {
    text-align: center;
    margin-top: 70px
}

@media (min-width:2560px) {
    .qodef-interactive-link-showcase {
        height: 70vh
    }
}

.admin-bar .qodef-interactive-link-showcase {
    height: calc(100vh - 32px)
}

.qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0s .45s
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-interactive-link-showcase .qodef-m-image img {
    display: none
}

.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    align-items: center;
    z-index: 10
}

.qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    margin: 13px 0;
    font-family: "Playfair Display";
    font-size: 130px;
    
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--qode-main-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--qode-main-color);
    transition: all .2s ease-out
}

@media only screen and (max-width:768px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size: 80px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size: 45px
    }
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title .qodef-e-counter {
    display: inline-block;
    font-family: "Playfair Display";
    font-size: 79px;
    line-height: 1;
    letter-spacing: -.025em;
    position: absolute;
    right: calc(100% + 16px);
    top: -10px;
    color: var(--qode-main-color);
    -webkit-text-fill-color: var(--qode-main-color);
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title .qodef-e-counter:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
    position: absolute;
    left: 0;
    bottom: 26px
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
    -webkit-text-fill-color: var(--qode-main-color);
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title .qodef-e-counter {
    opacity: 1
}

.qodef-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-interactive-link-showcase.qodef-skin--light>.qodef-m-title {
    color: #fff
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item .qodef-e-title .qodef-e-counter {
    color: #fff;
    -webkit-text-fill-color: #fff
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list.qodef-use-full-height--no {
    height: 100%
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    position: relative;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    padding: 17px 0;
    margin: 0;
    color: var(--qode-main-color);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-counter {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor;
    transform: translateX(-20px);
    transition: transform .5s cubic-bezier(.22, .61, .36, 1), opacity .2s ease-out
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-counter:before,
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-title-text:before {
    content: attr(data-title);
    position: absolute;
    -webkit-text-fill-color: currentColor;
    left: 0;
    top: 0;
    transition: .7s cubic-bezier(.25, .46, .45, .94);
    -webkit-clip-path: polygon(150% 0, 150% 0, 100% calc(100% + .2em), 100% calc(100% + .2em));
    clip-path: polygon(150% 0, 150% 0, 100% calc(100% + .2em), 100% calc(100% + .2em))
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active,
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:hover {
    z-index: 10;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-counter:before,
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-title-text:before,
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:hover .qodef-e-counter:before,
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:hover .qodef-e-title-text:before {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + .2em) calc(100% + .4em), -50% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + .2em) calc(100% + .4em), -50% 100%)
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-counter,
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:hover .qodef-e-counter {
    transform: translateX(0)
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-image,
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:hover .qodef-e-follow-image {
    opacity: 1;
    transition-duration: .5s
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
    display: block;
    z-index: -2
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
    position: absolute;
    width: auto;
    pointer-events: none
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
    position: relative;
    width: auto;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: .25s
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 60vw;
    opacity: inherit
}

.qodef-interactive-link-showcase.qodef-layout--list {
    padding: 150px 0
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    position: relative;
    display: block;
    margin-left: auto;
    width: 62%;
    height: 100%;
    overflow: hidden
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 38%;
    justify-content: center;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
    font-size: 80px
}

.qodef-into-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-into-image-with-text:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-color: #fff;
    z-index: 10
}

.qodef-into-image-with-text:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: #fff;
    background: linear-gradient(180deg, #ebe6e5 0, #f7f6f5 100%);
    z-index: 20
}

.qodef-into-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    z-index: 50
}

.qodef-into-image-with-text .qodef-m-image img {
    display: block;
    margin: 0 auto
}

.qodef-into-image-with-text .qodef-m-image:before {
    content: '';
    display: block;
    width: 35.68vw;
    height: 35.68vw;
    background-color: currentColor;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50%;
    z-index: -1
}

@media only screen and (max-width:1024px) {
    .qodef-into-image-with-text .qodef-m-image:before {
        width: 40vw;
        height: 40vw;
        left: 50%;
        top: -20%
    }
}

@media only screen and (max-width:768px) {
    .qodef-into-image-with-text .qodef-m-image:before {
        top: -45%
    }
}

.qodef-into-image-with-text .qodef-image-decoration {
    position: absolute;
    left: 0;
    bottom: 20%;
    z-index: 50;
    pointer-events: none;
    min-width: 100%;
    height: auto;
    display: block
}

@media only screen and (max-width:1920px) and (max-height:969px) {
    .qodef-into-image-with-text .qodef-image-decoration {
        bottom: 16%
    }
}

@media only screen and (max-width:768px) {
    .qodef-into-image-with-text .qodef-image-decoration {
        display: none
    }
}

.qodef-into-image-with-text .qodef-m-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 50
}

.qodef-into-image-with-text .qodef-m-title {
    margin: 93px 0 0
}

.qodef-into-image-with-text .qodef-m-title a {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    backface-visibility: hidden
}

.qodef-into-image-with-text .qodef-m-title a.qodef-hovered,
.qodef-into-image-with-text .qodef-m-title a:hover {
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-into-image-with-text span.qodef-m-title {
    display: block;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 16px;
    line-height: 1.313em;
    letter-spacing: -.03em;
    color: var(--qode-main-color)
}

.qodef-into-image-with-text .qodef-m-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0;
    position: relative;
    z-index: 20
}

.qodef-into-image-with-text .qodef-m-text .qodef-m-text-first-line {
    display: inline-block;
    font-size: 150px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    -webkit-text-fill-color: currentColor;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px;
    position: relative
}

@media only screen and (max-width:1280px) {
    .qodef-into-image-with-text .qodef-m-text .qodef-m-text-first-line {
        font-size: 110px
    }
}

@media only screen and (max-width:768px) {
    .qodef-into-image-with-text .qodef-m-text .qodef-m-text-first-line {
        font-size: 11vw
    }
}

.qodef-into-image-with-text .qodef-m-text .qodef-m-text-first-line.qodef-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: currentColor;
    transition: .7s cubic-bezier(.25, .46, .45, .94);
    -webkit-clip-path: polygon(150% 0, 150% 0, 100% calc(100% + .2em), 100% calc(100% + .2em));
    clip-path: polygon(150% 0, 150% 0, 100% calc(100% + .2em), 100% calc(100% + .2em))
}

.qodef-into-image-with-text .qodef-m-text .qodef-m-text-second-line {
    display: inline-block;
    font-family: "Playfair Display";
    font-size: 161px;
    
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px;
    position: relative;
    top: -25px
}

@media only screen and (max-width:1280px) {
    .qodef-into-image-with-text .qodef-m-text .qodef-m-text-second-line {
        font-size: 120px
    }
}

@media only screen and (max-width:768px) {
    .qodef-into-image-with-text .qodef-m-text .qodef-m-text-second-line {
        font-size: 12vw;
        top: 0
    }
}

.qodef-into-image-with-text .qodef-m-text .qodef-m-text-second-line.qodef-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: currentColor;
    transition: .7s cubic-bezier(.25, .46, .45, .94);
    -webkit-clip-path: polygon(150% 0, 150% 0, 100% calc(100% + .2em), 100% calc(100% + .2em));
    clip-path: polygon(150% 0, 150% 0, 100% calc(100% + .2em), 100% calc(100% + .2em))
}

.qodef-into-image-with-text .qodef-m-text:hover .qodef-m-text-first-line.qodef-hover,
.qodef-into-image-with-text .qodef-m-text:hover .qodef-m-text-second-line.qodef-hover {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + .2em) calc(100% + .4em), -50% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + .2em) calc(100% + .4em), -50% 100%)
}

.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder {
    width: 442px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 85px;
    height: 19px
}

@media only screen and (max-width:768px) {
    .qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder {
        bottom: 50px
    }
}

@media only screen and (max-width:680px) {
    .qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder {
        width: 80%;
        bottom: 20px
    }
}

.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-svg--decoration-star-small {
    margin-right: 10px
}

.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-text-marquee-bottom {
    width: 100%;
    display: flex;
    align-items: center
}

.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-text-marquee-bottom .qodef-text-marquee .qodef-m-text-1,
.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-text-marquee-bottom .qodef-text-marquee .qodef-m-text-2,
.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-text-marquee-bottom .qodef-text-marquee .qodef-m-text-3,
.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-text-marquee-bottom .qodef-text-marquee .qodef-m-text-4 {
    color: var(--marquee-color)
}

.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-text-marquee-bottom .qodef-text-marquee .qodef-m-content {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 15px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    flex-direction: row
}

.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-text-marquee-bottom .qodef-text-marquee .qodef-m-content .qodef-m-text {
    margin: 0 2px 0
}

.qodef-into-image-with-text.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-text-marquee-bottom .qodef-text-marquee .qodef-m-content .qodef-m-content-inner {
    display: flex;
    padding-right: 10px
}

.qodef-into-image-with-text.qodef-use-full-height--yes .qodef-m-image {
    height: 100%
}

.qodef-into-image-with-text.qodef-use-full-height--yes .qodef-m-image img {
    height: 100%;
    width: auto;
    object-fit: cover
}

@media only screen and (max-width:1024px) {
    .qodef-into-image-with-text:not(.qodef-use-full-height--yes).qodef-increase-height-on-smaller-screens--yes {
        height: 70vh !important
    }
    .qodef-into-image-with-text:not(.qodef-use-full-height--yes).qodef-increase-height-on-smaller-screens--yes .qodef-m-image {
        height: 100%
    }
    .qodef-into-image-with-text:not(.qodef-use-full-height--yes).qodef-increase-height-on-smaller-screens--yes .qodef-m-image img {
        height: 100%;
        object-fit: cover
    }
}

.qodef-outlined-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-outlined-title .qodef-m-title {
    font-family: "Playfair Display";
    font-size: 8.4vw;
    
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    -webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 0.006em;
  -webkit-text-stroke-color: #888473;
    white-space: normal
}

@media only screen and (max-width:680px) {
    .qodef-outlined-title .qodef-m-title {
        font-size: 12.85vw;
    }
    .qodef-mobile-header-navigation ul li ul {
  display: none;
  padding-left: 30px;
  padding-top: 18px;
  margin: 0;
  width: 200px  !important;
  margin: 0px auto !important;
}
}

.qodef-outlined-title .qodef-highlight-text {
    -webkit-text-fill-color: currentColor;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    margin-right: -.1em
}

.qodef-outlined-title.qodef-alignment--center {
    text-align: center
}

.qodef-outlined-title.qodef-alignment--left {
    text-align: left
}

.qodef-outlined-title.qodef-alignment--right {
    text-align: right
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
    padding: 45px
}

.qodef-pricing-table .qodef-m-title p {
    margin: 0;
    color: var(--qode-main-color)
}

.qodef-pricing-table .qodef-m-price {
    margin-top: -3px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: center
}

.qodef-pricing-table .qodef-m-content {
    margin: 25px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    color: var(--qode-main-color);
    margin-bottom: 8px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 25px 0 0
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    margin-bottom: 5px
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 17px;
    line-height: 1.41176em;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -43px;
    right: 0;
    width: auto;
    font-family: "Playfair Display";
    font-size: 25px;
    
    letter-spacing: 0;
    line-height: 42px;
    color: #db8989
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-title {
    margin: 0;
}

.qodef-section-title>.qodef-m-text {
    margin: 12px 0 0

}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-section-title .qodef-m-button {
    margin: 35px 0 0
}

.qodef-section-title .qodef-highlight-text {
    position: relative;
    width: max-content;
    font-family: "Playfair Display";
    color: #dbd7c9;
    -webkit-clip-path: inset(-1em 0);
    clip-path: inset(-1em 0);
    display: inline-block
}

.qodef-section-title .qodef-svg--line-through {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 100%;
    height: auto;
    transform: translateY(calc(-50% + 1px))
}

.widget.widget_rodest_core_separator {
    margin: 0 !important
}

.qodef-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
    margin: 10px 0
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-disabled--1024 {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-separator.qodef-disabled--768 {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-disabled--680 {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-separator.qodef-disabled--480 {
        display: none
    }
}

#qodef-page-sidebar .widget.widget_rodest_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_rodest_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_rodest_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-alignment--center .qodef-single-image img {
    margin: 0 auto
}

.qodef-alignment--right .qodef-single-image img {
    margin: 0 0 0 auto
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    padding: 9px 22px;
    position: relative
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:first-child {
    padding-left: 0
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        padding-right: 0
    }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    display: block;
    transition: color .2s ease-out, background-color .2s ease-out;
    position: relative;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 17px;
    line-height: 1.41176em;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover {
    color: var(--qode-main-color)
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation .qodef-following-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--qode-main-color);
    z-index: 1
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation .qodef-following-border {
        display: none !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 7px 0;
        padding: 0;
        min-width: 50%;
        border-color: transparent
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
        padding: 18px 30px 18px 0;
        text-align: left
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        transition: background-color .2s ease-out
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active:after,
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active:after,
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover:after {
        background-color: #fff
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #e1e1e1
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

.qodef-text-icons-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    --icons-color: var(--qode-main-color);
    --icons-background-color: transparent;
    --icons-hover-color: #fff;
    --icons-hover-background-color: var(--qode-main-color)
}

.qodef-text-icons-holder.qodef-alignment--center {
    justify-content: center
}

.qodef-text-icons-holder.qodef-alignment--left {
    justify-content: flex-start
}

.qodef-text-icons-holder.qodef-alignment--right {
    justify-content: flex-end
}

.qodef-text-icons-holder .qodef-icons-holder {
    font-size: 0
}

.qodef-text-icons-holder .qodef-e-icon-link {
    display: inline-block;
    text-align: center;
    font-family: "Playfair Display";
    
    font-size: 15px;
    line-height: 2.267em;
    border: 1px solid var(--icons-color);
    border-radius: 50%;
    width: 2.267em;
    height: 2.267em;
    margin-right: 8px;
    color: var(--icons-color);
    background-color: var(--icons-background-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-text-icons-holder .qodef-e-icon-link:hover {
    color: var(--icons-hover-color);
    background-color: var(--icons-hover-background-color);
    border-color: var(--icons-hover-background-color)
}

.qodef-text-icons-holder .qodef-e-icon-link:last-child {
    margin-right: 0
}

.qodef-text-icons-holder .qodef-e-icon-link .qodef-text-icon {
    position: relative;
    display: inline-flex;
    line-height: 1
}

.qodef-text-icons-holder .qodef-title-holder .qodef-m-title {
    margin: 0 8px 0 0
}

.qodef-text-icons-holder .qodef-title-holder .qodef-m-title .qodef-m-title-text {
    position: relative;
    display: inline-flex;
    line-height: 1
}

.widget.widget_rodest_core_text_icons {
    display: inline-block;
    line-height: 1
}

.qodef-text-marquee-with-images {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-text-marquee-with-images.qodef-has--rotation {
    transform: rotate(-4deg)
}

.qodef-text-marquee-with-images.qodef-has--rotation .qodef-m-content {
    padding: 6px 30px;
    margin: 0 -30px
}

.qodef-text-marquee-with-images .qodef-m-content {
    display: flex;
    white-space: nowrap;
    font-size: 270px;
    font-family: 'Nanum Myeongjo', serif;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: -.01em;
    text-transform: uppercase;
    overflow: hidden
}

.qodef-text-marquee-with-images .qodef-m-text {
    will-change: transform;
    display: flex;
    flex-shrink: 0;
    padding-right: .2em
}

.qodef-text-marquee-with-images .qodef-m-text>* {
    padding: 0;
    display: inline-flex;
    align-items: center
}

.qodef-text-marquee-with-images .qodef-m-text-1,
.qodef-text-marquee-with-images .qodef-m-text-2,
.qodef-text-marquee-with-images .qodef-m-text-3,
.qodef-text-marquee-with-images .qodef-m-text-4,
.qodef-text-marquee-with-images .qodef-m-text-5,
.qodef-text-marquee-with-images .qodef-m-text-6 {
    color: #c91616
}

.qodef-text-marquee-with-images .qodef-m-image {
    display: inline-flex;
    align-items: center;
    min-width: 28px;
    height: .725em;
    padding-right: 0;
    flex-shrink: 0
}

.qodef-text-marquee-with-images .qodef-m-image img {
    display: inline-block;
    width: auto;
    max-height: 100%
}

.qodef-text-marquee-with-images.qodef-animation--left-to-right .qodef-m-content {
    flex-direction: row-reverse
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes qode-vertical-text-marquee-left {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

@keyframes qode-vertical-text-marquee-right {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: "Playfair Display";
    font-size: 145px;
    font-weight: 400;
    
    line-height: 1.172em;
    letter-spacing: -.025em;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: 20px
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee.qodef-orientation--vertical {
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    .qodef-text-marquee.qodef-orientation--vertical {
        max-height: 500px
    }
}

@media only screen and (max-width:680px) {
    .qodef-text-marquee.qodef-orientation--vertical {
        max-height: 327px
    }
}

.qodef-text-marquee.qodef-orientation--vertical .qodef-m-content-inner {
    padding-right: 0
}

.qodef--init.qodef-direction--left.qodef-text-marquee.qodef-orientation--vertical .qodef-m-content-inner {
    animation: qode-vertical-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee.qodef-orientation--vertical .qodef-m-content-inner {
    animation: qode-vertical-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee.qodef-orientation--vertical .qodef-m-content-inner .qodef-m-text {
    padding-top: 20px
}

@supports (-webkit-hyphens:none) {
    .qodef-text-marquee.qodef-orientation--vertical.qodef-vertical-height--yes {
        width: 57px
    }
}

@media not all and (min-resolution:0.001dpcm) {
    .qodef-text-marquee.qodef-orientation--vertical.qodef-vertical-height--yes .qodef-m-content-inner {
        position: relative;
        right: 10px
    }
}

@supports (-webkit-hyphens:none) {
    .qodef-text-marquee.qodef-orientation--vertical.qodef-vertical-height--yes .qodef-m-content-inner {
        padding-right: 0;
        position: relative;
        right: 10px;
        width: 57px
    }
}

.qodef--init.qodef-direction--left.qodef-text-marquee.qodef-orientation--vertical.qodef-reinit-vertical .qodef-m-content-inner {
    animation: none
}

.qodef--init.qodef-direction--right.qodef-text-marquee.qodef-orientation--vertical.qodef-reinit-vertical .qodef-m-content-inner {
    animation: none
}

.qodef-text-marquee.qodef-orientation--vertical .qodef-m-content {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    height: 100%
}

.qodef-text-marquee .qodef-m-text-1 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-2 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-3 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-separator {
    color: var(--qode-main-color);
    position: relative;
    margin: 0 -3px
}

.qodef-text-marquee.qodef-stroke-text--odd .qodef-m-separator-1,
.qodef-text-marquee.qodef-stroke-text--odd .qodef-m-separator-3,
.qodef-text-marquee.qodef-stroke-text--odd .qodef-m-text-1,
.qodef-text-marquee.qodef-stroke-text--odd .qodef-m-text-3 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor
}

.qodef-text-marquee.qodef-stroke-text--even .qodef-m-separator-2,
.qodef-text-marquee.qodef-stroke-text--even .qodef-m-separator-4,
.qodef-text-marquee.qodef-stroke-text--even .qodef-m-text-2,
.qodef-text-marquee.qodef-stroke-text--even .qodef-m-text-4 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor
}

.qodef-text-marquee.qodef-stroke-text--all .qodef-m-separator-1,
.qodef-text-marquee.qodef-stroke-text--all .qodef-m-separator-2,
.qodef-text-marquee.qodef-stroke-text--all .qodef-m-separator-3,
.qodef-text-marquee.qodef-stroke-text--all .qodef-m-separator-4,
.qodef-text-marquee.qodef-stroke-text--all .qodef-m-text-1,
.qodef-text-marquee.qodef-stroke-text--all .qodef-m-text-2,
.qodef-text-marquee.qodef-stroke-text--all .qodef-m-text-3,
.qodef-text-marquee.qodef-stroke-text--all .qodef-m-text-4 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    --marquee-color: var(--qode-main-color);
    --marquee-border-color: var(--qode-main-color)
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--qode-main-color);
    font-size: 106px;
    line-height: 1
}

.qodef-video-button .qodef-m-play span {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play span:before {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play span .qodef-svg--play {
    overflow: visible
}

.qodef-video-button .qodef-m-play span .qodef-svg--play g {
    transition: transform .5s cubic-bezier(.59, .9, .52, .97);
    transform: translateX(0) translateY(0)
}

.qodef-video-button .qodef-m-play span .qodef-svg--play:hover g:nth-of-type(1) {
    transform: translateX(-5px) translateY(0)
}

.qodef-video-button .qodef-m-play span .qodef-svg--play:hover g:nth-of-type(2) {
    transform: translateX(9px) translateY(-9px)
}

.qodef-video-button.qodef-show-text-marquee--no {
    border: 1px solid var(--marquee-border-color)
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 78px
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder svg {
    animation: qode-rotate 3s infinite linear
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid var(--marquee-border-color)
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee {
    position: absolute
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee .qodef-text-marquee .qodef-m-text-1,
.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee .qodef-text-marquee .qodef-m-text-2,
.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee .qodef-text-marquee .qodef-m-text-3,
.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee .qodef-text-marquee .qodef-m-text-4 {
    color: var(--marquee-color)
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee .qodef-text-marquee .qodef-m-content {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 27px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee .qodef-svg--decoration-star {
    position: absolute;
    color: var(--marquee-color)
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-top {
    width: 100%;
    left: 0;
    bottom: calc(100% + 24px)
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-top .qodef-svg--decoration-star.qodef-one {
    left: -50px;
    top: 0
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-top .qodef-svg--decoration-star.qodef-two {
    right: -50px;
    top: 0
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-bottom {
    width: 100%;
    left: 0;
    top: calc(100% + 24px)
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-bottom .qodef-svg--decoration-star.qodef-three {
    left: -50px;
    bottom: 0
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-bottom .qodef-svg--decoration-star.qodef-four {
    right: -50px;
    bottom: 0
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-bottom .qodef-text-marquee .qodef-m-content-inner .qodef-m-text,
.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-top .qodef-text-marquee .qodef-m-content-inner .qodef-m-text {
    padding-right: 14px
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-bottom .qodef-text-marquee .qodef-m-content-inner .qodef-m-text:last-child,
.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-top .qodef-text-marquee .qodef-m-content-inner .qodef-m-text:last-child {
    padding-right: 0
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-right {
    height: 100%;
    left: calc(100% + 24px);
    top: 0
}

@supports (-webkit-hyphens:none) {
    .qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-right {
        width: 27px
    }
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-right .qodef-text-marquee {
    height: 100%
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-left {
    height: 100%;
    right: calc(100% + 24px);
    top: 0
}

@supports (-webkit-hyphens:none) {
    .qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-left {
        width: 27px
    }
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-left .qodef-text-marquee {
    height: 100%
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-left .qodef-text-marquee .qodef-m-content-inner .qodef-m-text,
.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-right .qodef-text-marquee .qodef-m-content-inner .qodef-m-text {
    padding-bottom: 14px
}

.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-left .qodef-text-marquee .qodef-m-content-inner .qodef-m-text:last-child,
.qodef-video-button.qodef-show-text-marquee--yes .qodef-text-marquee-holder .qodef-text-marquee-holder-inner .qodef-video-text-marquee.qodef-right .qodef-text-marquee .qodef-m-content-inner .qodef-m-text:last-child {
    padding-bottom: 0
}

@media only screen and (max-width:680px) {
    .qodef-video-button.qodef-force-minimal-height-on-mobile--yes {
        height: 347px
    }
    .qodef-video-button.qodef-force-minimal-height-on-mobile--yes .qodef-m-image {
        height: 100%
    }
    .qodef-video-button.qodef-force-minimal-height-on-mobile--yes .qodef-m-image img {
        height: 100%;
        object-fit: cover
    }
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 85px 35px 35px;
    text-align: center;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    border: 1px solid #ccc9bb
}

.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible
}

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.qodef-fullscreen-menu--opened #qodef-side-area-close.qodef-opener-icon .qodef-m-icon {
    visibility: visible
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 17px;
    line-height: 1.41176em;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 20px
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
    height: auto;
    margin-left: 6px;
    margin-top: -2px
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: flex
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li>* {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    width: 100%;
    height: 100%
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
    background-color: #3b5998;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #00aced;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #007bb5;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #32506d;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #cb2027;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45668e;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 20px;
    color: var(--qode-main-color);
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-family: "Playfair Display";
    font-size: 15px;
    
    font-weight: 400;
    letter-spacing: 0;
    line-height: 34px;
    color: var(--qode-main-color);
    width: 34px;
    height: 34px;
    border: 1px solid #ccc9bb;
    border-radius: 50%;
    text-align: center
}

.qodef-social-share.qodef-layout--text li a:hover {
    background-color: var(--qode-main-color);
    color: #fff
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a:hover {
    background-color: var(--qode-main-color);
    color: #fff
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a:hover {
    background-color: var(--qode-main-color);
    color: #fff
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover {
    background-color: var(--qode-main-color);
    color: #fff
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a:hover {
    background-color: var(--qode-main-color);
    color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a:hover {
    background-color: var(--qode-main-color);
    color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a:hover {
    background-color: var(--qode-main-color);
    color: #fff
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--predefined {
    transform-origin: bottom;
    --qodef-clip: 0;
    -webkit-clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
    clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
    --qode-delta: 0
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-inner {
    transition: background-color .8s
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image {
    z-index: 2
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

#qodef-page-spinner.qodef-layout--predefined svg {
    width: 100%;
    height: auto;
    fill: currentColor;
    opacity: 0;
    display: flex;
    overflow: visible
}

#qodef-page-spinner.qodef-layout--predefined svg circle {
    --qode-move-x: calc(var(--qode-x) * var(--qode-delta));
    --qode-move-y: calc(var(--qode-y) * var(--qode-delta));
    --qode-scale-xy: calc(var(--qode-scale) * var(--qode-delta) * 1.5);
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y)) scale(var(--qode-scale-xy));
    transform-origin: center
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(11) {
    --qode-scale: .18;
    --qode-x: 2.2vW;
    --qode-y: -2vH
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(10) {
    --qode-scale: .5;
    --qode-x: 3.2vW;
    --qode-y: 2.4vH
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(9) {
    --qode-scale: .31;
    --qode-x: 1.4vW;
    --qode-y: 2.4vH
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(8) {
    --qode-scale: .43;
    --qode-x: 1.1vW;
    --qode-y: 0.4vH;
    transform-origin: 70% 70%
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(7) {
    --qode-scale: .27;
    --qode-x: .2vW;
    --qode-y: 0.9vH
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(6) {
    --qode-scale: .46;
    --qode-x: .6vW;
    --qode-y: -3.1vH
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(5) {
    --qode-scale: .22;
    --qode-x: -.5vW;
    --qode-y: 2.6vH
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(4) {
    --qode-scale: .48;
    --qode-x: .6vW;
    --qode-y: -3vH
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(3) {
    --qode-scale: .37;
    --qode-x: -.95vW;
    --qode-y: -1vH;
    transform-origin: 20% 30%
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(2) {
    --qode-scale: .19;
    --qode-x: -2vW;
    --qode-y: 1vH
}

#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(1) {
    --qode-scale: .6;
    --qode-x: -2.8vW;
    --qode-y: -2.9vH
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init svg {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished {
    display: none;
    pointer-events: none
}

#qodef-page-spinner.qodef-layout--predefined.qodef--animation-out-started .qodef-m-inner {
    background-color: transparent
}

#qodef-page-spinner.qodef-layout--predefined.qodef--animation-out-started .qodef-m-spinner-image {
    animation: qode-fade-out 1s forwards
}

#qodef-page-spinner.qodef--animation-out-started~#qodef-page-wrapper section:nth-of-type(1) .qodef-into-image-with-text .qodef-image-decoration {
    transform: translateZ(0)
}

#qodef-page-spinner.qodef--animation-out-started~#qodef-page-wrapper section:nth-of-type(1) .qodef-into-image-with-text .qodef-image-decoration path {
    animation: qode-swiper-image-in-right 1.8s cubic-bezier(.39, .58, .57, 1) .8s both
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 30px
}

@media only screen and (max-width:1024px) {
    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 7%
    }
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    position: relative;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    
    letter-spacing: 0;
    line-height: 30px;
    color: #db8989
}

.qodef-page-title .qodef-breadcrumbs a {
    background-repeat: no-repeat;
    background-position-y: 0;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    backface-visibility: hidden
}

.qodef-page-title .qodef-breadcrumbs a.qodef-hovered,
.qodef-page-title .qodef-breadcrumbs a:hover {
    background-size: 100% 100%
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    color: #db8989
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 21px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 21px
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.widget_rodest_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_rodest_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_rodest_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_rodest_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_rodest_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_rodest_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_rodest_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_rodest_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_rodest_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_rodest_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_rodest_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_rodest_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_rodest_core_svg_icon .qodef-m-text {
    font-family: 'Nanum Myeongjo', serif;
    color: var(--qode-main-color);
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-size: 19px;
    
    line-height: 1.368em;
    letter-spacing: 0;
    text-transform: capitalize
}

#qodef-page-header .widget_rodest_core_svg_icon .qodef-m-text .qodef-menu-item-text:before {
    content: '(';
    margin-right: 5px
}

#qodef-page-header .widget_rodest_core_svg_icon .qodef-m-text .qodef-menu-item-text:after {
    content: ')';
    margin-left: 5px
}

#qodef-page-header .widget_rodest_core_svg_icon .qodef-m-text .qodef-menu-item-text:after,
#qodef-page-header .widget_rodest_core_svg_icon .qodef-m-text .qodef-menu-item-text:before {
    opacity: 0;
    transition: opacity .17s
}

@media only screen and (max-width:1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px
    }
}

@media only screen and (max-width:680px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important
    }
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder {
        flex-direction: column
    }
    .qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder .qodef-e-categories-holder {
        margin-top: 13px;
        text-align: left
    }
    .qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder .qodef-e-categories-holder a {
        margin-right: 7px;
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-top-holder .qodef-e-title {
        margin: 5px 0 0
    }
    .qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-bottom-holder {
        margin-top: 0
    }
    .qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-bottom-holder .qodef-e-info {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-blog.qodef-item-layout--dual-content .qodef-e-content .qodef-e-bottom-holder .qodef-e-info .entry-date {
        margin-top: 15px;
        margin-bottom: 33px
    }
}

@media only screen and (max-width:768px) {
    .qodef-blog.qodef-item-layout--dual-content .qodef-button.qodef-layout--arrow.qodef-size--medium .qodef-m-icon svg {
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width:680px) {
    #qodef-related-posts .qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-link .qodef-e-inner,
    #qodef-related-posts .qodef-blog.qodef-item-layout--dual-content .qodef-blog-item.format-quote .qodef-e-inner {
        padding: 0 0 30px !important;
        border-bottom: 0 !important
    }
}

@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }
    #qodef-author-info .qodef-m-content {
        margin-top: 20px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display: none
    }
    .qodef-header--vertical-sliding #qodef-page-outer,
    .qodef-header--vertical-sliding footer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-top-area {
        display: none
    }
}

@media (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
        --qode-columns-row-gap: 60px
    }
    .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
        --qode-columns-col-gap: 60px
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        flex-direction: column
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-single.qodef-layout--gallery-big #qodef-single-portfolio-navigation,
    .qodef-portfolio-single.qodef-layout--slider-big #qodef-single-portfolio-navigation {
        margin: 143px 0 49px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-disperse-portfolio-slider.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder,
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder {
        padding: 0 7%
    }
}

@media only screen and (max-width:768px) {
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder .qodef-bottom-info-items {
        display: none
    }
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder .qodef-e-categories {
        width: 100%;
        text-align: center
    }
    .qodef-disperse-portfolio-slider .qodef-svg--slider-decoration {
        stroke-width: 4
    }
}

@media only screen and (max-width:680px) {
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-main-info-holder {
        height: 100%
    }
    .qodef-disperse-portfolio-slider .qodef-item-holder .qodef-bottom-info-holder {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    #qodef-single-portfolio-navigation .qodef-m-inner {
        padding: 99px 0
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next img,
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev img {
        width: 290px !important;
        height: 199px !important
    }
    #qodef-single-portfolio-navigation.qodef-no-back-to-link .qodef-m-inner:after {
        height: calc(100% + 36px)
    }
}

@media only screen and (max-width:1024px) {
    #qodef-single-portfolio-navigation .qodef-m-inner {
        padding: 74px 0
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next svg,
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev svg {
        width: 50px
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next img,
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev img {
        width: 217px !important;
        height: 149px !important
    }
}

@media only screen and (max-width:768px) {
    #qodef-single-portfolio-navigation .qodef-m-inner {
        padding: 0
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next,
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev {
        position: relative
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next img,
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev img {
        display: none
    }
}

@media only screen and (max-width:768px) {
    #qodef-single-portfolio-navigation.qodef-no-back-to-link .qodef-m-inner:after {
        height: calc(100% - 20px)
    }
}

@media only screen and (max-width:680px) {
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-next .qodef-m-nav-label,
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-portfolio-single-prev .qodef-m-nav-label {
        font-size: 20px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--images-small .qodef-ps-info-holder {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-single.qodef-layout--slider-big #qodef-single-portfolio-navigation {
        margin: 143px 0 49px
    }
    .qodef-portfolio-single.qodef-layout--slider-big .swiper-button-next svg,
    .qodef-portfolio-single.qodef-layout--slider-big .swiper-button-prev svg {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-single.qodef-layout--slider-small .swiper-button-next svg,
    .qodef-portfolio-single.qodef-layout--slider-small .swiper-button-prev svg {
        display: none
    }
    .qodef-portfolio-single.qodef-layout--slider-small .swiper-pagination.swiper-pagination-bullets {
        bottom: 22px !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }
    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width:768px) {
    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.33333333333333%
    }
}

@media only screen and (max-width:1680px) {
    .qodef-divided-info-slider.qodef-images-in-frame--yes .qodef-item-holder .qodef-full-screen-image-holder .qodef-m-image {
        padding: 123px 185px 90px 185px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-divided-info-slider.qodef-images-in-frame--yes .qodef-item-holder .qodef-full-screen-image-holder .qodef-m-image {
        padding: 78px 120px 2px 120px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-divided-info-slider.qodef-images-in-frame--yes .qodef-item-holder .qodef-full-screen-image-holder .qodef-m-image {
        padding: 103px 105px 70px 105px
    }
}

@media only screen and (max-width:768px) {
    .qodef-divided-info-slider.qodef-images-in-frame--yes .qodef-item-holder .qodef-full-screen-image-holder .qodef-m-image {
        padding: 53px 155px 20px 155px
    }
}

@media only screen and (max-width:680px) {
    .qodef-divided-info-slider.qodef-images-in-frame--yes .qodef-item-holder .qodef-full-screen-image-holder .qodef-m-image {
        padding: 53px 7% 0 7%
    }
}

@media only screen and (max-width:1680px) {
    .qodef-divided-info-slider .qodef-m-content-outer .qodef-m-content-bottom {
        padding-right: 18%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-divided-info-slider .qodef-m-content-outer .qodef-m-content-bottom {
        padding-right: 0
    }
}

@media only screen and (max-width:1366px) {
    .qodef-divided-info-slider .qodef-m-content-outer {
        padding: 87px 57px 106px 57px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-divided-info-slider.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-divided-info-slider {
        flex-direction: column;
        height: 100vh
    }
    .qodef-divided-info-slider.qodef-fixed-content-position--right {
        flex-direction: column-reverse
    }
    .qodef-divided-info-slider.qodef-holder-borders--yes:after {
        content: none
    }
    .qodef-divided-info-slider.qodef-holder-borders--yes .qodef-m-content-outer {
        border-top: 1px solid var(--qodef-holder-border-color)
    }
    .qodef-divided-info-slider.qodef-holder-borders--yes.qodef-fixed-content-position--right {
        border-top: none;
        border-bottom: 1px solid var(--qodef-holder-border-color)
    }
    .qodef-divided-info-slider .qodef-m-content-outer,
    .qodef-divided-info-slider .qodef-m-slider-outer {
        width: 100%;
        height: 50%
    }
    .qodef-divided-info-slider .qodef-m-content-outer {
        padding: 57px 57px 57px 57px
    }
}

@media only screen and (max-width:680px) {
    .qodef-divided-info-slider {
        height: 150vh
    }
    .qodef-divided-info-slider .qodef-m-content-outer {
        padding: 61px 7% 80px 7%
    }
    .qodef-divided-info-slider .qodef-m-content-outer .qodef-m-content-bottom>.qodef-m-text {
        display: none
    }
    .qodef-divided-info-slider svg.qodef-scroll-badge {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-frame-slider {
        flex-direction: column-reverse
    }
    .qodef-frame-slider .qodef-m-slider-content,
    .qodef-frame-slider .qodef-m-text-content {
        width: 100%
    }
    .qodef-frame-slider .qodef-m-text-content {
        padding: 61px 7% 0 7%
    }
    .qodef-frame-slider .qodef-m-text-content .qodef-m-text-content-inner-bottom {
        margin-top: 30px
    }
    .qodef-frame-slider .qodef-frame-slider-two-outer {
        right: -7%
    }
    .qodef-frame-slider.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-frame-slider .qodef-frame-slider-one-outer {
        right: 7%
    }
}

@media only screen and (max-width:680px) {
    .qodef-frame-slider .qodef-m-text-content .swiper-pagination .swiper-pagination-bullet {
        width: 60px;
        height: 60px
    }
    .qodef-frame-slider .qodef-m-text-content .swiper-pagination .swiper-pagination-bullet:first-child {
        margin-left: 0 !important
    }
    .qodef-frame-slider .qodef-m-text-content .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0 !important
    }
    .qodef-frame-slider .qodef-m-text-content .swiper-pagination .swiper-pagination-bullet:after {
        width: 35px;
        height: 35px
    }
    .qodef-frame-slider .qodef-m-pagination-text {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display: none
    }
    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .qodef-info-location.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1920px) and (max-height:969px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 147px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 47px
    }
}

@media only screen and (max-width:1680px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 167px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 67px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap {
        font-size: 70px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-separator {
        height: 129px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-hover-image,
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-image {
        max-height: 120px;
        width: auto
    }
}

@media only screen and (max-width:1440px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 270px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 130px
    }
}

@media only screen and (max-width:1440px) and (max-height:777px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 147px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 47px
    }
}

@media only screen and (max-width:1440px) and (max-height:750px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 130px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1368px) and (max-height:812px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 180px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 80px
    }
}

@media only screen and (max-width:1366px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 230px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:not(:last-child) {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 130px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap {
        font-size: 45px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-separator {
        height: 104px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-hover-image,
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-image {
        max-height: 95px;
        width: auto
    }
}

@media only screen and (max-width:1366px) and (max-height:645px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 115px
    }
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right {
        flex-direction: row;
        padding: 26px 45px 26px 45px
    }
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right .qodef-m-contact-info {
        width: 50%
    }
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right .qodef-m-contact-info .qodef-m-email-link {
        font-size: 35px
    }
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left {
        padding: 26px 45px 27px 45px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:1280px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 190px
    }
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right .qodef-m-contact-info .qodef-m-email-link {
        font-size: 35px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 90px
    }
}

@media only screen and (max-width:1280px) and (max-height:677px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom {
        height: 150px
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left {
        align-items: flex-start;
        flex-direction: column
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom:after {
        content: none
    }
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-right {
        display: none
    }
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left {
        width: 100%;
        padding: 80px 25px 27px 25px
    }
    .qodef-interactive-link-carousel.qodef-show-bottom-content--yes .qodef-m-content-bottom .qodef-m-bottom-left .qodef-m-social-icons {
        margin-left: 0
    }
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
        margin-bottom: 177px
    }
}

@media only screen and (max-width:1366px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 100px 0
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 60%
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 40%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 60px 0
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 80%
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 30px;
        line-height: 1.23333em;
        font-weight: 500;
        letter-spacing: 0;
        padding-bottom: 3px
    }
}

@media only screen and (max-width:1024px) and (max-width:1440px) {
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 27px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 30px 0
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        padding-left: 30px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}