.elementor-kit-443{--e-global-color-primary:#2C579D;--e-global-color-secondary:#047781;--e-global-color-text:#000000;--e-global-color-accent:#7ECDBB;--e-global-color-9588587:#FFFFFF;--e-global-color-c82a5be:#2A323B;--e-global-color-868719c:#EE926C;--e-global-color-f2e352a:#465362;--e-global-color-2fdd7cc:#D5EFE9;--e-global-color-bd6cc1c:#1E3B6B;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0.2em;--e-global-typography-17a8f4a-font-family:"Montserrat";--e-global-typography-17a8f4a-font-size:20px;--e-global-typography-17a8f4a-font-weight:300;--e-global-typography-17a8f4a-line-height:1.5em;background-color:var( --e-global-color-9588587 );color:#000000;font-family:"Montserrat", Sans-serif;font-size:1.4rem;font-weight:300;line-height:2rem;}.elementor-kit-443 button,.elementor-kit-443 input[type="button"],.elementor-kit-443 input[type="submit"],.elementor-kit-443 .elementor-button{background-color:var( --e-global-color-868719c );font-family:"Montserrat", Sans-serif;color:var( --e-global-color-9588587 );border-radius:5px 5px 5px 5px;}.elementor-kit-443 e-page-transition{background-color:#FFBC7D;}.elementor-kit-443 p{margin-block-end:2em;}.elementor-kit-443 a{color:var( --e-global-color-868719c );font-weight:400;}.elementor-kit-443 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-443 h1{color:var( --e-global-color-primary );font-size:50px;font-weight:600;line-height:1.4em;}.elementor-kit-443 h2{color:var( --e-global-color-primary );font-weight:600;}.elementor-kit-443 h3{color:var( --e-global-color-accent );font-weight:600;}.elementor-kit-443 h4{color:var( --e-global-color-accent );font-weight:600;}.elementor-kit-443 h5{color:var( --e-global-color-c82a5be );font-weight:500;}.elementor-kit-443 h6{color:var( --e-global-color-c82a5be );font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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-kit-443{font-size:1.2rem;line-height:1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-443{font-size:1.1rem;line-height:1.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Announcement Popup */
.mma-announcement-modal{
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90%,700px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    z-index: 999999;
    padding:15px 35px 10px 35px;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    border-radius: 12px;
    display: none;
    overflow:hidden;
}

.mma-announcement-content {
    max-height: 85vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width:767px) {
    .mma-announcement-content {
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    }
}

.mma-announcement-modal.announcement-hidden{
    display: none !important;
}

.mma-announcement-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    z-index: 999998;
    display: none;
}

.mma-announcement-close{
    position:absolute;
    top:-10px;
    right:-20px;
    font-size:40px;
    line-height:1;
    cursor:pointer;
    font-weight:300;
    z-index: 10;
    background:#fff;
    padding:0 6px;
}
body.mma-announcement-open {
    overflow: hidden;
}
/* Display modal as regular section in page editor */
.elementor-editor-active .mma-announcement-modal,
.elementor-editor-preview .mma-announcement-modal {
    display: block !important;
    position: relative !important;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 700px;
    margin: 40px auto;
    z-index: 1;
}
/* END Announcement Popup */

.non-clickable-item > a {
    cursor: default; /* Sets the cursor to default on hover */
}
.elementor-widget-text-editor ul {
  display: inline-block;
  width: auto;
}
.elementor-widget-text-editor ol li, .elementor-widget-text-editor ul li {
    color:var(--e-global-color-text);
    border-bottom:dashed 1px var(--e-global-color-secondary);
    line-height: 1.3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.elementor-widget-text-editor ol li::marker, .elementor-widget-text-editor ul li::marker {
    color:var(--e-global-color-primary);
    font-weight:500;
}
.elementor-widget-text-editor ol li:last-of-type, .elementor-widget-text-editor ul li:last-of-type {
    border-bottom:none;
}
.elementor-widget-text-editor blockquote {
  position: relative;
  margin: 30px 0;
  padding: 20px 25px;
  background: #f8f9fb;
  border-left: 6px solid var(--e-global-color-accent);
  line-height: 1.6;
  font-style: italic;
}

.elementor-widget-text-editor blockquote p {
  margin: 0;
}
.elementor-widget-text-editor p strong {
  font-weight:600;
}

@media (max-width: 767px) {
.elementor-widget-text-editor .img-mobile-100 {
    width:100%;
    height:auto;
    margin-bottom:20px;
}
}
/* Hide by default (desktop) */
.show-mobile-only {
  display: none !important;
}

/* Show on tablet and mobile */
@media (max-width: 1024px) {
  .show-mobile-only {
    display: block !important;
  }
}
@media (max-width : 1200px) {
    .header-container {
        padding:0 1%;
    }
}/* End custom CSS */