.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#C7C7C147;--e-global-color-text:#000000;--e-global-color-accent:#D9D9D9;--e-global-typography-primary-font-family:"Afacad";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:500;--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:"Afacad";--e-global-typography-secondary-font-size:28px;--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:"Afacad";--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-line-height:1em;--e-global-typography-text-font-family:"Afacad";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-family:"Afacad", Sans-serif;font-size:20px;font-weight:600;text-transform:none;font-style:normal;line-height:1em;}.elementor-kit-6 h3{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.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 h3{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.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-primary-font-size:26px;--e-global-typography-secondary-font-size:20px;--e-global-typography-accent-font-size:18px;--e-global-typography-text-font-size:16px;}.elementor-kit-6 h2{font-size:18px;}.elementor-kit-6 h3{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.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;
    
}

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

.ast-container, .site-content .ast-container {
    all: unset;
}

.container {
    padding: 60px 20px;
}

.btn-effect {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-effect::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    aspect-ratio: 1/1;
    background-color: #D9D9D9;
    z-index: -1;
    border-radius: 50%;
    transition: .2s ease;
}

.btn-effect:hover::before {
    width: 105%;
}

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

/* ACCORDION */

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

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

.accordion-title {
    width: 100%;
    text-align: left;
    padding: 10px;
    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 h2 {
    color: #232743;
    font-family: "Afacad", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
}

.accordion-title svg {
    transition: .3s ease;
    width: 16px;
    height: 16px;
    stroke: #AAABB1;
}

.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: rgba(35, 39, 67, .75);
    font-family: "Afacad", 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-item.active .minus {
    opacity: 0;
}

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

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

@media screen and (min-width: 1024px) {
    .accordion-title {
        padding: 24px 50px 24px 50px;
    }
    .accordion-title h2 {
        font-size: 22px;
    }
    .accordion-content {
        font-size: 18px;
        padding: 0 50px;
    }
    .accordion-item.active .accordion-content {
        padding-bottom: 24px;
    }
}/* End custom CSS */