.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4e5dee2:#FF3D9A;--e-global-color-7509d20:#4DB8FF;--e-global-color-44c657b:#0BFFD6;--e-global-color-a6d0946:#9B5DE5;--e-global-color-2edbe3d:#EDF2F7;--e-global-color-5a7a41a:#06080B;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"DM Sans";--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;font-family:"DM Sans", Sans-serif;font-weight:300;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Syne", Sans-serif;font-weight:800;}.elementor-kit-9 h2{font-family:"Syne", Sans-serif;font-weight:700;}.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 */:root {
  --bg: #06080b;
  --pink: #ff3d9a;
  --blue: #4db8ff;
  --teal: #0bffd6;
  --purple: #9b5de5;
  --white: #edf2f7;
  --muted: rgba(237,242,247,0.45);
  --border: rgba(255,61,154,0.14);
  --card: rgba(255,255,255,0.025);
  --glow: rgba(255,61,154,0.22);
}

body {
  background: var(--bg) !important;
  color: var(--white);
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}
}

.fi::placeholder {
  color: rgba(237,242,247,.45) !important;
}

.fi {
  background: rgba(15,18,24,0.85) !important;
  backdrop-filter: blur(8px);
}/* End custom CSS */