.index-carousel-container {
    margin-top: -160px;
    z-index: -99;
    height: 102vh;
}

.index-carousel-body {
    position: relative;
    height: 102vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-carousel-caption {
    position: absolute;
    top: calc(35%);
    left: 5%;
    color: #ffffff;
}

.index-carousel-caption h1 {
    background-color: rgba(246, 12, 26, 0.75);
    padding: 1.5rem;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.index-carousel-caption h3 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    white-space: pre-line;
}

.index-carousel-filter {
    height: 100%;
    background-color: rgba(0, 0, 0, .55);
}

.index-carousel-mouse {
    position: absolute;
    bottom: calc(5%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: calc(50%);
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
}

.index-carousel-mouse a span {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.index-carousel-mouse a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

.index-section-2 {
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-section-2-caption {
    position: absolute;
    top: calc(25%);
    left: 50%;
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    color: #ffffff;
    text-align: center;
}

.index-section-2-caption h5 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.index-section-2-caption h3 {
    font-size: 2rem;
    font-weight: 700;
}

.index-section-2-filter {
    height: 100%;
    background-image: radial-gradient( circle 985px at 1.3% 97.8%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100.2%);
}

.index-section-2-button {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #f60c1a;
    color: #fff;
    border-radius: 50px;
}

.index-section-2-button a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    font-size: 1.35rem;
    color: #fff;
}

.index-section-2-button a:hover {
    text-decoration: none;
}

.index-section-3 {
    background-image: linear-gradient( 180.1deg, rgba(255, 255, 255, 1) -9.1%, rgba(0, 0, 0, 1) 90.1%);
}

.index-section-3-header {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 3rem;
}

.index-section-3-title {
    margin-right: auto;
}

.index-section-3-button {
    z-index: 900;
}

.index-section-3-button a {
    margin-left: auto;
    color: #f60c1a;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.index-section-3-button a:hover {
    color: #ba0000;
    text-decoration: none;
}

.index-section-3-title h3 {
    font-weight: 700;
    color: #494c4e;
    margin: 0;
}

.index-section-3-title h3 span {
    font-size: 1.75rem;
    font-weight: 700;
    color: #f60c1a;
}

.index-section-4 {
    position: relative;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.index-section-4-caption {
    position: absolute;
    top: calc(25%);
    left: 4.675rem;
}

.index-section-4-caption h1 {
    font-size: 3.5rem;
    color: #f60c1a;
    font-weight: 700;
    text-shadow: 2px 4px 3px rgb(0, 0, 0.75);
}

.index-section-4-caption h3 {
    color: #fff;
    font-weight: 700;
}

.index-section-4-filter {
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.index-section-5 {
    position: relative;
    background-image: url('../../images/page1/background_articles.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-section-5-header {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 3rem;
}

.index-section-5-title {
    margin-right: auto;
}

.index-section-5-button {
    z-index: 900;
}

.index-section-5-button a {
    margin-left: auto;
    color: #f60c1a;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.index-section-5-button a:hover {
    color: #ba0000;
    text-decoration: none;
}

.index-section-5-title h3 {
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.index-section-5-title h3 span {
    font-size: 1.75rem;
    font-weight: 700;
    color: #f60c1a;
}

.index-section-5-slide {
    position: relative;
    z-index: 9;
}

.index-section-5-filter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background-image: linear-gradient( 180.1deg, rgba(0, 0, 0, 0.88) -9.1%, rgba(0, 0, 0, 0.69) 90.1%);
}

.index-section-6 {
    height: 520px;
}

.index-section-6 iframe {
    width: 100%;
    height: 520px;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}