@page {
    size: A4 portrait;
    margin: 16mm 0 16mm 0;
    background-image: url(/static/design-ref/images/page_2_bg.svg);
    background-repeat: no-repeat;
    background-position: top -16mm left;

    @bottom-center {
        font-family: "Noto Sans", sans-serif;
        font-size: 8pt;
        text-align: center;
        content: counter(page) " / " counter(pages);
    }

    /*

    border-style: solid;
    border-color: green;
    border-width: 1px;
    */
}

@page :first {
    size: A4 portrait;
    margin: 0 0 4mm 0;
    background-image: url(/static/design-ref/images/page_1_bg.svg);
    background-repeat: no-repeat;
    background-position: top left;

    @bottom-center {
        content: "";
    }
}

body,
body * {
    font-family: "Noto Sans", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

a {
    color: #000000;
}

/* ---------------------------------------------------------------------------------------------- */
/* PAGE WRAPPER
/* ---------------------------------------------------------------------------------------------- */

.page_wrapper {
    margin: 0 auto 0 0;
    padding: 0;
    width: 100%;
}

/* ---------------------------------------------------------------------------------------------- */
/* FLAGS WRAPPER
/* ---------------------------------------------------------------------------------------------- */

.flags_wrapper {
    width: 100%;
}

.flags_wrapper_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16mm 16mm 2mm 10mm;
}

/* ---------------------------------------------------------------------------------------------- */
/* CAPTION WRAPPER
/* ---------------------------------------------------------------------------------------------- */

.caption_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 22.5mm;
}

.caption_wrapper_inner {
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding: 6mm 0;
}

.caption_wrapper_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.caption_wrapper h1 {
    margin: 0;
    padding: 4px 26px 4px;
    border: 1pt solid #FFFFFF;
    border-radius: 6pt;
    color: #FFFFFF;
    font-size: 18pt;
    line-height: 18pt;
    text-align: center;
    font-style: normal;
    font-weight: 700;
}

.caption_wrapper h1 sup {
    font-style: normal;
    font-weight: 700;
    font-size: 10.5pt;
    line-height: 10.5pt;
}

/* ---------------------------------------------------------------------------------------------- */
/* CONTENT WRAPPER
/* ---------------------------------------------------------------------------------------------- */

.content_wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

.content_wrapper_inner {
    margin: 0;
    padding: 0 16mm 0 17mm;
}

/* ---------------------------------------------------------------------------------------------- */
/* SECTION - WRAPPER
/* ---------------------------------------------------------------------------------------------- */

.section_wrapper {
    break-inside: avoid-page;
    /*border: 1px solid lime;*/
}

#section_3_content_bg {
    position: relative;
}

#section_3_content_bg:before {
    z-index: -1;
    position: absolute;
    content: '';
    top: -8pt;
    left: -17mm;
    width: 50%;
    height: calc(100% + 12pt);
    background-size: contain;
    background-image: url(/static/design-ref/images/bg_left.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

#section_5_content_bg {
    position: relative;
}

