.elementor-kit-6{--e-global-color-primary:#101010;--e-global-color-text:#FFFFFF;--e-global-color-accent:#D0394D;--e-global-color-secondary:#54595F;--e-global-color-c033631:#FFFFFF0D;--e-global-color-c0f9292:#AE293A0D;--e-global-color-9357a0b:#AE293A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.6;--e-global-typography-6def5a2-font-family:"Poppins";--e-global-typography-6def5a2-font-size:4rem;--e-global-typography-6def5a2-font-weight:700;--e-global-typography-6def5a2-line-height:1;--e-global-typography-1b0fcb5-font-family:"Poppins";--e-global-typography-1b0fcb5-font-size:1.5rem;--e-global-typography-1b0fcb5-font-weight:700;--e-global-typography-1b0fcb5-line-height:1.2;--e-global-typography-9260305-font-family:"Poppins";--e-global-typography-9260305-font-size:1.125rem;--e-global-typography-9260305-font-weight:300;--e-global-typography-9260305-line-height:1.6;--e-global-typography-b857e02-font-family:"Poppins";--e-global-typography-b857e02-font-size:0.875rem;--e-global-typography-b857e02-font-weight:300;--e-global-typography-b857e02-line-height:1.6;background-color:var( --e-global-color-primary );overscroll-behavior:contain;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:75rem;}.e-con{--container-max-width:75rem;--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);}.elementor-lightbox{background-color:var( --e-global-color-primary );--lightbox-ui-color:var( --e-global-color-accent );--lightbox-ui-color-hover:var( --e-global-color-accent );--lightbox-text-color:var( --e-global-color-text );--lightbox-header-icons-size:1rem;--lightbox-navigation-icons-size:1rem;}.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-kit-6{--e-global-typography-6def5a2-font-size:2rem;--e-global-typography-1b0fcb5-font-size:1.125rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    ::selection {
        background-color: var(--e-global-color-accent);
        color:  var(--e-global-color-text);
    }    
}

:is(h1, h2, h3, h4) {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

[data-widget_type="text-editor.default"] {
    p:last-child {
        margin-block-end: 0;
    }
}

:is(ol, ul) {
    padding-inline-start: 1rem;
    
    ::marker {
        color: var(--e-global-color-accent);
    }
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}/* End custom CSS */