@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

html, body{
    margin: 0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* header */
#header {
  background: url(/img/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
#header-box {
  background: #142F7E;
  border-radius: 0 300px 300px 0;
  padding: 90px 0;
}
.header-content {
  margin-left: 150px;
}
.header-content h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.header-content h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  max-width: 500px;
  line-height: 1;
  margin: 30px 0;
}
.header-content p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  max-width: 400px;
}
#header-cta {
  background: #56B818;
  width: 225px;
  height: 55px;
  border: none;
  border-radius: 30px;
  margin-top: 40px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#header-cta img {
  width: 12px;
  margin: -3px 0 0 10px;
}
#header-cta:hover {
  background: #1CA2CE;
}
/* section 1 */
#section1 {
  padding: 80px 0;
  text-align: center;
}
#sec1-titles {
  margin-bottom: -30px;
}
#sec1-titles h5 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
}
#sec1-titles p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 30px 0;
}
#sec1-titles h6 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
}
#sec1-blocks {
  margin-bottom: -50px;
}
#block1 {
  background: #142F7E;
  padding: 27px 50px;
  text-align: left;
  margin-bottom: 14px;
}
.line1 {
  display: inline-flex;
  color: #ffffff;
  align-items: center;
}
.line1 img {
  width: 60px;
  margin-right: 10px;
}
.line2 {
  max-width: 92%;
}
.line2 p {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
}
#numb {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0 10px;
}
#line-tt {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 0 10px;
  line-height: 1;
}
#block2 {
  background: #1CA2CE;
  padding: 27px 50px;
  text-align: left;
}
.line3 {
  display: inline-flex;
  color: #ffffff;
  align-items: center;
}
.line3 img {
  width: 60px;
  margin-right: 10px;
}
.line4 {
   display: inline-flex;
}
.list {
  max-width: 45%;
  margin-top: 40px;
}
.list p {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.list ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.list ul li {
  list-style-image: url(/img/bullet.svg);
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
#gif {
  background: url(/img/gif-carousel.gif);
  min-height: 650px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#section1-cta {
  background: #56B818;
  width: 225px;
  height: 55px;
  border: none;
  border-radius: 30px;
  margin-top: 40px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#section1-cta img {
  width: 12px;
  margin: -3px 0 0 10px;
}
#section1-cta:hover {
  background: #1CA2CE;
}
/* section 2 */
#section2 {
  background: #F1F2F9;
}
#sec2-img {
  background: url(/img/section2.png);
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 300px 0 0 300px;
}
#sec2-content p{
  color: #142F7E;
  font-size: 25px;
  font-weight: 700;
  max-width: 80%;
}
#sec2-content h5 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}
#sec2-content ul {
  margin: 20px 0 40px 0;
  max-width: 80%;
}
#sec2-content ul li {
  list-style-image: url(/img/bullet2.svg);
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
#section2-cta {
  background: #56B818;
  width: 325px;
  height: 55px;
  border: none;
  border-radius: 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#section2-cta img {
  width: 12px;
  margin: -3px 0 0 10px;
}
#section2-cta:hover {
  background: #1CA2CE;
}
/* section 3 */
#section3 {
  padding: 80px 0;
  text-align: center;
}
#sec3-title {
  padding-bottom: 40px;
}
#sec3-title p {
  color: #142F7E;
  font-size: 25px;
  font-weight: 700;
}
.box-bk {
  min-height: 245px;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  border-radius: 130px 130px 0 0;
}
#box1 {
  background: url(/img/box1.png); 
}
#box2 {
  background: url(/img/box2.png); 
}
#box3 {
  background: url(/img/box3.png); 
}
#box-txt {
  background: #F1F2F9;
  padding: 30px 15px 0 15px;
  min-height: 230px;
  border-radius: 0 0 130px 130px;
}
#tt {
  color: #142F7E;
  font-size: 20px;
  font-weight: 700;
}
#b-txt {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 90%;
}
/* section 4 */
#section4 {
  padding: 60px 0;
  background: #F1F2F9;
  text-align: center;
}
#vant-title {
  margin-bottom: 40px;
}
#vant-title p {
  color: #142F7E;
  font-size: 25px;
  font-weight: 700;
}
#icons p {
  margin: 30px auto 0 auto;
  max-width: 50%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
