body {
    transition: opacity ease-in 0.2s;
}

.row:after,
.row:before,
.wrapper:after,
.wrapper:before {
    content: " ";
    display: table;
}

.row:after,
.wrapper:after {
    clear: both;
}

.button.iconBtn:before,
.dd-menu li a:not(.inactive):before,
.popup .close:after,
.tooltip .icon-info:after,
.tooltip .openTooltip:after,
button.iconBtn:before,
button.link:not(.open-acc):after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

footer .contact a:focus {
    box-shadow: 0 0 0 1px #53a4dd;
    outline: none;
}

.boxesWrap,
.loginPage .linkBox a,
.loginPage .promoInner,
.popupInner,
.spaceRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.boxesWrap,
.loginPage .linkBox a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.loginPage .linkBox a,
.popupInner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spaceRow {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.loginPage .promoInner,
.popupInner,
.spaceRow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.boxesWrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.loginHeader .headerInner,
.loginPage .linkBox a {
    -ms-flex-line-pack: center;
    align-content: center;
}

:root {
    --infoboxesspace: 25px;
    --infoboxesouterspace: 10px;
    --instacardstorywidth: 390px;
    --instacardwidth: 220px;
    --instacardwidthintro: calc(var(--instacardwidth) - 30px);
    --instacardpercent: 174%;
    --instacardspace: 18px;
}

@media only screen and (max-width:1023px) {
    :root {
        --instacardstorywidth: 300px;
        --instacardwidth: 180px;
    }
}

@media only screen and (max-width:767px) {
    :root {
        --instacardstorywidth: 280px;
    }
}

@media only screen and (min-height:850px)and (min-width:768px) {
    :root {
        --instacardstorywidth: 502px;
        --instacardwidth: 282px;
    }
}

.popupHeader {
    left: 0;
    position: absolute;
    top: 0;
}

.vMiddle>* {
    display: inline-block;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.button,
button {
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: all .35s ease-out;
}

.button:disabled,
button:disabled {
    cursor: default;
}

.button.blue,
button.blue {
    background-color: #0c6db3;
    border-radius: 4px;
    color: #fff;
    font-family: EurobankSans;
    font-size: .875rem;
    padding: 14px 44px 13px;
}

.button.blue:not(.inactive):not(:disabled):focus,
button.blue:not(.inactive):not(:disabled):focus {
    box-shadow: 0 0 5px 2px rgba(13, 129, 211, .9);
}

@media only screen and (max-width:1280px) {

    .button.blue,
    button.blue {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width:480px) {

    .button.blue,
    button.blue {
        padding-left: 33px;
        padding-right: 33px;
    }
}

.button.blue:not(.inactive):not(:disabled):hover,
button.blue:not(.inactive):not(:disabled):hover {
    background-color: #0d81d3;
}

.button.blue:not(.inactive):not(:disabled):active,
button.blue:not(.inactive):not(:disabled):active {
    background-color: #12578a;
    color: #fff;
}

.button.blue:disabled,
button.blue:disabled {
    background-color: #e8e8e8;
    color: #b3b0ab;
}

.button.iconBtn,
button.iconBtn {
    background-color: transparent;
    color: #0c6db3;
    font-family: EurobankSansBold;
    font-size: 1rem;
    padding: 0;
    position: relative;
    transition: color .35s ease-out;
    white-space: nowrap;
}

.button.iconBtn:not(.inactive):not(:disabled):hover,
button.iconBtn:not(.inactive):not(:disabled):hover {
    background-color: transparent;
    color: #0d81d3;
    text-decoration: none;
}

.button.iconBtn:not(.inactive):not(:disabled):active,
button.iconBtn:not(.inactive):not(:disabled):active {
    background-color: transparent;
    color: #12578a;
}

.button.iconBtn:disabled,
button.iconBtn:disabled {
    color: #96989b;
}

.button.iconBtn.iconBtnBig,
button.iconBtn.iconBtnBig {
    font-size: 1.25rem;
}

.button.iconBtn>span,
button.iconBtn>span {
    display: inline-block;
    vertical-align: middle;
}

.button.iconBtn .icon,
.button.iconBtn [class*=icon],
button.iconBtn .icon,
button.iconBtn [class*=icon] {
    font-size: 1.5rem;
    margin-right: 6px;
}

.button.iconBtn:focus,
button.iconBtn:focus {
    outline: none;
}

.button.iconBtn:focus:before,
button.iconBtn:focus:before {
    border: 1px solid #53a4dd;
}

@media only screen and (max-width:480px) {

    .button.blue,
    button.blue {
        width: 100%;
    }
}

button.link {
    color: #0c6db3;
    font-family: EurobankSans;
    font-size: 1rem;
    line-height: 1;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}

button.link:disabled,
button.link:disabled:hover {
    color: #96989b;
    cursor: default;
}

button.link:hover {
    color: #0d81d3;
}

button.link:active {
    color: #12578a;
}

button.link:not(.open-acc):focus:after {
    border: 1px solid #53a4dd;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.wrapper {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0;
    width: 96%;
}

@media only screen and (max-width:1023px) {
    .wrapper {
        max-width: 100%;
        padding: 0 15px;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .wrapper {
        max-width: 100%;
        padding: 0 15px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

@media only screen and (max-width:1023px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media only screen and (max-width:767px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

[class*=column-] {
    float: left;
    min-height: 1px;
    padding: 0 10px;
    width: 100%;
}

@media only screen and (max-width:1023px) {
    [class*=column-] {
        padding: 0 10px;
    }
}

@media only screen and (max-width:767px) {
    [class*=column-] {
        padding: 0 10px;
    }
}

.column-3 {
    width: 25%;
}

.column-4 {
    width: 33.3333333333%;
}

@media only screen and (max-width:1023px) {
    .column-t6 {
        width: 50%;
    }
}

.column-12 {
    width: 100%;
}

@media only screen and (max-width:767px) {
    .column-m12 {
        width: 100%;
    }
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}

h1 {
    color: #4a4a4a;
    font-family: EurobankSansBold;
    font-size: 2.375rem;
    line-height: 1.2;
    margin: 0 0 1em;
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 1.875rem;
        line-height: 1.1;
    }
}

h2 {
    color: #4a4a4a;
    font-family: EurobankSansBold;
    font-size: 1.875rem;
    line-height: 1;
    margin: 1em 0 .6em;
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 1.625rem;
        line-height: 1.1;
        margin-bottom: .4em;
    }
}

h3 {
    color: #4a4a4a;
    font-family: EurobankSansBlack;
    font-size: 1.625rem;
    line-height: 1.1;
    margin: 1.6em 0 .8em;
}

@media only screen and (max-width:767px) {
    h3 {
        font-size: 1.5rem;
        margin: 32px 0 16px;
    }
}

h4 {
    color: #4a4a4a;
    font-family: EurobankSansBold;
    font-size: 1.375rem;
    margin: .9em 0;
}

@media only screen and (max-width:767px) {
    h4 {
        font-size: 1.25rem;
        margin: .7em 0;
    }
}

body {
    font-family: EurobankSans;
    font-size: .875rem;
}

strong {
    font-family: EurobankSansBold;
    font-weight: 400;
}

img {
    height: auto;
    max-width: 100%;
    width: auto;
}

p {
    color: #656566;
    line-height: 1.4;
    margin: 0 0 1em;
}

input.text,
input[type=text] {
    appearance: none;
    border-radius: 0;
}

:focus {
    transition: none !important;
}

:focus,
button:focus,
input:focus {
    outline: none;
}

input.text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #4a4a4a;
    font-family: EurobankSans;
    font-size: 1rem;
    height: 45px;
    line-height: 30px;
    padding: 8px 16px;
}

input.text:not(.readOnly):focus {
    border-color: #656566;
    color: #4a4a4a;
}

label {
    color: #656566;
    font-size: .875rem;
    line-height: 1.15;
}

@media only screen and (max-width:480px) {
    label {
        font-size: .9375rem;
    }
}

.tooltip {
    position: relative;
}

.tooltip .icon-info,
.tooltip .openTooltip {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    text-decoration: none;
    vertical-align: top;
}

.tooltip .icon-info:focus,
.tooltip .openTooltip:focus {
    outline: none;
}

.tooltip .icon-info:focus:after,
.tooltip .openTooltip:focus:after {
    border: 1px solid #53a4dd;
}

.tooltip .icon-info {
    color: #0c6db3;
}

.popup {
    background: rgba(0, 0, 0, .4);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.popupOverlay {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.popup .close {
    background: transparent;
    border: none;
    color: #656566;
    cursor: pointer;
    font-size: 1rem;
    padding: 5px;
    position: absolute;
    right: 19px;
    top: 19px;
    z-index: 5;
}

@media only screen and (max-width:767px) {
    .popup .close {
        right: 8px;
        top: 8px;
    }
}

.popup .close:focus {
    outline: none;
}

.popup .close:focus:after {
    border: 1px solid #53a4dd;
}

.popupInner {
    height: 100%;
    width: 100%;
}

.popupContent {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(21, 25, 27, .3);
    max-height: 86vh;
    max-width: 808px;
    padding-top: 100px;
    position: relative;
    width: 90%;
}

.popup.l .popupContent {
    max-width: 952px;
}

.popup.m .popupContent {
    max-width: 675px;
}

.popupHeader {
    border-bottom: 1px solid #ccc;
    color: #4a4a4a;
    display: table;
    font-family: EurobankSansBold;
    font-size: 1.5rem;
    height: 100px;
    line-height: 1;
    padding: 15px 50px 10px;
    text-align: center;
    width: 100%;
    word-break: break-word;
}

.popupHeader .inner {
    display: table-cell;
    vertical-align: middle;
}

.popupHeader h2 {
    font-size: 1.5rem;
    margin: 0;
}

@media only screen and (max-width:767px) {
    .popupHeader h2 {
        font-size: 1.375rem;
    }
}

@media only screen and (max-width:480px) {
    .popupHeader h2 {
        font-size: 1.25rem;
    }
}

.popupHeader h2 span {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
    .popupHeader {
        padding: 33px 20px 21px;
    }
}

.popupMain {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(86vh - 100px);
    padding: 20px var(--popupPaddingInline) 0;
    word-break: break-word;
}

.popupMain.noScroll {
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width:1023px) {
    .popupMain {
        padding-block: 0;
    }
}

.dd-menu-wrap {
    position: relative;
    text-align: left;
}

.dd-title {
    cursor: pointer;
    font-family: EurobankSans;
    font-size: .875rem;
    overflow: hidden;
    padding-right: 23px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dd-title:not(.dots):before {
    content: "";
    height: calc(100% - 25px);
    left: 13px;
    position: absolute;
    top: 12px;
    width: calc(100% - 26px);
}

.dd-title:not(.dots):focus {
    outline: none;
}

.dd-title:not(.dots):focus:before {
    border: 1px solid #53a4dd;
}

.loginHeader .lang .dd-title:not(.dots):focus:before {
    display: none;
}

.dd-title:not(.dots):after {
    content: "";
    font-family: icomoon;
    font-size: .4375rem;
    line-height: 1;
    margin-top: -5px;
    position: absolute;
    right: 2px;
    top: 50%;
    transition: transform .35s ease;
}

.dd-menu {
    background-color: #fafafa;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(21, 25, 27, .3);
    display: none;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 300px;
    position: absolute;
    scrollbar-color: #b3b0ab #f2f2f2;
    scrollbar-width: thin;
}

.dd-menu::-webkit-scrollbar {
    border-radius: 8px;
    width: 10px;
}

.dd-menu::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    border-radius: 8px;
}

.dd-menu::-webkit-scrollbar-thumb {
    background-color: #b3b0ab;
    border-radius: 8px;
}

.dd-menu ul {
    margin: 0;
    padding: 0;
}

.dd-menu li {
    color: #656566;
    font-size: .9375rem;
    line-height: 1.1;
    list-style: none;
}

.dd-menu li a {
    background-color: #fafafa;
    color: #656566;
    display: block;
    padding: 10px 18px 7px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: all .35s ease;
    width: 100%;
}

@media only screen and (max-width:767px) {
    .dd-menu li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dd-menu li a:not(.inactive):not(.active):hover {
    background-color: #e8e8e8;
    color: #656566;
}

.skipMain {
    background-color: #fff;
    border: 2px dashed #010101;
    color: #010101;
    font-family: EurobankSans;
    font-size: 1.125rem;
    left: 10px;
    padding: 14px;
    position: absolute;
    text-decoration: none;
    top: -100%;
    z-index: 991;
}

.skipMain:focus {
    top: 7px;
}

.dd-menu li a:not(.inactive):focus {
    outline: none;
}

.dd-menu li a:not(.inactive):focus:before {
    border: 1px solid #53a4dd;
}

#onetrust-consent-sdk #onetrust-banner-sdk.otFlat {
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    right: auto;
    width: 100%;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
    align-items: center;
    display: flex !important;
    gap: 20px;
    justify-content: flex-start;
    width: 100% !important;
}

@media only screen and (max-width:1279px) {
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
        flex-wrap: wrap;
        gap: 10px;
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group button {
    margin: 0;
}

@media only screen and (max-width:1279px) {
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group button {
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 52%;
        width: auto;
    }
}

@media only screen and (max-width:1023px) {
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group button {
        max-width: 100%;
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
    align-items: center;
    display: flex;
    gap: 8px;
    padding: 20px;
}

@media only screen and (max-width:1023px) {
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
        gap: 20px;
    }
}

@media only screen and (max-width:640px) {
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
        flex-wrap: wrap;
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row #onetrust-policy {
    margin: 0;
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row #onetrust-policy-text:last-child {
    margin: 0 !important;
    margin-block: 0 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row #onetrust-button-group-parent {
    left: auto;
    padding: 0;
    position: static;
    transform: none;
    width: 45%;
}

@media only screen and (max-width:640px) {
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row #onetrust-button-group-parent {
        width: 100%;
    }
}

.mainSection {
    min-height: 200px;
    padding-bottom: 80px;
    padding-top: var(--pageSpaceTop);
    position: relative;
}

@media only screen and (max-width:1023px) {
    .mainSection {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:767px) {
    .mainSection {
        padding-bottom: 30px;
    }
}

.loginHeader {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(1, 1, 1, .18);
    height: auto;
}

.loginHeader h1 {
    line-height: .9;
    margin: 0;
}

@media only screen and (max-width:1023px) {
    .loginHeader h1 {
        margin-right: 20px;
    }
}

.loginHeader .logosWrap {
    width: 100%;
}

.loginHeader .logosWrap img {
    border: 0;
}

.loginHeader .headerInner {
    height: 89px;
}

.loginHeader.v1 .lang {
    background-color: transparent;
}

.loginHeader.v1 .lang .dd-title {
    margin: 0 0 0 auto;
}

.loginHeader .lang {
    background-color: #eaeeef;
    display: inline-block;
    height: 89px;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
    width: 67px;
}

.loginHeader .lang .dd-menu-wrap {
    display: inline-block;
    margin-top: 37px;
    vertical-align: top;
    width: 100%;
}

.loginHeader .lang .dd-title {
    font-family: EurobankSansBold, sans-serif;
    font-size: 1rem;
    margin: 0 auto;
    width: 48px;
}

.loginHeader .lang .dd-title:after {
    color: #656566;
}

.loginHeader .lang .dd-menu {
    border-radius: 0;
    text-align: center;
    top: 33px;
    width: 100%;
}

.loginHeader .lang .dd-menu a {
    font-family: EurobankSansBold, sans-serif;
    font-size: 1rem;
    padding: 10px 18px;
}

.loginFooter {
    background-color: #4a4a4a;
    padding-bottom: 26px;
    padding-top: 26px;
}

.loginFooter .copyright {
    color: #fff;
    font-family: EurobankSansLight;
    font-size: .75rem;
    line-height: 1;
    padding-right: 10px;
}

@media only screen and (max-width:767px) {
    .loginFooter .copyright {
        margin-bottom: 20px;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .loginFooter .spaceRow {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.loginFooter .contact {
    color: #fff;
    font-size: 1.063rem;
    line-height: 1.4;
    padding-left: 35px;
    position: relative;
}

.loginFooter .contact:before {
    content: "";
    font-family: icomoon;
    font-size: 2rem;
    left: 0;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}

.loginFooter .contact a[href^=tel] {
    color: #fff;
    font-family: EurobankSansBlack;
    text-decoration: none;
}

.loginFooter--rebrand {
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
}

.loginFooter--rebrand .contact,
.loginFooter--rebrand .copyright {
    color: #4a4a4a;
}

.loginFooter--rebrand .contact a[href^=tel] {
    color: #0c6db3;
}

.desktop .loginFooter--rebrand .contact a[href^=tel]:hover {
    border-bottom-color: currentColor;
    color: #0c6db3;
}

@media only screen and (max-width:767px) {
    .loginPage {
        margin-top: 0;
    }
}

.loginPage .boxesWrap {
    display: block;
}

.loginPage .promoInner {
    position: relative;
}

@media only screen and (max-width:1023px) {
    .loginPage .promoInner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.loginPage .loginBox {
    background-color: #fafafa;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(21, 25, 27, .3);
    padding: 0 23px 29px 37px;
    position: relative;
    width: 424px;
}

.loginPage .loginBox.v1 {
    background-color: #fff;
    padding: 0;
    width: 400px;
}

.loginPage .loginBox.v1 h2 {
    font-family: EurobankSansBlack;
    font-size: 1.75rem;
    letter-spacing: .02em;
    line-height: 1.1;
    margin-bottom: 26px;
    margin-top: .8em;
}

@media only screen and (max-width:480px) {
    .loginPage .loginBox.v1 h2 {
        letter-spacing: 0;
    }
}

.loginPage .loginBox.v1 .submit,
.loginPage .loginBox.v1 input.text {
    width: 100%;
}

@media only screen and (max-width:480px) {

    .loginPage .loginBox.v1 .submit,
    .loginPage .loginBox.v1 input.text {
        width: 100%;
    }
}

@media only screen and (max-width:1023px) {
    .loginPage .loginBox {
        display: inline-block;
        margin: 20px 0;
        vertical-align: top;
    }
}

@media only screen and (max-width:480px) {
    .loginPage .loginBox {
        padding: 0 15px 29px;
    }
}

.loginPage .loginBox h2 {
    margin: 1.4em 0 .8em;
}

.loginPage .loginBox label {
    display: block;
    margin: 0 0 6px;
}

.loginPage .loginBox input.text {
    margin-right: 5px;
}

.loginPage .loginBox .submit,
.loginPage .loginBox input.text {
    width: 326px;
}

@media only screen and (max-width:480px) {

    .loginPage .loginBox .submit,
    .loginPage .loginBox input.text {
        width: 235px;
    }
}

.loginPage .loginBox input.text {
    padding-right: 50px;
}

.loginPage .loginBox .field {
    margin: 0 0 15px;
}

.loginPage .loginBox .submit {
    margin: 0 0 4px;
}

.loginPage .loginBoxInner {
    padding: 9px 20px 29px;
}

@media only screen and (max-width:480px) {
    .loginPage .loginBoxInner {
        padding: 0 15px 24px;
    }
}

.loginPage .register {
    background-color: #f6f6f6;
    border-radius: 0 0 4px 4px;
    padding: 17px 10px;
    text-align: center;
}

.loginPage .loginPromo {
    background-color: #fafafa;
    margin-top: -22px;
}

.loginPage .loginPromo.v1 {
    padding-bottom: 75px;
    padding-top: 68px;
    position: relative;
}

@media only screen and (max-width:767px) {
    .loginPage .loginPromo.v1 {
        padding-bottom: 15px;
        padding-top: 18px;
    }
}

.loginPage .loginPromo .bg {
    background-position: 100%;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.loginPage .loginPromo .bg:before {
    background-color: rgba(1, 1, 1, .2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.loginPage .promoText {
    margin-bottom: 26px;
    padding: 0 10px 0 93px;
    position: relative;
    width: calc(100% - 424px);
}

.loginPage .promoText span {
    color: #fff;
    font-size: 1.375rem;
}

.loginPage .promoText h2 {
    color: #fff;
    font-family: EurobankSansBlack;
    font-size: 2.875rem;
    margin-top: .2em;
    text-shadow: 0 0 10px rgba(1, 1, 1, .14);
}

@media only screen and (max-width:767px) {
    .loginPage .promoText h2 {
        font-size: 2.5rem;
    }
}

.loginPage .promoText.v1 {
    width: calc(100% - 506px);
}

.loginPage .promoText.v1 h2 {
    font-size: 2.5rem;
}

@media only screen and (max-width:1023px) {
    .loginPage .promoText.v1 {
        padding: 0;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width:1280px) {
    .loginPage .promoText {
        padding-left: 50px;
    }
}

@media only screen and (max-width:1023px) {
    .loginPage .promoText {
        padding: 0;
        text-align: center;
        width: 100%;
    }
}

.loginPage .introSec {
    margin: 17px 0 64px;
}

.loginPage .introSec h2 {
    font-size: 2.375rem;
    margin-bottom: .3em;
}

@media only screen and (max-width:480px) {
    .loginPage .introSec h2 {
        font-size: 2.125rem;
    }
}

.loginPage .introSec p {
    font-size: 1.25rem;
    line-height: 1.2;
}

@media only screen and (max-width:480px) {
    .loginPage .introSec p {
        font-size: 1.125rem;
    }
}

.loginPage .introSec .introText {
    padding-right: 34%;
}

@media only screen and (max-width:1280px) {
    .loginPage .introSec .introText {
        padding-right: 20%;
    }
}

@media only screen and (max-width:1023px) {
    .loginPage .introSec .introText {
        padding-right: 0;
    }
}

.loginPage .linkBox a {
    background-color: #fafafa;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(21, 25, 27, .3);
    color: #4a4a4a;
    font-family: EurobankSansBold;
    font-size: 1.375rem;
    height: 289px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .25s ease-out;
    width: 100%;
}

.desktop .loginPage .linkBox a:hover,
.loginPage .linkBox a:focus {
    box-shadow: 0 1px 3px 2px rgba(21, 25, 27, .2);
}

@media only screen and (max-width:480px) {
    .loginPage .linkBox a {
        font-size: 1.125rem;
    }
}

@media only screen and (max-width:1280px) {
    .loginPage .linkBox a {
        height: calc(24vw - 23px);
    }
}

@media only screen and (max-width:1023px) {
    .loginPage .linkBox a {
        height: calc(50vw - 34px);
        margin: 10px 0;
    }
}

.loginPage .linkBox .icon {
    background-color: #e52600;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 2.75rem;
    height: 90px;
    line-height: 90px;
    margin-bottom: 18px;
    width: 90px;
}

@media only screen and (max-width:480px) {
    .loginPage .linkBox .icon {
        border-radius: 50%;
        font-size: 1.625rem;
        height: 60px;
        line-height: 60px;
        margin-bottom: 10px;
        width: 60px;
    }
}

.loginPage .linkBox .text {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
}

.loginPage .bannersSec {
    background-color: #fafafa;
    margin: 64px 0 0;
    padding: 60px 0;
}

@media only screen and (max-width:1280px) {
    .loginPage .bannersSec {
        margin: 50px 0 0;
        padding: 50px 0;
    }
}

@media only screen and (max-width:480px) {
    .loginPage .bannersSec {
        padding: 40px 0;
    }
}

@media only screen and (max-width:767px) {
    .loginPage .bannersWrap {
        text-align: center;
    }
}

.loginPage .bannersWrap a {
    display: inline-block;
    margin: 10px 0;
    max-width: 100%;
    vertical-align: top;
}

footer {
    background-color: #4a4a4a;
    margin-top: 60px;
    padding: 48px 0 41px;
}

@media only screen and (max-width:1023px) {
    footer {
        padding: 35px 0;
    }
}

@media only screen and (max-width:767px) {
    footer {
        padding-bottom: 20px;
        padding-top: 24px;
        text-align: center;
    }
}

footer .contact {
    color: #fff;
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 1.4;
    margin: 0 0 30px;
    padding-left: 46px;
    position: relative;
}

footer .contact:before {
    content: "î¤«";
    font-family: icomoon;
    font-size: 1.563rem;
    left: 12px;
    position: absolute;
    top: 2px;
}

@media only screen and (max-width:1023px) {
    footer .contact {
        padding-left: 0;
    }

    footer .contact:before {
        display: block;
        left: 0;
        margin-bottom: 10px;
        position: relative;
        top: 0;
    }
}

@media only screen and (max-width:767px) {
    footer .contact {
        margin: 9px auto 15px;
        max-width: 242px;
    }

    footer .contact:before {
        margin-bottom: 4px;
    }
}

footer .contact a {
    border-bottom: 1px solid transparent;
    color: #fff;
    font-family: EurobankSansBlack;
    text-decoration: none;
    transition: all .2s ease-out;
    white-space: nowrap;
}

.desktop footer .contact a:hover {
    border-bottom: 1px solid #ccc;
}

footer .wrapper {
    position: relative;
}

header {
    height: var(--headerHeight);
    position: relative;
    z-index: 100;
}

@media (-ms-high-contrast:none) {

    button:not(.sortingBtn):active span,
    button:not(.sortingBtn):focus span {
        left: 0;
        position: relative;
        top: 0;
    }
}

html {
    font-size: 100%;
    overflow-x: hidden;
}

body,
html {
    width: 100%;
}

.bannersWrap img {
    border: 0;
}

.button,
.iconBtn,
button {
    display: inline-block;
    vertical-align: middle;
}

.button span:not(.icon),
.iconBtn span:not(.icon),
button span:not(.icon) {
    position: relative;
    top: 1px;
}

.innerTooltip {
    position: relative;
}

.innerTooltip .tooltip {
    position: absolute;
    right: 14px;
    top: 33px;
}

.lang .dd-title {
    font-family: EurobankSansBold, sans-serif;
    font-size: 1rem;
    margin: 0 0 0 auto;
    width: 48px;
}

.lang .dd-title span,
.lang .dd-title span:not(.icon) {
    display: block;
    position: static;
    top: auto;
}

.passwordToggle {
    border-radius: 5px;
    display: none;
    height: calc(100% - 4px);
    position: absolute;
    right: 2px;
    top: 2px;
    width: 45px;
}

.passwordToggle:before {
    color: #656566;
    content: "î§";
    font-family: icomoon;
    font-size: 1.625rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.passwordToggle--active:before {
    content: "î§‚";
}

.passwordToggle:focus {
    outline: 1px solid #0c6db3;
}

.fieldPassword {
    position: relative;
    width: 100%;
}

.fieldPassword input {
    max-width: 100% !important;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap;
    width: 1px !important;
}

:root {
    --color-background-primary-bold: #0c6cb2;
    --color-background-primary-bold-pressed: #0a578e;
    --color-background-primary-subtle: #cee2f0;
    --color-background-primary-subtlest: #e7f0f7;
    --color-background-primary-minimal: #f3f8fb;
    --color-background-primary-inverse: #fff;
    --color-background-accent-bold: #e62600;
    --color-background-accent-bold-pressed: #b81f00;
    --color-background-success-stable: #89c47b;
    --color-background-success-bold: #407331;
    --color-background-success-bold-pressed: #2a521e;
    --color-background-warning-stable: #fdb83e;
    --color-background-warning-bold: #a36700;
    --color-background-warning-pressed: #8e7852;
    --color-background-danger-bold: #9d1f06;
    --color-background-danger-bold-pressed: #f63913;
    --color-background-inverse: #fff;
    --color-background-inverse-stable: #fff;
    --color-background-inverse-pressed: #ccc;
    --color-background-disabled: #ccc;
    --color-background-inverse-disabled: #ccc;
    --color-background-information-subtle: #eaeeef;
    --color-background-input-search: #f2f2f2;
    --color-background-input-search-inverse: #fff;
    --color-background-secondary: transparent;
    --color-background-secondary-pressed: #e5e5e5;
    --color-background-secondary-inverse: hsla(0, 0%, 100%, .5);
    --color-background-tertiary-bold: #021342;
    --color-blanket: rgba(0, 0, 0, .4);
    --color-border-accent: #e62600;
    --color-border-primary: #0c6cb2;
    --color-border-primary-pressed: #0a578e;
    --color-border-default: #ccc;
    --color-border-subtle: #eaeeef;
    --color-border-success: #407331;
    --color-border-warning: #a36700;
    --color-border-danger: #9d1f06;
    --color-border-danger-pressed: #f63913;
    --color-border-inverse-stable: #fff;
    --color-border-secondary: #4d4d4d;
    --color-border-disabled: #ccc;
    --color-brand-erb-blue-800: #0a578e;
    --color-brand-erb-red-800: #b81f00;
    --color-greys-warm-grey-100: #f2f2f2;
    --color-icon-accent: #e62600;
    --color-icon-primary: #0c6cb2;
    --color-icon-primary-alt: #0c6cb2;
    --color-icon-primary-subtle: #cee2f0;
    --color-icon-warning: #a36700;
    --color-icon-success: #407331;
    --color-icon-danger: #9d1f06;
    --color-icon-default: #4a4a4a;
    --color-icon-default-alt: #4a4a4a;
    --color-icon-subtle: #656566;
    --color-icon-subtlest: #ccc;
    --color-icon-inverse: #fff;
    --color-icon-inverse-stable: #fff;
    --color-icon-disabled: #5c6670;
    --color-light-tertiary-400: #93d6f5;
    --color-light-secondary-1000: #021342;
    --color-light-secondary-900: #021958;
    --color-light-primary-200: #e7f0f7;
    --color-light-primary-800: #0a578e;
    --color-light-primary-900: #0c6cb2;
    --color-link-danger: #9d1f06;
    --color-link-default: #0c6cb2;
    --color-link-inverse-stable: #fff;
    --color-link-primary-inverse: #fff;
    --color-link-inverse-cyan: #4dccf0;
    --color-text-accent-brand: #e62600;
    --color-text-primary: #0c6cb2;
    --color-text-primary-alt: #0c6cb2;
    --color-text-primary-subtle: #cee2f0;
    --color-text-default: #4a4a4a;
    --color-text-default-alt: #4a4a4a;
    --color-text-default-boldest-stable: #020e18;
    --color-text-subtle: #656566;
    --color-text-inverse: #fff;
    --color-text-inverse-stable: #fff;
    --color-text-disabled: #96989b;
    --color-text-disabled-subtlest: #ccc;
    --color-text-success: #407331;
    --color-text-warning: #a36700;
    --color-text-danger: #9d1f06;
    --color-main-cyan-700: #41a2cb;
    --color-white: #fff;
    --color-interactive-hover-pressed: #eee;
    --color-overlay-black-30: rgba(0, 0, 0, .3);
    --ui-primary-700: #0c6cb2;
    --ui-primary-400: #86b6d9;
    --ui-primary-400-2: #86b6d9;
    --ui-primary-300: #cee2f0;
    --ui-wneutral-600: #96989b;
    --ui-wneutral-100: #f2f2f2;
    --ui-wneutral-100-stable: #f2f2f2;
    --elevation-surface-transparent: transparent;
    --elevation-surface-base: #fff;
    --elevation-surface-subtle: #f2f2f2;
    --elevation-surface-subtlest: #fff;
    --elevation-surface-card-1: #fff;
    --elevation-surface-card-2: #f3f8fb;
    --elevation-surface-card-3: #021342;
    --elevation-surface-brand-bold: #0c6cb2;
    --elevation-surface-brand-subtlest: #f3f8fb;
    --elevation-surface-system-feedback: #021342;
    --elevation-surface-system-black: #000;
    --opacity-black-10: rgba(0, 0, 0, .1);
    --opacity-black-20: rgba(0, 0, 0, .2);
    --opacity-black-50: rgba(0, 0, 0, .5);
    --opacity-black-60: rgba(0, 0, 0, .6);
    --opacity-black-80: rgba(0, 0, 0, .8);
    --opacity-white-10: hsla(0, 0%, 100%, .1);
    --opacity-white-20: hsla(0, 0%, 100%, .2);
    --opacity-white-50: hsla(0, 0%, 100%, .5);
    --opacity-white-60: hsla(0, 0%, 100%, .6);
    --opacity-white-80: hsla(0, 0%, 100%, .8);
    --opacity-white-85: hsla(0, 0%, 100%, .85);
    --exclusive-virtual-card-stable: #cb031e;
}

.eu-redesign-container *,
.eu-redesign-container :focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.eu-redesign-container :focus-visible {
    outline-color: var(--color-border-primary);
    outline-offset: 1px;
    outline-style: solid;
    outline-width: 1px;
}

.eu-redesign-container *,
.eu-redesign-container :after,
.eu-redesign-container :before {
    box-sizing: border-box;
}

html {
    overscroll-behavior: none;
}

.eu-redesign-container a {
    transition-duration: .3s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(.4, 0, .4, 1);
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    font: 100% sans-serif;
}

body {
    margin: 0;
    min-height: 100%;
}

.eu-redesign-container {
    background: var(--color-background-inverse);
    color: var(--color-text-default);
    font-family: EurobankSans;
}

.eu-redesign-container strong {
    font-weight: 700;
}

.eu-redesign-container img {
    border-style: none;
}

.eu-redesign-container button.eu-btn {
    font-family: inherit;
    font-size: 100%;
    vertical-align: unset;
}

.eu-redesign-container input {
    font-family: inherit;
}

.eu-flex {
    display: flex;
}

.eu-flex-column {
    flex-direction: column;
}

.eu-align-center {
    align-items: center;
}

.eu-justify-center {
    justify-content: center;
}

.eu-sr-only {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    white-space: nowrap;
}

html {
    overflow: initial;
}

.eu-redesign-container {
    font-size: 1rem;
}

button span.eu-btn__inner,
button span.eu-btn__inner:is(span),
button span.eu-btn__inner:not(.icon) {
    position: unset;
}

.eu-redesign-container footer {
    background-color: transparent;
}

.eu-redesign-container footer:not(.footerRebrand) {
    padding-block: 0;
    text-align: left;
}

.eu-redesign-container .mainSection {
    overflow-x: clip;
}

.eu-redesign-container button.link:not(.open-acc):focus:after {
    border: none;
}

.eu-redesign-container .row h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3333333333;
}

.eu-redesign-container .loginFooter .contact a[href^=tel],
.eu-redesign-container .loginPage .loginBox.v1 h2,
.eu-redesign-container .loginPage .promoText h2,
.eu-redesign-container footer .contact a {
    font-family: EurobankSans;
    font-weight: 700;
}

.eu-redesign-container h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3333333333;
}

.eu-redesign-container h2 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4545454545;
}

body .eu-redesign-container {
    font-family: EurobankSans;
}

.eu-text--label-s {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

p {
    font-size: 1rem;
    font-weight: 400;
}

p {
    line-height: 1.5;
    margin: 0 0 1rem;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1;
}

.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%;
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}

.eu-btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: background-color, color, border-color;
    transition-timing-function: cubic-bezier(.4, 0, .4, 1);
}

.eu-btn:disabled {
    cursor: default;
}

.eu-btn {
    border-radius: 4px;
    color: var(--color-text-inverse);
    height: 2.75rem;
    padding: 0 1.5rem;
    text-transform: uppercase;
}

@media (max-width:21.1875rem) {
    .eu-btn {
        padding-inline: 1rem;
    }
}

.eu-btn--primary {
    background-color: var(--color-background-primary-bold);
}

@media (hover:hover)and (pointer:fine) {
    .eu-btn--primary:not(:disabled):not(.eu-btn--disabled):hover {
        background-color: var(--color-background-primary-bold-pressed);
    }
}

.eu-btn--primary.eu-btn--negative {
    background-color: var(--color-background-inverse);
    color: var(--color-text-primary);
}

@media (hover:hover)and (pointer:fine) {
    .eu-btn--primary.eu-btn--negative:not(:disabled):not(.eu-btn--disabled):hover {
        background-color: var(--color-background-secondary-pressed);
        color: var(--color-light-primary-800);
    }
}

.eu-btn--tertiary {
    background-color: transparent;
    color: var(--color-text-primary);
    text-transform: none;
}

@media (hover:hover)and (pointer:fine) {
    .eu-btn--tertiary:not(:disabled):not(.eu-btn--disabled):hover {
        background-color: transparent;
        color: var(--color-light-primary-800);
    }
}

.eu-btn--tertiary.eu-btn--negative {
    background-color: transparent;
    color: var(--color-text-inverse);
}

@media (hover:hover)and (pointer:fine) {
    .eu-btn--tertiary.eu-btn--negative:not(:disabled):not(.eu-btn--disabled):hover {
        background-color: transparent;
        color: var(--color-text-inverse);
    }
}

.eu-btn--icon {
    padding: 0;
    width: 2.75rem;
}

.eu-btn--icon.eu-btn--tertiary {
    color: var(--color-text-default);
}

@media (hover:hover)and (pointer:fine) {
    .eu-btn--icon.eu-btn--tertiary:not(:disabled):not(.eu-btn--disabled):hover {
        background-color: var(--color-background-secondary-pressed);
        color: var(--color-text-default);
    }
}

.eu-btn--icon .eu-btn__label {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    white-space: nowrap;
}

.eu-btn:disabled {
    background-color: var(--color-background-disabled);
    color: var(--color-text-disabled);
}

.eu-btn:disabled.eu-btn--tertiary {
    background-color: transparent;
}

.eu-btn__inner {
    align-items: center;
    display: flex;
    gap: .5rem;
}

.eu-btn .eu-svg-icon {
    flex-shrink: 0;
}

.eu-btn__label {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.1428571429;
}

.eu-btn__icon:not(.eu-btn__icon--timer) path {
    fill: currentColor;
}

.eu-drawer {
    --modal-width: 43rem;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition-duration: .6s;
    transition-property: visibility;
    transition-timing-function: cubic-bezier(.4, 0, .4, 1);
    visibility: hidden;
    z-index: 400;
}

.eu-drawer__container {
    background-color: var(--elevation-surface-base);
    bottom: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: .6s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .4, 1);
    width: 100%;
    z-index: 100;
}

.eu-drawer--modal .eu-drawer__container {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .4, 1);
}

@media (min-width:60rem) {
    .eu-drawer__container {
        max-width: 26.125rem;
        transform: translateX(100%);
    }
}

@media (max-width:59.9375rem) {
    .eu-drawer__container {
        max-width: 100%;
        transform: translateY(100%);
    }
}

.eu-drawer--modal .eu-drawer__container {
    border-radius: 4px;
    height: fit-content;
    max-height: 94dvh;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width:60rem) {
    .eu-drawer--modal .eu-drawer__container {
        left: 50%;
        margin-left: calc(var(--modal-width)/2*-1);
        max-width: var(--modal-width);
    }
}

@media (max-width:59.9375rem) {
    .eu-drawer--modal .eu-drawer__container {
        left: 0;
        margin-inline: 1rem;
        width: calc(100% - 2rem);
    }
}

.eu-drawer--large .eu-drawer__container {
    --modal-width: 59.5rem;
}

.eu-svg-icon:not(.eu-btn__icon-timer) path {
    fill: currentColor;
}

.eu-important-message {
    background-color: var(--color-background-tertiary-bold);
    padding: 1rem;
}

.eu-important-message__wrapper {
    align-items: center;
    display: flex;
    gap: 1.5rem 3rem;
    margin-inline: auto;
    max-width: 76.25rem;
}

@media (max-width:59.9375rem) {
    .eu-important-message__wrapper {
        flex-direction: column;
    }
}

.eu-important-message__text-container {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
}

@media (max-width:59.9375rem) {
    .eu-important-message__text-container {
        flex-direction: column;
    }
}

.eu-important-message__icon {
    color: #fff;
    flex-shrink: 0;
}

.eu-important-message__icon path {
    fill: var(--color-white);
}

.eu-important-message__text {
    color: var(--color-text-inverse-stable);
    display: -webkit-box;
    margin: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

@media (max-width:59.9375rem) {
    .eu-important-message__text {
        -webkit-line-clamp: 5;
    }
}

.eu-important-message__text>p,
.eu-important-message__text>ul {
    display: none;
}

.eu-important-message__actions {
    align-items: center;
    display: flex;
    gap: .5rem;
}

@media (max-width:59.9375rem) {
    .eu-important-message__actions {
        justify-content: center;
        width: 100%;
    }
}

@media (min-width:60rem) {
    .eu-important-message__actions {
        flex-shrink: 0;
    }
}

.eu-swiper {
    --swiper-pagination-bullet-horizontal-gap: 0;
    padding: 1px;
    width: 100%;
}

@media (min-width:60rem) {
    .eu-swiper--relative:not(.eu-swiper--single) {
        padding-inline: 4.25rem;
    }
}

.eu-swiper__btn {
    position: absolute;
    top: 1rem;
    z-index: 4;
}

@media (max-width:59.9375rem) {
    .eu-swiper__btn {
        display: none;
    }
}

.eu-swiper--relative .eu-swiper__btn {
    height: 100%;
    top: 0;
}

.eu-important-message .eu-swiper__btn {
    background-color: var(--color-background-tertiary-bold);
}

@media (hover:hover)and (pointer:fine) {
    .eu-important-message .eu-swiper__btn:hover {
        background-color: var(--color-background-tertiary-bold);
    }
}

.eu-swiper__btn--prev {
    left: 0;
}

.eu-swiper__btn--next {
    right: 0;
}

.eu-swiper__btn:disabled {
    display: none;
}

.eu-swiper .swiper-slide {
    height: auto;
    min-width: 0;
}

.eu-swiper .swiper-pagination {
    bottom: unset;
    margin-top: 1rem;
    position: relative;
    top: unset;
}

.eu-swiper .swiper-pagination-bullet {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    opacity: 1;
    width: 2rem;
}

.eu-swiper .swiper-pagination-bullet:before {
    background-color: var(--color-background-primary-inverse);
    border: 2px solid var(--color-border-default);
    border-radius: 80px;
    content: "";
    height: .75rem;
    transition-duration: .3s;
    transition-property: border-color, background-color;
    transition-timing-function: cubic-bezier(.4, 0, .4, 1);
    width: .75rem;
}

.eu-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #0c6cb2;
    border-color: #0c6cb2;
}

.eu-swiper--negative .swiper-pagination-bullet:before {
    background-color: transparent;
    border-color: var(--color-border-default);
}

.eu-swiper--negative .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: var(--color-link-inverse-cyan);
    border-color: var(--color-link-inverse-cyan);
}

.eu-swiper--negative .eu-btn--icon.eu-btn--tertiary {
    color: var(--color-text-inverse-stable);
}

.eu-swiper--relative .swiper-pagination {
    margin-top: .75rem;
}

@media (min-width:60rem) {
    .eu-swiper--relative .swiper-pagination {
        display: none;
    }
}

body #chat-window,
body #open-converse {
    z-index: 380 !important;
}

body #open-converse {
    bottom: 3.5rem;
    height: 3.5rem !important;
    left: unset;
    right: 1rem;
    width: 3.5rem !important;
}

@media (hover:hover)and (pointer:fine) {
    body #open-converse:hover #open-converse-tooltip {
        opacity: 1;
        visibility: visible;
    }
}

body #open-converse #open-converse-tooltip {
    bottom: 2.75rem;
    font-family: EurobankSans;
    font-weight: 700;
    left: unset;
    opacity: 0;
    right: 72px;
    transition-duration: .3s;
    transition-property: opacity, visibility;
    transition-timing-function: cubic-bezier(.4, 0, .4, 1);
    visibility: hidden;
}

body #open-converse #open-converse-tooltip:after {
    left: 100%;
    right: unset;
    transform: scaleX(-1);
}

body #chat-window {
    clip-path: circle(0 at 92% 88%);
    left: unset;
    right: 1rem;
}

:root {
    --pageSpaceTop: 22px;
    --headerHeight: 123px;
    --dashboardToggleContent: 0;
    --dashboardToggleContentShort: 142px;
    --labelWidth: 243px;
    --innerForm: 392px;
    --popupPaddingInline: 40px;
}

@media only screen and (max-width:1023px) {
    :root {
        --dashboardToggleContentShort: 0;
        --labelWidth: 180px;
        --popupPaddingInline: 25px;
    }
}

@media only screen and (max-width:767px) {
    :root {
        --pageSpaceTop: 0;
        --popupPaddingInline: 15px;
    }
}

@media only screen and (max-width:480px) {
    :root {
        --innerForm: 100%;
    }
}

/*! CSS Used from: css/app.bdeb76695c8b9a554bfe.css */
*,
:after,
:before {
    box-sizing: border-box;
}

p {
    color: #656566;
    line-height: 1.4;
    margin: 0 0 1em;
}

p.error {
    font-family: EurobankSansItalic;
    font-size: 1rem;
    margin: 0;
}

p.error {
    color: #f86345;
}

:focus {
    transition: none !important;
}

:focus {
    outline: none;
}

.infoBox {
    background-color: #eaeeef;
    margin-bottom: 10px;
    padding: 20px 20px 20px 55px;
    position: relative;
}

.infoBox.s {
    padding-bottom: 9px;
    padding-top: 9px;
}

.loginBox .infoBox.s {
    font-size: .875rem;
    margin-left: -20px;
    margin-top: -11px;
    padding-left: 40px;
    width: calc(100% + 40px);
}

.loginBox .infoBox.s .icon-exclamation {
    font-size: 1rem;
    left: 20px;
}

@media only screen and (max-width:480px) {
    .loginBox .infoBox.s {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}

.infoBox.error .icon,
.infoBox.error p {
    color: #f86345;
}

.infoBox p:last-child {
    margin: 0;
}

.infoBox>.icon {
    color: #96989b;
    left: 20px;
    position: absolute;
}

@media only screen and (max-width:767px) {
    .infoBox>.icon {
        left: 10px;
    }
}

.infoBox .icon,
.infoBox .icon-exclamation {
    font-size: 24px;
}

@media only screen and (max-width:767px) {
    .infoBox {
        padding: 12px 12px 12px 40px;
    }
}

.loginPage .infoBox {
    margin-bottom: 17px;
}

.loginPage .infoBox p {
    font-size: 1rem;
}

.loginPage .infoBox.s p {
    font-size: .875rem;
}

.loginPage .infoBox .icon-exclamation {
    color: #f86345;
    font-size: 1.5rem;
    left: 15px;
    position: absolute;
}

.eu-redesign-container *,
.eu-redesign-container :focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.eu-redesign-container :focus-visible {
    outline-color: var(--color-border-primary);
    outline-offset: 1px;
    outline-style: solid;
    outline-width: 1px;
}

.eu-redesign-container *,
.eu-redesign-container :after,
.eu-redesign-container :before {
    box-sizing: border-box;
}

p {
    font-size: 1rem;
    font-weight: 400;
}

p {
    line-height: 1.5;
    margin: 0 0 1rem;
}

[class*=" icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-exclamation:before {
    content: "";
}

.hidden{
    display: none;
}


@font-face {
    font-family: EurobankSansItalic;
    src: url(media/EurobankSans-Italic.eot) format("eot"), url(media/EurobankSans-Italic.woff2) format("woff2"), url(media/EurobankSans-Italic.woff) format("woff"), url(media/EurobankSans-Italic.ttf) format("truetype"), url(media/EurobankSans-Italic.svg#EurobankSansItalic) format("svg");
}

@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(media/icomoon.ttf) format("truetype"), url(media/icomoon.woff) format("woff"), url(media/icomoon.svg#icomoon) format("svg");
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.modal-backdrop.active {
    visibility: visible;
    opacity: 1;
}


.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto 1rem;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-online_eggrafi:before {
    content: "";
}

.icon-idiwtes:before {
    content: "";
}

.icon-epixeiriseis:before {
    content: "´";
}

.icon-close:before {
    content: "î¤ˆ";
}

.icon-info:before {
    content: "";
}

.icon-demo:before {
    content: "";
}

.icon-asfaleia:before {
    content: "";
}

/*! CSS Used from: Embedded */
#onetrust-banner-sdk {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

#onetrust-banner-sdk:focus {
    outline: 2px solid #000;
    outline-offset: -2px;
}

#onetrust-banner-sdk a:focus {
    outline: 2px solid #000;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    outline-offset: 1px;
}

#onetrust-pc-sdk .ot-close-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px;
    width: 12px;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 152px;
    display: block;
    text-decoration: none;
    font-size: .75em;
}

#onetrust-pc-sdk .ot-pc-footer-logo a:hover {
    color: #565656;
}

#onetrust-pc-sdk button * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

#onetrust-pc-sdk .ot-hide {
    display: none !important;
}

#onetrust-pc-sdk button.ot-link-btn:hover {
    text-decoration: underline;
    opacity: 1;
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
    padding: 0;
}

#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: initial;
    width: 100%;
}

#onetrust-pc-sdk [type=checkbox]:checked,
#onetrust-pc-sdk [type=checkbox]:not(:checked) {
    pointer-events: initial;
}

#onetrust-pc-sdk [type=checkbox]:disabled+label::before,
#onetrust-pc-sdk [type=checkbox]:disabled+label:after,
#onetrust-pc-sdk [type=checkbox]:disabled+label {
    pointer-events: none;
    opacity: .7;
}

#onetrust-pc-sdk input {
    margin: 3px .1ex;
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 60px;
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#onetrust-pc-sdk .ot-pc-logo img {
    max-height: 100%;
    max-width: 100%;
}

#onetrust-pc-sdk .ot-scrn-rdr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

#onetrust-pc-sdk.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, .5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size: .75em;
    }
}

#onetrust-pc-sdk .ot-pc-footer-logo img {
    width: 136px;
    height: 16px;
}

#onetrust-pc-sdk .ot-optout-signal {
    border: 1px solid #32ae88;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f9fffa;
    font-size: .85rem;
    line-height: 2;
}

#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
    display: inline;
    margin-right: 5px;
}

#onetrust-pc-sdk .ot-optout-signal svg {
    height: 20px;
    width: 30px;
    transform: scale(0.5);
}

#onetrust-pc-sdk .ot-optout-signal svg path {
    fill: #32ae88;
}

