@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,500');


.landing {
    width: 100%;
    /*min-width: 1440px;*/
    padding: 0 0 80px 0;
    position: relative;
    overflow: hidden;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(255, 255, 255, 1.0);
}

.main_landing {
    background: rgba(0, 174, 239, 1.0)
}

a {
    text-decoration: none;
}

div {
    -webkit-text-size-adjust: none;
}

.anima-full-width-a {
    width: 100%;
}

.anima-full-height-a {
    height: 100%;
}

div {
    -webkit-text-size-adjust: none;
}




.landing .pills img {
    width: 80%
}

.landing .pills {
    position: absolute;
    right: 0;
    text-align: right;
    top: 15%;
}

.landing .learnmore {
    background-color: rgba(255,255,255,0.0);
    top: 560px;
    height: 45px;
    width: 351px;
    position: absolute;
    margin: 0;
    left: 545px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 19.0px;
}

.landing .button {
    /*background-color: rgba(255,255,255,0.0);*/
    top: 506px;
    height: 50px;
    /*width: 349px;*/
    position: absolute;
    margin: 0;
    left: 546px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.top-title {
    padding: 20px;
    color: white;
    font-size: 16px;
}

.ladning_logo {
    text-align: center;
    padding: 40px 0 40px 0
}

.landing .button .rectangle {
    border-style: solid;
    border-width: 3px;
    border-color: rgba(255, 255, 255, 1.0);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.landing .button .ud835udc7blabel {
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 16.0px;
}

.button a:hover {
    background-color: transparent !important;
}

.sign_btn_block {
    text-align: center;
    margin: 20px 0
}

.singn_up_btn {
    border: #fff solid 3px;
    display: inline-block;
    padding: 12px 30px;
}

.main_landing {
    position: relative
}

.landing .healine {
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 62.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    line-height: 72.0px;
    margin-bottom: 30px;
}

.landing .whitelogo400w {
    margin: 0;
}

.landing {
    background: #00aeef
}

    .landing .wenoonlineiscerti2 {
        font-family: "Roboto", Helvetica, Arial, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16.0px;
        color: rgba(255, 255, 255, 1.0);
        text-align: center;
        letter-spacing: 0.46px;
        line-height: 21.0px;
        text-align: center;
        width: 40%;
        margin: 5% auto 0 auto
    }

    .landing .wenoonlineiscerti {
        font-family: "Roboto", Helvetica, Arial, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16.0px;
        color: rgba(255, 255, 255, 1.0);
        text-align: center;
        letter-spacing: 0.46px;
        line-height: 21.0px;
        text-align: center;
    }
/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
    opacity: 0;
    display: block;
    -webkit-animation: anima-reveal 0.3s ease-in-out 1 normal forwards;
    -moz-animation: anima-reveal 0.3s ease-in 1 normal forwards;
    -o-animation: anima-reveal 0.3s ease-in-out 1 normal forwards;
    animation: anima-reveal 0.3s ease-in-out 1 normal forwards;
}

.anima-animate-disappear {
    opacity: 1;
    display: block;
    -webkit-animation: anima-reveal 0.3s ease-in-out 1 reverse forwards;
    -moz-animation: anima-reveal 0.3s ease-in 1 normal forwards;
    -o-animation: anima-reveal 0.3s ease-in-out 1 reverse forwards;
    animation: anima-reveal 0.3s ease-in-out 1 reverse forwards;
}

.anima-animate-nodelay {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes anima-reveal {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

@-moz-keyframes anima-reveal {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

@-o-keyframes anima-reveal {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

@keyframes anima-reveal {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.anima-valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media screen and (max-width: 800px) {
    .landing .pills {
        display: none !important
    }

    .landing .wenoonlineiscerti2 {
        width: 90%
    }
}
