.elementor-kit-7{--e-global-color-primary:#0C2EF7;--e-global-color-secondary:#54595F;--e-global-color-text:#222940;--e-global-color-accent:#FB00CF;--e-global-color-c0f7eff:#0C2EF7;--e-global-color-d76a504:#000523;--e-global-color-6769582:#2D467D;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F7F9FF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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 */.hero-btn.hero-btn-primary {}

.hero-btn.hero-btn-primary span.elementor-button-icon {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
}
.hero-btn.hero-btn-primary:hover span.elementor-button-icon {
    background-color: #ffffff4d; 
}

.hero-btn.hero-btn-primary span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.hero-btn.hero-btn-primary span.elementor-button-content-wrapper:before {
    animation: shine 3s ease-in-out infinite;
    animation-delay: 1s;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .3) 50%, transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    will-change: transform;  
}
@keyframes shine {
    0% {
        transform: translateX(-100%)
    }

    20% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(100%)
    }
}

.hero-btn.hero-btn-primary .elementor-button{
        position: relative;
        overflow: hidden;
}


.hero-btn.hero-btn-secondary span.elementor-button-icon {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
}
.hero-btn.hero-btn-secondary span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}


.hero-btn-secondary a{
        -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .4);
}

.hero-btn.hero-btn-secondary:hover span.elementor-button-icon {
    background-color: rgba(0, 0, 0, .08);
    opacity: .8;
}

.elementor .e-ce64877-8092f79 {
        display: flex !important;
    gap: 10px;
    width: fit-content;
}/* End custom CSS */