#onetrust-banner-sdk,
#onetrust-pc-sdk {
    font-size: 16px;
}

#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#onetrust-banner-sdk div,
#onetrust-banner-sdk button,
#onetrust-banner-sdk a,
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk ul,
#onetrust-pc-sdk #ot-pc-content {
    font-family: inherit;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 0;
    border: none;
    clear: none;
    float: none;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    background: none;
    overflow: visible;
    vertical-align: baseline;
    visibility: visible;
    z-index: auto;
    box-shadow: none;
}

#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after {
    content: "";
    content: none;
}

#onetrust-banner-sdk .ot-sdk-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#onetrust-banner-sdk .ot-sdk-columns,
#onetrust-pc-sdk .ot-sdk-column {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    display: initial;
}

@media (min-width: 400px) {
    #onetrust-banner-sdk .ot-sdk-container {
        width: 90%;
        padding: 0;
    }
}

@media (min-width: 550px) {
    #onetrust-banner-sdk .ot-sdk-container {
        width: 100%;
    }

    #onetrust-banner-sdk .ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-column {
        margin-left: 4%;
    }

    #onetrust-banner-sdk .ot-sdk-columns:first-child,
    #onetrust-pc-sdk .ot-sdk-column:first-child {
        margin-left: 0;
    }

    #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns {
        width: 22%;
    }

    #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns {
        width: 65.3333333333%;
    }
}

