

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
    font-family: 'Montserrat', sans-serif;
     font-weight: 300;
}
 body {
  margin: 0;
  overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
     font-weight: 300;
     letter-spacing: 0.6px;
     min-width: 274px;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
a:hover {
    color: #0e9de7;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  display: block;
}
img {
  border: none;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
}
h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
}
h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin: 2rem 0;
}
form {
  margin: 0;
  padding-top: 1.5rem;
    width: 89%;
}
select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    width: 100%;
    border: none;
    background: #dddddd;
    border-radius: 24px;
    height: 48px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 0rem 1.5rem;
     -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    background: url(../imgs/select.svg) no-repeat center right #dddddd;
}
.wrapper {
  max-width: 1240px;
  margin: 0 auto;
    padding: 0 1rem;
  position: relative;
}
header {
    background: #FFF;
    text-align: right;
    padding: 6px 0;
    position: fixed;
    width: 100%;
    display: block;
    z-index: 100;
    min-width: 320px;
    height: 70px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
}
.logo {
    text-align: left;
    float: left;
    display: inline-block;
    height: 42px;
    margin-top: 10px;
}
.logo img {
    
}
.logo p {
    text-align: left;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin: 0;
    bottom: 16px;
    padding-left: 0.6rem;
}
.logo p span {
    font-weight: 700;
}
.black_btn {
    background: #0e9de7;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 45px;
    transition: all 0.2s;
}
.black_btn:hover {
    background: #2b88b8;
    color: #FFF;
}
.hide-mobile-li {
    display: none;
}
#footer_links {
  padding: 46px 0;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
}
#footer_links a {
  margin: 0 8px;
  white-space: nowrap;
    margin-bottom: 1rem;
    display: inline-block;
}
.copy {
  padding: 12px 0 0 0;
    margin-top: 1rem;
}
.disclosure {
  color: #949494;
    background: #efefef;
  padding: 4rem 0;
  font-size: 12px;
  text-align: justify;
}
.disclosure h3 {
  font-size: 20px;
    color: #949494;
  font-weight: 700;
}
.disclosure p {
  font-size: 12px;
    line-height: 16px;
    color: #949494;
    margin: 10px 0;
}
.form-section {
    height: 655px;
    border-bottom: solid 1px #e2e7eb;
    background: url(../imgs/back.jpg) no-repeat center #f1f1f1;
    padding: 11.5rem 0rem 0rem 0rem;
    text-align: center;
}
.form-section h1 span {
    font-weight: 700;
}
.half-side {
    display: inline-table;
    text-align: left;
    width: 49%;
    vertical-align: top;
}
.note {
    padding: 1rem 0rem;
    color: #000000; /*#8699a5;*/
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
}
.note a {
     color: #000000;
     text-decoration: underline;
} 
.note a:hover {text-decoration: none;} 

.b-w-line {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,ffffff+50,ffffff+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    width: 7%;
    height: 2px;
    display: inline-table;
    position: absolute;
    text-align: center;
    right: 46.5%;
    top: 8.5rem;
}
a.start_btn {
    background: #0e9de7;
    height: 72px;
    width: 100%;
    font-size: 28px;
    font-weight: 900;
    color: #FFF;
    display: block;
    border-radius: 45px;
    text-align: center;
    padding-top: 1.1rem;
}
a.start_btn img {
    padding-left: 0.6rem;
    transition: all 0.3s;
}
a.start_btn:hover {
    background: #2b88b8;
}
a.start_btn:hover img {
    padding-left: 1.6rem;
}
.half-side.form-image h3 {
    background-color: RGBA(7,15,24,0.8);
    color: #FFF;
    display: inline;
    line-height: 27px;
    position: relative;
    top: 6rem;
    left: 7%;
}
.benefit-section {
    border-bottom: solid 1px #e2e7eb;
    background: #FFF;
    padding: 6rem 0;
    text-align: center;
}
.benefit-section p.easy-app {
    padding-right: 2rem;
    font-size: 26px;
    line-height: 42px;
    font-weight: 300;
    margin: 2rem 0 0 0;
}
.step {
    padding: 1.8rem 0rem 0rem 0rem;
}
.step img {
    vertical-align: top;
    padding-right: 1rem;
    
}
.step-text {
    width: 70%;
    display: inline-block;
}
.step-text p {
    margin: 0.5rem 0;
}
.info-section {
    border-bottom: solid 1px #e2e7eb;
    background: url(../imgs/info_back.jpg) no-repeat center #f1f1f1;
    padding: 6rem 0;
    text-align: center;
}
.info-section h2 {
    background: #0e9de7;
    border-radius: 6px;
    padding: 8px 30px;
    color: #FFF;
    display: table;
    margin-left: auto;
    margin-right: 4rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}
