.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#FAFBFC;--e-global-typography-primary-font-family:"Area Normal";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Area Normal";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1em;--e-global-typography-accent-font-family:"Area Normal";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1em;--e-global-typography-text-font-family:"Area Normal";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:200;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-2e57cb1-font-family:"Area Normal";--e-global-typography-2e57cb1-font-size:28px;--e-global-typography-2e57cb1-font-weight:400;--e-global-typography-2e57cb1-text-transform:none;--e-global-typography-2e57cb1-font-style:normal;--e-global-typography-2e57cb1-text-decoration:none;--e-global-typography-2e57cb1-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:16px;--e-global-typography-accent-font-size:18px;--e-global-typography-text-font-size:16px;--e-global-typography-2e57cb1-font-size:20px;}.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 */p {
    margin: 0 !important;
}

#content ul, #content ol {
    margin-left: 1rem !important;
    margin-bottom: 0px !important;
}

p + p, ul + p, p + ul, ol + p, p + ol {
    margin-top: 1rem !important; 
}

.container {
    padding: 60px 20px;
}

.ast-container {
    all: unset !important;
}

@media screen and (min-width: 1024px) {
    .container {
        padding: 75px 100px;
    }
}

/* ACCORDION */

.custom-accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    border-bottom: 1px solid #000;
}

.accordion-title {
    width: 100%;
    text-align: left;
    padding: 16px;
    font-size: 18px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.accordion-title h4 {
    color: #232743;
    font-family: "Area Normal", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
}

.accordion-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease-out, opacity 0.2s ease-out, padding 0.2s ease-out;
    padding: 0 15px;
    color: black;
    font-family: "Area Normal", Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.accordion-item.active .accordion-content {
    opacity: 1;
    padding-bottom: 10px;
}

.accordion-content h5 {
    color: #232A57;
    font-family: "Area Normal", Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    margin-block: 1rem;
}

@media screen and (min-width: 1024px) {
    .accordion-title {
        padding: 24px 50px 24px 50px;
    }
    .accordion-title h4 {
        font-size: 22px;
    }
    .accordion-content {
        font-size: 18px;
        padding: 0 50px;
    }
    .accordion-item.active .accordion-content {
        padding-bottom: 24px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Area Normal';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('http://drgardienkevin.com/wp-content/uploads/2025/11/Area_Normal_Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Area Normal';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://drgardienkevin.com/wp-content/uploads/2025/11/Area_Normal_Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */