.elementor-kit-3534{--e-global-color-primary:#B12030;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D8B63E;--e-global-color-f3ecc18:#1A1A1A;--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;background-color:#000000;color:#B6B6B6;font-family:"Jost", Sans-serif;}.elementor-kit-3534 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3534 a{color:var( --e-global-color-primary );}.elementor-kit-3534 h2{font-family:"Montserrat", Sans-serif;font-weight:bold;line-height:58px;}.elementor-kit-3534 h3{color:#FFFFFF;}.elementor-kit-3534 h4{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:300;text-transform:uppercase;letter-spacing:1.2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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;}}/* Start custom CSS */.gradient {
    background: linear-gradient(135deg, #fdd701 0%, #f59c1e 100%);
}

.liquid-glass {
    background: rgba(18, 18, 18, 0.35);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 1px 1px rgba(255, 255, 255, 0.15),
        inset 0 -1px 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
}

.liquid-glass::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.03) 45%,
        rgba(255, 255, 255, 0.08)
    );
    pointer-events: none;
}/* End custom CSS */