/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
/* font-family: 'Quicksand', sans-serif; 
font-family: 'Poppins', sans-serif;
*/

@font-face {
  font-family: 'GothamHTF';
  src: url('gothamhtf-book.woff2') format('woff2'),
    url('gothamhtf-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamHTF';
  src: url('gothamhtf-light.woff2') format('woff2'),
    url('gothamhtf-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
    font-family: 'GothamHTF';
    src: url('gothamhtf-medium.woff2') format('woff2'),
        url('gothamhtf-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
  font-family: 'GothamHTF';
  src: url('gothamhtf-bold.woff2') format('woff2'),
    url('gothamhtf-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

body{
  font-family: 'GothamHTF';
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 1.55px;
  color: #000000;
  overflow: unset;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  font-family: 'GothamHTF';
  font-weight:500;
  color: #000000;
}
h1,
.h1{
  font-size: 88px;
  line-height: 0.91;
  letter-spacing: normal;
}
h2{
  font-size: 92px;
  font-weight: 500;
  line-height: 0.83;
  letter-spacing: normal;
}
h3{
  font-size: 63.5px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: normal;
}
h4{
  font-size: 57px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: normal;
  color: #0630c1;
}
h5{
  font-size: 50px;
  font-weight: 500;
  line-height: 0.82;
  letter-spacing:normal;
  color: #000000;
 
}
h6{
  font-size: 25px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: normal;
  color: #0b1935;
}

.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button,
.button{
  position: relative;
  display: inline-block;
  margin: 0;
  background-color: #daff01;
  opacity: 1;
  padding: 25px 52px 25px 52px;
  line-height: 0.89;
  letter-spacing: 2.9px;
  color: #000000;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  transition: all 0.5s ease;
}
.pf4_button:hover,
.button:hover{
  background-color: #000;
  color: #FFF;
  transform: translateY(-5px);
  box-shadow: 10px 10px 0px 0px #83cdf8;
}
.waper_main{
    overflow: hidden;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  body{
    font-size: 1.528vw;
    letter-spacing: 0.108vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 6.111vw;
  }
  h2{
    font-size: 6.389vw;
  }
  h3{
    font-size: 4.41vw;
  }
  h4{
    font-size: 3.958vw;
  }
  h5{
    font-size: 3.472vw;
  }
  h6{
    font-size: 1.736vw;
  }
  .pf4_button,
  .button{
    padding: 1.736vw 3.611vw 1.736vw 3.611vw;
    letter-spacing: 0.201vw;
    font-size: 1.319vw;
  }
}
@media screen and (max-width: 1140px){
  body{}
  h1, h2, h3, h4, h5, h6{}
  h1,.h1{}
  h2{}
  h3{}
  h4{}
  h5{}
  h6{}
  .pf4_button,.button{}
}
@media screen and (max-width: 1024px){
  body{font-size: 1.8vw;}
  h1, h2, h3, h4, h5, h6{}
  h1,.h1{}
  h2{
      font-size: 4.472vw;
  }
  h3{
      font-size: 4.472vw;
  }
  h4{font-size: 4.472vw;}
  h5{
      font-size: 4.472vw;
  }
  h6{}
  .pf4_button,.button{
    font-size: 2vw;
    padding: 1.736vw 3.611vw 1.736vw 3.611vw;
}
}
@media screen and (max-width: 768px){
  body{font-size: 3vw;}
  h1, h2, h3, h4, h5, h6{}
  h1,.h1{
    font-size: 11vw;
  }
  h2{
      font-size: 12vw;
  }
  h3{
      font-size: 8.3vw;
  }
  h4{font-size: 4.472vw;}
  h5{
      font-size: 8.1vw;
  }
  h6{
    font-size: 4.208vw;
  }
  .pf4_button,.button{
    font-size: 2.2vw;
    padding: 3.3vw 5vw 3vw 5vw;
    letter-spacing: 0.68vw;
  }
}
@media screen and (max-width: 550px){
  body{font-size: 4.583vw;}
  h1, h2, h3, h4, h5, h6{}
  h1,.h1{
    font-size: 18.8vw;
  }
  h2{
      font-size: 17vw;
  }
  h3{
      font-size: 12.3vw;
  }
  h4{font-size: 4.472vw;}
  h5{
      font-size: 11.1vw;
  }
  h6{
    font-size: 4.5vw;
  }
  .pf4_button,.button{
    font-size: 3.958vw;
    padding: 5.3vw 8.194vw 5vw 8.847vw;
    letter-spacing: 0.68vw;
  }
}


/*
  Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative; 
}
.full-bg-holder > * {
  position: relative;
  z-index: 1; 
}
.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: cover;
}
.full-left-bg.active {
  opacity: 1; }

/*
  Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1; 
  }
/*
  Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC; 
}
.full-bg-mobile.active {
  opacity: 1; 
}
@media (max-width: 980px) {
  .full-bg-mobile {
    display: block; 
  } 
}
.section_inner {
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  position: relative; 
  box-sizing:border-box;
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important; 
}
@media (max-width: 1200px) {

}
@media (max-width: 1080px) {

}
@media (max-width: 900px) {

}
@media (max-width: 550px) {

}

}
/* 
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}
/* 
=======================================
  Site Header Section
=========================================*/
.pf4_site_header {
    padding: 0;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 9px;
}
.pf4_site_header.active {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 11px;
}
.pf4_site_header .section_inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -6px;
    
}

.pf4_heade_logo {
    width: 20%;
    padding-top: 0px;
    z-index: 2;
    text-align: left;
    padding-left: 0px;
}

.pf4_heade_logo img {
    height: auto;
    width: 172px;
    max-height: unset !important;
    top: 0px;
    margin: 0;
}

.pf4_header_right {
    width: 80%;
    text-align: right;
    padding-top: 10px;
    padding-left: 11px;
}
.pf4_header_right.style_1{
    width: 44%;
    text-align: right;
}

.pf4_header_right ul {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
}

.pf4_header_right ul li {
    list-style: none;
    margin: 0px;
    display: inline-block;
    position: relative;
    padding-left: 4px !important;
    padding-right: 0;
}

.pf4_header_right ul li a {
}

.pf4_header_right a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 0px;
    display: inline-block;
    padding-bottom: 0px;
    position: relative;
    padding-left: 11px;
    padding-right: 11px;
    margin: 0 !important;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: 1.45px;
    color: #000000;
    background-color: #fff;
    border-radius: 30px;
}

.pf4_header_right a:hover {
    color: #000000;
}

.pf4_header_right a:before, .pf4_header_right a:after, .pf4_header_right a i {
    content: " ";
    position: absolute;
    height: 10px;
    bottom: 20px;
    z-index: 0;
    opacity: 0;
}

.pf4_header_right a span {
    position: relative;
    z-index: 1;
    padding-right: 1px;
}
.pf4_header_right a:hover span{
      background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #fdbfc2 0%, #fdbfc2 100%);
    background-repeat: no-repeat;
    background-size: 100% 26%;
    background-position: 0px 56%;
}
.pf4_header_right a:before {
    width: 23px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    left: 0;
}

.pf4_header_right a:after {
    width: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    right: 0;
    border: 0;
}

.pf4_header_right a i {
    left: 23px;
    width: calc(100% - 52px);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

.pf4_header_right a:hover:before, .pf4_header_right a:hover:after, .pf4_header_right a:hover i {
    opacity: 1;
}

.pf4_header_social_icon {
    width: 15%;
    text-align: right;
    padding-top: 12px;
}

.pf4_header_social_icon a {
    text-decoration: none;
    display: inline-block;
    margin-left: 3px;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pf4_header_social_icon a img {
    height: 17px;
}

.dropdown-menu li {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.pf4_header_right .dropdown-menu li a:before, .pf4_header_right .dropdown-menu li a:after, .pf4_header_right .dropdown-menu li a i {
    bottom: 10px;
}

.dropdown-menu li a {
    padding-top: 0;
    padding-bottom: 0;
}

li.dropdown:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -8px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
}
.pf4_header_right ul li{
  position: relative;
}
.header .user__avatar{
  
margin-bottom: -13px;
}
.pf4_header_right ul li a:hover span {
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(120deg, #d1fa05 0%, #d1fa05 100%); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 35%; */
    /* background-position: 0 50%; */
}
.pf4_header_right ul li:hover:before{
  /* content:""; */
  width: 103%;
  height: 7px;
  background-color: #d1fa05;
  bottom: 3px;
  left: -3px;
  display: block;
  position: absolute;
}
.pf4_header_right ul li:hover i{
  background-image: url(hover_arrow.png);
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -19px;
  top: 4px;
}
/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
    margin: 3px 0;
    position: absolute;
    top: 8px;
    right: -5px;
    display: none;
    width: 48px;
    height: 44px;
    cursor: pointer;
    background-image: url(open_img2.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #FFF; */
    border-radius: 4px;
}

a.responsive-menu-hand span, a.responsive-menu-close span {
    display: none;
}

a.responsive-menu-hand span {
}

a.responsive-menu-close span {
    display: block;
}

a.responsive-menu-hand:before, a.responsive-menu-hand:after {
    display: none;
}

a.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 8px;
    right: 37px;
}

a.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

a.responsive-menu-close span:nth-child(1), a.responsive-menu-close span:nth-child(2) {
    width: 40px;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #000;
    height: 5px;
}

a.responsive-menu-close span:nth-child(1) {
    transform: rotate(-50deg);
    margin-top: 25px;
}

a.responsive-menu-close span:nth-child(2) {
    transform: rotate(50deg);
    margin-top: -5px;
}

a.responsive-menu-close:hover {
    background-color: #EFCBBF;
}

.responsive-menu .user__avatar {
    display: none;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgb(131 205 248 / 95%);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    font-family: 'sofia_probold';
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a, .responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.responsive-menu ul li i {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 40px;
    cursor: pointer;
    border-left: solid 1px #ffbea5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.responsive-menu ul li i.minus {
    background-image: url(images/ui/minus.svg);
}

.responsive-menu ul li i.plus {
    background-image: url(images/ui/plus.svg);
}

.responsive-menu ul li ul {
    margin: 0;
    padding: 0;
}

.responsive-menu ul li ul li a {
    font-size: 90%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #F0F0F0;
}

.responsive-menu ul li ul li ul li a {
    font-size: 80%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #E4E4E4 ;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
    display: block;
    text-align: center;
}

span[kjb-settings-id="sections_header_settings_language_login"] {
    padding-left: 23px;
}

span[kjb-settings-id="sections_header_settings_language_login"] a {
    border: solid 2px #000;
    padding: 3px 17px 2px 17px;
    line-height: 18px !important;
}

html{
  padding: 0px !important;
}

.header .logo--image.mobile_only {
    display: none;
}

.pf4_site_header{
  /* display: none !important; */
}
.pf4_site_header.active .section_inner{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.pf4_site_header.active .pf4_heade_logo{
  padding-top: 3px;
}
.pf4_site_header.active .pf4_heade_logo .logo--image{ 
  height: auto;
}
.pf4_site_header.active .pf4_heade_logo img{    
  width: 140px;
}
.pf4_site_header.active .pf4_header_right{
  padding-top: 5px;
}

@media screen and (max-width: 1440px) {
    span[kjb-settings-id="sections_header_settings_language_login"] {
        padding-left: 1.597vw;
    }

}

@media screen and (max-width: 1240px) {
    .pf4_site_header .section_inner {
        /* width: 1080px; */
        margin-bottom: 0px;
    }
}

@media (max-width: 1200px) {

    .pf4_heade_logo {
        width: 20%;
        padding-top: 15px;
    }

    .pf4_header_right {
        width: 79%;
        padding-top: 28px;
    }
}
@media screen and (max-width: 1140px){
  .pf4_heade_logo img {
    width: 140px;
    top: 0px;
  }
  .pf4_header_right {
    padding-top: 19px;
    /* display: none; */
  }
 .pf4_site_header.active .section_inner {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .pf4_header_right.style_2{
    display: block;
    padding-top: 0px;
    padding-left: 0px;
  }
  a.responsive-menu-hand{
    display:block;
    top: 1px;
    right: 0px;
  }
  .pf4_site_header.active a.responsive-menu-hand{
    top:8px;
  }
  .pf4_header_right ul{
    display:none;
  }

  .pf4_heade_logo{
    padding-left: 0px;
    text-align: left;
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  .pf4_site_header {
    padding-top: 8px;
    /* padding-bottom: 33px; */
  }
    .pf4_site_header.active {
        position: fixed;
        padding-top: 0px;
        padding-bottom: 8px;
    }
  .pf4_site_header .section_inner {
    width: 100%;
    margin-bottom: 0px;
  }

    .pf4_heade_logo {
        width: 45%;
        padding-top: 0px;
    }

    .pf4_header_right {
        width: 55%;
        padding-top: 6vw;
    }

    a.responsive-menu-hand span {
        display: block;
        top: 5vw;
    }

    .header .header-menu {
        display: none !important;
    }

    .pf4_heade_logo img {
    width: 172px;
    }

    a.responsive-menu-hand {
        display: block;
    }
    a.responsive-menu-hand{
        top: 13px;
    }
}

@media (max-width: 768px) {
  .pf4_site_header {
    /* position: relative; */
    padding-top: 21px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 35px;
  }
    .header .logo--image {
        height: auto !important;
        max-height: unset !important;
        max-width: 100%;
    }


    a.responsive-menu-hand {
        top: 22px;
    }
    .pf4_heade_logo {
        padding-top: 17px;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
        top: 11px;
    }
}

@media (max-width: 550px) {
    .pf4_site_header {
        padding-left: 8vw;
        padding-right: 7.2vw;
    }

    .pf4_heade_logo {
        /* padding-top: 42px; */
    }
   .pf4_heade_logo img {
    width: 126px;
    }
    a.responsive-menu-hand {
        top: 17px;
        right: -2px;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
        top: 11px;
    }
}


/*
  Section 01
=========================================*/
.s01{
    position:relative;
    padding-bottom: 45px;
    overflow: hidden;
}
.s01 .section_inner{
    padding-top: 136px;
    width: 1080px;
}
.s01_art1{
    width: 488px;
    height: 357px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background-image: url(s01-3.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.s01_art2{
    position: absolute;
    top: 142px;
    left: -59px;
    background-image: url(s01-2.png);
    background-position: center top;
    background-size: contain;
    width: 52px;
    height: 122px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s01_art3{
    width: 805px;
    height: 899px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.s01_art4{
    width: 679px;
    height: 679px;
    position: absolute;
    top: -111px;
    left: -179px;
    display: block;
    border-radius: 100%;
    background-color: #83cdf8;
}
.s01_title{
    width: 100%;
    text-align: center;
}
.s01_title h1{
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000;
    color: transparent;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 0.95;
    margin: 0px;
    padding-bottom: 39px;
}
.s01_title h1 mark{
    padding: 0px;
    background-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 4px 4px 0px #83cdf8;
    color: transparent;
}
.s01_left{
    width: 36%;
}
.s01_left_img{
    width: 214%;
    margin-left: -95%;
    padding-top: 139px;
    position: relative;
}
.s01_left_img img{
    position: relative;
    z-index: 1;
}
.s01_right{
    width: 64%;
    padding-left: 31px;
    padding-right: 143px;
    padding-bottom: 200px;
}
.s01_right hr{
    margin: 0px;
    height: 124px;
    background-color: #000;
    width: 2px;
    margin-left: 62px;
    margin-bottom: 6px;
}
.s01_right p{
    margin: 0px;
    letter-spacing: 0px;
    padding-bottom: 25px;
}
.s01_right a.button{
    margin-top: 24px;
    padding: 26px 46px 24px 41px;
}
.s01_arrow{
  width: 100%;
  text-align: center;
  margin-top: -101px;
  padding-left: 23px;
}
.s01_arrow span{
  width: 69px;
  height: 103px;
  display: inline-block;
  background-image: url(s01-5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: sp_down_arrow_bounce;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-duration: 2s;
}
@keyframes sp_down_arrow_bounce {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(15px); }
        100% { transform: translateY(0); }
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s01{
      position:relative;
      padding-bottom: 3.125vw;
  }
  .s01 .section_inner{
      padding-top: 9.444vw;
      width: 75vw;
  }
  .s01_art1{
      width: 33.889vw;
      height: 24.792vw;
      position: absolute;
      top: 0vw;
      right: 0vw;
      display: block;
      background-image: url(s01-3.png);
      background-position: top right;
      background-repeat: no-repeat;
      background-size: contain;
  }
  .s01_art2{
      position: absolute;
      top: 9.861vw;
      left: -4.097vw;
      background-image: url(s01-2.png);
      background-position: center top;
      background-size: contain;
      width: 3.611vw;
      height: 8.472vw;
      display: block;
      background-repeat: no-repeat;
      z-index: 1;
  }
  .s01_art3{
      width: 55.903vw;
      height: 62.431vw;
      position: absolute;
      top: 0vw;
      right: 0vw;
      background-position: top right;
      background-repeat: no-repeat;
      background-size: contain;
  }
  .s01_art4{
      width: 47.153vw;
      height: 47.153vw;
      position: absolute;
      top: -7.708vw;
      left: -12.431vw;
      display: block;
      border-radius: 100%;
      background-color: #83cdf8;
  }
  .s01_title{
      width: 100%;
      text-align: center;
  }
  .s01_title h1{
      -webkit-text-stroke-width: 0.208vw;
      -webkit-text-stroke-color: #000000;
      color: transparent;
      font-weight: 700;
      letter-spacing: -0.083vw;
      line-height: 0.95;
      margin: 0vw;
      padding-bottom: 2.708vw;
  }
  .s01_title h1 mark{
      padding: 0vw;
      background-color: transparent;
      -webkit-text-stroke-width: 0.208vw;
      -webkit-text-stroke-color: #000000;
      text-shadow: 0.278vw 0.278vw 0vw #83cdf8;
      color: transparent;
  }
  .s01_left{
      width: 36%;
  }
  .s01_left_img{
      width: 214%;
      margin-left: -95%;
      padding-top: 9.653vw;
      position: relative;
  }
  .s01_left_img img{
      position: relative;
      z-index: 1;
  }
  .s01_right{
      width: 64%;
      padding-left: 2.153vw;
      padding-right: 9.931vw;
      padding-bottom: 13.889vw;
  }
  .s01_right hr{
      margin: 0vw;
      height: 8.611vw;
      background-color: #000;
      width: 0.139vw;
      margin-left: 4.306vw;
      margin-bottom: 0.417vw;
  }
  .s01_right p{
      margin: 0vw;
      letter-spacing: 0vw;
      padding-bottom: 1.736vw;
  }
  .s01_right a.button{
      margin-top: 1.667vw;
      padding: 1.806vw 3.194vw 1.667vw 2.847vw;
  }
  .s01_arrow{
    width: 100%;
    text-align: center;
    margin-top: -7.014vw;
    padding-left: 1.597vw;
  }
  .s01_arrow span{
    width: 4.792vw;
    height: 7.153vw;
    display: inline-block;
    background-image: url(s01-5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

}
@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){
  .s01_right a.button{
      padding: 2.2vw 3.194vw 1.9vw 2.847vw;
  }
  .s01_arrow{}
  .s01_arrow span{}
}
@media screen and (max-width: 768px){
  .s01{
      padding-left: 6vw;
      padding-right: 6vw;
      padding-bottom: 2.6vw;
  }
  .s01 .section_inner{
      width: 100%;
      padding-top: 14.3vw;
      position: relative;
      z-index: 1;
  }
  .s01_art1{
      width: 33.889vw;
      height: 33.792vw;
      top: 0vw;
      right: 0vw;
      background-image: url(s01-3_m.png);
  }
  .s01_art2{
      top: -5.3vw;
      left: 4vw;
      width: 10.611vw;
      height: 25.472vw;
  }
  .s01_art3{
      width: 100%;
      height: 133.431vw;
  }
  .s01_art4{
      width: 56.153vw;
      height: 59.153vw;
      position: absolute;
      top: -11.708vw;
      left: -5.431vw;
  }
  .s01_title{}
  .s01_title h1{
      -webkit-text-stroke-width: 0.4vw;
      letter-spacing: -0.3vw;
      line-height: 0.88;
      padding-left: 12vw;
      padding-right: 12vw;
  }
  .s01_title h1 mark{
      -webkit-text-stroke-width: 0.4vw;
      text-shadow: 2px 6px 0px #83cdf8;
  }
  .s01_left{
      width: 100%;
      padding-bottom: 3.7vw;
  }
  .s01_left_img{
      width: 119%;
      margin-left: -40%;
      padding-top: 5.653vw;
      position: relative;
  }
  .s01_left_img img{}
  .s01_right{
      width: 100%;
      text-align: center;
      padding-left: 0vw;
      padding-right: 0vw;
      padding-bottom: 6.889vw;
  }
  .s01_right hr{
      display: none;
  }
  .s01_right p{
      padding-bottom: 2.5vw;
  }
  .s01_right a.button{
      padding: 3.3vw 6.194vw 3vw 6.847vw;
      letter-spacing: 0.68vw;
  }
  .s01_arrow{
      margin-top: 0.986vw;
      padding-left: 0vw;
  }
  .s01_arrow span{
      width: 10.9vw;
      height: 19.153vw;
  }
}
@media screen and (max-width: 550px){
  .s01{
      padding-left: 6vw;
      padding-right: 6vw;
      padding-bottom: 2.6vw;
  }
  .s01 .section_inner{
      width: 100%;
      padding-top: 14.3vw;
      position: relative;
      z-index: 1;
  }
  .s01_art1{
      width: 33.889vw;
      height: 33.792vw;
      top: 0vw;
      right: 0vw;
      background-image: url(s01-3_m.png);
  }
  .s01_art2{
      top: -5.3vw;
      left: 4vw;
      width: 10.611vw;
      height: 25.472vw;
  }
  .s01_art3{
      width: 100%;
      height: 133.431vw;
  }
  .s01_art4{
      width: 56.153vw;
      height: 59.153vw;
      position: absolute;
      top: -11.708vw;
      left: -5.431vw;
  }
  .s01_title{}
  .s01_title h1{
      -webkit-text-stroke-width: 0.6vw;
      letter-spacing: -0.6vw;
      line-height: 0.88;
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s01_title h1 mark{
      -webkit-text-stroke-width: 0.6vw;
      text-shadow: 0.8vw 0.4vw 0px #83cdf8;
  }
  .s01_left{
      width: 100%;
      padding-bottom: 3.4vw;
  }
  .s01_left_img{
      width: 119%;
      margin-left: -40%;
      padding-top: 5.653vw;
      position: relative;
  }
  .s01_left_img img{}
  .s01_right{
      width: 100%;
      text-align: center;
      padding-left: 0vw;
      padding-right: 0vw;
      padding-bottom: 6.889vw;
  }
  .s01_right hr{
      display: none;
  }
  .s01_right p{
      padding-bottom: 2.5vw;
  }
  .s01_right a.button{
      padding: 5.3vw 8.194vw 5vw 8.847vw;
      letter-spacing: 0.68vw;
  }
  .s01_arrow{
      margin-top: 0.986vw;
      padding-left: 0vw;
  }
  .s01_arrow span{
      width: 14.9vw;
      height: 21.153vw;
  }
}



/*
  Section 02
=========================================*/
.s02{
  position:relative;
  padding-bottom: 93px;
  margin-bottom: 0px;
}
.s02:after{
    content:"";
    position: absolute;
    background-color:#e8f6ff;
    display: block;
    z-index: 0;
    width: 100%;
    height: 435px;
    bottom: 0px;
    right: 0px;
}
.s02 .section_inner{
    width: 1053px;
    z-index: 1;
}
.s02_content{
    padding-top: 22px;
}
.s02_content h6{
    font-size: 30px;
    font-weight: 500;
    /* font-stretch: normal; */
    /* font-style: normal; */
    line-height: 1.57;
    letter-spacing: 1.5px;
    text-align: center;
    color: #000000;
}
.s02_content h6 br{}
.s02_art1{
    position: absolute;
    background-image: url(s02_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    width: 99px;
    height: 99px;
    top: 52px;
    left: 81px;
    z-index: -1;
}
.s02_vedio{
    padding-top: 95px;
    padding-left: 126px;
    position: relative;
    padding-right: 126px;
}
.s02_vedio img{
    /* text-align: center; */
}
.s02_art2{
  position: absolute;
  background-image: url(s02_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 0;
  width: 58px;
  height: 119px;
  top: 152px;
  right: 0px;
}
.s02_art3{
   position: absolute;
   background-image: url(s02_04.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   display: block;
   z-index: 0;
   width: 130px;
   height: 150px;
   bottom: -137px;
   left: -81px;
}
.s02_content h6 br.m{ display:none;}
.s02_vedio .video{
    margin-top: 0rem;
    margin-bottom: 0rem;
}
@media (max-width: 1440px) {
  .s02{
    padding-bottom: 6.458vw;
  }
  .s02:after{
      height: 30.208vw;
  }
  .s02 .section_inner{
      width: 73.125vw;
  }
  .s02_content{
      padding-top: 1.528vw;
  }
  .s02_content h6{
      font-size: 2.083vw;
      letter-spacing: 0.104vw;
  }
  .s02_content h6 br{}
  .s02_art1{
      width: 6.875vw;
      height: 6.875vw;
      top: 3.611vw;
      left: 5.625vw;
  }
  .s02_vedio{
      padding-top: 6.597vw;
      padding-left: 8.75vw;
      padding-right: 8.75vw;
  }
  .s02_vedio img{}
  .s02_art2{
    width: 4.028vw;
    height: 8.264vw;
    top: 10.556vw;
  }
  .s02_art3{
     width: 9.028vw;
     height: 10.417vw;
     bottom: -9.514vw;
     left: -5.625vw;
  }
  .s02_content h6 br.m{}
  .s02_vedio .video{}
}
@media (max-width: 1140px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
  .s02{padding-bottom: 14.2vw;}
  .s02:after{height: 51.056vw;}
  .s02 .section_inner{width: 100%;}
  .s02_content{padding-left: 5.6vw;padding-right: 5.6vw;padding-top: 0.6vw;}
  .s02_content h6{font-size: 4.2vw;line-height: 1.17;letter-spacing: 0.24vw;padding-left: 1.3vw;}
  .s02_content h6 br{
      display: none;
  }
  .s02_content h6 span{
      font-size: 4.729vw;
      line-height: 1.1;
  }
  .s02_content h6 br.m{ display:block;}
  .s02_art1{display: none;}
  .s02_vedio{padding-left: 0vw;padding-right: 0vw;padding-top: 27.4vw;}
  .s02_vedio img{}
  .s02_art2{width: 9.028vw;height: 24.264vw;top: -2.3vw;right: 13.8vw;}
  .s02_art3{width: 12.028vw;height: 16.417vw;bottom: inherit;left: 12.375vw;top: 14.5vw;}
}
@media (max-width: 550px) {
  .s02{padding-bottom: 14.2vw;}
  .s02:after{height: 47.9vw;}
  .s02 .section_inner{width: 100%;}
  .s02_content{padding-left: 5.6vw;padding-right: 5.6vw;padding-top: 0.6vw;}
  .s02_content h6{font-size: 5.2vw;line-height: 1.17;letter-spacing: 0.24vw;padding-left: 1.3vw;}
  .s02_content h6 br{
      display: none;
  }
  .s02_content h6 span{
      font-size: 5.729vw;
      line-height: 1.1;
  }
  .s02_content h6 br.m{ display:block;}
  .s02_art1{display: none;}
  .s02_vedio{padding-left: 0vw;padding-right: 0vw;padding-top: 27.4vw;}
  .s02_vedio img{}
  .s02_art2{width: 13.028vw;height: 25.264vw;top: -2.3vw;right: 13.8vw;}
  .s02_art3{width: 15.028vw;height: 16.417vw;bottom: inherit;left: 12.1vw;top: 14.5vw;background-image: url(s02_04_m.png);}
}

/*
  Section 03
=========================================*/
.s03{
  padding-top: 96px;
  padding-bottom: 60px;
}
.s03 .section_inner{
    width: 1160px;
}
.s03_title{
    width: 100%;
    padding-bottom: 43px;
}
.s03_title h5{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    color: transparent;
    font-weight: 700;
    letter-spacing: -1.3px;
    line-height: 1.2;
    font-size: 52px;
}
.s03_title h5 br{}
.s03_title h5 mark{
    padding: 0px;
    background-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 2px 4px 0px #83cdf8;
    color: transparent;
}
.s03_left{
    width: 50%;
    padding-right: 49px;
}
.s03_right{
    width: 50%;
    margin-left: -0.5%;
}
.s03_ul_list{}
.s03_ul_list ul{
    margin: 0px;
    padding: 0px;
}
.s03_ul_list ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 44px;
    line-height: 1.55;
    letter-spacing: 0px;
    padding-bottom: 33px;
    position: relative;
}
.s03_ul_list ul li:before{
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    background-image: url(s09-2.png);
    background-position: center top;
    background-size: contain;width: 23px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s03{
    padding-top: 6.667vw;
    padding-bottom: 4.2vw;
  }
  .s03 .section_inner{
      width: 80.556vw;
  }
  .s03_title{
      width: 100%;
      padding-bottom: 2.986vw;
  }
  .s03_title h5{
      -webkit-text-stroke-width: 0.139vw;
      -webkit-text-stroke-color: #000000;
      color: transparent;
      font-weight: 700;
      letter-spacing: -0.09vw;
      line-height: 1.2;
      font-size: 3.611vw;
  }
  .s03_title h5 br{}
  .s03_title h5 mark{
      padding: 0vw;
      background-color: transparent;
      -webkit-text-stroke-width: 0.139vw;
      -webkit-text-stroke-color: #000000;
      text-shadow: 0.139vw 0.278vw 0vw #83cdf8;
      color: transparent;
  }
  .s03_left{
      width: 50%;
      padding-right: 3.403vw;
  }
  .s03_right{
      width: 50%;
      margin-left: -0.5%;
  }
  .s03_ul_list{}
  .s03_ul_list ul{
      margin: 0vw;
      padding: 0vw;
  }
  .s03_ul_list ul li{
      margin: 0vw;
      padding: 0vw;
      list-style: none;
      padding-left: 3.056vw;
      line-height: 1.55;
      letter-spacing: 0vw;
      padding-bottom: 2.292vw;
      position: relative;
  }
  .s03_ul_list ul li:before{
      content: "";
      position: absolute;
      top: 0.486vw;
      left: 0.069vw;
      background-image: url(s09-2.png);
      background-position: center top;
      background-size: contain;width: 1.597vw;
      height: 1.389vw;
      display: block;
      background-repeat: no-repeat;
      z-index: 1;
  }
}
@media screen and (max-width: 1140px){
  .s03{
      padding-top: 3.667vw;
      padding-left: 7vw;
      padding-right: 7vw;
  }
  .s03 .section_inner{
      width: 100%;
  }
}
@media screen and (max-width: 1024px){
  .s03_title h5{
      font-size: 4.472vw;
  }
  .s03_title h5 br{
      display: none;
  }
}
@media screen and (max-width: 768px){
  .s03{
      padding-left: 5vw;
      padding-right: 5vw;
      padding-top: 5.6vw;
      padding-bottom: 7.375vw;
  }
  .s03_title h5{
      font-size: 7.3vw;
      -webkit-text-stroke-width: 0.3vw;
      line-height: 1.08;
      padding-bottom: 3.6vw;
      letter-spacing: -0.6vw;
      margin-bottom: 0vw;
  }
  .s03_title h5 br{
      display: none;
  }
  .s03_title h5 mark{
      -webkit-text-stroke-width: 0.3vw;
      text-shadow: -0.2vw 0.7vw 0vw #83cdf8;
  }
  .s03_left{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s03_right{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s03_ul_list ul li{
      padding-left: 8.7vw;
      letter-spacing: 0vw;
      line-height: 1.55;
      padding-bottom: 7.1vw;
  }
  .s03_ul_list ul li:before{
      width: 4.792vw;
      height: 4.167vw;
      top: 0.9vw;
      left: -0.1vw;
  }
}
@media screen and (max-width: 550px){
  .s03{
      padding-left: 5vw;
      padding-right: 5vw;
      padding-top: 6.4vw;
      padding-bottom: 7.375vw;
  }
  .s03 .section_inner{}
  .s03_title{}
  .s03_title h5{
      font-size: 10.3vw;
      -webkit-text-stroke-width: 0.4vw;
      line-height: 1.08;
      padding-bottom: 3.6vw;
      letter-spacing: -0.6vw;
      margin-bottom: 0vw;
  }
  .s03_title h5 br{
      display: none;
  }
  .s03_title h5 mark{
      -webkit-text-stroke-width: 0.4vw;
      text-shadow: -0.2vw 0.7vw 0vw #83cdf8;
  }
  .s03_left{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s03_right{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s03_ul_list ul li{
      padding-left: 8.7vw;
      letter-spacing: 0vw;
      line-height: 1.55;
      padding-bottom: 7.1vw;
  }
  .s03_ul_list ul li:before{
      width: 4.792vw;
      height: 4.167vw;
      top: 0.9vw;
      left: -0.1vw;
  }
}
/*
  Section 04
=========================================*/
.s04{
    background-color: #2D2D2D;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 83px;
}
.s04 .section_inner{
    position: relative;
    width: 1180px;
}
.s04_art1{
    position: absolute;
    top: -85px;
    left: 74px;
    background-image: url(s04-1.png);
    background-position: center top;
    background-size: contain;
    width: 58px;
    height: 119px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s04_art2{
    position: absolute;
    top: -173px;
    right: -72px;
    background-image: url(s04-2.png);
    background-position: center top;
    background-size: contain;
    width: 166px;
    height: 150px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s04_art3{
    position: absolute;
    bottom: -26px;
    right: 54px;
    background-image: url(s04-3.png);
    background-position: center top;
    background-size: contain;
    width: 81px;
    height: 103px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s04 article h3{
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #DAFF01;
    color: transparent;
    letter-spacing: -1.3px;
    margin-bottom: 0px;
    padding-bottom: 17px;
}
.s04 article p{
    color: #FFFFFF;
    letter-spacing: 0px;
    padding-bottom: 34px;
    margin: 0px;
}
.s04 article p br{}
.s04_col_link{
    margin: 0 auto;
    padding-top: 13px;
}
.s04 .s04_col_link .button{}
.s04 .s04_col_link a.button:hover{
  background-color:#FFF;
  color:#000;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s04{
      padding-top: 4.583vw;
      padding-bottom: 5.764vw;
  }
  .s04 .section_inner{
      width: 81.944vw;
  }
  .s04_art1{
      top: -5.903vw;
      left: 5.139vw;
      width: 4.028vw;
      height: 8.264vw;
  }
  .s04_art2{
      top: -12.014vw;
      right: -5vw;
      width: 11.528vw;
      height: 10.417vw;
  }
  .s04_art3{
      bottom: -1.806vw;
      right: 3.75vw;
      width: 5.625vw;
      height: 7.153vw;
  }
  .s04 article{}
  .s04 article h3{
      -webkit-text-stroke-width: 0.104vw;
      letter-spacing: -0.1vw;
  }
  .s04 article p{
      letter-spacing: 0vw;
      padding-bottom: 2.4vw;
  }
  .s04 article p br{}
  .s04_col_link{
      padding-top: 0.903vw;
  }
  .s04 .s04_col_link .button{}
}
@media screen and (max-width: 1140px){
  .s04{
    padding-left: 7vw;
    padding-right: 7vw;
}
  .s04 .section_inner{
    width: 100%;
}

}
@media screen and (max-width: 1024px){
  .s04 article p br{
    display: none;
    }
}
@media screen and (max-width: 768px){
  .s04{
      padding-left: 9vw;
      padding-right: 9vw;
      padding-bottom: 16.042vw;
      position: relative;
      z-index: 3;
  }
  .s04 .section_inner{}
  .s04_art1{
      width: 9.083vw;
      height: 24.792vw;
      top: -8.542vw;
      left: -1.875vw;
  }
  .s04_art2{
      top: -18.125vw;
      right: -1.667vw;
      width: 20.167vw;
      height: 27.708vw;
      background-image: url(s04-2-mobile.png);
  }
  .s04_art3{
      bottom: inherit;
      right: -16.375vw;
      top: 40vw;
      width: 15.25vw;
      height: 17.25vw;
  }
  .s04 article{
      position: relative;
      z-index: 3;
  }
  .s04 article h3{
      -webkit-text-stroke: 0.417vw #daff01;
      font-size: 8.604vw;
      line-height: 1.12;
      letter-spacing: normal;
      padding-top: 12.917vw;
      margin-bottom: 0vw;
      -webkit-text-stroke-width: 0.2vw;
  }
  .s04 article p{
      margin-top: 1.667vw;
      margin-bottom: 5.833vw;
  }
  .s04 article p br{}
  .s04_col_link{}
  .s04 .s04_col_link .button{
      padding: 3.3vw 6.194vw 3vw 6.847vw;
  }
}
@media screen and (max-width: 550px){
  .s04{
      padding-left: 9vw;
      padding-right: 9vw;
      padding-bottom: 16.042vw;
      position: relative;
      z-index: 3;
  }
  .s04 .section_inner{}
  .s04_art1{
      width: 12.083vw;
      height: 24.792vw;
      top: -8.542vw;
      left: -1.875vw;
  }
  .s04_art2{
      top: -18.125vw;
      right: -1.667vw;
      width: 29.167vw;
      height: 27.708vw;
      background-image: url(s04-2-mobile.png);
  }
  .s04_art3{
      bottom: inherit;
      right: -19.375vw;
      top: 40vw;
      width: 21.25vw;
      height: 21.25vw;
  }
  .s04 article{
      position: relative;
      z-index: 3;
  }
  .s04 article h3{
    -webkit-text-stroke: 0.417vw #daff01;
    font-size: 12.604vw;
    line-height: 1.12;
    letter-spacing: normal;
    padding-top: 12.917vw;
    padding-bottom: 0vw;
    margin-bottom: -0.6vw;
  }
  .s04 article p{
    margin-top: 1.667vw;
    margin-bottom: 5.833vw;
    padding-bottom: 1.3vw;
  }
  .s04 article p br{}
  .s04_col_link{}
  .s04 .s04_col_link .button{
      padding: 5.3vw 10vw 5vw 10vw;
  }
}
/*
  Section 05
=========================================*/
.s05{
    padding-top: 121px;
    margin-bottom: -9px;
}
.s05 .section_inner{
    width: 1135px;
}
.s05_art1{
    position: absolute;
    top: -154px;
    left: -90px;
    background-image: url(s05-1.png);
    background-position: center top;
    background-size: contain;
    width: 179px;
    height: 163px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s05_header{
    width: 100%;
    text-align: center;
}
.s05_header h5{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    color: transparent;
    font-style: normal;
    line-height: 1.20;
    font-size: 54px;
    letter-spacing: -1.9px;
}
.s05_header h5 span{
    text-shadow: 4px 3px 0px #83CDF8;
}
.s05_header h5 br{}
.s05_content{
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    width: 100%;
}
.s05_content_left{
    width: 42%;
}
.s05_content_left_img{
    margin-left: -31.8%;
    padding-top: 54px;
}
.s05_content_left_img span img{
    position: relative;
    z-index: 2;
    margin: 0;
}
.s05_content_left_img span{
    position:relative;
    display: block;
}
.s05_content_left_img span:before{
    content:"";
    position: absolute;
    display: block;
    width: 600px;
    height: 600px;
    top: 158px;
    left: -40px;
    background-color: #83CDF8;
    border-radius: 100%;
  z-index: 0;
}
.s05_content_right{
    width: 58%;
    padding-top: 0;
}
.s05_content_right_item{
    position: relative;
    /* min-height: 300px; */
}
.s05_item_art_img{
    display: inline-block;
}
.s05_item_art_img img{
    display: inline-block;
    position: absolute;
    top: 37px;
    left: -2px;
    width: 78px;
}
.s05_content_right_item article{
    padding-left: 98px;
}
.s05_content_right_item article h6{
    margin-bottom: 0;
    font-weight: 600;
}
.s05_content_right_item article p{
    margin-top: 1px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}
.s05_content_right_item article p br{}

.s05_content_right_items {
    padding-bottom: 0;
    padding-top: 100px;
}
.s05 .slick-prev,
.s05 .slick-next {
  background-color: transparent;
    border: 0px;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 39px;
    height: 50px;
    padding: 0px;
    margin: 0px;
    background-size: contain;
    position: absolute;
    top: auto;
    z-index: 2;
    bottom: 0;
    left: 100px !important;
}
.s05 .slick-prev {
  background-image: url(s08-1.png);
  left: -110px;
  transform: rotate(90deg);
  bottom: 67px;
}
.s05 .slick-next {
  background-image: url(s08-2.png);
  right: -112px;
  transform: rotate(90deg);
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s05{
      padding-top: 8.403vw;
      margin-bottom: -0.56vw;
  }
  .s05 .section_inner{
      width: 78.819vw;
  }
  .s05_art1{
      top: -10.694vw;
      left: -6.25vw;
      width: 12.431vw;
      height: 11.319vw;
  }
  .s05_header{
      width: 100%;
  }
  .s05_header h5{
      -webkit-text-stroke-width: 0.139vw;
      font-size: 3.681vw;
      letter-spacing: -0.104vw;
  }
  .s05_header h5 span{
      text-shadow: 0.278vw 0.208vw 0vw #83CDF8;
  }
  .s05_header h5 br{}
  .s05_content{
      width: 100%;
  }
  .s05_content_left{
      width: 42%;
  }
  .s05_content_left_img{
      margin-left: -31.8%;
      padding-top: 3.75vw;
  }
  .s05_content_left_img span:before{
      width: 41.667vw;
      height: 41.667vw;
      top: 10.972vw;
      left: -2.778vw;
      border-radius: 100%;
  }
  .s05_content_right{
      width: 58%;
      padding-top: 0;
  }
  .s05_item_art_img img{
      top: 2.569vw;
      left: -0.139vw;
      width: 5.417vw;
  }
  .s05_content_right_item article{
      padding-left: 6.806vw;
  }
  .s05_content_right_item article h6{}
  .s05_content_right_item article p{
      margin-top: 0.069vw;
      letter-spacing: 0vw;
      margin-bottom: 0.347vw;
  }
  .s05_content_right_items {
      padding-bottom: 0;
      padding-top: 6.944vw;
  }
  .s05 .slick-prev, .s05 .slick-next {
      width: 2.708vw;
      height: 3.472vw;
      left: 6.944vw !important;
  }
  .s05 .slick-prev {
      bottom: 4.653vw;
  }
  .s05_content_right_item article p br{}
}
@media screen and (max-width: 1140px){
  .s05{
      padding-left: 7vw;
      padding-right: 7vw;
  }
  .s05 .section_inner{
      width: 100%;
  }
}
@media screen and (max-width: 1024px){
  .s05_header h5{
      font-size: 4.472vw;
  }
  .s05_content_right_item article p br{
      display: none;
  }
}
@media screen and (max-width: 768px){
  .s05{
      padding-left: 5vw;
      padding-right: 5vw;
      padding-bottom: 8.75vw;
  }
  .s05 .section_inner{
      width: 100%;
  }
  .s05_art1{
      top: -12.292vw;
      left: 4.792vw;
      width: 19.083vw;
      height: 34.167vw;
      background-image: url(s05-1-mobile.png);
  }
  .s05_header{
      position: relative;
      z-index: 2;
      padding-top: 11.583vw;
  }
  .s05_header h5{
      font-size: 7.417vw;
      font-weight: 500;
      line-height: 1.17;
      letter-spacing: normal;
      -webkit-text-stroke: 0.417vw #000000;
      -webkit-text-stroke-width: 2px;
  }
  .s05_content_left{
      width: 100%;
  }
  .s05_content_left_img{
      margin-left: 0;
      padding-top: 6.25vw;
      padding-bottom: 0vw;
      margin-bottom: -10.417vw;
      left: -12.708vw;
      position: relative;
  }
  .s05_content_left_img span img{
      max-width: 79.8%;
  }
  .s05_content_left_img span{}
  .s05_content_left_img span:before{
      width: 77.917vw;
      height: 78.125vw;
      top: 12.5vw;
      left: 11.458vw;
  }
  .s05_content_right{
      width: 100%;
      padding-left: 6.458vw;
      padding-top: 0vw;
  }
  .s05_content_right_item{
      padding-bottom: 5.833vw;
  }
  .s05_item_art_img{
      display: block;
  }
  .s05_item_art_img img{
      width: 14.167vw;
      height: 14.167vw;
      position: inherit;
      top: inherit;
      left: inherit;
  }
  .s05_content_right_item article{
      padding-left: 0vw;
  }
  .s05_content_right_item article h6{
      font-size: 4.208vw;
      font-weight: 600;
      line-height: 1.55;
      letter-spacing: normal;
      color: #000000;
  }
  .s05_content_right_item article p{}
  .s05_content_right_item article p br{}
}
@media screen and (max-width: 550px){
  .s05{
      padding-left: 5vw;
      padding-right: 5vw;
      padding-bottom: 7.75vw;
  }
  .s05 .section_inner{
      width: 100%;
  }
  .s05_art1{
      top: -17.292vw;
      left: 4.792vw;
      width: 32.083vw;
      height: 34.167vw;
      background-image: url(s05-1-mobile.png);
      z-index: 3;
  }
  .s05_header{
      position: relative;
      z-index: 2;
      padding-top: 24.583vw;
  }
  .s05_header h5{
      font-size: 10.417vw;
      font-weight: bold;
      line-height: 1.17;
      letter-spacing: normal;
      -webkit-text-stroke: 0.417vw #000000;
  }
  .s05_header h5 span{
    text-shadow: -0.378vw 0.408vw 0vw #83CDF8;
}
  .s05_header h5 br{}
  .s05_content{}
  .s05_content_left{
      width: 100%;
  }
  .s05_content_left_img{
      margin-left: 0;
      padding-top: 6.25vw;
      padding-bottom: 0vw;
      margin-bottom: -10.417vw;
      left: -12.708vw;
      position: relative;
  }
  .s05_content_left_img span img{
      max-width: 79.8%;
      margin: 0;
  }
  .s05_content_left_img span{}
  .s05_content_left_img span:before{
      width: 77.917vw;
      height: 78.125vw;
      top: 12.5vw;
      left: 11.458vw;
  }
  .s05_content_right{
      width: 100%;
      padding-left: 6.458vw;
      padding-top: 0vw;
  }
  .s05_content_right_item{
      padding-bottom: 7.5vw;
  }
  .s05_item_art_img{
      display: block;
  }
  .s05_item_art_img img{
    width: 13.167vw;
    height: auto;
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .s05_content_right_item article{
      padding-left: 0vw;
  }
  .s05_content_right_item article h6{
      font-size: 5.208vw;
      font-weight: 600;
      line-height: 1.55;
      letter-spacing: normal;
      color: #000000;
      padding-top: 0.4vw;
  }
  .s05_content_right_item article p{}
  .s05_content_right_item article p br{}

   .s05 .slick-prev, .s05 .slick-next {
      width: 5.708vw;
      height: 7.472vw;
      left: 6.944vw !important;
  }
  .s05 .slick-prev {
      bottom: 7.653vw;
  }
  .s05_content_right_items {
      padding-bottom: 14.167vw;
      padding-top: 6.944vw;
  }
}
/*
  Section 06
=========================================*/
.s06{
    padding-top: 104px;
    position: relative;
    padding-bottom: 47px;
}
.s06_art1{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 693px;
    background-color: #83cdf8;
    display: block;
}
.s06 .section_inner{
  width: 1330px;
  z-index: 1;
}
.s06_left{
    width: 46%;
    padding-right: 3px;
    padding-top: 145px;
}
.s06_left h2{
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000;
    color: transparent;
    font-weight: 700;
    letter-spacing: -2.2px;
    line-height: 0.95;
    text-align: right;
    margin-right: -80px;
}
.s06_left h2 br{}
.s06_left h2 span{
    text-align: right;
    display: inline-block;
    position: relative;
}
.s06_left h2 span.s1:before{
  content:"";
  position:absolute;
  bottom: 28px;
  left: -63px;
  display:block;
  width: 121px;
  height: 121px;
  background-color: #d1fa05;
  border-radius:100%;
}
.s06_left h2 mark{
    padding: 0px;
    background-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 2px 6px 0px #daff01;
    color: transparent;
    margin-right: -26px;
}
.s06_left h2 span{
  position: relative;
  z-index: 1;
}
.s06_left article{
    text-align: right;
    padding-top: 8px;
    padding-left: 93px;
    letter-spacing: 0px;
}
.s06_left article p{
    padding-bottom: 20px;
    margin: 0px;
}

.s06_right{
    width: 54%;
    padding-left: 24px;
    padding-top: 2px;
}
.s06_right img{}

.s06_bottom{
    width: 100%;
    padding-top: 15px;
    text-align: center;
}
.s06_bottom article{
    letter-spacing: 0px;
    padding-left: 7px;
}
.s06_bottom article p{
    margin: 0px;
    padding-bottom: 25px;
}
.s06_bottom article p br{}
.s06_bottom article p strong{}

.s06_testimonial{
    width: 100%;
    padding-top: 14px;
    padding-left: 16px;
}
.s06_testimonial h6{
    font-size: 31.5px;
    letter-spacing: 1.7px;
    line-height: 1.2;
}
.s06_testimonial h6 span{
  position:relative;
}
.s06_testimonial h6 span:before{
  content:"";
  position:absolute;
  width: 68px;
  height: 52px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}
.s06_testimonial h6 span.s1:before{
    background-image: url(s06-2.png);
    top: -24px;
    left: -81px;
}
.s06_testimonial h6 span.s2:before{
    background-image: url(s06-3.png);
    bottom: -29px;
    right: -89px;
}
.s06_testimonial h6 mark{
    text-shadow: 6px 2px 0px #daff01;
    color: #000;
    background-color: transparent;
}
.s06_testimonial h6 mark br{}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s06{
      padding-top: 7.2vw;
      padding-bottom: 3.264vw;
  }
  .s06_art1{
      width: 100%;
      top: 0vw;
      left: 0vw;
      height: 48.125vw;
  }
  .s06 .section_inner{
    width: 92.361vw;
  }
  .s06_left{
      width: 46%;
      padding-right: 0.208vw;
      padding-top: 10.069vw;
  }
  .s06_left h2{
      -webkit-text-stroke-width: 0.208vw;
      letter-spacing: -0.153vw;
      margin-right: -5.556vw;
  }
  .s06_left h2 br{}
  .s06_left h2 span{}
  .s06_left h2 span.s1:before{
    bottom: 1.944vw;
    left: -4.375vw;
    width: 8.403vw;
    height: 8.403vw;
  }
  .s06_left h2 mark{
      padding: 0vw;
      -webkit-text-stroke-width: 0.208vw;
      text-shadow: 0.139vw 0.417vw 0vw #daff01;
      margin-right: -1.806vw;
  }
  .s06_left h2 span{}
  .s06_left article{
      padding-top: 0.7vw;
      padding-left: 6.458vw;
      letter-spacing: 0vw;
  }
  .s06_left article p{
      padding-bottom: 1.389vw;
      margin: 0vw;
  }
  .s06_right{
      width: 54%;
      padding-left: 1.667vw;
  }
  .s06_right img{}
  .s06_bottom{
      width: 100%;
      padding-top: 1.042vw;
  }
  .s06_bottom article{
      letter-spacing: 0vw;
      padding-left: 0.486vw;
  }
  .s06_bottom article p{
      margin: 0vw;
      padding-bottom: 1.736vw;
  }
  .s06_bottom article p br{}
  .s06_bottom article p strong{}
  .s06_testimonial{
      width: 100%;
      padding-top: 0.972vw;
      padding-left: 1.111vw;
  }
  .s06_testimonial h6{
      font-size: 2.188vw;
      letter-spacing: 0.118vw;
  }
  .s06_testimonial h6 span{}
  .s06_testimonial h6 span:before{
    width: 4.722vw;
    height: 3.611vw;
  }
  .s06_testimonial h6 span.s1:before{
      top: -1.667vw;
      left: -5.625vw;
  }
  .s06_testimonial h6 span.s2:before{
      bottom: -2.014vw;
      right: -6.181vw;
  }
  .s06_testimonial h6 mark{
      text-shadow: 0.417vw 0.139vw 0vw #daff01;
  }
  .s06_testimonial h6 mark br{}
}
@media screen and (max-width: 1140px){
  .s06{
      padding-left: 4vw;
      padding-right: 4vw;
  }
  .s06_art1{}
  .s06 .section_inner{
      width: 100%;
  }
}
@media screen and (max-width: 1024px){
  .s06_left article{
      padding-left: 0vw;
  }
}
@media screen and (max-width: 768px){
  .s06{
      padding-left: 7vw;
      padding-right: 7vw;
      padding-bottom: 11.458vw;
  }
  .s06_art1{
      height: 216.7vw;
  }
  .s06 .section_inner{}
  .s06_left{
      width: 100%;
      padding-top: 7.5vw;
  }
  .s06_left h2{
      -webkit-text-stroke: 0.625vw #000000;
      font-family: GothamHTF;
      font-size: 10.042vw;
      font-weight: 500;
      line-height: 0.96;
      letter-spacing: normal;
      margin-right: 0vw;
      padding-right: 8.958vw;
      -webkit-text-stroke-width: 0.3vw;
  }
  .s06_left h2 br{}
  .s06_left h2 span{}
  .s06_left h2 span.s1:before{
      bottom: 3.958vw;
      left: -12.292vw;
      width: 22.083vw;
      height: 22.083vw;
  }
  .s06_left h2 mark{
      margin-right: -4.792vw;
      -webkit-text-stroke-width: 0.625vw;
      text-shadow: 0.417vw 1.042vw 0vw #daff01;
      -webkit-text-stroke-width: 0.3vw;
  }
  .s06_left h2 span{}
  .s06_left article{
      text-align: center;
      padding-left: 1.25vw;
      padding-right: 1.25vw;
  }
  .s06_left article p{}
  .s06_right{
      display: none;
  }
  .s06_right.mobile_only{
    display:block;
    width: 94.5%;
    padding-left: 0vw;
    padding-top: 4.792vw;
    padding-bottom: 8.125vw;
    margin-left: 2.292vw;
  }
  .s06_right.mobile_only img{}
  .s06_bottom{
      padding-top: 13.958vw;
  }
  .s06_bottom article p br{
  display: none;
  }
  .s06_testimonial{
      padding-left: 6.875vw;
      padding-right: 3.542vw;
      padding-top: 9.583vw;
  }
  .s06_testimonial h6{
      font-size: 4.563vw;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: 0.329vw;
  }
  .s06_testimonial h6 span{
      padding-left: 5.208vw;
  }
  .s06_testimonial h6 .s2{
    padding-left: 0vw;
    margin-right: -1.25vw;
  }
  .s06_testimonial h6 span:before{}
  .s06_testimonial h6 span.s1:before{
      width: 11.167vw;
      height: 10.833vw;
      top: -5.417vw;
      left: -6.375vw;
  }
  .s06_testimonial h6 span.s2:before{
      width: 11.167vw;
      height: 8.833vw;
      bottom: -5vw;
      right: -11.417vw;
  }
  .s06_testimonial h6 mark{}
  .s06_testimonial h6 mark br{
      display: none;
  }
}
@media screen and (max-width: 550px){
  .s06{
      padding-left: 7vw;
      padding-right: 7vw;
      padding-bottom: 5.458vw;
  }
  .s06_art1{
      height: 280.3vw;
  }
  .s06 .section_inner{}
  .s06_left{
      width: 100%;
      padding-top: 7.5vw;
  }
  .s06_left h2{
      -webkit-text-stroke: 0.625vw #000000;
      font-family: GothamHTF;
      font-size: 16.042vw;
      font-weight: bold;
      line-height: 0.96;
      letter-spacing: normal;
      margin-right: 0vw;
      padding-right: 8.958vw;
  }
  .s06_left h2 br{}
  .s06_left h2 span{}
  .s06_left h2 span.s1:before{
      bottom: 3.958vw;
      left: -12.292vw;
      width: 22.083vw;
      height: 22.083vw;
  }
  .s06_left h2 mark{
      margin-right: -4.792vw;
      -webkit-text-stroke-width: 0.625vw;
      text-shadow: 0.217vw 0.842vw 0vw #daff01;
  }
  .s06_left h2 span{}
  .s06_left article{
      text-align: center;
      padding-left: 1.25vw;
      padding-right: 1.25vw;
  }
  .s06_left article p{}
  .s06_right{
      display: none;
  }
  .s06_right.mobile_only{
    display:block;
    width: 94.5%;
    padding-left: 0vw;
    padding-top: 4.792vw;
    padding-bottom: 8.125vw;
    margin-left: 2.292vw;
  }
  .s06_right.mobile_only img{}
  .s06_bottom{
      padding-top: 13.958vw;
  }
  .s06_bottom article{}
  .s06_bottom article p{}
  .s06_bottom article p br{
  }
  .s06_bottom article p strong{}
  .s06_testimonial{
      padding-left: 6.875vw;
      padding-right: 3.542vw;
      padding-top: 9.2vw;
  }
  .s06_testimonial h6{
      font-size: 6.563vw;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: 0.329vw;
  }
  .s06_testimonial h6 span{
      padding-left: 5.208vw;
  }
  .s06_testimonial h6 .s2{
    padding-left: 0vw;
    margin-right: -1.25vw;
  }
  .s06_testimonial h6 span:before{}
  .s06_testimonial h6 span.s1:before{
      width: 14.167vw;
      height: 10.833vw;
      top: -5.417vw;
      left: -9.375vw;
  }
  .s06_testimonial h6 span.s2:before{
      width: 14.167vw;
      height: 10.833vw;
      bottom: -5vw;
      right: -15.417vw;
  }
  .s06_testimonial h6 mark{
    text-shadow: 0vw 0.7vw 0vw #daff01;
}
  .s06_testimonial h6 mark br{
      display: none;
  }
}
/*
  Section 09
=========================================*/
.s07 .section_inner{
    padding-top: 59px;
    padding-bottom: 75px;
}
.s07_art1{
    width: 100%;
    display: block;
    position: relative;
}
.s07_art1:before{
    content:"";
    height: 4px;
    width: 100%;
    display: block;
    position: absolute;
    top: 45px;
    left: 0px;
    background-color: #000;
}
.s07_art1 span{
    width: 95px;
    height: 95px;
    background-image: url(s06-4.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
.s07_art2{
    position: absolute;
    bottom: -62px;
    left: -96px;
    background-image: url(s07-5.png);
    background-position: center top;
    background-size: contain;
    width: 228px;
    height: 369px;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
}
.s07_title{
    width: 100%;
    padding-left: 20px;
    position: relative;
    z-index: 4;
}
.s07_title h5{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    color: transparent;
    font-weight: 700;
    letter-spacing: -1.3px;
    line-height: 1.2;
    text-align: center;
    font-size: 52px;
}
.s07_title h5 br{}
.s07_title h5 br.m{ display: none; }
.s07_title h5 mark{
    padding: 0px;
    background-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 2px 4px 0px #83cdf8;
    color: transparent;
}
.s07_list{
    margin-top: -49px;
    width: 100%;
    z-index: 3;
    position: relative;
}
.s07_list_in{
  position: relative;
  padding-top: 133px;
  width: 100%;
  padding-bottom: 67px;
}
.s07_list_in:before{
  content:"";
  position:absolute;
  top:0px;
  left:111px;
  width:857px;
  height:100%;
  background-color: #e8f6ff;
}
.s07_col{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-bottom: 17px;
}
.s07_col_left{
    width: 39%;
    margin-left: -2%;
    margin-right: -3%;
}
.s07_col_left:before{
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  background-color: #83cdf8;
}
.s07_col_left img{}
.s07_col_right{
    width: 66%;
    padding-top: 8px;
    padding-left: 19px;
    padding-right: 11px;
    letter-spacing: 0px;
}
.s07_col_right h6{
    margin: 0px;
    letter-spacing: 0.1px;
    padding-bottom: 1px;
    font-weight: 600;
    color: #000000;
}
.s07_col_right p{
    margin: 0px;
    padding-bottom: 25px;
}

.s07_col_left.style_1:before{
  width: 268px;
  height: 268px;
  left: -49px;
  top: -59px;
  z-index: -1;
  border-radius: 100%;
}
.s07_col_left.style_2:before{
  right: -55px;
  top: -21px;
  z-index: -1;
  border-radius: 100%;
  width: 332px;
  height: 332px;
}
.s07_col_left.style_3:before{
  left: -46px;
  z-index: -1;
  border-radius: 100%;
  width: 232px;
  height: 232px;
  top: -58px;
}
.s07_col_left.style_4:before{
  right: -28px;
  z-index: -1;
  border-radius: 100%;
  width: 231px;
  height: 231px;
  top: -61px;
}
.s07_col:nth-child(2n+0){}
.s07_col:nth-child(2n+0) .s07_col_left{
  order: 2;
  width: 41%;
  padding-left: 9px;
}
.s07_col:nth-child(2n+0) .s07_col_right{
  order: 1;
  width: 64%;
  text-align: right;
  padding-right: 25px;
  padding-top: 34px;
}
.s07_col_link{
    width: 100%;
    text-align: center;
    display: block;
    margin-top: -42px;
}
.s07_col_link a.button{
    padding: 28px 34px 25px 46px;
}
.s07_col.style_4 .s07_col_right{
    padding-top: 45px;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s07{}
  .s07 .section_inner{
      padding-top: 4.097vw;
      padding-bottom: 5.208vw;
      width: 75vw;
  }
  .s07_art1{}
  .s07_art1:before{
      height: 0.278vw;
      top: 3.125vw;
      left: 0vw;
  }
  .s07_art1 span{
      width: 6.597vw;
      height: 6.597vw;
  }
  .s07_art2{
      bottom: -4.306vw;
      left: -6.667vw;
      width: 15.833vw;
      height: 25.625vw;
  }
  .s07_title{
      width: 100%;
      padding-left: 1.389vw;
  }
  .s07_title h5{
      -webkit-text-stroke-width: 0.139vw;
      letter-spacing: -0.09vw;
      font-size: 3.611vw;
  }
  .s07_title h5 br{}
  .s07_title h5 mark{
      padding: 0vw;
      -webkit-text-stroke-width: 0.139vw;
      text-shadow: 0.139vw 0.278vw 0vw #83cdf8;
  }
  .s07_list{
      margin-top: -3.403vw;
      width: 100%;
  }
  .s07_list_in{
    padding-top: 9.236vw;
    width: 100%;
    padding-bottom: 4.653vw;
  }
  .s07_list_in:before{
    top:0vw;
    left:7.708vw;
    width:59.514vw;
    height:100%;
  }
  .s07_col{
      width: 100%;
      padding-bottom: 1.181vw;
  }
  .s07_col_left{
      width: 39%;
      margin-left: -2%;
      margin-right: -3%;
  }
  .s07_col_left:before{
    top: 0vw;
  }
  .s07_col_left img{}
  .s07_col_right{
      width: 66%;
      padding-top: 0.556vw;
      padding-left: 1.319vw;
      padding-right: 0.764vw;
      letter-spacing: 0vw;
  }
  .s07_col_right h6{
      margin: 0vw;
      letter-spacing: 0.007vw;
      padding-bottom: 0.069vw;
  }
  .s07_col_right p{
      margin: 0vw;
      padding-bottom: 1.736vw;
  }

  .s07_col_left.style_1:before{
    width: 18.611vw;
    height: 18.611vw;
    left: -3.403vw;
    top: -4.097vw;
  }
  .s07_col_left.style_2:before{
    right: -3.819vw;
    top: -1.458vw;
    width: 23.056vw;
    height: 23.056vw;
  }
  .s07_col_left.style_3:before{
    left: -3.194vw;
    width: 16.111vw;
    height: 16.111vw;
    top: -4.028vw;
  }
  .s07_col_left.style_4:before{
    right: -1.944vw;
    width: 16.042vw;
    height: 16.042vw;
    top: -4.236vw;
  }
  .s07_col:nth-child(2n+0){}
  .s07_col:nth-child(2n+0) .s07_col_left{
    width: 41%;
    padding-left: 0.625vw;
  }
  .s07_col:nth-child(2n+0) .s07_col_right{
    width: 64%;
    padding-right: 1.736vw;
    padding-top: 2.361vw;
  }
  .s07_col_link{
      width: 100%;
      margin-top: -2.917vw;
  }
  .s07_col_link a.button{
      padding: 1.944vw 2.361vw 1.736vw 3.194vw;
  }
}

@media screen and (max-width: 1140px){
  .s07{
      padding-left: 7vw;
      padding-right: 7vw;
  }
  .s07 .section_inner{
      width: 100%;
  }
  .s07_list_in:before{width: 72vw;}
}
@media screen and (max-width: 1024px){
  .s07_title{
      padding-left: 0vw;
  }
  .s07_title h5{
      font-size: 4.472vw;
      padding-left: 0px;
  }
  .s07_col_left{
      width: 37%;
  }
}
@media screen and (max-width: 768px){
  .s07{
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s07 .section_inner{
      padding-left: 5vw;
      padding-right: 5vw;
      padding-top: 6.9vw;
      padding-bottom: 17.8vw;
  }
  .s07_art1{}
  .s07_art1:before{
      height: 0.7vw;
      top: 9.9vw;
  }
  .s07_art1 span{
      width: 19.792vw;
      height: 19.792vw;
  }
  .s07_art2{
      bottom: -4.306vw;
      left: -11vw;
      width: 42.6vw;
      height: 32.625vw;
      z-index: 4;
      background-image: url(s07-5_m.png);
  }
  .s07_title{
      padding-right: 3vw;
      padding-bottom: 7.3vw;
  }
  .s07_title h5{
      font-size: 8vw;
      line-height: 0.99;
      padding-bottom: 5.9vw;
      line-height: 1.1;
      letter-spacing: -0.4vw;
      -webkit-text-stroke-width: 0.3vw;
  }
  .s07_title h5 br{ display: none; }
  .s07_title h5 br.m{ display: block; }
  .s07_title h5 mark{
      text-shadow: 0.139vw 0.6vw 0vw #83cdf8;
      -webkit-text-stroke-width: 0.3vw;
  }
  .s07_list{}
  .s07_list_in{}
  .s07_list_in:before{width: 100%;left: 0vw;top: inherit;height: 97%;bottom: -6.3vw;}
  .s07_col{
      padding-bottom: 12.5vw;
  }
  .s07_col_left{
      order: 1 !important;
      width: 100%;
      margin-left: 0vw;
      margin-right: 0vw;
      text-align: center;
      padding-bottom: 4.3vw;
  }
  .s07_col_left:before{}
  .s07_col_left img{}
  .s07_col_right{
      order: 2 !important;
      width: 100%;
      margin-left: 0vw;
      margin-right: 0vw;
      padding-left: 5vw;
      padding-right: 5vw;
      text-align: center;
  }
  .s07_col_right h6{
      text-align: center;
  }
  .s07_col_right h6 br{
    display:none;
  }
  .s07_col_right p{
      text-align: center;
  }
  .s07_col_right p br{
    display:none;
  }
  .s07_col_left.style_1:before{
      width: 44.833vw;
      height: 44.833vw;
      left: 13.3vw;
      top: -11.097vw;
  }
  .s07_col_left.style_2:before{
      width: 50.167vw;
      height: 50.167vw;
      right: 15.3vw;
      top: -7.1vw;
  }
  .s07_col_left.style_3:before{
      width: 48.333vw;
      height: 48.333vw;
      top: -7.2vw;
      left: 10.806vw;
  }
  .s07_col_left.style_4:before{
      width: 48.125vw;
      height: 48.125vw;
      top: -7.236vw;
      right: 10.056vw;
  }
  .s07_col:nth-child(2n+0){}
  .s07_col:nth-child(2n+0) .s07_col_left{
      width: 100%;
      margin-left: 0vw;
      margin-right: 0vw;
      padding-right: 0vw;
      padding-left: 0vw;
      padding-top: 0vw;
  }
  .s07_col:nth-child(2n+0) .s07_col_right{
      width: 100%;
      margin-left: 0vw;
      margin-right: 0vw;
      padding-right: 4vw;
      padding-left: 4vw;
      padding-top: 0vw;
  }
  .s07_col_link{
      margin-top: 2vw;
  }
  .s07_col_link a.button{
      font-size: 2.2vw;
      padding: 3.3vw 6.194vw 3vw 6.847vw;
      letter-spacing: 0.68vw;
  }
  .s07_col_left.style_2{
      width: 104.5% !important;
      margin-left: -7% !important;
  }
  .s07_col_left.style_3{
      padding-top: 8vw;
      padding-left: 3vw;
      padding-bottom: 3.3vw;
  }
  .s07_col_left.style_4{
      padding-top: 7.2vw !important;
      padding-bottom: 3vw !important;
  }
  .s07_col.style_4{  
      padding-bottom: 0.9vw;
  }
}
@media screen and (max-width: 550px){
  .s07{
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s07 .section_inner{
      padding-left: 5vw;
      padding-right: 5vw;
      padding-top: 6.9vw;
      padding-bottom: 31.8vw;
  }
  .s07_art1{}
  .s07_art1:before{
      height: 0.7vw;
      top: 9.9vw;
  }
  .s07_art1 span{
      width: 19.792vw;
      height: 19.792vw;
  }
  .s07_art2{
      bottom: -12.306vw;
      left: -11vw;
      width: 39.6vw;
      height: 54.625vw;
      z-index: 4;
      background-image: url(s07-5_m.png);
  }
  .s07_title{
      padding-right: 3vw;
      padding-bottom: 7.3vw;
  }
  .s07_title h5{
      font-size: 11vw;
      -webkit-text-stroke-width: 0.4vw;
      line-height: 0.99;
      padding-bottom: 5.9vw;
      line-height: 1.1;
      letter-spacing: -0.4vw;
  }
  .s07_title h5 br{ display: none; }
  .s07_title h5 br.m{ display: block; }
  .s07_title h5 mark{
      -webkit-text-stroke-width: 0.4vw;
      text-shadow: 0.139vw 0.6vw 0vw #83cdf8;
  }
  .s07_list{}
  .s07_list_in{}
  .s07_list_in:before{width: 100%;left: 0vw;top: inherit;height: 96.7%;bottom: -9.3vw;}
  .s07_col{
      padding-bottom: 12.5vw;
  }
  .s07_col_left{
      order: 1 !important;
      width: 100%;
      margin-left: 0vw;
      margin-right: 0vw;
      text-align: right;
      padding-bottom: 4.4vw;
  }
  .s07_col_left:before{}
  .s07_col_left img{}
  .s07_col_right{
      order: 2 !important;
      width: 100%;
      margin-left: 0vw;
      margin-right: 0vw;
      padding-left: 2vw;
      padding-right: 2vw;
      text-align: center;
  }
  .s07_col_right h6{
      text-align: center;
      padding-bottom: 0.5vw;
  }
  .s07_col_right h6 br{
    display:none;
  }
  .s07_col_right p{
      text-align: center;
      font-size: 4.2vw;
      line-height: 1.7;
  }
  .s07_col_right p br{
    display:none;
  }
  .s07_col_left.style_1:before{
      width: 55.833vw;
      height: 55.833vw;
      left: 4.3vw;
      top: -11.097vw;
  }
  .s07_col_left.style_2:before{
      width: 69.167vw;
      height: 69.167vw;
      right: 5.3vw;
      top: -7.1vw;
  }
  .s07_col_left.style_3:before{
      width: 48.333vw;
      height: 48.333vw;
      top: -3.2vw;
      left: 2.806vw;
  }
  .s07_col_left.style_4:before{
      width: 48.125vw;
      height: 48.125vw;
      top: -5.236vw;
      right: 2.056vw;
  }
  .s07_col:nth-child(2n+0){}
  .s07_col:nth-child(2n+0) .s07_col_left{
      width: 100%;
      margin-left: 0vw;
      margin-right: 0vw;
      padding-right: 0vw;
      padding-left: 0vw;
      padding-top: 0vw;
  }
  .s07_col:nth-child(2n+0) .s07_col_right{
      width: 100%;
      margin-left: 0vw;
      margin-right: 0vw;
      padding-right: 4vw;
      padding-left: 4vw;
      padding-top: 0vw;
  }
  .s07_col_link{
      margin-top: 0vw;
  }
  .s07_col_link a.button{
      font-size: 3.958vw;
      padding: 5.3vw 8.194vw 5vw 8.847vw;
      letter-spacing: 0.68vw;
  }
  .s07_col_left.style_2{
      width: 104.5% !important;
      margin-left: -7% !important;
  }
  .s07_col_left.style_3{
      padding-top: 8vw;
      padding-left: 3vw;
      padding-bottom: 3.3vw;
  }
  .s07_col_left.style_4{
      padding-top: 7.2vw !important;
      padding-bottom: 3vw !important;
  }
  .s07_col.style_4{  
      padding-bottom: 0.9vw;
  }
}
/*
  Section 09
=========================================*/
.s09{
    background-color: #2d2d2d;
    padding-top: 81px;
    padding-bottom: 78px;
}
.s09 .section_inner{
    width: 1230px;
}
.s09_art1{
    position: absolute;
    top: -110px;
    right: 148px;
    background-image: url(s09-1.png);
    background-position: center top;
    background-size: contain;
    width: 52px;
    height: 122px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s09_left{
    width: 52%;
    padding-left: 65px;
    padding-right: 25px;
}
.s09_left h4{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #daff01;
    color: transparent;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-size: 59.5px;
}
.s09_left h4 br{}
.s09_right{
    width: 48%;
    padding-left: 51px;
    padding-top: 74px;
    padding-right: 10px;
}
.s09_content{
    padding-top: 19px;
}
.s09_content ul{
    margin: 0px;
    padding: 0px;
}
.s09_content ul li{
    margin: 0px;
    padding: 0px;
    color: #FFF;
    list-style: none;
    padding-left: 47px;
    line-height: 1.46;
    letter-spacing: 0.8px;
    padding-bottom: 31px;
    position: relative;
}
.s09_content ul li br{}
.s09_content ul li:before{
  content: "";
  position: absolute;
  top: 5px;
  left: -3px;
  background-image: url(s09-2.png);
  background-position: center top;
  background-size: contain;
  width: 23px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  z-index: 1;
}

.s09_left h4 br.m{ display: none; }
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s09{
      padding-top: 5.625vw;
      padding-bottom: 5.486vw;
  }
  .s09 .section_inner{
      width: 85.417vw;
  }
  .s09_art1{
      top: -7.639vw;
      right: 10.278vw;
      width: 3.611vw;
      height: 8.472vw;
  }
  .s09_left{
      width: 52%;
      padding-left: 4.514vw;
      padding-right: 1.736vw;
  }
  .s09_left h4{
      -webkit-text-stroke-width: 0.139vw;
      letter-spacing: 0.035vw;
      font-size: 4.132vw;
  }
  .s09_left h4 br{}
  .s09_right{
      width: 48%;
      padding-left: 3.542vw;
      padding-top: 5.139vw;
      padding-right: 0.694vw;
  }
  .s09_content{
      padding-top: 1.181vw;
  }
  .s09_content ul{
      margin: 0vw;
      padding: 0vw;
  }
  .s09_content ul li{
      margin: 0vw;
      padding: 0vw;
      padding-left: 3.264vw;
      letter-spacing: 0.056vw;
      padding-bottom: 2.153vw;;
  }
  .s09_content ul li br{}
  .s09_content ul li:before{
    top: 0.347vw;
    left: -0.208vw;
    width: 1.597vw;
    height: 1.389vw;
  }
}
@media screen and (max-width: 1140px){
  .s09{
    padding-left: 7vw;
    padding-right: 7vw;
}
  .s09 .section_inner{
    width: 100%;
}
  .s09_art1{}
  .s09_left{
    padding-left: 0vw;
    width: 50%;
}
  .s09_left h4{}
  .s09_left h4 br{}
  .s09_right{
    width: 50%;
    padding-right: 0vw;
}

}
@media screen and (max-width: 1024px){
  .s09_left h4{
    font-size: 4.472vw;
  }
}
@media screen and (max-width: 768px){
  .s09{
      padding-left: 10vw;
      padding-right: 7vw;
      padding-top: 10.9vw;
      padding-bottom: 5.486vw;
  }
  .s09 .section_inner{}
  .s09_art1{
      width: 10.833vw;
      height: 19.417vw;
      top: -16.1vw;
      right: 6.278vw;
  }
  .s09_left{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s09_left h4{
      font-size: 8.3vw;
      -webkit-text-stroke-width: 0.2vw;
      line-height: 0.99;
      padding-bottom: 5.9vw;
  }
  .s09_left h4 br{ display: none; }
  .s09_left h4 br.m{ display: block; }
  .s09_right{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
      padding-top: 0vw;
  }
  .s09_content{
      padding-top: 0vw;
  }
  .s09_content ul{}
  .s09_content ul li{
      padding-left: 10.7vw;
      letter-spacing: 0.15vw;
      line-height: 1.456;
      padding-bottom: 6.3vw;
  }
  .s09_content ul li br{}
  .s09_content ul li:before{
      width: 4.792vw;
      height: 4.167vw;
      top: 0.9vw;
      left: -0.1vw;
  }
}
@media screen and (max-width: 550px){
  .s09{
      padding-left: 10vw;
      padding-right: 7vw;
      padding-top: 10.9vw;
      padding-bottom: 9.486vw;
  }
  .s09 .section_inner{}
  .s09_art1{
      width: 10.833vw;
      height: 25.417vw;
      top: -16.1vw;
      right: 6.278vw;
  }
  .s09_left{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s09_left h4{
      font-size: 12.3vw;
      -webkit-text-stroke-width: 0.3vw;
      line-height: 0.99;
      padding-bottom: 5.9vw;
  }
  .s09_left h4 br{ display: none; }
  .s09_left h4 br.m{ display: block; }
  .s09_right{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
      padding-top: 0vw;
  }
  .s09_content{
      padding-top: 0vw;
  }
  .s09_content ul{}
  .s09_content ul li{
      padding-left: 10.7vw;
      letter-spacing: 0.15vw;
      line-height: 1.456;
      padding-bottom: 6.67vw;
  }
  .s09_content ul li br{}
  .s09_content ul li:before{
      width: 4.792vw;
      height: 4.167vw;
      top: 0.9vw;
      left: -0.1vw;
  }
}
/*
  Section 10
=========================================*/
.s010{
    background-color: #83cdf8;
    padding-bottom: 100px;
}
.s010 .section_inner{
    width: 1098px;
    padding-top: 70px;
}
.s010_art1{
    position: absolute;
    top: -57px;
    right: 34px;
    background-image: url(s09-3.png);
    background-position: center top;
    background-size: contain;
    width: 95px;
    height: 102px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s010.s08 .s010_art1{
    position: absolute;
    top: 0px;
    left: -348px;
    background-image: url(s08-6.png);
    background-position: center top;
    background-size: contain;
    width: 563px;
    height: 277px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s010_title{
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
.s010_title h3{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000000;
  color: transparent;
  font-weight: 700;
  letter-spacing: -1.7px;
  line-height: 1;
  text-align: center;
}
.s010_title h3 mark{
  padding: 0px;
  background-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000000;
  text-shadow: 3px -2px 0px #daff01;
  color: transparent;
}
.s010_slider{
  position: relative;
  width: 100%;
  z-index: 1;
}
.s010_slider_col{
    padding-left: 5px;
    padding-right: 5px;
}
.s010_slider_col span{}
.s010_slider_col span img{
    margin: 0px;
    width: 100%;
}
.s010_slider ul.slick-dots {
  display: none !important;
}
.s010_slider .slick-prev,
.s010_slider .slick-next {
  background-color: transparent;
  border: 0px;
  background-repeat: no-repeat;
  font-size: 0px;
  width: 39px;
  height: 72px;
  padding: 0px;
  margin: 0px;
  background-size: contain;
  position: absolute;
  top: 22.5%;
  z-index: 2;
}
.s010_slider .slick-prev {
  background-image: url(s08-1.png);
  left: -110px;
}
.s010_slider .slick-next {
  background-image: url(s08-2.png);
  right: -112px;
}
.s010.s08{
    padding-bottom: 94px;
}
.s010.s08 .section_inner{
    padding-top: 81px;
}
.s010.s08 .s010_title h3{  
  font-size: 60.5px; 
  letter-spacing: -2px;  
  margin-bottom: 12px;
}
.s010.s08 .s010_title h3 mark{
  padding: 0px;
  background-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000000;
  text-shadow: 2px 4px 0px #daff01;
  color: transparent;
}
.s010_title h3 br.m{ display: none; }
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s010{
      padding-bottom: 6.944vw;
  }
  .s010 .section_inner{
      width: 76.25vw;
      padding-top: 4.861vw;
  }
  .s010_art1{
      top: -3.958vw;
      right: 2.361vw;
      width: 6.597vw;
      height: 7.083vw;
  }
  .s010.s08 .s010_art1{
      top: 0vw;
      left: -24.167vw;
      width: 39.097vw;
      height: 19.236vw;
  }
  .s010_title{
      width: 100%;
      padding-bottom: 2.778vw;
  }
  .s010_title h3{
    -webkit-text-stroke-width: 0.139vw;
    letter-spacing: -0.118vw;
  }
  .s010_title h3 mark{
    padding: 0vw;
    -webkit-text-stroke-width: 0.139vw;
    text-shadow: 0.208vw -0.139vw 0vw #daff01;
  }
  .s010_slider{
    width: 100%;
  }
  .s010_slider_col{
      padding-left: 0.347vw;
      padding-right: 0.347vw;
  }
  .s010_slider_col span{}
  .s010_slider_col span img{
      margin: 0vw;
      width: 100%;
  }
  .s010_slider .slick-prev,
  .s010_slider .slick-next {
    border: 0vw;
    font-size: 0vw;
    width: 2.708vw;
    height: 5vw;
    padding: 0vw;
    margin: 0vw;
    top: 22.5%;
  }
  .s010_slider .slick-prev {
    left: -7.639vw;
  }
  .s010_slider .slick-next {
    right: -7.778vw;
  }
  .s010_slider .slick-list .slick-track .slick-slide {}
  .s010.s08{
      padding-bottom: 6.528vw;
  }
  .s010.s08 .section_inner{
      padding-top: 5.625vw;
  }
  .s010.s08 .s010_title h3{  
    font-size: 4.201vw; 
    letter-spacing: -0.139vw;  
    margin-bottom: 0.833vw;
  }
  .s010.s08 .s010_title h3 mark{
    padding: 0vw;
    -webkit-text-stroke-width: 0.139vw;
    text-shadow: 0.139vw 0.278vw 0vw #daff01;
  }
}
@media screen and (max-width: 1140px){
  .s010.s08{padding-left: 11vw;padding-right: 11vw;}
  .s010.s08 .section_inner{
    width: 100%;
  }
}
@media screen and (max-width: 1024px){
  .s010.s08 .s010_title h3{font-size: 4.5vw;}
}
@media screen and (max-width: 768px){
  .s010{
      padding-bottom: 9.944vw;
  }
  .s010 .section_inner{
      width: 100%;
      padding-top: 17vw;
  }
  .s010_art1{
      width: 19.792vw;
      height: 14.25vw;
      top: -7.958vw;
      right: 10.361vw;
  }
  .s010.s08 .s010_art1{
    width: 65.208vw;
    height: 57.708vw;
    left: 0vw;
    background-image: url(s08-6_m.png);
}
  .s010_art2{}
  .s010_title{
      padding-left: 11vw;
      padding-right: 11vw;
      padding-bottom: 6.5vw;
  }
  .s010_title h3{
      letter-spacing: -0.25vw;
      -webkit-text-stroke-width: 0.3vw;
      font-size: 8.3vw;
      line-height: 0.99;
  }
  .s010_title h3 br{
      display: none;
  }
  .s010_title h3 br.m{ display: block; }
  .s010_title h3 mark{
    -webkit-text-stroke-width: 0.3vw;
}
  .s010_slider{
      padding-left: 17vw;
      padding-right: 17vw;
  }
  .s010_slider_col{}
  .s010_slider_col span{}
  .s010_slider_col span img{}
  .s010_slider ul.slick-dots {}
  .s010_slider .slick-prev,
  .s010_slider .slick-next {
      width: 6.125vw;
      height: 9vw;
      top: 32.7%;
  }
  .s010_slider .slick-prev {
      left: 5vw;
  }
  .s010_slider .slick-next {
      right: 5vw;
  }
  .s010_slider .slick-list .slick-track .slick-slide {}
  .s010.s08{
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .s010.s08 .section_inner{
      padding-top: 12vw;
  }
  .s010.s08 .s010_title h3{font-size: 8.3vw;-webkit-text-stroke-width: 0.3vw;line-height: 0.99;padding-bottom: 0.9vw;}
  .s010.s08 .s010_title h3 mark{
      -webkit-text-stroke-width: 0.3vw;
      text-shadow: -0.7vw 0.5vw 0vw #daff01;
  }
  .s010.s08 .s010_slider {
      /* padding-left: 0vw; */
      /* padding-right: 0vw; */
  }
}
@media screen and (max-width: 550px){
  .s010{
      padding-bottom: 17.944vw;
  }
  .s010 .section_inner{
      width: 100%;
      padding-top: 17.2vw;
  }
  .s010_art1{
      width: 19.792vw;
      height: 21.25vw;
      top: -12.958vw;
      right: 10.361vw;
  }
  .s010.s08 .s010_art1{
    width: 65.208vw;
    height: 57.708vw;
    left: 0vw;
    background-image: url(s08-6_m.png);
}
  .s010_art2{}
  .s010_title{
      padding-left: 8vw;
      padding-right: 8vw;
      padding-bottom: 6.5vw;
  }
  .s010_title h3{
      letter-spacing: -0.25vw;
      -webkit-text-stroke-width: 0.4vw;
      font-size: 10vw;
      line-height: 0.99;
      font-weight: bold;
  }
  .s010_title h3 br{
      display: none;
  }
  .s010_title h3 br.m{ display: block; }
  .s010_title h3 mark{}
  .s010_slider{
      padding-left: 17vw;
      padding-right: 17vw;
  }
  .s010_slider .slick-prev,
  .s010_slider .slick-next {
      width: 8.125vw;
      height: 15vw;
      top: 32.7%;
  }
  .s010_slider .slick-prev {
      left: 2vw;
  }
  .s010_slider .slick-next {
      right: 3vw;
  }
  .s010_slider .slick-list .slick-track .slick-slide {}
  .s010.s08{
      padding-left: 0vw;
      padding-right: 0vw;
      padding-bottom: 19.3vw;
  }
  .s010.s08 .section_inner{
      padding-top: 17vw;
  }
  .s010.s08 .s010_title h3{font-size: 12.3vw;-webkit-text-stroke-width: 0.5vw;line-height: 0.99;padding-bottom: 2.3vw;}
  .s010.s08 .s010_title h3 mark{
      -webkit-text-stroke-width: 0.5vw;
      text-shadow: -0.7vw 0.5vw 0vw #daff01;
  }
  .s010.s08 .s010_slider {
      /* padding-left: 0vw; */
      /* padding-right: 0vw; */
  }
}
/*
  Section 011
=========================================*/
.s011{
  position: relative;
}
.s011:before{
  background-color: #e8f6ff;
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height: 77.1%;
  display:block;
}
.s011 .section_inner{
    width: 1100px;
    padding-top: 64px;
    z-index: 1;
}
.s011_art1{
    position: absolute;
    top: -77px;
    left: -91px;
    background-image: url(s011-1.png);
    background-position: center top;
    background-size: contain;
    width: 58px;
    height: 119px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s011_art2{
    position: absolute;
    top: -11px;
    right: 191px;
    background-image: url(s011-2.png);
    background-position: center top;
    background-size: contain;
    width: 81px;
    height: 103px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s011_title{
  width: 100%;
}
.s011_title h2{
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #2d2d2d;
    color: transparent;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1;
    text-align: center;
    font-size: 83px;
}
.s011_title h2 br{}
.s011_title h2 mark{
    padding: 0px;
    background-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 0px 6px 0px #daff01;
    color: transparent;
    margin-left: -26px;
}
.s011_price{
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 53px;
    padding-left: 78px;
    padding-right: 60px;
}
.s011_col{
    width: 50%;
    padding-left: 19px;
    padding-right: 19px;
}
.s011_col_in{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #2d2d2d;
    padding: 80px 60px 111px 59px;
    position: relative;
}
.s011_col_in h5{
    color: #83cdf8;
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 34px;
}
.s011_col_in h2{
    font-size: 76px;
    font-weight: 500;
    color: #daff01;
    margin: 0px;
    padding-bottom: 22px;
    padding-right: 7px;
}
.s011_col_in h4{
    font-size: 19px;
    letter-spacing: 1.9px;
    color: #daff01;
    padding-left: 3px;
    padding-bottom: 43px;
    margin: 0px;
}
.s011_col_in h6{
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2.7px;
    color: #7abee5;
    margin: 0px;
    margin-top: -4px;
    padding-bottom: 34px;
    display: block;
}
.s011_col_in p{
    color: #ffffff;
    line-height: 1.55;
    margin: 0px;
    letter-spacing: 0px;
    padding-bottom: 34px;
}
.s011_col_link{
    position: absolute;
    left: 0px;
    bottom: 37px;
    text-align: center;
    width: 100%;
}
.s011_col_link a.button{}
.s011_col_link a.button:hover{
  background-color:#FFF;
  color:#000;
}
.s011_title h2 br.m{ display: none; }
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s011{}
  .s011:before{
    top:0vw;
    left:0vw;
    width:100%;
    height: 77.1%;
  }
  .s011 .section_inner{
      width: 76.389vw;
      padding-top: 4.653vw;
      z-index: 1;
  }
  .s011_art1{
      top: -5.347vw;
      left: -6.319vw;
      width: 4.028vw;
      height: 8.264vw;
  }
  .s011_art2{
      top: -0.764vw;
      right: 13.264vw;
      width: 5.625vw;
      height: 7.153vw;
  }
  .s011_title{
    width: 100%;
  }
  .s011_title h2{
      -webkit-text-stroke-width: 0.208vw;
      letter-spacing: -0.12vw;
      font-size: 5.65vw;
  }
  .s011_title h2 br{}
  .s011_title h2 mark{
      padding: 0vw;
      -webkit-text-stroke-width: 0.208vw;
      text-shadow: 0vw 0.417vw 0vw #daff01;
      margin-left: -1.806vw;
  }
  .s011_price{
      width: 100%;
      padding-top: 3.889vw;
      padding-left: 5.417vw;
      padding-right: 4.167vw;
  }
  .s011_col{
      width: 50%;
      padding-left: 1.319vw;
      padding-right: 1.319vw;
  }
  .s011_col_in{
      width: 100%;
      height: 100%;
      padding: 5.556vw 4.167vw 7.708vw 4.097vw;
  }

.s011_col_in {}
  .s011_col_in h5{
      font-size: 2.986vw;
      margin-bottom: 0vw;
      padding-bottom: 2.361vw;
  }
  .s011_col_in h2{
      font-size: 5.278vw;
      margin: 0vw;
      padding-bottom: 1.528vw;
      padding-right: 0.486vw;
  }
  .s011_col_in h4{
      font-size: 1.319vw;
      letter-spacing: 0.132vw;
      padding-left: 0.208vw;
      padding-bottom: 2.986vw;
      margin: 0vw;
  }
  .s011_col_in h6{
      font-size: 1.875vw;
      letter-spacing: 0.188vw;
      margin: 0vw;
      margin-top: -0.278vw;
      padding-bottom: 2.361vw;
  }
  .s011_col_in p{
      margin: 0vw;
      letter-spacing: 0vw;
      padding-bottom: 2.361vw;
  }
  .s011_col_link{
      left: 0vw;
      bottom: 2.569vw;
      width: 100%;
  }
  .s011_col_link a.button{}
}
@media screen and (max-width: 1140px){
  .s011{
      padding-left: 7vw;
      padding-right: 7vw;
  }
  .s011:before{}
  .s011 .section_inner{
      width: 100%;
  }
  .s011_price{
      padding-left: 0vw;
      padding-right: 0vw;
  }
}
@media screen and (max-width: #1024px){
  
}
@media screen and (max-width: 768px){
  .s011{
      padding-left: 3.6vw;
      padding-right: 4.1vw;
  }
  .s011:before{
      height: 44%;
  }
  .s011 .section_inner{
      padding-top: 11.9vw;
  }
  .s011_art1{
      top: -7.7vw;
      left: 5vw;
      width: 12.083vw;
      height: 17.792vw;
  }
  .s011_art2{
      display: none;
  }
  .s011_title{
      padding-left: 3vw;
      padding-right: 3vw;
  }
  .s011_title h2{
      -webkit-text-stroke-width: 0.3vw;
      -webkit-text-stroke-color: #000000;
      letter-spacing: -0.2vw;
      line-height: 0.96;
      margin-bottom: 0px;
      padding-bottom: 3.7vw;
      font-size: 9vw;
  }
  .s011_title h2 br{
      display: none;
  }
  .s011_title h2 br.m{ display: block; }
  .s011_title h2 mark{
      -webkit-text-stroke-width: 0.3vw;
      text-shadow: 0vw -0.486vw 0vw #daff01;
  }
  .s011_price{}
  .s011_col{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
      margin-bottom: 3.5vw;
  }
  .s011_col_in{
      padding: 16.7vw 4.167vw 7.99vw 4.097vw;
  }
  .s011_col_text{
      padding-left: 8vw;
      padding-right: 8vw;
      padding-bottom: 1.5vw;
  }
  .s011_col_in h5{
      font-size: 5.958vw;
      padding-bottom: 7.1vw;
  }
  .s011_col_in h2{
      font-size: 10.833vw;
      padding-right: 1.486vw;
      padding-bottom: 4.528vw;
  }
  .s011_col_in h4{
      font-size: 3.958vw;
      padding-left: 0vw;
      letter-spacing: 0.42vw;
      padding-bottom: 5.986vw;
  }
  .s011_col_in h6{
      font-size: 5.625vw;
  }
  .s011_col_in p{
      padding-bottom: 5.1vw;
  }
  .s011_col_link{
      position: relative;
      bottom: 0vw;
  }
  .s011_col_link a.button{
      padding: 3.3vw 6.194vw 3vw 6.847vw;
  }
}
@media screen and (max-width: 550px){
  .s011{
      padding-left: 3.6vw;
      padding-right: 4.1vw;
  }
  .s011:before{
      height: 44%;
  }
  .s011 .section_inner{
      padding-top: 14.9vw;
  }
  .s011_art1{
      top: -11.7vw;
      left: 5vw;
      width: 12.083vw;
      height: 24.792vw;
  }
  .s011_art2{
      display: none;
  }
  .s011_title{
      padding-left: 3vw;
      padding-right: 3vw;
  }
  .s011_title h2{
      -webkit-text-stroke-width: 0.6vw;
      -webkit-text-stroke-color: #000000;
      letter-spacing: -0.2vw;
      line-height: 0.96;
      margin-bottom: 0px;
      padding-bottom: 3.7vw;
      font-size: 15vw;
  }
  .s011_title h2 br{
      display: none;
  }
  .s011_title h2 br.m{ display: block; }
  .s011_title h2 mark{
      -webkit-text-stroke-width: 0.6vw;
      text-shadow: 0.8vw 0.8vw 0vw #daff01;
  }
  .s011_col{
      width: 100%;
      padding-left: 0vw;
      padding-right: 0vw;
      margin-bottom: 3.5vw;
  }
  .s011_col_in{
      padding: 16.7vw 4.167vw 7.99vw 4.097vw;
  }
  .s011_col_text{
      padding-left: 8vw;
      padding-right: 8vw;
      padding-bottom: 1.5vw;
  }
  .s011_col_in h5{
      font-size: 8.958vw;
      padding-bottom: 7.1vw;
  }
  .s011_col_in h2{
      font-size: 15.833vw;
      padding-right: 1.486vw;
      padding-bottom: 4.528vw;
  }
  .s011_col_in h4{
      font-size: 3.958vw;
      padding-left: 0vw;
      letter-spacing: 0.42vw;
      padding-bottom: 8.986vw;
  }
  .s011_col_in h6{
      font-size: 5.625vw;
  }
  .s011_col_in p{
      padding-bottom: 7.1vw;
  }
  .s011_col_link{
      position: relative;
      bottom: 0vw;
  }
  .s011_col_link a.button{
      padding: 5.3vw 9.194vw 5vw 10.847vw;
  }
}
/*
  Section 012
=========================================*/
.s012{
    padding-top: 119px;
    padding-bottom: 120px;
}
.s012 .section_inner{
    width: 1123px;
}
.s012_art1{
    position: absolute;
    top: -42px;
    right: -59px;
    background-image: url(s012-1.png);
    background-position: center top;
    background-size: contain;
    width: 182px;
    height: 235px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.s012_art2{
    position: absolute;
    top: 0px;
    right: 12px;
    width: 82.3%;
    height: 100%;
    display: block;
    background-color: #f1f1f1;
}
.s012_title{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 66px;
    padding-left: 28px;
}
.s012_title h3{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000000;
  text-shadow: 0px -7px 0px #daff01;
  color: transparent;
  font-weight: 700;
  letter-spacing: -1.8px;
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 24px;
}
.s012_title h3 br{}
.s012_text{
    position: relative;
    z-index: 1;
    width: 103%;
    padding-left: 123px;
    margin-right: -3%;
    padding-bottom: 52px;
}
.s012_text:before{
  content:"";
  width: 2px;
  height: 114.5%;
  display: block;
  position: absolute;
  top: 9px;
  left: 68px;
  background-color: #000;
}
.s012_text ul{
    margin: 0px;
    padding: 0px;
    padding-bottom: 32px;
}
.s012_text ul li{
    margin: 0px;
    list-style: none;
    display: inline-block;
    letter-spacing: 0px;
    padding-right: 17px;
    position: relative;
    margin-right: 10px;
}
.s012_text ul li:before{
  content:"";
  width: 4px;
  height: 20px;
  display: block;
  position: absolute;
  top: 8px;
  right: -2px;
  background-color: #429ed4;
}
.s012_text p{
    letter-spacing: 0px;
}
.s012_text p strong{
    font-size: 25px;
    line-height: 0;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s012{
      padding-top: 8.264vw;
      padding-bottom: 8.333vw;
  }
  .s012 .section_inner{
      width: 77.986vw;
  }
  .s012_art1{
      top: -2.917vw;
      right: -4.097vw;
      width: 12.639vw;
      height: 16.319vw;
  }
  .s012_art2{
      top: 0vw;
      right: 0.833vw;
      width: 82.3%;
      height: 100%;
  }
  .s012_title{
      width: 100%;
      padding-top: 4.583vw;
      padding-left: 1.944vw;
  }
  .s012_title h3{
    -webkit-text-stroke-width: 0.139vw;
    text-shadow: 0vw -0.486vw 0vw #daff01;
    letter-spacing: -0.125vw;
    margin-bottom: 0vw;
    padding-bottom: 1.667vw;
  }
  .s012_text{
      width: 103%;
      padding-left: 8.542vw;
      margin-right: -3%;
      padding-bottom: 3.611vw;
  }
  .s012_text:before{
    width: 0.139vw;
    height: 114.5%;
    top: 0.625vw;
    left: 4.722vw;
  }
  .s012_text ul{
      margin: 0vw;
      padding: 0vw;
      padding-bottom: 2.222vw;
  }
  .s012_text ul li{
      margin: 0vw;;
      letter-spacing: 0vw;
      padding-right: 1.181vw;
      margin-right: 0.694vw;
  }
  .s012_text ul li:before{
    width: 0.278vw;
    height: 1.389vw;
    top: 0.556vw;
    right: -0.139vw;
  }
  .s012_text p{
      letter-spacing: 0vw;
  }
  .s012_text p strong{
      font-size: 1.736vw;
  }
}
@media screen and (max-width: 1140px){
  .s012{
      padding-left: 7vw;
      padding-right: 7vw;
  }
  .s012 .section_inner{
      width: 100%;
  }
}
@media screen and (max-width: #1024px){

}
@media screen and (max-width: 768px){
  .s012{
      padding-top: 12.6vw;
      padding-bottom: 22.2vw;
      padding-left: 7vw;
      padding-right: 3vw;
      overflow: hidden;
  }
  .s012 .section_inner{
      width: 100%;
  }
  .s012_art1{
      display: none;
  }
  .s012_art2{
      top: 0vw;
      right: -17.167vw;
      width: 100%;
      height: 103.5%;
  }
  .s012_title{
      padding-top: 9.2vw;
      padding-left: 0.8vw;
      padding-right: 3vw;
  }
  .s012_title h3{
      -webkit-text-stroke-width: 0.3vw;
      text-shadow: 0vw -0.486vw 0vw #daff01;
      letter-spacing: -0.5vw;
      line-height: 0.92;
  }
  .s012_title h3 br{
    display: none;
}
  .s012_text{
      width: 100%;
      margin-right: 0%;
      padding-left: 11vw;
      padding-top: 4.8vw;
  }
  .s012_text:before{
      width: 2px;
      height: 54.5%;
      top: 6.4vw;
      left: 1.6vw;
  }
  .s012_text ul{
      padding-bottom: 4.8vw;
  }
  .s012_text ul li{
      display: inline;
      padding-left: 3.8vw;
  }
  .s012_text ul li:before{
      top: 0.556vw;
      right: inherit;
      left: 0vw;
      width: 4px;
      height: 2.2vw;
  }
  .s012_text p{}
  .s012_text p br{
      display: none;
  }
  .s012_text p strong{
      font-size: 3.7vw;
  }
  .s012_text ul li:first-child{
    padding-left:0vw;
  }
  .s012_text ul li:first-child:before{
    display:none;
  }
}
@media screen and (max-width: 550px){
  .s012{
      padding-top: 12.6vw;
      padding-bottom: 22.2vw;
      padding-left: 7vw;
      padding-right: 3vw;
  }
  .s012 .section_inner{
      width: 100%;
  }
  .s012_art1{
      display: none;
  }
  .s012_art2{
      top: 0vw;
      right: -17.167vw;
      width: 100%;
      height: 103.5%;
  }
  .s012_title{
      padding-top: 9.2vw;
      padding-left: 0.8vw;
      padding-right: 3vw;
  }
  .s012_title h3{
      -webkit-text-stroke-width: 0.4vw;
      text-shadow: 0vw 0.8vw 0vw #daff01;
      letter-spacing: -0.5vw;
      line-height: 0.92;
  }
  .s012_title h3 br{}
  .s012_text{
      width: 100%;
      margin-right: 0%;
      padding-left: 11vw;
      padding-top: 4.8vw;
  }
  .s012_text:before{
      width: 2px;
      height: 54.5%;
      top: 6.4vw;
      left: 1.6vw;
  }
  .s012_text ul{
      padding-bottom: 4.8vw;
  }
  .s012_text ul li{
      display: inline;
      padding-left: 3.8vw;
  }
  .s012_text ul li:before{
      top: 0.556vw;
      right: inherit;
      left: 0vw;
      width: 4px;
      height: 4.2vw;
  }
  .s012_text p{}
  .s012_text p br{
      display: none;
  }
  .s012_text p strong{
      font-size: 5.208vw;
  }
  .s012_text ul li:first-child{
    padding-left:0vw;
  }
  .s012_text ul li:first-child:before{
    display:none;
  }
}
/*
  Section 14
=========================================*/
.s014{
  padding-bottom: 49px;
  padding-top: 134px;
  position: relative;
  background-color: #f1f1f1;
}
.s014_art_1{
    position: absolute;
    top: -32px;
    left: 0px;
    background-image: url(s013-1.png);
    background-position: center top;
    background-size: contain;
    width: 100%;
    height: 103px;
    display: block;
    background-repeat: no-repeat;
}
.s014_art_3{}
.s014 .section_inner{
    width: 1098px;
    display: block;
    z-index: 1;
}
.s014_title{
  display: block;
  padding-bottom: 56px;
}
.s014_title h5{
    letter-spacing: -0.4px;
    line-height: 0.84;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 0px 3px 0px #83cdf8;
    margin-bottom: 0px;
}
.s014_title h5 br{
  display:none;
}
.s014_faq{
  width: 100%;
  text-align: center;
  padding-bottom: 0px;
}
.s014_faq_col{}
.s014_faq_title{
    color: #000;
    cursor: pointer;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0px;
    margin-bottom: 19px;
    font-size: 25px;
    padding-left: 3px;
}
.s014_faq_title:after{
  content:"";
  display: block;
  height: 26px;
  width: 100%;
  max-width: 100%;
  clear: both;
  margin: 0px auto;
  border-bottom: 1px solid #000;
}
.s014_faq_title span{}
.s014_faq_text{
  display: none;
  color: #eda57e;
  font-weight: 500;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.s014_faq_text p{
    margin: 0px;
    padding-bottom: 20px;
    line-height: 1.56;
    letter-spacing: 0.0px;
    text-align: center;
    color: #000000;
    display: block;
    width: 100%;
}
.s014_faq_title span{
  position: relative;
  padding-left: 17px;
}
.s014_faq_title span:before{
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: -5px;
  background-image: url(pluse.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.s014_faq_title.active{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.s014_faq_title.active:after{
  display:none;
}
.s014_faq_title.active span:before{
  background-image: url(minise.png);
  top: 9px;
  left: -3px;
  width: 13px;
  height: 13px;
}
.s014_faq_text.active{
    display: block;
    padding-right: 0vw;
    padding-left: 0vw;
    padding-top: 1px;
    padding-bottom: 17px;
    width: 108%;
    margin-left: -4%;
    margin-top: -5px;
    position: relative;
}
.s014_faq_text.active:after{
  content:"";
  border-bottom: 1px solid #000;
  display: block;
  width: 92%;
  margin: 0px auto;
}
.s014_faq_col:last-child .s014_faq_title:after{
  display:none;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .s014{
    padding-bottom: 3.403vw;
    padding-top: 9.306vw;
  }
  .s014_art_1{
      top: -2.222vw;
      left: 0.486vw;
      width: 100%;
      height: 7.153vw;
  }
  .s014_art_3{}
  .s014 .section_inner{
      width: 76.25vw;
  }
  .s014_title{
    padding-bottom: 3.889vw;
  }
  .s014_title h5{
      letter-spacing: -0.028vw;
      -webkit-text-stroke-width: 0.139vw;
      text-shadow: 0vw 0.208vw 0vw #83cdf8;
      margin-bottom: 0vw;
  }
  .s014_title h5 br{}
  .s014_faq{
    width: 100%;
    padding-bottom: 0vw;
  }
  .s014_faq_col{}
  .s014_faq_title{
      letter-spacing: 0vw;
      margin-bottom: 1.319vw;
      font-size: 1.736vw;
      padding-left: 0.208vw;
  }
  .s014_faq_title:after{
    height: 1.806vw;
    width: 100%;
    max-width: 100%;
    clear: both;
    margin: 0vw auto;
    border-bottom: 0.069vw solid #000;
  }
  .s014_faq_title span{}
  .s014_faq_text{
    padding-right: 3.472vw;
    padding-left: 3.472vw;
    padding-top: 1.042vw;
    padding-bottom: 0.347vw;
  }
  .s014_faq_text p{
      margin: 0vw;
      padding-bottom: 1.389vw;
      letter-spacing: 0vw;
      width: 100%;
  }
  .s014_faq_title span{
    padding-left: 1.181vw;
  }
  .s014_faq_title span:before{
    width: 0.903vw;
    height: 0.903vw;
    top: 0.556vw;
    left: -0.347vw;
  }
  .s014_faq_title.active{
    padding-bottom: 0vw;
    margin-bottom: 0vw;
  }
  .s014_faq_title.active:after{}
  .s014_faq_title.active span:before{
    top: 0.625vw;
    left: -0.208vw;
    width: 0.903vw;
    height: 0.903vw;
  }
  .s014_faq_text.active{
      padding-right: 0px;
      padding-left: 0px;
      padding-top: 0.069vw;
      padding-bottom: 1.181vw;
      width: 108%;
      margin-left: -4%;
      margin-top: -0.347vw;
  }
  .s014_faq_text.active:after{
    border-bottom: 0.069vw solid #000;
    width: 92%;
  }
  .s014_faq_col:last-child .s014_faq_title:after{}
}
@media (max-width: 1140px) {
  .s014{padding-left: 7vw;padding-right: 7vw;}
  .s014 .section_inner{width: 100%;}
  .s014_faq_title span{ }
  .s014_faq_title span:before{top: 0.6vw;width: 9px;height: 9px;}
  .s014_faq_title.active span:before{
      top: 0.5vw;
  }
}
@media (max-width: 1024px) {
  .s014{padding-left: 7vw;padding-right: 7vw;}
  .s014_art_1{left: 0vw;}
  .s014 .section_inner{width: 100%;}
  .s014_faq_title{font-size: 2.5vw;}
  .s014_faq_text p{padding-bottom: 2.389vw;}

  .s014_faq_title span:before{top: 1vw;width: 9px;height: 9px;}
  .s014_faq_title.active span:before{
      top: 1vw;
      width: 1.903vw;
      left: -1.208vw;
      height: 1.2vw;
  }
}
@media (max-width: 768px) {
  .s014{padding-bottom: 11.403vw;padding-top: 19.3vw;padding-left: 6vw;padding-right: 5vw;}

  .s014_art_1{
      top: -6.4vw;
      left: 1.6vw;
      width: 100%;
      height: 17.153vw;
  }

  .s014_title{padding-left: 3vw;padding-right: 3vw;padding-bottom: 4.7vw;}
  .s014_title h5{-webkit-text-stroke-width: 0.3vw;letter-spacing: -0.3vw;line-height: 1.04;text-shadow: 0.4vw 0.7vw 0vw #83cdf8;}
  .s014_faq_col{
      padding-bottom: 2.1vw;
  }
  .s014_faq_title{font-size: 3.208vw;margin-bottom: 1.5vw;line-height: 1.4;}
  .s014_faq_title:after{height: 3.4vw;}
  .s014_faq_text p{padding-bottom: 3.2vw;}

  .s014_faq_title span{padding-left: 4.181vw;}
  .s014_faq_title span:before{top: 1vw;width: 14px;height: 14px;}

  .s014_faq_title.active{padding-bottom: 0.3vw;}
  .s014_faq_title.active span:before{left: -0.208vw;width: 2.903vw;height: 2.6vw;top: 1.7vw;}
  .s014_faq_text.active{padding-right: 1vw;padding-left: 1vw;padding-top: 0.069vw;padding-bottom: 1.181vw;width: 100%;margin-left: 0;margin-top: -0.347vw;}

  .s014_faq_text.active:after{    
    width: 100%;
  }
}
@media (max-width: 550px) {
  .s014{padding-bottom: 11.403vw;padding-top: 19.3vw;padding-left: 6vw;padding-right: 5vw;}
  .s014:after{ }

  .s014_art_1{
      top: -7.4vw;
      left: 1.6vw;
      width: 100%;
      height: 21.153vw;
  }

  .s014_title{padding-left: 3vw;padding-right: 3vw;padding-bottom: 4.7vw;}
  .s014_title h5{-webkit-text-stroke-width: 0.3vw;letter-spacing: -0.5vw;line-height: 1.04;text-shadow: 0.3vw 0.6vw 0vw #83cdf8;}

  .s014_faq{ }
  .s014_faq_col{
      padding-bottom: 2.1vw;
  }
  .s014_faq_title{font-size: 5.208vw;margin-bottom: 1.5vw;line-height: 1.4;}
  .s014_faq_title:after{height: 3.4vw;}
  .s014_faq_text p{padding-bottom: 3.2vw;}

  .s014_faq_title span{padding-left: 4.181vw;}
  .s014_faq_title span:before{top: 1.4vw;width: 14px;height: 14px;}

  .s014_faq_title.active{padding-bottom: 0.3vw;}
  .s014_faq_title.active span:before{left: -0.208vw;width: 2.903vw;height: 2.6vw;top: 1.7vw;}
  .s014_faq_text.active{padding-right: 1vw;padding-left: 1vw;padding-top: 0.069vw;padding-bottom: 1.181vw;width: 100%;margin-left: 0;margin-top: -0.347vw;}

  .s014_faq_text.active:after{    
    width: 100%;
  }
}
@media (max-width: 380px) {
    .s014_faq_title span:before {
        top: 1.65vw;
        width: 2.917vw;
        height: 2.917vw;
    }
}

/*
  Footer bottom
=========================================*/
.bb_footer_bottom{
    background-color: #000000;
    padding-bottom: 29px;
    padding-top: 22px;
}
.bb_footer_bottom .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 14.95px;
    /* font-family: 'Quicksand', sans-serif; */
    width: 1280px;
}

.bb_footer_bottom_left{
    width: 100%;
    color: #FFF;
    padding-top: 6px;
    font-size: 20px;
    text-align: center;
}
.bb_footer_bottom_left a{
   color: #6bbdb9;
}
.bb_footer_bottom_left span{
    color: #FFF;
    display: inline-block;
    padding-right: 0px;
    text-transform: uppercase;
    line-height: 1.5;
    padding-left: 9px;
}
.bb_footer_copyright{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    letter-spacing: 2.3px;
    text-transform: uppercase;
}
.hs_divider{}
.bb_footer_bottom_right{
    width: 26%;
    text-align: right;
    padding-bottom: 0px;
    padding-top: 2px;
    margin-right: 0;
}
@media (max-width: 1440px) {
  .bb_footer_bottom{
      padding-bottom: 1.5vw;
      /* padding-top: 1.153vw; */
  }
  .bb_footer_bottom .section_inner{
      font-size: 14.6.597vw;
      width: 81.944vw;
  }
  .bb_footer_bottom_left{
      padding-top: 0.417vw;
      font-size: 1.042vw;
  }
  .bb_footer_bottom_left span{
      font-size: 1.042vw;
      padding-right: 0.069vw;
      letter-spacing: 0.132vw !important;
  }
  .bb_footer_copyright{}
  .hs_divider{ }
  .bb_footer_bottom_right{ }
}
@media (max-width: 1140px) {
  .bb_footer_bottom{  }
  .bb_footer_bottom .section_inner{  }
  .bb_footer_bottom_left{  }
  .bb_footer_bottom_left span{  }
  .bb_footer_copyright{  }
  .hs_divider{  }
  .bb_footer_bottom_right{  }
}
@media (max-width: 1024px) {
  .bb_footer_bottom{padding-top: 15px;padding-bottom: 14px;}
  .bb_footer_bottom .section_inner{  }
  .bb_footer_bottom_left {
    padding-top: 0.417vw;
    font-size: 1.6vw;
  }
  .bb_footer_bottom_left span{
    font-size: 1.3vw;
    padding-right: 0vw;
    letter-spacing: 0.132vw !important;
    font-style: italic;
    font-size: 1.6vw;
  }
  .bb_footer_bottom_left span.divider{/* display:none; */display: block;font-size: 0px;}
  .bb_footer_copyright{  }
  .hs_divider{  }
  .bb_footer_bottom_right{  }
}
@media (max-width: 768px) {
  .bb_footer_bottom{padding-bottom: 1.5vw;padding-top: 18px;padding-bottom: 25px;}
  .bb_footer_bottom .section_inner{width: 96vw;}
  .bb_footer_bottom_left{font-size: 2.5vw;}
  .bb_footer_bottom_left span{font-size: 2.5vw;letter-spacing: 0.4vw !important;}
  .bb_footer_copyright{letter-spacing: 0.6vw;}
  .bb_footer_bottom_left span.divider{display: block;width: 100%;height: 12px;opacity: 0;}
  .bb_footer_bottom_right{  }
}
@media (max-width: 550px) {
  .bb_footer_bottom{padding-bottom: 1.5vw;padding-top: 19px;padding-bottom: 26px;}
  .bb_footer_bottom .section_inner{width: 93vw;}
  .bb_footer_bottom_left{font-size: 3vw;padding-top: 1vw;}
  .bb_footer_bottom_left span{font-size: 2.6vw;letter-spacing: 0.4vw !important;font-style: normal;font-weight: 600;}
  .bb_footer_copyright{letter-spacing: 0.6vw;font-style: italic;}
  .bb_footer_bottom_left span.divider{display: block;width: 100%;height: 1px;opacity: 0;margin-bottom: 6px;}
  .bb_footer_bottom_right{  }
  
}
.bbs_stest{
  padding-top: 600px;
  background-color: #F5EFE9;
}
