/*** webflow.css ***/
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
#middle{position: relative;top:80px;}
.ll-body {
    font-family: 'Proxima Nova', sans-serif;
    color: #3b3d49;
    font-size: 62.5%;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}
.w-clearfix:after {
    clear: both;
}
.w-clearfix:before, .w-clearfix:after {
    content: " ";
    display: table;
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.w-col-2 {
    width: 16.66666667%;
}
.w-col-25 {
    width: 25%;
}
.w-col-3 {
    width: 25%;
}
.w-col-4 {
    width: 33.33333333%;
}
.w-col-5 {
    width: 41.66666667%;
}
.w-col-6 {
    width: 50%;
}
.w-col-8 {
    width: 66.66666667%;
}
.ll-calc-col-l {
    padding-right: 0px;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
.w-row:before, .w-row:after {
    content: " ";
    display: table;
}
.w-row:after {
    clear: both;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
ul, ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}
.w-form {
    margin: 0 0 15px;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
/*** webflow.css ***/
/*** normalise***/
img {
    border: 0;
}
a {
    background-color: transparent;
    color: #3b3d49;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
/*** normalise***/
.modcb-input1:required:valid {
    background: url(../img/valide.png) 95% center no-repeat, url(../img/phone-ico-blue.png) 17px 50% no-repeat;
    background-size: 24px;
}
.modcb-input1:required:invalid {
    background: url(../img/invalide.png) 95% center no-repeat, url(../img/phone-ico-blue.png) 17px 50% no-repeat;
    background-size: 24px;
}

/* modal call back*/

.modcb-title1 {
    margin-bottom: 20px;
    font-family: 'Proxima Nova', sans-serif;
    color: #3b3d49;
    font-size: 2.1rem;
    line-height: 2.1rem;
    font-weight: 700;
    text-align: center;
}
.callback-form {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.callback-form button{
    position: absolute;
    border: none;
    background: transparent;
    padding:20px 150px 10px 0;
    cursor: pointer;
    font-size: 2.1rem;
    line-height: 2.1rem;
    font-weight: 700;
}
.callback-form button:active {
    outline: none;
    border: none;
}
.modcb-label {
    margin-bottom: 15px;
    font-family: 'Proxima Nova', sans-serif;
    color: #8b8b8b;
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: 400;
    text-align: center;
}
.modcb-input1 {
    display: block;
    height: 66px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 50px;
    border: 1px solid #0080ff;
    border-radius: 3px;
    background-color: #fff;
    background-image: url(../img/phone-ico-blue.png);
    background-position: 17px 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    font-family: 'Proxima Nova', sans-serif;
    color: #0080ff;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 700;
}

.modcb-submit-yes-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    height: 66px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
    float: right;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #0080ff;
    font-family: 'Proxima Nova', sans-serif;
    color: #fff;
    font-size: 0.8rem;
    line-height: 14px;
    text-align: center;
}
.imgcall{text-align: center}
.imgcall a{color:#0080ff }

.modcb-submit-no {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    height: 66px;
    padding-right: 21px;
    padding-bottom: 0px;
    padding-left: 12px;
    float: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #ccc;
    font-family: 'Proxima Nova', sans-serif;
    color: #fff;
    font-size: 0.8rem;
    line-height: 14px;
    text-align: center;
}
.modcb-sentence-count {
    margin-top: 30px;
    font-family: 'Proxima Nova', sans-serif;
    color: #3b3d49;
    text-align: center;
}
.count {
    padding: 4px;
    border-radius: 50px;
    background-color: #0080ff;
    color: #fff;
    font-weight: 400;
}
.mod-separator {
    display: block;
    width: 80%;
    height: 1px;
    margin: 15px auto;
    background-color: #dcd9d9;
}
.modcb-legal1 {
    display: block;
    width: 80%;
    height: 27px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 29px;
    background-image: url(../img/badge.png);
    background-position: 0px 50%;
    background-size: 17px;
    background-repeat: no-repeat;
    font-family: 'Proxima Nova', sans-serif;
    color: #9b9b9b;
    font-size: 0.9rem;
    line-height: 1.7rem;
}
/*modalprog*/

.modcb-combo1 {
    width: 48%;
    height: 66px;
    float: left;
    border: 1px solid #0080ff;
    background-color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    color: #0080ff;
    font-size: 35px;
}
.modcb-combo2 {
    width: 48%;
    height: 66px;
    float: right;
    border: 1px solid #0080ff;
    background-color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    color: #0080ff;
    font-size: 35px;
}
.modcb-submit-no-copy {
    display: block;
    width: 100%;
    height: 66px;
    padding: 0px 12px;
    float: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #0080ff;
    font-family: 'Proxima Nova', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-align: center;
}
.modcb-legal2 {
    display: block;
    width: 80%;
    height: 27px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    background-image: url(../img/globe.png);
    background-position: 0px 50%;
    background-size: 21px;
    background-repeat: no-repeat;
    font-family: 'Proxima Nova', sans-serif;
    color: #9b9b9b;
    font-size: 0.9rem;
    line-height: 1.7rem;
}
::placeholder{color:rgba(0, 128, 255, 0.42);}
/*end modalprog*/
/* end modal call back*/