.elementor-kit-241{--e-global-color-primary:#31A39D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F19F4C;--e-global-color-7933d0f:#CACACA;--e-global-color-9fd297c:#182029;--e-global-color-a6547d1:#124B48;--e-global-color-17dc45a:#232D3A;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:2rem;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:2px;color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-241 e-page-transition{background-color:#FFBC7D;}.elementor-kit-241 h1{font-size:4.5rem;font-weight:600;}.elementor-kit-241 h2{font-size:3rem;font-weight:500;}.elementor-kit-241 h3{font-size:2.5rem;}.elementor-kit-241 h4{font-size:2rem;}.elementor-kit-241 h5{font-size:1.5rem;}.elementor-kit-241 h6{font-size:1rem;text-transform:uppercase;}.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 */.eyebrow-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  flex-shrink: 0;
 color: var(--e-global-color-primary);
}

.num-block p {
    text-align: center;
    text-transform: capitalize;
    line-height: 1.2em !important;
    border-radius: 5px;
    padding: 5px !important;
    background: #124B48;
    color: #CACACA !important;
}

.num-block {
    border: 1px solid #124B48;
    border-radius: 7px;
    padding: 10px 5px 5px 5px !important;
}

.num-block .elementor-counter-number-suffix {
    position: relative;
    top: 3px;
}

.num-block .elementor-counter-number-wrapper {
    padding-bottom: 5px;
}

.wide-s p {
    line-height: 1.3em !important;
    text-align: center;
    color: #cacaca;
    font-weight: 300!important;
    font-size: 1.3rem !important;
}

.wide-s .elementor-counter-number{
    padding-bottom: 20px;
}

.wide-s {
    border: 1px dashed #31A39D90;
    border-radius: 5px;
    padding: 20px 10px 20px 10px;
}

.about-img {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.about-img:hover {
  opacity: 1;
}

.grecaptcha-badge {
    visibility: hidden !important;
}/* End custom CSS */