.elementor-kit-19{--e-global-color-primary:#F7F1F9;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C5FF89;--e-global-color-7d19cd4:#000000;--e-global-color-845cdaa:#DFC8E7;--e-global-color-02cd909:#E9E9E9;--e-global-typography-primary-font-family:"Recoleta";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Recoleta";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Mier";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Mier";--e-global-typography-accent-font-weight:500;background-color:#F1DFE7;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.marquee {
    display: block;
    position: relative;
    z-index: 1;
    padding: 22px 0 26px;
    overflow: hidden;
    background-color: var(--marquee-background-color, #000)
}

.marquee__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.marquee__content:hover>span,.marquee__content:hover>a,.marquee.animation-paused .marquee__content>span,.marquee.animation-paused .marquee__content>a {
    animation-play-state: paused
}

.marquee__content>span,.marquee__content>a {
    display: flex;
    align-items: center;
    transform: translateX(0%);
    animation: marquee var(--marquee-speed, 8s) linear infinite;
    animation-play-state: running;
    background-color: var(--marquee-background-color, #000);
    color: var(--marquee-text-color, #fff);
    text-transform: uppercase;
    white-space: nowrap;
    will-change: transform;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700
}

.marquee__content>span span,.marquee__content>a span {
    display: flex
}

.marquee__content svg {
    display: block;
    width: 32px;
    height: auto;
    margin: 0 17px
}

.marquee__content svg path {
    fill: var(--marquee-text-color, #fff)
}

.marquee__movement {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #fff
}

.marquee:focus .marquee__movement,.marquee:focus-within .marquee__movement {
    display: flex
}

.marquee.animation-paused .marquee__movement .icon-play {
    display: block
}

.marquee.animation-paused .marquee__movement .icon-pause {
    display: none
}

.marquee__movement svg {
    display: block
}

.marquee__movement svg.icon-play {
    display: none
}

.marquee-squiggle {
    display: inline-block;
    position: relative
}

.marquee-squiggle__copy {
    position: relative;
    z-index: 1
}

.marquee-squiggle__copy:hover+.marquee-squiggle__wrapper>span {
    animation-play-state: paused
}

.marquee-squiggle__wrapper {
    display: flex;
    position: absolute;
    bottom: -10px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .marquee-squiggle__wrapper {
        bottom:-18px
    }
}

.heading-2 .marquee-squiggle__wrapper,.heading-lg-2 .marquee-squiggle__wrapper {
    bottom: -12px;
    width: 100%
}

.marquee-squiggle__wrapper>span {
    display: block;
    transform: translateX(0);
    animation: marquee 1s linear infinite;
    animation-direction: reverse;
    white-space: nowrap;
    will-change: transform
}

.marquee-squiggle__wrapper svg {
    display: block;
    width: auto;
    height: 3.2vw;
    margin-left: -1.1333vw
}

@media screen and (min-width: 750px) {
    .marquee-squiggle__wrapper svg {
        height:1.6666vw;
        margin-left: -0.5555vw
    }
}

@media screen and (min-width: 750px) {
    .heading-2 .marquee-squiggle__wrapper svg,.heading-lg-2 .marquee-squiggle__wrapper svg {
        height:1.5vw
    }
}

.heading-4 .marquee-squiggle__wrapper svg,.heading-lg-4 .marquee-squiggle__wrapper svg {
    height: 2vw;
    margin-left: -1.85vw
}

@media screen and (min-width: 750px) {
    .heading-4 .marquee-squiggle__wrapper svg,.heading-lg-4 .marquee-squiggle__wrapper svg {
        height:1vw;
        margin-left: -0.75vw
    }
}

.marquee-squiggle__wrapper.marquee-squiggle__wrapper--festive {
    z-index: -1
}

@media screen and (max-width: 550px) {
    .marquee-squiggle__wrapper.marquee-squiggle__wrapper--festive {
        bottom:-5px
    }
}

@keyframes marquee {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.marquee-section--final {
    position: relative;
    z-index: 1;
    margin-top: -80px;
    margin-bottom: calc(68.2667vw - 160px);
    padding-top: 80px;
    background-color: var(--marquee-wrapper-background-color, #dfc8e7)
}

@media screen and (min-width: 750px) {
    .marquee-section--final {
        margin-top:0;
        margin-bottom: 10vw;
        padding-top: 0
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Thin.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Thin.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Thin.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Thin.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Regular.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Regular.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Regular.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Medium.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Medium.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Medium.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-SemiBold.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-SemiBold.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-SemiBold.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Bold.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Bold.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Bold.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Black.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Black.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Black.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Black.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Light.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Light.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Light.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Light.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/Recoleta-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Mier';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Hair.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Hair.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Hair.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Hair.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Hair.ttf') format('truetype');
}
@font-face {
	font-family: 'Mier';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Thin.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Thin.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Thin.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Thin.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Mier';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Regular.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Regular.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Regular.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Mier';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-DemiBold.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-DemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Heavy.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Heavy.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-DemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Mier';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Bold.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Bold.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Bold.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Mier';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Black.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Black.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Black.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Black.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Mier';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-ExtraBold.eot');
	src: url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-ExtraBold.woff2') format('woff2'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-ExtraBold.woff') format('woff'),
		url('https://nali.datek.cloud/wp-content/uploads/2023/08/MierA-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */