.elementor-9630 .elementor-element.elementor-element-d0c38f8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1d23624 *//* =========================================================
   Q TECH - PRIVACY POLICY HERO
   ALTERNATE SIMPLE PROFESSIONAL VERSION

   STYLE:
   - Clean
   - Centered
   - No illustration
   - No heavy graphics
   - Q TECH matching colors

   Desktop : Above 1024px
   Tablet  : 768px - 1024px
   Mobile  : Below 768px
========================================================= */


/* =========================================================
   01. BOX SIZING
========================================================= */

.qtpp-simple-hero,
.qtpp-simple-hero *,
.qtpp-simple-hero *::before,
.qtpp-simple-hero *::after {
    box-sizing: border-box;
}


/* =========================================================
   02. HERO SECTION
========================================================= */

.qtpp-simple-hero {
    position: relative;

    width: 100%;

    margin: 0;
    padding: 48px 0;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fbff 100%
        );

    border-bottom: 1px solid #e5edf6;
}


/* =========================================================
   03. VERY LIGHT BACKGROUND DECORATION
========================================================= */

.qtpp-simple-hero::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -170px;
    left: -110px;

    border-radius: 50%;

    background:
        rgba(23, 103, 223, .035);

    pointer-events: none;
}


.qtpp-simple-hero::after {
    content: "";

    position: absolute;

    width: 230px;
    height: 230px;

    right: -120px;
    bottom: -160px;

    border-radius: 50%;

    background:
        rgba(23, 103, 223, .04);

    pointer-events: none;
}


/* =========================================================
   04. CONTAINER
========================================================= */

