.section-1, .section-2 {
    background-color: #0D0002;
}
footer > img {
    display: none;
}
.section-1 {
    padding-top: 56px;
}
.section-1 .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
 }
 .section-1 .col-lg-6 img {
    max-width: 420px;
 }
.section-1 h1, .section-1 .heading, .section-1 .btn-container {
    text-align: center;
}
.section-1 .details {
    font-family: "EalingBlackW00-Regular", sans-serif;
    text-align: left;
    text-transform: uppercase;
}
.section-1 .details span {
    color: #EA0029;
}
.section-1 .btn-container {
    margin-top: 72px;
    padding-bottom: 62px;
}
.section-1 .btn-container a {
    background-color: #fba944;
    border-radius: 21px;
    font-size: 27px;
    text-align: center;
    color: #F9F6E2;
    font-family: "Manrope-ExtraBold", sans-serif;
    padding-top: 16px;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 16px;
    max-width: 460px;
    width: 100%;
    transition: all 0.2s ease;
    line-height: 35px;
}
.section-1 .btn-container a:hover, .section-1 .btn-container a:focus {
    text-decoration: none;
    color: #F9F6E2;
    opacity: 0.85;
    transform: scale(0.95);
}
.details {
    font-size: 33px;
    font-family: "Manrope-Medium", sans-serif;
    line-height: 41px;
    color: #FFFFFF;
}
.details.red {
    color: #EA0029;
}
.heading {
    font-family: "EalingBlackW00-Regular", sans-serif;
    text-transform: uppercase;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 41px;
}
.section-1 .details-container {
    margin-top: 85px;
}
.section-1 .details-container .heading {
    margin-top: 62px;
}
.section-1 .accordion-item:first-of-type .accordion-button, .section-1 .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.section-1 .accordion-item:last-of-type .accordion-button.collapsed, .section-1 .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.section-1 .accordion-item {
    margin-bottom: 16px;
}
.section-1 .accordion-header button {
    font-family: "EalingBlackW00-Regular", sans-serif;
    color: #010101;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 41px;
}
.section-1 .accordion-body {
    font-family: "Manrope-Medium", sans-serif;
    line-height: 1.2;
}
.section-1 .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.section-2 > .row {
    margin-top: 56px;
}
.section-2 .heading {
    line-height: 41px;
}
.section-2 video {
    max-width: 100%;
}
.section-2 .faq-swiper {
    position: relative;
    overflow: hidden;
}
.section-2 span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}
.section-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E1001F;
}
.section-2 .swiper-pagination-bullet {
    background: rgba(225, 0, 31,0.35);
    opacity: 1;
}
.section-2 .swiper-slide, .section-2 .embed-responsive, .section-2 .swiper-pagination-bullets {
    position: relative;
}
.section-2 .swiper-slide:after {
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
}
.section-2 .swiper-slide:not(.swiper-slide-active):after {
    display: block;
}
.section-2 .play-btn {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100px;
}
.section-2 .swiper-slide {
    cursor: pointer;
}
.section-2 .col-lg-4 {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1023px) {
    .section-1 {
        padding-top: 72px;
    }
    .section-1 .details-container {
        margin-top: 50px;
    }
    .section-1 .details-container .heading {
        margin-top: 40px;
    }
    .section-1 .accordion-header button {
        font-size: 20px;
        line-height: 27px;
    }
    .section-1 .btn-container {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .section-2 .heading {
        margin-bottom: 10px;
    }
    .section-2 .heading, .section-2 .details {
        text-align: center;
    }
    .details {
        font-size: 21px;
        line-height: 30px;
    }
    .heading {
        font-size: 35px;
    }
    .section-2 .accordion-header .accordion-button {
        font-size: 20px;
        line-height: 27px;
    }
    .section-1 .btn-container a {
        font-size: 19px;
        line-height: 25px;
    }
}