@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&family=Heebo:wght@400;500;600&family=Noto+Sans+Hebrew:wght@400;500&family=Secular+One&display=swap');

/* #Global
================================================== */
html,
body {
    color: #001648;
    font-family: Noto Sans Hebrew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 71px;
}

b, strong {
    font-weight: 600;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

a,
a:visited {
    color: #001648;
    text-decoration: none;
}

.btn-link {
    color: #001648;
}

.btn-yellow {
    --bs-btn-color: #001648;
    --bs-btn-bg: #FFDA16;
    --bs-btn-border-color: #FFDA16;
    --bs-btn-hover-color: #001648;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #001648;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #001648;
    --bs-btn-disabled-bg: #FFDA16;
    --bs-btn-disabled-border-color: #FFDA16;
    --bs-btn-border-radius: 4px;
    --bs-btn-font-weight: 500;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.75rem;
}

.btn-red {
    color: #fff !important;
    --bs-btn-color: #fff;
    --bs-btn-bg: #D7282F;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-btn-border-radius: 4px;
    --bs-btn-font-weight: 500;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.75rem;
}

.btn-white {
    --bs-btn-color: #001648;
    --bs-btn-bg: #FFF;
    --bs-btn-border-color: #FFF;
    --bs-btn-hover-color: #001648;
    --bs-btn-hover-bg: #FFF;
    --bs-btn-hover-border-color: #FFF;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #001648;
    --bs-btn-active-bg: #FFF;
    --bs-btn-active-border-color: #FFF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #001648;
    --bs-btn-disabled-bg: #FFF;
    --bs-btn-disabled-border-color: #FFF;
    --bs-btn-border-radius: 4px;
    --bs-btn-font-weight: 500;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.75rem;
}

.circle-icon {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    text-align: center;
    line-height: 94px;
    vertical-align: middle;
}

.show-on-scroll {
    opacity: 0;
}

.text-number {
    font-family: Agdasima;
    font-size: 8.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: -5.28px;
}

.text-symbol {
    font-family: Agdasima;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.6px;
    line-height: 100%;
}

.line {
    margin-top: 40px;
    padding: 0 10px;
}

.form-control {
    padding: .95rem .75rem;
    font-size: 0.9rem;
}

    .form-control.has-error {
        border-color: red;
    }

.form-select {
    font-size: 0.9rem;
    padding: .95rem .75rem .95rem 2.25rem;
}

@media (min-width: 992px) {
    .ms-lg-auto {
        margin-right: initial !important;
    }
}

@media (max-width: 991.98px) {
    html,
    body {
        margin-top: 44px;
    }

    .text-number {
        font-size: 3.5rem;
        line-height: 80px;
        letter-spacing: -3.5px;
    }

    .text-symbol {
        font-size: 2rem;
    }

    .fs-5 {
        font-size: 1rem !important;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}
/* #Header
================================================== */
header {
    top: 0;
    width: 100%;
    position: fixed;
    transition: all 0.3s ease;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 51, 161, 0.08);
}

    header.hide {
        top: -82px;
    }

    header .header-logo {
        width: 150px;
    }

@media (max-width: 991.98px) {
    header .header-logo {
        width: 105px;
        padding-top: 5px;
    }

    header.hide {
        top: 0;
    }

    header .navbar-toggler,
    header .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }

    header .navbar {
        padding: 0;
    }
}

@media (min-width: 992px) {


    header .navbar-expand-lg .navbar-nav .nav-link {
        --bs-navbar-nav-link-padding-x: 1.5rem;
        --bs-nav-link-font-weight: 500;
        --bs-nav-link-color: #001648;
    }

        header .navbar-expand-lg .navbar-nav .nav-link.active {
            font-weight: 800;
        }

        header .navbar-expand-lg .navbar-nav .nav-link span {
            color: #1B55E3;
        }
}

/* #Breadcrumb
================================================== */
.breadcrumb {
    font-size: 0.8rem;
    margin: 1rem 0;
}

    .breadcrumb li::after {
        content: '/';
        padding: 0 0.25rem;
    }

    .breadcrumb li:last-child::after {
        content: '';
        padding: 0;
    }

/* #Homepage
================================================== */
.homepage .section-01 {
    height: 80vh;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .homepage .section-01 .container,
    .homepage .section-01 .row,
    .homepage .section-01 .col {
        position: relative;
        height: 100%;
    }

    .homepage .section-01 h1 {
        font-family: Secular One;
        font-size: 5.9rem;
        line-height: 5.5rem;
    }

    .homepage .section-01 p {
        font-size: 1.4rem;
    }

    .homepage .section-01 .box {
        position: absolute;
        bottom: 0;
        background: #002476;
        margin-bottom: -9rem;
        padding: 1.5rem;
    }

        .homepage .section-01 .box h4 {
            font-family: Secular One;
        }

        .homepage .section-01 .box p {
            font-size: 1rem;
        }

.homepage .section-02 {
    margin-top: 9rem;
}

    .homepage .section-02 .box .flex-column {
        padding: 0.5rem 0.8rem 0 0.8rem;
    }

        .homepage .section-02 .box .flex-column img {
            margin: 0 auto;
            width: 40px;
        }

.homepage .section-03 {
    color: #fff;
    background-color: #001648;
}

    .homepage .section-03 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

.homepage .section-04 {
    position: relative;
    color: #001648;
    background-color: #F8FAFC;
    text-align: center;
}

    .homepage .section-04::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        height: 100%;
        opacity: 0.6;
        background-image: url('../assets/images/bg-side2.png');
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 21.5rem;
        z-index: 0;
    }

    .homepage .section-04::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 25%;
        height: 100%;
        opacity: 0.3;
        background-image: url('../assets/images/bg-side1.png');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 20rem;
        z-index: 0;
    }

    .homepage .section-04 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

