﻿.easy-access-item {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .easy-access-item > a > img {
        width: 90px;
        height: 90px;
        transition: all .25s ease-in-out;
    }

    .easy-access-item > a:hover > img {
        width: 100px;
        height: 100px;
    }

.easy-access-pt {
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .easy-access-pt > div {
        display: flex;
        width: 100%;
        direction: var(--reverseDirection);
        padding-top: 30px;
    }

.easy-access-col-1 {
    flex: 1;
    width: 50%;
    min-width: 470px;
}

    .easy-access-col-1 > div {
        width: 550px;
        display: flex;
        grid-gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        min-height: 480px;
    }

.easy-access-col-2 {
    flex: 1;
    width: 50%;
    direction: var(--direction);
    padding: 0 50px;
    position: relative;
}

    .easy-access-col-2 > h2:nth-child(1) {
        color: #FFF0F0;
        font-size: 72px;
        font-weight: 700;
    }

    .easy-access-col-2 > p:nth-child(2) {
        color: #FFF0F0;
        font-size: 36px;
        font-weight: 500;
        margin-top: 20px;
        max-width: 550px;
    }

    .easy-access-col-2 > p:nth-child(3) {
        color: #FFF0F0;
        font-size: 24px;
        font-weight: 500;
        margin-top: 20px;
        max-width: 550px;
    }

    .easy-access-col-2 > a:nth-child(4) {
        position: relative;
        max-width: 240px;
        margin-top: 80px;
    }

.fl-bs-pt2 {
    padding-top: 100px;
}

.bs--pt2-header {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .bs--pt2-header > h4 {
        color: #FFF0F0;
        text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.40);
        font-size: 36px;
        font-weight: 500;
        padding: var(--pad-bs-pt2-header);
        transition: all .9s ease-in-out;
        margin-left: var(--LeftPosNeg200);
        margin-right: var(--RightPosNeg200);
    }

        .bs--pt2-header > h4.visible {
            margin-left: unset !important;
            margin-right: unset !important;
        }

    .bs--pt2-header > span {
        height: 3px;
        border-radius: 28px;
        background: #F00;
        box-shadow: 0px 0px 10px 0px #F00;
        width: 0;
        transition: all .9s ease-in-out;
        display: block;
        margin-top: 25px;
    }

.bs--pt2-body {
    margin-top: 40px;
    width: 100%;
    display: flex;
    height: 46px;
}

.bs--pt2-body-items {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    grid-gap: 10px;
}

.bs--pt2-body .swiper-slide {
    width: auto;
}

.bs--pt2-body .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 0 !important;
    overflow-x: hidden;
    position: relative;
    padding: 0 50px;
}

.bs--pt2-body .swiper-slide > a {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 48px;
    background: #1F1D1D;
    padding: 6px 15px;
    transition: border .3s ease-in;
    width: auto;
    border: 2px solid transparent;
}

    .bs--pt2-body .swiper-slide > a:hover {
        border: 2px solid #6B31C7;
    }


.fl-bs-pt3 {
    padding-top: 100px;
    text-align: center;
}

.bs--pt3--pre-header > h5 {
    color: #999090;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}

.bs--pt3-header {
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
}

    .bs--pt3-header > h4 {
        color: #FFF0F0;
        text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.40);
        font-size: 36px;
        font-weight: 500;
        padding: 0 20px;
        transition: all .9s ease-in-out;
        margin-left: var(--LeftPosNeg200);
        margin-right: var(--RightPosNeg200);
    }

        .bs--pt3-header > h4.visible {
            margin-left: unset !important;
            margin-right: unset !important;
        }

    .bs--pt3-header > span {
        height: 3px;
        border-radius: 28px;
        background: #F00;
        box-shadow: 0px 0px 10px 0px #F00;
        width: 0;
        transition: all .5s ease-in-out;
        display: block;
        margin-top: 25px;
    }



.bs--pt3-body {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    margin-top: 60px;
    grid-gap: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.fl-bs-pt4 {
    padding-top: 100px;
    text-align: center;
}

.bs--pt4-header {
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
}

    .bs--pt4-header > h4 {
        color: #FFF0F0;
        text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.40);
        font-size: 36px;
        font-weight: 500;
        padding: 0 20px;
        transition: all .9s ease-in-out;
        margin-left: var(--LeftPosNeg200);
        margin-right: var(--RightPosNeg200);
    }

        .bs--pt4-header > h4.visible {
            margin-left: unset !important;
            margin-right: unset !important;
        }

    .bs--pt4-header > span {
        height: 3px;
        border-radius: 28px;
        background: #F00;
        box-shadow: 0px 0px 10px 0px #F00;
        width: 0;
        transition: all .5s ease-in-out;
        display: block;
        margin-top: 25px;
    }

.bs--pt4-body {
    display: flex;
    white-space: nowrap;
    direction: var(--reverseDirection);
    margin-top: 80px;
}

    .bs--pt4-body > div:nth-child(1) {
        padding: 0 50px;
    }



    .bs--pt4-body > div:nth-child(2) {
        padding: 0 50px;
        direction: var(--direction);
        white-space: normal;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        flex-direction: column;
    }

        .bs--pt4-body > div:nth-child(2) > p {
            color: #FFF0F0;
            font-size: 18px;
            font-weight: 400;
            text-align: var(--align-l);
            max-width: 608px;
            width: 100%;
        }


        .bs--pt4-body > div:nth-child(2) > a {
            margin-top: 100px;
        }

.fl-bs-pt5 {
    padding-top: 120px;
    text-align: center;
}

.bs--pt5-header {
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
}

    .bs--pt5-header > h4 {
        color: #FFF0F0;
        text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.40);
        font-size: 36px;
        font-weight: 500;
        padding: 0 20px;
        transition: all .9s ease-in-out;
        margin-left: var(--LeftPosNeg200);
        margin-right: var(--RightPosNeg200);
    }

        .bs--pt5-header > h4.visible {
            margin-left: unset !important;
            margin-right: unset !important;
        }

    .bs--pt5-header > span {
        height: 3px;
        border-radius: 28px;
        background: #F00;
        box-shadow: 0px 0px 10px 0px #F00;
        width: 0;
        transition: all .5s ease-in-out;
        display: block;
        margin-top: 25px;
    }

