.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-f1ce4d6-font-family:"lora";--e-global-typography-f1ce4d6-font-size:30.90234858px;--e-global-typography-f1ce4d6-font-weight:500;--e-global-typography-f1ce4d6-line-height:1.2em;--e-global-typography-f1ce4d6-letter-spacing:-1px;--e-global-typography-bb0b8bd-font-family:"lora";--e-global-typography-bb0b8bd-font-size:19.09910295px;--e-global-typography-bb0b8bd-font-weight:500;--e-global-typography-bb0b8bd-line-height:1.2em;--e-global-typography-bb0b8bd-letter-spacing:-1px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:#E82C3D;}.elementor-kit-10 h1{font-family:var( --e-global-typography-f1ce4d6-font-family ), Sans-serif;font-size:var( --e-global-typography-f1ce4d6-font-size );font-weight:var( --e-global-typography-f1ce4d6-font-weight );line-height:var( --e-global-typography-f1ce4d6-line-height );letter-spacing:var( --e-global-typography-f1ce4d6-letter-spacing );}.elementor-kit-10 h2{font-family:"lora", Sans-serif;font-size:24.72px;font-weight:500;line-height:1.2em;letter-spacing:-1px;}.elementor-kit-10 h3{font-family:var( --e-global-typography-bb0b8bd-font-family ), Sans-serif;font-size:var( --e-global-typography-bb0b8bd-font-size );font-weight:var( --e-global-typography-bb0b8bd-font-weight );line-height:var( --e-global-typography-bb0b8bd-line-height );letter-spacing:var( --e-global-typography-bb0b8bd-letter-spacing );}.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-kit-10{--e-global-typography-f1ce4d6-font-size:24.72187886px;}.elementor-kit-10 h1{font-size:var( --e-global-typography-f1ce4d6-font-size );line-height:var( --e-global-typography-f1ce4d6-line-height );letter-spacing:var( --e-global-typography-f1ce4d6-letter-spacing );}.elementor-kit-10 h3{font-size:var( --e-global-typography-bb0b8bd-font-size );line-height:var( --e-global-typography-bb0b8bd-line-height );letter-spacing:var( --e-global-typography-bb0b8bd-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-f1ce4d6-font-size:22px;--e-global-typography-bb0b8bd-font-size:18.5px;}.elementor-kit-10 h1{font-size:var( --e-global-typography-f1ce4d6-font-size );line-height:var( --e-global-typography-f1ce4d6-line-height );letter-spacing:var( --e-global-typography-f1ce4d6-letter-spacing );}.elementor-kit-10 h2{font-size:22px;}.elementor-kit-10 h3{font-size:var( --e-global-typography-bb0b8bd-font-size );line-height:var( --e-global-typography-bb0b8bd-line-height );letter-spacing:var( --e-global-typography-bb0b8bd-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.glass-card {
    background: rgba(210, 203, 195, 0.55);

    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);

    border-radius: 10px;

    border: 1px solid rgba(255,255,255,.25);

    box-shadow:
        0 8px 30px rgba(0,0,0,.04),
        inset 0 1px 0 rgba(255,255,255,.20);

    position: relative;
    overflow: hidden;

    transition: all .3s ease;
}

.glass-card::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        180deg,
        rgba(255,255,255,.20) 0%,
        rgba(255,255,255,.08) 30%,
        rgba(255,255,255,0) 100%
    );

    border-radius: inherit;
    pointer-events: none;
}

.glass-card > * {
    position: relative;
    z-index: 1;
}/* End custom CSS */