body{
    font-family: Segoe UI, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #424242;
}

h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #3C3C3B;
    margin-bottom: 40px;
}

    h1 span, strong{
        color: #11ADE4;
    }

h2{
    font-size: 34px;
    font-weight: 600;
    line-height: 46px;
    color: #025883;
    margin-bottom: 30px;
    text-align: center;
}

p{
    margin-bottom: 25px;
}

a{
    transition: all 0.5s ease-in-out;
}

i.far, i.fas{
    vertical-align: middle;
}

b, strong{
    font-weight: 600;
}

.btn{
    background-color: #025883;
    border: 3px solid #11ADE4;
    color: #fff;
    font-weight: 600;
    padding:  10px 40px;
    border-radius: 40px;
}

    .btn i{
        color: #11ADE4;
        margin-right: 10px;
        transition: color 0.5s ease-in-out;
    }

.btn:hover{
    background-color: #0081C2;
    border-color: #4DC1FF;
    color: #fff;
}

    .btn:hover i{
        color: #4DC1FF;
    }

/*Viewport animation*/
[data-inviewport]{transition: 2s ease; opacity: 0;}
[data-inviewport].is-inViewport{opacity: 1;}
[data-inviewport="slide-left"] {transform: translate(5vw, 0);}
[data-inviewport="slide-up"] {transform: translate(0, 10vh);}
[data-inviewport*="slide-"].is-inViewport {transition: 1s ease;}
[data-inviewport*="slide-"].is-inViewport {transform: translate(0, 0);}

#page_header{
    padding: 50px 0 30px;
    position: absolute;
    top: 0;
    width: 100%;
}

    #page_header img{
        height: 80px;
    }

#content > section{
    padding: 50px 0 80px;
}

#banner{
    background: url(../img/banner3.jpg) no-repeat 0% 10%;
    padding-top: 210px!important;
}

    #banner .btn{
        margin-top: 20px;
        font-size: 24px;
    }

#summary{
    padding: 100px 0 !important;
    font-size: 24px;
    background: linear-gradient(45deg, rgba(17,173,228,1) 0%, rgba(17,173,228,1) 10%, rgba(7,114,161,1) 10.01%, rgba(7,114,161,1) 93%, rgba(2,88,131,1) 93.01%, rgba(2,88,131,1) 100%);
}

    #summary strong{
        white-space: nowrap;
    }


    #summary hr{
        display: block;
        border-top: 6px solid #11ade4;
        opacity: 1;
        width: 50%;
        margin: 35px auto 0;
    }

#global{
    background: url(/assets/landing/sohi-2022/img/global_bg.svg) center no-repeat;
    background-attachment: fixed;
}

    #global .trend-item{
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        padding: 45px 55px 25px;
        margin: 20px 0;
        position: relative;
    }

        #global .trend-item h4{
            font-size: 20px;
            font-weight: normal;
            color: #025883;
            text-align: center;
            margin-bottom: 15px;
            padding: 0 10px;
        }

        #global .trend-item p{
            max-height: 0;
            font-size: 18px;
            text-align: center;
            transition: all 0.5s;
            overflow: hidden;
            margin-bottom: 0;
        }

        #global .trend-item:hover p{
            max-height: 200px;
            border-top: 1px solid #424242;
            padding-top: 15px;
            margin-bottom: 10px;
        }

        #global .trend-item .logo{
            height: 165px;
            margin-bottom: 15px;
        }

        #global .trend-item.equity .logo{
            background: url(/assets/landing/sohi-2022/img/trend_equity.svg) bottom center no-repeat;
        }

        #global .trend-item.currency .logo{
            background: url(/assets/landing/sohi-2022/img/trend_currency.svg) bottom center no-repeat;
        }

        #global .trend-item.growth .logo{
            background: url(/assets/landing/sohi-2022/img/trend_growth.svg) bottom center no-repeat;
        }

        #global .trend-item .show_more{
            border-radius: 100%;
            padding: 10px;
            box-shadow: 0px 3px 6px #00000029;
            background-color: #fff;
            position: absolute;
            left: calc(50% - 22.5px);
            bottom: -22.5px;
            cursor: pointer;
            color: #11ADE4;
            transition: all 0.5s;
        }

        #global .trend-item:hover .show_more{
            box-shadow: 0px -3px 6px #00000029;
            transform: rotate(180deg);
        }

