.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#242323;--e-global-color-text:#242323;--e-global-color-accent:#C29B40;--e-global-color-0e0ade8:#02010100;--e-global-color-b942ebe:#FFFFFF;--e-global-color-d71a07d:#D6B463;--e-global-color-64263aa:#E0E0E0;--e-global-typography-primary-font-family:"Red Hat Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Red Hat Display";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Red Hat Display";--e-global-typography-accent-font-weight:500;--e-global-typography-00874f6-font-family:"Red Hat Display";--e-global-typography-00874f6-font-size:18px;--e-global-typography-00874f6-font-weight:700;--e-global-typography-d1fe5f8-font-family:"Red Hat Display";--e-global-typography-d1fe5f8-font-size:54px;--e-global-typography-d1fe5f8-font-weight:400;--e-global-typography-d1fe5f8-text-transform:uppercase;--e-global-typography-26c95a4-font-family:"Red Hat Display";--e-global-typography-26c95a4-font-weight:600;--e-global-typography-0335d6b-font-family:"Red Hat Display";--e-global-typography-0335d6b-font-size:20px;--e-global-typography-0335d6b-font-weight:400;font-family:"Red Hat Display", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;--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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-d1fe5f8-font-size:82px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-00874f6-font-size:14px;--e-global-typography-d1fe5f8-font-size:37px;--e-global-typography-26c95a4-font-size:22px;--e-global-typography-0335d6b-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */#pojo-a11y-toolbar {
    zoom: 0.5 !important;
}

@supports not (zoom: 2) {
  #pojo-a11y-toolbar {
    transform: scale(0.5) !important;
    -moz-transform-origin: left center;
}
}

p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.elementor-kit-5 .elementor-field-group .elementor-field-textual::placeholder {
    opacity: 1;
}

.elementor-widget-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    
}

.elementor-widget-image:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.elementor-widget-image {
    overflow: hidden;
        border-radius: 0px;

}
.elementor-widget-image.no-border {
        border-radius: 0px;

}


@keyframes shine {
    100% {
        left: 105%
    }
}



.glassy {
background: rgba(255, 255, 255, 0.2);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border-radius: 0px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eeeeee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}/* End custom CSS */