/* default template - css for book only, not for editor */
.ts-pdf-img {
    background: url(icon-pdf-cubic.png) no-repeat;
    display: inline-block;
    height: 23px;
    width: 23px;
    background-size: contain;
    position: relative;
}


/* nothing goes here */
:root {
    --color-grey: #a3a3a3;
    --color-grey-light: #e6e7e8;
    --color-grey-lighten: #e0e4f0;
    --color-black: #000;
    --color-white: #fff;
    --bg-blue: #e6eff6;
    --color-blue-light: #1fbbdb;
    --color-blue-dark: #0d61a5;
    --color-blue-link: #1f3b69;
    --color-red: #eb3f3a;
    --color-text: #333333;
    --color-bf2-text: #504e49;
    --color-bf4-text: #b0b0b0;
    --bg-beige: #fdfdf8;
    --bg-pink: #fbe2e5;
    --color-pink: #ec4a83;
    --bg-grey-dark: #404042;
    --bg-port: #414f6a;
    --color-box-list-blue: #00539E;
    --color-box-list-red: #E92B21; 
    --color-egap-green: #89bd45;
    --color-egap-pink: #e7497c;
    --color-egap-blue: #00a9ca;
    --color-egap-col-1: #fbfbeb;
    --color-egap-col-2: #e6f3f8;
    --color-egap-col-3: #f9e4e8 ;
    --color-egap-col-1-text: #eae271 ;
    --color-egap-col-2-text: #1aafd2 ;
    --color-egap-col-3-text: #d53872 ;
    --akcenta-bg: #011F4E;
    --akcenta-text: #00AE95;
    --renomia-1: #00335D;
    --renomia-2: #76CCEF;
    --renomia-3: #DDF1FB;
    --ghi-blue: #1F57A3;
    --ghi-red: #E6000E;
}

.bf-3 {
    --color-blue-dark: #4bccff;
}

/* Menu */
.nav-pills .menu-item > span {
    /*color: #0d101278;*/
    color: #2196f3;
}

#menu-uniq .menu-item {
    hyphens: none;
}

/* Menu page */
.page-menu-items .menu-items-flex {
    position: relative;
}

.bf-1 .uvod .dark-logo,
.bf-2 .uvod .dark-logo,
.bf-1 .page-menu-items > .image .dark-logo,
.bf-2 .page-menu-items > .image .dark-logo {
    display: block;
}

.bf-3 .uvod .dark-logo,
.bf-4 .uvod .dark-logo,
.bf-3 .page-menu-items > .image .dark-logo,
.bf-4 .page-menu-items > .image .dark-logo {
    display: none;
}

.bf-3 .uvod .light-logo,
.bf-4 .uvod .light-logo,
.bf-3 .page-menu-items > .image .light-logo,
.bf-4 .page-menu-items > .image .light-logo {
    display: block;
}

.bf-1 .uvod .light-logo,
.bf-2 .uvod .light-logo,
.bf-1 .page-menu-items > .image .light-logo,
.bf-2 .page-menu-items > .image .light-logo {
    display: none;
}

.page-menu-items .menu-links li {
    margin: 1.5625em auto;
    list-style-type: none;
}

.page-menu-items .menu-links li::after {
    content: "";
    background-color: var(--bg-grey-dark);
    width: 55px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
}

.page-menu-items .menu-links li::before {
    content: "";
    background: url(../media/picture/page-menu-arrow-right.png) top center no-repeat;
    background-size: 0.625em 1.25em;
    width: 1.5625em;
    height: 1.25em;
    position: absolute;
    display: block;
    left: 20px;
}

.ck-content .page-menu-items .desktop-image {
    display: none;
}

.ck-content .page-menu-items .image img {
    background-color: transparent;
}

.nav-pills .menu-item > span:not(.text-small) {
    color: var(--color-blue-dark);
}

.nav-pills > ul a > span:not(.text-small) {
    color: var(--color-blue-dark);
}

.nav-pills > ul a > .text-small {
    color: #2196f3;;
}

/* Space (margin, padding) top, bottom iPad */
.pages > *:not(.responsive-columns) {
    padding: 0 15px;
}

