.elementor-3142 .elementor-element.elementor-element-a15e909{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3142 .elementor-element.elementor-element-3c1ae0c a:hover, .elementor-3142 .elementor-element.elementor-element-3c1ae0c a:focus{color:var( --e-global-color-text );}/* Start custom CSS for text-editor, class: .elementor-element-3c1ae0c */html {
    font-size: 16px;
}

/* Responsive Typography Scaling */
@media (max-width: 1366px) {
    html { font-size: 15.5px; }
}

@media (max-width: 1200px) {
    html { font-size: 15px; }
}

@media (max-width: 1024px) {
    html { font-size: 14.5px; }
}

@media (max-width: 880px) {
    html { font-size: 14px; }
}

@media (max-width: 767px) {
    html { font-size: 13.5px; }
}

/* Base Layout */
.article-content {
    line-height: 1.75;
    color: #222;
}

/* Headings */
.article-content h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
}

.article-content h2 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-content h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
}

.article-content h4 {
    font-size: 1.1rem;
}

/* Links */
a {
    text-decoration: none;
    color: #464feb;
}

a:hover {
    opacity: 0.85;
}

/* Lists */
ul {
    margin: 1rem 0;
    padding-left: 1.3rem;
}

/* Divider */
hr {
    border: none;
    border-top: 1px solid #e6e6e6;
    margin: 2rem 0;
}

/* Strong emphasis */
strong {
    font-weight: 600;
}

/* SEO Hidden Headings */
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}/* End custom CSS */