.elementor-kit-8{--e-global-color-primary:#F1FFFA;--e-global-color-secondary:#464E47;--e-global-color-text:#F1FFFA;--e-global-color-accent:#96E6B3;--e-global-color-b31e34a:#F1FFFA;--e-global-color-c1e93be:#CCFCCB;--e-global-color-3898acd:#96E6B3;--e-global-color-9063d6d:#568259;--e-global-color-ce857a5:#464E47;--e-global-color-5469866:#1C211E;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-c3b12ac-font-family:"Poppins";--e-global-typography-c3b12ac-font-size:16px;--e-global-typography-c3b12ac-font-weight:500;--e-global-typography-16205d7-font-family:"Poppins";--e-global-typography-16205d7-font-size:48px;--e-global-typography-16205d7-font-weight:500;--e-global-typography-16205d7-text-transform:uppercase;--e-global-typography-16205d7-line-height:1.25em;--e-global-typography-9b5e310-font-family:"Poppins";--e-global-typography-9b5e310-font-size:20px;--e-global-typography-9b5e310-font-weight:400;--e-global-typography-9b5e310-line-height:1.4em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:0px;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:var( --e-global-color-9063d6d );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */:root {
    --mint: #F1FFFA;
    --tea: #CCFCCB;
    --celadon: #96E6B3;
    --fern: #568259;
    --iron: #424D46;
    --carbon: #1C211E;
}

.fit {
    width: fit-content;
}

.relative {
    position: relative;
}

.full {
  height: 100vh;
}

@media (max-width: 768px) {
  .full {
    height: auto;
  }
}

.pointer {
    cursor: pointer;
}/* End custom CSS */