@font-face {
    font-family: "Noto Sans TC Light";
    font-weight: 300;
    src: url('./assets/Noto_Sans_TC/noto-sans-tc-v9-chinese-traditional-300.woff2') format('woff2');
}

@font-face {
    font-family: "Noto Sans TC Medium";
    font-weight: 500;
    src: url('./assets/Noto_Sans_TC/noto-sans-tc-v9-chinese-traditional-500.woff2') format('woff2');
}

@font-face {
    font-family: "Noto Sans TC Bold";
    font-weight: 700;
    src: url('./assets/Noto_Sans_TC/noto-sans-tc-v9-latin_chinese-traditional-700.woff2') format('woff2');
}

@font-face {
    font-family: "Noto Sans TC Regular";
    font-weight: 400;
    src: url('./assets/Noto_Sans_TC/noto-sans-tc-v9-chinese-traditional-regular.woff2') format('woff2');
}

.Noto-Sans-TC-Light{
    font-family: 'Noto Sans TC Light', sans-serif;
}

.Noto-Sans-TC-Medium{
    font-family: 'Noto Sans TC Medium', sans-serif;
}

.Noto-Sans-TC-Regular{
    font-family: 'Noto Sans TC Regular', sans-serif;
}

.Noto-Sans-TC-Bold{
    font-family: 'Noto Sans TC Bold', sans-serif;
}


p{
    margin:0;padding:0
}
*{margin:0;padding:0}


button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body, html{
    color: #333;
    font-size: 16px;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-family: 'Noto Sans TC Regular', sans-serif;
    min-width: 320px;
    margin: 0;
}

h2, h3, h4, h5 {
    margin: .75em 0 .25em;
}

h1 {
    font-size: 27px;
    margin: 0 0 .4em;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 20px;
}

img{
    width: 100%;
}

hr{
    border-top: 1px solid rgba(0,0,0,0);
}

a{
    color:#000;
    text-decoration-line: none;
}

.our-story-container{
    width: 100%;
    overflow-x: hidden;
}

.our-story-header-wrapper {
    background-color: transparent;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5rem;
    z-index: 10;
    display: block;
}

.our-story-header {
    position: relative;
    margin: 0 3.5rem;
    height: 100%;
}

.logo_home{
    padding-top: .5rem;
    width: 190px;
}

.our-story-cards {
    margin: 0 auto;
}

.our-story-card {
    position: relative;
    border-bottom: 8px solid #F5F5F5;
    padding: 50px 5%;
    margin-bottom: 0;
    background: 0 0;
    color: black;
}

.our-story-card-background {
    z-index: 0;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.our-story-card-background .desktop {
    display:block
}

.our-story-card-background .mobile {
    display:none;
}

.hero-card.vlv .our-story-card-background .concord-img-wrapper {
    bottom: 0;
}

.hero-card .concord-img-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.hero-card.vlv .concord-img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.hero-card .concord-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.25) translateY(-10%);
    -moz-transform: scale(1.25) translateY(-10%);
    -ms-transform: scale(1.25) translateY(-10%);
    -o-transform: scale(1.25) translateY(-10%);
    transform: scale(1.25) translateY(-10%);
}

.our-story-card-title {
    font-family: 'Noto Sans TC Bold', sans-serif;
    font-size: 3.125rem;
    line-height: 1.4;
    margin-bottom: .5rem;
    letter-spacing: 1.41px;
}

.our-story-card-subtitle{
    font-family: 'Noto Sans TC Light', sans-serif;
}

.our-story-card-subtitle, .our-story-card-text {
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 150%;
}

.hero-card h1, .hero-card h2 {
    max-width: 640px;
    margin: 0 auto;
}

.hero-card .our-story-card-title {
    font-size: 1.75rem;
}
.hero-card .our-story-card-subtitle {
    font-size: 1rem;
    margin: 1.5rem auto; 
    line-height: 50px;
}

