.elementor-kit-5{--e-global-color-primary:#EDE8DF;--e-global-color-secondary:#A8875F;--e-global-color-text:#A79E92;--e-global-color-accent:#EDE8DF;--e-global-color-c6a7d15:#14110F;--e-global-color-6a3fed1:#0C0A09;--e-global-typography-primary-font-family:"Kyiv";--e-global-typography-primary-font-size:22px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Kyiv";--e-global-typography-secondary-font-size:12px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:200;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Kyiv";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.3em;--e-global-typography-accent-letter-spacing:1px;--e-global-typography-b2d3a19-font-family:"Kyiv";--e-global-typography-b2d3a19-font-size:28px;--e-global-typography-b2d3a19-font-weight:300;--e-global-typography-b2d3a19-text-transform:uppercase;--e-global-typography-b2d3a19-line-height:1.2em;--e-global-typography-6446617-font-family:"Kyiv";--e-global-typography-6446617-font-size:18px;--e-global-typography-6446617-font-weight:300;--e-global-typography-6446617-text-transform:uppercase;--e-global-typography-6446617-line-height:1.2em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-accent-font-size:14px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:11px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:13px;--e-global-typography-b2d3a19-font-size:24px;--e-global-typography-6446617-font-size:16px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
    background: #14110F;
}


p:last-child{
    margin-bottom: 0;
}





.cus-before-gallery-slider .jet-engine-arrow {
    border-radius: 50%;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.cus-before-gallery-slider .jet-engine-gallery-slider,
.cus-before-gallery-slider .jet-engine-gallery-slider .swiper-wrapper,
.cus-before-gallery-slider .jet-engine-gallery-slider .swiper-slide{
    height:400px;
    object-fit: cover;
    object-position: center;
}

.cus-before-gallery-slider .jet-engine-gallery-slider img{
    width:100%;
    height:100% !important;
    object-fit:cover;
}











.cus-btn a{
    position: relative;
}

.cus-btn a:after{
    content: "";
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0px 50%;
    inset: 0px;
    background: #A98C6B;
    transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
    height: 1px;
    left: 0;
    top: 100%;
}

.cus-btn a:hover:after{
    transform: scaleX(1);
}







.cus-project-item-content{
    position: relative;
}

.cus-project-item-content:after{
    content: "";
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0px 50%;
    inset: 0px;
    background: #A98C6B;
    transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
    height: 1px;
    left: 0;
    top: 100%;
}

.cus-project-item:hover .cus-project-item-content:after{
    transform: scaleX(1);
}

.cus-project-item-title .jet-listing-dynamic-field__content{
    transition: 0.2s;
}

.cus-project-item:hover .cus-project-item-title .jet-listing-dynamic-field__content:first-child{
    color: #c6a784;
}









/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Kyiv';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lessencedepure.com/wp-content/uploads/2026/08/Dmitry-Rastvortsev-KyivType-Sans-Light2.ttf') format('truetype');
}
@font-face {
	font-family: 'Kyiv';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://lessencedepure.com/wp-content/uploads/2026/08/Dmitry-Rastvortsev-KyivType-Sans-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Kyiv';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://lessencedepure.com/wp-content/uploads/2026/08/Dmitry-Rastvortsev-KyivType-Sans-Light3.ttf') format('truetype');
}
/* End Custom Fonts CSS */