@media screen and (max-width: 990px) {
    .webLogo{
      height: 12vw;  
    }
    .webFrame {
        padding-left: 0;
        padding-right: 0;
    }
 
    .webTopBarMenu {
        font-family: 'Roboto';
        border-width: 0px;
        width: 100%;

        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;

    }

    .webTopBarMenu div {
        font-size: 3.8vw;
        text-align: center;
        width: 31vw;
        height: 6vw;
        line-height: 6vw;
        margin-top: 1.5vw;
        margin-bottom: 1.5vw;
        border-radius: 1vw;
        background-color: #ecf4ff;
        color: #312069;
    }



    .webTopBarMenu div a {
        text-decoration: none;
        color: #07097b;
    }

    .webTopBarMenu div a:hover {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: rgb(255, 255, 255)
    }

    .gcIndexBarTitle {
        width: 100%;
        font-family: 'Roboto';
        font-size: 3vh;
        line-height: 5vh;
        text-align: center;
    }

    .gcIndexBarText {
        width: 100%;
        font-family: 'Roboto';
        font-size: 2.5vw;
        line-height: 3vh;
    }

    .webICP {
        font-family: 'Roboto';
        font-size: 2.5vw;
        color: #FFFFFF;
        text-decoration: underline;
    }
 
    .webBottomTextBar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        display: flex;
        font-size: 2.5vw;
        height: 150px;
        font-family: 'Roboto';
        color: #FFFFFF;
    }
    .webBottomTextBar div {
        line-height: 30px;
    }
    

}

@media screen and (min-width: 990px) {
    .webFrame {
        padding-left: 13vw;
        padding-right: 13vw;
    }


    .webTopBarMenu {
        font-family: 'Roboto';
        font-size: 1.2vw;
        border-width: 0px;
        height: 3vw;
        line-height: 3vw;
        width: 100%;
        /* background: rgb(247, 247, 247); */
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }


    .webTopBarMenu div a {
        text-decoration: none;
        color: rgb(255, 255, 255);
    }

    .webTopBarMenu div a:hover {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: rgb(255, 255, 255)
    }

    .gcIndexBarTitle {
        width: 100%;
        font-family: 'Roboto';
        font-size: 28px;
        line-height: 39px;
        text-align: center;
    }

    .gcIndexBarText {
        width: 100%;
        font-family: 'Roboto';
        font-size: 18px;
        line-height: 26px;
    }

    .webICP {
        font-family: 'Roboto';
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: underline;
    }


    .webBottomTextBar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        display: flex;
        font-size: 14px;
        height: 150px;
        font-family: 'Roboto';
        color: #FFFFFF;
    }
    .webBottomTextBar div {
        line-height: 30px;
    }
    
}
 

.webTopBanner {
    border-width: 0px; 
    width: 100%; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.indexBanner { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
}

body {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    font-size: 0px;
    background-color: rgb(248, 247, 247);
}