.elementor-kit-6{--e-global-color-primary:#004D3E;--e-global-color-secondary:#101010;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-6c6ad75:#00000000;--e-global-color-8b4c161:#777777;--e-global-typography-primary-font-family:"Albert Sans";--e-global-typography-primary-font-size:clamp(2.5rem, 1.2453rem + 5.283vw, 6rem);--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Albert Sans";--e-global-typography-secondary-font-size:clamp(2rem, 1.283rem + 3.0189vw, 4rem);--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-size:clamp(1rem, 0.9104rem + 0.3774vw, 1.25rem);--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-size:clamp(1rem, 0.9104rem + 0.3774vw, 1.25rem);--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-97bfe27-font-family:"Albert Sans";--e-global-typography-97bfe27-font-size:clamp(1.5rem, 1.1415rem + 1.5094vw, 2.5rem);--e-global-typography-97bfe27-font-weight:400;--e-global-typography-97bfe27-line-height:1.3em;--e-global-typography-d1d428c-font-family:"Albert Sans";--e-global-typography-d1d428c-font-size:clamp(1.25rem, 1.1604rem + 0.3774vw, 1.5rem);--e-global-typography-d1d428c-font-weight:400;--e-global-typography-d1d428c-line-height:1.2em;--e-global-typography-e6c5699-font-family:"Albert Sans";--e-global-typography-e6c5699-font-size:clamp(1.5rem, 1.2311rem + 1.1321vw, 2rem);--e-global-typography-e6c5699-font-weight:500;--e-global-typography-e6c5699-line-height:1.3em;--e-global-typography-772a258-font-family:"Albert Sans";--e-global-typography-772a258-font-size:clamp(2rem, 0.6226rem + 2.6415vw, 3rem);--e-global-typography-772a258-font-weight:400;background-color:#FFFFFF;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#02010100;color:var( --e-global-color-secondary );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-primary );border-radius:100px 100px 100px 100px;padding:1rem 2rem 1rem 2rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 img{border-radius:15px 15px 15px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6 p{margin-block-end:0px;}.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 */#cps {
  padding-left: clamp(20px, 5vw, 50px);
  padding-right: clamp(20px, 5vw, 50px);
}

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

    to {
        opacity: 1;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}


html {
  scroll-behavior: auto !important;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

html, body {
    overflow-x: hidden;
}/* End custom CSS */