.elementor-kit-7{--e-global-color-primary:#E53D20;--e-global-color-secondary:#4660B1;--e-global-color-text:#303030;--e-global-color-accent:#EFEFEF;--e-global-color-4cd7ff7:#FFFFFF;--e-global-color-48faf15:#000000;--e-global-color-8f1d871:#636363;--e-global-typography-primary-font-family:"Exo 2";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"IBM Plex Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"IBM Plex Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Outfit", Sans-serif;font-size:16px;font-weight:400;line-height:1.3em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:1.8em;}.elementor-kit-7 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-7 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-7 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h5{font-family:"Jost", Sans-serif;font-weight:500;line-height:1.2em;}.elementor-kit-7 h6{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.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-kit-7{font-size:15px;line-height:1.3em;}.elementor-kit-7 a{line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-7 h1{line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h2{line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h3{line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-7 h4{line-height:var( --e-global-typography-primary-line-height );}.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:14px;line-height:1.3em;}.elementor-kit-7 a{line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-7 h1{line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h2{line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h3{line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-7 h4{line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Reusable gradient text utility */
.grad-text{
  /* fallback if gradient is not supported */
  color:#4660B1;

  /* gradient text */
  --grad-a:#4660B1;
  --grad-b:#E53D20;
  background-image:linear-gradient(90deg, var(--grad-a), var(--grad-b));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;

  /* prevents the “colored box” issue */
  display:inline;         /* stay inline inside headings */
  line-height:1em;        /* tighten clipping to glyphs */
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}

/* If your word might wrap across lines, add this helper */
.grad-text.wrap{
  padding:0 .02em;        /* tiny padding avoids seam on wrap */
}

/* Optional animated version */
.grad-text.anim{
  background-size:200% 100%;
  animation:gt-move 4s ease infinite;
}
@keyframes gt-move{
  0%{background-position:0 0;}
  100%{background-position:100% 0;}
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: auto; /* disable default for our JS version */
}

.smooth-scroll {
  will-change: transform;
}

html {
  scroll-behavior: auto !important;
}

/* Speed + easing for Mega Fibre off-canvas (widget ID 8253174) */

/* Change duration for this widget only */
.elementor-element-8253174.elementor-widget-off-canvas {
  --e-off-canvas-animation-duration: 0.50s;   /* try 0.18s for ultra fast */
}

/* Make the slide/fade feel smoother */
.elementor-element-8253174.elementor-widget-off-canvas
  .e-off-canvas__main.animated {
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Optional. smooth overlay fade instead of instant */
.elementor-element-8253174.elementor-widget-off-canvas
  .e-off-canvas__overlay {
  transition: opacity 0.22s ease-out;
}/* End custom CSS */