.margin-tb-space {
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Align images */
.ck-content .image-right {
    margin-right: 0;
}

.ck-content .image-left {
    margin-left: 0;
}

/* Min-width images */
.ck-content .image img {
    min-width: 10px;
}

/* Max-width images */
.ck-content .image-small > img {
    max-width: 250px;
    margin: 0 auto;
    height: auto;
}

.ck-content .image-normal > img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

/* Arrow */
.arrow-right::before, .arrow-right-small::before, .arrow-left-title::after {
    content: "";
    background-image: url(../media/picture/arrow-right.png);
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    background-size: 0.8em 0.8em;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}

.arrow-left-title::after {
    background-image: url(../media/picture/arrow-left.png);
}

.arrow-right-small::before {
    width: 0.8em;
    height: 0.8em;
    background-size: 0.8em 0.8em;
    top: 1px;
}

.arrow-left::after {
    content: "";
    background-image: url(../media/picture/arrow-left.png);
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    background-size: 0.8em 0.8em;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    right: -10px;
}

.arrow-right-fig::before {
    content: "";
    background-image: url(../media/picture/arrow-left.png);
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    background-size: 0.8em 0.8em;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
}

.arrow-left {
    margin-top: 25px;
}

.image .photo-title {
    margin-left: 15px;
    text-transform: uppercase;
}

.ck-content .image-block-right {
    display: block;
}

.ck-content .image-block-right figcaption {
    display: block;
}

.image .photo-title-right {
    font-size: 70%;
    float: right;
    margin-left: 0;
}

.arrow-flex-big .image-left {
    float: left;
    margin-right: 30px;
}

.arrow-flex-big {
    margin: 30px auto;
}

.ck-content .pages .arrow-flex-big .image img {
    min-width: 40px;
}

/* Other */
.pages > h2 {
    line-height: 1.4;
}

.uvod .text-2,
.page-6 .owl-carousel .owl-item:nth-of-type(odd),
.blue-box {
    color: var(--color-text);
}

.blue-box {
    background-color: var(--bg-blue);
    border-top: 1px solid var(--color-blue-dark);
    padding: 15px 15px;
    margin-top: 25px;
}

.blue-box > *:not(.responsive-columns) {
    padding: 15px;
}

.pages h2 {
    font-size: 180%;
}

.pages h3 {
    font-size: 135%;
}

.before-letter {
    float: left;
    margin: 2px 5px 0 0;
    font-size: 300%;
    line-height: 0.9;
    height: 0.8em;
}

.text-red {
    color: var(--color-red);
}

.text-blue-dark, .ck-content .image figcaption {
    color: var(--color-blue-dark);
    background-color: transparent;
    text-align: left;
}

.ck-content .image-block {
    display: block;
}

.ck-content .image-block figcaption {
    display: flex;
}

h4.text-blue-dark {
    margin: 25px auto;
}

.ck-content .image-end figcaption {
    display: flex;
    justify-content: flex-end;
    margin-right: 5%;
}

.ck-content .image-end-0 figcaption {
    display: flex;
    justify-content: flex-end;
}

.ck-content .image-text-top {
    display: flex;
    flex-direction: column-reverse;
}

.ck-content .image-text-top figcaption {
    text-align: right;
}

.ck-content .image-text-top figcaption p {
    margin: 0;
}

/* QR */
.qr {
    display: block;
}

.ck-content .qr .image {
    margin-left: 0;
}

.ck-content .qr .image img {
    max-width: 9.375em;
}

.ck-content .qr p {
    margin-left: 15px;
    margin-top: 0;
}

.link-expo {
    color: var(--color-blue-dark);
}

.list-with-arrow li {
    list-style-type: none;
    position: relative;
    margin: 10px auto;
}

.list-with-arrow li::before {
    content: "";
    background: url(../media/picture/blue-arrow-right.png) center no-repeat;
    display: inline-block;
    width: 1.25em;
    height: 1.21em;
    position: absolute;
    left: -1.25em;
    z-index: 10;
    background-size: 0.5em;
}

/*––––––––––––––––––––– Individually pages (cover, intro, port, ceb, last-page) –––––––––––––––––––––*/
/* Cover */
.bf-1 .cover .light-cover-image,
.bf-2 .cover .light-cover-image {
    display: block;
}

.bf-1 .cover .dark-cover-image,
.bf-2 .cover .dark-cover-image {
    display: none;
}

.bf-3 .cover .dark-cover-image,
.bf-4 .cover .dark-cover-image {
    display: block;
}

.bf-3 .cover .light-cover-image,
.bf-4 .cover .light-cover-image {
    display: none;
}

.cover .image-box > h3 span {
    font-size: 65%;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.cover .image-box > h3 span a:nth-of-type(1) {
    display: block;
    margin-bottom: 10px;
}

.bf-4 .cover .image-box > h3 a,
.bf-3 .cover .image-box > h3 a {
    color: var(--color-white);
}

.cover .image-box .image {
    margin-left: -20px;
    margin-right: -20px;
}

.cover .boxes {
    margin: 25px auto;
    max-width: 100%;
}

.cover .boxes .box {
    position: relative;
    text-align: left;
    border: 1px solid var(--color-text);
    margin: 25px auto;
}

.cover .boxes .box:hover {
    background-color: var(--color-text);
    transition: all .3s linear;
}

.cover .boxes .box:hover::before {
    height: 100%;
}

.cover .boxes .box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
}

.cover .boxes .box:hover, .cover .boxes .box:hover a {
    color: var(--color-white);
}

.cover .boxes .image {
    max-width: 40px;
    margin-left: 0;
}

.cover a {
    color: var(--color-black);
    cursor: pointer;
}

.cover .box h4 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}

.cover .boxes .box {
    background-color: var(--color-white);
}

.cover h3 small {
    display: block;
    margin-top: 15px;
}

.cover .boxes .box p a {
    color: var(--color-blue-light);
}

.bf-2:not(.navbar) .cover .boxes .box {
    background-color: transparent;
}

.bf-2:not(.navbar) .cover .boxes .box:hover {
    background-color: var(--color-text);
}

.bf-3 .cover .box,
.bf-4 .cover .box {
    color: var(--bg-grey-dark);
}

.cover .image-box > h3 {
    text-align: left;
}

.ck-content .cover .image img {
    background-color: transparent;
}



/* Ekonomicka diplomacie CR */
.ed-cr {
    padding: 0;
}

.ck-content .ed-cr .image {
    max-width: 600px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.ck-content .ed-cr .image img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: right;
}

.ed-cr .ed-cr-links {
    position: absolute;
    width: 26%;
    height: 60%;
    bottom: 0;
    right: 9%;
}