#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4 {
    margin-top: 0;
    font-weight: 600;
    font-family: inherit;
}

#onetrust-pc-sdk h2 {
    font-size: 1.5rem;
    line-height: 1.25;
}

#onetrust-pc-sdk h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

#onetrust-pc-sdk h4 {
    font-size: 1.5rem;
    line-height: 1.35;
}

@media (min-width: 550px) {
    #onetrust-pc-sdk h2 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h3 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h4 {
        font-size: 1.5rem;
    }
}

#onetrust-pc-sdk p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal;
}

#onetrust-banner-sdk a,
#onetrust-pc-sdk a {
    color: #565656;
    text-decoration: underline;
}

#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover {
    color: #565656;
    text-decoration: none;
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: .01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
    color: #333;
    border-color: #888;
    opacity: .7;
}

#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus {
    outline: 2px solid #000;
}

#onetrust-pc-sdk input[type=text] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

#onetrust-pc-sdk input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#onetrust-pc-sdk input[type=text]:focus {
    border: 1px solid #000;
    outline: 0;
}

#onetrust-pc-sdk label {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

#onetrust-pc-sdk input[type=checkbox] {
    display: inline;
}

#onetrust-pc-sdk ul {
    list-style: circle inside;
}

#onetrust-pc-sdk ul {
    padding-left: 0;
    margin-top: 0;
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-banner-sdk .ot-sdk-container:after,
#onetrust-banner-sdk .ot-sdk-row:after,
#onetrust-pc-sdk .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both;
}