.info-section p {
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    max-width: 360px;
    margin: 52px 0px 0px 60px;
}
.b-w-line.boarded {
    top: 3.8rem;
}
.line-01 {
    width: 100%;
    position: relative;
    height: 2px;
    top: 5.5rem;
}
.line-02 {
    width: 100%;
    position: relative;
    height: 2px;
    top: 11.3rem;
}
.info-section h2.mob {
    display: none;
}
.info-section p.mob {
    display: none;
}
.faq-section {
    border-bottom: solid 1px #e2e7eb;
    background: #FFF;
    padding: 6rem 0;
    text-align: center;
}
.faq-section h2 {
    max-width: 400px;
    display: inline-block;
}
.faq-section p {
    margin: 30px 0 0 0;
    padding-right: 2rem;
}
.faq-section img {
    vertical-align: top;
    padding-right: 1rem;
    padding-top: 0.6rem;
}
.sign-section {
    border-bottom: solid 1px #e2e7eb;
    background: url(../imgs/sign_back.jpg) no-repeat center #353535;
    padding: 3rem 0 5rem 0;
    text-align: center;
}
.sign-section h2 {
    padding: 12px 0px;
    color: #FFF;
    display: table;
    margin-left: auto;
    margin-right: 4rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}
.sign-section p.left-sign {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #FFF;
    margin-left: auto;
    margin-right: 4rem;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    text-align: right;
}
.sign-section p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-left: 4rem;
    margin: 3.2rem 0rem 2.5rem 4rem;
}
.sign-section img {
   padding-left: 10px;
    top: 4px;
    position: relative;
}
.sign-section img.check_mob {
   display: none;
}
.b-w-line.boarded.reverse {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,000000+50,000000+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.start_btn.sign {
    margin-left: 4rem;
    max-width: 350px;
}




@media screen and (max-width: 1015px) {
    .faq-section h2 {
    font-size: 29px;
        max-width: 370px;
}
}






@media screen and (max-width: 960px) {
.note {color: #fff;}
.note a{color: #fff;}
.form-section {
    padding: 10rem 0rem 8rem 0rem;
    height: auto;
    background: url(../imgs/back_mob.jpg) no-repeat center #f1f1f1;
}
    .form-section h1 {
        padding: 10px;
        background: RGBA(7,15,24,0.8);
        max-width: 600px;
        width: 100%;
        display: inline-block;
        color: #FFF;
    }
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .disclosure {
  padding: 2rem 0;
}
    #footer_links {
  padding: 34px 0;
}
    form {
   display: inline-block;
  padding-top: 0;
    max-width: 600px;
        width: 100%;
    background: RGBA(7,15,24,0.8);
        padding: 8px 26px 28px 26px;
}
    .half-side {
        width: 100%;
        text-align: center;
        display: block;
    }
    br {
        display: none;
    }
    .b-w-line {
    display: none;
    }
    .half-side.form-image h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    top: 2rem;
    left: 0%;
    max-width: 600px;
    padding: 10px;
}
    form a {
        color: #FFF;
    }
    .benefit-section {
    padding: 4rem 0;
}
.benefit-section p.easy-app {
    padding-right: 0rem;
    font-size: 18px;
    line-height: 28px;
    margin:1rem 0 0 0;
}
.step {
    padding: 2rem 0rem 0rem 0rem;
}
.step img {
    display: inline-block;
    padding-right: 0rem;
    padding-bottom: 1rem;
    
}
.step-text {
    width: 100%;
    display: inline-block;
}
.step-text p {
    margin: 0.5rem 0;
}
    .info-section {
    background: url(../imgs/info_back_mob.jpg) no-repeat center top #353535;
    padding: 3rem 0;
}
.info-section h2.mob {
    display: inline-block;
    margin: 0.4rem;
}
.info-section p.mob {
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin: 12px 0px 18px 0px;
    max-width: 100%;
    display: block;
}
.line-01 {
    display: none;
}
.line-02 {
    display: none;
}
    .info-section h2 {
    display: none;
}
.info-section p {
    display: none;
}
    .faq-section {
    padding: 1rem 0 3rem 0;
}
.faq-section h2 {
    max-width: 100%;
    display: block;
    font-size: 24px;
    margin-top: 1rem;
}
.faq-section p {
    margin: 18px 0 0 0;
    padding-right: 0rem;
}
.faq-section img {
    padding-right: 0rem;
    padding-top: 2rem;
}
    .sign-section {
    background: url(../imgs/sign_back_mob.jpg) no-repeat center top #353535;
    padding: 1rem 0 3rem 0;
}
.sign-section h2 {
    padding: 0px 0px;
    display: block;
    margin-left: 0;
    margin-right: 0rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}
.sign-section p.left-sign {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    display: inline-block;
    text-align: center;
}
.sign-section p {
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin-left: 0rem;
    margin: 1.2rem 0rem 2rem 0rem;
}
.sign-section img {
   display: none;
}
    .sign-section img.check_mob {
   display: inline-block;
    padding-right: 10px;
    top: 4px;
    position: relative;
}
.start_btn.sign {
    margin-left: 0rem;
    max-width: 350px;
    display: inline-block;
}
    
    
    
}




@media screen and (max-width: 650px) {

    .black_btn {
    display: none;
}
.hide-mobile-li {
    display: block;
    }
    .form-section {
    padding: 5.5rem 0rem 2rem 0rem;
    height: auto;
    background: url(../imgs/back_mob.jpg) no-repeat center #f1f1f1;
}
    .half-side.form-image h3 {
    top: 1rem;
}
}



@media screen and (max-width: 400px) {
    .logo {
        margin-top: 16px;
    }
.logo img {
    width: 53px;
    height: 28px;
}
    .logo p {
    font-size: 16px;
    padding-left: 0.3rem;
        bottom: 10px;
}
    select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part)::-ms-expand {
        font-size: 16px;
    }
    a.start_btn {
        font-size: 24px;
        padding-top: 22px;
    }
    
}


