.elementor-kit-5{--e-global-color-primary:#BFB5AF;--e-global-color-secondary:#ECE2D0;--e-global-color-text:#1D1C1C;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Exo 2";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Exo 2";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-accent-font-family:"Sorts Mill Goudy";--e-global-typography-accent-font-size:30px;--e-global-typography-accent-font-weight:600;--e-global-typography-text-font-family:"Maitree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;}.elementor-kit-5 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);}.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 */body {
    overflow-x: hidden;
}

#intro-container {
    position: relative;
}

#intro-text {
    position: sticky;
    top: 0;
}

#intro-image {
  opacity: 1;
  inset: 0;
  animation: fadeToHalf 2s ease-in-out 1s forwards;
}

@keyframes fadeToHalf {
  from { opacity: 1; }
  to   { opacity: 0.7; }
}

#loop-carousel {
    max-width: 1200px;
}

.elementor-icon-wrapper {
    display: flex;
}

#mega-menu-items {
    height: 100%
}

#info-header {
    min-height: 5.5rem;
}/* End custom CSS */