#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block;
}

#onetrust-banner-sdk {
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

#onetrust-banner-sdk.otFlat {
    position: fixed;
    z-index: 2147483645;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
}

#onetrust-banner-sdk.otRelFont {
    font-size: 1rem;
}

#onetrust-banner-sdk::-webkit-scrollbar {
    width: 11px;
}

#onetrust-banner-sdk::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1;
}

#onetrust-banner-sdk {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1;
}

#onetrust-banner-sdk #onetrust-policy {
    margin: 1.25em 0 .625em 2em;
    overflow: hidden;
}

#onetrust-banner-sdk #onetrust-policy-text {
    clear: both;
    text-align: left;
    font-size: .88em;
    line-height: 1.4;
}

#onetrust-banner-sdk #onetrust-policy-text * {
    font-size: inherit;
    line-height: inherit;
}

#onetrust-banner-sdk #onetrust-policy-text a {
    font-weight: bold;
    margin-left: 5px;
}

#onetrust-banner-sdk #onetrust-policy-text {
    color: dimgray;
    float: left;
}

#onetrust-banner-sdk #onetrust-button-group-parent {
    min-height: 1px;
    text-align: center;
}

#onetrust-banner-sdk #onetrust-button-group {
    display: inline-block;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    background-color: #68b631;
    color: #fff;
    border-color: #68b631;
    margin-right: 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600;
}

