.var_margin_top{
    margin-top: 80px;
}
.hs_title{
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 60px;
    text-align: left;
}
.hs_text{
    font-size: 17px;
    line-height: 1.4;
    color: #444444;
    text-align: left;
}
.hs_butt_container{
    padding-top: 15px;
    padding-bottom: 10px;
}
.hs_butt_text{
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.tab-data, .tab-data_1, .tab-data_2, .tab-data_3, .tab-data_11, .tab-data_12, .tab-data_13, .tabs-data, .tabs-data2 {
    display: none;
}
.tab-data.active, .tab-data_1.active, .tab-data_2.active, .tab-data_3.active, .tab-data_11.active, .tab-data_12.active, .tab-data_13.active, .tabs-data.active, .tabs-data2.active  {
    display: block;
}

.ftTiles{
    display: flex;
    padding: 60px 20px;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    text-align: center;
    margin-right: 30px;
    width: calc(50% - 55px);
    justify-content: center;
    align-items: center;
}
.ftTiles:last-child{
    margin-right: 0;
}
.ftTiles_img{
    display: inline-block;
}
.ftTiles_flex_container{
    display: flex;
}
.ftTiles_container{
    display: inline-block;
    padding-left: 20px;
}
.ftTiles_title{
    font-size: 18px;
    color: #000000;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 22px;
}
.ftTiles_description1{
    font-size: 18px;
    line-height: 130%;
    color: #464646;
    text-align: left;
}
.ftTiles_description2{
    font-size: 18px;
    line-height: 130%;
    color: #ED2F3C;
    text-align: left;
}


.choose_account{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #464646;
    margin-bottom: 20px;
}
.mt_container{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.mt_container a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #414141;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
}
.mt_container a:first-child{
    margin-right: 10px;
}
.mt_container a:hover, .mt_container a.active{
    border: 1px solid #479F4C;
    color: #479F4C;
}
.nav {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.nav div {
    display: inline-flex;
}

.nav a {
    text-decoration: none;
    align-items: center;
    display: flex;
    transition: .3s background-color;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: rgba(70, 70, 70, 0.5);
    cursor: pointer;
}
.nav a:hover, .nav a.active {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    color: #479F4C;
}
.nav div:first-child a:hover, .nav div:first-child a.active {
    border-radius: 8px 0px 0px 8px;
}
.nav div:last-child a:hover, .nav div:last-child a.active {
    border-radius: 0px 8px 8px 0px;
}


.ftp_title{
    text-align: center;
    font-size: 26px;
    color: #000000;
    padding: 20px 0;
}
.ftp_tab_description{
    padding-top: 100px;
    font-size: 18px;
    color: #000000;
    max-width: 510px;
    padding-bottom: 30px;
}


/**** Tab system ****/
ul.tabs{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left !important;
}
ul.tabs li{
    background: none;
    color: #464646;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 0;
    width: 49.0%;
}
ul.tabs li a{
    text-align: center;
    display: block;
    padding: 20px 0;
    text-decoration: none;
}

ul.tabs li a.active{
    color: #ED2F3C;
    border-bottom: 2px solid #ED2F3C;
}

.tab-content{
    display: none;
}

.tab-content.current{
    display: inherit;
    padding-bottom: 10px;
}
.footnote{
    text-align: left;
    padding: 0 0 20px;
    font-size: 16px;
    line-height: 19px;
    color: #464646;
}
.foot_note{
    text-align: left;
    padding: 0 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #464646;
}
.terms{
    text-align: left;
    padding: 0 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #464646;
}
.download_link{
    text-align: left;
    color: #464646;
    padding-bottom: 10px;
}
.download_link a{
    color: #464646;
}
.download_link a:hover{
    color: red;
}

/****** Responsive Table & Media CSS ******/
.table {
    width: 100%;
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    margin-top: 50px;
    border-collapse: collapse;
//box-shadow: 0 0 10px 0 #c5c5c5;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.3);
}

.table td {
    padding: 20px 5px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    font-size: 17px;
    line-height: 21px;
    height: 70px;
}
.table tr:hover td {
    color: #000000;
    background: rgba(0,0,0,.1);
    cursor: pointer;
}
.table tr:hover a {
    border: 1px solid green;
    color: green;
}
.table a{
    border: 1px solid #464646;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    color: #000000;
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
}
.table_row:first-child:after{
    position: absolute;
    left: 0;
    content:"";
    height:1px;
    background: linear-gradient(270deg, #F9F9F9 0%, #3D4142 53.65%, #F9F9F9 100%);
    width: calc(100% - 30px);
    display: block;
    margin-left: 15px;
}
.table_row:not(:first-child):after{
    position: absolute;
    left: 0;
    content:"";
    height:1px;
    background: linear-gradient(270deg, #F9F9F9 0%, #B3BEC2 53.65%, #F9F9F9 100%);
    width: calc(100% - 30px);
    display: block;
    margin-left: 15px;
}

.table thead th {
    padding: 20px 5px;
    color: #000000;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
}

.table tbody + tbody {
    border-top: 2px solid #eceeef;
}

.table .table {
    background-color: #fff;
}

.table td img.off{
    display:none;
}
.table tr:hover img.off{
    display:inline;
}
.table tr:hover img.on{
    display:none;
}
.action_div{
    padding-top: 20px;
}
.minimize_text{
    font-size: 13px;
    line-height: 17px;
}
sup{
    vertical-align: super;
    font-weight: bold;
    color: #464646;
}

/**** accordion system ****/
.accordion{
    display: none;
}
.panels{
    box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.4);
}
.accordion .panels > li {
    list-style-type: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: #424242;
    border: none;
    padding: 0;
    background: none;
    margin-left: 0 !important;
}
.accordion .panels > li span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #263238;
    text-align: center;
}
.accordion .panels > li.liactive {
    background: none;
}
.accordion .panels > li .faq_header {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    height: 70px;
}
.accordion .panels > li.liactive .faq_header i {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}

.panel:not(.active) {
    display: none;
}
.panel {
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    color: #68696b;
}
.panel table{
    width: 100%;
}
.panel table tr td{
    text-align: center;
    padding: 5px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width: 991px) {
    .tab-header{
        padding-left: 0;
        padding-right: 0;
    }
    .tab-content{
        padding-left: 0;
        padding-right: 0;
    }
    .action_div{
        padding-left: 0;
        padding-right: 0;
    }

}
@media only screen and (max-width: 715px) {
    .accordion{
        display: block;
        margin-top: 30px;
    }
    .table{
        display: none;
    }

    table, thead, tbody, th, td, tr {
        display: block;
    }
    .table td {
        height: unset;
    }
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    td {
        border: none;
        position: relative;
        padding-left: 35% !important;
        text-align: right !important;
        padding-right: 10px !important;
    }

    td:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    td:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 16px !important;
        text-align: left !important;
        font-weight: bold;
    }

}

@media only screen and (max-width: 500px) {
    td {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    td:before {
        position: unset;
        transform: unset;
        width: 100%;
        text-align: center !important;
        display: block;
        padding-bottom: 10px;
    }
    .var_margin_top{
        margin-top: 30px;
    }
    .ftTiles {
        padding: 30px 20px;
        flex-direction: column;
    }
    .ftTiles_container {
        padding-left: 0;
    }
    .ftTiles_img {
        padding-bottom: 10px;
    }
    .ftTiles_title, .ftTiles_description1, .ftTiles_description2 {
        text-align: center;
    }
}
@media only screen and (max-width: 700px) {
    .nav {
        display: block;
    }
    .nav div, .nav a {
        width: 100%;
    }
    .nav div:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .nav div:first-child a:hover, .nav div:first-child a.active {
        border-radius: 8px 8px 0px 0px;
    }
    .nav div:last-child a:hover, .nav div:last-child a.active {
        border-radius: 0px 0px 8px 8px;
    }
}
@media only screen and (max-width: 767px) {
    .ftTiles_flex_container{
        display: block;
    }
    .ftTiles{
        width: calc(100% - 40px);
    }
    .ftTiles:first-child{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {

    .nav a {
        font-size: 13px;
        line-height: 16px;
    }
}