.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B18D6C;--e-global-color-7af928c:#BC8E30;--e-global-color-a9f8480:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-496cceb-font-family:"Montserrat";--e-global-typography-496cceb-font-size:14px;--e-global-typography-496cceb-font-weight:600;--e-global-typography-496cceb-text-transform:uppercase;--e-global-typography-496cceb-line-height:20px;--e-global-typography-496cceb-letter-spacing:0.28px;background-color:#0A0A0A;color:var( --e-global-color-a9f8480 );font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:300;line-height:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.68px;color:var( --e-global-color-a9f8480 );border-radius:30px 30px 30px 30px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-7af928c );color:var( --e-global-color-a9f8480 );}.elementor-kit-6 e-page-transition{background-color:#B18D6C;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-accent );font-family:"Cormorant Infant", Sans-serif;font-size:70px;font-weight:400;line-height:80px;}.elementor-kit-6 h2{color:var( --e-global-color-a9f8480 );font-family:"Cormorant Infant", Sans-serif;font-size:55px;font-weight:400;line-height:50px;}.elementor-kit-6 h3{font-family:"Cormorant Infant", Sans-serif;font-weight:400;}.elementor-kit-6 h4{font-family:"Silk Serif", Sans-serif;font-weight:400;}.elementor-kit-6 h5{font-family:"Silk Serif", Sans-serif;font-weight:400;}.elementor-kit-6 h6{font-family:"Silk Serif", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end: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-6 h2{font-size:40px;line-height:44px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.preloader {
	align-items: center;
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #999;
}
/*body:not(.home) .preloader{*/
/*	opacity: 0;*/
/*	visibility: hidden;*/
/*}*/

.preloader .preloader__logotype {
	transform-origin: center center;
	animation: zoom 1.5s infinite;
	width: 120px;
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

@media (min-width: 550px) {
	.preloader .preloader__logotype {
		width:180px
	}
}

@media (min-width: 768px) {
	.preloader .preloader__logotype {
		width:220px
	}
}

.preloader__mask {
	background: #fff;
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all 400ms cubic-bezier(1, 0.07, 0.32, 0.81);
}

.preloader__mask--bottom {
	bottom: 0;
	top: auto
}
.preloader__mask--hide{
	height: 0;
	z-index: 2
}
.elementor-editor-active .preloader,
.elementor-editor-preview .preloader{
	display: none !important;
}

@keyframes dpFadeInDown {
    0% {
        transform: translateY(-40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInDown {
    animation-name: dpFadeInDown !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}
@keyframes dpFadeInLeft {
    0% {
        transform: translateX(-40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadeInLeft {
    animation-name: dpFadeInLeft !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

@keyframes dpFadeInRight {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadeInRight {
    animation-name: dpFadeInRight !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

@keyframes dpFadeInUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInUp {
    animation-name: dpFadeInUp !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

.animated.animated-fast {
  animation-duration: 1.25s !important;
}/* End custom CSS */