.homepage .section-05 {
    color: #001648;
    text-align: center;
}

    .homepage .section-05 h2 {
        font-family: Secular One;
        font-size: 3.5rem;
        font-weight: 400;
    }

    .homepage .section-05 .box .circle-icon {
        margin: 0 auto;
        background-color: #002476;
        margin-bottom: 1rem;
        width: 5.875rem;
        height: 5.875rem;
        line-height: 5.875rem;
    }

    .homepage .section-05 .box h4 {
        font-family: Secular One;
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 0;
    }

.homepage .section-06 {
    color: #001648;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    background-position: 50% 50%;
}

    .homepage .section-06 .container,
    .homepage .section-06 .row,
    .homepage .section-06 .col {
        position: relative;
        height: 100%;
    }

    .homepage .section-06 h2 {
        font-family: Secular One;
        font-size: 3rem;
    }

    .homepage .section-06 .logo-text {
        align-items: center;
        display: flex;
        font-size: 0.75rem;
        line-height: 0.85rem;
        font-weight: 600;
        direction: ltr;
    }

        .homepage .section-06 .logo-text img {
            margin-right: 0.7rem;
        }

.homepage .section-07 {
    color: #001648;
    text-align: center;
}

    .homepage .section-07 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .homepage .section-07 .box {
        width: 100%;
        min-width: 205px;
    }

        .homepage .section-07 .box h4 {
            font-family: Secular One;
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 0;
        }

        .homepage .section-07 .box .box-inner {
            position: relative;
            background-color: #FFDA16;
            height: 5rem;
            border-radius: 0px 6px 6px 0px;
            text-align: center;
            line-height: 5rem;
            font-family: Secular One;
            font-size: 2rem;
            margin-bottom: 1rem;
        }

            .homepage .section-07 .box .box-inner::before {
                content: '';
                background: url('../assets/images/yellow-arrow.png') no-repeat;
                position: absolute;
                left: -40px;
                top: 0;
                width: 80px;
                height: 80px;
                z-index: 0;
            }

.homepage .section-08 {
    background-color: #F8FAFC;
}

    .homepage .section-08 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .homepage .section-08 .box {
        border-radius: var(--Card-Border-Radius, 8px);
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
        margin: 20px;
        padding: 20px;
    }

    .homepage .section-08 .slider {
        color: #0033A1;
    }

        .homepage .section-08 .slider h3 {
            font-family: Secular One;
            font-size: 1.9rem;
        }

    .homepage .section-08 .slider-nav .slick-next,
    .homepage .section-08 .slider-nav .slick-prev {
        width: auto;
        height: auto;
        top: auto;
        z-index: 999;
        bottom: -2.5rem;
    }

    .homepage .section-08 .slider-nav .slick-next {
        right: 2.5rem;
        left: auto;
    }

    .homepage .section-08 .slider-nav .slick-prev {
        right: 7rem;
        left: auto;
    }

    .homepage .section-08 .nav-underline {
        padding: 0;
        gap: 0;
    }

        .homepage .section-08 .nav-underline .nav-link {
            color: #858585;
            font-weight: 400;
            border-bottom: 1px solid #D9D9D9;
            padding: 1.5rem 3rem;
        }

            .homepage .section-08 .nav-underline .nav-link.active,
            .homepage .section-08 .nav-underline .show > .nav-link {
                font-weight: 700;
                color: #001648;
                border-bottom: 6px solid #001648;
            }

.homepage .section-09 {
    background-color: #F8FAFC;
}

    .homepage .section-09 .box {
        width: 20%;
        margin-bottom: 1rem;
        text-align: center;
        margin: 2rem auto;
    }

        .homepage .section-09 .box img {
            max-height: 3.5rem;
        }

