.banner-app-store-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-app-store-container .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    width: 160px;
}

.banner-app-store-container .hover-image {
    position: absolute;
    top: calc(100% + 10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-app-store-container .button p:hover + .hover-image {
    opacity: 1;
}
.banner-app-store-container .button > p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    background: rgba(196, 196, 196, 0);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.banner-app-store-container .button > p > img{
    width: 20px;
    margin-right: 10px;
}
.banner-app-store-container .button > p:hover{
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
.banner-app-store-container .button > p:hover img {
    filter: invert(100%);
}
.banner-app-store-container .button .hover-image{
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 10px;
    width: 160px;
    height: 160px;
}
.banner-app-store-container .button .hover-image img{
    width: 100%;
    height: 100%;
}
.content-top{
    width: 73.5%;
    margin: 150px auto 200px auto;
    min-width: 1150px;
}
.introduce-app-container{
    border-radius: 20px;
    background: rgb(241, 242, 247);
    padding: 7.142% 0 4.285% 7.142%;
    position: relative;
    width: 100%;
    max-width: 1400px;
    min-width: 1150px;
    margin: auto;
}
.introduce-app-container > .h_title {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}
.introduce-app-container > .h_title:nth-child(2) {
    margin-bottom: 40px;
}
.introduce-app-container > p{
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}
.introduce-app-container > p:nth-of-type(1) {
    margin-bottom: 20px;
}

.logo-container {
    margin-top: 104px;
}

.logo-container > img {
    height: 16px;
    width: auto;
}
.mobile-container{
    position: absolute;
    top: -30px;
    right: 80px;
}

.mobile-container > img {
    width: 430px;
    height: auto;
    display: block;
}
.mobile-container > .iphone_shadow {
}
.explore-container{
    text-align: center;
    max-width: 1200px;
    margin: 200px auto 0 auto;
}
.explore-container>.h_title{
    color: rgb(0, 0, 0);
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.explore-container>p{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    margin: 20px 0 60px 0;
}
.explore-container > p:nth-of-type(1) {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.explore-container > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.explore-container .video{
    max-width: 1200px;
    height: auto;
}
.explore-container .video video{
    border-radius: 20px;
}
.explore-content {
    display: flex;
    margin-top: 200px;
}
.explore-content .left {
    flex: 1;
    margin-right: 20px;
}
.explore-content .left > img {
    max-width: 590px;
    height: auto;
    width: 100%;
}

.explore-content .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.explore-content .right .top-right {
    flex: 1;
    border-radius: 20px;
    background: rgb(241, 242, 247);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8.474% 0 6.779% 0;
    justify-content: space-between;
}

.explore-content .right .top-right .title {
    color: rgb(0, 0, 0);
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}
.explore-content .right .top-right > p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.explore-content .right .bottom-right {
    flex: 1;
}
.explore-content .right .bottom-right > img {
    max-width: 590px;
    height: auto;
    width: 100%;
}

.content-middle {
    text-align: center;
}

.content-middle > .h_title {
    color: rgb(0, 0, 0);
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
}
.content-middle > p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 20px 0 60px 0;
}
.content-middle > img {
    max-width: 100%;
}
.content-bottom {
    margin: 0 auto 0 auto;
    width: 73.5%;
    min-width: 1150px;
}

.content-bottom .img-right, .content-bottom .img-left {
    display: flex;
    margin: 200px auto 200px auto;
    max-width: 1200px;
    justify-content: space-between;
}
.content-bottom .img-right .left, .content-bottom .img-left .right {
    text-align: left;
    display: flex;
    flex-direction: column;
    margin: 15% 0 10% 0;
}
.content-bottom .img-right .left .title, .content-bottom .img-left .right .title {
    color: rgb(0, 0, 0);
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}
.content-bottom .img-right .left > p, .content-bottom .img-left .right > p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 3.33%;
}
.content-bottom .img-right .left > a, .content-bottom .img-left .right > a {
    color: rgb(255, 139, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: underline;
    margin-top: auto;
}
.content-bottom .img-right .right, .content-bottom .img-left .left {
    width: 62.5%;
}
.content-bottom .img-right .right > img, .content-bottom .img-left .left > img {
    max-width: 750px;
    height: auto;
    width: 100%;
}
.content-bottom .img-left .right{
    text-align: right;
}

.content-bottom {
    text-align: center;
}
.content-bottom .download{
    width: 1200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 80px 0 40px;
    z-index: 10;
    position: absolute;
    top: 0;
}
.content-bottom .download .left,.content-bottom .download .right{
    flex: 1;
}
.content-bottom .download .left > h2 {
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.content-bottom .download .right{
    display: flex;
    justify-content: right;
}
.content-bottom .download .right div:nth-child(1){
    margin-right: 40px;
}
.content-bottom .download .right img{
    width: 110px;
    display: block;
    margin-bottom: 6px;
}
.content-bottom .download .right p{
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.content-bottom > div > p {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.content-bottom > div > p:nth-of-type(1){
    margin: 20px 0 18px 0;
}
.content-bottom > div > h2 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 60px;
}

.banner-video-content{
    z-index: 10;
    position: absolute;
    top: max(20.37%, 100px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.banner-video-content .title{
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}
.banner-video-content .title > span{
    font-weight: 700;
}
.banner-video-content .text{
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 12px 0 40px 0;
}
#download_now{
    position: relative;
    max-width: 1200px;
    margin: auto;
}
#download-video-container > video {
    border-radius: 20px;
}