.elementor-kit-12{--e-global-color-primary:#0F6B6D;--e-global-color-secondary:#F5E9D6;--e-global-color-text:#113E3F;--e-global-color-accent:#7BAA6D;--e-global-color-bef01e1:#FCFBF7;--e-global-color-76548d4:#FAF8F2;--e-global-color-daffd9f:#F8F2E6;--e-global-color-d75712f:#8A5A3B;--e-global-color-2d3d8f8:#F2C14E;--e-global-color-efcdb67:#1E7D80;--e-global-typography-primary-font-family:"Dancing Script";--e-global-typography-primary-font-size:96px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:500;--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-weight:600;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:15px;font-weight:500;text-transform:uppercase;color:#FFFFFF;border-radius:3px 3px 3px 3px;padding:6px 14px 7px 14px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-efcdb67 );color:#FFFFFF;border-radius:3px 3px 3px 3px;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-weight:500;}.elementor-kit-12 a:hover{color:var( --e-global-color-accent );}.elementor-kit-12 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-12 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-12 h3{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-12 h4{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-weight:500;}.elementor-kit-12 h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-12 h6{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-12 img{border-radius:3px 3px 3px 3px;}.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);}.elementor-lightbox{background-color:#113E3FEB;--lightbox-ui-color:var( --e-global-color-secondary );--lightbox-ui-color-hover:var( --e-global-color-bef01e1 );--lightbox-text-color:var( --e-global-color-secondary );--lightbox-header-icons-size:25px;--lightbox-navigation-icons-size:25px;}.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-12{font-size:17px;}.elementor-kit-12 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-12 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-12 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-12 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-12 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */ul {
    margin-bottom: 20px;
}

.img-ratio-1-1 {
  aspect-ratio: 1 / 1;
  height:auto;
  object-fit: cover !important;
}

.img-ratio-a4 {
  aspect-ratio: 210 / 297;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.img-ratio-4-3{
  aspect-ratio: 4 / 3;
  height:auto;
  object-fit: cover !important;
}

.img-ratio-3-2{
  aspect-ratio: 3 / 2;
  height:auto;
  object-fit: cover !important;
}

.balance {
    text-wrap: balance;
}

.parentsubheader .elementor-item {
    background-color: var(--e-global-color-primary) !important;
    border-radius: 3px;
}

.parentsubheader .elementor-item:hover {
    background-color: var(--e-global-color-alt) !important;
    border-radius: 3px;
}/* End custom CSS */