#onetrust-banner-sdk .banner_logo {
    display: none;
}

#onetrust-banner-sdk #onetrust-policy-text {
    font-size: .813em;
    line-height: 1.5;
}

@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 6px;
        right: 2px;
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 0;
        margin-top: 3em;
    }

    #onetrust-banner-sdk #onetrust-button-group {
        display: block;
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 100%;
    }
}

@media only screen and (min-width: 426px)and (max-width: 896px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 0;
        right: 0;
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 1em;
        margin-right: 1em;
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95%;
    }

    #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100%;
        position: relative;
        margin-left: 0;
    }

    #onetrust-banner-sdk #onetrust-button-group button {
        display: inline-block;
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0;
        text-align: center;
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
        float: left;
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,
    #onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler {
        float: right;
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
        width: calc(100% - 2em);
        margin-right: 0;
    }
}

@media only screen and (min-width: 769px) {
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 30%;
    }
}

@media only screen and (min-width: 897px)and (max-width: 1023px) {
    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translateY(-50%);
    }

    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        padding: 0;
        right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0;
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 2em;
    }

    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translateY(-50%);
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        margin: auto;
        width: 30%;
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 60%;
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: auto;
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        margin-top: 1em;
    }
}

@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 55%;
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 44%;
        padding-left: 2%;
        padding-right: 2%;
    }

    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 55%;
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler) {
    color: #696969;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href] {
    color: #3860BE;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #0050B5;
    border-color: #0050B5;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
    outline-color: #000000;
    outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler {
    color: #0050B5;
    border-color: #0050B5;
    background-color: #FFFFFF;
}

#onetrust-pc-sdk.otPcPanel.ot-slide-out-left {
    -webkit-animation-name: ot-slide-out-left;
    animation-name: ot-slide-out-left;
}

@media print,
(prefers-reduced-motion) {
    #onetrust-pc-sdk.otPcPanel.ot-slide-out-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

#onetrust-pc-sdk {
    position: fixed;
    z-index: 2147483647;
    bottom: 0;
    left: 0;
    background-color: #fff;
    max-width: 480px;
    min-width: 480px;
    height: 100%;
    -webkit-box-shadow: 0px 2px 10px -3px #999;
    -moz-box-shadow: 0px 2px 10px -3px #999;
    box-shadow: 0px 2px 10px -3px #999;
}

#onetrust-pc-sdk.otRelFont {
    font-size: 1rem;
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

#onetrust-pc-sdk .ot-optout-signal {
    margin-top: .625rem;
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track {
    margin-right: 20px;
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
    width: 11px;
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d8d8d8;
}

#onetrust-pc-sdk .ot-pc-scrollbar {
    scrollbar-arrow-color: #d8d8d8;
    scrollbar-darkshadow-color: #d8d8d8;
    scrollbar-face-color: #d8d8d8;
    scrollbar-shadow-color: #d8d8d8;
}

#onetrust-pc-sdk .ot-pc-header {
    height: 39px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 10px 25px;
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 40px;
    width: 120px;
}

#onetrust-pc-sdk .ot-close-icon {
    float: right;
    height: 10px;
    width: 10px;
    margin-top: 10px;
    margin-right: 5px;
}

#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk #ot-pc-lst {
    position: absolute;
    top: 60px;
    bottom: 104px;
}

#onetrust-pc-sdk #ot-pc-content {
    padding-left: 2px;
    padding-right: 10px;
    margin-left: 23px;
    margin-right: 7px;
    width: calc(100% - 42px);
    overflow-y: auto;
}

#onetrust-pc-sdk #ot-pc-lst {
    width: 100%;
}

#onetrust-pc-sdk .ot-pc-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 160px;
    border-top: 1px solid #d8d8d8;
}

#onetrust-pc-sdk .ot-pc-footer button {
    margin-top: 19px;
}

#onetrust-pc-sdk .ot-btn-container {
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
}

#onetrust-pc-sdk .ot-btn-container button {
    min-width: calc(50% - 5px);
}

#onetrust-pc-sdk .ot-pc-footer-logo {
    padding-left: 25px;
    height: 30px;
    background: #f4f4f4;
    text-align: right;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}

#onetrust-pc-sdk button {
    display: inline-block;
    font-size: .75em;
    letter-spacing: .08em;
    max-width: 394px;
    padding: 12px 30px;
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-weight: bold;
    height: auto;
}

#onetrust-pc-sdk button:hover,
#onetrust-pc-sdk button:focus {
    color: #fff;
    border-color: #68b631;
}

#onetrust-pc-sdk .ot-link-btn {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    font-weight: normal;
    line-height: normal;
    width: auto;
    height: auto;
}

#onetrust-pc-sdk #accept-recommended-btn-handler {
    margin-right: 10px;
    margin-bottom: 25px;
}

#onetrust-pc-sdk .ot-pc-refuse-all-handler {
    margin-right: 5px;
}

#onetrust-pc-sdk .ot-tgl {
    float: right;
    position: relative;
    z-index: 1;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #d5e9ff;
    border: 1px solid #3860be;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    background-color: #3860be;
}

#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob {
    box-shadow: 0 0 1px #2196f3;
    outline-style: auto !important;
    outline-width: 1px !important;
}

#onetrust-pc-sdk .ot-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
    margin-bottom: 0;
}

#onetrust-pc-sdk .ot-switch-nob {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f1f1;
    border: 1px solid #ddd;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 20px;
}

#onetrust-pc-sdk .ot-switch-nob:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    bottom: 1px;
    background-color: #7d7d7d;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

#onetrust-pc-sdk .ot-chkbox {
    z-index: 1;
}

#onetrust-pc-sdk .ot-chkbox input:checked~label::before {
    background-color: #3860be;
}

#onetrust-pc-sdk .ot-chkbox input+label::after {
    content: none;
    color: #fff;
}

#onetrust-pc-sdk .ot-chkbox input:checked+label::after {
    content: "";
}

#onetrust-pc-sdk .ot-chkbox input:focus+label::before {
    outline-style: solid;
    outline-width: 2px;
    outline-style: auto;
}

#onetrust-pc-sdk .ot-chkbox label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#onetrust-pc-sdk .ot-chkbox label::before,
#onetrust-pc-sdk .ot-chkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 3px;
}

#onetrust-pc-sdk .ot-chkbox label::before {
    height: 18px;
    width: 18px;
    border: 1px solid #3860be;
    left: 0px;
}

#onetrust-pc-sdk .ot-chkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 5px;
}

#onetrust-pc-sdk .ot-label-txt {
    display: none;
}

#onetrust-pc-sdk .ot-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#onetrust-pc-sdk .ot-acc-hdr {
    display: inline-block;
    width: 100%;
}

#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt {
    display: inline-block;
    font-size: .85em;
    color: dimgray;
}

#onetrust-pc-sdk .ot-label-status {
    padding-left: 5px;
    font-size: .75em;
    display: none;
}

#onetrust-pc-sdk .ot-plus-minus {
    width: 20px;
    height: 20px;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 3px;
}

#onetrust-pc-sdk .ot-plus-minus span {
    position: absolute;
    background: #27455c;
    border-radius: 1px;
}

#onetrust-pc-sdk .ot-plus-minus span:first-of-type {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
}

#onetrust-pc-sdk .ot-plus-minus span:last-of-type {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
}

#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-pc-desc,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk .ot-cat-item p:last-of-type {
    color: dimgray;
}

#onetrust-pc-sdk #ot-pc-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

#onetrust-pc-sdk #ot-pc-desc,
#onetrust-pc-sdk .ot-cat-item p {
    font-size: .79em;
    line-height: 1.4;
}

#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit;
    line-height: inherit;
}

#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk #ot-pc-title {
    font-size: 1.125em;
    line-height: 1.2;
}

#onetrust-pc-sdk #ot-pc-desc {
    clear: both;
    font-size: .813em;
    line-height: 1.5;
    margin-bottom: 25px;
}

#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit;
}

#onetrust-pc-sdk #ot-pc-desc a {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

#onetrust-pc-sdk #ot-pc-desc,
#onetrust-pc-sdk #accept-recommended-btn-handler,
#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header {
    float: left;
}

#onetrust-pc-sdk #ot-category-title {
    width: 100%;
    text-align: left;
}

#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk #ot-lst-title,
#onetrust-pc-sdk .ot-always-active {
    font-weight: bold;
}

#onetrust-pc-sdk a {
    color: #656565;
    cursor: pointer;
}

#onetrust-pc-sdk a:hover {
    color: #3860be;
}

#onetrust-pc-sdk .ot-always-active {
    float: right;
    color: #3860be;
    margin-top: -2px;
}

#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk .ot-always-active {
    font-size: .88em;
    line-height: 1.4;
    position: relative;
}

#onetrust-pc-sdk .ot-cat-item {
    margin-top: 25px;
    line-height: 1.1;
}

#onetrust-pc-sdk .ot-cat-item p:last-of-type {
    clear: both;
    padding-top: 15px;
    margin: 0;
}

#onetrust-pc-sdk .ot-hlst-cntr {
    margin-top: 3px;
    overflow: hidden;
    clear: both;
    padding-left: 2px;
    padding-bottom: 2px;
}

#onetrust-pc-sdk .category-host-list-handler {
    color: #3860be;
    margin-left: 0;
    font-size: .813em;
    text-decoration: none;
    float: left;
    margin-top: 5px;
}

#onetrust-pc-sdk .category-host-list-handler:hover {
    text-decoration-line: underline;
}

#onetrust-pc-sdk .back-btn-handler {
    min-height: 20px;
    font-size: 1em;
    text-decoration: none;
}

#onetrust-pc-sdk .back-btn-handler svg {
    width: 12px;
    height: 12px;
}

#onetrust-pc-sdk .back-btn-handler:hover {
    opacity: .6;
}

