.elementor-kit-6{--e-global-color-primary:#010101;--e-global-color-secondary:#010101;--e-global-color-text:#010101;--e-global-color-accent:#0C4FF9;--e-global-color-d5e573a:#CCDBF64D;--e-global-color-db56c29:#FFFFFF;--e-global-color-853aec9:#FFFFFF00;--e-global-color-620ee8b:#EFF2F799;--e-global-color-6742f47:#CCDBF6;--e-global-color-83d5790:#F5F7FA;--e-global-color-a28e065:#A9A7A7;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Articulat CF";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Articulat CF";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:-0.8px;--e-global-typography-d29bc45-font-family:"Space Grotesk";--e-global-typography-d29bc45-font-size:41px;--e-global-typography-d29bc45-font-weight:400;--e-global-typography-d29bc45-line-height:1.1em;--e-global-typography-d29bc45-letter-spacing:-2.9px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-db56c29 );border-radius:100px 100px 100px 100px;}.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-kit-6{--e-global-typography-d29bc45-font-size:30px;--e-global-typography-d29bc45-letter-spacing:-1.8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
max-width: 100%;
overflow-x: hidden;
}
/* MASK */
.mask-reveal-bottom {
  overflow: hidden;
}

/* INITIAL STATE */
.mask-reveal-bottom > * {
  transform: translateY(120%);
  opacity: 0;
  will-change: transform;
}

/* REVEALED */
.mask-reveal-bottom.revealed > * {
  animation: maskRevealUp 0.8s cubic-bezier(.25,.8,.25,1) forwards;
}

/* KEYFRAMES */
@keyframes maskRevealUp {
  from {
    transform: translateY(120%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* EDITOR FIX */
.elementor-editor-active .mask-reveal-bottom > * {
  transform: none !important;
  opacity: 1 !important;
  animation: none !important;
}
/*Smoother fade animations */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Articulat CF';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://jidiam.com/wp-content/uploads/2026/03/ArticulatCF-Normal.woff2') format('woff2'),
		url('https://jidiam.com/wp-content/uploads/2026/03/ArticulatCF-Normal.woff') format('woff');
}
/* End Custom Fonts CSS */