.elementor-kit-6{--e-global-color-primary:#0057C3;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-49e7ee7:#FF002F;--e-global-color-7ecc57e:#DDC700;--e-global-color-6c432b1:#04CD00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;}.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){--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 */html, body {
  width: 100%;
  min-height: 100%;
}
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f6faff;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: -40%;
  z-index: -2;
  background:
    radial-gradient(70vw 70vh at 20% 25%, rgba(100, 185, 255, 0.40), transparent 70%),
    radial-gradient(80vw 75vh at 75% 30%, rgba(255, 95, 95, 0.22), transparent 75%),
    radial-gradient(75vw 70vh at 50% 85%, rgba(130, 200, 255, 0.35), transparent 75%),
    radial-gradient(65vw 65vh at 85% 70%, rgba(255, 110, 110, 0.20), transparent 75%),
    radial-gradient(90vw 80vh at 40% 50%, rgba(120, 210, 255, 0.25), transparent 80%);
  filter: blur(120px);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.50);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  z-index: -1;
}/* End custom CSS */