/* START footer link styles */
#ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink {
    background: none;
    border: 0;
    padding: 0;
    color: #666;
    font-size: 12px;
    line-height: inherit;
    text-decoration: none !important;
}
#ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink:hover {
    text-decoration: underline !important;
}
html#shop #ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink:hover {
    color: #23527c;
}
html#myBell #ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink:hover {
    color: #666;
}
#ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink:focus {
    text-decoration: underline !important;
    outline: none !important;
    box-shadow: 0 0 0px 3px #fff, 0 0 2px 3px #fff, 0 0 4px 5px #000, 0 0 2px 5px #000 !important;
}
html#shop #ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink:focus {
    color: #23527c;
}
html#myBell #ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink:focus {
    color: #666;
}
/* specific for transfer sim page */
.inner-preAuth footer #ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink {
    color: #002d72 !important;
}
/* specific for SuspendService page */
.theme-tsrs footer #ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink:hover,
.theme-tsrs footer #ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink:focus {
    color: #002D72;
    text-decoration: none !important;
}
/* specific on error page footer - hexa from other a link color */
.wrapFooter.lemonadeCustom #ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink {
    color: #0066a4;
}
.wrapFooter.lemonadeCustom .dp_white_bg #ot-sdk-btn#ot-sdk-btn#ot-sdk-btn.buttontoLink {
    color: #666;
}

/* END footer link styles */
/* START custom cookie banner styles */
#onetrust-banner-sdk#onetrust-banner-sdk {
    font-family: Arial, sans-serif;
    box-shadow: none;
    position: fixed;
    z-index: 2147483645;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
}

    #onetrust-banner-sdk#onetrust-banner-sdk:focus {
        outline: none !important;
    }

#onetrust-consent-sdk#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-banner-sdk * {
    float: none;
    box-sizing: border-box;
}

#onetrust-consent-sdk div#onetrust-banner-sdk {
    background: #002d72;
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row:after {
        display: none;
    }

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
}

    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy h2#onetrust-policy-title {
        color: #fff;
        display: block;
        /*Note: this assumes that GTWalsheim-bold is being loaded by other CSS across all pages in scope*/
        font-family: GTWalsheim-bold, Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: normal;
        letter-spacing: -0.4px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 41px; /*space for X*/
    }

    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy p,
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy #onetrust-policy-text {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row #onetrust-group-container,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row #onetrust-button-group-parent {
    width: 100%;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
    min-width: initial;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: normal;
    margin: 0;
    min-width: 0;
    padding: 0;
    width: auto;
    white-space: nowrap;
    text-decoration: underline !important;
}

html[lang*=en] #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler {
    text-transform: lowercase;
}

    html[lang*=en] #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler::first-letter {
        text-transform: uppercase;
    }

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler {
    background: #fff;
    border-radius: 3px;
    color: #002d72;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: normal;
    margin: 0;
    width: auto;
    white-space: nowrap;
    padding: 13px 28px;
    border: 2px solid #fff;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-close-btn-container {
    transform: none;
    position: static;
}

#onetrust-consent-sdk #onetrust-banner-sdk .onetrust-close-btn-ui {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMC43IDEwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwLjcgMTAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQsNS40TDAuMywxLjdjLTAuNC0wLjQtMC40LTEsMC0xLjRjMC40LTAuNCwxLTAuNCwxLjQsMEw1LjQsNEw5LDAuM2MwLjQtMC40LDEtMC40LDEuNCwwYzAuNCwwLjQsMC40LDEsMCwxLjQNCglMNi44LDUuNEwxMC41LDljMC40LDAuNCwwLjQsMSwwLDEuNHMtMSwwLjQtMS40LDBMNS40LDYuOGwtMy43LDMuN2MtMC40LDAuNC0xLDAuNC0xLjQsMGMtMC40LTAuNC0wLjQtMSwwLTEuNEw0LDUuNHoiLz4NCjwvc3ZnPg0K) !important;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    padding: 0;
    height: 11px;
    width: 11px;
}

    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover,
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover,
    #onetrust-consent-sdk #onetrust-banner-sdk .onetrust-close-btn-ui:hover {
        opacity: 1;
    }

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:focus {
    text-decoration: none !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover {
    border-color: #e2f8ff;
    background-color: #e2f8ff;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:focus,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:focus,
#onetrust-consent-sdk #onetrust-banner-sdk .onetrust-close-btn-ui:focus {
    opacity: 1;
    outline: none !important;
    box-shadow: 0 0 0px 3px #002D72, 0 0 2px 3px #002D72, 0 0 4px 5px #fff, 0 0 2px 5px #fff !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:focus {
    background: #80DBFF;
}

@media (min-width: 768px) {
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
        padding: 20px 30px;
        margin-left: auto;
        margin-right: auto;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
        align-items: center;
        flex-direction: row;
        gap: 30px;
    }

        #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row #onetrust-group-container,
        #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row #onetrust-button-group-parent {
            flex: 1 0 0;
            padding: 0;
            position: static;
            transform: none;
        }

    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy h2#onetrust-policy-title {
        padding-right: 0;
        font-size: 24px;
        line-height: 26px;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
        row-gap: 15px;
        flex-wrap: wrap;
        padding-right: 30px;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: 20px;
        right: 30px;
    }
}

