.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#BBBBBB;--e-global-color-accent:#61CE70;--e-global-color-0423d81:#000000;--e-global-color-1a0f393:#C09853;--e-global-color-94cb53e:#E6C787;--e-global-color-663bc3d:#BE8D47;--e-global-color-75971e1:#0E0E0E;--e-global-color-13e2c35:#333333;--e-global-typography-primary-font-family:"Silk";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Unbounded";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Unbounded";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Unbounded";--e-global-typography-accent-font-weight:500;font-size:14px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-663bc3d );}.elementor-kit-8 a:hover{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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-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 */div#cmplz-document {
    max-width: 100% !important;
}

.fulltext .elementor-widget-container {
   display: flex;
   width: 100%; /* Large width for continuous scrolling */
   transform: translateX(0);
   animation: marquee 30s linear infinite;
   white-space: nowrap;
   will-change: transform;
}

/* Keyframes for marquee animation */
@keyframes marquee {
   100% { transform: translateX(-2000px); } /* Move content left */
}/* End custom CSS */