.qtpp-simple-container {
    position: relative;

    z-index: 2;

    width: calc(100% - 48px);
    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================================
   05. INNER
========================================================= */

.qtpp-simple-inner {
    width: 100%;
    max-width: 760px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   06. BADGE
========================================================= */

.qtpp-simple-badge {
    min-height: 36px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 8px 12px;

    color: #e85f00;

    background: #fff4ec;

    border: 1px solid #ffd7ba;
    border-radius: 999px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}


/* =========================================================
   07. BADGE ICON
========================================================= */

.qtpp-simple-badge-icon {
    width: 18px;
    height: 18px;

    flex: 0 0 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #ff6b00;
}


.qtpp-simple-badge-icon svg {
    width: 18px;
    height: 18px;

    display: block;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   08. HEADING
========================================================= */

.qtpp-simple-title {
    margin: 14px 0 0;

    color: #071b50;

    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: -.8px;
}


.qtpp-simple-title span {
    color: #1767df;
}


/* =========================================================
   09. ORANGE ACCENT LINE
========================================================= */

.qtpp-simple-line {
    display: block;

    width: 46px;
    height: 4px;

    margin: 12px auto 0;

    background: #ff6b00;

    border-radius: 999px;
}


/* =========================================================
   10. DESCRIPTION
========================================================= */

.qtpp-simple-description {
    max-width: 650px;

    margin: 14px auto 0;

    color: #56627a;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}


/* =========================================================
   11. LAST UPDATED
========================================================= */

.qtpp-simple-date {
    min-height: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 14px;

    color: #67758a;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}


/* =========================================================
   12. DATE ICON
========================================================= */

.qtpp-simple-date-icon {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #1767df;
}


.qtpp-simple-date-icon svg {
    width: 19px;
    height: 19px;

    display: block;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.qtpp-simple-date strong {
    color: #34435d;

    font-weight: 600;
}


/* =========================================================
   13. PRIVACY INFO STRIP
========================================================= */

.qtpp-simple-info {
    width: min(100%, 580px);

    min-height: 58px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        1px
        minmax(0, 1fr);

    align-items: center;

    gap: 16px;

    margin: 22px auto 0;
    padding: 10px 16px;

    background: #ffffff;

    border: 1px solid #dfe8f3;
    border-radius: 11px;

    box-shadow:
        0 5px 16px rgba(7, 27, 80, .04);
}


/* =========================================================
   14. INFO ITEM
========================================================= */

.qtpp-simple-info-item {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    color: #273b60;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}


/* =========================================================
   15. INFO ICON
========================================================= */

.qtpp-simple-info-icon {
    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1767df;

    background: #edf5ff;

    border-radius: 50%;
}


.qtpp-simple-info-icon svg {
    width: 19px;
    height: 19px;

    display: block;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   16. INFO DIVIDER
========================================================= */

.qtpp-simple-info-divider {
    width: 1px;
    height: 34px;

    background: #dce5f0;
}


/* =========================================================
   17. TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .qtpp-simple-hero {
        padding: 40px 0;
    }


    .qtpp-simple-container {
        width: calc(100% - 32px);
        max-width: 960px;
    }


    .qtpp-simple-title {
        font-size: 32px;

        letter-spacing: -.5px;
    }


    .qtpp-simple-description {
        max-width: 600px;

        font-size: 15px;
    }

}


/* =========================================================
   18. MOBILE
========================================================= */

@media (max-width: 767px) {

    .qtpp-simple-hero {
        padding: 32px 0;
    }


    .qtpp-simple-container {
        width: calc(100% - 20px);
    }


    .qtpp-simple-badge {
        min-height: 34px;

        padding: 7px 11px;

        font-size: 12px;
    }


    .qtpp-simple-title {
        margin-top: 12px;

        font-size: 28px;

        letter-spacing: -.4px;
    }


    .qtpp-simple-line {
        width: 40px;
        height: 3px;

        margin-top: 10px;
    }


    .qtpp-simple-description {
        margin-top: 12px;

        font-size: 15px;
    }


    .qtpp-simple-date {
        margin-top: 12px;

        font-size: 12px;
    }


    .qtpp-simple-info {
        margin-top: 18px;

        gap: 10px;

        padding: 10px;
    }


    .qtpp-simple-info-item {
        flex-direction: column;

        gap: 6px;

        font-size: 11.5px;
    }


    .qtpp-simple-info-icon {
        width: 30px;
        height: 30px;

        flex-basis: 30px;
    }

}


/* =========================================================
   19. SMALL MOBILE
========================================================= */

@media (max-width: 414px) {

    .qtpp-simple-hero {
        padding: 28px 0;
    }


    .qtpp-simple-container {
        width: calc(100% - 16px);
    }


    .qtpp-simple-description {
        font-size: 14.5px;
    }


    .qtpp-simple-info {
        min-height: 64px;

        gap: 8px;

        padding: 9px 7px;
    }


    .qtpp-simple-info-item {
        font-size: 11px;
    }

}


/* =========================================================
   20. VERY SMALL MOBILE
========================================================= */

@media (max-width: 359px) {

    .qtpp-simple-container {
        width: calc(100% - 12px);
    }


    .qtpp-simple-description {
        font-size: 14px;
    }


    .qtpp-simple-date {
        font-size: 11.5px;
    }


    .qtpp-simple-info-item {
        font-size: 10.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b09218 *//* =========================================================
   Q TECH - PRIVACY POLICY
   MAIN POLICY CONTENT

   FINAL RESPONSIVE CSS
   CURRENT FINAL HTML ALIGNED

   - NO NUMBERING
   - PURPOSE BASED ICONS
   - PURPOSE BASED COLORS
   - COMMUNICATION CLASS UPDATED
   - CONSENT ICON INCLUDED
   - POLICY UPDATE ICON INCLUDED
   - CLEAN DOCUMENT LAYOUT
   - PROPER LIST STYLING
   - STABLE MOBILE COLUMN FLOW
   - ACCESSIBLE CONTACT STATES
   - NO FONT FAMILY OVERRIDE

   Desktop : Above 1024px
   Tablet  : 768px - 1024px
   Mobile  : Below 768px
========================================================= */


/* =========================================================
   01. SAFE BOX SIZING
========================================================= */

.qtpp-policy,
.qtpp-policy *,
.qtpp-policy *::before,
.qtpp-policy *::after {
    box-sizing: border-box;
}


/* =========================================================
   02. SECTION
========================================================= */

.qtpp-policy {
    width: 100%;
    margin: 0;
    padding: 48px 0;

    background: #ffffff;
}


/* =========================================================
   03. CONTAINER
========================================================= */

.qtpp-policy-container {
    width: calc(100% - 48px);
    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================================
   04. DOCUMENT
========================================================= */

.qtpp-policy-document {
    width: 100%;

    padding: 26px 28px;

    background: #ffffff;

    border: 1px solid #e0e8f2;
    border-radius: 14px;

    box-shadow:
        0 8px 24px rgba(7, 27, 80, 0.045);
}


/* =========================================================
   05. MAIN GRID
========================================================= */

.qtpp-policy-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    align-items: start;

    gap: 42px;
}


/* =========================================================
   06. COLUMN
========================================================= */

.qtpp-policy-column {
    min-width: 0;

    display: flex;
    flex-direction: column;
}


/* =========================================================
   07. POLICY ITEM
========================================================= */

.qtpp-policy-item {
    min-width: 0;

    display: grid;

    grid-template-columns:
        42px
        minmax(0, 1fr);

    align-items: start;

    gap: 14px;

    padding: 20px 0;

    border-bottom: 1px solid #e5ebf2;
}


/* FIRST ITEM OF EACH DESKTOP COLUMN */

.qtpp-policy-column
.qtpp-policy-item:first-child {
    padding-top: 4px;
}


/* LAST ITEM OF EACH DESKTOP COLUMN */

.qtpp-policy-column
.qtpp-policy-item:last-child {
    padding-bottom: 4px;

    border-bottom: 0;
}


/* =========================================================
   08. BASE POLICY ICON
========================================================= */

.qtpp-policy-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
    border-radius: 10px;
}


/* =========================================================
   09. POLICY ICON SVG
========================================================= */

.qtpp-policy-icon svg {
    width: 23px;
    height: 23px;

    display: block;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   10. PURPOSE BASED ICON COLORS
========================================================= */


/* INTRODUCTION
   DOCUMENT / TRUST BLUE
--------------------------------------------------------- */

.qtpp-policy-icon--intro {
    color: #1767df;

    background: #edf5ff;

    border-color: #d9e8fb;
}


/* INFORMATION COLLECTION
   DATA TEAL
--------------------------------------------------------- */

.qtpp-policy-icon--collect {
    color: #087f8c;

    background: #eaf9fa;

    border-color: #d1eff1;
}


/* INFORMATION USE
   PROCESS PURPLE
--------------------------------------------------------- */

.qtpp-policy-icon--use {
    color: #6957c8;

    background: #f1efff;

    border-color: #e1dcfa;
}


/* INFORMATION SHARING
   INDIGO
--------------------------------------------------------- */

.qtpp-policy-icon--share {
    color: #4c63c7;

    background: #eff2ff;

    border-color: #dce2fa;
}


/* SERVICE COMMUNICATION
   SERVICE BLUE
--------------------------------------------------------- */

.qtpp-policy-icon--communication {
    color: #1767df;

    background: #edf5ff;

    border-color: #d9e8fb;
}


/* CONSENT & CUSTOMER CHOICES
   BALANCED TEAL
--------------------------------------------------------- */

.qtpp-policy-icon--consent {
    color: #0f7f79;

    background: #ebf9f7;

    border-color: #d2efeb;
}


/* DATA SECURITY
   SAFE GREEN
--------------------------------------------------------- */

.qtpp-policy-icon--security {
    color: #178552;

    background: #ebf8f1;

    border-color: #d2eedf;
}


/* DATA RETENTION
   AMBER
--------------------------------------------------------- */

.qtpp-policy-icon--retention {
    color: #b77800;

    background: #fff7e5;

    border-color: #f4e4bb;
}


/* THIRD-PARTY SERVICES
   VIOLET
--------------------------------------------------------- */

.qtpp-policy-icon--thirdparty {
    color: #7054bd;

    background: #f3effc;

    border-color: #e3daf7;
}


/* PRIVACY REQUESTS / GRIEVANCES
   Q TECH ORANGE
--------------------------------------------------------- */

.qtpp-policy-icon--contact {
    color: #e85f00;

    background: #fff3e9;

    border-color: #f7dcc5;
}


/* POLICY UPDATES
   INFORMATION BLUE
--------------------------------------------------------- */

.qtpp-policy-icon--updates {
    color: #3569c8;

    background: #eef4ff;

    border-color: #dbe6fa;
}


/* =========================================================
   11. CONTENT
========================================================= */

.qtpp-policy-content {
    min-width: 0;
}


/* =========================================================
   12. HEADING
========================================================= */

.qtpp-policy-content h2 {
    margin: 0;

    color: #071b50;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================================
   13. PARAGRAPHS
========================================================= */

.qtpp-policy-content p {
    margin: 6px 0 0;

    color: #56627a;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;
}


.qtpp-policy-content p + p {
    margin-top: 8px;
}


.qtpp-policy-content p strong {
    color: #263b64;

    font-weight: 700;
}


/* =========================================================
   14. POLICY LIST
========================================================= */

.qtpp-policy-content ul {
    margin: 9px 0 0;

    padding: 0 0 0 18px;

    color: #56627a;
}


/* =========================================================
   15. POLICY LIST ITEM
========================================================= */

.qtpp-policy-content li {
    margin: 0 0 7px;

    padding-left: 2px;

    color: #56627a;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.58;
}


.qtpp-policy-content li:last-child {
    margin-bottom: 0;
}


.qtpp-policy-content li::marker {
    color: #1767df;

    font-size: 0.9em;
}


.qtpp-policy-content li strong {
    color: #263b64;

    font-weight: 700;
}


/* PARAGRAPH AFTER LIST */

.qtpp-policy-content ul + p {
    margin-top: 9px;
}


/* =========================================================
   16. PRIVACY CONTACT AREA
========================================================= */

.qtpp-policy-contact {
    width: 100%;

    display: flex;
    flex-wrap: wrap;

    align-items: center;

    gap: 8px;

    margin-top: 12px;
}


/* =========================================================
   17. CONTACT LINK
========================================================= */

.qtpp-policy-contact a {
    min-width: 0;
    min-height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 8px 11px;

    color: #1155d9;

    background: #f4f8ff;

    border: 1px solid #d9e6f6;
    border-radius: 8px;

    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none;

    overflow-wrap: anywhere;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}


/* =========================================================
   18. CONTACT LINK ICON
========================================================= */

.qtpp-policy-contact a span {
    width: 18px;
    height: 18px;

    flex: 0 0 18px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.qtpp-policy-contact a svg {
    width: 17px;
    height: 17px;

    display: block;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   19. CONTACT INTERACTION STATES
========================================================= */

@media (hover: hover) {

    .qtpp-policy-contact a:hover {
        color: #0d49bd;

        background: #edf5ff;

        border-color: #c8dcf5;
    }

}


.qtpp-policy-contact a:focus-visible {
    outline: 2px solid #1767df;
    outline-offset: 2px;
}


/* =========================================================
   20. TABLET
   768PX - 1024PX
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .qtpp-policy {
        padding: 40px 0;
    }


    .qtpp-policy-container {
        width: calc(100% - 32px);
        max-width: 960px;
    }


    .qtpp-policy-document {
        padding: 22px;
    }


    .qtpp-policy-grid {
        gap: 28px;
    }


    .qtpp-policy-item {
        grid-template-columns:
            40px
            minmax(0, 1fr);

        gap: 12px;

        padding: 18px 0;
    }


    .qtpp-policy-icon {
        width: 40px;
        height: 40px;

        flex-basis: 40px;
    }


    .qtpp-policy-icon svg {
        width: 22px;
        height: 22px;
    }


    .qtpp-policy-content h2 {
        font-size: 15px;
    }


    .qtpp-policy-content p,
    .qtpp-policy-content li {
        font-size: 13px;
    }


    .qtpp-policy-content ul {
        margin-top: 8px;

        padding-left: 17px;
    }


    .qtpp-policy-content li {
        margin-bottom: 6px;
    }


    .qtpp-policy-contact {
        margin-top: 10px;
    }


    .qtpp-policy-contact a {
        min-height: 37px;

        padding: 7px 10px;

        font-size: 11px;
    }

}


/* =========================================================
   21. MOBILE
   BELOW 768PX
========================================================= */

@media (max-width: 767px) {

    .qtpp-policy {
        padding: 32px 0;
    }


    .qtpp-policy-container {
        width: calc(100% - 20px);
    }


    .qtpp-policy-document {
        padding: 10px 16px;

        border-radius: 12px;
    }


    /* STACK TWO DESKTOP COLUMNS NATURALLY */

    .qtpp-policy-grid {
        grid-template-columns: 1fr;

        gap: 0;
    }


    /*
       IMPORTANT:
       COLUMNS REMAIN FLEX.
       DISPLAY: CONTENTS IS NOT USED.
    */

    .qtpp-policy-column {
        display: flex;
        flex-direction: column;
    }


    .qtpp-policy-item {
        grid-template-columns:
            38px
            minmax(0, 1fr);

        gap: 11px;

        padding: 17px 0;

        border-bottom: 1px solid #e5ebf2;
    }


    /*
       FIRST ITEM OF EACH HTML COLUMN
    */

    .qtpp-policy-column
    .qtpp-policy-item:first-child {
        padding-top: 17px;
    }


    /*
       FIRST COLUMN LAST ITEM:
       DIVIDER REMAINS BECAUSE THE SECOND
       COLUMN CONTINUES BELOW IT.
    */

    .qtpp-policy-grid
    .qtpp-policy-column:first-child
    .qtpp-policy-item:last-child {
        padding-bottom: 17px;

        border-bottom: 1px solid #e5ebf2;
    }


    /*
       FINAL ITEM OF THE WHOLE POLICY:
       NO BOTTOM DIVIDER.
    */

    .qtpp-policy-grid
    .qtpp-policy-column:last-child
    .qtpp-policy-item:last-child {
        padding-bottom: 17px;

        border-bottom: 0;
    }


    .qtpp-policy-icon {
        width: 38px;
        height: 38px;

        flex-basis: 38px;

        border-radius: 9px;
    }


    .qtpp-policy-icon svg {
        width: 21px;
        height: 21px;
    }


    .qtpp-policy-content h2 {
        font-size: 15px;
    }


    .qtpp-policy-content p,
    .qtpp-policy-content li {
        font-size: 13px;

        line-height: 1.55;
    }


    .qtpp-policy-content p {
        margin-top: 5px;
    }


    .qtpp-policy-content p + p {
        margin-top: 7px;
    }


    .qtpp-policy-content ul {
        margin-top: 8px;

        padding-left: 17px;
    }


    .qtpp-policy-content li {
        margin-bottom: 6px;

        padding-left: 1px;
    }


    .qtpp-policy-content ul + p {
        margin-top: 8px;
    }


    .qtpp-policy-contact {
        gap: 7px;

        margin-top: 10px;
    }


    .qtpp-policy-contact a {
        min-height: 36px;

        padding: 7px 9px;

        font-size: 11px;
    }

}


/* =========================================================
   22. SMALL MOBILE
   BELOW 415PX
========================================================= */

@media (max-width: 414px) {

    .qtpp-policy-container {
        width: calc(100% - 16px);
    }


    .qtpp-policy-document {
        padding: 8px 13px;
    }


    .qtpp-policy-item {
        grid-template-columns:
            36px
            minmax(0, 1fr);

        gap: 10px;

        padding: 15px 0;
    }


    .qtpp-policy-column
    .qtpp-policy-item:first-child {
        padding-top: 15px;
    }


    .qtpp-policy-grid
    .qtpp-policy-column:first-child
    .qtpp-policy-item:last-child {
        padding-bottom: 15px;

        border-bottom: 1px solid #e5ebf2;
    }


    .qtpp-policy-grid
    .qtpp-policy-column:last-child
    .qtpp-policy-item:last-child {
        padding-bottom: 15px;

        border-bottom: 0;
    }


    .qtpp-policy-icon {
        width: 36px;
        height: 36px;

        flex-basis: 36px;
    }


    .qtpp-policy-icon svg {
        width: 20px;
        height: 20px;
    }


    .qtpp-policy-content h2 {
        font-size: 14px;

        line-height: 1.35;
    }


    .qtpp-policy-content p,
    .qtpp-policy-content li {
        font-size: 12.5px;
    }


    .qtpp-policy-content ul {
        padding-left: 16px;
    }


    .qtpp-policy-contact a {
        max-width: 100%;
    }

}


/* =========================================================
   23. VERY SMALL MOBILE
   BELOW 360PX
========================================================= */

@media (max-width: 359px) {

    .qtpp-policy-container {
        width: calc(100% - 12px);
    }


    .qtpp-policy-document {
        padding: 7px 10px;
    }


    .qtpp-policy-item {
        grid-template-columns:
            34px
            minmax(0, 1fr);

        gap: 9px;

        padding: 14px 0;
    }


    .qtpp-policy-column
    .qtpp-policy-item:first-child {
        padding-top: 14px;
    }


    .qtpp-policy-grid
    .qtpp-policy-column:first-child
    .qtpp-policy-item:last-child {
        padding-bottom: 14px;

        border-bottom: 1px solid #e5ebf2;
    }


    .qtpp-policy-grid
    .qtpp-policy-column:last-child
    .qtpp-policy-item:last-child {
        padding-bottom: 14px;

        border-bottom: 0;
    }


    .qtpp-policy-icon {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }


    .qtpp-policy-icon svg {
        width: 19px;
        height: 19px;
    }


    .qtpp-policy-content h2 {
        font-size: 13.5px;
    }


    .qtpp-policy-content p,
    .qtpp-policy-content li {
        font-size: 12px;
    }


    .qtpp-policy-content ul {
        padding-left: 15px;
    }


    .qtpp-policy-contact {
        flex-direction: column;

        align-items: stretch;
    }


    .qtpp-policy-contact a {
        width: 100%;
        max-width: 100%;

        justify-content: flex-start;
    }

}


/* =========================================================
   24. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .qtpp-policy-contact a {
        transition: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abaf4d7 *//* =========================================================
   Q TECH - PRIVACY POLICY
   PRIVACY SUPPORT CTA

   FINAL SIMPLE PROFESSIONAL CSS
   EMAIL ONLY

   Desktop : Above 1024px
   Tablet  : 768px - 1024px
   Mobile  : Below 768px
========================================================= */


/* =========================================================
   01. SAFE BOX SIZING
========================================================= */

.qtpp-help,
.qtpp-help *,
.qtpp-help *::before,
.qtpp-help *::after {
    box-sizing: border-box;
}


/* =========================================================
   02. SECTION
========================================================= */

.qtpp-help {
    width: 100%;

    margin: 0;
    padding: 0 0 48px;

    background: #ffffff;
}


/* =========================================================
   03. CONTAINER
========================================================= */

.qtpp-help-container {
    width: calc(100% - 48px);
    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================================
   04. CTA CARD
========================================================= */

.qtpp-help-card {
    width: 100%;

    display: grid;

    grid-template-columns:
        54px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 18px;

    padding: 20px 22px;

    background:
        linear-gradient(
            135deg,
            #f5f9ff 0%,
            #eef6ff 100%
        );

    border: 1px solid #dbe7f5;
    border-radius: 12px;

    box-shadow:
        0 6px 18px rgba(7, 27, 80, .04);
}


/* =========================================================
   05. MAIN ICON
========================================================= */

.qtpp-help-icon {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1767df;

    background: #ffffff;

    border: 1px solid #dce8f6;
    border-radius: 50%;

    box-shadow:
        0 4px 12px rgba(17, 85, 217, .06);
}


.qtpp-help-icon svg {
    width: 27px;
    height: 27px;

    display: block;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   06. COPY
========================================================= */

.qtpp-help-copy {
    min-width: 0;
}


/* =========================================================
   07. HEADING
========================================================= */

.qtpp-help-copy h2 {
    margin: 0;

    color: #071b50;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}


.qtpp-help-copy h2 span {
    color: #1767df;
}


/* =========================================================
   08. DESCRIPTION
========================================================= */

.qtpp-help-copy p {
    max-width: 650px;

    margin: 6px 0 0;

    color: #56627a;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
}


/* =========================================================
   09. ACTION AREA
========================================================= */

.qtpp-help-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* =========================================================
   10. EMAIL BUTTON
========================================================= */

.qtpp-help-button {
    min-height: 48px;

    display: inline-flex;
    align-items: center;

    gap: 10px;

    padding: 8px 14px;

    color: #ffffff;

    background: #ff6b00;

    border: 1px solid #ff6b00;
    border-radius: 9px;

    text-decoration: none;

    box-shadow:
        0 4px 12px rgba(255, 107, 0, .14);

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


/* =========================================================
   11. BUTTON ICON
========================================================= */

.qtpp-help-button-icon {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ff6b00;

    background: #ffffff;

    border-radius: 7px;
}


.qtpp-help-button-icon svg {
    width: 18px;
    height: 18px;

    display: block;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   12. BUTTON TEXT
========================================================= */

.qtpp-help-button-text {
    display: flex;
    flex-direction: column;

    min-width: 0;
}


.qtpp-help-button-text small {
    color: rgba(255, 255, 255, .82);

    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}


.qtpp-help-button-text strong {
    margin-top: 2px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}


/* =========================================================
   13. HOVER
========================================================= */

@media (hover: hover) {

    .qtpp-help-button:hover {
        background: #e85f00;

        border-color: #e85f00;

        transform: translateY(-1px);
    }

}


/* =========================================================
   14. TABLET
   768PX - 1024PX
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .qtpp-help {
        padding-bottom: 40px;
    }


    .qtpp-help-container {
        width: calc(100% - 32px);
        max-width: 960px;
    }


    .qtpp-help-card {
        grid-template-columns:
            50px
            minmax(0, 1fr)
            auto;

        gap: 15px;

        padding: 18px;
    }


    .qtpp-help-icon {
        width: 50px;
        height: 50px;
    }


    .qtpp-help-icon svg {
        width: 25px;
        height: 25px;
    }


    .qtpp-help-copy h2 {
        font-size: 18px;
    }


    .qtpp-help-copy p {
        font-size: 13px;
    }


    .qtpp-help-button {
        min-height: 46px;

        padding: 8px 12px;
    }

}


/* =========================================================
   15. MOBILE
   BELOW 768PX
========================================================= */

@media (max-width: 767px) {

    .qtpp-help {
        padding-bottom: 32px;
    }


    .qtpp-help-container {
        width: calc(100% - 20px);
    }


    .qtpp-help-card {
        grid-template-columns: 1fr;

        justify-items: center;

        gap: 12px;

        padding: 18px 16px;

        text-align: center;
    }


    .qtpp-help-icon {
        width: 48px;
        height: 48px;
    }


    .qtpp-help-icon svg {
        width: 24px;
        height: 24px;
    }


    .qtpp-help-copy h2 {
        font-size: 17px;
    }


    .qtpp-help-copy p {
        max-width: 520px;

        margin-top: 5px;

        font-size: 13px;
    }


    .qtpp-help-actions {
        width: 100%;

        justify-content: center;

        margin-top: 2px;
    }


    .qtpp-help-button {
        width: 100%;
        max-width: 300px;

        min-height: 46px;

        justify-content: center;
    }

}


/* =========================================================
   16. SMALL MOBILE
   BELOW 415PX
========================================================= */

@media (max-width: 414px) {

    .qtpp-help-container {
        width: calc(100% - 16px);
    }


    .qtpp-help-card {
        padding: 16px 13px;
    }


    .qtpp-help-copy h2 {
        font-size: 16px;
    }


    .qtpp-help-copy p {
        font-size: 12.5px;
    }


    .qtpp-help-button {
        max-width: 280px;
    }

}


/* =========================================================
   17. VERY SMALL MOBILE
   BELOW 360PX
========================================================= */

@media (max-width: 359px) {

    .qtpp-help-container {
        width: calc(100% - 12px);
    }


    .qtpp-help-card {
        padding: 15px 11px;
    }


    .qtpp-help-copy h2 {
        font-size: 15.5px;
    }


    .qtpp-help-copy p {
        font-size: 12px;
    }


    .qtpp-help-button {
        max-width: 100%;
    }


    .qtpp-help-button-text strong {
        font-size: 11.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d44f5d *//* =========================================================
   Q TECH - PRIVACY POLICY
   TRUST / PRIVACY ASSURANCE STRIP
   FINAL RESPONSIVE CSS

   HTML NAMESPACE: qtpp-trust-*

   Desktop : Above 1024px
   Tablet  : 768px - 1024px
   Mobile  : Below 768px

   FINAL RULES:
   - Desktop: 4 Columns
   - Tablet : 2 Columns
   - Mobile : 2 Columns
   - Purpose-Based Icon Colors
   - Simple Professional Legal Page Design
   - No Font-Family Override
========================================================= */


/* =========================================================
   01. BOX SIZING
========================================================= */

.qtpp-trust,
.qtpp-trust * {
    box-sizing: border-box;
}


/* =========================================================
   02. SECTION
========================================================= */

.qtpp-trust {
    width: 100%;
    margin: 0;
    padding: 0 0 48px;
    background: #ffffff;
}


/* =========================================================
   03. CONTAINER
========================================================= */

.qtpp-trust-container {
    width: calc(100% - 48px);
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   04. MAIN PANEL
========================================================= */

.qtpp-trust-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;

    width: 100%;

    background: #ffffff;

    border: 1px solid #dfe7f0;
    border-radius: 12px;

    box-shadow: 0 6px 20px rgba(7, 27, 80, 0.045);

    overflow: hidden;
}


/* =========================================================
   05. TRUST ITEM
========================================================= */

.qtpp-trust-item {
    position: relative;

    display: flex;
    align-items: center;
    gap: 14px;

    min-width: 0;
    min-height: 126px;

    padding: 20px 18px;

    background: #ffffff;
}


/* DESKTOP DIVIDERS */

.qtpp-trust-item:not(:last-child)::after {
    content: "";

    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;

    width: 1px;

    background: #e5ebf2;
}


/* =========================================================
   06. ICON BASE
========================================================= */

.qtpp-trust-icon {
    flex: 0 0 50px;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
    border-radius: 12px;
}


/* =========================================================
   07. ICON SVG
========================================================= */

.qtpp-trust-icon svg {
    width: 27px;
    height: 27px;

    display: block;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   08. PURPOSE-BASED ICON COLORS
========================================================= */

/* DATA PROTECTION */

.qtpp-trust-icon--protect {
    color: #178552;
    background: #edf8f2;
    border-color: #d4ecdf;
}


/* SERVICE PURPOSE */

.qtpp-trust-icon--service {
    color: #1767df;
    background: #eef5ff;
    border-color: #d8e7fb;
}


/* LIMITED SHARING */

.qtpp-trust-icon--sharing {
    color: #6656c8;
    background: #f2f0ff;
    border-color: #e1dcfa;
}


/* TRANSPARENCY */

.qtpp-trust-icon--clear {
    color: #e86500;
    background: #fff4e9;
    border-color: #f7dfc9;
}


/* =========================================================
   09. TEXT CONTENT
========================================================= */

.qtpp-trust-copy {
    min-width: 0;
    flex: 1 1 auto;
}


/* TITLE */

.qtpp-trust-copy h3 {
    margin: 0 0 6px;

    color: #071b50;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}


/* DESCRIPTION */

.qtpp-trust-copy p {
    margin: 0;

    color: #5d6878;

    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.55;

    overflow-wrap: anywhere;
}


/* =========================================================
   10. TABLET
   768px - 1024px
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .qtpp-trust {
        padding-bottom: 40px;
    }

    .qtpp-trust-container {
        width: calc(100% - 32px);
        max-width: 960px;
    }

    .qtpp-trust-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qtpp-trust-item {
        min-height: 116px;
        padding: 18px;
        gap: 13px;
    }

    /*
       Remove desktop vertical divider system first
    */

    .qtpp-trust-item:not(:last-child)::after {
        display: none;
    }

    /*
       Vertical divider:
       item 1 and item 3
    */

    .qtpp-trust-item:nth-child(odd)::after {
        content: "";
        display: block;

        position: absolute;
        top: 18px;
        right: 0;
        bottom: 18px;

        width: 1px;

        background: #e5ebf2;
    }

    /*
       Horizontal divider:
       first row
    */

    .qtpp-trust-item:nth-child(-n + 2)::before {
        content: "";

        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 0;

        height: 1px;

        background: #e5ebf2;
    }

    .qtpp-trust-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .qtpp-trust-icon svg {
        width: 26px;
        height: 26px;
    }

    .qtpp-trust-copy h3 {
        font-size: 14.5px;
    }

    .qtpp-trust-copy p {
        font-size: 12.5px;
    }
}


/* =========================================================
   11. MOBILE
   BELOW 768px
========================================================= */

@media (max-width: 767px) {

    .qtpp-trust {
        padding-bottom: 32px;
    }

    .qtpp-trust-container {
        width: calc(100% - 20px);
    }

    .qtpp-trust-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qtpp-trust-item {
        min-height: 140px;

        padding: 16px 12px;

        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 10px;

        text-align: center;
    }

    /*
       Remove desktop divider system
    */

    .qtpp-trust-item:not(:last-child)::after {
        display: none;
    }

    /*
       Vertical divider between columns
    */

    .qtpp-trust-item:nth-child(odd)::after {
        content: "";
        display: block;

        position: absolute;
        top: 14px;
        right: 0;
        bottom: 14px;

        width: 1px;

        background: #e5ebf2;
    }

    /*
       Horizontal divider between rows
    */

    .qtpp-trust-item:nth-child(-n + 2)::before {
        content: "";

        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 0;

        height: 1px;

        background: #e5ebf2;
    }

    .qtpp-trust-icon {
        flex: 0 0 46px;

        width: 46px;
        height: 46px;

        border-radius: 11px;
    }

    .qtpp-trust-icon svg {
        width: 25px;
        height: 25px;
    }

    .qtpp-trust-copy {
        width: 100%;
    }

    .qtpp-trust-copy h3 {
        margin-bottom: 5px;

        font-size: 13.5px;
        line-height: 1.3;
    }

    .qtpp-trust-copy p {
        font-size: 11.5px;
        line-height: 1.5;
    }
}


/* =========================================================
   12. SMALL MOBILE
   414px AND BELOW
========================================================= */

@media (max-width: 414px) {

    .qtpp-trust-container {
        width: calc(100% - 16px);
    }

    .qtpp-trust-item {
        min-height: 138px;
        padding: 15px 10px;
        gap: 9px;
    }

    .qtpp-trust-item:nth-child(odd)::after {
        top: 12px;
        bottom: 12px;
    }

    .qtpp-trust-item:nth-child(-n + 2)::before {
        left: 10px;
        right: 10px;
    }

    .qtpp-trust-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }

    .qtpp-trust-icon svg {
        width: 24px;
        height: 24px;
    }

    .qtpp-trust-copy h3 {
        font-size: 13px;
    }

    .qtpp-trust-copy p {
        font-size: 11px;
        line-height: 1.45;
    }
}


/* =========================================================
   13. VERY SMALL MOBILE
   359px AND BELOW
========================================================= */

@media (max-width: 359px) {

    .qtpp-trust-container {
        width: calc(100% - 12px);
    }

    .qtpp-trust-item {
        min-height: 136px;
        padding: 14px 8px;
        gap: 8px;
    }

    .qtpp-trust-item:nth-child(-n + 2)::before {
        left: 8px;
        right: 8px;
    }

    .qtpp-trust-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .qtpp-trust-icon svg {
        width: 23px;
        height: 23px;
    }

    .qtpp-trust-copy h3 {
        font-size: 12.5px;
    }

    .qtpp-trust-copy p {
        font-size: 10.5px;
        line-height: 1.45;
    }
}


/* =========================================================
   14. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .qtpp-trust *,
    .qtpp-trust *::before,
    .qtpp-trust *::after {
        transition: none !important;
        animation: none !important;
    }
}/* End custom CSS */