@media (min-width: 992px) {
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy h2#onetrust-policy-title {
        font-size: 24px;
        letter-spacing: normal;
        line-height: 28px;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
        display: flex;
        flex: 1 0 0;
        justify-content: flex-end;
        margin: 0;
        padding: 0;
        position: static;
        transform: none;
        width: auto;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
        align-items: center;
        flex-direction: row;
    }
}

@media (min-width: 1240px) {
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
        padding-left: 0;
        padding-right: 0;
        width: 1200px;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
        gap: 30px;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
        padding: 0;
        margin: 0;
    }
}

/* END custom cookie banner styles */

/* START of Data privacy settings modal */
#onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-logo {
    display: none;
}

#onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer-logo {
    display: none;
}

#onetrust-pc-sdk#onetrust-pc-sdk [role="alertdialog"] {
    background-color: #fff;
}

#onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-header {
    border: none;
    padding: 20px 30px;
    text-align: right;
    height: auto;
}

#onetrust-pc-sdk#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    position: static;
    margin: 0;
    background-image: none !important;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin: 4px 0;
    color: #002d72;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMDJENzI7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOS4xLDE2TDMxLjksMy4yYzAsMCwwLjEtMC4xLDAuMS0wLjFDMzIsMywzMiwzLDMyLDIuOWMwLTAuMSwwLTAuMSwwLTAuMmMwLTAuMS0wLjEtMC4xLTAuMS0wLjFsLTIuNS0yLjUNCgljMCwwLTAuMS0wLjEtMC4xLTAuMXMtMC4xLDAtMC4yLDBTMjksMCwyOC45LDBzLTAuMSwwLjEtMC4xLDAuMUwxNiwxMi45TDMuMiwwLjFjMCwwLTAuMS0wLjEtMC4xLTAuMVMzLDAsMi45LDBDMi44LDAsMi44LDAsMi43LDANCglTMi42LDAuMSwyLjYsMC4xTDAuMSwyLjZjMCwwLTAuMSwwLjEtMC4xLDAuMWMwLDAuMSwwLDAuMSwwLDAuMkMwLDMsMCwzLDAsMy4xYzAsMC4xLDAuMSwwLjEsMC4xLDAuMUwxMi45LDE2TDAuMSwyOC44DQoJYzAsMC0wLjEsMC4xLTAuMSwwLjFzMCwwLjEsMCwwLjJzMCwwLjEsMCwwLjJzMC4xLDAuMSwwLjEsMC4xbDIuNSwyLjVjMCwwLDAuMSwwLjEsMC4xLDAuMWMwLjEsMCwwLjEsMCwwLjIsMEMzLDMyLDMsMzIsMy4xLDMyDQoJYzAuMSwwLDAuMS0wLjEsMC4xLTAuMUwxNiwxOS4xbDEyLjgsMTIuOGMwLDAsMC4xLDAuMSwwLjEsMC4xYzAuMSwwLDAuMSwwLDAuMiwwczAuMSwwLDAuMiwwYzAuMSwwLDAuMS0wLjEsMC4xLTAuMWwyLjUtMi41DQoJYzAsMCwwLjEtMC4xLDAuMS0wLjFjMC0wLjEsMC0wLjEsMC0wLjJzMC0wLjEsMC0wLjJjMC0wLjEtMC4xLTAuMS0wLjEtMC4xbDAsMEwxOS4xLDE2eiIvPg0KPC9zdmc+DQo=) !important;
    background-size: contain;
}

    #onetrust-pc-sdk#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:hover {
        opacity: 1;
    }

    #onetrust-pc-sdk#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:focus {
        opacity: 1;
    }

#onetrust-pc-sdk#onetrust-pc-sdk #ot-pc-content {
    margin: 0;
    padding: 30px 15px;
    width: inherit;
    bottom: 85px;
    top: 68px;
}

#onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h2::first-letter,
#onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h2 strong::first-letter,
#onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h3::first-letter {
    text-transform: capitalize;
}

#onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h2,
#onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h2 strong,
#onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    color: #002d72;
    display: block;
}

#onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h3 {
    padding-bottom: 0;
    margin-bottom: 15px;
}

#onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk #ot-pc-desc p {
    margin-bottom: 10px;
}

    #onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk #ot-pc-desc p:not(:first-of-type) {
        margin-top: 10px !important;
    }

#onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk #ot-pc-desc p,
#onetrust-pc-sdk#onetrust-pc-sdk .ot-cat-item p {
    font-size: 14px;
    line-height: 18px;
}

#onetrust-pc-sdk#onetrust-pc-sdk .ot-cat-item p {
    margin-bottom: 0 !important;
    margin-top: 15px;
}

#onetrust-pc-sdk#onetrust-pc-sdk #ot-pc-desc p a {
    white-space: nowrap;
    margin-left: 0;
    text-decoration: underline;
    color: #002D72;
}

#onetrust-pc-sdk#onetrust-pc-sdk #ot-pc-desc p a:hover,
#onetrust-pc-sdk#onetrust-pc-sdk #ot-pc-desc p a:focus {
    text-decoration: none !important;
}

#onetrust-pc-sdk#onetrust-pc-sdk #ot-pc-desc {
    margin: 0;
    padding-bottom: 20px;
}

#onetrust-pc-sdk#onetrust-pc-sdk section {
    border-top: 1px solid #cdcfd5;
    padding-top: 30px;
    margin-top: 0;
    line-height: 0;
}

    #onetrust-pc-sdk#onetrust-pc-sdk section .ot-cat-item {
        border: 1px solid #cdcfd5;
        margin-top: 0;
        padding: 15px;
        width: auto;
    }

        #onetrust-pc-sdk#onetrust-pc-sdk section .ot-cat-item:not(:first-of-type) {
            border-top: none;
        }

    #onetrust-pc-sdk#onetrust-pc-sdk section .ot-cat-header,
    #onetrust-pc-sdk#onetrust-pc-sdk section .ot-always-active {
        font-weight: 700;
        color: #002d72;
        font-size: 14px;
        line-height: 18px;
        text-transform: lowercase;
        font-family: inherit !important;
    }

    #onetrust-pc-sdk#onetrust-pc-sdk section .ot-cat-item:not(.ot-always-active-group) .ot-cat-header {
        width: 77%;
        box-sizing: border-box;
        transform: translateY(3px);
    }

    #onetrust-pc-sdk#onetrust-pc-sdk section .ot-cat-header::first-letter,
    #onetrust-pc-sdk#onetrust-pc-sdk section .ot-always-active::first-letter {
        text-transform: uppercase;
    }

#onetrust-pc-sdk#onetrust-pc-sdk .ot-tgl {
    line-height: 0;
}

    #onetrust-pc-sdk#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
        background-color: #002d72;
    }

#onetrust-pc-sdk#onetrust-pc-sdk .ot-switch-nob {
    background-color: #babec2;
    height: 22px;
}

#onetrust-pc-sdk#onetrust-pc-sdk .ot-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

#onetrust-pc-sdk#onetrust-pc-sdk .ot-switch-nob:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    background-color: #fff;
}

#onetrust-pc-sdk#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
    transform: translateX(24px);
}

#onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer {
    background-color: #fff;
    border-top: 1px solid #cdcfd5;
}

    #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
        text-align: left;
        padding: 20px 15px;
    }

        #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer .ot-btn-container button {
            margin: 0;
            box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
        }

#onetrust-consent-sdk#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer button.save-preference-btn-handler {
    line-height: 16px;
    font-weight: 400;
    font-family: "GTWalsheim";
    font-size: 15px;
    color: #002d72;
    background-color: #41b6e6;
    border: 2px solid #41b6e6;
    text-align: center;
    cursor: pointer;
    text-transform: lowercase;
    letter-spacing: normal;
    border-radius: 3px;
}

    #onetrust-consent-sdk#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer button.save-preference-btn-handler:hover,
    #onetrust-consent-sdk#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer button.save-preference-btn-handler:focus {
        opacity: 1;
        background-color: #80dbff;
    }

    #onetrust-consent-sdk#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer button.save-preference-btn-handler:active:focus {
        border-color: #80dbff;
        outline: none !important;
    }

    #onetrust-consent-sdk#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer button.save-preference-btn-handler:hover {
        border-color: #80dbff;
    }

    #onetrust-consent-sdk#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer button.save-preference-btn-handler:active {
        box-shadow: inset 2px 2px 3px -1px rgba(0, 0, 0, 0.45);
    }

#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer button::first-letter {
    text-transform: uppercase;
}

#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk button:focus,
#onetrust-consent-sdk#onetrust-consent-sdk p a:focus {
    outline: none !important;
    box-shadow: 0 0 0px 3px #fff, 0 0 2px 3px #fff, 0 0 4px 5px #000, 0 0 2px 5px #000 !important;
}

