.elementor-2004 .elementor-element.elementor-element-fc39784{--display:flex;--min-height:440px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;}.elementor-2004 .elementor-element.elementor-element-fc39784:not(.elementor-motion-effects-element-type-background), .elementor-2004 .elementor-element.elementor-element-fc39784 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7655899 );}.elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri{writing-mode:inherit;}.elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri .elementor-heading-title{writing-mode:inherit;}.elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri div{writing-mode:inherit;}.elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri > div, .elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri > h1, .elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri > h2, .elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri > h3, .elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri > h4, .elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri > h5, .elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri > h6, .elementor-2004 .elementor-element.elementor-element-d86bacf.ob-harakiri > p{transform:rotate(0deg);}.elementor-2004 .elementor-element.elementor-element-d86bacf > div{text-indent:0px;mix-blend-mode:inherit;}.elementor-2004 .elementor-element.elementor-element-88c28ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:23px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri{writing-mode:inherit;}.elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri .elementor-heading-title{writing-mode:inherit;}.elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri div{writing-mode:inherit;}.elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri > div, .elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri > h1, .elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri > h2, .elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri > h3, .elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri > h4, .elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri > h5, .elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri > h6, .elementor-2004 .elementor-element.elementor-element-d02fc02.ob-harakiri > p{transform:rotate(0deg);}.elementor-2004 .elementor-element.elementor-element-d02fc02 > div{text-indent:0px;mix-blend-mode:inherit;}html, body{overflow-x:auto;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2004 .elementor-element.elementor-element-fc39784{--min-height:360px;}}@media(max-width:767px){.elementor-2004 .elementor-element.elementor-element-fc39784{--min-height:240px;}}/* Start custom CSS for text-editor, class: .elementor-element-d02fc02 *//* ==========================================
   CONTENT PAGE STYLING
   Reusable for legal & information pages
========================================== */

.content-page {
    color: #444;
    line-height: 1.8;
    font-size: 16px;
}

/* Main Heading */
.content-page h3 {
    margin: 0 0 40px;
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

/* Section Headings */
.content-page h4 {
    margin: 50px 0 18px;
    padding-top: 30px;
    border-top: 1px solid #e7e7e7;
    font-size: 1.45rem;
    font-weight: 600;
    color: #222;
}

/* Paragraphs */
.content-page p {
    margin: 0 0 22px;
}

/* Lists */
.content-page ul,
.content-page ol {
    margin: 0 0 30px 1.6rem;
    padding: 0;
}

/* List Items */
.content-page li {
    margin-bottom: 14px;
    line-height: 1.8;
}

.content-page li:last-child {
    margin-bottom: 0;
}

/* Links */
.content-page a {
    color: #0a66c2;
    text-decoration: none;
    transition: color .25s ease;
}

.content-page a:hover {
    text-decoration: underline;
}

/* Bold Text */
.content-page strong {
    color: #111;
    font-weight: 600;
}

/* Inline Code */
.content-page code {
    background: #f5f5f5;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: .95em;
}

/* Horizontal Rule */
.content-page hr {
    border: 0;
    border-top: 1px solid #ececec;
    margin: 50px 0;
}

/* Tables */
.content-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.content-page th,
.content-page td {
    border: 1px solid #e5e5e5;
    padding: 14px;
    text-align: left;
}

.content-page th {
    background: #f8f8f8;
    font-weight: 600;
}

/* Images */
.content-page img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
    border-radius: 8px;
}

/* Blockquotes */
.content-page blockquote {
    margin: 30px 0;
    padding: 18px 24px;
    border-left: 4px solid #ddd;
    background: #fafafa;
    font-style: italic;
}

/* Mobile */
@media (max-width: 768px) {

    .content-page {
        font-size: 15px;
        line-height: 1.7;
    }

    .content-page h3 {
        margin-bottom: 30px;
    }

    .content-page h4 {
        margin-top: 40px;
        padding-top: 24px;
        font-size: 1.3rem;
    }

    .content-page ul,
    .content-page ol {
        margin-left: 1.2rem;
    }
}/* End custom CSS */