.elementor-kit-7{--e-global-color-primary:#080B12;--e-global-color-secondary:#D9A55C;--e-global-color-text:#8B93A5;--e-global-color-accent:#55DCE0;--e-global-color-f341b58:#080B12;--e-global-color-747c989:#0E131D;--e-global-color-c1a8ea7:#141B28;--e-global-color-8c86639:#E6ECF517;--e-global-color-8635a01:#D9A55C;--e-global-color-26d7ff0:#D9A55C29;--e-global-color-a970e98:#55DCE0;--e-global-color-0492a18:#55DCE024;--e-global-color-7eced8a:#F2F4F8;--e-global-color-ace446b:#8B93A5;--e-global-color-936dd60:#5E6577;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Space Grotesk";--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:"IBM Plex Mono";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-letter-spacing:0.14em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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 */.gradient-text{
    background: linear-gradient(90deg, #D9A55C, #55DCE0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.eq-gradient-text{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(45deg, #D9A55C, #55DCE0, #D9A55C, #55DCE0) 0% 0% / 400% 400% text;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    animation: eqGradientFlow 8s ease-in-out 0s infinite normal none running;
  }
  @keyframes eqGradientFlow {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
.eq-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.eq-btn:hover,
.eq-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(242, 244, 248, 0.14);
}

.eq-blink-dot .elementor-heading-title::before{
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  background: #D9A55C;
  box-shadow: 0 0 8px #D9A55C;
  animation: eqBlink 2.4s ease-in-out infinite;
}
@keyframes eqBlink{
  0%, 100%{ opacity: 1; }
  50%{ opacity: .35; }
}/* End custom CSS */