.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#432E6D;--e-global-color-text:#000000;--e-global-color-accent:#A78E61;--e-global-color-7a0a662:#432E6D;--e-global-color-b163c19:#463175;--e-global-color-611c508:#FFFFFF;--e-global-color-ec3817d:#2C1606;--e-global-color-f4778b2:#A6D68C;--e-global-color-5efeeae:#F0F0F0;--e-global-color-a588c9d:#F0F0F0;--e-global-color-3e92e41:#777777;--e-global-color-f2bb65b:#3F2009;--e-global-color-56e4885:#F8EFE9;--e-global-color-313bf79:#F1E1D6;--e-global-color-2ba208c:#A78E61;--e-global-color-c1bae0f:#422D6C;--e-global-color-0f9cf31:#9A7CD6;--e-global-color-8299557:#F6F1FF;--e-global-color-a5cee0c:#3F2009;--e-global-color-fc5c7d6:#777777;--e-global-color-966051f:#777777;--e-global-color-6af8a4a:#432E6DA8;--e-global-color-e7df168:#1A2150D4;--e-global-color-3745a6c:#313F5AD4;--e-global-color-fa5df3f:#313F5AD4;--e-global-color-2346160:#FFF8EA;--e-global-color-16a8db9:#CEB589;--e-global-color-b0e62bf:#D6BE93;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Alef", Sans-serif;}.elementor-kit-7 h2{color:var( --e-global-color-accent );font-family:"Alef", Sans-serif;}.elementor-kit-7 h3{font-family:"Alef", Sans-serif;}.elementor-kit-7 h4{font-family:"Assistant", Sans-serif;}.elementor-kit-7 h6{font-family:"Alef", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 {
  font-weight: 800;
  display: inline-block;

  background: linear-gradient(
    #a78e61,
    #EBAE84,
    #cfba94,
    #e5d8c0,
    #a78e61
  );

  background-size: 300% 300%;
  background-position: 100% 50%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gradientMoveRTL 6s ease-in-out infinite;
}

@keyframes gradientMoveRTL {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}/* End custom CSS */