.ed-cr .ed-cr-links a:nth-of-type(1) {
    width: 100%;
    height: 12%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ed-cr .ed-cr-links a:nth-of-type(2) {
    width: 42%;
    height: 13%;
    display: block;
    position: absolute;
    bottom: 27.3%;
    left: 2%;
}

.ed-cr .ed-cr-links a:nth-of-type(3) {
    width: 100%;
    height: 4%;
    display: block;
    position: absolute;
    bottom: 20.8%;
    left: 0;
}

.ed-cr .ed-cr-links a:nth-of-type(4) {
    width: 100%;
    height: 4%;
    display: block;
    position: absolute;
    bottom: 16.3%;
    left: 0;
}

.ed-cr .ed-cr-links a:nth-of-type(5) {
    width: 50%;
    height: 4%;
    display: block;
    position: absolute;
    bottom: 11.7%;
    left: 0;
}

.ed-cr .ed-cr-links a:nth-of-type(6) {
    width: 50%;
    height: 4%;
    display: block;
    position: absolute;
    bottom: 7.3%;
    left: 15%;
}


/* Intro */
.uvod .text {
    margin: 50px auto;
}

.uvod .text-2 {
    background-color: var(--color-grey-light);
    padding: 20px 15px 10px;
}

.uvod .text-2 a {
    color: var(--color-text);
}

.uvod .image-left {
    border-bottom: 5px solid var(--color-red);
}

.uvod .image-left {
    max-width: 110px;
}

.bf-2:not(.navbar) .ck-content .uvod .image-right img,
.bf-3:not(.navbar) .ck-content .uvod .image-right img,
.bf-4:not(.navbar) .ck-content .uvod .image-right img {
    background-color: transparent;
}


/* CEB */
.ceb > .image {
    max-width: 250px;
}

.ceb h1 {
    border-left: 1px solid var(--color-box-list-red);
    padding-left: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.bf-1:not(.navbar) .ceb h1,
.bf-2:not(.navbar) .ceb h1 {
    color: #555756;
}

.ceb .ceb-break-paragraph {
    padding-left: 25px;
}

.ceb ul {
    margin-top: 50px;
    list-style-type: none;
    padding-left: 0;
    position: relative;
}

.ceb ul li {
    display: inline-flex;
    align-items: center;
    margin: 5px auto;
}

.ceb ul li .image {
    max-width: 15px;
    margin: 10px auto;
}

.ceb ul li p {
    margin-bottom: 0;
    margin-left: 15px;
}

.ceb .ceb-link p {
    text-align: right;
    margin-bottom: 0;
}

.ceb .ceb-link p a {
    padding: 10px 20px 30px;
    background-color: var(--color-box-list-red);
    color: var(--color-white);
}

.ceb .ceb-link {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.ceb .ceb-link .red-line {
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100px;
}

.ceb .ceb-link .red-line-1 {
    position: relative;
    width: 1px;
    height: 100%;
    background-color: var(--color-box-list-red);
}

.ceb .ceb-link .red-line-2 {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--color-box-list-red);
    margin-right: 15px;
}



/* EGAP */
.egap {
    margin-top: 0;
    padding-top: 0;
}

.egap .egap-line {
    width: 100%;
    height: 20px;
    display: flex;
    padding: 0;
}

.egap .egap-line span {
    height: 100%;
    width: 0;
    display: inline-block;
}

.egap .egap-line .egap-line-1 {
    background-color: var(--color-egap-green);
    animation: line1 .5s linear forwards;
}

.egap .egap-line .egap-line-2 {
    background-color: var(--color-egap-pink);
    animation: line2 .5s .5s linear forwards;
}

.egap .egap-line .egap-line-3 {
    background-color: var(--color-egap-blue);
    animation: line3 1s 1s linear forwards;
}

.bf-1:not(.navbar) .ck-content .egap .image img,
.bf-2:not(.navbar) .ck-content .egap .image img,
.bf-3:not(.navbar) .ck-content .egap .image img,
.bf-4:not(.navbar) .ck-content .egap .image img {
    background-color: transparent;
}

.bf-2:not(.navbar) .ck-content .egap .block-2-qr .image img,
.bf-3:not(.navbar) .ck-content .egap .block-2-qr .image img,
.bf-4:not(.navbar) .ck-content .egap .block-2-qr .image img {
    padding: 1px;
    background-color: var(--color-white);
}


@keyframes circle1 {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(-360deg);
    }
}

@keyframes line1 {
    0% {
        width: 0;
    }
    100% {
        width: 12%;
    }
}

@keyframes line2 {
    0% {
        width: 0;
    }
    100% {
        width: 18%;
    }
}

@keyframes line3 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.egap .image:not(.image-qr) img {
    background-color: transparent;
}

.egap h2 {
    margin: 50px auto;
    color: var(--color-egap-green);
    text-align: center;
}

.egap .row-1 .image {
    max-width: 425px;
}

.egap .row-1 h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 8em;
    text-align: center;
    background-color: var(--color-egap-col-3-text);
    color: var(--color-white);
    border-radius: 50%;
    transform: rotate(-11deg);
    font-size: 120%;
}

.egap .row-green-box span {
    color: var(--color-egap-green);
    font-weight: bold;
}

.egap .row-green-box {
    background-color: #F1F7E4;
    margin: 50px auto;
    padding: 30px 0;
    color: var(--color-text);
}