.hero-card .our-story-card-text {
    position: relative;
    width: 100%;
    padding: 75px 0;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.hero-card .our-story-card-text a span{
    color:#3CB28C;
}


.animation-card .animation-card-container {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: fit-content;
}

.animation-card .our-story-card-text {
    width: 52%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 3rem 0 ;
    z-index: 3;
}

.animation-card.watchOnTv .our-story-card-text {
    /*margin: -5% 0;*/
}

.animation-card.watchOnTv .our-story-card-animation{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 81%;
    position: absolute;
    top: 56%;
    left: 50.4%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.animation-card.watchOnDevice .our-story-card-video, .animation-card.watchOnTv .our-story-card-video {
    width: 100%;
    height: 100%;
}


.animation-card .our-story-card-img-container {
    width: 41.564%;;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.animation-card.flipped .our-story-card-img-container{
    width: 46.95%;
}

.animation-card .our-story-card-animation-container {
    position: relative;
    overflow: hidden;
}

.animation-card.watchOnDevice .our-story-card-img, .animation-card.watchOnTv .our-story-card-img {
    position: relative;
    z-index: 2;
}

.animation-card.flipped .animation-card-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}



.animation-card.flipped .animation-card-container .our-story-card-text {
    padding: 0 3rem 0 7rem;
}

.animation-card.downloadAndWatch .our-story-card-animation-container {
    /*margin: 0% 106px -3% 0%;*/
}

.animation-card.prices .our-story-card-animation-container {
    /*margin: -0% 0% -1% 92px;*/
}

.qa .our-story-card-text {
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.qa .our-story-card-text .our-story-card-subtitle{
    padding-bottom: 10px;
}

.cta-link-wrapper a{
    text-decoration:none;
}

.btn {
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: .1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    position: relative;
    color: #000;
    background-color: #e6e6e6;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#ddd));
    background-image: -webkit-linear-gradient(top,#e6e6e6,#ddd);
    background-image: -moz- oldlinear-gradient(top,#e6e6e6,#ddd);
    background-image: -o-linear-gradient(top,#e6e6e6,#ddd);
    background-image: linear-gradient(to bottom,#e6e6e6,#ddd);
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
}

.btn {
    position: relative;
    font-size: 1em;
    padding: 24.5px 2em;
    min-width: 74px;
    min-height: 50px;
    margin: .5em .5em .5em 0;
}

.btn-orange {
    color: #fff;
    background-color: #FF8603;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF8603),to(#FF8603));
    background-image: -webkit-linear-gradient(top,#FF8603,#FF8603);
    background-image: -moz- oldlinear-gradient(top,#FF8603,#FF8603);
    background-image: -o-linear-gradient(top,#FF8603,#FF8603);
    background-image: linear-gradient(to bottom,#FF8603,#FF8603);
}

.btn-custom{
    border-radius: 50px;
    font-family: 'Noto Sans TC Regular', sans-serif;
}

.nmhp-cta {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .25em auto;
    padding: 0.8em 1.5em;
    line-height: initial;
    width: auto;
}

.nmhp-cta-extra-large {
    font-size: 24px;
    min-height: 40px;
}

ul>li {
    margin-left: 1.1em;
    margin-bottom: 5px;
    list-style-type: disc;
}

ul.structural {
    padding: 0;
    margin: 0;
}

.footer-card {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 5% 0px 5% !important;
}

.our-story-card.our-story-card-no-border {
    border-bottom: none;
    padding-bottom: 0;
}

.site-footer-wrapper {
    margin-top: 0;
}

.site-footer-wrapper {
    min-width: 190px;
    width: 100%;
    padding-bottom: 20px;
    font-size: 1em;
    color: #757575;
    position: relative;
    text-align: center;
}

.footer-links {
    max-width: 1000px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.structural>li {
    list-style: none;
    margin-left: 0;
}

.footer-link-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 16px;
    display: inline-block;
    min-width: 100px;
    width: 25%;
    padding-right: 12px;
    vertical-align: top;
}

.footer-link-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 16px;
    display: inline-block;
    min-width: 100px;
    width: 25%;
    padding-right: 12px;
    vertical-align: top;
}

.footer-link-item a{
    text-decoration-line: none;
    color: #757575;
}

.lang-selection-container {
    margin-top: 20px;
}

.footer-country {
    font-size: 13px;
    margin-top: 24px;
}

.site-footer {
    margin: 0 auto;
    padding-top: 0px;
    width: 90%;
}



@media screen and (min-width: 740px){
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 27px;
    }
}

@media only screen and (min-width: 1450px){
    .nmhp-cta-extra-large {
        font-size: 1.875rem;
        min-height: 94px;
    }
    .hero-card h1, .hero-card h2 {
        max-width: 820px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1590px){
    .hero-card .our-story-card-text {
        padding: 20px 0 50px 0;
    }
}


@media only screen and (min-width: 550px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1449px), only screen and (min-width: 1450px){
    .our-story-card {
        padding: 70px 45px;
    }
    .our-story-card.qa {
        padding: 40px 45px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 949px){
    .hero-card .our-story-card-title {
        font-size: 3.125rem;
    }
    .hero-card .our-story-card-subtitle {
        font-size: 1.625rem;
    }
    .our-story-card-subtitle, .our-story-card-text {
        font-size: 1.25rem;
    }
    .our-story-card-title {
        font-size: 2.5rem;
    }
    .our-story-header {
        margin: 0 45px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1449px){
    .logo_home {
        width: 156px;
    }
    .hero-card.vlv .our-story-card-title {
        font-size: 3.125rem;
    }
    .nmhp-cta-extra-large {
        font-size: 1.625rem;
        min-height: 74px;
    }    
}



@media only screen and (min-width: 950px) and (max-width: 1449px), only screen and (min-width: 1450px){
    .our-story-card-background {
        top: -100px;
    }
    .hero-card .our-story-card-title {
        font-size: 4rem;
    }
    .hero-card .our-story-card-subtitle {
        font-size: 1.625rem;
    }
    .nmhp-cta {
        padding: 0 1.5em;
        margin: .5em auto;
    }
}

@media only screen and (min-width: 550px) and (max-width: 949px), only screen and (min-width: 400px) and (max-width: 549px), only screen and (min-width: 350px) and (max-width: 399px), only screen and (max-width: 349px){
    .our-story-header-wrapper {
        height: 45px;
    }

    .animation-card .animation-card-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .animation-card.watchOnTv .our-story-card-text {
        margin: 0;
    }

    .animation-card .our-story-card-img-container {
        width: 100%;
        max-width: 600px;
        margin-top: 1em;
    }

    .animation-card.flipped .our-story-card-img-container {
        width: 100%;
    }

    .animation-card .our-story-card-text {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .animation-card.watchOnTv .our-story-card-animation-container {
        margin: 5% 0 0 0;
    }

    .animation-card.flipped .animation-card-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .animation-card.flipped .animation-card-container .our-story-card-text {
        padding: 0;
    }

    .animation-card.downloadAndWatch .our-story-card-animation-container {
        /*margin: 5% 5% 0% 10%;*/
        margin: 5% 0 0 0;
    }

    .animation-card.prices .our-story-card-animation-container {
        margin: 5% 3% -1% 3%;
    }

    .our-story-card.qa {
        padding: 20px 45px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 549px), only screen and (min-width: 350px) and (max-width: 399px), only screen and (max-width: 349px){
    .our-story-header {
        margin: 0 5%;
    }
    
    .logo_home {
        padding-top: .5rem;
        width: 30%;
    }
    .our-story-card-title {
        font-size: 1.625rem;
    }
    .our-story-card-subtitle, .our-story-card-text {
        font-size: 1rem;
    }
    .hero-card .our-story-card-subtitle {
        line-height: 30px;
    }

    .our-story-card-background .desktop {
        display:none
    }
    
    .our-story-card-background .mobile {
        display:block;
    }

    .hero-card .our-story-card-text {
        padding: 30px 0 120px 0;
    }
    .nmhp-cta{
        padding: 0 1em;
    }
    .nmhp-cta-extra-large{
        font-size: 1rem;
    }
}
