.elementor-kit-10{--e-global-color-primary:#212529;--e-global-color-secondary:#F4F4F4;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Antic Didone";--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-6355abb-font-family:"Antic Didone";--e-global-typography-6355abb-font-size:3.5em;--e-global-typography-6355abb-font-weight:400;--e-global-typography-6355abb-text-transform:uppercase;--e-global-typography-6355abb-line-height:1.2em;--e-global-typography-ae162b6-font-family:"Antic Didone";--e-global-typography-ae162b6-font-size:2.5em;--e-global-typography-ae162b6-font-weight:400;--e-global-typography-ae162b6-text-transform:uppercase;--e-global-typography-ae162b6-line-height:1.2em;--e-global-typography-42d13f6-font-family:"Antic Didone";--e-global-typography-42d13f6-font-size:1.5em;--e-global-typography-42d13f6-font-weight:400;--e-global-typography-42d13f6-text-transform:uppercase;--e-global-typography-42d13f6-line-height:1.3em;--e-global-typography-5d20b3d-font-family:"Inter";--e-global-typography-5d20b3d-font-size:0.9em;--e-global-typography-5d20b3d-line-height:1.4em;--e-global-typography-6582c5c-font-family:"Inter";--e-global-typography-6582c5c-font-size:1rem;--e-global-typography-6582c5c-font-weight:400;--e-global-typography-6582c5c-text-transform:uppercase;--e-global-typography-6582c5c-line-height:1.5em;--e-global-typography-0bb5cda-font-family:"Antic Didone";--e-global-typography-0bb5cda-line-height:1.5em;--e-global-typography-0bb5cda-word-spacing:1.2em;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-family:"Antic Didone", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 */#sasga-iframe-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}

#sasga-iframe-popup.active {
    display: block;
}

.sasga-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.25s ease;
}

#sasga-iframe-popup.active .sasga-popup-overlay {
    opacity: 1;
}

.sasga-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90vw;
    height: 85vh;
    transform: translate(-50%, -50%) scale(0.86);
    opacity: 0;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    transition:
        transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.22s ease;
}

#sasga-iframe-popup.active .sasga-popup-content {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

#sasga-popup-iframe {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}

.sasga-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #111;
    font-size: 28px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
}

.sasga-popup-close:hover {
    background: #fff;
}

body.sasga-popup-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .sasga-popup-content {
        width: 96vw;
        height: 80vh;
        border-radius: 6px;
    }

    .sasga-popup-close {
        top: 8px;
        right: 8px;
    }
}/* End custom CSS */