#onetrust-pc-sdk #ot-lst-title h3 {
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
    color: #656565;
    font-weight: bold;
    margin-left: 15px;
    display: inline-block;
    font-size: 1em;
}

#onetrust-pc-sdk #ot-lst-title {
    margin-top: 15px;
    font-size: 1em;
}

#onetrust-pc-sdk #ot-pc-hdr {
    display: inline-block;
    padding-left: 27px;
    padding-right: 17px;
    width: calc(100% - 44px);
}

#onetrust-pc-sdk #ot-pc-hdr input::placeholder {
    color: #d4d4d4;
    font-style: italic;
}

#onetrust-pc-sdk #vendor-search-handler {
    height: 31px;
    width: 100%;
    border-radius: 50px;
    font-size: .8em;
    padding-right: 35px;
    padding-left: 15px;
    float: left;
    margin-left: 15px;
}

#onetrust-pc-sdk #ot-lst-cnt {
    transform: translate3d(0, 0, 0);
    position: relative;
    padding-left: 27px;
    margin-right: 10px;
    margin-top: 10px;
    width: calc(100% - 37px);
    top: 0;
    bottom: 70px;
    height: calc(100% - 94px);
    overflow-y: auto;
    overflow-x: hidden;
}

#onetrust-pc-sdk #ot-sel-blk {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    display: inline-block;
    top: 0;
    overflow: hidden;
    z-index: 3;
}

#onetrust-pc-sdk .ot-lst-subhdr {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#onetrust-pc-sdk .ot-lst-subhdr svg {
    width: 30px;
    height: 30px;
    position: absolute;
    float: left;
    right: -15px;
}

#onetrust-pc-sdk .ot-search-cntr {
    float: left;
    width: 82%;
    position: relative;
}

#onetrust-pc-sdk .ot-fltr-cntr {
    float: right;
    right: 15px;
    position: relative;
}

#onetrust-pc-sdk #filter-btn-handler {
    background-color: #3860be;
    border-radius: 17px;
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease;
    padding: 0;
    margin: 0;
}

#onetrust-pc-sdk #filter-btn-handler:hover {
    opacity: .7;
}

#onetrust-pc-sdk #filter-btn-handler svg {
    width: 12px;
    margin: 6px 10px 0 9px;
    display: block;
    height: 12px;
    position: static;
    right: auto;
    top: auto;
}

#onetrust-pc-sdk #ot-fltr-modal {
    right: 13px;
    top: 87px;
    height: 90%;
    max-height: 370px;
    display: none;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: 2s ease;
    transition: .2s ease;
    opacity: 1;
    position: absolute;
}

#onetrust-pc-sdk #ot-fltr-cnt {
    z-index: 2147483646;
    background-color: #fff;
    position: relative;
    height: 100%;
    max-width: 325px;
    border-radius: 3px;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
    -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
    box-shadow: 0px 0px 12px 2px #c7c5c7;
}

#onetrust-pc-sdk .ot-fltr-scrlcnt {
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    max-height: calc(100% - 60px);
}

#onetrust-pc-sdk #ot-anchor {
    border: 12px solid rgba(0, 0, 0, 0);
    display: none;
    position: absolute;
    z-index: 2147483647;
    right: 36px;
    top: 75px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
    -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
    box-shadow: -3px -3px 5px -2px #c7c5c7;
}

#onetrust-pc-sdk .ot-fltr-btns {
    margin-left: 15px;
}

#onetrust-pc-sdk #filter-apply-handler {
    margin-right: 15px;
}

#onetrust-pc-sdk .ot-fltr-opt {
    margin-bottom: 20px;
    margin-left: 15px;
    width: 75%;
}

#onetrust-pc-sdk .ot-fltr-opt label {
    padding-left: 30px;
}

#onetrust-pc-sdk #ot-sel-blk .ot-chkbox {
    width: 20px;
    height: 20px;
    float: right;
}

#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-hostcntr label,
#onetrust-pc-sdk #ot-selall-licntr label {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
}

#onetrust-pc-sdk #ot-selall-vencntr input,
#onetrust-pc-sdk #ot-selall-hostcntr input,
#onetrust-pc-sdk #ot-selall-licntr input {
    height: auto;
    width: auto;
    border-radius: 0;
    font-size: initial;
    padding: 0;
    float: none;
}

#onetrust-pc-sdk #close-pc-btn-handler {
    margin: 0;
    float: right;
    height: 44px;
    width: 44px;
    background-size: 10px;
}

#onetrust-pc-sdk .ot-close-icon {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

#onetrust-pc-sdk #clear-filters-handler {
    float: right;
    max-width: 200px;
    margin-bottom: 10px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    color: #3860be;
    font-size: .9em;
    letter-spacing: normal;
    border: none;
    padding: 1px;
}

#onetrust-pc-sdk #clear-filters-handler:hover {
    color: #2285f7;
}

#onetrust-pc-sdk #clear-filters-handler:focus {
    outline: #000 solid 1px;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
    position: relative;
    border-radius: 1px;
    margin: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-top: none;
    float: left;
    width: calc(100% - 2px);
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
    margin-top: 10px;
    border-top: 1px solid #d8d8d8;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc {
    font-size: .813em;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 20px;
    padding-right: 15px;
    width: calc(100% - 35px);
    display: inline-block;
    position: relative;
    min-height: 25px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt {
    width: 100%;
    padding: 0px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr {
    z-index: 1;
    position: relative;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
    float: none;
    font-size: .88em;
    color: #2e3644;
    margin: 0;
    display: inline-block;
    height: auto;
    word-wrap: break-word;
    vertical-align: middle;
    min-height: inherit;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr {
    padding-left: 20px;
    width: calc(100% - 20px);
    display: inline-block;
    margin-top: 0;
    padding-bottom: 2px;
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
    right: 16px;
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#onetrust-pc-sdk #ot-category-title {
    padding-bottom: 10px;
}

#onetrust-pc-sdk .ot-cat-header {
    width: calc(100% - 130px);
    max-width: 60%;
}

#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc {
    margin-bottom: 5px;
}

#onetrust-pc-sdk .ot-cat-item h4+.ot-tgl {
    padding-left: 30px;
}

#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
    position: relative;
    display: inline-block;
    width: 100%;
}

#onetrust-pc-sdk .ot-sel-all-chkbox {
    z-index: 1;
}

#onetrust-pc-sdk .ot-li-hdr,
#onetrust-pc-sdk .ot-consent-hdr {
    float: right;
    font-size: .813em;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk .ot-li-hdr {
    max-width: 100px;
    min-width: 100px;
}

#onetrust-pc-sdk .ot-consent-hdr {
    margin-right: 5px;
    max-width: 55px;
}

#onetrust-pc-sdk .ot-sel-all {
    margin: 0;
    position: relative;
    padding-right: 13px;
    float: right;
}

#onetrust-pc-sdk #ot-selall-hostcntr,
#onetrust-pc-sdk #ot-selall-vencntr {
    right: 20px;
    position: relative;
}

#onetrust-pc-sdk #ot-selall-licntr {
    position: relative;
    right: 79px;
}

#onetrust-pc-sdk .ot-always-active-group .ot-cat-header {
    width: 55%;
}

#onetrust-pc-sdk ul {
    list-style: none;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button:focus {
    outline: #000 solid 2px;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: none;
    border: none;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=false]~.ot-acc-txt {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: .25s ease-out;
    display: none;
}

#onetrust-pc-sdk .ot-cat-header {
    float: left;
    font-weight: 600;
    font-size: .875em;
    line-height: 1.5;
    max-width: 90%;
    vertical-align: middle;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
    position: relative;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-top: none;
    width: calc(100% - 2px);
    float: left;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
    margin-top: 10px;
    border-top: 1px solid #d8d8d8;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    font-size: .812em;
    margin-bottom: 10px;
    margin-top: 15px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child {
    margin-bottom: 5px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    display: inline-block;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt {
    width: 100%;
    padding: 0;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr {
    z-index: 1;
    position: relative;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
    float: none;
    color: #2e3644;
    margin: 0;
    display: inline-block;
    height: auto;
    word-wrap: break-word;
    min-height: inherit;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr {
    padding-left: 20px;
    width: calc(100% - 20px);
    display: inline-block;
    margin-top: 0;
    padding-bottom: 2px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    position: relative;
    min-height: 25px;
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#onetrust-pc-sdk #ot-lst-cnt {
    margin-top: 1rem;
    max-height: calc(100% - 96px);
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr {
    padding: .7rem 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child {
    margin-left: .5rem;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child {
    margin-right: .5rem;
    margin-left: .5rem;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus {
    top: 0;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header {
    flex: 1;
    margin: 0 .5rem;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl {
    position: relative;
    transform: none;
    right: 0;
    top: 0;
    float: none;
}

#onetrust-pc-sdk #ot-sel-blk .ot-chkbox {
    right: unset;
}

@media only screen and (max-width: 600px) {
    #onetrust-pc-sdk {
        max-width: 100%;
        min-width: 100%;
    }

    #onetrust-pc-sdk #ot-lst-cnt,
    #onetrust-pc-sdk #ot-pc-hdr {
        margin-top: 0;
        padding: 0 5px 0 10px;
        width: calc(100% - 25px);
    }
}

@media only screen and (max-width: 425px) {
    #onetrust-pc-sdk.otPcPanel {
        left: 0;
        min-width: 100%;
        height: 100%;
        top: 0;
        border-radius: 0;
    }

    #onetrust-pc-sdk #ot-pc-content {
        margin: 0 10px 0 20px;
    }

    #onetrust-pc-sdk p {
        font-size: .7em;
    }

    #onetrust-pc-sdk #vendor-search-handler {
        font-size: 1em;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        height: calc(100% - 95px);
    }

    #onetrust-pc-sdk button {
        letter-spacing: .01em;
    }

    #onetrust-pc-sdk .save-preference-btn-handler {
        margin-top: 0;
    }

    #onetrust-pc-sdk .ot-search-cntr {
        width: 75%;
    }
}

@media only screen and (max-width: 320px) {
    #onetrust-pc-sdk #ot-fltr-cnt {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
    #onetrust-pc-sdk {
        left: 0;
        top: 0;
        min-width: 100%;
        height: 100%;
        border-radius: 0;
    }

    #onetrust-pc-sdk button {
        letter-spacing: .02em;
    }

    #onetrust-pc-sdk #ot-anchor {
        left: initial;
        right: 50px;
    }

    #onetrust-pc-sdk #ot-lst-title {
        margin-top: 12px;
    }

    #onetrust-pc-sdk #ot-lst-title * {
        font-size: inherit;
    }

    #onetrust-pc-sdk #ot-pc-hdr input {
        margin-right: 0;
        padding-right: 45px;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        max-height: none;
        overflow: initial;
    }

    #onetrust-pc-sdk input {
        font-size: 1em !important;
    }

    #onetrust-pc-sdk p {
        font-size: .6em;
    }

    #onetrust-pc-sdk #ot-pc-lst {
        overflow: auto;
    }

    #onetrust-pc-sdk #ot-fltr-modal {
        width: 100%;
        height: 100%;
        max-height: none;
        top: 0;
    }

    #onetrust-pc-sdk #ot-sel-blk {
        position: static;
    }

    #onetrust-pc-sdk #ot-fltr-cnt {
        height: 250px;
        width: 100%;
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
    background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
    color: #696969;
}

