.elementor-kit-342{--e-global-color-primary:#0B6CFF;--e-global-color-secondary:#6B7280;--e-global-color-text:#111827;--e-global-color-accent:#005AE0;--e-global-typography-primary-font-family:"Inter";--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:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-weight:400;line-height:16px;}.elementor-kit-342 button,.elementor-kit-342 input[type="button"],.elementor-kit-342 input[type="submit"],.elementor-kit-342 .elementor-button{background-color:var( --e-global-color-primary );font-size:16px;font-weight:500;letter-spacing:0.2px;border-radius:6px 6px 6px 6px;padding:12px 20px 12px 20px;}.elementor-kit-342 button:hover,.elementor-kit-342 button:focus,.elementor-kit-342 input[type="button"]:hover,.elementor-kit-342 input[type="button"]:focus,.elementor-kit-342 input[type="submit"]:hover,.elementor-kit-342 input[type="submit"]:focus,.elementor-kit-342 .elementor-button:hover,.elementor-kit-342 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-342 e-page-transition{background-color:#FFBC7D;}.elementor-kit-342 h1{font-size:42px;font-weight:600;}.elementor-kit-342 h2{font-size:32px;font-weight:600;}.elementor-kit-342 h3{font-size:24px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:40px;--container-default-padding-right:40px;--container-default-padding-bottom:40px;--container-default-padding-left:40px;}.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 *//* Primary buttons & links */
a,
.button-primary {
  background-color: #0B6CFF;
  color: #fff;
}
a:hover,
.button-primary:hover {
  background-color: #005AE0;
}
a:focus,
.button-primary:focus,
.button-primary:active {
  background-color: #0047B3;
  outline: 2px solid #0047B3;
  outline-offset: 2px;
}
.button-primary:disabled {
  background-color: #B3D1FF;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.7;
}

/* Ghost/outline buttons */
.button-ghost {
  border: 1px solid #6B7280;
  color: #6B7280;
}
.button-ghost:hover {
  border-color: #4B5563;
  color: #4B5563;
}
/* Focus & Active */
.button, .elementor-button {
  transition: all 0.2s ease-in-out;
}
.button:focus, .button:active,
.elementor-button:focus, .elementor-button:active {
  background-color: var(--e-global-color-primary-active);
  outline: 2px solid var(--e-global-color-primary-active);
  outline-offset: 2px;
}

/* Disabled */
.button:disabled, .elementor-button:disabled {
  background-color: var(--e-global-color-primary-disabled);
  color: #FFFFFF;
  opacity: 0.7;
  cursor: not-allowed;
}/* End custom CSS */