.egap .row-2 {
    border-bottom: 1px solid #373836;
    margin: 0 15px 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.egap .row-2 h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.egap .row-2 > div {
    padding-left: 0;
}

.egap .row-green-box > p {
    margin-left: 15px;
}

.egap .row-4 {
    border-bottom: 2px solid var(--color-egap-pink);
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.egap .row-4 > div {
    margin: 25px auto;
}

.egap .row-4 a {
    color: var(--color-text);
}

.bf-2:not(.navbar) .egap .row-4 a {
    color: var(--color-bf2-text);
}

.bf-3:not(.navbar) .egap .row-4 a {
    color: var(--color-white);
}

.bf-4:not(.navbar) .egap .row-4 a {
    color: var(--color-bf4-text);
}

.egap .row-4 .image {
    max-width: 100px;
}

.egap .row-3 > div > .image {
    max-width: 125px;
}

/* Citfin */
.citfin .image img {
    background-color: transparent;
}

.citfin {
    background-color: #001d2a;
    color: var(--color-white);
    position: relative;
}

.citfin h1 {
    margin-bottom: 50px;
}

.citfin h1 span {
    color: #89bc13;
}

.citfin > .image:not(.image-bg) {
    max-width: 180px;
    margin: 50px auto 50px 0;
}

.citfin ul {
    list-style-type: none;
    margin: 50px auto 100px;
}

.citfin ul li {
    display: flex;
    align-items: center;
    margin: 20px auto;
}

.citfin ul li .image {
    max-width: 3em;
    margin: 0 15px 0 0;
}

.citfin ul li h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.citfin .box-qr {
    text-align: center;
    margin: 150px auto 50px;
}

.citfin .box-qr a {
    color: var(--color-white);
}

.citfin .box-qr .image {
    max-width: 5em;
}

.citfin > *:not(.image-bg) {
    position: relative;
    z-index: 5;
}

.citfin .image-bg {
    position: absolute;
    bottom: 0;
    height: 100%;
    padding: 0;
    z-index: 0;
    left: 0;
    display: block;
}

.citfin .image-bg img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}



/* Publi */
body #canvasDiv, body div[data-role="page"], .ck-content {
    height: 100%;
}

.publi {
    height: calc(100% - 54px);
}

