.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9cbd2ea:#C1A67A;--e-global-color-04a0c23:#FFFFFF66;--e-global-color-13c8809:#FFFFFF;--e-global-color-e684448:#1A1A1A;--e-global-color-177c387:#10B981;--e-global-color-f8d61c7:#7A7A7A;--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-19c876b-font-family:"JetBrains Mono";--e-global-typography-19c876b-font-size:12px;--e-global-typography-19c876b-font-weight:100;--e-global-typography-19c876b-text-transform:uppercase;--e-global-typography-9c19379-font-family:"JetBrains Mono";--e-global-typography-9c19379-font-size:16px;--e-global-typography-9c19379-font-weight:500;--e-global-typography-9c19379-text-transform:uppercase;--e-global-typography-73d3aeb-font-family:"JetBrains Mono";--e-global-typography-73d3aeb-font-size:15px;--e-global-typography-73d3aeb-font-weight:400;--e-global-typography-73d3aeb-line-height:1.7em;--e-global-typography-ece018c-font-family:"JetBrains Mono";--e-global-typography-ece018c-font-size:24px;--e-global-typography-ece018c-font-weight:500;--e-global-typography-ece018c-text-transform:uppercase;background-color:#000000;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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 .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;}}:root { --White-Light:#ffffff66; --e-gv-84e3ec4:#c1a67a; --Gold:#C1A67A; --White:#ffffff; --Black:#000000; --Gradient:linear-gradient(to right, #C1A67A, #000000);; }
/* Start custom CSS */.cursor-gold {
    display: inline-block;
    width: 2px;
    background-color: #c1a67a;
    margin-left: 2px;
    animation: blink 0.8s step-start infinite;
    /* match your font size */
    font-size: inherit;
    line-height: 1;
    vertical-align: middle;
    color: transparent;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

.cursor-white {
    display: inline-block;
    width: 2px;
    background-color: #ffffff;
    margin-left: 2px;
    animation: blink 0.8s step-start infinite;
    /* match your font size */
    font-size: inherit;
    line-height: 1;
    vertical-align: middle;
    color: transparent;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}/* End custom CSS */