@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

html, body{
    margin: 0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* header */
#header {
  padding: 0 0 60px 0;
  position: relative;
}
.header-slick {
    position: absolute;
    height: 90%;
    width: 100%;
    z-index: 1;
}
.header-slick .slick-list {
    height: 100%;
}
.header-slick > div {
    background-position: center;
    background-size: cover;
    height: 100%;
}
.header-slick .slick-slide {
    background-size: cover;
    background-position: center;
}
.slick-track {
    height: 100%;
}
.slide01 {
    background-image: url(/img/header1.jpg);
}
.slide02 {
    background-image: url(/img/header2.jpg);
}
.slide03 {
    background-image: url(/img/header3.jpg);
}
#header .container {
  z-index: 2;
  position: relative;
}
#header-txt {
    padding: 20px 0 40px 0;
}
#header-txt img {
    max-width: 100%;
    margin-bottom: 50px;
}
#header-txt h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 95%;
}
#form-box {
    padding: 50px 0;
}
.form-body {
    margin: 0 auto;
    width: 380px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding: 40px 30px;
}
.form-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}
.input-container {
    margin: 17px 0;
}
.input-group input, .input-group select{
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    color: #000;
    padding-left: 0;
    font-size: 15px;
}
.input-group select {
    background: url(/img/drop.svg) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 95%;
}
::-webkit-input-placeholder {
    color: #000 !important;
}
:-moz-placeholder { 
   color: #000 !important;
   opacity:  1;
}
::-moz-placeholder {
   color: #000 !important;
   opacity:  1;
}
:-ms-input-placeholder {
   color: #000 !important;
}
::-ms-input-placeholder { 
   color: #000 !important;
}

