.elementor-kit-34{--e-global-color-primary:#EFD580;--e-global-color-secondary:#000000;--e-global-color-text:#6B6059;--e-global-color-accent:#EFD580;--e-global-color-d745e4d:#BEA24E;--e-global-color-317baec:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";color:#000000;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-34 button,.elementor-kit-34 input[type="button"],.elementor-kit-34 input[type="submit"],.elementor-kit-34 .elementor-button{background-color:transparent;font-family:"Poppins", Sans-serif;font-size:15px;text-transform:uppercase;line-height:1em;letter-spacing:1px;color:#EFD580;background-image:linear-gradient(90deg, #000000 0%, #000000 100%);border-radius:4px 4px 4px 4px;padding:12px 25px 12px 20px;}.elementor-kit-34 button:hover,.elementor-kit-34 button:focus,.elementor-kit-34 input[type="button"]:hover,.elementor-kit-34 input[type="button"]:focus,.elementor-kit-34 input[type="submit"]:hover,.elementor-kit-34 input[type="submit"]:focus,.elementor-kit-34 .elementor-button:hover,.elementor-kit-34 .elementor-button:focus{background-color:transparent;color:#FFFFFF;background-image:linear-gradient(90deg, #000000 0%, #000000 100%);border-radius:4px 4px 4px 4px;}.elementor-kit-34 e-page-transition{background-color:#FFBC7D;}.elementor-kit-34 a{color:#000000;font-weight:500;}.elementor-kit-34 a:hover{color:var( --e-global-color-d745e4d );}.elementor-kit-34 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-34 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-34 h3{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-34 h4{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-34 h5{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-34 h6{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-34 input:not([type="button"]):not([type="submit"]),.elementor-kit-34 textarea,.elementor-kit-34 .elementor-field-textual{padding:0px 0px 0px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}.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-34{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-34{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
}
.dp-header{
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
    right: 0;
}
.admin-bar .dp-header{
    top: 42px;
}
.archive .dp-header,
.single .dp-header{
    position: static;
}

.content-area{
    padding: 100px 0;
}
body.elementor-editor-active .dp-header{
    position: static;
}



@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;
}/* End custom CSS */