.elementor-kit-6{--e-global-color-primary:#07111F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#0D1B32;--e-global-color-accent:#0D4DFF;--e-global-color-9ba5b66:#19C2FF;--e-global-color-a74b4c3:#7EE7FF;--e-global-color-dfb58f3:#F4F8FF;--e-global-color-1976e88:#A8B7D3;--e-global-color-83eb9cf:#112544;--e-global-color-ff17adc:#17325B;--e-global-color-18df3cb:#6F83A8;--e-global-color-7849c2f:#223A63;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;line-height:1em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 a{font-family:"Inter", Sans-serif;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;}.elementor-kit-6 h6{font-family:"Inter", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;}.elementor-kit-6 label{font-family:"Inter", Sans-serif;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */.elementor-icon-box-title {
    margin-top: 0;
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset, 90px);
}
.elementor-section[id],
.elementor-element[id]{
  scroll-margin-top: var(--header-offset, 90px);
}

body:not(.elementor-editor-active) .js-reveal-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

body:not(.elementor-editor-active):not(.front-page):not(.home):not(.page-template-elementor_canvas){
  padding-top: var(--header-offset, 90px);
}

body.front-page:not(.elementor-editor-active) .js-reveal-header,
body.home:not(.blog):not(.elementor-editor-active) .js-reveal-header{
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;

  transition: transform .35s ease, opacity .35s ease;
  will-change: transform, opacity;
}

body.front-page:not(.elementor-editor-active) .js-reveal-header.is-visible,
body.home:not(.blog):not(.elementor-editor-active) .js-reveal-header.is-visible{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1024px){
  body:not(.elementor-editor-active) .js-reveal-header,
  body:not(.elementor-editor-active) .js-reveal-header .e-con,
  body:not(.elementor-editor-active) .js-reveal-header .elementor-widget,
  body:not(.elementor-editor-active) .js-reveal-header .elementor-widget-nav-menu{
    overflow: visible !important;
  }

  body:not(.elementor-editor-active) .js-reveal-header .elementor-nav-menu--dropdown{
    z-index: 100000 !important;
  }
}/* End custom CSS */