﻿#landing_top {
    width: 100%;
    font-family: SFProDisplayRegular;
    background: #F1F6F7;
    background: linear-gradient(180deg,rgba(241, 246, 247, 1) 0%, rgba(224, 233, 237, 1) 100%);
}

#landing_top_bg {
    background-image: url('/pages/landing/background.png');
    height: 900px;
    min-width: 1366px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -163px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

#landing_top_texts {
    width: 56%;
    padding-top: 321px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 140px;
}


#landing_mainContainer {
    background: #F1F6F7;
    background: linear-gradient(180deg,rgba(241, 246, 247, 1) 0%, rgba(224, 233, 237, 1) 100%);
}


#landing_top_p1 {
    font-size: 52px;
    width: 664px;
    line-height: 52px;
    margin-bottom: 0;
}

#landing_top_p2 {
    font-size: 52px;
    width: 664px;
    line-height: 52px;
    color: #355CBE;
    font-family: SFProDisplaySemibold;
    margin-bottom: 0;
}

#landing_top_p3 {
    font-size: 24px;
    width: 664px;
    line-height: 29px;
    margin-bottom: 0;
    color: #676B6E;
    margin-top: 60px;
}

#landing_mid {
    width: 100%;
    font-family: SFProDisplayRegular;
    background-color: white;
    display: flex;
    justify-content:center;
}

#landing_mid_features {
    width: 100%;
    max-width: 1641px;
    display: flex;
    margin-top: 140px;
    margin-bottom: 140px;
}

.iwocr-feature-container {
    width: 354px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
}

.iwocr-feature-name {
    font-size: 22px;
    font-family: SFProDisplaySemibold;
    margin-top: 52px;
}

.iwocr-feature-description {
    font-size: 16px;
    line-height: 22.4px;
    color: #7E8394;
}

#landing_bottom {
    background-color: #26408D;
    display: flex;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 140px;
}

#landing_bottom_content {
    display:flex;
}

#landing_bottom_col1{
    width: 500px;
    margin-right: 140px;
}

#landing_bottom_col2 {
    width: 697px;
}


#landing_bottom_col1_text {
    font-family: SFProDisplaySemiboldItalic;
    font-size: 24px;
    color: white;
    margin-top: 36px;
}

#landing_bottom_col2_title {
    font-size: 50px;
    font-family: SFProDisplaySemibold;
    color: white;
    margin-bottom: 50px;
    line-height: 50px;
}

#landing_bottom_col2_desc {
    font-family: SFProDisplayRegular;
    opacity: 0.5;
    color: white;
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 50px;
    width: 693px;
}

.iwocr-who-for-point-text-container{
    display: flex;
    margin-bottom: 24px;
}

.iwocr-who-for-point-text {
    color: white;
    font-size: 18px;
    margin-left: 14px;
    font-family: SFProDisplayRegular;
    line-height: 21.6px;
    margin-bottom: 0;
}

.iwocr-who-for-point-img{
    object-fit:contain;
}

.iwocr-who-for-point-text-bold {
    font-family: SFProDisplaySemibold;
}

@media (max-width: 1365px) {
    .navbar-iwocr {
        margin: 40px 20px;
    }

    #nav-logo {
        height: 30px;
    }

    #landing_top {
        font-family: SFProDisplayRegular;
        background: #F1F6F7;
        background: linear-gradient(180deg,rgba(241, 246, 247, 1) 0%, rgba(224, 233, 237, 1) 100%);
    }

    #landing_top_bg {
        background-image: url('/pages/landing/background_portrait.png');
        height: 1020px;
        margin-top: -123px;
        min-width: auto;
    }

    #landing_top_texts {
        padding-top: 116px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 0;
        width: auto;
    }

    #landing_mid_features {
        width: 100%;
        max-width: 750px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    #landing_bottom {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #landing_bottom_col1 {
        width: 400px;
        margin-right: 40px;
    }

    #landing_bottom_col1 img{
        width: 400px;
    }

    #landing_bottom_col2 {
        width: 350px;
    }

    #landing_bottom_col2_title {
        font-size: 40px;
        margin-bottom: 40px;
        line-height: 40px;
    }

    #landing_bottom_col2_desc {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px;
        width: 450px;
    }
}

@media (max-width: 1000px){
    #landing_bottom_content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #landing_bottom_col1 {
        margin: auto;
        margin-right: auto;
    }

    #landing_bottom_col1_text {
        font-size: 18px;
        margin-top: 36px;
    }

    #landing_bottom_col2 {
        max-width: 350px;
        width: 90%;
    }

    #landing_bottom_col2_title {
        font-size: 34px;
        margin-bottom: 24px;
        line-height: 34px;
    }

    #landing_bottom_col2_desc {
        font-size: 18px;
        line-height: 31.6px;
        margin-bottom: 24px;
        max-width: 450px;
        width: 90%;
    }
}

@media (max-width: 750px){
    #landing_mid_features {
        width: 100%;
        max-width: 400px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .iwocr-feature-container {
        width: 160px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .iwocr-feature-name {
        font-size: 16px;
        font-family: SFProDisplaySemibold;
        margin-top: 22px;
        max-width: 130px;
    }

    .iwocr-feature-description {
        font-size: 14px;
        line-height: 16.8px;
        color: #7E8394;
        width: 90% !important;
    }
}

@media (max-width: 700px) {
    #landing_top_p1 {
        font-size: 36px;
        width: 90%;
        line-height: 36px;
    }

    #landing_top_p2 {
        font-size: 36px;
        width: 90%;
        line-height: 36px;
    }

    #landing_top_p3 {
        font-size: 18px;
        width: 90%;
        line-height: 21.6px;
        color: #676B6E;
        margin-top: 40px;
    }
}