::placeholder { 
   color: #000 !important;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
}
input[type="checkbox"]:not(:checked) + label::before,
input[type="checkbox"]:checked + label::before {
    content: "";
    visibility: visible;
    position: absolute;
    width: 13px;
    height: 13px;
    border: 1px solid #616160;
    border-radius: 2px;
    left: -20px;
    top: 2px;
    background: transparent;
    display: inline-block;
    margin-right: 10px;
}
input[type="checkbox"]:not(:checked) + label::after,
input[type="checkbox"]:checked + label::after {
    content: "\2713";
    color: #373BBE;
    font-weight: 900;
    font-size: 14px;
    visibility: visible;
    position: absolute;
    width: 14px;
    height: 14px;
    left: -20px;
    top: 1px;
    line-height: 1;
    transition: all 0.2s;
    border-radius: 4px;
}
input[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
.terms {
    width: 100%;
    padding-left: 22px;
    text-align: left;
    margin-bottom: 30px;
}
.terms label {
    font-size: 13px;
    line-height: 1.3;
    width: 100%;
}
.terms label a {
    color: #000000;
    font-weight: 700;
}
.error {
    width: 100%;
    color: red;
    font-size: 12px;
}
.form-button {
    border-radius: 50px;
    background: #373BBE;
    width: 280px;
    height: 45px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #373BBE;
}
.form-button:hover {
    background: #ECECF4;
    color: #373BBE;
    border: 1px solid #373BBE;
}
.ty-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
#ty-line {
    height: 3px;
    border: none;
    background: #000;
    opacity: 1;
    width: 270px;
    margin: 0 auto;
}
#ty1 {
    margin: 30px auto 10px auto;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    width: 80%;
}
#ty-logo {
    margin: 20px 0;
}
#ty2 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    width: 80%;
    margin: 0 auto;
}
/* section1 */
#section1 {
    padding: 10px 0;
    text-align: center;
}
#sec1-title {
    color: #373BBE;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 auto 30px auto;
    max-width: 650px;
}
#sec1-txt {
    color: #000;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
}
#sec1-bold {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
#high {
    color: #ffffff;
    background: #373BBE;
    border-radius: 50px;
    padding: 3px 13px;
    line-height: 1;
}
/* section2 */
#section2 {
    background: #ECECF4;
}
.back1 {
    background: url(/img/section3_t.svg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100px;
    margin-bottom: -100px;
    position: relative;
}
.back2 {
    background: url(/img/section3_b.svg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100px;
    margin-top: -100px;
    position: relative;
}
#vant-block {
    margin: 0;
    padding: 0;
}
#vant-img {
    background: url(/img/img1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
#vant-list {
    margin: 150px 0 130px 0;
    padding-left: 50px;
}
#vant-title {
    color: #373BBE;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
}
#vant-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 75%;
}
#vant-list ul li {
    background: url('/img/bullet.svg') no-repeat left;
    padding-left: 35px;
    padding-top: 0px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
}
.cde #vant-list ul li {
    font-size: 16px;
    margin-bottom: 20px;
}
/* footer */
#footer {
    padding: 30px 0;
    background: #373BBE;
}
#footer-txt h4 {
    color: #FFF;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1;
}
#footer-cta {
    text-align: center;
}
.ctaf {
    width: 245px;
    height: 55px;
    border-radius: 60px;
    background: #FFF;
    color: #373BBE;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}
.ctaf:hover {
    background: #ECECF4;
}
/* section-ads */
#section-ads {
  padding: 30px 0;
}
/* Media Queries */
@media(min-width: 1900px){
    .back1 {
        min-height: 150px;
    }
    .back2 {
        min-height: 120px;
    }
}
@media(max-width: 1300px){
    #vant-title {
        width: 90%;
    }
    #header-txt h1 {
        font-size: 45px;
    }
}
@media(max-width: 991px){
    #footer-txt h4 {
        font-size: 30px;
    }
    #sec1-title {
        max-width: 100%;
        font-size: 35px;
    }
    #header-txt h1 {
        font-size: 35px;
    }
    #header-txt img {
        width: 200px;
    }
    #vant-list ul li {
        font-size: 18px;
    }
}
@media(max-width: 768px){
    #header {
        text-align: center;
    }
    #header-txt {
        padding: 20px 0;
    }
    #header-txt h1 {
        max-width: 100%;
        font-size: 40px;
    }
    #sec1-title {
        font-size: 32px;
    }
    #sec1-txt {
        font-size: 16px;
    }
    #sec1-bold {
        font-size: 22px;
    }
    #vant-list {
        margin: 50px 0 100px 0;
    }
    #vant-title {
        margin: 0 auto 40px auto;
    }
    #vant-list ul {
        margin-left: 30px;
    }
    #footer {
        text-align: center;
        padding: 0 0 50px 0;
    }
    #footer-txt h4 {
        margin-bottom: 30px;
    }
}
@media(max-width: 550px){
    #header-txt h1 {
        max-width: 90%;
        margin: 0 auto;
        font-size: 35px;
    }
    #vant-list ul {
        margin-left: 25px;
    }
}
@media(max-width: 414px){
    #header {
        padding: 0 0 80px 0;
    }
    .header-slick {
        height: 95%;
    }
    #vant-list ul {
        width: 95%;
    }
    #vant-title {
        font-size: 28px;
    }
    #footer-txt h4 {
        font-size: 25px;
    }
    #vant-list {
        padding: 0;
    }
    #sec1-bold {
        font-size: 18px;
    }
}
@media(max-width: 375px){
    #header-txt h1 {
        font-size: 25px;
    }
    #form-box {
        padding: 20px 0 50px 0;
    }
    .form-body {
        width: 95%;
        margin: 0 auto;
    }
    #sec1-title {
        font-size: 28px;
    }
    #vant-title {
        font-size: 25px;
    }
    #footer-txt h4 {
        font-size: 23px;
    }
}
@media(max-width: 320px){
    #vant-title {
        font-size: 22px;
    }
    .form-button, .ctaf {
        width: 100%;
    }
    .form-title {
        font-size: 18px;
    }
    #header-txt img {
        margin-bottom: 30px;
    }
}