@charset "utf-8";
/* CSS Document */
p {
    font-size: 16px;
    color: #222;
    line-height: 24px;
}

.app_card {
    padding: 0px 8px;
}
.main_title_wht_shadow {
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    line-height: 92px;
    padding-left: 86px;
    padding-top: 36px;
}
.main_title_wht_shadow_small {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    line-height: 66px;
}
.title_bk {
    font-size: 32px;
    color: #000;
    padding-top: 10px;
    line-height: 36px;
    font-weight: 500;
}
.title {
    font-size: 38px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text_bk {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}
.text_wht {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.app_title_blue {
    font-size: 30px;
    color: #0087dc;
    font-weight: 500;
    line-height: 36px;
}
.app_title_wht {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    line-height: 36px;
}
.app_sub_title {
    font-size: 22px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 28px;
}

 .legal_download span {
   cursor: pointer;
   display: inline-block;
   align-items: center;
   vertical-align: middle;
   position: relative;
   transition: 0.4s;
   font-size: 16px;
   color: #222;
   padding-bottom: 12px;
 }
 .legal_download span:after {
   content: '\00bb';
   position: absolute;
   opacity: 0;
   top: 0;
   left: 30px;
   transition: 0.5s;
   color: #0087dc;
}
 .legal_download:hover span {
   padding-left: 15px;
   color: #0087dc;
 }
 .legal_download:hover span:after {
   opacity: 1;
   left: 0;
 }
.legal_bg:hover {
    background: rgba(235,235,235,1.00);
    transition: 0.5s;
}

@media (max-width: 767px) {
.app_card {
    padding: 0px 10px;
}
.main_title_wht_shadow {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    line-height: 48px;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 126px;
}
.main_title_wht_shadow_small {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    line-height: 36px;
}
.title_bk {
    font-size: 28px;
    color: #000;
    padding-top: 10px;
    line-height: 36px;
    font-weight: 500;
}
.text_bk {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.app_title_wht {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}
.app_title_blue {
    font-size: 26px;
    color: #0087dc;
    font-weight: 500;
    line-height: 36px;
}
.app_sub_title {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 28px;
}
}