body {
    margin-top: 0;
}
.header {
    background: #43617a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .logo {
    z-index: 1;
    position: relative;
}
.header .logo img {
    max-height: 64px;
    width: auto;
    object-fit: contain;
}

.homapage  table:first-of-type table:first-of-type tr td:first-of-type {
    /*display: none;*/
}
.homapage  > table:first-of-type > tbody > tr > td > table:first-of-type tr:first-of-type {
    display: none;
}
.homapage  table:first-of-type > tbody > tr > td > table:first-of-type > tbody {
    display: flex;
    flex-wrap: wrap;
}
.homapage  table:first-of-type > tbody > tr > td > table:first-of-type > tbody > tr {
    display: flex;
    width: 100%;
    /*background-color: rgb(67, 97, 122);*/
}
.homapage  table:first-of-type > tbody > tr > td > table:first-of-type > tbody > tr > td {
    height: 32px !important;
    display: flex;
    flex: 1;
    align-items: center;justify-content: center;
}
.homapage  {
    height: auto !important;
}
.homapage .footer {
    background: #43617A;
    display: flex;
    padding: 16px 24px;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.homapage .tableitems {
    padding: 24px 0;
}
.homapage .tableitems .tr {
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #00000014;
    padding-top: 20px;
    gap: 20px;
}
.homapage table.text {
    height: auto;
}
.homapage .table_100_auto tr {
    grid-template-columns: 100px 1fr !important;
}
.homapage .table_100_auto tr td.text {
    padding: 6px 0;
}
.homapage table.table_100_auto {
    height: auto;
}

.homapage table[width="150"] {
    width: 100%;
}






@media (max-width: 1120px) { 
    .homapage  > table, body > table > tbody > tr > td > table {
        display: flex;
    }
}
@media (max-width: 992px) { 
* {
    box-sizing: border-box !important;
}
.homapage table[width="150"] {
    width: 100%;
    display: none;
}
.homapage table td {
    height: auto !important;
    line-height: 1.2em;
    /* background-image: unset !important; */
    background-size: auto 200%;
    background-position: center;
}
.homapage  table:first-of-type > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
}
.homapage  table:first-of-type > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) > td:nth-child(1) {
    order: 10;
    width: 100%;
    margin-top: 24px;
}
.homapage  table:first-of-type > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) > td:nth-child(1) > table > tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.homapage  table:first-of-type > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) > td:nth-child(2), body table:first-of-type > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) > td:nth-child(4), body table:first-of-type > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) > td:nth-child(5) {
    display: none;
}
.homapage  table:first-of-type > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) > td:nth-child(3) {
    padding: 0 24px;
}




.homapage  table:first-of-type > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) > td:nth-child(3) > table > tbody > tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.homapage  table:first-of-type > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) > td:nth-child(3) > table > tbody > tr > td {
    width: 100%;
}


.homapage tbody, tr, td {
    max-width: 100%;
}
.homapage .text {
    white-space: break-spaces;
    word-break: break-all;
}
.homapage .table_100_auto tr {
    grid-template-columns: 100px 1fr !important;
    width: 100%;
    display: grid;
    padding: 0 0px;
    gap: 20px;
}
.homapage  table:first-of-type > tbody > tr > td > table:first-of-type > tbody > tr {
    display: none;
}
.homapage  {
    overflow-x: hidden;
}
.homapage .text .subtitletext {
    line-height: 1.4;
    font-size: 16px;
}
.homapage .table_100_auto tr td.text {
    align-items: baseline;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
}

.homapage .upredline {
    line-height: 1.3em;
    font-size: 11px;
    text-indent: 0;
    text-align: center;
}
.homapage .upredline[align="right"] {
    display: none;
}


}
@media (max-width: 768px) { 
.upredline { 
    background: #aaa;
    padding: 12px;
}
article table {
    border-color: #666;
    max-width: calc(100vw - 140px);
    float: none;
    display: block;
    height: auto;
}
article table td {
    padding: 4px;
    white-space: normal;
}
table .text {
    max-width: calc(100vw - 145px);
    white-space: normal;
    word-wrap: break-word;
}
.subtitletext {
    line-height: 1.3;
}
article .content img {
    display: block;
    margin: 15px 0;
    float: none;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 200px;
}

}
@media (max-width: 576px) { 
}















