:root{
    --ml-auto:auto;
    --mr-auto:auto;
}
h1, h2, h3, h4, h5, h6{
    margin-bottom: 0;
}
.tc-container h1{
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: var(--zf-primary-extrabold), sans-serif;
    color: #11003F;
}
.tc-container h2{
    font-size: 48px;
    font-family: var(--zf-primary-extrabold),sans-serif;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #11003F;
}
.tc-container h3{
    font-size: 40px;
    font-family: var(--zf-primary-extrabold),sans-serif;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #11003F;
}
.tc-container h4{
    font-family: var(--zf-primary-bold),sans-serif;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #11003F;
}
.tc-container p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
.mobile-view{
    display: none;
}
.web-view{
    display: none;
}
.zw-product-header .content-wrap{
    max-width: 1440px;
}
.tc-bg-arch::after {
    display: block;
}
.row-reverse{
    flex-direction: row-reverse;
}
.tc-bg-arch {
    position: relative;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFEADF 50%, #FFEADF 100%) 0% 0% no-repeat padding-box;
    z-index: 0;
    overflow-x: hidden;
}
.tc-bg-arch::after {
    position: absolute;
    content: "";
    width: 100%;
    min-height: 50%;
    -webkit-mask-image: radial-gradient(110% 190% at top, transparent 50%, #FFFFFF 43%);
    mask-image: radial-gradient(110% 190% at top, transparent 50%, #FFFFFF 43%);
    background: #FFFFFF;
    right: 0;
    bottom: 0;
    user-select: none;
    pointer-events: none;
    z-index: 1;
}
.content-wrap{
    max-width: 1280px;
    margin: 0 auto;
}
.tc-sec-pad{
    padding: 130px 0 0;
}
.tc-banner-content{
    text-align: center;
}
.tc-banner-content h1{
    margin: var(--ml-auto) var(--mr-auto);
    padding-top: 72px;
}
.tc-banner-content h1 i{
    color: #FB6720;
    font-style: normal;
}
.tc-banner-content p{
    max-width: 75%;
    margin: var(--ml-auto) var(--mr-auto);
    padding: 32px 0 40px;
    font-size: 19px;
    font-family: var(--zf-primary-regular),sans-serif;
}
.tc-cta-block{
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.tc-cta-block > a{
    font-family: var(--zf-primary-semibold),sans-serif;
    padding: 16px 28px;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
}
.tc-cta-block .act-btn.cta-btn {
    background: #FB6720;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 16px 28px;
}
.tc-cta-block .act-btn{
    margin: 0;
    border: 1px solid transparent;
}
.tc-cta-block .zcontact-form-btn {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 4px;
}
.tc-banner-graphics{
    min-height: 360px;
}
.tc-ban-img{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    max-width: none;
}



/* who can section styles */
.tc-whocan-wrap .content-wrap{
    width: 100%;
    max-width: 1200px;
}
.tc-whocan-wrap .item{
    position: relative;
}
.tc-whocan-wrap.tc-feat-wrap .item::before{
    cursor: pointer;
    font-size: 18px;
    font-family: var(--primaryfont-bold);
    background: #FFF;
    padding: 18px 40px 18px 6%;
    display: block;
    border-radius: 12px;
    border: 2px solid #D6E5EB;
}
.tc-whocan-wrap.tc-feat-wrap .tabs ul{
    margin-bottom: 32px;
}
.tc-whocan-wrap .tabbed-cont-box{
    background: #FFF;
    border-radius: 44px;
    box-shadow: 0 0 60px rgba(34, 59, 81, 0.1);
    max-width: 1200px;
    margin: 0 auto;
}
.tc-whocan-wrap .tabbed-content .item-content{
    position: relative;
    display: inherit;
}
.tc-whocan-wrap .item.active .item-content {
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    -ms-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
    border-radius: 40px;
    padding: 6px 7px;
}
.tc-whocan-wrap .item.active::before{
    background: #1B2464;
    border: 2px solid #1B2464;
    color: #FFF;
}
.tabbed-content .tabs {
    display: none;
}
.tc-whocan-wrap .tabbed-content .item-content .tc-tab-img{
    width: 100%;
}
.tc-whocan-wrap .tabbed-content .item-content .tc-tab-img img{
    border-radius: 40px;
    display: block;
    width: 100%;
}
.tc-whocan-wrap .tabbed-content .item-content .tc-tab-cont{
    width: 50%;
    max-width: 550px;
    background: #FC6620;
    border-radius: 28px;
    position: absolute;
    right: 3.5%;
    bottom: 8%;
    padding: 44px 56px;
}
.tc-whocan-wrap.tc-feat-wrap .tabs ul{
    gap: 0 24px;
}
.tc-whocan-wrap.tc-feat-wrap .tabs ul li {
    padding: 14px 28px;
}
.tc-whocan-wrap .tc-tab-cont h3{
    font-size: 32px;
    font-family: var(--zf-primary-extrabold),sans-serif;
    margin: 0 0 24px;
    color: #FFF;
}
.tc-whocan-wrap .tc-tab-cont h3 span{
    display: block;
}
.tc-whocan-wrap .tc-tab-cont p{
    font-size: 18px;
    color: #FFF;
}
.tc-feat-wrap .item::before {
    cursor: pointer;
    font-size: 18px;
    font-family: var(--primaryfont-bold);
    padding: 18px 40px 18px 6%;
    display: block;
    border-radius: 12px;
    border: none;
}
.tc-feat-wrap .tc-orange-wrap .item::before{
    background: #FFFCFB;
}
.tc-feat-wrap .tc-blue-wrap .item::before{
    background: #EDF1FE;
}
.tc-feat-wrap .item.active::before{
    background: #1B2464;
    color: #FFF;
}

/* common feature styles */
.tc-orange-wrap{
    background: #FFF1EA;
}
.tc-blue-wrap{
    background: #F7FAFF;
}

.tc-feat-wrap .content-wrap{
    width: calc(100% - 120px);
    max-width: 1600px;
}
.tc-feat-wrap h2 {
    font-size: 48px;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto 56px;
}
.tc-feat-wrap h2 i{
    color: #FB6720;
    font-style: normal;
}
.tc-feat-wrap .tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 32px;
    justify-content: center;
    margin: 0 0 64px;
}
.tc-feat-wrap .tabs ul li {
    background: #FFFCFB;
    border-radius: 12px;
    padding: 14px 36px;
    font-size: 16px;
    font-family: var(--zf-primary-bold),sans-serif;
    color: #000;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
}
.tc-feat-wrap .tabs ul li.active {
    background: #1B2464;
    color: #FFF;
    position: relative;
}
.tc-feat-wrap .tc-blue-wrap .tabs ul li{
    background: #EDF1FE;
}
.tc-feat-wrap .tc-blue-wrap .tabs ul li.active{
    background: #1B2464;
}
.tc-feat-wrap .tabs ul li.tc-single-line{
    padding-top: 24px;
    padding-bottom: 10px;
}
.tc-feat-wrap .tabs ul li span{
    display: block;
}
.tc-feat-block{
    border-radius: 50px;
    padding: 80px 88px;
    box-shadow: 0 1px 0 rgba(0,0,0, 0.2);
}
.tc-feat-block .tc-feat-hdng{
    text-align: center;
}
.tc-feat-block .tc-feat-hdng h3{
    font-size: 40px;
}
.tc-feat-block .tc-feat-hdng p{
    width: 80%;
    max-width: 900px;
    margin: 24px auto 36px;
}
.tabbed-content .item .item-content{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.5s ease;
}
.tc-feat-wrap.tc-row-reverse .item-content{
    flex-direction: row-reverse;
}
.tabbed-content .item-content .tc-tab-img{
    width: 55%;
}
.tc-feat-wrap.tc-row-reverse .item-content .tc-tab-img{
    text-align: right;
}
.tabbed-content .item-content .tc-tab-cont{
    width: 40%;
    text-align: left;
    margin-top: -40px;
}
.tc-feat-block h4{
    font-size: 36px;
    font-family: var(--zf-primary-extrabold),sans-serif;
    margin-bottom: 24px;
}
.tc-feat-block h4 span{
    display: block;
}

/* howonline section styles */
.tc-howonline-wrap .content-wrap{
    background: #F7FAFF;
    border-radius: 50px;
    padding: 80px 96px 16px 96px;
    width: calc(100% - 120px);
    max-width: 1600px;
}
.tc-howonline-wrap h2{
    color: #000000;
    line-height: 1.2;
    font-size: 48px;
    padding-top: 8px;
}
.tc-howonline-wrap ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tc-howonline-wrap ul li{
    width: 42%;
    margin-bottom: 72px;
}
.tc-howonline-wrap .tc-icon{
    width: 54px;
    height: 54px;
    display: inline-block;
    background-image: url(/sites/oweb/images/trainercentral/training-providers/tc-icons-sprite.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.tc-howonline-wrap .tc-icon.save{
    background-position: -54px 0;
}
.tc-howonline-wrap .tc-icon.measure{
    background-position: -108px 0;
}
.tc-howonline-wrap .tc-icon.leverage{
    background-position: -162px 0;
}
.tc-howonline-wrap .tc-icon.scale{
    background-position: -216px 0;
}
.tc-howonline-wrap h3{
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-family: var(--zf-primary-bold),sans-serif;
}
.tc-howonline-wrap h3 span{
    display: block;
}
.tc-howonline-wrap p{
    line-height: 1.6;
}

/* unlock section styles */
.tc-unlock-wrap .content-wrap{
    max-width: 1170px;
    background: #fb6720 url(/sites/oweb/images/trainercentral/training-providers/tc-unlock-bg.svg) 0 100% no-repeat;
    border-radius: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 48px;
    padding-top: 88px;
    flex-direction: row-reverse;
}
.tc-unlock-wrap .content-wrap .tc-sec-img{
    width: 50%;
}
.tc-unlock-wrap .content-wrap .tc-sec-img img{
    border-radius: 0 0 0 50px;
    display: block;
}
.tc-unlock-wrap .content-wrap .tc-sec-cont{
    width: 37%;
    margin-top: 56px;
}
.tc-unlock-wrap .content-wrap .tc-sec-cont h3{
    color: #FFF;
}
.tc-unlock-wrap .content-wrap .tc-sec-cont p{
    padding: 20px 0 36px;
    color: #FFF;
}
.tc-unlock-wrap .tc-store-badges{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.tc-unlock-wrap .tc-store-badges a{
    display: block;
}
.tc-unlock-wrap .tc-store-badges a img{
    display: block;
}

/* footer styles */
.tc-footer-note-wrap{
    padding: 170px 0 120px;
}
.tc-footer-note-wrap h2{
    text-align: center;
    font-size: 48px;
}
.tc-footer-note-wrap h2 > span{
    display: block;
}
.tc-footer-note-wrap h2 i{
    color: #FB6720;
    font-style: normal;
}
.tc-footer-note-wrap .tc-cta-block{
    text-align: center;
    margin: 0;
    padding: 40px 0 30px;
}

/* responsive styles */

@media screen and (min-width: 1281px) and (max-width: 1440px){
    .tc-ban-img{
        max-width: 160%;
    }
    .tc-howonline-wrap .content-wrap, .tc-feat-block{
        padding-left: 6%;
        padding-right: 6%;
    }
    .tc-howonline-wrap ul li{
        width: 45%;
    }
    .tc-whocan-wrap .tabs ul{
        gap: 0 28px;
    }
    .tc-whocan-wrap .tabs ul li{
        padding: 20px 48px;
    }
    .tc-tab-img {
        width: 62%;
    }
    .tc-tab-cont {
        width: 38%;
    }
    .tabbed-content .item-content{
        justify-content: space-between;
    }
}

@media screen and (max-width: 1280px){
    .tc-sec-pad {
        padding: 100px 0 0;
    }
    .tc-container h1{
        font-size: 48px;
    }
    .tc-header-bg{
        height: 60%;
    }
    .tc-bg-arch::after{
        mask-image: radial-gradient(115% 200% at top, transparent 50%, #FFFFFF 43%);
    }
    .tc-banner-graphics{
        min-height: 300px;
    }
    .tc-ban-img{
        max-width: 180%;
    }
    .tc-feat-wrap .content-wrap, .tc-howonline-wrap .content-wrap, .tc-unlock-wrap .content-wrap{
        width: calc(100% - 80px);
    }
    .tc-howonline-wrap .content-wrap{
        padding: 60px 6% 20px;
    }
    .tc-feat-block{
        padding: 60px 6%;
    }
    .tc-feat-wrap h2, .tc-howonline-wrap h2{
        font-size: 40px;
        max-width: 80%;
    }
    .tc-feat-block .tc-feat-hdng h3{
        font-size: 36px;
    }
    .tc-tab-contbox h3{
        font-size: 34px;
        margin-bottom: 20px;
    }
    .tc-tab-contbox p{
        font-size: 17px;
    }
    .tc-whocan-wrap .tabs ul{
        gap: 0 32px;
    }
    .tc-whocan-wrap .tabs ul li{
        padding: 18px 40px;
        font-size: 16px;
    }
    .tabbed-content .item .item-content{
        justify-content: space-between;
    }
    .tabbed-content .item-content .tc-tab-img{
        width: 52%;
    }
    .tabbed-content .item-content .tc-tab-img img{
        width: 100%;
        height: auto;
    }
    .tc-howonline-wrap ul li{
        margin-bottom: 56px;
    }
    .tc-feat-block .tc-feat-hdng p{
        width: 92%;
        max-width: none;
    }
    .tc-feat-block h4{
        font-size: 32px;
    }
    .tc-footer-note-wrap{
        padding: 130px 0 100px;
    }
    .tc-footer-note-wrap h2{
        font-size: 44px;
    }
}

@media screen and (max-width: 1170px){
    .tc-bg-arch::after {
        mask-image: radial-gradient(135% 200% at top, transparent 50%, #FFFFFF 43%);
    }
    .tc-container h1{
        font-size: 44px;
    }
    .tc-container p{
        font-size: 17px;
    }
    .tc-ban-img {
        max-width: 170%;
    }
    .tc-header-wrap{
        padding-bottom: 0;
    }
    .tc-tab-contbox h3{
        font-size: 32px;
        margin-bottom: 16px;
    }
    .tc-whocan-wrap .tabs ul{
        gap: 0 24px;
    }
    .tc-whocan-wrap .tabs ul li{
        padding: 18px 40px;
    }
    .tc-whocan-wrap.tc-feat-wrap .tabs ul{
        gap: 0 16px;
    }
    .tc-whocan-wrap.tc-feat-wrap .tabs ul li{
        padding: 14px 24px;
    }
    .tc-whocan-wrap .tc-tab-cont h3{
        font-size: 30px;
    }
    .tc-whocan-wrap .tc-tab-cont h3 span{
        display: inline;
    }
    .tc-howonline-wrap h3{
        font-size: 28px;
    }
    .tc-unlock-wrap .content-wrap .tc-sec-cont{
        margin-top: 44px;
    }
    .tc-howonline-wrap ul li{
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1169px){
    .tc-container p{
        font-size: 16px;
    }
    .tc-tab-contbox h3{
        font-size: 30px;
    }
    .tc-tab-img{
        width: 60%;
    }
    .tc-tab-cont{
        width: 40%;
    }
    .tc-whocan-wrap .tabs ul li{
        padding: 16px 36px;
        font-size: 15px;
    }
    .tc-banner-graphics {
        min-height: 260px;
    }
    .tc-whocan-wrap.tc-feat-wrap .tabs ul {
        gap: 0 10px;
    }
    .tc-howonline-wrap ul li{
        width: 45%;
    }
    .tc-feat-wrap .tabs ul li{
        padding: 14px 24px;
    }
}

@media screen and (max-width: 1024px){
    .mobile-view{
        display: block;
    }
    .tc-whocan-wrap{
        margin: 0 auto;
    }
    .tc-banner-graphics {
        min-height: 270px;
    }
    .tc-whocan-wrap tabs ul li{
        padding: 14px 20px;
    }
    .tc-feat-wrap .item{
        padding: 0;
        margin-bottom: 18px;
        position: relative;
    }
    .tc-whocan-wrap .item:last-child{
        margin-bottom: 0;
    }
    .tc-whocan-wrap .tabs ul li.active{
        background: #6EEFF2;
    }
    .tabbed-content .item::before {
        content: attr(data-title);
        padding-left: 5%;
    }
    .tc-whocan-wrap .item::after, .tc-feat-wrap .item::after{
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-right: 2px solid #000;
        border-top: 2px solid #000;
        right: 36px;
        top: 24px;
        transform: rotate(45deg);
        transition: all 0.5s ease;
    }
    .tc-whocan-wrap .tabbed-cont-box{
        border-radius: 36px;
    }
    .tc-whocan-wrap .item.active::after, .tc-feat-wrap .item.active::after{
        transform: rotate(135deg);
        border-color: #FFF;
    }
    .tc-whocan-wrap .item.active .item-content{
        border-radius: 12px;
        padding: 0;
        margin-top: 24px;
        background: #FFF;
        display: inherit;
    }
    .tc-whocan-wrap .item .tc-tab-cont, .tc-whocan-wrap .item .tc-tab-img{
        width: 100%;
    }
    .tc-whocan-wrap .tabbed-content .item-content .tc-tab-cont{
        position: static;
        text-align: center;
        max-width: 100%;
        width: 100%;
        bottom: 0;
        right: 0;
        padding-top: 64px;
        margin: -40px auto 0;
        border-radius: 18px;
    }
    .tc-whocan-wrap .tabbed-content .item-content .tc-tab-img img{
        border-radius: 18px;
        border: 6px solid #FC6620;
    }
    .tc-whocan-wrap .item .tc-tab-cont{
        margin-bottom: 36px;
    }
    .tc-tab-contbox{
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .tc-tab-contbox h3{
        margin: 28px 0 12px;
    }
    .tc-container h2 span{
        display: inline;
    }
    .tabbed-cont-box{
        padding: 60px;
    }
    .tc-whocan-wrap .item:last-child .tc-tab-cont{
        margin-bottom: 0;
    }
    .tc-footer-wrap {
        padding: 100px 0;
    }
    .tc-howonline-wrap ul li{
        width: 45%;
    }
    .tc-howonline-wrap ul li:first-child{
        width: 100%;
        text-align: center;
    }
    .tc-howonline-wrap h2{
        font-size: 40px;
        max-width: 100%;
    }
    .tc-howonline-wrap h3{
        font-size: 26px;
    }
    .tc-feat-block .tc-feat-hdng p{
        width: 100%;
    }
    .tc-whocan-wrap.tc-feat-wrap .tabbed-cont-box{
        padding: 0 6%;
        box-shadow: none;
    }
    .tc-feat-wrap .tabbed-cont-box{
        padding: 0;
    }
    .tabbed-content .item.active .item-content{
        padding: 40px 0 32px;
    }
    .tc-whocan-wrap .tabbed-content .item.active .item-content{
        padding: 0;
    }
    .tabbed-content .item.active:last-child  .item-content{
        padding-bottom: 0;
    }
    .tc-unlock-wrap .content-wrap .tc-sec-cont h3{
        font-size: 36px;
    }
    .tc-feat-block h4 {
        font-size: 30px;
    }
    .tc-unlock-wrap .content-wrap .tc-sec-cont h3 span{
        display: inline;
    }
    .tc-footer-note-wrap h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px){
    .tc-container h1{
        font-size: 40px;
    }
    .tc-feat-wrap h2, .tc-howonline-wrap h2 {
        font-size: 36px;
    }
    .tc-feat-block .tc-feat-hdng h3{
        font-size: 32px;
    }
    .tc-feat-block h4{
        font-size: 30px;
        margin-bottom: 16px;
    }
    .tc-unlock-wrap .content-wrap{
        display: inherit;
    }
    .tc-unlock-wrap .content-wrap .tc-sec-cont, .tc-unlock-wrap .content-wrap .tc-sec-img{
        width: calc(100% - 100px);
        text-align: center;
        margin: 0 auto;
    }
    .tc-unlock-wrap .content-wrap .tc-sec-img img{
        margin: 0 auto;
        border-radius: 0;
    }
    .tc-unlock-wrap .tc-store-badges{
        justify-content: center;
        margin-bottom: 32px;
    }
    .tc-whocan-wrap .item .item-content, .tc-feat-wrap .item .item-content{
        display: inherit;
    }
    .tabbed-content .item-content .tc-tab-img, .tc-feat-wrap.tc-row-reverse .item-content .tc-tab-img{
        width: 100%;
        text-align: center;
    }
    .tabbed-content .item-content .tc-tab-img img{
        width: 90%;
        margin: 0 auto;
        max-width: 90%;
    }
    .tabbed-content .item-content .tc-tab-cont{
        width: 90%;
        text-align: center;
        margin: 24px auto 0;
    }
    .tc-whocan-wrap .tabbed-content .item-content .tc-tab-img img{
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .tc-feat-block h4 span{
        display: inline;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .tabbed-content .item-content .tc-tab-img img{
        width: 80%;
        margin: 0 auto;
        max-width: 80%;
    }
}
@media screen and (max-width: 767px){
    .tc-banner-content h1{
        padding-top: 32px;
    }
    .tc-container h1 {
        font-size: 40px;
    }
    .tc-feat-wrap h2, .tc-howonline-wrap h2 {
        font-size: 34px;
        max-width: 80%;
    }
    .tc-feat-block .tc-feat-hdng h3, .tc-feat-block h3 {
        font-size: 32px;
    }
    .tc-tab-contbox h3 {
        font-size: 30px;
    }
    .tc-banner-graphics {
        min-height: 200px;
    }
    .tc-banner-content p{
        max-width: 90%;
        padding: 24px 0 32px;
    }
    .tc-bg-arch::after {
        mask-image: radial-gradient(150% 200% at top, transparent 50%, #FFFFFF 43%);
    }
    .tc-cta-block > a, .tc-cta-block .act-btn.cta-btn{
        padding: 12px 28px;
        font-size: 17px;
    }
    .tc-tab-contbox{
        width: 100%;
    }
    .tabbed-cont-box{
        padding: 24px;
    }
    .tc-footer-wrap h2{
        font-size: 36px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .tc-footer-wrap {
        padding: 80px 0;
        width: 90%;
    }
    .tc-howonline-wrap ul{
        display: inherit;
        text-align: center;
    }
    .tc-howonline-wrap ul li{
        width: 100%;
    }
    .tc-howonline-wrap h2{
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .tc-feat-wrap h2{
        max-width: 90%;
        margin-bottom: 40px;
    }
    .tc-howonline-wrap ul li:first-child{
        width: 100%;
        text-align: left;
    }
    .tabbed-content .item-content{
        display: inherit;
    }
    .tc-howonline-wrap h3 span, .tc-feat-block h4 span{
        display: inline;
    }
    .tc-howonline-wrap .content-wrap, .tc-feat-block{
        border-radius: 36px;
    }
    .tc-sec-pad {
        padding: 72px 0 0;
    }
    .tc-feat-block {
        padding: 44px 6% 32px;
    }
    .tc-unlock-wrap .content-wrap{
        border-radius: 36px;
        padding-top: 64px;
    }
    .tc-footer-note-wrap {
        padding: 100px 0 60px;
    }
    .tc-footer-note-wrap h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 599px){
    .tc-ban-img {
        max-width: 180%;
    }
    .tc-banner-graphics {
        min-height: 180px;
    }
    .tc-container h1 {
        font-size: 36px;
    }
    .tc-feat-wrap h2, .tc-howonline-wrap h2 {
        font-size: 32px;
    }
    .tc-feat-block .tc-feat-hdng h3, .tc-feat-block h3 {
        font-size: 30px;
    }
    .tc-container h3, .tc-tab-contbox h3{
        font-size: 30px;
    }
    .tc-feat-block h4 {
        font-size: 28px;
    }
    .tc-cta-block a.cta-btn, .tc-cta-block p.bnr-btn{
        padding: 14px 24px;
        font-size: 15px;
    }
    .tc-feat-wrap .content-wrap, .tc-howonline-wrap .content-wrap, .tc-unlock-wrap .content-wrap {
        width: calc(100% - 40px);
    }
    .tc-feat-wrap h2{
        margin-bottom: 32px;
    }
    .tc-cta-block .btn-wrap{
        flex-wrap: wrap;
    }
    .tc-whocan-wrap .item::before{
        padding: 14px 40px 14px 6%;
        font-size: 16px;
    }
    .tc-whocan-wrap .item::after{
        right: 24px;
        top: 24px;
    }
    .tc-whocan-wrap.tc-feat-wrap .tabbed-cont-box {
        padding: 0 3%;
    }
    .tc-whocan-wrap .item.active .item-content{
        margin-top: 16px;
    }
    .tc-whocan-wrap .tabbed-content .item-content .tc-tab-cont{
        padding: 56px 32px 32px 32px;
    }
    .tc-sec-pad {
        padding: 56px 0 0;
    }
    .tc-whocan-wrap .tc-tab-cont h3 {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .tc-feat-wrap .item::before{
        font-size: 17px;
    }
    .tc-feat-wrap .item::after{
        right: 24px;
        top: 30px;
    }
    .tc-feat-wrap .item.active::after{
        right: 24px;
        top: 27px;
    }
    .tc-footer-note-wrap {
        padding: 100px 0 60px;
    }
    .tc-footer-note-wrap h2 {
        font-size: 32px;
    }
    .tc-unlock-wrap .content-wrap .tc-sec-cont, .tc-unlock-wrap .content-wrap .tc-sec-img {
        width: calc(100% - 80px);
    }
    .tc-unlock-wrap .content-wrap .tc-sec-cont h3 {
        font-size: 32px;
    }
    .tc-howonline-wrap .content-wrap, .tc-feat-block, .tc-unlock-wrap .content-wrap {
        border-radius: 24px;
    }
}
@media screen and (max-width: 480px){
    .tc-ban-img {
        max-width: 180%;
    }
    .tc-banner-graphics {
        min-height: 180px;
    }
    .tc-container h1 {
        font-size: 36px;
    }
    .tc-feat-wrap h2, .tc-howonline-wrap h2 {
        font-size: 30px;
    }
    .tc-feat-block .tc-feat-hdng h3, .tc-feat-block h3 {
        font-size: 28px;
    }
    .tc-whocan-wrap .tc-tab-cont h3 {
        font-size: 28px;
    }
    .tc-howonline-wrap h3, .tc-feat-block h4 {
        font-size: 26px;
    }
    .tc-container h3, .tc-tab-contbox h3 {
        font-size: 26px;
        line-height: 1.1;
    }
    .tc-whocan-wrap.tc-workflow-wrap{
        margin-top: 50px;
    }
    .tc-container p {
        font-size: 16px;
    }
    .tabbed-cont-box {
        padding: 24px;
    }
    .tc-tab-img img{
        border-radius: 12px;
    }
    .tc-whocan-wrap .item.active .item-content{
        margin-top: 12px;
    }
    .tc-tab-contbox h3 {
        margin: 20px 0 8px;
    }
    .tc-whocan-wrap .item .tc-tab-cont {
        margin-bottom: 24px;
    }
    .tc-bg-arch::after {
        mask-image: radial-gradient(180% 200% at top, transparent 50%, #FFFFFF 43%);
    }
    .tc-banner-graphics {
        min-height: 150px;
    }
    .tc-footer-note-wrap {
        padding: 72px 0 40px;
    }
    .tc-unlock-wrap .content-wrap{
        padding-top: 44px;
    }
    .tc-unlock-wrap .content-wrap .tc-sec-cont, .tc-unlock-wrap .content-wrap .tc-sec-img {
        width: calc(100% - 50px);
    }
    .tc-unlock-wrap .content-wrap .tc-sec-cont h3 {
        font-size: 28px;
    }
    .tc-footer-note-wrap h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 375px){
    .tc-container h1 {
        font-size: 30px;
    }
    .tc-feat-wrap h2, .tc-howonline-wrap h2, .tc-footer-note-wrap h2 {
        font-size: 28px;
    }
    .tc-feat-block .tc-feat-hdng h3, .tc-whocan-wrap .tc-tab-cont h3 {
        font-size: 26px;
    }
    .tc-howonline-wrap h3, .tc-feat-block h4 {
        font-size: 24px;
    }
    .tc-bg-arch::after {
        mask-image: radial-gradient(210% 200% at top, transparent 50%, #FFFFFF 43%);
    }
    .tc-banner-graphics {
        min-height: 110px;
    }
    .tc-feat-wrap .content-wrap, .tc-howonline-wrap .content-wrap, .tc-unlock-wrap .content-wrap {
        width: calc(100% - 30px);
    }
    .tc-whocan-wrap.tc-feat-wrap .item::before, .tc-feat-wrap .item::before{
        padding: 14px 40px 14px 6%;
        font-size: 16px;
        line-height: 1.1;
    }
    .tc-whocan-wrap .item::after, .tc-feat-wrap .item::after {
        right: 20px;
        top: 20px;
    }
    .tc-howonline-wrap .content-wrap {
        padding: 32px 6% 20px;
    }
    .tc-whocan-wrap .tabbed-content .item-content .tc-tab-cont {
        padding: 56px 24px 24px 24px;
    }
}

@media screen and (min-width: 1025px){
    .web-view{
        display: block;
    }
    .tabbed-content .tabs {
        display: block;
    }
    .tc-whocan-wrap .tabbed-content .item .tc-tab-img{
        transform: scale(0.96);
        opacity: 1;
        transition: all 0.6s ease-out;
    }
    .tc-whocan-wrap .tabbed-content .item.active .tc-tab-img{
        transform: scale(1);
        opacity: 1;
    }
}

@media screen and (min-width: 1280px){
    .tc-banner-content h1{
        max-width: 80%;
    }
}
@media screen and (min-width: 1440px){
    .tabbed-cont-box, .tc-cards-block{
        max-width: 100%;
    }
}