.elementor-kit-7{--e-global-color-primary:#00ABE6;--e-global-color-secondary:#F5F5F5;--e-global-color-text:#EAEAFF;--e-global-color-accent:#02001D;--e-global-color-d661a00:#08006C;--e-global-color-8fd5974:#090092;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:normal;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-word-spacing:0.5px;--e-global-typography-61ccac4-font-family:"Poppins";--e-global-typography-61ccac4-font-size:0.95rem;--e-global-typography-61ccac4-font-weight:normal;--e-global-typography-61ccac4-text-transform:none;--e-global-typography-61ccac4-font-style:normal;--e-global-typography-61ccac4-text-decoration:none;--e-global-typography-61ccac4-line-height:1.6em;background-color:var( --e-global-color-accent );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-accent );}.elementor-kit-7 a{color:var( --e-global-color-secondary );font-weight:normal;text-transform:none;text-decoration:underline;}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-7 h1{color:var( --e-global-color-secondary );font-size:3.4rem;font-weight:600;text-transform:none;font-style:normal;line-height:1em;}.elementor-kit-7 h2{color:var( --e-global-color-secondary );font-size:2.2rem;line-height:1em;}.elementor-kit-7 h3{color:var( --e-global-color-secondary );font-size:1.3rem;font-weight:600;line-height:1em;}.elementor-kit-7 h4{color:var( --e-global-color-secondary );font-size:1.125rem;}.elementor-kit-7 h5{color:var( --e-global-color-secondary );}.elementor-kit-7 h6{color:var( --e-global-color-secondary );}.elementor-kit-7 img{border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color:var( --e-global-color-text );--lightbox-ui-color-hover:var( --e-global-color-secondary );--lightbox-text-color:var( --e-global-color-text );}.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:1366px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-7 h1{font-size:2.5rem;}.elementor-kit-7 h2{font-size:1.75rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:2400px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* Scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #0C00C5 rgba(0, 0, 0, 0);
}

/* Selection */
::-moz-selection {
    color: var(--e-global-color-primary);
    background: rgba(0, 0, 0, 0);
}

::selection {
    color: var(--e-global-color-primary);
    background: rgba(0, 0, 0, 0);
}

body {
    overflow-x: hidden!important;
}

@media (prefers-color-scheme: light) {
    .elementor-kit-7 {
        --e-global-color-primary: #00ABE6!important;
        --e-global-color-secondary: #2a2a2a!important;
        --e-global-color-text: #2a2a2a!important;
        --e-global-color-accent: #f2f2f2!important;
        --e-global-color-d661a00: #e4e4e4!important;
        --e-global-color-8fd5974: #e7e7e7!important;
    }
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
li {
    text-wrap: balance!important;
}

p strong, li strong {
    color: var(--e-global-color-secondary)!important;
}/* End custom CSS */