.homepage .section-10 {
    background-image: url('../assets/images/bg-contact.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 25rem;
}

    .homepage .section-10 h2 {
        font-family: Secular One;
        font-size: 3.5rem;
        font-weight: 400;
    }

@media (max-width: 991.98px) {
    .homepage .section-07 .box {
        min-width: initial;
        max-width: 160px;
        text-align: center;
        margin: 0 auto 1rem auto;
    }

        .homepage .section-07 .box .box-inner {
            margin-bottom: 2rem;
            border-radius: 6px;
        }

            .homepage .section-07 .box .box-inner::before {
                content: '';
                background: url(../assets/images/yellow-arrow-m.png) no-repeat;
                position: absolute;
                left: 0;
                top: 45px;
                width: 100%;
                height: 63px;
                z-index: 0;
            }

    .homepage .section-01 .container, .homepage .section-01 .row, .homepage .section-01 .col {
        height: auto;
    }

    .homepage .section-01 {
        height: 35rem;
        margin-bottom: 10.5rem;
    }

        .homepage .section-01 h1 {
            font-size: 3rem;
            line-height: 3rem;
        }

        .homepage .section-01 p {
            font-size: 1.1rem;
        }

        .homepage .section-01 .box {
            position: relative;
            background: #002476;
            margin-bottom: 0;
            padding: 1.5rem;
        }

            .homepage .section-01 .box .img-round {
                width: 80%;
            }

    .homepage .section-02 .box .flex-column img {
        width: 30px;
    }

    .homepage .section-03 h2 {
        font-size: 2.2rem;
    }

    .homepage .section-04::before,
    .homepage .section-04::after {
        content: none;
    }

    .homepage .section-04 img {
        width: 70%;
    }

    .homepage .section-04 h2 {
        font-size: 2.2rem;
    }

    .homepage .section-05 .box h4 {
        font-size: 1.2rem;
    }

    .homepage .section-05 .box .circle-icon {
        width: 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
    }

        .homepage .section-05 .box .circle-icon img {
            width: 50%
        }

    .homepage .section-06 {
        background: none !important;
    }

        .homepage .section-06 .btn-yellow {
            --bs-btn-padding-x: 0.75rem;
        }

    .homepage .section-10 {
        background: none;
    }

    .homepage .section-08 .slider-nav .slick-next,
    .homepage .section-08 .slider-nav .slick-prev {
        bottom: -5rem;
    }

    .homepage .section-06, .homepage .section-06 .container, .homepage .section-06 .row, .homepage .section-06 .col {
        height: auto;
    }

    .homepage .section-08 .slider-nav .slick-next {
        right: 30%;
        left: auto;
    }

    .homepage .section-08 .slider-nav .slick-prev {
        left: 30%;
        right: auto;
    }

    .homepage .section-09 .box {
        width: 25%;
    }
}

/* #About
================================================== */
.about .section-01 .container {
    background-image: url('../assets/images/bg-about.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 32vw;
}

.about .section-01 h1 {
    font-family: Secular One;
    font-size: 5.9rem;
    line-height: 5.5rem;
}

.about .section-02 {
    position: relative;
    color: #fff;
    background-color: #001648;
    padding: 5rem 0;
}

    .about .section-02::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        height: 100%;
        opacity: 0.6;
        background-image: url('../assets/images/bg-side3.png');
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 17rem;
    }

    .about .section-02 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }
    
    .about .section-02 a {
        color:#fff;
    }

.about .section-03 {
    background: linear-gradient(to bottom, #001648 25%, #FFF 0%);
    margin-bottom: 10rem;
}

    .about .section-03 .slider-nav .slick-next,
    .about .section-03 .slider-nav .slick-prev {
        width: auto;
        height: auto;
        top: auto;
        z-index: 999;
        bottom: -7.5rem;
    }

    .about .section-03 .slider-nav .slick-next {
        right: 10.5rem;
        left: auto;
    }

    .about .section-03 .slider-nav .slick-prev {
        right: 15rem;
        left: auto;
    }

.about .section-04 {
    background-color: #E7ECF3;
    padding-bottom: 10rem;
}

    .about .section-04 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .about .section-04 .slider-nav .box {
        position: relative;
        text-align: left;
        width: 290px;
        height: 190px;
    }

        .about .section-04 .slider-nav .box:nth-child(even) {
            padding-top: 75px;
        }

        .about .section-04 .slider-nav .box::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: url('../assets/images/tl1.png');
            background-repeat: no-repeat;
            background-position: left bottom;
        }

        .about .section-04 .slider-nav .box::after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: -6px;
            width: 100%;
            height: 100%;
            border-bottom: 3px solid;
            z-index: -1;
            margin-left: 10px;
        }

        .about .section-04 .slider-nav .box:nth-child(even)::before {
            background-image: url('../assets/images/tl2.png');
        }

        .about .section-04 .slider-nav .box h4 {
            font-family: Secular One;
            font-size: 1.5rem;
            font-weight: 400;
            margin-left: 2rem
        }

        .about .section-04 .slider-nav .box p {
            margin-left: 2rem;
            direction: rtl;
        }

        .about .section-04 .slider-nav .box hr {
            margin: -0.5rem 0 0 0;
            border-top: 0.3rem solid #001648;
            opacity: 1;
        }

        .about .section-04 .slider-nav .box:last-child hr {
            margin-left: 0.6rem;
        }

    .about .section-04 .slider-nav .slick-next,
    .about .section-04 .slider-nav .slick-prev {
        width: auto;
        height: auto;
        top: auto;
        z-index: 999;
        bottom: -7.5rem;
    }

    .about .section-04 .slider-nav .slick-next {
        right: 10.5rem;
        left: auto;
    }

    .about .section-04 .slider-nav .slick-prev {
        right: 15rem;
        left: auto;
    }

.about .section-05 h2 {
    font-family: Secular One;
    font-size: 3rem;
    font-weight: 400;
}

.about .section-05 .box {
    position: relative;
}

    .about .section-05 .box .box-inner {
        background: white;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: fit-content;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
    }


    .about .section-05 .box .flex-column {
        padding: 0.5rem 0.8rem 0 0.8rem;
    }

        .about .section-05 .box .flex-column img {
            margin: 0 auto;
            width: 40px;
        }


.about .section-06 {
    text-align: center;
    background-color: #001648;
    color: #fff;
}

    .about .section-06 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .about .section-06 h4 {
        font-family: Secular One;
        font-size: 1.5rem;
        font-weight: 400;
        margin: 1rem auto 0rem auto;
    }