#section_5_content_bg:after {
    position: absolute;
    content: '';
    top: 30mm;
    left: -17mm;
    width: 10mm;
    height: 16mm;
    background-size: contain;
    background-image: url(/static/design-ref/images/strip_left.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

/* ---------------------------------------------------------------------------------------------- */
/* SECTION - CAPTION
/* ---------------------------------------------------------------------------------------------- */

/* SECTION CAPTION - caption */

.section_caption {
    display: block;
    margin: 10pt auto 15px auto;
    padding: 0 6mm 0 6mm;
    width: 100%;
    color: black;
    font-size: 14pt;
    line-height: 17.5pt;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    box-sizing: border-box;
    /*border: 1px solid navy;*/
}

.section_caption.small_margin {
    margin: 0 auto 5pt auto;
}

.section_caption.bottom_margin {
    margin: 0 auto 15pt auto;
}

.section_caption>span {
    display: block;
    width: 100%;
    /*border: 1px solid red;*/
}

.section_caption>span>span {
    position: relative;
    display: inline-block;
    margin: 0 0 3pt 0;
    /*border-bottom: 1pt solid #3566FC;*/
    /*text-decoration-color: #3566FC;*/
    /*text-decoration-line: underline;*/
    /*text-decoration-thickness: 0.25pt !important;*/
}

.section_caption>span>span:after {
    position: absolute;
    overflow: hidden;
    content: '';
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-image: url(/static/design-ref/images/line_x.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: transparent;
    pointer-events: none;
}

.section_caption>span>sup {
    display: inline;
    font-size: 8pt;
    line-height: 8pt;
}

/* SECTION CAPTION - sub caption */

.section_caption>strong {
    display: block;
    margin: 2pt 0 -2pt 0;
    padding: 0;
    color: black;
    font-size: 15pt;
    line-height: 17.75pt;
    text-align: center;
    font-style: normal;
    font-weight: 700;
}

.section_caption>strong>span {
    display: inline;
    font-size: 13pt;
    line-height: 16.25pt;
    font-weight: 300;
}

/* SECTION CAPTION - note */

.section_caption>small {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    color: black;
    font-size: 7pt;
    line-height: 8.75pt;
    text-align: center;
    font-style: normal;
    font-weight: 300;
}

.section_caption>small>sup {
    position: relative;
    top: 2pt;
    font-size: 5pt;
    line-height: 8.75pt;
}

/* ---------------------------------------------------------------------------------------------- */
/* CONTENT
/* ---------------------------------------------------------------------------------------------- */

.content_caption {
    margin: 9pt 0 0 0;
    padding: 0;
    font-size: 10pt;
    line-height: 10pt;
    text-align: left;
    font-style: normal;
    font-weight: 800;
    font-stretch: condensed;
}

.content_list {
    margin: 9pt 0 0 0;
    padding: 0;
    font-size: 9pt;
    line-height: 10pt;
    text-align: left;
    font-style: normal;
    font-weight: 800;
    font-stretch: condensed;

    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}


.content_list ul {
    margin: 5pt 0 0 14pt;
    padding: 0;
    font-size: 9pt;
    line-height: 11pt;
    text-align: left;
    /* text-align: justify;  HEZCI */
    font-style: normal;
    font-weight: 400;
    font-stretch: condensed;
}

.content_list li {
    padding: 0 0 2pt 0;
    hyphens: none;
}

.content_text {
    margin: 5pt 0 0 0;
    padding: 0;
    font-size: 9pt;
    line-height: 11pt;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-stretch: condensed;
    hyphens: none;
}

.note_text {
    margin: 5pt 0 0 0;
    padding: 0;
    font-size: 8pt;
    line-height: 10pt;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-stretch: condensed;
    hyphens: none;
}

.stamp_box {
    width: 98%;
    margin-left: 2%;
    height: 28mm;
    background-color: #FFFFFF;
}

.text_center {
    text-align: center;
}

/* ---------------------------------------------------------------------------------------------- */
/* CONTENT - TABLE
/* ---------------------------------------------------------------------------------------------- */

.content_table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    font-size: 9pt;
    line-height: 11pt;
    font-stretch: condensed;
}

.content_table.margin_bottom {
    margin-bottom: 20pt;
}

.content_table td {
    padding: 3pt 2pt 3pt 3pt;
    vertical-align: top;
    overflow: hidden;
    background-color: transparent;
}

.content_table .vertical_middle {
    vertical-align: middle;
}

/* BORDER - RIGHT */
.content_table .border_right {
    /*border-right: 0.1pt solid #3566FC !important;*/
    position: relative;
}

.content_table .border_right:before {
    position: absolute;
    overflow: hidden;
    content: '';
    top: 0;
    right: -5px;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-image: url(/static/design-ref/images/line_y.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-color: transparent;
    pointer-events: none;
}

/* BORDER - BOTTOM */
.content_table .border_bottom {
    /*border-bottom: 0.1pt solid #3566FC !important;*/
    position: relative;
}

.content_table .border_bottom:after {
    position: absolute;
    overflow: hidden;
    content: '';
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-image: url(/static/design-ref/images/line_x.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: transparent;
    pointer-events: none;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */