.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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);}@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 */#badge .e-icon-list-icon {
  box-shadow: 0 0 0 4px rgba(58,160,227,.22);
  border-radius: 50%;
}

#blob-1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, #295393, transparent 68%);
  opacity: .45;
  border-radius: 50%;
  pointer-events: none;
  animation: imbGlow 12s ease-in-out infinite;
}

#blob-2 {
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, #2E608E, transparent 70%);
  opacity: .18;
  border-radius: 50%;
  pointer-events: none;
  animation: imbGlow 15s ease-in-out infinite;
}
#hero-ring {
  width: 440px;
  height: 440px;
  border: 1px solid rgba(199,216,230,.1);
  border-radius: 50%;
  pointer-events: none;
  animation: imbSpin 70s linear infinite;
}

@keyframes imbGlow {
  0%   { transform: translate(-50%,-50%) scale(1); opacity: .5; }
  50%  { transform: translate(-50%,-50%) scale(1.25); opacity: .8; }
  100% { transform: translate(-50%,-50%) scale(1); opacity: .5; }
}

@keyframes imbSpin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes imbDrift {
  0%   { transform: translate(0,0); }
  50%  { transform: translate(16px,-20px); }
  100% { transform: translate(0,0); }
}

@keyframes imbDrift2 {
  0%   { transform: translate(0,0); }
  50%  { transform: translate(-22px,16px); }
  100% { transform: translate(0,0); }
}

@keyframes imbLine {
  0%   { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes imbDot {
  0%   { top: 4%; opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { top: 90%; opacity: 0; }
}

@keyframes imbRise {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}/* End custom CSS */