.bs--pt5-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    margin-top: 60px;
    grid-gap: 30px;
}

.bs--pt5-footer {
    margin-top: 50px;
    display: inline-block;
}

    .bs--pt5-footer > a {
        color: #FFF;
        font-size: 24px;
        font-weight: 500;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        text-decoration: none !important;
        transition: all .25s ease-in-out;
    }

        .bs--pt5-footer > a > img {
            width: 20px;
            margin: auto;
            margin-top: 10px;
            transition: all .25s ease-in-out;
        }

        .bs--pt5-footer > a:hover {
            color: #999090;
        }

            .bs--pt5-footer > a:hover > img {
                opacity: .8;
            }

.fl-bs-pt6 {
    padding-top: 100px;
    display: flex;
    direction: var(--reverseDirection);
}

    .fl-bs-pt6 > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        direction: var(--direction);
        padding: var(--pad-bs-pt3);
        width: 100%;
        padding-top: 50px;
    }

        .fl-bs-pt6 > div:nth-child(2) > h2 {
            color: #FFF0F0;
            font-size: 72px;
            font-weight: 700;
        }

        .fl-bs-pt6 > div:nth-child(2) > p {
            display: flex;
            margin-top: 15px;
            grid-gap: 15px;
            color: #FFF0F0;
            font-size: 36px;
            font-weight: 500;
            align-items: center;
        }

            .fl-bs-pt6 > div:nth-child(2) > p:nth-child(2) {
                margin-top: 35px;
            }

        .fl-bs-pt6 > div:nth-child(2) > a {
            margin-top: 70px;
            max-width: 220px;
        }

.fl-bs-pt7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1160px;
    margin: auto;
    margin-top: 100px;
}

.fl-bs-pt8 {
    margin-top: 110px;
}

.bs--pt8-body {
    border-radius: 20px;
    background: #1F1D1D;
    width: 100%;
    padding: 30px;
    max-width: 1300px;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 240px;
}

    .bs--pt8-body > div > h6 {
        color: #FFF;
        font-size: 24px;
        font-weight: 500;
        margin-top: 10px;
    }

    .bs--pt8-body > div > p {
        color: #FFF0F0;
        font-size: 18px;
        font-weight: 400;
        margin-top: 15px;
    }

.bs--pt8-body-layer {
    background: linear-gradient(180deg, rgba(31, 29, 29, 0.00) 0%, #1F1D1D 80.21%);
    position: absolute;
    width: 100%;
    height: 92px;
    bottom: 0;
}

.bs--pt8-body > a:last-child {
    position: absolute;
    bottom: 0;
    left: calc((100% - 64px) / 2);
    bottom: -10px;
}

.fl-bs-pt9 {
    margin-top: 100px;
}

.bs--pt9-header {
    width: 100%;
}

    .bs--pt9-header > h4 {
        color: #FFF0F0;
        text-align: center;
        text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.40);
        font-size: 36px;
        font-weight: 500;
    }

.bs--pt9-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 50px;
    margin-top: 50px;
}
