html {
    overflow: -moz-scrollbars-vertical;
}

body {
    background-color: #d7d7d7;
    margin: 0px;
    padding: 0px;
}
td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #313131;
}
a {
    color: #ff0000;
}
.searchinput {
    width: 121px;
    border: 1px solid #ff0000;
    background-color: #ffffff;
}
td.content_index {
    background-image: url(images/bg_content.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 25px;
    padding-right: 307px;
}
td.content_inner {
    background-image: url(images/bg_content_inner.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 25px;
}
td.leftside {
    background-image: url(images/lft_2.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
td.rightside {
    background-image: url(images/rght_2.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
h1 {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.red {
    color: #ff0000;
}
form {
    margin: 0px;
    padding: 0px;
}
.padding20 {
    padding: 20px;
}
table.submenu td {
    height: 30px;
    background-image: url(images/m_div.gif);
    background-position: top;
    background-repeat: repeat-x;
    padding-left: 5px;
}
table.submenu td a {
    font-size: 12px;
    color: #0e4a94;
    text-decoration: none;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(images/m_bullet.gif);
    background-position: left;
    background-repeat: no-repeat;
}
table.submenu td a:hover {
    color: #000000;
}
table.submenu td.subsubmenu {
    padding-left: 35px;
    padding-bottom: 5px;
    background-image: none;
    height: auto;
}
table.submenu td.subsubmenu a {
    color: #555555;
    font-weight: normal;
    padding-left: 0px;
    background-image: url(images/m_sub_arrow.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 16px;
}
td.center_image {
    background-position: center;
    background-repeat: no-repeat;
}
a.pdflink {
    background-image: url(images/pdf_ico.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #0e4a94;
    font-weight: bold;
}
a.pdflink:hover {
    color: #000000;
}

.placeholder-page {
    min-height: 100vh;
    padding: 60px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 12% 14%, #ffffff 0%, #ededed 36%, rgba(237, 237, 237, 0) 62%),
        radial-gradient(circle at 88% 82%, #e7eef7 0%, rgba(231, 238, 247, 0) 48%),
        linear-gradient(180deg, #e6e6e6 0%, #d7d7d7 100%);
}

.placeholder-body {
    --placeholder-font-family: 'Inter', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #d7d7d7;
}

.placeholder-box {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    background-color: #ffffff;
    padding: 48px 46px;
    border: 1px solid #d7d7d7;
    border-radius: 18px;
    box-sizing: border-box;
    font-family: var(--placeholder-font-family);
    animation: placeholderFadeIn 0.55s ease-out;
    box-shadow: 0 20px 42px rgba(12, 26, 42, 0.12);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 26px;
    position: relative;
    overflow: hidden;
}

.placeholder-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #0e4a94 0%, #2c6bb8 46%, #ff0000 100%);
}

.placeholder-hero {
    grid-column: 1 / -1;
    padding-bottom: 24px;
    margin-bottom: 2px;
    border-bottom: 1px solid #d7d7d7;
}

.placeholder-logo {
    display: block;
    max-width: 360px;
    height: auto;
    margin: 0 auto 30px;
    animation: logoFloat 4.8s ease-in-out infinite;
}

.placeholder-box h1 {
    font-size: 40px;
    text-transform: none;
    margin: 0;
    line-height: 1.15;
    text-align: center;
    letter-spacing: 0.2px;
    color: #12263f;
}

.placeholder-box h2 {
    font-size: 22px;
    text-transform: none;
    margin: 0 0 12px;
    line-height: 1.3;
    color: #12263f;
}

.placeholder-box p {
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 18px;
    color: #243447;
}

.contact-company {
    font-weight: 700;
    font-size: 18px;
    color: #12263f;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        border-color 0.2s ease;
}

.contact-item:hover {
    background-color: #ffffff;
    transform: translateY(-1px);
    border-color: #c2d4e8;
}

.contact-icon {
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
    margin-top: 5px;
    color: #155eba;
}

.contact-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.placeholder-contact a {
    color: #0e4a94;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.placeholder-contact a:hover {
    color: #073267;
    text-decoration: underline;
}

.placeholder-content {
    margin-bottom: 0;
}

.placeholder-content p:first-child {
    font-size: 19px;
    line-height: 1.75;
}

.placeholder-contact {
    background: linear-gradient(180deg, #f2f6fb 0%, #e8eef7 100%);
    padding: 24px 22px 10px;
    border-radius: 14px;
    border: 1px solid #d0dceb;
    align-self: start;
}

.placeholder-contact p {
    margin-bottom: 16px;
}

@media only screen and (max-height: 860px) {
    .placeholder-page {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 768px) {
    .placeholder-page {
        padding: 28px 12px;
        align-items: flex-start;
    }

    .placeholder-box {
        padding: 26px 18px;
        border-radius: 10px;
        display: block;
    }

    .placeholder-logo {
        max-width: 260px;
        margin-bottom: 20px;
    }

    .placeholder-box h1 {
        font-size: 32px;
    }

    .placeholder-box h2 {
        font-size: 23px;
    }

    .placeholder-box p {
        font-size: 16px;
        line-height: 1.7;
    }

    .placeholder-content p:first-child {
        font-size: 17px;
    }

    .placeholder-contact {
        padding: 18px 16px 4px;
    }

    .contact-item {
        padding: 6px 6px;
    }
}

@keyframes placeholderFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes logoFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .placeholder-box,
    .placeholder-logo,
    .contact-item {
        animation: none;
        transition: none;
    }
}
