.clearfix:before,
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

body {
    margin: 0;
    padding-top: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    width: 100%;
}

body *{
    box-sizing: border-box;
}


h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

a, a:hover{
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.v-trust-page img{
    width: auto;
}

#cookies{
    background: #000000; 
    padding: 20px 0;
    border-top: 0;
}

#cookies p{
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

#cookies .btn{
    margin-top: 0;
}

#cookies a.btn-blue-cookie:hover{
    color: #ffffff;
    border: 2px solid #0689cb;
    background: #0689cb;
}

#header-v4{
    top: 0;
    left: 0;
}

#header-v4.floating{
    border-bottom: none;
}

.module {
    opacity: 0;
    transition: opacity 3000ms ease-in-out;
}

.come-in {
    transform: translateY(100px);
    animation: come-in 3000ms ease forwards;
    opacity: 1;
    transition: all 3000ms ease-in-out;
}

.come-in:nth-child(odd) {
    animation-duration: 3000ms;
    /* So they look staggered */
    transition: opacity 3000ms ease-in-out;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

/* section{
    position: relative;
    z-index: 2;
    height: 100%;
} */

.max850{
    max-width: 850px;
    margin: 0 auto;
}

.max1024 {
    max-width: 1024px;
    margin: 0 auto;
}

.max1170 {
    max-width: 1170px;
    margin: 0 auto;
}

.width50{
    width: 49.6%;
    display: inline-block;
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.btn-p{
    border-radius: 27.5px;
    border: solid 1px #0b8dcc;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 20px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-align: center;
    color: #ffffff;
}

.btn-p:hover{
    background-color: #0b8dcc;
    color: #ffffff;
}

.btn-s{
    border-radius: 27.5px;
    border: solid 1px #0b8dcc;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 20px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-align: center;
    color: #ffffff;
    background-color: #0b8dcc;
}

.btn-w{
    border-radius: 27.5px;
    border: solid 1px #ffffff;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    width: 300px;
    height: 40px;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 60px;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.hidden-xs{
    display: block;
}


.hidden-sm{
    display: none;
}

.v-trust-page{
    position: relative;
}

.gps_ring {
    border: 2px solid #0b8dcc;
    -webkit-border-radius: 30px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0;
    text-align: center;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.6, 0.6); opacity: 1;}
    50% {-webkit-transform: scale(1.2, 1.2); opacity: 0;}
    100% {-webkit-transform: scale(0.6, 0.6); opacity: 0.5;}
}


.arrow-down-circle.scrolldown{
    position: absolute;
    cursor: pointer;
    bottom: 50px;
    left: calc(50% - 18px);
    z-index: 3;
    text-align: center;
}

.arrow-down-circle i{
    font-size: 18px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 8px; 
}

.hr-line{
    width: 123px;
    height: 5px;
    margin: 0 auto;
}

.hr-line.blue{
    background-color: #0b4dcc;
}

.hr-line.white{
    background-color: #ffffff;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}


.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-control{
    background: transparent;
    color: #000000;
    top: 47%;
    left: 55px;
    border: 0;
}


.carousel-control.right{
    right: 55px;
}

.carousel-control:focus, 
.carousel-control:hover{
    color: #000000;
}


.tile1{
    padding-top: 230px;
    padding-bottom: 290px;
    background: url('https://i.l-new.inmobicdn.net/website/website/6.0.1/img/trust/top-bg.jpg') center no-repeat #fafafa;
    background-size: cover;
    z-index: 9;
    position: relative;
}

h1.page-heading{
    max-width: 400px;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 4px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}


.tile2{
    background-color: #fafafa;
    position: relative;
    padding: 100px 0;
}


.tile2 .content-wrap{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 1.8px;
    text-align: left;
    color: #212121;
    display: inline-block;
    vertical-align: middle;
}

.tile2 .slide-wrap{
    display: inline-block;
    vertical-align: middle;
}


.tile2 .carousel-inner,
.tile2 .item{
    max-width: 350px;
    height: 450px;
    margin: 0 auto;
}

.tile2 .item .card-link{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
}

.tile2 .item .card-link:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


.tile2 .item img{
    width: auto!important;
    height: 100%;
    position: absolute;
    top: 0;
    right: -113px;
    max-width: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* bottom: 0; */
    /* left: 0; */
    height: 100%!important;
    max-width: initial!important;
}


.tile2 .item .card-content{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 30px;
    padding-bottom: 45px;
    color:#ffffff;
    max-width: 200px;
    z-index: 9;
}


.tile2 .item .card-heading{
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 2.2px;
    text-align: left;
}

.tile2 .item .card-para{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1.6px;
    text-align: left;
    margin-top: 20px;
}

.tile3{
    padding: 100px 0;
}

.zig-zag{
    margin-top: 100px;
}

.tile-heading{
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #212121;
    margin-bottom: 20px;
    text-align: center;
}

.sub-heading{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-align: center;
    color: #212121;
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
    display: inline-block;
}




.tile3 h3{
    max-width: 589px;
    width: 100%;
    line-height: 1.45;
    margin: 0 auto 30px;
}

.tile3 ul li{
    margin-bottom: 100px;
}

.tile3 .content{
    text-align: center;
}

.tile3 .img-box{
    display: inline-block;
    vertical-align: middle;
    max-width: 225px;
    width: 100%;
    height: auto;
}


.tile3 .img-box img{
    width: 100%;
    height: auto;
}


.tile3 .desp{
    max-width: 453px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-align: left;
    color: #606060;
    display: inline-block;
    vertical-align: middle;
}

.tile3 ul li:nth-child(odd) .desp{
    margin-right: 88px;
}

.tile3 ul li:nth-child(even) .desp{
    margin-left: 88px;
}

.tile3 .desp .para-heading{
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.82;
    letter-spacing: 2.2px;
    text-align: left;
    color: #212121;
}


.tile3 ul.logo-list li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 70px;
    margin-bottom: 0;
    max-width: 180px;
}

.tile3 ul.logo-list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.tile3 ul.logo-list li img{
    width: 100%;
    height: auto;
    filter: grayscale(100%);
}

.tile4{
    padding: 100px 0;
    background-color: #0b4dcc;
    max-height: 950px;
    overflow: hidden;
}

.tile4 .hr-line{
    margin: 30px auto;
}

.tile4 .tile-heading{
    color: #ffffff;
}

.tile4 .sub-heading{
    color: #ffffff;
}

.tile4 ul.all-logo-list {
    position: relative;
}

.tile4 .all-logo-list li{
    display: block;
    text-align: center;
    margin-bottom: 150px;
    position: relative;
}

.tile4 .all-logo-list li img{
    width: 100%;
    height: auto;
    max-width: 200px;
    display: inline-block;
    margin-right: 70px;
    vertical-align: middle;
    position: relative;
}

.tile5 {
    padding: 100px 0;
    position: relative;
}

.tile5 .hr-line{
    margin: 30px auto;
}

.tile5 .graph-wrap {
    text-align: center;
    max-width: 850px;
    margin: 150px auto 0;
}

.tile5 .graph-wrap li{
    margin-bottom: 50px;
}

.tile5 .graph-wrap .circle{
    width: 226px;
    height: 226px;
    border-radius: 50%;
    background-color: #fafafa;
    box-shadow: 0px 10px 10px 0 rgba(9, 72, 126, 0.1);
    position: relative;
    padding: 65px 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.tile5 .graph-wrap .circle-text{
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 1.8px;
    text-align: center;
    color: #606060;
    margin-top: 20px;
}

.tile5 .graph-wrap .branch {
    position: absolute;
}

.tile5 .graph-wrap .branch.one{
    top: -40px;
    left: 0;
}

.tile5 .graph-wrap .branch.two{
    top: -144px;
    right: 0;
}

.tile5 .graph-wrap .branch.three{
    top: -40px;
    right: 0;
}

.tile5 .graph-wrap .branch.four{
    top: 70px;
    left: 0;
}

.tile5 .graph-wrap .branch.five{
    top: 70px;
    right: 0;
}



.tile5 .graph-wrap .branch .tag{
    width: 220px;
    height: 90px;
    border-radius: 45px;
    background-color: #fafafa;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 1.8px;
    text-align: center;
    color: #606060;
    margin-bottom: 30px;
    padding: 32px 4px;
    position: relative;
}


.tile6{
    background: url('https://i.l-new.inmobicdn.net/website/website/6.0.1/img/gdpr/gdpr-btm-bg.jpg') center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

.locale-zh_cn .tile6{
    background: url('https://i.l-new.inmobicdn.net/website/website/6.0.1/img/gdpr/gdpr-btm-bg.jpg') center no-repeat fixed;
    background-size: cover;
}

.tile6 .contact-txt{
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 150px;
}


.tile6 .contact-txt h2{
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}

.tile6 .tile-para{
    max-width: 830px;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 1.8px;
    text-align: left;
    color: #ffffff;
    margin: 0 auto;
}

.tile6 .sml-txt{
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.2px;
    text-align: center;
    color: #ffffff;
    margin: 250px auto 0;
}

.v-trust-page .form-wrap{
    width: 100%;
    max-width: 430px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 10px 17.3px 30px 0 rgba(12, 103, 160, 0.5);
    display: inline-block;
    vertical-align: middle;
}

.v-trust-page .hbspt-form .hs-form{
    padding-bottom: 0;
    padding: 50px 50px 35px;
}


.v-trust-page .hbspt-form .hs-form input.hs-input[type=file],
.v-trust-page .hbspt-form .hs-form input[type=text],
.v-trust-page .hbspt-form .hs-form input[type=url],
.v-trust-page .hbspt-form .hs-form input[type=search],
.v-trust-page .hbspt-form .hs-form input[type=tel],
.v-trust-page .hbspt-form .hs-form input[type=color],
.v-trust-page .hbspt-form .hs-form input[type=file],
.v-trust-page .hbspt-form .hs-form input[type=password],
.v-trust-page .hbspt-form .hs-form input[type=datetime],
.v-trust-page .hbspt-form .hs-form input[type=datetime-local],
.v-trust-page .hbspt-form .hs-form input[type=date],
.v-trust-page .hbspt-form .hs-form input[type=month],
.v-trust-page .hbspt-form .hs-form input[type=time],
.v-trust-page .hbspt-form .hs-form input[type=week],
.v-trust-page .hbspt-form .hs-form input[type=number],
.v-trust-page .hbspt-form .hs-form input[type=email],
.v-trust-page .hbspt-form .hs-form select,
.v-trust-page .hbspt-form .hs-form select.hs-input,
.v-trust-page .hbspt-form .hs-form textarea {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #bbbbbb;
    position: relative;
    border-radius: 0;
    color: #606060;
}

.v-trust-page .form-handler{
    margin: 0;
    opacity: 0;
}

.v-trust-page #hsFormHandler{
    opacity: 0;
    height: 0;
    margin: 0;
}

.v-trust-page .IN-widget{
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 0;
    position: relative;
    z-index: 10;
}

.v-trust-page .form-wrap {
    box-sizing: border-box;
}

.v-trust-page .form-wrap .input {
    position: relative;
}

.v-trust-page .form-wrap .hbspt-form .field {
    margin-bottom: 50px;
}


.v-trust-page .form-wrap .hbspt-form .hs-form-field {
    position: relative;
}

.v-trust-page .form-wrap .hbspt-form .hs-form-field label {
    font-weight: normal;
    font-size: 15px;
    color: #606060;
    position: absolute;
    left: 0;
    top:-10px;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    margin-bottom: 0;
}

.v-trust-page .form-wrap .hbspt-form .hs-form-field label span{
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.33;
    letter-spacing: 1.2px;
    text-align: left;
    color: #606060!important;
    transition: all 300ms ease-in-out;
}

.v-trust-page .form-wrap .hbspt-form .hs-form-field.focus label {
    font-size: 11px;
    top: -24px;
}

.v-trust-page .form-wrap .hbspt-form .hs-form-field.focus label span{
    font-size: 11px !important;
    color: #0b8dcc!important;

}

.v-trust-page .form-wrap .hbspt-form .hs-fieldtype-select label{
    font-size: 11px!important;
    top: -24px!important;
}

.v-trust-page .form-wrap .hbspt-form .hs-form-field.hs-fieldtype-select label span{
    font-size: 11px!important;
    color: #0b8dcc!important
}

.v-trust-page .form-wrap .hbspt-form .hs-error-msgs {
    position: relative;
    font-size: 10px;
}

.v-trust-page .form-wrap .hbspt-form .hs-error-msgs label {
    font-size: 10px !important;
    color: #e81c28;
    position: absolute;
    left: 0;
    border: 0;
    top: auto !important;
    bottom: -8px;
    text-transform: inherit;
}

.v-trust-page .form-wrap .hbspt-form .hs-button {
    box-shadow: none;
    border: none;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
    background-image: none;
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #0b8dcc;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1.4px;
    color: #ffffff;
    box-sizing: border-box;
}

img.arrowdown{
    position: absolute;
    bottom: -44px;
    left: 49%;
}

img.arrow1{
    position: absolute;
    left: -80px;
    top: 54%;
}

img.arrow2{
    position: absolute;
    right: -148px;
    top: 54%;
    width: 100%;
    max-width: 150px;
}

img.arrow3{
    position: absolute;
    top: 87%;
    right: -115px;
    width: 125px;
}

img.arrow1.arrow4{
    right: -80px;
    left: auto;
}


@media (max-width: 767px) {


    .hidden-xs{
        display: none;
    }

    .hidden-sm{
        display: block;
    }

    .width50{
        width: 100%;
    }

    .icon-wrap .icon-expand-more{
        display: none;
    }

    .v-trust-page .form-wrap .hbspt-form{
        max-width: 300px;
        padding: 0 20px;
    }
    .v-trust-page .form-wrap .hbspt-form .hs_submit{
        text-align: center;
    }


    .tile6 .contact-txt{
        display: block;
        margin: 0 auto 50px;
        padding: 0 20px;
    }

    .v-trust-page .form-wrap .hbspt-form{
        width: 100%;
        max-width: 100%;
    }
    .v-trust-page .hbspt-form .hs-form{
        padding: 20px 20px 35px;
    }

    .tile1{
        padding-top: 55%;
        padding-bottom: 190px;
    }
    .tile2{
        padding: 50px 20px;
    } 
    .tile2 .carousel-inner{
        height: auto;
    } 
    .carousel-control{
        left: -27px;
    }
    .carousel-control.right{
        right: -27px;
    }
    .tile3{
        padding: 50px 20px;
    }

    .tile-heading{
        font-size: 24px;
    }

    .tile3 ul li:nth-child(even) .desp{
        margin-left: auto;
    }
    .tile3 ul li:nth-child(odd) .desp{
        margin-right: auto;
    }

    .tile3 ul.logo-list li{
        margin-right: auto;
        margin-left: auto;
    }

    .tile3 ul li{
        margin-bottom: 50px;
    }

    .tile3 ul.logo-list li{
        display: inline-block;
        vertical-align: middle;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: 48%;
        margin-left: auto;
        padding: 0 20px;
        text-align: center;
        width: 48%;
    }


    .tile4{
        padding: 50px 0;
    }

    .tile4 .all-logo-list li img{
        display: inline-block;
        width: 48%;
        height: auto;
        max-width: 200px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
    }

    .tile4 .all-logo-list li{
        margin-bottom: 0;
    }

    .tile5 .graph-wrap .branch,
    .tile5 .graph-wrap .arrow1,
    .tile5 .graph-wrap .arrow2,
    .tile5 .graph-wrap .arrow3,
    .tile5 .graph-wrap .arrow4{
        display: none;
    }


}



@media (min-width: 1400px){
    .max1170 {
        max-width: 1440px;
    }
    
    .tile1{
        padding: 23% 0;
    }  
}