#credit{
    background: url(/assets/landing/sohi-2022/img/credit_bg.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    #credit .person{
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        margin: 20px 0;
        position: relative;
        overflow: hidden;
        font-size: 16px;
        text-align: center;
        height: calc(100% - 40px);
        background-color: #fff;
    }

        #credit .person div{
            padding: 15px;
        }

        #credit .person h4{
            color: #025883;
        }

        #credit .person img{
            width: 100%;
        }

        #credit .person strong{
            font-size: 1.2rem;
            line-height: 1.5;
        }

#question{
    background: #D6F1FF url(/assets/landing/sohi-2022/img/question_bg.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    #question .question-item{
        background-color: #025883;
        color: #fff;
        border-radius: 26px;
        padding:  30px 40px;
        position: relative;
        cursor: help;
        margin-bottom: 20px;
    }

    #question .question-item:after{
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        display: block;
        position: absolute;
        top: 20px;
        right: 50px;
        font-weight: 700;
        font-size: 36px;
        transition: all 0.5s;
    }

    #question .question-item .question{
        font-weight: 600;
        padding-right: 50px;
    }

    #question .question-item .answer{
        max-height: 0;
        transition: all 0.5s;
        overflow: hidden;
    }

    #question .question-item:hover .answer{
        max-height: 100px;
        padding: 25px 0 5px;
    }

    #question .question-item:hover:after{
        transform: rotate(180deg);
    }

#learn{
    background: url(/assets/landing/sohi-2022/img/learn_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    #learn ul{
        margin: 0;
        list-style: none;
    }

        #learn ul li{
            position: relative;
            margin-bottom: 10px;
        }

        #learn ul li:before{
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            display: block;
            position: absolute;
            left: -30px;
            top: 2px;
            color: #11ADE4;
        }

#form{
    overflow: hidden;
    padding: 0!important;
}

    #form img{
        width: 100%;
    }

    #form .bg, #form .form{
        position: relative;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    #form .bg:before{
        content: "";
        display: block;
        width: 50vw;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/form_bg.jpg) no-repeat top center;
        background-size: cover;
    }

    #form .form:before{
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #11ADE4;
        z-index: -1;
    }

        #form .form h2{
            font-size: 32px;
            font-weight: 700;
            line-height: 1.2;
            color: #fff;
            text-align: left;
        }

        #form .form .form-group{
            position: relative;
            margin-bottom: 20px;
        }

            #form .form .form-group label{
                position: absolute;
                color: #fff;
                font-size: 16px;
                left: 0;
                top: 15px;
                transition: all 0.5s;
            }

            #form .form .form-check label{
                color: #fff;
                font-size: 12px;
                line-height: 1.5;
            }

            #form .form .form-group input:not(:placeholder-shown) ~ label,
            #form .form .form-group input:hover ~ label, #form .form .form-group input:focus ~ label,
            #form .form .form-group input:focus-visible ~ label, #form .form .form-group input:active ~ label{
                top: -10px;
                font-size: 12px;
            }

            #form .form .form-group input{
                width: 100%;
                background: transparent;
                border: none;
                border-bottom: 1px solid #fff;
                padding: 10px 15px;
                border-radius: 0;
                outline: none;
                color: #025883;
            }

            /* Change the white to any color */
            input:-webkit-autofill,
            input:-webkit-autofill:hover,
            input:-webkit-autofill:focus,
            input:-webkit-autofill:active{
                transition: background-color 5000s ease-in-out 0s;
                -webkit-text-fill-color: #025883 !important;
            }

            #form .form input:focus, #form .form input:active , #form .form input:focus-visible {
                border: none;
                border-bottom: 1px solid #fff;
            }

            #form .form button{
                width: 100%;
                margin-top: 30px;
                font-size: 18px;
                padding: 15px;
            }

#resources {
    overflow: hidden;
    background: url(../img/resources_bg.svg) no-repeat left bottom, url(../img/resources_bg.svg) no-repeat right top;
}

    #resources .swiper.resources{
        overflow: unset;
    }

        #resources .swiper.resources .resources-item{
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
            border-radius: 10px;
            height: auto;
            background-color: #fff;
        }

        #resources .swiper.resources .resources-item .image{
            height: calc(50vw*0.5 + 50vh*0.5);
            max-height: 300px;
            background-color: #eee;
            position: relative;
            border-radius: 10px 10px 0 0;
        }

        #resources .swiper.resources .resources-item.report .image{
            background: url(../img/COHI2021-2022_Mockup_Cover.png) center no-repeat;
            background-size: contain;
        }

        #resources .swiper.resources .resources-item.blog .image{
            background: url(../img/blog.jpg);
            background-size: cover;
        }

        #resources .swiper.resources .resources-item.page .image{
            background: url(../img/resource.jpg);
            background-size: cover;
        }

        #resources .swiper.resources .resources-item .image h3{
            font-size: 24px;
            color: #fff;
            text-shadow: 0px 3px 10px #000000b3;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 15px;
            background-color: #00000033;
        }

        #resources .swiper.resources .resources-item h3{
            font-size: 24px;
            color: #025883;
        }

        #resources .swiper.resources .resources-item p{
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 70px;
        }

        #resources .swiper.resources .resources-item a{
            font-size: 24px;
            color: #fff;
            background-color: #11ADE4;
            border-radius: 8px;
            padding: 11px 13px 14px;
            line-height: 1;
            display: inline-block;
            position: absolute;
            right: 1rem;
            bottom: 1rem;
        }

        #resources .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
            bottom: -30px;
        }

        #resources .swiper-button-next, .swiper-rtl .swiper-button-prev{
            right: -30px;
        }

        #resources .swiper-button-prev, .swiper-rtl .swiper-button-next{
            left: -30px;
        }

#page_footer{
    background-color: #25598B;
    padding: 100px 0 50px;
    font-size: 15px;
}

    #page_footer a{
        text-decoration: none;
        color: #fff;
        position: relative;
        padding-left: 20px;
    }

    #page_footer a:hover{
        color: #11ADE4;
    }

    #page_footer a:not(:first-child):before{
        content: "|";
        position: absolute;
        left: 7px;
        top: 0;
        color: #fff;
    }

    #page_footer img{
        height: 80px;
    }

    #page_footer p{
        color: #fff;
        margin-bottom: 15px;
    }

#btns{
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1000;
}

    #btns a{
        display: block;
        font-size: 16px;
        line-height: 1;
        padding: 13px 12px;
        background-color: #11ADE4;
        box-shadow: 0 0 3px rgb(208 216 220 / 80%);
        border-radius: 2px;
        color: #fff;
        margin-top: 5px;
        cursor: pointer;
        transition: all 0.5s;
        position: relative;
    }

    #btns a:hover{
        background-color: #25598B;
    }

    #btns a .tip{
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: calc(100% + 10px);
        top: 8px;
        white-space: nowrap;
        background: #eaeaea;
        padding: 5px 15px;
        color: #25598B;
        border-radius: 6px;
        line-height: 18px;
        transition: all 0.3s ease;
    }

    #btns a .tip:after{
        content: "";
        position: absolute;
        top: 6px;
        left: 100%;
        border: 8px solid transparent;
        border-left-color: #eaeaea;
    }

    #btns a:hover .tip{
        opacity: 1;
    }