.index-footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 125px 40px 125px 40px;
    background: #f2f2f2;
    position: relative;
    /*border-top: 1px solid #999999;*/
    margin-top: 125px;
}
.index-footer-item {
    line-height: 1.8rem;
    /*width: 20%;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-right: 6rem;
    /*text-align: center;*/
}
.index-footer-item-title {
    margin-bottom: 2.3rem;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
}
.index-footer-item-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #777777;
}
.index-footer-anim-container {
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-guide {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f2f2f2;
}
.index-guide a{
    text-decoration: none;
}