.about .section-07 {
    background: linear-gradient(to bottom, #001648 50%, #FFF 0%);
    padding: 10rem 0;
}

    .about .section-07 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .about .section-07 .box {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
    }

    .about .section-07 ul {
        padding: 0;
    }

        .about .section-07 ul li {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }

            .about .section-07 ul li p {
                margin: 0;
            }

            .about .section-07 ul li span {
                font-family: 'Agdasima';
                font-size: 1.5rem;
                font-weight: 700;
                line-height: 1;
                display: block;
            }

            .about .section-07 ul li:before {
                content: '';
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                margin-left: 1rem;
            }

            .about .section-07 ul li:nth-child(1):before {
                background-color: #002476;
            }

            .about .section-07 ul li:nth-child(2):before {
                background-color: #1B55E3;
            }

            .about .section-07 ul li:nth-child(3):before {
                background-color: #8CACFC;
            }

            .about .section-07 ul li:nth-child(4):before {
                background-color: #BCCFFE;
            }

@media (max-width: 991.98px) {
    .about .section-01 h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .about .section-02 {
        padding: 2rem 0;
    }

    .about .section-01 .container {
        background: none;
    }

    .about .section-02::before {
        content: none;
    }

    .about .section-03 .slider-nav .slick-next {
        right: 30%;
        left: auto;
    }

    .about .section-03 .slider-nav .slick-prev {
        left: 30%;
        right: auto;
    }

    .about .section-04 .slider-nav .slick-next {
        right: 30%;
        left: auto;
    }

    .about .section-04 .slider-nav .slick-prev {
        left: 25%;
        right: auto;
    }

    .about .section-05 .box .box-inner {
        padding: 1rem 1rem 0 1rem;
    }

    .about .section-07 {
        padding: 2rem 0;
    }
}

/* #Business
================================================== */
.business .section-02 .container, .business .section-02 .row, .business .section-02 .col {
    position: relative;
    height: 100%;
}

.business .section-01 {
    background: url('../assets/images/bg-business.png') no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
}

    .business .section-01 h1 {
        font-family: Secular One;
        font-size: 5.9rem;
        line-height: 5.5rem;
    }

.business .section-02 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

    .business .section-02 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

.business .section-03 h1 {
    font-family: Secular One;
    font-size: 4rem;
    font-weight: 400;
}

    .business .section-03 h1 span {
        color: #1B55E3;
    }

.business .section-03 .categories {
    padding: 6.25vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: -6.25vw;
    position: relative;
}

    .business .section-03 .categories .wrapper {
        padding: 13.8vw;
        background-image: url('../assets/images/Frame 3678.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .business .section-03 .categories .circle {
        border-radius: 50%;
        width: 27.5vw;
        height: 27.5vw;
        /*box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.26);*/
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 4vw;
    }

    .business .section-03 .categories ul img {
        width: 9vw;
        margin-bottom: 0.5vw;
        /*height: 4.5vw;*/
        object-fit: contain;
        object-position: center;
    }

    .business .section-03 .categories .text {
        position: relative;
        z-index: 10;
    }

    .business .section-03 .categories ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .business .section-03 .categories ul li {
            opacity: 0;
            display: flex;
            flex-direction: column;
            position: absolute;
            z-index: 10;
            font-size: 1vw;
            padding: 0.5vw;
            text-align: center;
            border-radius: 8px;
            background: #FFF;
            box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
            color: #0033A1;
        }

            .business .section-03 .categories ul li span {
                background-color: #FFDA16;
                color: #002476;
            }

        .business .section-03 .categories ul.animate li {
            animation: fadein 21s forwards;
            -webkit-animation: fadein 21s forwards;
            animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
        }

            .business .section-03 .categories ul.animate li:nth-child(1) {
                top: 11.5vw;
                right: 5.5vw;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
            }

            .business .section-03 .categories ul.animate li:nth-child(2) {
                top: 23.5vw;
                right: -0.5vw;
                animation-delay: 0.5s;
                -webkit-animation-delay: 0.5s;
            }

            .business .section-03 .categories ul.animate li:nth-child(3) {
                top: 34.5vw;
                right: 5.5vw;
                animation-delay: 1s;
                -webkit-animation-delay: 1s;
            }

            .business .section-03 .categories ul.animate li:nth-child(4) {
                top: 44vw;
                right: 22.5vw;
                animation-delay: 1.5s;
                -webkit-animation-delay: 1.5s;
            }

            .business .section-03 .categories ul.animate li:nth-child(5) {
                top: 34.5vw;
                left: 5.5vw;
                animation-delay: 2s;
                -webkit-animation-delay: 2s;
            }

            .business .section-03 .categories ul.animate li:nth-child(6) {
                top: 23.5vw;
                left: -0.5vw;
                animation-delay: 2.5s;
                -webkit-animation-delay: 2.5s;
            }

            .business .section-03 .categories ul.animate li:nth-child(7) {
                top: 11.5vw;
                left: 5.5vw;
                animation-delay: 3s;
                -webkit-animation-delay: 3s;
            }

@keyframes fadein {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.business .section-04 {
    color: #001648;
    background-color: #F8FAFC;
    text-align: center;
}

    .business .section-04 h2 {
        font-family: Secular One;
        font-size: 3.5rem;
        font-weight: 400;
    }

    .business .section-04 .box .circle-icon {
        margin: 0 auto;
        background-color: #002476;
        margin-bottom: 1rem;
        width: 5.875rem;
        height: 5.875rem;
        line-height: 5.875rem;
    }

    .business .section-04 .box h4 {
        font-family: Secular One;
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 0;
    }

.business .section-05 {
    color: #fff;
    background-color: #001648;
    text-align: center;
}

    .business .section-05 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .business .section-05 h3 {
        font-family: Secular One;
        font-size: 2rem;
        font-weight: 400;
    }

.business .section-07 {
    background-color: #F8FAFC;
}

    .business .section-07 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .business .section-07 .box {
        border-radius: var(--Card-Border-Radius, 8px);
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
        margin: 20px;
        padding: 20px;
    }

    .business .section-07 .slider {
        color: #0033A1;
    }

        .business .section-07 .slider h3 {
            font-family: Secular One;
            font-size: 1.9rem;
        }

    .business .section-07 .slider-nav .slick-next,
    .business .section-07 .slider-nav .slick-prev {
        width: auto;
        height: auto;
        top: auto;
        z-index: 999;
        bottom: -2.5rem;
    }

    .business .section-07 .slider-nav .slick-next {
        right: 2.5rem;
        left: auto;
    }

    .business .section-07 .slider-nav .slick-prev {
        right: 7rem;
        left: auto;
    }

    .business .section-07 .nav-underline {
        padding: 0;
        gap: 0;
    }

        .business .section-07 .nav-underline .nav-link {
            color: #858585;
            font-weight: 400;
            border-bottom: 1px solid #D9D9D9;
            padding: 1.5rem 3rem;
        }

            .business .section-07 .nav-underline .nav-link.active,
            .business .section-07 .nav-underline .show > .nav-link {
                font-weight: 700;
                color: #001648;
                border-bottom: 6px solid #001648;
            }

.business .section-08 {
    background-color: #F8FAFC;
}

    .business .section-08 .box {
        width: 20%;
        margin-bottom: 1rem;
        text-align: center;
        margin: 2rem auto;
    }

        .business .section-08 .box img {
            max-height: 3.5rem;
        }

.business .section-09 {
    color: #001648;
    text-align: center;
}

    .business .section-09 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .business .section-09 .box {
        width: 100%;
        min-width: 205px;
    }

        .business .section-09 .box h4 {
            font-family: Secular One;
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 0;
        }

        .business .section-09 .box .box-inner {
            position: relative;
            background-color: #FFDA16;
            height: 5rem;
            border-radius: 0px 6px 6px 0px;
            text-align: center;
            line-height: 5rem;
            font-family: Secular One;
            font-size: 2rem;
            margin-bottom: 1rem;
        }

            .business .section-09 .box .box-inner::before {
                content: '';
                background: url('../assets/images/yellow-arrow.png') no-repeat;
                position: absolute;
                left: -40px;
                top: 0;
                width: 80px;
                height: 80px;
                z-index: 0;
            }

@media (max-width: 991.98px) {

    .business .section-01 {
        background: none;
    }

        .business .section-01 h1 {
            font-size: 3rem;
            line-height: 3rem;
        }

    .business .section-02 {
        background: none !important;
        height: auto;
    }

    .business .section-03 h1 {
        font-size: 2.2rem;
    }

    .business .section-03 .categories .circle {
        width: 27.5vh;
        height: 27.5vh;
        padding: 4vh;
    }

    .business .section-03 .categories ul img {
        width: 9vh;
        margin-bottom: 0.5vh;
    }

    .business .section-03 .categories .wrapper {
        padding: 10vh;
    }

    .business .section-03 .categories ul li {
        font-size: 1.5vh;
    }

    .business .section-03 .categories ul.animate li:nth-child(1) {
        top: 8.5vh;
        right: 2.5vh;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
    }

    .business .section-03 .categories ul.animate li:nth-child(2) {
        top: 18.5vh;
        right: -0.5vh;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
    }

    .business .section-03 .categories ul.animate li:nth-child(3) {
        top: 28.5vh;
        right: 2.5vh;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
    }

    .business .section-03 .categories ul.animate li:nth-child(4) {
        top: 36.5vh;
        right: 19vh;
        animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
    }

    .business .section-03 .categories ul.animate li:nth-child(5) {
        top: 28.5vh;
        left: 2.5vh;
        animation-delay: 2s;
        -webkit-animation-delay: 2s;
    }

    .business .section-03 .categories ul.animate li:nth-child(6) {
        top: 18.5vh;
        left: -0.5vh;
        animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }

    .business .section-03 .categories ul.animate li:nth-child(7) {
        top: 8.5vh;
        left: 2.5vh;
        animation-delay: 3s;
        -webkit-animation-delay: 3s;
    }

    .business .section-07 .slider-nav .slick-next,
    .business .section-07 .slider-nav .slick-prev {
        z-index: 999;
        bottom: -5rem;
    }

    .business .section-07 .slider-nav .slick-next {
        right: 30%;
        left: auto;
    }

    .business .section-07 .slider-nav .slick-prev {
        left: 30%;
        right: auto;
    }

    .business .section-08 .box {
        width: 25%;
    }

    .business .section-09 .box {
        min-width: initial;
        max-width: 160px;
        text-align: center;
        margin: 0 auto 1rem auto;
    }

        .business .section-09 .box .box-inner {
            margin-bottom: 2rem;
            border-radius: 6px;
        }

            .business .section-09 .box .box-inner::before {
                content: '';
                background: url(../assets/images/yellow-arrow-m.png) no-repeat;
                position: absolute;
                left: 0;
                top: 45px;
                width: 100%;
                height: 63px;
                z-index: 0;
            }
}
/* #Customer
================================================== */
.customer .section-01 {
    background: url('../assets/images/bg-business.png') no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
}

    .customer .section-01 h1 {
        font-family: Secular One;
        font-size: 5.9rem;
        line-height: 5.5rem;
    }

.customer .section-02 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

    .customer .section-02 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

.customer .section-03 {
    position: relative;
}

    .customer .section-03 h2 {
        font-family: Secular One;
        font-size: 3.5rem;
        font-weight: 400;
    }

    .customer .section-03::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url('../assets/images/bg-side4.png');
        background-repeat: no-repeat;
        background-position: left top;
        z-index: -1;
    }

    .customer .section-03::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-image: url('../assets/images/bg-side5.png');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 21.5rem;
        z-index: -1;
    }

    .customer .section-03 .box {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
    }

        .customer .section-03 .box h2 {
            color: #1B55E3;
        }

        .customer .section-03 .box h3 {
            font-family: Secular One;
            font-size: 2rem;
            font-weight: 400;
        }

        .customer .section-03 .box ul {
            list-style-type: none;
            padding: 1rem 0;
        }

            .customer .section-03 .box ul li {
                background-image: url(../assets/images/light-anim2.png);
                background-repeat: no-repeat;
                padding-right: 2rem;
                font-weight: 700;
                line-height: 2rem;
                background-position: right center;
            }

.customer .section-04 {
    color: #001648;
    background-color: #F8FAFC;
    text-align: center;
}

    .customer .section-04 h2 {
        font-family: Secular One;
        font-size: 3.5rem;
        font-weight: 400;
    }

    .customer .section-04 h4 {
        font-family: Secular One;
        font-size: 2rem;
        font-weight: 400;
    }

    .customer .section-04 a span {
        text-decoration: underline;
    }

    .customer .section-04 .box .circle-icon {
        margin: 0 auto;
        background-color: #002476;
        margin-bottom: 1rem;
        width: 5.875rem;
        height: 5.875rem;
        line-height: 5.875rem;
    }

.customer .section-05 {
    color: #001648;
    text-align: center;
}

    .customer .section-05 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .customer .section-05 .box {
        width: 100%;
        min-width: 205px;
    }

        .customer .section-05 .box h4 {
            font-family: Secular One;
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 0;
        }

        .customer .section-05 .box .box-inner {
            position: relative;
            background-color: #FFDA16;
            height: 5rem;
            border-radius: 0px 6px 6px 0px;
            text-align: center;
            line-height: 5rem;
            font-family: Secular One;
            font-size: 2rem;
            margin-bottom: 1rem;
        }

            .customer .section-05 .box .box-inner::before {
                content: '';
                background: url('../assets/images/yellow-arrow.png') no-repeat;
                position: absolute;
                left: -40px;
                top: 0;
                width: 80px;
                height: 80px;
                z-index: 0;
            }


.customer .section-06 {
    background-color: #F8FAFC;
}

    .customer .section-06 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .customer .section-06 h4 {
        font-family: Secular One;
        font-size: 1.5rem;
        font-weight: 400;
        margin: 0;
        text-align: right;
    }

    .customer .section-06 .accordion-item {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
        margin-bottom: 25px;
        border: none;
    }

        .customer .section-06 .accordion-item a {
            text-decoration: underline;
            font-weight: 600;
        }

    .customer .section-06 .accordion-button,
    .customer .section-06 .accordion-button:focus {
        border: #fff;
        border-right: 8px solid #FFF;
        padding: 1.5rem 1.25rem;
        border-radius: 8px;
    }

        .customer .section-06 .accordion-button:not(.collapsed) {
            color: #001648;
        }

    .customer .section-06 .accordion-body {
        padding-top: 0;
    }

    .customer .section-06 .accordion-collapse,
    .customer .section-06 .accordion-button:not(.collapsed) {
        border-right: 8px solid #FFDA16;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px #fff;
        border-bottom-right-radius: 0;
    }

        .customer .section-06 .accordion-collapse.show {
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }

@media (max-width: 991.98px) {
    .customer .section-01 {
        background: none;
    }

        .customer .section-01 h1 {
            font-size: 3rem;
            line-height: 3rem;
        }

    .customer .section-02 {
        height: auto;
        background: none !important;
    }

    .customer .section-03::before,
    .customer .section-03::after {
        content: none;
    }

    .customer .section-04 h4 {
        font-size: 1.2rem
    }

    .customer .section-04 .box .circle-icon {
        width: 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
    }

        .customer .section-04 .box .circle-icon img {
            width: 50%;
        }

    .customer .section-05 .box {
        min-width: initial;
        max-width: 160px;
        text-align: center;
        margin: 0 auto 1rem auto;
    }

        .customer .section-05 .box .box-inner {
            margin-bottom: 2rem;
            border-radius: 6px;
        }

            .customer .section-05 .box .box-inner::before {
                content: '';
                background: url(../assets/images/yellow-arrow-m.png) no-repeat;
                position: absolute;
                left: 0;
                top: 45px;
                width: 100%;
                height: 63px;
                z-index: 0;
            }

    .customer .section-06 h4 {
        font-size: 1.2rem
    }

    .customer .section-06 .accordion-button::after {
        margin-right: 1rem !important;
    }
}
/* #Electricity
================================================== */
.electricity .section-01 h1 {
    font-family: Secular One;
    font-size: 5.9rem;
    line-height: 5.5rem;
}

.electricity .section-02 {
    background-color: #F8FAFC;
}

    .electricity .section-02 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .electricity .section-02 h4 {
        font-family: Secular One;
        font-size: 1.5rem;
        font-weight: 400;
    }

    .electricity .section-02 .logo-text {
        align-items: center;
        display: flex;
        font-size: 0.75rem;
        line-height: 0.85rem;
        font-weight: 600;
        direction: ltr;
    }

        .electricity .section-02 .logo-text img {
            margin-right: 0.7rem;
        }

.electricity .nav {
    padding: 8px;
    justify-content: space-between;
    border-radius: 40px;
    background: #001648;
}

    .electricity .nav.nav-pills .nav-link {
        height: 3.5rem;
        color: #ffff;
        font-weight: 700;
    }

        .electricity .nav.nav-pills .nav-link img {
            display: none;
        }

        .electricity .nav.nav-pills .nav-link.active {
            color: #001648;
            border-radius: 2rem;
            background: var(--Yellow-Gradiant, radial-gradient(121.14% 121.14% at -5.64% 85.62%, #FFDC09 0%, #FFD017 54%, #FFB617 100%));
        }

            .electricity .nav.nav-pills .nav-link.active img {
                display: inline;
                margin-left: 0.5rem;
            }

@media (max-width: 991.98px) {
    .electricity .section-01 h1 {
        font-size: 3rem;
        line-height: 3rem;
    }
}

/* #Environment
================================================== */
.environment .section-01 {
    background: url('../assets/images/bg-business.png') no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
}

    .environment .section-01 h1 {
        font-family: Secular One;
        font-size: 5.9rem;
        line-height: 5.5rem;
    }

.environment .section-02 {
    background-repeat: no-repeat;
    background-size: cover;
}

    .environment .section-02 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

.environment .section-03 h2 {
    font-family: Secular One;
    font-size: 3rem;
    font-weight: 400;
}

.environment .section-04 {
    background-repeat: no-repeat;
    background-size: cover;
}

    .environment .section-04 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

.environment .section-05 h2 {
    font-family: Secular One;
    font-size: 3rem;
    font-weight: 400;
}

.environment .section-06 {
    margin-bottom: 10rem;
}

    .environment .section-06 .slider-nav .slick-next,
    .environment .section-06 .slider-nav .slick-prev {
        width: auto;
        height: auto;
        top: auto;
        z-index: 999;
        bottom: -7.5rem;
    }

    .environment .section-06 .slider-nav .slick-next {
        right: 10.5rem;
        left: auto;
    }

    .environment .section-06 .slider-nav .slick-prev {
        right: 15rem;
        left: auto;
    }

@media (max-width: 991.98px) {
    .environment .section-01 {
        background: none;
    }

        .environment .section-01 h1 {
            font-size: 3rem;
            line-height: 3rem;
        }

    .environment .section-03 img {
        width: 70%;
    }

    .environment .section-02,
    .environment .section-04 {
        background: none !important;
    }

    .environment .section-06 .slider-nav .slick-next {
        right: 30%;
        left: auto;
    }

    .environment .section-06 .slider-nav .slick-prev {
        left: 30%;
        right: auto;
    }
}
/* #Faq
================================================== */
.faq .section-01 h1 {
    font-family: Secular One;
    font-size: 5.9rem;
    line-height: 5.5rem;
}

.faq .section-02 {
    position: relative;
}

    .faq .section-02::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 30%;
        height: 100%;
        background-image: url('../assets/images/bg-side4.png');
        background-repeat: no-repeat;
        background-position: left top;
        background-color: #F8FAFC;
        z-index: 0;
    }

    .faq .section-02::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-image: url('../assets/images/bg-side5.png');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 21.5rem;
        background-color: #F8FAFC;
        z-index: -1;
    }

    .faq .section-02 h4 {
        font-family: Secular One;
        font-size: 1.5rem;
        font-weight: 400;
        margin: 0;
        text-align: right;
    }

    .faq .section-02 .accordion-item {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
        margin-bottom: 25px;
        border: none;
    }

        .faq .section-02 .accordion-item a {
            text-decoration: underline;
            font-weight: 600;
        }

    .faq .section-02 .accordion-button,
    .faq .section-02 .accordion-button:focus {
        border: #fff;
        border-right: 8px solid #FFF;
        padding: 1.5rem 1.25rem;
        border-radius: 8px;
    }

        .faq .section-02 .accordion-button:not(.collapsed) {
            color: #001648;
        }

    .faq .section-02 .accordion-body {
        padding-top: 0;
    }

    .faq .section-02 .accordion-collapse,
    .faq .section-02 .accordion-button:not(.collapsed) {
        border-right: 8px solid #FFDA16;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px #fff;
        border-bottom-right-radius: 0;
    }

        .faq .section-02 .accordion-collapse.show {
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }

.faq .section-03 {
    background-image: url('../assets/images/bg-contact.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 25rem;
}

    .faq .section-03 h2 {
        font-family: Secular One;
        font-size: 3.5rem;
        font-weight: 400;
    }

@media (max-width: 991.98px) {
    .faq .section-01 h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .faq .section-02 {
        background-color: #F8FAFC;
    }

        .faq .section-02::before,
        .faq .section-02::after {
            content: none;
        }

        .faq .section-02 h4 {
            font-size: 1.2rem;
        }

        .faq .section-02 .accordion-button::after {
            margin-right: 1rem !important;
        }

    .faq .section-03 {
        background: none;
    }
}
/* #Contact
================================================== */
.contact .section-01 h1 {
    font-family: Secular One;
    font-size: 5.9rem;
    line-height: 5.5rem;
}

.contact .section-02 {
    background-image: url('../assets/images/bg-contact.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #F8FAFC;
    background-size: 15rem;
}

    .contact .section-02 h2 {
        font-family: Secular One;
        font-size: 2rem;
        font-weight: 400;
    }

    .contact .section-02 .box {
        margin-bottom: 1rem;
    }

        .contact .section-02 .box .circle-icon {
            background-color: #002476;
            margin-left: 1rem;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.25rem;
        }

        .contact .section-02 .box p {
            margin-bottom: 0;
        }

@media (max-width: 991.98px) {
    .contact .section-01 h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .contact .section-02 {
        background: none;
        background-color: #F8FAFC;
    }
}
/* #Article
================================================== */
.article .section-01 .header {
    text-align: center;
    font-weight: 700;
    padding: 2rem 3rem;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
    margin-top: -5rem;
}

    .article .section-01 .header h1 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }


.article .section-02 .body {
    font-size: 1.2rem;
}

.article .section-02 .footer {
    padding: 2rem 0;
}

    .article .section-02 .footer hr {
        border-top: 1px solid #001648;
        opacity: 1;
    }

.article .section-03 {
    background-color: #F8FAFC;
}

    .article .section-03 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .article .section-03 h4 {
        font-family: Secular One;
        font-size: 1.5rem;
        font-weight: 400;
        margin-top: 1rem;
        margin-bottom: 0;
    }

@media (max-width: 991.98px) {
    .article .section-01 .header {
        margin-top: 1rem;
    }
        .article .section-01 .header h1 {
            font-family: Secular One;
            font-size: 2.5rem;
            font-weight: 400;
        }
}

/* #Articles
================================================== */
.articles .section-01 {
    background: url('../assets/images/bg-business.png') no-repeat;
    background-position: left bottom;
    background-repeat: no-repeat;
}

    .articles .section-01 h1 {
        font-family: Secular One;
        font-size: 5.9rem;
        line-height: 5.5rem;
    }

.articles .section-02 {
    background-color: #F8FAFC;
}

    .articles .section-02 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .articles .section-02 h4 {
        font-family: Secular One;
        font-size: 1.5rem;
        font-weight: 400;
        margin-top: 1rem;
        margin-bottom: 0;
    }

/* #Investors
================================================== */
.investors .section-01 .header h2 {
    font-family: Secular One;
    font-size: 3rem;
    font-weight: 400;
}

.investors .section-02 .box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
}

    .investors .section-02 .box h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .investors .section-02 .box ul {
        padding: 0;
    }

        .investors .section-02 .box ul li {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }

            .investors .section-02 .box ul li p {
                margin: 0;
            }

            .investors .section-02 .box ul li span {
                font-family: 'Agdasima';
                font-size: 1.5rem;
                font-weight: 700;
                line-height: 1;
                display: block;
            }

            .investors .section-02 .box ul li:before {
                content: '';
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                margin-left: 1rem;
            }

            .investors .section-02 .box ul li:nth-child(1):before {
                background-color: #002476;
            }

            .investors .section-02 .box ul li:nth-child(2):before {
                background-color: #1B55E3;
            }

            .investors .section-02 .box ul li:nth-child(3):before {
                background-color: #8CACFC;
            }

            .investors .section-02 .box ul li:nth-child(4):before {
                background-color: #BCCFFE;
            }

.investors .section-03 .footer {
    padding: 2rem 0;
}

    .investors .section-03 .footer a {
        text-decoration: underline;
        font-weight: 600;
        font-size: 1.2rem;
    }


.investors .section-04 {
    background-color: #F8FAFC;
}

    .investors .section-04 h2 {
        font-family: Secular One;
        font-size: 3rem;
        font-weight: 400;
    }

    .investors .section-04 .box {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
        height: 100%;
    }

        .investors .section-04 .box h3 {
            color: #1B55E3;
            font-family: Secular One;
            font-size: 2rem;
            font-weight: 400;
        }

        .investors .section-04 .box .circle-icon {
            background-color: #002476;
            margin-bottom: 1rem;
            width: 5.875rem;
            height: 5.875rem;
            line-height: 5.875rem;
        }

        .investors .section-04 .box ul {
            padding: 1rem;
        }

            .investors .section-04 .box ul li {
                margin: 0.2rem 0;
            }

                .investors .section-04 .box ul li a {
                    text-decoration: underline;
                }

@media (max-width: 991.98px) {
    .investors .section-04 .box .circle-icon {
        width: 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
        margin-bottom: 2rem;
    }

        .investors .section-04 .box .circle-icon img {
            width: 50%;
        }
}

/* #Join
================================================== */
.join .section-01 {
    position: relative;
}

    .join .section-01 h1 {
        font-family: Secular One;
        font-size: 3.5rem;
        font-weight: 400;
    }

    .join .section-01::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url('../assets/images/bg-side7.png');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-color: #F8FAFC;
        z-index: -1;
    }

    .join .section-01::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-image: url('../assets/images/bg-side6.png');
        background-repeat: no-repeat;
        background-position: right top;
        z-index: -1;
    }

    .join .section-01 .box {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 161, 0.08);
    }

        .join .section-01 .box .circle-icon {
            background-color: #002476;
            margin: 0 auto 1rem auto;
            width: 5.875rem;
            height: 5.875rem;
            line-height: 5.875rem;
        }

        .join .section-01 .box h2 {
            color: #1B55E3;
        }

        .join .section-01 .box h3 {
            font-family: Secular One;
            font-size: 2rem;
            font-weight: 400;
        }

        .join .section-01 .box ul {
            text-align: right;
            list-style-type: none;
            padding: 1rem 0;
        }

            .join .section-01 .box ul li {
                background-image: url(../assets/images/light-anim2.png);
                background-repeat: no-repeat;
                padding-right: 2rem;
                font-weight: 700;
                line-height: 2rem;
                background-position: right center;
            }

/* #Footer
================================================== */
footer {
    background: #001648;
    color: #fff;
    font-size: 0.9rem;
}

    footer a,
    footer a:visited {
        color: #fff;
    }

    footer h4 {
        font-weight: 700;
        font-size: 1rem;
        color: #FFDA16;
    }

    footer ul {
        list-style: none;
        padding: 0;
    }

        footer ul li {
            margin: 0.5rem 0;
        }

    footer .box a {
        text-decoration: underline;
    }

@media (max-width: 991.98px) {
    footer .footer-logo {
        width: 30%;
    }
}