.publi > div {
    height: calc(100% - 54px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.publi .publi-box h4 {
    text-align: center;
}

.ck-content .publi .publi-box .image img {
    max-width: 60px;
    width: 60px;
    margin: 0 auto;
}

.ck-content .publi .image img {
    background-color: transparent;
}

.ts-swipe-left-right-background {
    background: none;
}

.table-with-flag {
    min-width: 600px;
}

.table-with-flag .table-title {
    border-bottom: 2px solid var(--color-box-list-blue);
    position: relative;
}

.table>tbody>tr>th {
    border-top: none;
}

.table-with-flag .table-title th:nth-of-type(1) {
    padding-top: 25px
}

.table-with-flag .table-title th:nth-of-type(2) {
    position: absolute;
    right: 0.5%;
    top: -20px;
    max-width: 130px;
}

.table-with-flag .table-title th .image {
    background-color: #fff;
}

.bf-2 .table-with-flag .table-title th .image {
    background-color: #f8f1e3;
}

.bf-3 .table-with-flag .table-title th .image {
    background-color: #5a5a5c;
}

.bf-4 .table-with-flag .table-title th .image {
    background-color: #121212;
}

.table-with-flag tr:not(.table-source) td {
    color: var(--color-white);
}

.table-with-flag tr td:nth-of-type(2) {
    border-left: 2px solid var(--color-white);
    text-align: right;
}

.table-with-flag tr:nth-of-type(3) td,
.table-with-flag tr:nth-of-type(6) td,
.table-with-flag tr:nth-of-type(8) td {
    background-color: var(--color-box-list-red);
}

.table-with-flag tr:nth-of-type(4) td,
.table-with-flag tr:nth-of-type(7) td,
.table-with-flag tr:nth-of-type(9) td {
    background-color: var(--color-box-list-blue);
}

.table-with-flag tr:nth-of-type(4) td,
.table-with-flag tr:nth-of-type(7) td,
.table-with-flag tr:nth-of-type(8) td,
.table-with-flag tr:nth-of-type(9) td {
    border-top: 2px solid var(--color-white);
}

.table-with-flag tr:nth-of-type(3) td {
    border-top: 2px solid var(--color-box-list-blue);
}

.table-with-flag .table {
    position: relative;
}

.row-table-flag {
    overflow: auto;
}


.table-with-flag .table-title th .image img {
    background-color: transparent;
}


/* PETROF */
.petrof .row-01 {
    align-items: flex-start;
}

.petrof .row-01 .image {
    max-width: 350px;
    margin-left: 0;
}

.petrof .row-01 h2 {
    margin: 16px 0;
    text-align: right;
}

.petrof .row-02 .image-1 {
    margin-top: 0;
}

.petrof .row-02 h4 {
    margin-top: 25px;
}

.petrof .row-02 h4 a {
    color: var(--color-text);
}

.bf-2:not(.navbar) .petrof .row-02 h4 a {
    color: var(--color-bf2-text);
}

.bf-3:not(.navbar) .petrof .row-02 h4 a {
    color: var(--color-white);
}

.bf-4:not(.navbar) .petrof .row-02 h4 a {
    color: var(--color-bf4-text);
}

.petrof .image-1 {
    height: calc(52% - 16px);
    margin: 0 0 16px;
    display: block;
}

.petrof .image-2 {
    height: calc(48% - 0px);
    margin: 0;
    display: block;
}

.petrof .image-1 img,
.petrof .image-2 img {
    height: 100%;
    object-fit: cover;
}

.petrof .row-02 p:first-of-type {
    margin-top: 15px;
}



.ck-content .pages .arrow-flex-big .image img {
    background-color: transparent;
}

/* Port */
.port {
    padding-top: 0;
}

.ck-content .port .port-text .image img {
    background-color: transparent;
}

.port, .port .image {
    margin-top: 0;
}

.port .port-box {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    background-color: var(--bg-port);
    padding-bottom: 50px;
}

.port .port-box, .port a {
    color: var(--color-white);
}

.port a {
    word-break: break-all;
}

.port .port-text > div:not(.responsive-columns) {
    padding: 15px;
    margin-top: calc(15vw - 80%);
    margin-bottom: 25px;
}

.port .responsive-columns {
    justify-content: center;
    align-items: flex-end;
}

.port .responsive-columns .image {
    max-width: 150px;
    margin-left: 0;
}

.port .responsive-columns h4 {
    text-align: right;
    margin-bottom: 16px;
}

.port .port-right {
    shape-outside: polygon(0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    float: right;
    width: 47%;
    height: calc(15vw + 45px);
    background: transparent;
}

.page-ghi {
    text-align: center;
    color: var(--ghi-blue);
}

.bf-3:not(.navbar) .page-ghi {
    color: #368cff;
}

.page-ghi h2 {
    margin-bottom: 0;
}

.page-ghi h2 span {
    background-color: var(--ghi-red);
    padding: 0 10px;
    color: var(--color-white);
}

.page-ghi > h3:first-of-type {
    margin: 0 auto 15px;
}

.page-ghi > .image {
    max-width: 700px;
}

.page-ghi h4 a {
    color: var(--ghi-blue);
}

.bf-3:not(.navbar) .page-ghi h4 a {
    color: #368cff;
}

.ck-content .page-ghi > div {
    background-color: var(--ghi-blue);
    padding: 50px 15px;
    margin-top: 40px;
}

.page-ghi > div .image {
    max-width: 150px;
}

.page-ghi > div .image img {
    background-color: transparent;
}


.pages .image figcaption p {
    margin-bottom: 0;
}


/*––––––––––––––––––––– Individually pages (others 1,2,3-n) –––––––––––––––––––––*/
.page-1 .image-1 {
    position: relative;
}

.page-1 .image-1 figcaption {
    position: absolute;
    top: 0;
    right: 20px;
    color: var(--color-white);
}

.page-5 {
    padding-top: 0;
}

.page-5 .image-box-5 {
    position: relative;
}

.page-5 .image-box-5 .image {
    margin-top: 0;
}

.page-5 .image-box-5 .image img {
    height: 600px;
    object-fit: cover;
}

.page-5 .image-box-5 > p {
    position: absolute;
    top: 15px;
    left: 30px;
    color: var(--color-white);
}

.page-5 .table th {
    border-top: none;
    background-color: transparent;
    color: var(--color-blue-dark);
}

.page-5 .table tr:not(.table-source, .empty-row) td {
    color: var(--color-white);
}

.page-5 .table tr:nth-of-type(even) td {
    background-color: var(--color-box-list-red);
}

.page-5 .table tr:nth-of-type(odd) td {
    background-color: var(--color-box-list-blue);
}

.page-5 .table tbody tr:nth-of-type(2) td {
    border-top: 2px solid var(--color-box-list-blue);
}

.page-5 .table tr:not(:nth-of-type(1)) td:nth-of-type(2) {
    border-left: 2px solid var(--color-white);
    text-align: right;
}

.ck-content .page-5 .table tr:last-of-type:not(.table-source) td {
    border-bottom: 2px solid var(--color-box-list-blue);
}

.ck-content .page-5 .table .table-source td {
    border-bottom: none;
    background-color: transparent;
    border-top: 2px solid var(--color-box-list-blue);
}

.page-5 .table tr:not(:nth-of-type(1)) td:nth-of-type(2) {
    text-align: right;
}

.page-7 .image-5 img {
    height: 500px;
    object-fit: cover;
}

.page-7 .image-2 img {
    height: 600px;
    object-fit: cover;
    object-position: top;
}

.page-8 .box--bg {
    background-color: #e7e9f5;
    padding: 15px;
}

.page-8 .box--bg p {
    color: var(--color-text);
}

.page-9 ul {
    list-style-type: none;
    padding-left: 0;
}

.page-9 ul li {
    display: flex;
    align-items: flex-start;
}

.page-9 ul li img {
    max-width: 0.5em;
    height: 1em;
    margin: 0.2em 0.9em;
}

.page-9 .table-with-flag .table-source td {
    background-color: transparent;
}

.page-comedeq {
    padding-top: 0;
    padding-bottom: 0;
}

.page-comedeq .image {
    padding: 0;
    margin-top: 0;
    position: relative;
}

.page-comedeq .image div {
    position: absolute;
    width: 40%;
    height: 8.6%;
    bottom: 8%;
    right: 7%;
}

.page-comedeq .image div a:nth-of-type(1) {
    display: block;
    width: 57%;
    height: 25%;
    position: absolute;
    right: 0;
    top: 4%;
}

.page-comedeq .image div a:nth-of-type(2) {
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/*––––––––––––––––––––– Media queries –––––––––––––––––––––*/
@media screen and (max-width: 550px) {
    .page-1 h2,
    .page-2 h2,
    .page-3 h2,
    .page-4 h2,
    .page-5 h2,
    .page-6 h2,
    .page-7 h2,
    .page-8 h2,
    .page-9 h2,
    .page-10 h2,
    .page-11 h2,
    .page-12 h2,
    .page-6 h3,
    .ceb-2 h1,
    .ceb h1,
    .ceb .ceb-break-paragraph,
    .egap h3,
    .egap h4,
    .akcenta h2,
    .akcenta h4,
    .cover h3 {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }
}

@media screen and (min-width: 400px) {
    .arrow-right-fig::before {
        display: block;
        margin-bottom: 10px;
    }

    .qr {
        display: inline-flex;
        align-items: flex-start;
        max-width: 350px;
    }

    .ck-content .qr p {
        width: 70%;
        margin-top: 40px;
    }
}

@media screen and (min-width: 480px) {
    .image-box {
        position: relative;
        max-width: 100%;
        margin: 10px auto;
    }

    .cover h3 a {
        color: var(--color-white);
    }

    .cover .image-box > h3 {
        position: absolute;
        top: 0%;
        left: 5%;
        color: var(--color-white);
        margin-left: auto;
        filter: drop-shadow(0px 0px 3px black);
        font-size: 190%;
        max-width: 100%;
        line-height: 1.3;
    }    

    .cover .image-box > h3 a {
        hyphens: none;
    }

    .cover .image-box > h3 span {
        margin-top: 10px;
    }

    .ceb .image-bg {
        position: relative;
    }

    .ceb .image-bg .ceb-break-paragraph {
        position: absolute;
        top: 5%;
        left: 5px;
        z-index: 5;
        color: var(--color-white);
    }

    .ceb ul {
        margin-top: 25px;
    }

    .egap .image-boxes img {
        display: block;
    }

    .egap .image-boxes .icons img {
        display: none;
    }

    .egap .image-boxes .image {
        position: relative;
    }

    .egap .image-boxes .box-1,
    .egap .image-boxes .box-3 {
        max-width: 300px;
    }

    .egap .image-boxes .box-2 {
        max-width: 450px;
    }

    .egap .image-boxes .box-1 p,
    .egap .image-boxes .box-2 p,
    .egap .image-boxes .box-3 p {
        position: absolute;
        top: 35%;
        font-size: 16px;
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .egap .image-boxes .box-1 p {
        top: 30%;
    }

    .egap .image-boxes .box-1 p {
        top: 25%;
        left: 3%;
    }

    .egap .image-boxes .box-3 p {
        top: 24%;
        left: 3%;
    }

    .port .port-text > div:not(.responsive-columns) {
        margin-top: -275px;
    }

    .port .port-right {
        width: calc(43vw - 40px);
        height: calc(15vw + 40px);
    }

    .port .responsive-columns {
        justify-content: space-between;
        align-items: flex-end;
    }

    .page-7 .image-4 img {
        height: 500px;
        object-fit: cover;
        object-position: bottom;
    }
}

@media screen and (min-width: 600px) {
    .egap .egap-text-block .block-2-qr p {
        margin-right: 15px;
    }
    
    .egap .egap-text-block .block-2-qr {
        display: flex;
        align-items: flex-end;
    }

    .port .port-right {
        width: 25%;
        height: 100px;
    }

    .port a {
        word-break: normal;
    }

    .citfin .box-qr {
        text-align: left;
    }

    .citfin .box-qr div {
        display: flex;
        align-items: center;
    }

    .citfin .box-qr div .image {
        margin: 10px 15px 10px 0;
    }
    .citfin .box-qr div h4 {
        margin: 0;
    }

    .citfin .image-bg {
        left: 25%;
    }

    .citfin .image-bg img {
        object-position: left;
    }
}

@media screen and (min-width: 768px) {
    .ck-content .mt-0 {
        margin-top: 0;
    }

    .ck-content .page-menu-items .desktop-image {
        display: block;
    }
    
    .ck-content .page-menu-items .desktop-image .image img {
        position: absolute;
        top: 50%;
        right: 0;
        height: 100%;
        width: 100%;
        transform: translateY(-50%);
        opacity: 0.05;
        filter: drop-shadow(2px 4px 6px var(--bg-grey-dark));
        z-index: -1;
    }

    .bf-4 .ck-content .page-menu-items .desktop-image .image img {
        filter: drop-shadow(2px 4px 6px var(--color-white)) invert(1);
    }

    .arrow-flex-big .image-left {
        float: none;
    }

    .arrow-flex-big {
        display: flex;
    }

    .cover .boxes {
        position: relative;
    }

    .cover .boxes .box {
        margin: 25px 0;
        
    }

    .cover .boxes .box .image, .cover .boxes .box h4 a, .cover .boxes .box {
        position: relative;
        z-index: 5;
    }

    .cover .image-box .image {
        margin-left: 0;
        margin-right: 0;
    }

    .cover .boxes .box h4 {
        font-size: 120%;
    }

    .cover .image-box > h3 {
        font-size: 210%;
        top: 2%;
    } 

    .image-with-abs-position-fig {
        position: relative;
    }

    .image-with-abs-position-fig figcaption {
        position: absolute;
        top: 0;
        right: 15px;
        max-width: 200px;
    }

    .ceb > .image {
        margin-right: 0;
    }

    .ceb .image-bg .ceb-break-paragraph,
    .ceb h1,
    .ceb ul,
    .ceb .ceb-link {
        margin-left: 12%;
    }

    .ceb ul li {
        margin: 0 auto;
    }


    .egap .egap-column-3 > div:nth-of-type(2) {
        text-align: left;
    }

    .egap .egap-column-3 .image {
        max-width: 175px;
        margin-left: 0;
    }

    .egap h3 {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }

    .egap .egap-text-block .block-2 .responsive-columns > div ul {
        margin: 15px auto;
    }

    .egap .egap-footer {
        align-items: flex-end;
    }

    .egap .egap-footer > div:nth-of-type(2) {
        text-align: left;
    }

    .egap .egap-footer > div:nth-of-type(3) {
        text-align: right;
    }

    .egap .egap-text-block .block-2-qr {
        margin-top: 0;
    }

    .egap .image-boxes {
        position: relative;
        padding-top: 50px;
    }  
    
    .egap .image-boxes .box-1 {
        margin-left: 4%;
    } 
    
    .egap .image-boxes .box-2 {
        margin-right: 0;
        margin-top: -125px;
    } 

    .egap .image-boxes .box-3 {
        margin-left: 7%;
        margin-top: -125px;
    } 

    .egap .image-boxes .icons img {
        position: absolute;
        display: block;
    } 

    .egap .image-boxes .icons img:nth-of-type(1) {
        top: 2%;
        left: 0;
    } 

    .egap .image-boxes .icons img:nth-of-type(2) {
        top: 4%;
        right: 35%;
    } 

    .egap .image-boxes .icons img:nth-of-type(3) {
        top: 0;
        right: 8%;
    } 

    .egap .image-boxes .icons img:nth-of-type(4) {
        bottom: 43%;
        left: 0;
    } 

    .egap .image-boxes .icons img:nth-of-type(5) {
        bottom: 8%;
        right: 25%;
    } 

    .egap .image-boxes .icons img:nth-of-type(6) {
        bottom: 20%;
        right: 0;
    }

    .egap .row-2 h4 {
        max-width: 6.5em;
        font-size: 115%;
    }

    .egap .row-3 {
        display: flex;
        align-items: flex-end;
    }

    .egap .row-4 {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        gap: 15px;
        justify-content: space-between;
    }

    .egap .row-4 > div {
        margin: 0;
    }

    .egap .row-4 h4,
    .egap .row-4 .image {
        margin-top: 0;
    }

    .citfin {
        overflow: hidden;
    }

    .citfin .image-bg {
        height: 75%;
        left: 35%;
        bottom: -10%;
    }

    .citfin ul {
        max-width: 25em;
        margin-left: 0;
    }

    .page-1 .image-1 img {
        height: 600px;
        object-fit: cover;
    }

    .page-1 .image-2 img,
    .page-1 .image-3 img {
        height: 500px;
        object-fit: cover;
    }

    .page-4 .row-1 > div:nth-of-type(2) p:first-of-type {
        margin-top: 20px;
    }

    .page-5 .image-2 {
        position: relative;
        overflow: hidden;
    }

    .page-5 .image-2 img {
        margin-right: -50px;
    }

    .page-5 .image-2 figcaption {
        position: absolute;
        bottom: -17%;
        left: 0;
        transform: rotate(-90deg);
        transform-origin: 0 0;
        font-size: 12px;
        padding-top: 0;
    }

    .page-6 .row-2 .image img {
        height: 200px;
        object-fit: cover;
    }

    .page-7 .image-5 img {
        height: 35em;
    }
    
}

@media screen and (min-width: 992px) {
    .ck-content .image-fig-float {
        display: flex;
        align-items: flex-end;
        margin-bottom: 15px;
    }

    .ck-content .image-fig-float-top {
        display: flex;
        align-items: flex-start;
    }

    .ck-content .image-fig-float-top figcaption {
        max-width: 20%;
        margin-left: 0;
    }

    .cover {
        max-width: 800px;
        position: relative;
    }

    .cover .boxes {
        display: flex;
        position: absolute;
        bottom: 2%;
        left: 2%;
        right: 2%;
    }

    .cover .boxes .box {
        min-width: 32%;
        margin: 0 auto;
    }

    .cover .boxes .box:nth-of-type(2) {
        margin: 0 1%;
    }

    .cover .image-box > h3 {
        bottom: calc(13% + 3.5em);
        left: 5%;
    }

    .bf-2:not(.navbar) .cover .boxes .box {
        background-color: var(--color-white);
    }

    .image-with-abs-position-fig figcaption {
        max-width: 300px;
    }

    .egap .egap-text-block .block-2 {
        max-width: 700px;
        margin: 0 auto;
    }

    .egap .egap-footer,
    .egap .image-boxes {
        max-width: 900px;
        margin: 50px auto 0;
    }

    .egap .egap-text-block {
        position: relative;
    }

    .egap .egap-text-block .block-1 .box-1 {
        position: absolute;
        display: flex;
        align-items: center;
        height: 100%;
        top: 0;
    }

    .egap .egap-text-block .block-1 .box-2 {
        width: 100%;
        margin: auto 0 auto auto;
    }

    .egap .image-boxes .box-1 {
        margin-left: 10%;
    } 
    
    .egap .image-boxes .box-2 {
        margin-right: 10%;
        margin-top: -175px;
    } 

    .egap .image-boxes .box-3 {
        margin-left: 15%;
        margin-top: -145px;
    } 

    .egap .image-boxes .icons img:nth-of-type(1) {
        top: 2%;
        left: 7%;
    } 

    .egap .image-boxes .icons img:nth-of-type(2) {
        top: 5%;
        right: 43%;
    } 

    .egap .image-boxes .icons img:nth-of-type(3) {
        top: 0;
        right: 17%;
    } 

    .egap .image-boxes .icons img:nth-of-type(4) {
        bottom: 35%;
        left: 7%;
    } 

    .egap .image-boxes .icons img:nth-of-type(5) {
        bottom: 7%;
        right: 30%;
    } 

    .egap .image-boxes .icons img:nth-of-type(6) {
        bottom: 25%;
        right: 7%;
    } 

    .egap .row-1 p {
        max-width: 13.2em;
    }

    .egap .row-2 h4 {
        font-size: 130%;
    }

    .egap .row-4 > div:nth-of-type(1) {
        width: 20%;
    }

    .ed-cr {
        height: auto;
    }

    .ck-content .ed-cr .image {
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .ck-content .ed-cr .image img {
        width: 600px;
        object-position: center;
    }

    .citfin .image-bg {
        height: 100%;
        left: 32%;
        bottom: -12%;
    }

    .page-3 .image-1 {
        position: relative;
        z-index: 6;
    }

    .page-3 .image-1 a {
        max-width: 50%;
    }   

    .page-3 .image-1 figcaption {
        max-width: 14em;
    }

    .bf-1:not(.navbar) .page-3 .image-1 img {
        border-right: 10px solid var(--color-white);
        border-bottom: 10px solid var(--color-white);
    }
    
    .page-3 .image-2 {
        margin-top: -150px;
        position: relative;
        z-index: 4;
        margin-left: 0.5px;
    }

    .page-3 .image-2 figcaption {
        position: absolute;
        bottom: -1px;
        max-width: 20em;
        right: -1px;
        background-color: var(--color-white);
    }

    .bf-2:not(.navbar) .page-3 .image-1 img {
        border-right: 10px solid #f8f1e3;
        border-bottom: 10px solid #f8f1e3;
    }

    .bf-2:not(.navbar) .page-3 .image-2 figcaption {
        background-color: #f8f1e3;
    }

    .bf-3:not(.navbar) .page-3 .image-1 img {
        border-right: 10px solid #5a5a5c;
        border-bottom: 10px solid #5a5a5c;
    }

    .bf-3:not(.navbar) .page-3 .image-2 figcaption {
        background-color: #5a5a5c;
    }

    .bf-4:not(.navbar) .page-3 .image-1 img {
        border-right: 10px solid #121212;
        border-bottom: 10px solid #121212;
    }

    .bf-4:not(.navbar) .page-3 .image-2 figcaption {
        background-color: #121212;
    }

    .page-4 .image-1 {
        max-width: 900px;
        margin-right: 0;
    }

    .ck-content .page-4 .image-1.image-fig-float-top figcaption {
        max-width: 25%;
    }

    .page-4 .image-2 {
        max-width: 600px;
        margin: 0 0 10px 0;
    }

    .page-4 .image-2 img {
        height: 300px;
        object-fit: cover;
        margin-top: -100px;
    }

    .bf-1:not(.navbar) .page-4 .image-2 img {
        border-top: 10px solid var(--color-white);
        border-right: 10px solid var(--color-white);
    }

    .bf-2:not(.navbar) .page-4 .image-2 img {
        border-top: 10px solid #f8f1e3;
        border-right: 10px solid #f8f1e3;
    }

    .bf-3:not(.navbar) .page-4 .image-2 img {
        border-top: 10px solid #5a5a5c;
        border-right: 10px solid #5a5a5c;
    }

    .bf-4:not(.navbar) .page-4 .image-2 img {
        border-top: 10px solid #121212;
        border-right: 10px solid #121212;
    }

    .page-5 .image-2 figcaption {
        bottom: 10%;
    }

    .page-6 .row-2 .image img {
        height: 250px;
        object-fit: cover;
    }

    .page-7 .image-4 img {
        height: 100%;
    }

    .page-7 .image-1 img {
        height: 39.6em;
        object-fit: cover;
        min-height: 480px;
    }

    .page-7 .image-2 {
        align-items: flex-end;
    }

    .page-7 .image-2 figcaption {
        order: -1;
        margin-bottom: 40px;
    }

    .page-7 .image-2 figcaption {
        max-width: 30%;
    }

    .page-7 .image-2 figcaption p {
        text-align: right;
    }

    .page-7 .image-2 > a {
        width: 100%;
    }

    .page-7 .image-2 img {
        height: 44em;
    }

}

@media screen and (min-width: 1200px) {
    .egap .egap-text-block .block-2 {
        max-width: 800px;
    }

    .egap .egap-footer,
    .egap .image-boxes {
        max-width: 1000px;
    }

    .egap .image-boxes .box-1 {
        margin-left: 14%;
    } 
    
    .egap .image-boxes .box-2 {
        margin-right: 14%;
        margin-top: -175px;
    } 

    .egap .image-boxes .box-3 {
        margin-left: 18%;
        margin-top: -145px;
    } 

    .egap .image-boxes .icons img:nth-of-type(1) {
        top: 2%;
        left: 10%;
    } 

    .egap .image-boxes .icons img:nth-of-type(2) {
        top: 5%;
        right: 45%;
    } 

    .egap .image-boxes .icons img:nth-of-type(3) {
        top: 0;
        right: 20%;
    } 

    .egap .image-boxes .icons img:nth-of-type(4) {
        bottom: 35%;
        left: 10%;
    } 

    .egap .image-boxes .icons img:nth-of-type(5) {
        bottom: 7%;
        right: 32%;
    } 

    .egap .image-boxes .icons img:nth-of-type(6) {
        bottom: 25%;
        right: 10%;
    } 

    .egap .row-1 .image {
        margin-right: 30px;
    }

    .egap .row-2 {
        max-width: 800px;
        margin: 0 auto 15px;
    }

    .egap .row-green-box > p {
        max-width: 800px;
        margin: 0 auto;
    }

    .egap .row-3 > div > .image {
        max-width: 150px;
    }

    .citfin > *:not(.image-bg), .citfin > .image:not(.image-bg) {
        margin-left: 60px;
    }

    .citfin .image-bg {
        height: 100%;
        left: 43%;
        bottom: -12%;
    }

    .page-4 .image-1 {
        max-width: 1000px;
        margin-right: 0;
    }

    .page-4 .image-2 {
        max-width: 700px;
        margin-right: 0;
    }

    .page-5 .image-2 figcaption {
        bottom: 27%;
    }

    .page-6 .row-2 .image img {
        height: 300px;
        object-fit: cover;
    }

    .page-7 .image-1 img {
        height: 39.8em;
        object-fit: cover;
        min-height: 570px;
    }

    .page-7 .image-2 img {
        height: 37em;
    }

}



.not-animated-yet {
    /* display: none; */
    opacity: 0;
}