/*.top-container {
    position: relative;
    overflow: hidden;
}

.top-menu {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 70px;
    margin-left: 353px;
    background-color: #fff;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
}

.top-menu-home {
    width: 70px;
    height: 70px;
    background-color: #192857;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-menu-list-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-menu-list-link {
    display: block;
    width: 178px;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
    letter-spacing: -0.5px;
    border-right: 1px solid #ddd;
    color: #666;
    text-decoration: none
}

.top-menu-list-link:active, .top-menu-list-link:hover, .top-menu-list-link:focus {
    text-decoration: none;
}

.top-menu-list-link:hover {
    color: #333;
}

.top-menu-list-active .top-menu-list-link {
    background-color: #EDEDED;
    color: #192857;
}*/

.iframe-container {
    padding: 70px 0;
}

.iframe {
    width: 100%;
    height: 1960px;
}