.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end: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-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 */.article h1,
.article h2 {
    margin-top:20px;
    font-weight: 500;
    color: #000;
}
.article h3 {
    font-weight: 500;
    margin-top: 40px;
    color: #000;
}
.article h4 {
    font-weight: 500;
    margin-top: 20px;
    color: #000;
}

.article a {
    color: #0067FF;
}

.article strong { color: #000;
font-weight: 500;}

.article img {
    border-radius: 15px;
    margin-bottom: 20px;
}

.article blockquote {
    margin: 0;
    border-left: 2px solid #444;
    padding-left: 20px;
}

.article figure {
    margin: 0;
}

.article ol {
    padding-left: 20px !important;
}

ol {
    padding-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.article ul {
    padding-left: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
    .article ul {
        margin-top: -10px;
        padding-left: 25px;
    }
}

.article thead {
    background-color: rgb(240,242,245) !important;
}
.article th { 
    background-color: rgb(240,242,245) !important;
}

.article td {
    background-color: white !important;
}
.article .wp-block-table td, .wp-block-table th {
    border: 1px solid hsla(0,0%,50.2%,.5019607843);
}
.article .wp-block-table thead {
    border-bottom: 0;
}
.article table th {
    vertical-align: middle;
}
.article table th:first-child {
    width: 80px !important;
}

.article .wp-block-embed__wrapper {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 15px;
}
@media only screen and (max-width: 640px) {
    .article table th:first-child {
        width: 40px !important;
    }
}/* End custom CSS */