#onetrust-consent-sdk#onetrust-consent-sdk .ot-tgl input:focus,
#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch,
#onetrust-consent-sdk#onetrust-consent-sdk .ot-tgl input:focus + .ot-switch:before {
    outline: none !important;
    box-shadow: none !important;
}

#onetrust-consent-sdk#onetrust-consent-sdk .ot-tgl input:focus + .ot-switch:before {
    box-shadow: 0 0 0px 3px #fff, 0 0 2px 3px #fff, 0 0 4px 5px #000, 0 0 2px 5px #000 !important;
    height: 22px;
    content: "";
    width: 48px;
    display: block;
    transform: translateY(1px);
}

@media (min-width: 768px) {
    #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
        padding: 20px 30px;
    }

    #onetrust-pc-sdk#onetrust-pc-sdk.otPcCenter {
        width: 646px;
        max-width: 646px;
    }

    #onetrust-consent-sdk#onetrust-consent-sdk#onetrust-consent-sdk #onetrust-pc-sdk#onetrust-pc-sdk .ot-pc-footer button.save-preference-btn-handler {
        padding: 13px 18px;
    }

    #onetrust-pc-sdk#onetrust-pc-sdk #ot-pc-content {
        padding: 30px;
        bottom: 86px;
    }

    #onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h2,
    #onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h2 strong,
    #onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h3 {
        font-size: 24px;
        line-height: 28px;
    }

        #onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h2,
        #onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h2 strong,
        #onetrust-pc-sdk#onetrust-pc-sdk#onetrust-pc-sdk h3 {
            margin-bottom: 10px;
        }
}

/* START Cookie Policy Icon */
.privacy-notice-link {
    color: #002D72 !important;
    font-size: 14px !important;
    position: relative;
}
    .privacy-notice-link:after {
        content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 0.1875C7.18934 0.1875 6.9375 0.43934 6.9375 0.75C6.9375 1.06066 7.18934 1.3125 7.5 1.3125H9.892L5.60225 5.60225C5.38258 5.82192 5.38258 6.17808 5.60225 6.39775C5.82192 6.61742 6.17808 6.61742 6.39775 6.39775L10.6875 2.108V4.5C10.6875 4.81066 10.9393 5.0625 11.25 5.0625C11.5607 5.0625 11.8125 4.81066 11.8125 4.5V0.75C11.8125 0.43934 11.5607 0.1875 11.25 0.1875H7.5Z" fill="%23002D72"/><path d="M2.09792 2.0625C2.08026 2.10209 2.0625 2.16579 2.0625 2.25V9.75C2.0625 9.83421 2.08026 9.89791 2.09792 9.9375H9.90208C9.91974 9.89791 9.9375 9.83421 9.9375 9.75V7.56818C9.9375 7.25752 10.1893 7.00568 10.5 7.00568C10.8107 7.00568 11.0625 7.25752 11.0625 7.56818V9.75C11.0625 10.0527 10.9817 10.3521 10.8216 10.5923C10.6641 10.8286 10.3847 11.0625 10 11.0625H2C1.61534 11.0625 1.33594 10.8286 1.17842 10.5923C1.01827 10.3521 0.9375 10.0527 0.9375 9.75V2.25C0.9375 1.94733 1.01827 1.64787 1.17842 1.40765C1.33594 1.17136 1.61534 0.9375 2 0.9375H4.695C5.00566 0.9375 5.2575 1.18934 5.2575 1.5C5.2575 1.81066 5.00566 2.0625 4.695 2.0625H2.09792Z" fill="%23002D72"/></svg>');
        margin-left: 5px;
        vertical-align: text-top;
    }

#ot-pc-desc br {
    display: none;
}

[lang=fr] #ot-pc-desc#ot-pc-desc#ot-pc-desc p:last-of-type {
    display: inline;
}
#ot-pc-desc#ot-pc-desc#ot-pc-desc p:last-of-type {
    margin-bottom: 0px !important;
}

@media (min-width: 320px) and (max-width: 767.98px) {
    #ot-pc-desc#ot-pc-desc#ot-pc-desc p:last-of-type {
        display: inline !important;
    }
}
/* END Cookie Policy Icon */

/* END of Data privacy settings modal */
footer #ot-sdk-btn#ot-sdk-btn.ot-sdk-show-settings {
    border: none;
    padding: 0;
    transition: none;
    line-height: inherit;
    color: #666;
    white-space: nowrap;
    font-size:12px;
}

footer:not(.bhp-footer) #ot-sdk-btn#ot-sdk-btn.ot-sdk-show-settings:hover,
footer:not(.bhp-footer) #ot-sdk-btn#ot-sdk-btn.ot-sdk-show-settings:focus {
    background-color: transparent !important;
}

.ot-sdk-show-settings.txtSize12 {
    font-size: 12px !important;
}