.banner-wrapper{
    background-image: url("../images/home/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text {
    margin-top: 130px;
    text-align: center;
    color: #fff;
}
.banner-text h1 {
    font-size: 40px;
    font-weight: 700;
}
.banner-text h2 {
    font-size: 24px;
    font-weight: 700;    
    color:#fff;
    line-height: 160%; /* 38.4px */
    margin: 15px 0;
}
.banner-text p {
    margin-bottom: 44px;
    font-size: 20px;
    font-weight: 500; 
}
.banner-text .cta {
    margin-bottom: 195px;
}

/* New JOiner */
.nj-box {
    margin: 15px 0;
    display: flex;
    align-items: center;
}
.nj-box h6 {
    margin-left: 13px;
    margin-right: 25px;
}

/* Principles */
.principles-wrapper {
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
    padding-top: 181px;
}
.section-heading h4{
    color: #04B5FF;
    font-size: 40px;
    font-weight: 600;
    align-items: baseline;
    margin-bottom: 39px;
}
.section-heading p{
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}
.section-heading span {
    display: inline-block;
    width: 90px;
    height: 2px;
    background-color: #04B5FF;
    margin-left: 30px;
}
.p-left{
    max-width: 500px;
    width: 100%;
}
.p-left h2 {
    color: #04B5FF;
    font-size: 40px;
    font-weight: 600;
    margin: 25px 0 39px 0;
}
.p-right{
    position: relative;
}
.pr-2{
    position: absolute;
    top: -55px;
    left: -55px;
    display: flex;
    border-radius: 0 40px;
    width: 213px;
    max-width: 100%;
    height: 148px;
}
.pr-3{
    position: absolute;
    bottom: -60px;
    right: -26px;
    display: flex;
    border-radius: 0 40px;
    width: 213px;
    max-width: 100%;
    height: 148px;
}
.pl-widgets {
    margin-bottom: 32px;
}
.pl-widgets h3{
    color: #3B3A41;
    font-size: 30px;
    font-weight: 700;
    margin-left: 30px;
}
.pl-widgets p{
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    margin-top: 20px;
}

/* Facts Section */
.facts-section h2 {
    color: #04B5FF;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
}
.facts-stats-wrapper {
    margin-bottom: 104px;
}
.fs-box{
    text-align: center;
}
.fs-box h3 {
    margin-top: 32px;
    margin-bottom: 6px;
    color: #26242E;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}
.fs-box h4 {
    color: #3B3A41;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.fs-divider{
    display: inline-block;
    width: 2px;
    height: 120px;
    /* margin: 0 120px; */
    background: #3B3A41;
}

/* Get into Touch */
.touch-wrapper{
    padding-top: 100px;
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
}
.touch-left{
    width: 50%;
    flex-shrink: 0;
    max-width: 410px;
}
.touch-left h2{
    color: #04B5FF;
    font-size: 40px;
    font-weight: 600;
}
.touch-left p{
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    margin: 40px 0;
}
.touch-right{
    width: 50%;
}
.touch-right img {
    max-width: 100%;
}
.ts-even .touch-left{
    order: 2;
}
.touch-section{
    padding-bottom: 107px;
}

.facts-wrapper {
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
}

/* VIDEO WRAPPER */
.video-wrapper{
    padding-bottom: 20px;
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
}
.video-wrapper iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

@media (max-width:1199px) {
    .p-left{
        width: 50%;
    }
    .p-right{
        width: 45%;
    }
    .p-right > div:first-child {
        width: 90%;
        margin: auto;
    }
    .p-right > div:first-child img {
        max-width: 100%;
    }
}

@media (max-width:991px) {
    .banner-text{
        margin-top: 100px;
    }
    .banner-text .cta{
        margin-bottom: 100px;
    }

    .principles-wrapper{
        padding-top: 100px;
    }
    .principles-section{
        flex-direction: column;
        align-items: center;
    }
    .p-left{
        margin-top: 50px;
        margin-bottom: 50px;
        order: 2;
        max-width: none;
        width: auto;
    }
    .p-right{
        width: auto;
    }
    .p-right > div:first-child {
        width: 100%;
        margin: auto;
    }
    .p-right > div:first-child img{
        max-width: 100%;
    }
    .p-right > div:nth-child(2),
    .p-right > div:nth-child(3) {
        display: none;
    }

    .facts-stats-wrapper {
        padding-left: 0;
        justify-content: space-around;
    }
    .facts-stats-wrapper > span{
        display: none;
    }

    .touch-wrapper{
        padding-bottom: 0;
    }
    .touch-section{
        flex-direction: column;
    }
    .touch-left{
        order: 2;
    }
    .touch-right{
        text-align: center;
        width: 75%;
        margin: 0 auto 50px;
    }

    .touch-left{
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .banner-text h2{
        font-size: 25px;
    }

    .section-heading{
        font-size: 18px;
    }
    .p-left h2{
        font-size: 30px;
    }
    .p-left p{
        font-size: 16px;
    }

    .facts-section h2{
        font-size: 30px;
    }

    .fs-box h3{
        font-size: 35px;
        margin-top: 0;
    }
    .fs-box h4{
        font-size: 16px;
    }
    .facts-stats-wrapper{
        margin-bottom: 50px;
    }

    .touch-left h2,
    .touch-left h3{
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .facts-stats-wrapper {
        flex-wrap: wrap;
    }
    .fs-box{
        margin-bottom: 55px;
        width: 50%;
    }
    .touch-right{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .fs-box{
        width: 100%;
    }
}