/* footer */
#footer {
  background: #142F7E;
  padding: 50px 0;
}
#footer-img {
  margin-top: -50px;
  margin-right: -250px;
}
#footer-img img{
  width: 265px;
  height: 175px;
  transform: rotate(16.871deg);
}
#footer-title p {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
}
#footer-cta {
  background: #56B818;
  width: 325px;
  height: 55px;
  border: none;
  border-radius: 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#footer-cta img {
  width: 12px;
  margin: -3px 0 0 10px;
}
#footer-cta:hover {
  background: #1CA2CE;
}
/* adstrategy */
#section-ads {
  padding: 30px 0;
}
/* responsive */
@media screen and (min-width: 1900px) {
  .header-content {
    margin-left: 350px;
  }
}
@media screen and (max-width: 1280px) {
  #box-txt{
    min-height: 280px;
  }
  #footer-title p {
    font-size: 30px;
  } 
  #icons p {
    max-width: 60%;
  }
}
@media screen and (max-width: 1120px) {
  .header-content {
    margin-left: 80px;
  }
  #b-txt {
    font-size: 12px;
  }
  #footer-img {
    margin-right: 0;
  }
  #footer-cta {
    width: 100%;
  }
  #footer-cta a {
    font-size: 15px;
  }
  .line2 p {
    font-size: 15px;
  }
  #line-tt {
    font-size: 18px;
  }
  .list {
    margin-right: 10px;
  }
  .list p {
    font-size: 14px;
  }
  .list ul li {
    font-size: 13.5px;
  }
  #footer-img img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  #header {
    background-position: -505px;
  }
  .header-content h1 {
    font-size: 30px;
  }
  #sec2-content p {
    max-width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    background: none;
    text-align: center;
  }
  #header-box {
    border-radius: 300px 300px 0 0;
  }
  .header-content {
    margin-left: 0;
  }
  .header-content h1 {
    margin: 30px auto;
  }
  .header-content p {
    margin: 0 auto;
  }
  #header-tablet{
    max-width: 200px;
    rotate: -15deg;
    margin: 50px auto 0 auto;
    text-align: center;
  }
  #sec1-titles {
    margin-bottom: 30px;
  }
  #gif {
    min-height: 450px;
  }
  #section1-cta {
    margin-top: 100px;
  }
  #sec2-content {
    text-align: center;
    padding: 70px 0 60px 0;
  }
  #sec2-content ul {
    text-align: left;
    margin: 0 auto;
  }
  #sec2-img {
    min-height: 450px;
    border-radius: 300px 300px 0 0;
  }
  #box {
    margin-bottom: 40px;
  }
  #box-txt {
    min-height: 180px;
  }
  #icons {
    margin-bottom: 80px;
  }
  #footer {
    text-align: center;
  }
  #footer-title {
    margin-bottom: 30px;
  }
  #footer-cta a {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .header-content h1 {
    max-width: 80%;
  }
  #section4 {
    padding: 70px 0 20px 0;
  }
}
@media screen and (max-width: 450px) {
  .header-content p {
    max-width: 80%;
  }
  .line1 img {
    width: 45px;
  }
  #numb {
    font-size: 30px;
    margin: 0 5px;
  }
  #line-tt {
    font-size: 14px;
  }
  #block1, #block2 {
    padding: 25px 30px;
  }
  .line4 {
    display: block;
  }
  .list {
    max-width: 80%;
    margin: 20px auto;
  }
  #box-txt {
    min-height: 260px;
  }
  #footer-title p {
    font-size: 25px;
  }
}
@media screen and (max-width: 320px) {
  .header-content p {
    max-width: 90%;
  }
  .header-content h4 {
    font-size: 16px;
  }
  .line2 p {
    font-size: 14px;
    margin-top: 20px;
  }
  #section1-cta {
    margin: 100px auto 0 auto;
    width: 100%;
  }
  #sec2-content ul {
    max-width: 100%;
  }
  #section2-cta {
    width: 100%;
  }
  #section2-cta a {
    font-size: 16px;
  }
  #sec3-title p {
    font-size: 20px;
  }
  #tt {
    font-size: 16px;
  }
  #vant-title p {
    font-size: 20px;
  }
  #footer-cta a {
    font-size: 15px;
  }
}