.elementor-426 .elementor-element.elementor-element-ee1d88e{--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;--justify-content:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-426 .elementor-element.elementor-element-47edc6e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:130px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-318e231 *//* =========================
   COOKIE PAGE TYPOGRAPHY
========================= */

#cookie-page h1 {
    font-family: "Roboto Flex", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 49px;
    color: #000033;
    text-align: center;
}

#cookie-page h4 {
    font-family: "Roboto Flex", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #2A68F4;
}

#cookie-page p,
#cookie-policy-description,
#cookie-page table,
#cookie-page th,
#cookie-page td,
#cookie-page span {
    font-family: "Roboto Flex", sans-serif;
    font-size: 14.4px !important;
    line-height: 22px;
    color: #000033;
}

/* =========================
   LINKS
========================= */

#cookie-page a {
    font-family: "Roboto Flex", sans-serif;
    font-size: 14.4px !important;
    line-height: 22px !important;
    color: #2A68F4 !important;
    word-break: break-word;
    text-decoration: none !important;
}

#cookie-page a:hover {
    text-decoration: underline !important;
}

/* =========================
   TABLE STYLING
========================= */

#cookie-page table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #ffffff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px;
    overflow: hidden;
}

/* TABLE HEADER */

#cookie-page table thead th {
    background: #ff6700 !important;
    color: #ffffff !important;
    padding: 10px 14px !important;
    text-align: left !important;
    font-size: 14.4px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    border-right: 1px solid #d9d9d9 !important;
}

#cookie-page table thead th:last-child {
    border-right: none !important;
}

/* TABLE BODY */

#cookie-page table tbody tr,
#cookie-page table tbody tr:nth-child(even),
#cookie-page table tbody tr:nth-child(odd) {
    background: #ffffff !important;
}

/* TABLE CELLS */

#cookie-page table tbody td {
    padding: 10px 14px !important;
    border-top: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
    background: #ffffff !important;
    vertical-align: top !important;
    font-size: 14.4px !important;
    line-height: 20px !important;
    color: #000033 !important;
}

#cookie-page table tbody td:last-child {
    border-right: none !important;
}

/* TABLE LINKS */

#cookie-page table td a {
    color: #2A68F4 !important;
    font-size: 14.4px !important;
    line-height: 20px !important;
    word-break: break-word;
}

/* =========================
   TABLE CAPTION
========================= */

#cookie-page table caption {
    padding-bottom: 12px;
    text-align: left;
    font-weight: 600;
    color: #000033;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {

    #cookie-page h1 {
        font-size: 32px;
        line-height: 38px;
    }

    #cookie-page h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    /* Prevent page horizontal scroll */
    #cookie-page {
        overflow-x: hidden;
    }

    /* Headings */
    #cookie-page h1 {
        font-size: 24px;
        line-height: 30px;
    }

    #cookie-page h4 {
        font-size: 18px;
        line-height: 24px;
    }

    /* Table scroll */
    #cookie-page table {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Table cells */
    #cookie-page th,
    #cookie-page td {
        min-width: 140px;
        white-space: normal !important;
        overflow-wrap: break-word;
    }

    #cookie-page table thead th,
    #cookie-page table tbody td {
        padding: 10px 12px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    /* Links and spans wrap properly */
    #cookie-page a,
    #cookie-page span {
        overflow-wrap: anywhere;
    }
}/* End custom CSS */