#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler {
    color: #0050B5;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt {
    background-color: #F8F8F8;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
    background-color: #0050B5;
    border-color: #0050B5;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch,
.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob:before,
#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
    outline-color: #000000;
    outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus {
    outline: 1px solid #000000;
}

#open-converse {
    left: 20px;
    background-size: 28px !important;
    position: relative;
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    z-index: 2147483640 !important;
}

#open-converse:hover {
    background-color: #021342;
}

#open-converse #open-converse-tooltip {
    font-family: EurobankSans-Bold;
    visibility: hidden;
    width: max-content;
    max-width: 300px;
    background-color: #021342;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    left: 75px;
    bottom: 50px;
    text-align: left;
    z-index: 1;
    font-size: initial;
}

#open-converse #open-converse-tooltip::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #021342 transparent transparent;
}

#open-converse:hover #open-converse-tooltip {
    visibility: visible;
    background-color: #021342;
}

#chat-window {
    left: 20px;
    clip-path: circle(0 at 92% 88%);
    width: 350px !important;
    height: 500px !important;
    background-color: #fff;
    position: fixed;
    top: unset !important;
    bottom: 10px;
    right: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .12) !important;
    border-radius: 5px;
    z-index: 2147483647 !important;
}

#chat-window .chat-header {
    background-color: #021342;
    border-radius: 1rem 1rem 0 0;
}

#chat-window .chat-header .chat-header-btn {
    background-color: #021342;
    margin: 8px 5px 5px 5px !important;
}

#chat-window #chat-messages {
    height: calc(100% - 157px) !important;
    padding: 15px 20px 15px 20px !important;
    box-sizing: unset;
}

#chat-window .user-interaction-bar {
    width: 100%;
    background-color: #00000000;
    border-top: 1px solid #02307b;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .12);
    border-radius: 0 0 1rem 1rem;
    padding: unset;
}

#chat-window .user-interaction-bar #user-input {
    color: #021342;
    width: calc(100% - 162px);
    border-radius: 5px;
    margin-right: 10px;
    outline-color: unset;
}

.chat-header-label {
    width: auto !important;
    position: fixed !important;
    font-size: 14px;
    padding: 3px 20px 20px 30px !important;
}

#active-chatbot {
    width: 12px;
    height: 13px;
    margin: 6px;
    display: inline-block;
    background-color: #08d013;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    z-index: 6;
    transition: all .15s ease-in;
    right: 320px;
}

#user-input {
    font-size: 14px;
    background-color: unset;
}

input {
    font-size: 14px;
}

.chat-header-btn.chat-sidebar-btn {
    display: none;
}



.chat-header-btn.close:before {
    content: unset;
}

.user-input-textbox {
    width: 90% !important;
    outline: unset;
}

#chat-messages::-webkit-scrollbar {
    width: 12px;
}

#chat-messages::-webkit-scrollbar-track {
    border-radius: 10px;
}

#chat-messages::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

#reload-btn #reload-btn-tooltip {
    visibility: hidden;
    width: 80px;
    height: unset;
    box-sizing: unset;
    background-color: #fff;
    color: #565a5e;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 35px;
    z-index: 1;
    font-size: 12px;
    box-shadow: 6px 6px 6px 0 #0000001a, -1px -1px 3px 0 #ffffff4d;
}

#reload-btn:hover #reload-btn-tooltip {
    visibility: visible;
    background-color: #fff;
}

#reload-btn:hover #reload-btn-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

#chat-resize-btn #resize-btn-tooltip {
    visibility: hidden;
    width: 100px;
    height: unset;
    box-sizing: unset;
    background-color: #fff;
    color: #565a5e;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 35px;
    z-index: 1;
    font-size: 12px;
    box-shadow: 6px 6px 6px 0 #0000001a, -1px -1px 3px 0 #ffffff4d;
}

#chat-resize-btn:hover #resize-btn-tooltip {
    visibility: visible;
    background-color: #fff;
}

#chat-resize-btn:hover #resize-btn-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 85%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

#close-btn #close-btn-tooltip {
    visibility: hidden;
    width: auto;
    height: unset;
    box-sizing: unset;
    background-color: #fff;
    color: #565a5e;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 35px;
    z-index: 1;
    font-size: 12px;
    box-shadow: 6px 6px 6px 0 #0000001a, -1px -1px 3px 0 #ffffff4d;
}

#close-btn:hover #close-btn-tooltip {
    visibility: visible;
    background-color: #fff;
}

#close-btn:hover #close-btn-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

#open-converse {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #021342 url(media/widgetWhite.svg) center no-repeat;
    background-size: 45px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .12);
}

#chat-window {
    background-color: #fff;
    position: fixed;
    bottom: 10px;
    right: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .12);
    border-radius: 5px;
    width: 400px;
    height: 540px;
    visibility: hidden;
    clip-path: circle(0 at 92% 88%);
    transition: all .4s ease-in-out;
}

@media (min-device-width:320px) and (max-device-width:568px) {
    #chat-window {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    #chat-window {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media (device-width:360px) and (device-height:640px) and (-webkit-min-device-pixel-ratio:4) {
    #chat-window {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    #chat-window {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

.chat-header {
    height: 49px;
    width: 100%;
    background-color: #02307b;
    box-shadow: 0 13px 20px -10px #02307b;
    position: relative;
}

.chat-header-label {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #eee;
    width: 49.8%;
    padding-top: 4px;
}

@media (min-device-width:320px) and (max-device-width:568px) {
    .chat-header-label {
        width: 38%;
        padding-right: 10px;
    }
}

@media (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    .chat-header-label {
        width: 49%;
    }
}

.chat-header-btn {
    width: 30px;
    height: 30px;
    margin: 5px;
    display: inline-block;
    background: #02307b;
    border-radius: 15px;
    position: relative;
    z-index: 6;
    cursor: pointer;
    transition: all .15s ease-in;
}

@media (min-device-width:320px) and (max-device-width:568px) {
    .chat-header-btn {
        width: 10%;
    }
}

@media (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    .chat-header-btn {
        width: 8%;
    }
}



.chat-header-btn.chat-sidebar-btn {
    float: left;
    position: relative;
}

.chat-header-btn.chat-sidebar-btn:after,
.chat-header-btn.chat-sidebar-btn:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 3px;
    left: 7px;
    background: #fff;
    border-radius: 2px;
    transition: all .3s ease-in;
}

.chat-header-btn.chat-sidebar-btn:before {
    top: 10px;
    transform: rotate(-45deg);
}

.chat-header-btn.chat-sidebar-btn:after {
    top: 17px;
    transform: rotate(45deg);
}

.user-interaction-bar {
    width: 380px;
    height: 63px;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    background-color: #02307b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.user-interaction-bar #user-input {
    flex-grow: 0;
    margin-left: 5px;
    background-color: transparent;
    font-size: 16px;
    width: 260px;
}

.user-interaction-bar #user-input:focus {
    outline-color: #6e6b6b;
}

@media (min-device-width:320px) and (max-device-width:568px) {
    .user-interaction-bar {
        width: 95%;
    }
}

@media (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    .user-interaction-bar {
        width: 94.5%;
    }
}

#user-input {
    height: 30px;
    display: block;
    margin: 0;
    padding: 5px 10px;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    flex-grow: 1;
    font-style: italic;
}

#chat-messages {
    height: 370px;
    background-color: #fff;
    padding: 45px 20px 15px 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

@media (min-device-width:320px) and (max-device-width:568px) {
    #chat-messages {
        height: calc(100% - 63px - 49px - 40px);
    }
}

@media (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    #chat-messages {
        height: calc(100% - 63px - 49px - 40px);
    }
}

@media (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) {
    #chat-messages {
        height: calc(100% - 63px - 49px - 40px);
    }
}

.chat-sidebar {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    width: 150px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 3px transparent;
    z-index: -1;
    transition: all .3s ease-in, box-shadow .1s ease-in;
}


.chat-sidebar-name {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: #02307b;
}

.chat-sidebar-description {
    width: 100%;
    text-align: center;
    color: #02307b;
}

/*! CSS Used keyframes */
@keyframes onetrust-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ot-slide-out-left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


@font-face {
    font-family: EurobankSans;
    src: url(media/EurobankSans-Regular.eot) format("eot"), url(media/EurobankSans-Regular.woff2) format("woff2"), url(media/EurobankSans-Regular.woff) format("woff"), url(media/EurobankSans-Regular.ttf) format("truetype"), url(media/EurobankSans-Regular.svg#EurobankSans) format("svg");
}

@font-face {
    font-display: swap;
    font-family: EurobankSans;
    font-style: italic;
    font-weight: 400;
    src: url(media/EurobankSans-Italic.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: EurobankSans;
    font-weight: 400;
    src: url(media/EurobankSans-Regular.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: EurobankSans;
    font-weight: 700;
    src: url(media/EurobankSans-Bold.woff2) format("woff2");
}

@font-face {
    font-family: EurobankSansBold;
    src: url(media/EurobankSans-Bold.eot) format("eot"), url(media/EurobankSans-Bold.woff2) format("woff2"), url(media/EurobankSans-Bold.woff) format("woff"), url(media/EurobankSans-Bold.ttf) format("truetype"), url(media/EurobankSans-Bold.svg#EurobankSansBold) format("svg");
}

@font-face {
    font-family: EurobankSansBlack;
    src: url(media/EurobankSans-Black.eot) format("eot"), url(media/EurobankSans-Black.woff2) format("woff2"), url(media/EurobankSans-Black.woff) format("woff"), url(media/EurobankSans-Black.ttf) format("truetype"), url(media/EurobankSans-Black.svg#EurobankSansBlack) format("svg");
}

@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(media/icomoon.ttf) format("truetype"), url(media/icomoon.woff) format("woff"), url(media/icomoon.svg) format("svg");
}

@font-face {
    font-family: EurobankSansLight;
    src: url(media/EurobankSans-Light.eot) format("eot"), url(media/EurobankSans-Light.woff2) format("woff2"), url(media/EurobankSans-Light.woff) format("woff"), url(media/EurobankSans-Light.ttf) format("truetype"), url(media/EurobankSans-Light.svg#EurobankSansLight) format("svg");
}

@font-face {
    font-family: EurobankSans-Bold;
    src: url(media/EurobankSans-Bold.ttf);
}