.elementor-kit-6{--e-global-color-primary:#202538;--e-global-color-secondary:#2D344D;--e-global-color-text:#3276B9;--e-global-color-accent:#77BA43;--e-global-color-cefd591:#4076B8;--e-global-color-b2f72ee:#7EB943;--e-global-color-4a37a66:#EFEFEF;--e-global-color-ab262ea:#FFFFFF;--e-global-typography-primary-font-family:"sofia-pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"proxima-nova";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"proxima-nova";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"proxima-nova";--e-global-typography-accent-font-weight:500;--e-global-typography-29abddb-font-family:"proxima-nova";--e-global-typography-29abddb-font-size:1.1em;--e-global-typography-29abddb-font-weight:500;--e-global-typography-a4ae680-font-family:"sofia-pro";--e-global-typography-a4ae680-font-size:1.1em;--e-global-typography-a4ae680-font-weight:600;--e-global-typography-4d88661-font-family:"sofia-pro";--e-global-typography-4d88661-font-size:1.8em;--e-global-typography-4d88661-font-weight:800;--e-global-typography-4d88661-line-height:1.2em;--e-global-typography-9672ffe-font-family:"sofia-pro";--e-global-typography-9672ffe-font-size:2em;--e-global-typography-9672ffe-font-weight:800;--e-global-typography-64122bb-font-family:"sofia-pro";--e-global-typography-64122bb-font-size:2.8em;--e-global-typography-64122bb-font-weight:700;--e-global-typography-64122bb-line-height:1.3em;}.elementor-kit-6 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.site-title{display:var(--page-title-display);}@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-kit-6{--e-global-typography-64122bb-font-size:1.6em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.noClick {
   pointer-events: none;
}

.ue-marquee-content {
animation-duration: 250s !important;
}

.w100 {
    width: 100% important;
}

.nf-form-content label {
    font-size: 16px;
    line-height: 20px;
    font-family: roboto;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    color: #fff !important;
}

header.sticky-header {
    --header-height: 90px;
    --opacity: 1;
    --shrink-me: 0.80;
    --sticky-background-color: #212538;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(60% * var(--shrink-me));
}/* End custom CSS */