/*Internal pages*/
.internal_content  .container h1{
     margin-bottom: 42px;
}
.internal_content  .container h2{
     margin-bottom: 34px;
}
.internal_content  .container h3{
     margin-bottom: 24px;
}
.internal_content  .container h4{
     margin-bottom: 20px;
}
.internal_content  .container strong,
.internal_content  .container b{
     font-weight: bold;
}
.internal_content  .container em,
.internal_content  .container i{
     font-style: italic;
}
.internal_content  .container a{
     color: #0e9de7;
     text-decoration: underline;
}
.internal_content  .container a:hover{
     text-decoration: none;
}
@media screen and (max-width: 750px){
    .internal_content  .container h1 {
          margin-bottom: 20px;
          font-size: 28px;
     }
     .internal_content  .container h2 {
          margin-bottom: 18px;
          font-size: 24px;
     }
     .internal_content  .container h3{
          margin-bottom: 16px;
         font-size: 22px;
     }
     .internal_content  .container h4 {
          margin-bottom: 14px;
          font-size: 20px;
     }
}
.internal_content  .container{
     margin: 0 auto;
     padding: 120px 20px 70px;
     max-width: 1240px
}
.internal_content  .container p{
     margin: 0 0 2rem;
}
.internal_content  .container ul{
     margin: 0 0 2rem;
     font-size: 18px;
     padding-left: 34px;
     list-style: disc;
}
.internal_content  .container ul li{
     margin-bottom: 0.5rem;
     display: list-item;
}

.accordion .accordion-toolbar{
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: bold;
    display: table;
}
/*Form*/
input[type=text]:not(.omInputText),
input[type=password]:not(.omInputText),
input[type=email]:not(.omInputText),
input[type=tel]:not(.omInputText),
input[type=number]:not(.omInputText),
textarea:not(.omInputText){
    border: solid 1px #000;
    outline: none;
    background: #fff;
    cursor: default;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 14px;
    margin: 0;
    border-radius: 10px;
    font-size: 14px;
}

input[type='number']:not(.omInputText) {
    -moz-appearance:textfield;
}

input[type=number]:not(.omInputText)::-webkit-inner-spin-button,
input[type=number]:not(.omInputText)::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 30px;
    color: #000;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%3E%3Cpath%20fill%3D%22%23234b5f%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.5%208L0%200h9L4.5%208z%22/%3E%3C/svg%3E') no-repeat right center, linear-gradient(to bottom, #fbfbfb 0%, #dfdfdf 100%);
}

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part)::-ms-expand {
    display: none;
}*/


::-webkit-input-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

:-moz-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

::-moz-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

.form button,
.form input[type=submit],
.form .button {
    font-family: 'Montserrat', sans-serif;
    background: #0e9de7;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 45px;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.form button:hover,
.form input[type=submit]:hover,
.form .button:hover {
    background: #2b88b8;
    color: #fff;
}


#contact_frame{
     display: none;
}
.form{
     max-width: 400px;
}
.form .form-group{
     margin-bottom: 10px;
}
.form label{
     display: block;
     margin-bottom: 6px;
}
.omForm {margin: 0 auto;}
select#birth_date_day {padding-right: 0 !important;}


/*OMForm*/
@media screen and (max-width: 750px){
     #omForm input[type=text], #omForm input[type=password], #omForm input[type=email], #omForm input[type=tel], #omForm input[type=number], #omForm textarea, #omForm select, #omForm .ui-selectmenu-button{
          font-size: 14px !important;
     }
}
