@charset "UTF-8"; /*! Thu Nov 14 2024  */
.check_style label.css-label,
.main_radio label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.ft .card,
.ft pre {
    word-wrap: break-word;
}
.ft a,
a:focus,
a:hover {
    text-decoration: none;
}
.ft a:focus,
.ft button.nav-circle-left:focus,
.ft button.nav-circle-right:focus,
.ft input,
:focus,
input,
textarea {
    outline: 0;
}
.fx_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    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-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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ft .form-textual,
.mybox.modal .modal-dialog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
}
.post {
    transition: width 5s;
    -moz-transition: width 5s;
    -webkit-transition: width 5s;
    -o-transition: width 5s;
}
@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
a,
article,
aside,
audio,
blockquote,
body,
canvas,
code,
details,
div,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
ruby,
section,
span,
strong,
summary,
table,
td,
th,
time,
tr,
ul,
video {
    border: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
}
button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

body,
html {
    margin: 0;
    font-family: "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
}
body {
    color: #485155;
    font-weight: 300;
}
body,
html {
    height: 100%;
}
.clear {
    clear: both;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: color 0.2s;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color 0.2s;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pc_show {
    display: block !important;
}
.mb_show {
    display: none !important;
}
@media (max-width: 768px) {
    .mb_show {
        display: block !important;
    }
}
a {
    color: #008cdb;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
[class*="fx_col-"] {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.fx_row {
    margin-right: -15px;
    margin-left: -15px;
}
.fx_col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.fx_col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
.fx_col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
.fx_col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.fx_col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
.fx_col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
.fx_col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.fx_col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
.fx_col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
.fx_col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.fx_col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
.fx_col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
.ft audio,
.ft embed,
.ft img,
.ft object,
.ft video,
.fx_col-xs-12 {
    max-width: 100%;
}
.fx_col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media (min-width: 768px) {
    .fx_col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .fx_col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .fx_col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .fx_col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .fx_col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .fx_col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .fx_col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .fx_col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .fx_col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .fx_col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .fx_col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .fx_col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .fx_col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .fx_col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .fx_col-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .fx_col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .fx_col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .fx_col-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .fx_col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .fx_col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .fx_col-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .fx_col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .fx_col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .fx_col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .fx_col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .fx_col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .fx_col-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .fx_col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .fx_col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .fx_col-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .fx_col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .fx_col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .fx_col-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .fx_col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .fx_col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .fx_col-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.main_radio {
    margin: 0 20px 0 0;
    padding-top: 10px;
}
.main_radio.inp {
    padding-top: 3px;
}
.main_radio.in {
    display: inline-block;
}
.main_radio input[type="radio"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.main_radio input[type="radio"].css-checkbox + label.css-label,
.main_radio input[type="radio"].css-checkbox + label.css-label.clr {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}
.main_radio input[type="radio"].css-checkbox + label.css-label.chk,
.main_radio input[type="radio"].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}
.main_radio label.css-label {
    background-image: url(../images/radio_img.png);
    -moz-user-select: none;
    user-select: none;
}
.check_style input[type="checkbox"].css-checkbox,
.check_style input[type="radio"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.check_style input[type="checkbox"].css-checkbox + label.css-label,
.check_style input[type="checkbox"].css-checkbox + label.css-label.clr,
.check_style input[type="radio"].css-checkbox + label.css-label,
.check_style input[type="radio"].css-checkbox + label.css-label.clr {
    padding-left: 30px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}
.check_style input[type="checkbox"].css-checkbox:checked + label.css-label,
.check_style input[type="radio"].css-checkbox:checked + label.css-label {
    background-position: 0 -25px;
}
.check_style input[type="checkbox"].css-checkbox:disabled + label.css-label,
.check_style input[type="radio"].css-checkbox:disabled + label.css-label {
    background-position: 0 0;
}
.check_style label.css-label {
    background-image: url(../images/checkbox.png);
    -moz-user-select: none;
    user-select: none;
}
.opt {
    margin-bottom: 10px;
}
.select_ui,
.select_ui select {
    background: #fff;
    font-size: 13px;
    color: #626262;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: left;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d1d1d1;
    padding-left: 10px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.select_ui .select_arrow {
    border: 5px solid #fff;
    border-color: #999 transparent;
    position: absolute;
    border-bottom: 0;
    overflow: hidden;
    margin-top: -2px;
    display: block;
    right: 5px;
    top: 50%;
    height: 0;
    width: 0;
}
.select_ui .select_text_ui {
    vertical-align: baseline;
    white-space: nowrap;
    margin-right: 20px;
    overflow: hidden;
    display: block;
    color: inherit;
}
.select_ui .select_poswrap,
.select_ui select {
    position: absolute;
    padding: 0;
    border: 0;
    margin: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.select_ui select {
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    min-width: 100%;
    color: inherit;
    font: inherit;
    height: 100%;
    opacity: 0;
}
.ft .qa-item-name span,
.ft html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.select_ui .select_poswrap {
    overflow: hidden;
    height: 0;
    width: 0;
}
.opt .select_text_ui {
    margin-right: 30px;
}
.opt .select_arrow {
    border: 2px solid #b9b9b9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -6px;
    border-left: 0;
    border-top: 0;
    height: 10px;
    right: 10px;
    width: 10px;
}
.datepicker table,
.select_ui {
    width: 100%;
}
.disabled .select_ui {
    background: #ccc;
    color: #fff;
    cursor: not-allowed;
}
.disabled .select_arrow {
    border-color: #fff;
}
.datepicker table tr td {
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.datepicker table tr td:after {
    content: "";
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 11px;
    right: 11px;
    z-index: -1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 12px;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.datepicker table tr td.active.active.focus:after,
.datepicker table tr td.active.active:after,
.datepicker table tr td.active.active:focus:after,
.datepicker table tr td.active.active:hover:after,
.datepicker table tr td.active.highlighted.active.focus:after,
.datepicker table tr td.active.highlighted.active:after,
.datepicker table tr td.active.highlighted.active:focus:after,
.datepicker table tr td.active.highlighted.active:hover:after,
.datepicker table tr td.active.highlighted:active.focus:after,
.datepicker table tr td.active.highlighted:active:after,
.datepicker table tr td.active.highlighted:active:focus:after,
.datepicker table tr td.active.highlighted:active:hover:after,
.datepicker table tr td.active.highlighted:hover:after,
.datepicker table tr td.active:active.focus:after,
.datepicker table tr td.active:active:after,
.datepicker table tr td.active:active:focus:after,
.datepicker table tr td.active:active:hover:after,
.datepicker table tr td.active:hover:after {
    content: "";
    background: #d06776;
}
.datepicker table tr td.day,
.datepicker.datepicker-inline td {
    color: #fff;
}
.datepicker table tr td.day:after,
.datepicker.datepicker-inline td:after {
    content: "";
    background: #4797d2;
    opacity: 1;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.focused {
    cursor: pointer;
    background: 0 0;
    color: #fff;
}
.datepicker table tr td.day:hover:after,
.datepicker table tr td.disabled:after,
.datepicker table tr td.disabled:hover:after,
.datepicker table tr td.focused:after {
    content: "";
    background: #bcbcbc;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    cursor: pointer;
    color: #286090;
}
.datepicker table tr td.day:hover:after,
.datepicker table tr td.focused:after {
    content: "";
    background: #eee;
    opacity: 0.8;
}
.datepicker table tr td.disabled-date:hover,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.focused {
    cursor: default;
    color: #fff;
}
.datepicker table tr td.disabled-date:hover:after,
.datepicker table tr td.disabled:hover:after,
.datepicker table tr td.focused:after {
    content: "";
    background: #bcbcbc;
    opacity: 1;
}
.datepicker-inline {
    width: 100%;
    background: #ebebeb;
    padding: 6px;
}
.datepicker-inline .next,
.datepicker-inline .prev {
    font-size: 18px;
}
.datepicker-inline .next:hover,
.datepicker-inline .prev:hover {
    color: #fff;
    background: #d06776;
}
.datepicker-inline tbody {
    background: #fff;
}
.datepicker-inline thead .dow {
    background: #fff;
    padding: 15px 10px;
}
.datepicker-inline .datepicker-switch:hover {
    background: #d06776;
    color: #fff;
}
.datepicker-inline .datepicker-months .month.focused,
.datepicker-inline .datepicker-months .month:hover {
    background: #d06776;
}
.pagination_wp {
    padding: 20px 0;
    text-align: center;
}
.pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 0;
    color: #23527c;
    background-color: #eee;
    border-color: transparent;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    z-index: 0;
}
.pagination li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination li a,
.pagination li span {
    position: relative;
    text-decoration: none;
    color: #a1a1a1;
    margin-left: -1px;
}
.pagination li.active a,
.pagination li.active span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.ft .pointer,
.ft a {
    cursor: pointer;
}
.mybox.modal .modal-dialog {
    min-height: -webkit-calc(100vh - 60px);
    min-height: -moz-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
}
@media (max-width: 768px) {
    .mybox.modal .modal-dialog {
        min-height: -webkit-calc(100vh - 20px);
        min-height: -moz-calc(100vh - 20px);
        min-height: calc(100vh - 20px);
    }
}
.mybox#mybox .modal-body h3 {
    font-size: 20px;
    text-align: center;
    margin: 15px 0 40px;
}
.mybox#mybox .modal-body p {
    text-align: center;
    font-size: 16px;
}
.mybox#tenderBox .modal-body h3 {
    font-size: 24px;
    text-align: center;
}
.mybox-btn {
    text-align: center;
    padding: 30px 0 20px;
}
.mybox-btn a {
    display: inline-block;
    margin: 0 5px 15px;
    padding: 5px 40px;
    background: #b23875;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #b23875;
}
.table-striped.style2 {
    text-align: center;
}
.table-striped.style2 thead tr {
    background: #e7e7e7;
}
.table-striped.style2 tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped.style2 tbody tr:nth-of-type(even) {
    background-color: #f7f7f7;
}
.ov-hidden {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.footer {
    padding: 10px 0;
}
@media (max-width: 767px) {
    .mybox#tenderBox .modal-body h3 {
        font-size: 20px;
    }
    .footer-bottom,
    .footer-top {
        text-align: center;
    }
    .footer-bottom-ul {
        margin-bottom: 10px;
    }
    .footer-bottom-right,
    .footer-bottom-ul {
        float: none;
    }
}
.ft .form-textual label,
.ft blockquote,
.ft body,
.ft dd,
.ft dl,
.ft dt,
.ft fieldset,
.ft figure,
.ft h1,
.ft h2,
.ft h3,
.ft h4,
.ft h5,
.ft h6,
.ft hr,
.ft html,
.ft iframe,
.ft legend,
.ft li,
.ft ol,
.ft p,
.ft pre,
.ft textarea,
.ft ul {
    color: #333;
    margin: 0;
    padding: 0;
}
.ft html {
    -webkit-text-size-adjust: 100%;
    font-size: 17px;
    box-sizing: border-box;
}
.ft img {
    color: transparent;
}
.ft iframe {
    border: 0;
}
.ft table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ft pre {
    white-space: pre-wrap;
}
.ft a {
    color: #209cff;
}
.ft .res-table table.r-table th,
.ft td,
.ft th {
    padding: 0;
    text-align: left;
}
.ft *,
.ft :after,
.ft :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.ft .table {
    margin-bottom: 1rem;
}
.ft hr,
.ft ol,
.ft p,
.ft ul {
    margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
    .ft body {
        min-width: 1142px;
    }
    .ft html {
        font-size: 20px;
    }
}
.ft a:hover {
    text-decoration: underline;
}
.ft a.card,
.ft a.card-img,
.ft a.card-text,
.ft a.nekos {
    -webkit-tap-highlight-color: transparent;
    color: inherit;
}
.ft a.card:hover,
.ft a.nekos:hover {
    text-decoration: none;
}
.ft body {
    background: #fff;
    font-size: 1rem;
    line-height: 1.6;
    font-family: "PingFang TC", "SF Pro TC", "SF Pro Text", "Microsoft JhengHei", "Helvetica Neue", "Noto Sans CJK TC", Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: 400;
}
.ft .card-price,
.ft strong {
    font-weight: 700;
}
.ft .invert,
.ft .invert .description,
.ft .invert .h1,
.ft .invert .h2,
.ft .invert .h3,
.ft .invert .h4,
.ft .invert .h5,
.ft .invert .h6,
.ft .invert .language-text-slider span,
.ft .invert .res-table table.r-table .table.fixed-head thead th,
.ft .invert .table.fixed-head thead .res-table table.r-table th,
.ft .invert .table.fixed-head thead td,
.ft .invert [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content span.m-channel-price,
.ft .invert p,
.ft .invert small,
.ft .language-text-slider .invert span,
.ft .res-table table.r-table .table.fixed-head thead .invert th,
.ft .table.fixed-head thead .invert td,
.ft .table.fixed-head thead .res-table table.r-table .invert th,
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content .invert span.m-channel-price {
    color: #fff !important;
}
.ft .form-textual label,
.ft .h1,
.ft .h2,
.ft .h3,
.ft .h4,
.ft .h5,
.ft .h6,
.ft .res-table table.r-table .table.fixed-head thead th,
.ft .table.fixed-head thead .res-table table.r-table th,
.ft .table.fixed-head thead td,
.ft h1,
.ft h2,
.ft h3,
.ft h4,
.ft h5,
.ft h6,
.ft legend {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
.ft hr {
    margin-top: 0;
    border: none;
    border-top: 1px solid #333;
    opacity: 0.2;
    height: 1px;
    background: 0 0;
}
.ft ol,
.ft ul {
    margin-left: 1.5rem;
}
.ft .card-price {
    font-size: 2.9rem;
    line-height: 2.9rem;
}
.ft .description,
.ft .language-text-slider span,
.ft .miniature,
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content span.m-channel-price {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}
.ft .small {
    font-weight: 400;
    color: #333;
}
.ft ul.no-bullet {
    list-style: none;
    margin-left: 0 !important;
}
.ft .content-stretch {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.ft .is-inline-block {
    display: inline-block !important;
}
.ft .is-line-through {
    -webkit-text-decoration: line-through #888;
    -moz-text-decoration: line-through #888;
    text-decoration: line-through #888;
}
.ft .is-black {
    color: #333 !important;
}
.ft .is-black path {
    fill: #333 !important;
}
.ft .is-blue {
    color: #209cff !important;
}
.ft .is-blue path {
    fill: #209cff !important;
}
.ft .is-white {
    color: #fff !important;
}
.ft .is-white path {
    fill: #fafafa !important;
}
.ft .is-orange {
    color: #ff874d !important;
}
.ft .is-orange path {
    fill: #ff874d !important;
}
.ft .is-gray {
    color: rgba(0, 0, 0, 0.5) !important;
}
.ft .is-gray path {
    fill: rgba(0, 0, 0, 0.5) !important;
}
.ft .is-green {
    color: #47d382 !important;
}
.ft .is-green path {
    fill: #47d382 !important;
}
.ft .is-striked {
    text-decoration: line-through;
}
.ft .is-red {
    color: #ff4c4c !important;
    border: #ff4c4c;
}
.ft .is-red path {
    fill: #ff4c4c !important;
}
.ft .is-alone {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.ft .is-light {
    font-weight: 300 !important;
}
.ft .is-regular {
    font-weight: 400 !important;
}
.ft .is-bold,
.ft .is-semi-bold {
    font-weight: 700 !important;
}
.ft .button,
.ft .footer {
    font-weight: 400;
}
.ft .is-subtitle {
    margin-bottom: 0.2rem;
    line-height: 1;
    color: #888;
}
.ft .bg-is-body {
    background: #fafafa;
}
.ft .text-padding {
    padding-right: 0.3rem;
}
.ft .just-padding {
    padding: 1.2rem;
}
@media screen and (min-width: 768px) {
    .ft .just-padding {
        padding: 1.6rem;
    }
    .ft .h1,
    .ft h1 {
        font-size: 3.6rem;
    }
    .ft .h2,
    .ft h2 {
        font-size: 2.4rem;
    }
}
.ft .no-margin {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.ft .no-padding {
    padding: 0 !important;
}
.ft .h1,
.ft h1 {
    font-size: 2.4rem;
}
.ft .h2,
.ft .h3,
.ft .section-title-area .h2,
.ft .section-title-area h2,
.ft h2,
.ft h3 {
    font-size: 1.2rem;
}
.ft .h4,
.ft h4 {
    font-size: 1rem;
}
.ft .form-textual label,
.ft .h5,
.ft h5,
.ft legend {
    font-size: 0.8rem;
}
.ft .h6,
.ft .res-table table.r-table .table.fixed-head thead th,
.ft .table.fixed-head thead .res-table table.r-table th,
.ft .table.fixed-head thead td,
.ft h6 {
    font-size: 0.7rem;
    margin-bottom: 0.4rem;
}
.ft .form-textual label small,
.ft .h1 small,
.ft .h2 small,
.ft .h3 small,
.ft .h4 small,
.ft .h5 small,
.ft .h6 small,
.ft .res-table table.r-table .table.fixed-head thead th small,
.ft .table.fixed-head thead .res-table table.r-table th small,
.ft .table.fixed-head thead td small,
.ft h1 small,
.ft h2 small,
.ft h3 small,
.ft h4 small,
.ft h5 small,
.ft h6 small,
.ft legend small {
    vertical-align: middle;
}
.ft .paragraph {
    padding: 20px 0;
}
@media screen and (min-width: 768px) {
    .ft .description,
    .ft .language-text-slider span,
    .ft .pagination,
    .ft .sub-content,
    .ft .tab-steps .tab-steps-container a,
    .ft .tooltip-wrap,
    .ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content span.m-channel-price {
        font-size: 0.8rem;
    }
    .ft .table,
    .ft small {
        font-size: 0.7rem;
    }
}
.ft .description,
.ft .language-text-slider span,
.ft .pagination,
.ft .sub-content,
.ft .tab-steps .tab-steps-container a,
.ft .table,
.ft .tooltip-wrap,
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content span.m-channel-price {
    font-size: 0.8rem;
}
.ft .footer,
.ft .miniature {
    font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
    .ft .footer {
        font-size: 0.7rem;
    }
    .ft .miniature {
        font-size: 0.6rem;
    }
}
.ft .button {
    font-size: 0.8rem;
    white-space: nowrap;
    min-width: 90px;
}
@media screen and (min-width: 768px) {
    .ft .button {
        min-width: 108px;
        font-size: 0.8rem;
        font-weight: 400;
    }
}
.ft .even-table .res-table table.r-table th:not(.col-head),
.ft .even-table td:not(.col-head),
.ft .res-table table.r-table .even-table th:not(.col-head) {
    width: 200px;
}
.ft .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0 0;
    margin-bottom: 0.8rem;
}
.ft .table-wrap p {
    margin-bottom: 0.4rem;
}
.ft table.table {
    width: 100%;
}
.ft table.table.zebra-row tr:nth-child(2n + 2) {
    background: rgba(0, 0, 0, 0.03);
}
.ft table.table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ft .res-table table.r-table table.table th.col-head,
.ft table.table .res-table table.r-table th.col-head,
.ft table.table td.col-head {
    font-weight: 700;
    width: 90px;
    min-width: 90px;
}
.ft .res-table table.r-table table.table th,
.ft table.table .res-table table.r-table th,
.ft table.table td {
    padding-top: 0.5rem;
    padding-right: 0.8rem;
    vertical-align: top;
}
.ft .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    background: #209cff;
    -webkit-box-shadow: 0 0.2em 1.4em rgba(32, 156, 255, 0.3);
    -moz-box-shadow: 0 0.2em 1.4em rgba(32, 156, 255, 0.3);
    box-shadow: 0 0.2em 1.4em rgba(32, 156, 255, 0.3);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fafafa;
    padding: 0.8em 1.8em;
    text-align: center;
}
.ft .button:hover {
    text-decoration: none;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.ft .button:active {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -o-transform: scale(0.94);
    transform: scale(0.94);
}
.ft .button.button-orange {
    background: #ff874d;
    -webkit-box-shadow: 0 0.2em 1.4em rgba(255, 135, 77, 0.3);
    -moz-box-shadow: 0 0.2em 1.4em rgba(255, 135, 77, 0.3);
    box-shadow: 0 0.2em 1.4em rgba(255, 135, 77, 0.3);
}
.ft .button.button-disable {
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
}
.ft .button.button-green {
    background: #47d382;
    -webkit-box-shadow: 0 0.2em 1.4em rgba(71, 211, 130, 0.3);
    -moz-box-shadow: 0 0.2em 1.4em rgba(71, 211, 130, 0.3);
    box-shadow: 0 0.2em 1.4em rgba(71, 211, 130, 0.3);
}
.ft .button.button-white {
    color: #209cff;
    background: 0 0;
    -webkit-box-shadow: 0 8px 16px rgba(32, 156, 255, 0);
    -moz-box-shadow: 0 8px 16px rgba(32, 156, 255, 0);
    box-shadow: 0 8px 16px rgba(32, 156, 255, 0);
    border: 0.5px solid #209cff;
}
.ft .button.button-white:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 12px 24px rgba(32, 156, 255, 0.3);
    -moz-box-shadow: 0 12px 24px rgba(32, 156, 255, 0.3);
    box-shadow: 0 12px 24px rgba(32, 156, 255, 0.3);
}
.ft .button.button-trans {
    color: #209cff;
    background: rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ft .button.disabled {
    color: #fafafa;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ft .button.disabled:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ft .form-group .button,
.ft div .button,
.ft p .button {
    margin-top: 1rem;
    margin-right: 1rem;
}
.ft .form-group .button:last-child,
.ft div .button:last-child,
.ft p .button:last-child {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .ft .address-box .nekos,
    .ft .address-box .nekos .neko,
    .ft .form-content .nekos,
    .ft .form-content .nekos .neko {
        padding: 0;
    }
}
.ft input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.4);
}
.ft input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.4);
}
.ft input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.4);
}
.ft input:-moz-placeholder {
    color: rgba(51, 51, 51, 0.4);
}
.ft input[type="date"],
.ft input[type="datetime-local"],
.ft input[type="email"],
.ft input[type="number"],
.ft input[type="password"],
.ft input[type="search"],
.ft input[type="tel"],
.ft input[type="text"],
.ft select,
.ft textarea {
    font-size: 0.8rem;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 0.7rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.ft input[readonly="readonly"] {
    background: #f1f1f1;
}
@media screen and (max-width: 767px) {
    .ft input[type="date"],
    .ft input[type="datetime-local"],
    .ft input[type="email"],
    .ft input[type="number"],
    .ft input[type="password"],
    .ft input[type="search"],
    .ft input[type="tel"],
    .ft input[type="text"],
    .ft select,
    .ft textarea {
        font-size: 16px;
    }
    .ft input[type="date"],
    .ft input[type="datetime-local"] {
        font-size: 16px;
        height: 3em;
    }
}
.ft .form-check input[type="date"],
.ft .form-check input[type="email"],
.ft .form-check input[type="number"],
.ft .form-check input[type="password"],
.ft .form-check input[type="search"],
.ft .form-check input[type="tel"],
.ft .form-check input[type="text"],
.ft .form-textual input[type="date"],
.ft .form-textual input[type="email"],
.ft .form-textual input[type="number"],
.ft .form-textual input[type="password"],
.ft .form-textual input[type="search"],
.ft .form-textual input[type="tel"],
.ft .form-textual input[type="text"] {
    margin: 0;
}
.ft input[type="date"]:focus,
.ft input[type="email"]:focus,
.ft input[type="number"]:focus,
.ft input[type="password"]:focus,
.ft input[type="search"]:focus,
.ft input[type="tel"]:focus,
.ft input[type="text"]:focus,
.ft select:focus,
.ft textarea:focus {
    border: 1px solid #209cff;
    outline: 0;
}
.ft #header input[type="date"]:focus,
.ft #header input[type="email"]:focus,
.ft #header input[type="number"]:focus,
.ft #header input[type="password"]:focus,
.ft #header input[type="search"]:focus,
.ft #header input[type="tel"]:focus,
.ft #header input[type="text"]:focus,
.ft #header select:focus,
.ft #header textarea:focus,
.ft .filter-wrap input[type="date"]:focus,
.ft .filter-wrap input[type="email"]:focus,
.ft .filter-wrap input[type="number"]:focus,
.ft .filter-wrap input[type="password"]:focus,
.ft .filter-wrap input[type="search"]:focus,
.ft .filter-wrap input[type="tel"]:focus,
.ft .filter-wrap input[type="text"]:focus,
.ft .filter-wrap select:focus,
.ft .filter-wrap textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ft select {
    line-height: 1.15;
}
.ft input[type="search"] {
    -webkit-appearance: none;
}
.ft input[type="date"] {
    font-size: 1rem;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 0.3rem 0.5rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-appearance: none;
    height: auto;
}
.ft .form-textual.error input,
.ft .form-textual.error select,
.ft input.error,
.ft select.error {
    border: 1px solid #ff4c4c;
}
.ft select::-ms-expand {
    display: none;
}
.ft textarea.contract-textarea {
    height: 4rem;
    font-size: 13px;
    line-height: 1.2;
}
.ft select {
    -webkit-appearance: none;
    padding-right: -webkit-calc(0.3rem + 24px);
    padding-right: -moz-calc(0.3rem + 24px);
    padding-right: calc(0.3rem + 24px);
    background: url(../img/form/arrow_down.svg) right 0.3rem center no-repeat;
    width: auto;
}
.ft input.date-icon,
.ft input.search-icon {
    width: auto;
    padding-left: -webkit-calc(0.7rem + 24px);
    padding-left: -moz-calc(0.7rem + 24px);
    padding-left: calc(0.7rem + 24px);
    padding-right: 0.5rem;
    background: url(../img/form/search.svg) left 0.4rem center no-repeat #fff;
    -webkit-background-size: 1.2rem 1.2rem;
    -moz-background-size: 1.2rem;
    background-size: 1.2rem;
}
.ft input.date-icon {
    background: url(../img/form/date.svg) left 0.4rem center no-repeat #fff;
}
.ft input[type="radio"] {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.ft input[type="checkbox"],
.ft input[type="radio"] {
    margin-right: 0.35rem;
    vertical-align: middle;
}
.ft .form-check label {
    cursor: pointer;
}
.ft label,
.ft small {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    line-height: 1.8rem;
}
.ft label.description,
.ft small.description {
    display: block;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.5);
}
.ft .form-check.error label,
.ft .form-check.error small,
.ft .form-textual.error,
.ft label.error {
    color: #ff4c4c;
}
.ft .form-group {
    margin-bottom: 0.8rem;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.ft label.error {
    font-size: 0.8rem;
    font-weight: 400;
}
.ft .form-textual {
    line-height: 1.2;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
}
.ft .card.recommend-phone,
.ft .form-textual.stepper,
.ft .neko {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}
.ft .form-textual.stepper {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}
.ft .form-textual.stepper input {
    text-align: center;
    max-width: 1.5em;
    padding: 0;
}
.ft .form-textual.error small {
    color: #ff4c4c;
    opacity: 1;
}
.ft .form-textual.horizontal {
    display: inline-block;
    margin-bottom: 0.4rem;
}
.ft .form-check .description,
.ft .form-check .language-text-slider span,
.ft .form-check [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content span.m-channel-price,
.ft .form-textual .description,
.ft .form-textual .language-text-slider span,
.ft .form-textual [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content span.m-channel-price,
.ft .language-text-slider .form-check span,
.ft .language-text-slider .form-textual span,
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content .form-check span.m-channel-price,
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content .form-textual span.m-channel-price {
    margin-top: 8px;
}
.ft .form-textual label,
.ft legend {
    font-weight: 400;
    vertical-align: top;
    line-height: 2.2;
    margin-bottom: 0;
}
.ft .form-custom-radio {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0.4rem;
}
.ft .form-custom-radio input[type="radio"] {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
}
.ft .form-custom-radio label {
    background: url(../img/form/check-gray.svg) left 0.8rem center no-repeat;
    cursor: pointer;
    color: #555;
    font-size: 0.875rem;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0.3rem 1rem 0.3rem 2rem;
    text-align: center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px;
    background-size: 24px;
}
.ft .card,
.ft .tab .tab-wrap a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.ft .form-custom-radio input[type="radio"]:checked + label,
.ft .form-custom-radio input[type="radio"]:focus + label {
    padding-left: 2rem;
    background: url(../img/form/check-blue.svg) left 0.8rem center no-repeat;
    border: 1px solid #209cff;
    color: #209cff;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px;
    background-size: 24px;
}
.ft section {
    display: block;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .ft .form-custom-radio label {
        font-size: 0.8rem;
    }
    .ft section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
.ft section .section-title-area {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.ft .slider-section {
    padding-bottom: 1.5rem;
}
.ft .transparent {
    opacity: 0;
}
@media screen and (min-width: 768px) {
    .ft .slider-section {
        padding-bottom: 2.5rem;
    }
    .ft .hidden-d {
        display: none !important;
    }
}
.ft .no-margin {
    margin: 0;
}
.ft .margin-top {
    margin-top: 1rem;
}
.ft .margin-right {
    margin-right: 2rem;
}
.ft .margin-center {
    margin-left: auto;
    margin-right: auto;
}
.ft .margin-bottom {
    margin-bottom: 1rem;
}
.ft .margin-pull {
    margin-top: -2rem;
}
@media screen and (max-width: 767px) {
    .ft .hidden-m {
        display: none !important;
    }
    .ft .hidden-in-mobile {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .ft .hidden-in-desktop {
        display: none;
    }
    .ft .container {
        width: 1142px;
    }
}
.ft .hidden {
    display: none;
}
.ft .neko,
.ft .owl-item,
.ft .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
.ft .container {
    max-width: 1142px;
    margin: 0 auto;
    padding: 0 1rem;
}
.ft .container.without-padding {
    padding: 0 0.5rem;
}
.ft .container.zero-padding {
    padding: 0;
}
.ft .neko-spacer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
}
.ft .is-1,
.ft .is-10,
.ft .is-11,
.ft .is-12,
.ft .is-2,
.ft .is-3,
.ft .is-4,
.ft .is-5,
.ft .is-6,
.ft .is-7,
.ft .is-8,
.ft .is-9 {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .ft .is-1-desktop {
        width: 8.33333%;
    }
    .ft .is-2-desktop {
        width: 16.66667%;
    }
    .ft .is-3-desktop {
        width: 25%;
    }
    .ft .is-4-desktop {
        width: 33.33333%;
    }
    .ft .is-5-desktop {
        width: 41.66667%;
    }
    .ft .is-6-desktop {
        width: 50%;
    }
    .ft .is-7-desktop {
        width: 58.33333%;
    }
    .ft .is-8-desktop {
        width: 66.66667%;
    }
    .ft .is-9-desktop {
        width: 75%;
    }
    .ft .is-10-desktop {
        width: 83.33333%;
    }
    .ft .is-11-desktop {
        width: 91.66667%;
    }
    .ft .is-12-desktop {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .ft .is-1-mobile {
        width: 8.33333%;
    }
    .ft .is-2-mobile {
        width: 16.66667%;
    }
    .ft .is-3-mobile {
        width: 25%;
    }
    .ft .is-4-mobile {
        width: 33.33333%;
    }
    .ft .is-5-mobile {
        width: 41.66667%;
    }
    .ft .is-6-mobile {
        width: 50%;
    }
    .ft .is-7-mobile {
        width: 58.33333%;
    }
    .ft .is-8-mobile {
        width: 66.66667%;
    }
    .ft .is-9-mobile {
        width: 75%;
    }
    .ft .is-10-mobile {
        width: 83.33333%;
    }
    .ft .is-11-mobile {
        width: 91.66667%;
    }
    .ft .is-12-mobile {
        width: 100%;
    }
}
.ft .card .is-1,
.ft .is-stubborn .is-1 {
    width: 8.33333%;
}
.ft .card .is-2,
.ft .is-stubborn .is-2 {
    width: 16.66667%;
}
.ft .card .is-3,
.ft .is-stubborn .is-3 {
    width: 25%;
}
.ft .card .is-4,
.ft .is-stubborn .is-4 {
    width: 31.63333%;
}
.ft .card .is-5,
.ft .is-stubborn .is-5 {
    width: 41.66667%;
}
.ft .card .is-6,
.ft .is-stubborn .is-6 {
    width: 50%;
}
.ft .card .is-7,
.ft .is-stubborn .is-7 {
    width: 58.33333%;
}
.ft .card .is-8,
.ft .is-stubborn .is-8 {
    width: 66.66667%;
}
.ft .card .is-9,
.ft .is-stubborn .is-9 {
    width: 75%;
}
.ft .card .is-10,
.ft .is-stubborn .is-10 {
    width: 83.33333%;
}
.ft .card .is-11,
.ft .is-stubborn .is-11 {
    width: 91.66667%;
}
.ft .card .is-12,
.ft .is-stubborn .is-12 {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .ft .is-1,
    .ft .is-1.card {
        width: 8.33333%;
    }
    .ft .is-2,
    .ft .is-2.card {
        width: 16.66667%;
    }
    .ft .is-3,
    .ft .is-3.card {
        width: 25%;
    }
    .ft .is-4,
    .ft .is-4.card {
        width: 33.33333%;
    }
    .ft .is-5,
    .ft .is-5.card {
        width: 41.66667%;
    }
    .ft .is-6,
    .ft .is-6.card {
        width: 50%;
    }
    .ft .is-7,
    .ft .is-7.card {
        width: 58.33333%;
    }
    .ft .is-8,
    .ft .is-8.card {
        width: 66.66667%;
    }
    .ft .is-9,
    .ft .is-9.card {
        width: 75%;
    }
    .ft .is-10,
    .ft .is-10.card {
        width: 83.33333%;
    }
    .ft .is-11,
    .ft .is-11.card {
        width: 91.66667%;
    }
    .ft .is-12,
    .ft .is-12.card {
        width: 100%;
    }
}
.ft .demo-box {
    background: rgba(32, 156, 255, 0.5);
    overflow: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 6rem;
}
.ft .nekos .neko > .nekos .neko {
    margin-top: 0;
    margin-bottom: 0;
}
.ft .neko {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.ft .neko .neko-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
}
.ft .owl-item,
.ft .owl-stage {
    display: flex;
}
.ft .card,
.ft .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
.ft .owl-stage:after {
    font-size: 0;
    width: 0;
    height: 0;
}
.ft .card,
.ft .card.is-big-card {
    width: 100%;
}
.ft .card-wrapper {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    display: flex;
}
.ft .card.is-big-card .card-text {
    padding: 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
    .ft .card.is-big-card .card-text {
        padding: 1.2rem 1rem;
    }
}
.ft .card.recommend-phone {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.ft .card,
.ft .card-img {
    -ms-flex-line-pack: stretch;
}
.ft .card-img {
    -webkit-align-content: stretch;
    align-content: stretch;
}
.ft .card,
.ft .card > .nekos {
    -webkit-align-content: stretch;
}
.ft .card {
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.ft .card > .nekos {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}
.ft .card ol,
.ft .card ul {
    margin-left: 1rem;
}
.ft .card.crazy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}
.ft .footer .neko {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.ft .card.is-hori,
.ft .card.is-special {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
}
.ft .nekos.grid-2,
.ft .nekos.grid-2-one-in-mobile,
.ft .nekos.grid-3,
.ft .nekos.grid-3-one-in-mobile,
.ft .nekos.grid-4,
.ft .nekos.grid-4-one-in-mobile,
.ft .nekos.grid-5,
.ft .nekos.grid-5-one-in-mobile {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    text-align: left;
    margin: 0;
}
@media screen and (min-width: 768px) {
    .ft .nekos.grid-2,
    .ft .nekos.grid-2-one-in-mobile,
    .ft .nekos.grid-3,
    .ft .nekos.grid-3-one-in-mobile,
    .ft .nekos.grid-4,
    .ft .nekos.grid-4-one-in-mobile,
    .ft .nekos.grid-5,
    .ft .nekos.grid-5-one-in-mobile {
        padding-left: 1rem;
        margin: 0 -2rem;
    }
    .ft .nekos.grid-2-one-in-mobile {
        margin: 0;
    }
}
.ft .nekos.grid-2 .neko,
.ft .nekos.grid-2-one-in-mobile .neko,
.ft .nekos.grid-3 .neko,
.ft .nekos.grid-3-one-in-mobile .neko,
.ft .nekos.grid-4 .neko,
.ft .nekos.grid-4-one-in-mobile .neko,
.ft .nekos.grid-5 .neko,
.ft .nekos.grid-5-one-in-mobile .neko {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    margin: 0;
    padding: 0;
}
.ft .nekos.grid-2-one-in-mobile > .card,
.ft .nekos.grid-2 > .card,
.ft .nekos.grid-3-one-in-mobile > .card,
.ft .nekos.grid-3 > .card,
.ft .nekos.grid-4-one-in-mobile > .card,
.ft .nekos.grid-4 > .card,
.ft .nekos.grid-5-one-in-mobile > .card,
.ft .nekos.grid-5 > .card {
    margin-bottom: 1rem;
}
.ft .nekos.grid-2-one-in-mobile > .neko,
.ft .nekos.grid-3-one-in-mobile > .neko,
.ft .nekos.grid-4-one-in-mobile > .neko,
.ft .nekos.grid-5-one-in-mobile > .neko {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
}
.ft .nekos.grid-2 > .neko {
    -ms-flex-preferred-size: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 49%;
}
.ft .nekos.grid-3 > .neko {
    -ms-flex-preferred-size: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 49%;
}
.ft .nekos.grid-4 > .neko {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
}
.ft .nekos.grid-5 > .neko {
    -ms-flex-preferred-size: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 49%;
}
@media screen and (min-width: 768px) {
    .ft .nekos.grid-2-one-in-mobile > .card,
    .ft .nekos.grid-2 > .card,
    .ft .nekos.grid-3-one-in-mobile > .card,
    .ft .nekos.grid-3 > .card,
    .ft .nekos.grid-4-one-in-mobile > .card,
    .ft .nekos.grid-4 > .card,
    .ft .nekos.grid-5-one-in-mobile > .card,
    .ft .nekos.grid-5 > .card {
        margin-bottom: 1rem;
    }
    .ft .nekos.grid-2-one-in-mobile > .neko,
    .ft .nekos.grid-2 > .neko {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 49%;
    }
    .ft .nekos.grid-3-one-in-mobile > .neko,
    .ft .nekos.grid-3 > .neko {
        -ms-flex-preferred-size: 33.33333%;
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        width: 32%;
    }
    .ft .nekos.grid-4-one-in-mobile > .neko,
    .ft .nekos.grid-4 > .neko {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        width: 24%;
    }
    .ft .nekos.grid-5-one-in-mobile > .neko,
    .ft .nekos.grid-5 > .neko {
        -ms-flex-preferred-size: 20%;
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        width: 19%;
    }
}
.ft .nekos {
    display: block;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}
.ft .nekos.is-stubborn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.ft .nekos .neko {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
    .ft .nekos .neko {
        padding: 0;
    }
}
@media screen and (min-width: 768px) {
    .ft .nekos {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .ft .nekos .is-1,
    .ft .nekos .is-10,
    .ft .nekos .is-11,
    .ft .nekos .is-12,
    .ft .nekos .is-2,
    .ft .nekos .is-3,
    .ft .nekos .is-4,
    .ft .nekos .is-5,
    .ft .nekos .is-6,
    .ft .nekos .is-7,
    .ft .nekos .is-8,
    .ft .nekos .is-9 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        -webkit-flex: none;
        -moz-box-flex: 0;
        flex: none;
    }
    .ft .nekos .neko {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
    }
}
.ft .neko-bottom,
.ft .neko-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
.ft .neko-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.ft .neko-bottom {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}
.ft .neko-center {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.ft .neko-hor-center,
.ft .neko-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
.ft .neko-hor-center {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .ft .neko-hor-center-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
}
.ft .neko-left {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.ft .neko-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}
.ft .form-group .content-right {
    text-align: left;
}
@media screen and (min-width: 768px) {
    .ft .form-group .content-right {
        text-align: right;
    }
    .ft .form-textual.content-right {
        margin-top: 0.2rem;
    }
}
.ft .padding-right {
    padding-right: 0.5rem;
}
.ft .content-top {
    vertical-align: top;
}
.ft .content-bottom {
    vertical-align: bottom;
}
.ft .content-center {
    text-align: center;
}
.ft .content-right {
    text-align: right;
}
.ft .content-left {
    text-align: left;
}
.ft .icon {
    display: inline-block;
    font-size: 24px;
    width: 32px;
    text-align: center;
    line-height: 1em;
    height: 1.2em;
    vertical-align: middle;
}
.ft .icon.in-text {
    margin-right: 0.5rem;
}
.ft .icon.size-xs {
    -webkit-transform: scale(0.65) translateY(-1px);
    -ms-transform: scale(0.65) translateY(-1px);
    -moz-transform: scale(0.65) translateY(-1px);
    -o-transform: scale(0.65) translateY(-1px);
    transform: scale(0.65) translateY(-1px);
}
.ft .icon.size-s {
    font-size: 20px;
}
.ft .icon.size-m {
    font-size: 24px;
}
.ft .icon.size-l {
    font-size: 32px;
}
.ft .col-2,
.ft .col-3,
.ft .col-4 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
@media screen and (min-width: 768px) {
    .ft .col-2 {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .ft .col-3 {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    .ft .col-4 {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
    }
    .ft .col-bank {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}
@media screen and (max-width: 767px) {
    .ft .neko-center > div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
    }
    .ft .col-bank {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .ft .card-wrapper {
        margin: 0 auto;
    }
}
.ft .card.card-focus {
    -webkit-box-shadow: 0 0 0 2px #4198de;
    -moz-box-shadow: 0 0 0 2px #4198de;
    box-shadow: 0 0 0 2px #4198de;
}
.ft .card.card-focus:hover {
    -webkit-box-shadow: 0 0.5rem 1.5rem #4198de;
    -moz-box-shadow: 0 0.5rem 1.5rem #4198de;
    box-shadow: 0 0.5rem 1.5rem #4198de;
}
.ft .neko .card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
}
.ft .card-wrapper {
    padding: 0.5rem 0.4rem 1.5rem;
    width: 100%;
    text-align: left;
}
.ft .card.login-card .card-text {
    padding-top: 240px;
}
@media screen and (min-width: 768px) {
    .ft .card.login-card .card-text {
        padding-top: 300px;
    }
}
.ft .res-table table.r-table th > .card.product,
.ft td > .card.product {
    max-width: 180px;
}
.ft .card.product {
    padding-bottom: 0.6rem;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ft .card,
.ft .card.no-hover {
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
}
.ft .card.product a:hover {
    text-decoration: none;
}
.ft .card.product .card-img {
    padding: 3rem 0 1rem;
    margin: 0 auto;
    width: 90%;
}
.ft .card.product .card-img img {
    height: auto;
}
.ft .slider-section .card.product .card-img {
    padding-top: 0;
}
.ft .card.product .card-text {
    padding: 0 0.5rem 0.5rem;
    z-index: 1;
}
.ft .card.product .card-text .form-textual label,
.ft .card.product .card-text .h1,
.ft .card.product .card-text .h2,
.ft .card.product .card-text .h3,
.ft .card.product .card-text .h4,
.ft .card.product .card-text .h5,
.ft .card.product .card-text .h6,
.ft .card.product .card-text .res-table table.r-table .table.fixed-head thead th,
.ft .card.product .card-text .table.fixed-head thead .res-table table.r-table th,
.ft .card.product .card-text .table.fixed-head thead td,
.ft .card.product .card-text h1,
.ft .card.product .card-text h2,
.ft .card.product .card-text h3,
.ft .card.product .card-text h4,
.ft .card.product .card-text h5,
.ft .card.product .card-text h6,
.ft .card.product .card-text legend,
.ft .form-textual .card.product .card-text label,
.ft .res-table table.r-table .table.fixed-head thead .card.product .card-text th,
.ft .table.fixed-head thead .card.product .card-text td,
.ft .table.fixed-head thead .res-table table.r-table .card.product .card-text th {
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    white-space: normal;
    line-height: 1.4;
}
.ft .card {
    background: #fff;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}
.ft .card .img-align-bottom {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
.ft .card .img-align-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}
.ft .card .img-pulled-up {
    margin-top: -40px;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .ft .card .img-pulled-up {
        margin-top: -20px;
    }
}
.ft .card.is-special {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-top: 30px;
}
.ft .card.is-special .img-as-bg {
    overflow: hidden;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}
.ft .card.is-special .crazy-img,
.ft .card.is-special .crazy-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    width: 50%;
}
.ft .card.is-special .crazy-text {
    padding: 1rem;
}
.ft .card.is-special .crazy-img img {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-top: -40px;
}
.ft .card.is-hori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}
.ft .card .img-as-bg .text-overlay,
.ft .tab-steps .tab-steps-container a,
.ft .tab.pager-tab-icon a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
}
.ft .card.is-hori .card-img,
.ft .card.is-hori .card-text {
    display: block;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .ft .card.is-hori {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .ft .card.is-hori .card-img,
    .ft .card.is-hori .card-text {
        width: 100%;
    }
}
.ft .card > div {
    z-index: 1;
}
.ft .card .img-as-bg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.ft .card .img-as-bg .img-as-bg-wrapper img {
    width: 100%;
    z-index: -1;
    height: auto;
}
.ft .card .img-as-bg .img-as-bg-wrapper .white-mask {
    position: absolute;
    z-index: 0;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(white));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 30%, #fff 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 30%, #fff 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 30%, #fff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 30%, #fff 100%);
}
.ft .card .img-as-bg .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.ft .card .card-corner-banner {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #fff;
    z-index: 4;
    line-height: 18px;
    font-size: 16px;
    font-weight: 700;
}
.ft .card .card-corner-banner.two-word {
    top: 1.1rem;
}
.ft .card .card-corner-banner-bg {
    z-index: 3;
    top: -1px;
    right: -1px;
    content: "";
    display: block;
    position: absolute;
    background: #47d382;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(135deg) translateX(-110px);
    -ms-transform: rotate(135deg) translateX(-110px);
    -moz-transform: rotate(135deg) translateX(-110px);
    -o-transform: rotate(135deg) translateX(-110px);
    transform: rotate(135deg) translateX(-110px);
}
.ft .card .card-img-small,
.ft .card .card-img.bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
.ft .card .card-corner-banner-bg.blue {
    background: #209cff;
}
.ft .card .card-action {
    position: absolute;
    top: 0;
    z-index: 1;
}
.ft .card .card-action.top-left {
    left: 0;
}
.ft .card .card-action.top-right {
    right: 4%;
}
.ft .card div .button,
.ft .card p .button {
    margin-top: 0;
    margin-bottom: 0;
}
.ft .card .card-text {
    padding: 1.2rem;
}
.ft .card .card-img .accordian-title:last-child,
.ft .card .card-img > .accordian-content:last-child,
.ft .card .card-img > .h1:last-child,
.ft .card .card-img > .h2:last-child,
.ft .card .card-img > .h3:last-child,
.ft .card .card-img > .h4:last-child,
.ft .card .card-img > .h5:last-child,
.ft .card .card-img > .h6:last-child,
.ft .card .card-img > .table:last-child,
.ft .card .card-img > h1:last-child,
.ft .card .card-img > h2:last-child,
.ft .card .card-img > h3:last-child,
.ft .card .card-img > h4:last-child,
.ft .card .card-img > h5:last-child,
.ft .card .card-img > h6:last-child,
.ft .card .card-img > legend:last-child,
.ft .card .card-img > ol:last-child,
.ft .card .card-img > p:last-child,
.ft .card .card-img > ul:last-child,
.ft .card .card-text .accordian-title:last-child,
.ft .card .card-text > .accordian-content:last-child,
.ft .card .card-text > .h1:last-child,
.ft .card .card-text > .h2:last-child,
.ft .card .card-text > .h3:last-child,
.ft .card .card-text > .h4:last-child,
.ft .card .card-text > .h5:last-child,
.ft .card .card-text > .h6:last-child,
.ft .card .card-text > .table:last-child,
.ft .card .card-text > h1:last-child,
.ft .card .card-text > h2:last-child,
.ft .card .card-text > h3:last-child,
.ft .card .card-text > h4:last-child,
.ft .card .card-text > h5:last-child,
.ft .card .card-text > h6:last-child,
.ft .card .card-text > legend:last-child,
.ft .card .card-text > ol:last-child,
.ft .card .card-text > p:last-child,
.ft .card .card-text > ul:last-child,
.ft .card .form-textual .card-img > label:last-child,
.ft .card .form-textual .card-text > label:last-child,
.ft .card .res-table table.r-table .table.fixed-head thead .card-img > th:last-child,
.ft .card .res-table table.r-table .table.fixed-head thead .card-text > th:last-child,
.ft .card .table.fixed-head thead .card-img > td:last-child,
.ft .card .table.fixed-head thead .card-text > td:last-child,
.ft .card .table.fixed-head thead .res-table table.r-table .card-img > th:last-child,
.ft .card .table.fixed-head thead .res-table table.r-table .card-text > th:last-child,
.ft .form-textual .card .card-img > label:last-child,
.ft .form-textual .card .card-text > label:last-child,
.ft .res-table table.r-table .table.fixed-head thead .card .card-img > th:last-child,
.ft .res-table table.r-table .table.fixed-head thead .card .card-text > th:last-child,
.ft .table.fixed-head thead .card .card-img > td:last-child,
.ft .table.fixed-head thead .card .card-text > td:last-child,
.ft .table.fixed-head thead .res-table table.r-table .card .card-img > th:last-child,
.ft .table.fixed-head thead .res-table table.r-table .card .card-text > th:last-child {
    margin-bottom: 0;
}
.ft .card .card-img {
    position: relative;
    min-height: 170px;
    line-height: 0;
}
@media screen and (max-width: 767px) {
    .ft .card .card-img {
        min-height: 159px;
    }
}
.ft .card .card-img.bg {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
}
.ft .card .card-img-small {
    position: relative;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    min-height: 7rem;
}
@media screen and (min-width: 768px) {
    .ft .card:hover {
        -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.25);
    }
    .ft .card .card-text {
        padding: 1.2rem;
    }
    .ft .card .card-img-small {
        min-height: 8rem;
    }
    .ft .card.is-big-card {
        margin: 0 auto;
    }
}
.ft .card .card-img-small img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.ft .card .card-img-small.bg {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
}
.ft .card.no-hover {
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
}
.ft .no-under-line:hover {
    text-decoration: none;
}
.ft .card.is-big-card {
    max-width: 960px;
}
.ft .card.is-big-card:hover {
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
}
.ft .card.is-big-card img {
    height: auto;
}
.ft .card.is-big-card .nekos {
    display: block;
}
@media screen and (min-width: 768px) {
    .ft .card.is-big-card .nekos {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .ft .card.is-big-card .neko,
    .ft .card.is-big-card .nekos .neko {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}
.ft .card .nekos,
.ft .card.is-big-card .nekos.is-stubborn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
.ft .card.is-big-card .nekos.is-stubborn {
    display: flex;
}
.ft .card.is-big-card .is-1,
.ft .card.is-big-card .is-10,
.ft .card.is-big-card .is-11,
.ft .card.is-big-card .is-12,
.ft .card.is-big-card .is-2,
.ft .card.is-big-card .is-3,
.ft .card.is-big-card .is-4,
.ft .card.is-big-card .is-5,
.ft .card.is-big-card .is-6,
.ft .card.is-big-card .is-7,
.ft .card.is-big-card .is-8,
.ft .card.is-big-card .is-9 {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .ft .card.is-big-card .is-1 {
        width: 8.33333%;
    }
    .ft .card.is-big-card .is-2 {
        width: 16.66667%;
    }
    .ft .card.is-big-card .is-3 {
        width: 25%;
    }
    .ft .card.is-big-card .is-4 {
        width: 33.33333%;
    }
    .ft .card.is-big-card .is-5 {
        width: 41.66667%;
    }
    .ft .card.is-big-card .is-6 {
        width: 50%;
    }
    .ft .card.is-big-card .is-7 {
        width: 58.33333%;
    }
    .ft .card.is-big-card .is-8 {
        width: 66.66667%;
    }
    .ft .card.is-big-card .is-9 {
        width: 75%;
    }
    .ft .card.is-big-card .is-10 {
        width: 83.33333%;
    }
    .ft .card.is-big-card .is-11 {
        width: 91.66667%;
    }
    .ft .card.is-big-card .is-12 {
        width: 100%;
    }
}
.ft .card.is-big-card .big-card-img-wrapper {
    width: 100px;
    padding-right: 1rem;
}
.ft .card.is-big-card .big-card-img-wrapper img {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
    .ft .card.is-big-card .big-card-img-wrapper {
        width: 200px;
    }
}
.ft .card.is-big-card .big-card-img-wrapper-big {
    width: 120px;
    padding-left: 1rem;
}
.ft .card.is-big-card .big-card-img-wrapper-big img {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
.ft .card .nekos {
    margin: 0;
    display: flex;
}
.ft .card .nekos .neko {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
}
.ft .neko.is-narrow,
.ft .nekos .neko.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}
.ft .cht-list-item,
.ft .cht-list-item-title,
.ft .is-lined-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ft div .cht-list-item-title:last-child,
.ft div .cht-list-item:last-child,
.ft div .is-lined-bottom:last-child {
    border: none;
}
.ft .is-lined-up {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ft div .is-lined-up:last-child {
    border: none;
}
@media screen and (min-width: 768px) {
    .ft .card.is-big-card .big-card-img-wrapper-big {
        width: 200px;
    }
    .ft .is-big-card .is-stubborn .neko.is-2,
    .ft .is-big-card .is-stubborn .neko.is-3 {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }
    .ft .is-big-card .is-stubborn .neko.is-2 .list-price,
    .ft .is-big-card .is-stubborn .neko.is-3 .list-price {
        width: 100%;
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
    .ft .is-big-card .neko.is-10 .list-price {
        text-align: left;
    }
    .ft .is-big-card .neko.is-10 .list-price .h2 {
        margin-bottom: 0;
    }
}
.ft .card.crazy {
    overflow: visible;
}
.ft .card .card-img img.crazy {
    margin-top: -2rem;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .ft .header-spacer {
        display: none;
    }
    .ft section#header {
        background: #fff;
        padding: 0;
        position: relative;
        z-index: 1000;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }
    .ft section#header.with-banner:before {
        top: 60px;
    }
    .ft section#header:before {
        content: "";
        width: 100%;
        height: 5px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(16.25%, #209cff), color-stop(51.73%, #47d382), color-stop(84.95%, #ff874d));
        background: -webkit-linear-gradient(left, #209cff 16.25%, #47d382 51.73%, #ff874d 84.95%);
        background: -o-linear-gradient(left, #209cff 16.25%, #47d382 51.73%, #ff874d 84.95%);
        background: -webkit-gradient(linear, left top, right top, color-stop(60%, #209cff), color-stop(80%, #47d382), to(#ff874d));
        background: -webkit-linear-gradient(left, #209cff 60%, #47d382 80%, #ff874d 100%);
        background: -moz-linear-gradient(left, #209cff 60%, #47d382 80%, #ff874d 100%);
        background: -o-linear-gradient(left, #209cff 60%, #47d382 80%, #ff874d 100%);
        background: linear-gradient(90deg, #209cff 60%, #47d382 80%, #ff874d 100%);
    }
    .ft header {
        max-width: 1142px;
        margin: 0 auto;
        font-size: 0.8rem;
        -webkit-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    .ft header .close-button-desktop-only {
        display: none;
    }
    .ft header nav {
        height: 99px;
        padding-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .ft header nav.show-mobile-search .close-button-desktop-only {
        width: 44px;
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        margin-left: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        cursor: pointer;
        opacity: 0.5;
    }
    .ft header nav.show-mobile-search .menu-section {
        display: none;
    }
    .ft header nav.show-mobile-search .extra-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
    }
    .ft header nav.show-mobile-search .extra-section .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }
    .ft header nav.show-mobile-search .extra-section .search input {
        width: 100%;
    }
    .ft header nav.show-mobile-search .extra-section .search .search-field.active {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        height: auto;
        overflow: visible;
        width: 100%;
        opacity: 1;
    }
    .ft header nav.show-mobile-search .neko-spacer.desktop-only {
        width: 40px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        flex-grow: 0;
    }
    .ft header nav a {
        color: #333;
    }
    .ft header nav a:hover {
        color: #209cff;
        text-decoration: none;
    }
    .ft header nav .logo-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        padding-left: 1rem;
        margin: 0;
    }
    .ft header nav .logo-section a.logo {
        display: block;
        background: url(../img/logo/logo.svg) left center no-repeat;
        width: 141px;
        height: 46px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .ft header nav .menu-section {
        -webkit-transition: all 0.36s ease-in-out;
        -o-transition: all 0.36s ease-in-out;
        -moz-transition: all 0.36s ease-in-out;
        transition: all 0.36s ease-in-out;
        height: 74px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        padding-left: 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .ft header nav .menu-section .menu-button {
        display: none;
    }
    .ft header nav .drop-down-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: 1;
        -webkit-flex-flow: 1;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-flow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .ft header nav .drop-down-menu .menu-list-mobile:first-child {
        margin-left: 1rem;
    }
    .ft header nav .drop-down-menu li {
        margin-left: 0;
        list-style: none;
        position: relative;
    }
    .ft header nav .drop-down-menu li a {
        padding: 0.6rem 1rem;
    }
    .ft header nav .drop-down-menu li .sub-menu {
        border: none;
        position: absolute;
        top: 1.5rem;
        left: -0.8rem;
        padding: 0.4rem 0.8rem;
        width: 160px;
        -webkit-border-radius: 0.4rem;
        -moz-border-radius: 0.4rem;
        border-radius: 0.4rem;
        background: #fff;
        -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        z-index: -2;
        display: block;
        height: 0;
        opacity: 0;
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        overflow: hidden;
    }
    .ft header nav .drop-down-menu li .sub-menu.photo-addon {
        width: 280px;
    }
    .ft header nav .drop-down-menu li .sub-menu .menu-photo-section {
        position: relative;
        width: 100%;
    }
    .ft header nav .drop-down-menu li .sub-menu li {
        padding: 0;
        border: none;
    }
    .ft header nav .drop-down-menu li .sub-menu a {
        display: block;
        padding: 0.5em 0;
        line-height: 1.5;
    }
    .ft header nav .drop-down-menu li:hover .sub-menu {
        display: block;
        height: auto;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        overflow: visible;
        z-index: 2000;
    }
    .ft header nav .extra-section {
        padding-right: 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        text-align: right;
    }
    .ft header nav .extra-section .search .search-field input {
        padding: 6px 60px 6px 8px;
        height: 36px;
        font-size: 14px;
        background: #fff;
        border: 1px solid #d6d6d6;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        max-width: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .ft header nav .extra-section .search .search-go {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 12px;
        line-height: 36px;
        font-size: 12px;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
        cursor: pointer;
        z-index: 1;
    }
    .ft header nav .extra-section .search .search-field {
        display: none;
        position: relative;
    }
    .ft header nav .extra-section .search .search-field.active {
        display: inline;
    }
    .ft header nav .extra-section .search .search-field.active .recommend-results {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 3;
    }
    .ft header nav .extra-section .search .search-field.active input {
        max-width: 100%;
    }
    .ft header nav .extra-section .search .search-field .close-button {
        display: none;
    }
    .ft header nav .extra-section .search ul.recommend-results {
        text-align: left;
        padding: 0.4rem 0.8rem;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        border-radius: 0.2rem;
        position: absolute;
        top: 1.8rem;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        margin: 0;
        z-index: 1;
        -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        background: #fff;
        visibility: hidden;
    }
    .ft header nav .extra-section .search ul.recommend-results li {
        line-height: 1.2;
        padding: 0.5rem 0;
        margin: 0;
        list-style: none;
    }
    .ft header nav .extra-section .search ul.recommend-results li.search-seperator {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0;
    }
    .ft header nav .extra-section .search ul.recommend-results li.search-seperator small {
        padding-top: 0.5rem;
        color: rgba(0, 0, 0, 0.5);
    }
    .ft header nav .extra-section .profile {
        padding: 1.5rem 0.5rem;
        position: relative;
    }
    .ft header nav .extra-section .profile .sub-menu {
        text-align: left;
        position: absolute;
        top: 3.5rem;
        right: 0;
        padding: 0.4rem 0.8rem;
        width: 160px;
        -webkit-border-radius: 0.4rem;
        -moz-border-radius: 0.4rem;
        border-radius: 0.4rem;
        background: #fff;
        -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 4;
        display: none;
    }
    .ft header nav .extra-section .profile .sub-menu.photo-addon {
        width: 280px;
    }
    .ft header nav .extra-section .profile .sub-menu .menu-photo-section {
        position: relative;
        width: 100%;
    }
    .ft header nav .extra-section .profile .sub-menu li {
        padding: 0;
        list-style: none;
    }
    .ft header nav .extra-section .profile .sub-menu a {
        display: block;
        padding: 0.5em 0;
        line-height: 1.5;
    }
    .ft header nav .extra-section .profile:hover .sub-menu {
        display: block;
        z-index: 5;
    }
    .ft header nav .extra-section .profile-button,
    .ft header nav .extra-section .search-button {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        align-items: center;
        height: 44px;
        color: #333;
    }
    .ft header nav .extra-section .profile-button .iconic path,
    .ft header nav .extra-section .search-button .iconic path {
        fill: rgba(0, 0, 0, 0.5);
    }
}
@media screen and (max-width: 767px) {
    .ft .close-button-desktop-only {
        display: none;
    }
    .ft section.header-spacer.with-banner {
        height: 117px;
    }
    .ft section.header-spacer {
        height: 60px;
        padding: 0;
        opacity: 0;
    }
    .ft section#header {
        padding: 0;
        position: fixed;
        top: 0;
        z-index: 50;
        background: #fff;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }
    .ft section#header #header-overlay {
        display: none;
        top: 120px;
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
        background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
        background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
        background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 100%);
    }
    .ft section#header.with-banner {
        z-index: 10;
    }
    .ft section#header.with-banner:before {
        top: 60px;
        z-index: 1;
    }
    .ft section#header.with-banner .nav-global-banner.scrolling-down {
        margin-top: -60px;
    }
    .ft section#header.with-banner.scrolling-down:before {
        top: 0;
        z-index: 1;
    }
    .ft section#header:before {
        content: "";
        width: 100%;
        height: 5px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(16.25%, #209cff), color-stop(51.73%, #47d382), color-stop(84.95%, #ff874d));
        background: -webkit-linear-gradient(left, #209cff 16.25%, #47d382 51.73%, #ff874d 84.95%);
        background: -o-linear-gradient(left, #209cff 16.25%, #47d382 51.73%, #ff874d 84.95%);
        background: -moz-linear-gradient(left, #209cff 16.25%, #47d382 51.73%, #ff874d 84.95%);
        background: linear-gradient(90deg, #209cff 16.25%, #47d382 51.73%, #ff874d 84.95%);
    }
    .ft section#header header {
        max-width: 1142px;
        margin: 0 auto;
        -webkit-transition: margin 0.2s linear;
        -o-transition: margin 0.2s linear;
        -moz-transition: margin 0.2s linear;
        transition: margin 0.2s linear;
    }
    .ft section#header header .iconic {
        width: 24px;
        height: 24px;
    }
    .ft section#header header .iconic path {
        fill: #333;
    }
    .ft section#header header .corporate-consumer-switcher .iconic path {
        fill: rgba(0, 0, 0, 0.35);
    }
    .ft section#header header.scrolling-down {
        margin-top: -60px;
    }
    .ft section#header header nav {
        height: 60px;
        padding-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .ft section#header header nav .search-field,
    .ft section#header header nav.show-mobile-search .logo-section,
    .ft section#header header nav.show-mobile-search .menu-section {
        display: none;
    }
    .ft section#header header nav.show-mobile-search .extra-section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 0;
        margin: 0;
        visibility: visible;
    }
    .ft section#header header nav.show-mobile-search .extra-section .search {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .ft section#header header nav.show-mobile-search .extra-section .search .search-button {
        width: 44px;
    }
    .ft section#header header nav.show-mobile-search .extra-section .search-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        width: 100%;
        max-width: 100%;
    }
    .ft section#header header nav.show-mobile-search .extra-section .search-field.active ul.recommend-results {
        opacity: 1;
        z-index: 100;
        visibility: visible;
    }
    .ft section#header header nav.show-mobile-search .extra-section .search-field .input-search {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        width: 100%;
    }
    .ft section#header header nav a:hover {
        text-decoration: none;
    }
    .ft section#header header nav .logo-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        margin: 0;
    }
    .ft section#header header nav .logo-section a.logo {
        display: block;
        background: url(../img/logo/logo.svg) left center no-repeat;
        width: 34px;
        height: 34px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .ft section#header header nav .menu-section {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        width: 30%;
        z-index: 50;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .ft section#header header nav .menu-section .menu.active .icon-menu {
        display: none;
    }
    .ft section#header header nav .menu-section .menu.active .icon-close {
        display: block;
    }
    .ft section#header header nav .extra-section,
    .ft section#header header nav .menu-section .menu-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        -webkit-box-align: center;
    }
    .ft section#header header nav .menu-section .menu-button {
        width: 44px;
        height: 44px;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        color: #333;
    }
    .ft section#header header nav .menu-section .menu-button .icon-close {
        display: none;
    }
    .ft section#header header nav .extra-section {
        width: 30%;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        justify-content: flex-end;
        text-align: right;
    }
    .ft section#header header nav .extra-section .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
    .ft section#header header nav .extra-section .search .search-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 44px;
        height: 44px;
    }
    .ft section#header header nav .extra-section .search .close-button {
        width: 44px;
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
    .ft section#header header nav .extra-section .profile,
    .ft section#header ul.drop-down-menu .menu-photo-section {
        display: none;
    }
    .ft section#header header nav .extra-section .search .search-field input {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        line-height: 1;
        font-size: 16px;
        background: #fff;
        border: 1px solid #d6d6d6;
        padding: 0.4rem 0.5rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .ft section#header header nav .extra-section .search .search-field {
        padding-top: 2px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        position: relative;
    }
    .ft section#header header nav .extra-section .search .search-field ul.recommend-results {
        text-align: left;
        padding: 0.4rem 0;
        position: absolute;
        top: 45px;
        left: -44px;
        right: -44px;
        width: auto;
        height: auto;
        margin: 0;
        background: #fff;
        z-index: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
    }
    .ft section#header header nav .extra-section .search .search-field ul.recommend-results li {
        font-size: 1rem;
        line-height: 1.6;
        padding: 0.5rem 44px;
        margin: 0;
        list-style: none;
    }
    .ft section#header header nav .extra-section .search .search-field ul.recommend-results li a {
        color: #333;
    }
    .ft section#header header nav .extra-section .search .search-field ul.recommend-results li.search-seperator {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0.5rem 44px 0;
    }
    .ft section#header header nav .extra-section .search .search-field ul.recommend-results li.search-seperator small {
        padding-top: 0.5rem;
        color: rgba(0, 0, 0, 0.5);
    }
    .ft section#header header nav .extra-section .profile-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        color: #333;
    }
    .ft section#header header nav .logo-section {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        order: 0;
    }
    .ft section#header header nav .menu-section {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1;
    }
    .ft section#header header nav .extra-section {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }
    .ft section#header ul.drop-down-menu {
        overflow: hidden;
        width: 100vw;
        background: #fff;
        position: absolute;
        z-index: -3;
        -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -o-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
        left: 0;
        right: 0;
        max-height: 0;
        -webkit-transition: max-height ease-in-out 0.35s;
        -o-transition: max-height ease-in-out 0.35s;
        -moz-transition: max-height ease-in-out 0.35s;
        transition: max-height ease-in-out 0.35s;
        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        margin-left: 0;
        padding-left: 0;
    }
    .ft section#header ul.drop-down-menu.active {
        top: 55px;
        opacity: 1;
        max-height: -webkit-calc(100vh - 60px);
        max-height: -moz-calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        overflow: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .ft section#header ul.drop-down-menu .size-s {
        width: 20px;
        margin-right: 8px;
    }
    .ft section#header ul.drop-down-menu > li > a {
        background: url(../img/form/arrow_down.svg) right 1rem center no-repeat #fff;
    }
    .ft section#header ul.drop-down-menu > li > a.no-dropdown-icon {
        background: 0 0;
    }
    .ft section#header ul.drop-down-menu > li.current > a {
        background: url(../img/form/arrow_up.svg) right 1rem center no-repeat #fff;
    }
    .ft section#header ul.drop-down-menu > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .ft section#header ul.drop-down-menu li.current .sub-menu {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        max-height: 1000px;
    }
    .ft section#header ul.drop-down-menu a {
        color: #333;
        line-height: 1.8;
        display: block;
        padding: 0.5rem 1rem;
    }
    .ft section#header ul.drop-down-menu .sub-menu {
        overflow: hidden;
        max-height: 0;
        background: #fafafa;
        -webkit-transition: max-height ease-in-out 0.35s;
        -o-transition: max-height ease-in-out 0.35s;
        -moz-transition: max-height ease-in-out 0.35s;
        transition: max-height ease-in-out 0.35s;
    }
    .ft section#header ul.drop-down-menu .sub-menu a {
        padding: 0.5rem 2rem;
    }
    .ft section#header ul.drop-down-menu li,
    .ft section#header ul.drop-down-menu ul {
        margin-bottom: 0;
        margin-left: 0;
        list-style: none;
        padding-left: 0;
    }
}
.ft .mobile-only-link {
    display: inline;
}
@media screen and (min-width: 768px) {
    .ft .mobile-only-link {
        display: none;
    }
}
.ft .desktop-only-link {
    display: inline;
}
@media screen and (max-width: 767px) {
    .ft .desktop-only-link {
        display: none;
    }
}
.ft .mobile-only {
    display: block !important;
}
.ft .desktop-only {
    display: none !important;
}
@media screen and (min-width: 768px) {
    .ft .mobile-only {
        display: none !important;
    }
    .ft .desktop-only {
        display: block !important;
    }
}
.ft .filter-action .filter-action-container {
    max-width: 1142px;
    margin: 1rem auto 0;
}
.ft .filter-action .filter-action-container a.clear-all-button,
.ft .filter-action .filter-action-container select.filter-sort {
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-size: 0.8rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em 0.5em 0.5em 32px;
    margin: 0 0 0 0.5em;
    font-weight: 400;
    border: none;
    line-height: 1.2;
}
.ft .filter-action .filter-action-container a.clear-all-button:hover,
.ft .filter-action .filter-action-container select.filter-sort:hover {
    text-decoration: none;
}
.ft .filter-action .filter-action-container a.clear-all-button {
    background: url(../img/ic/filter-clear.svg) 0.25em center no-repeat rgba(255, 255, 255, 0.6);
}
.ft .filter-action .filter-action-container select.filter-sort {
    background: url(../img/ic/filter-sort.svg) 0.25em center no-repeat rgba(255, 255, 255, 0.6);
}
.ft .filter-clear-all {
    background: red;
}
.ft .filter-tab.desktop-only {
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .ft .filter-tab.desktop-only.pull-up {
        top: -30px;
        z-index: 4;
        position: relative;
        margin-bottom: -30px;
    }
}
.ft .filter-tab.desktop-only .form-textual input,
.ft .filter-tab.desktop-only .form-textual select,
.ft .pull-up {
    margin-bottom: 0;
}
.ft .filter-tab.desktop-only .filter-container {
    position: relative;
    z-index: 3;
    overflow: visible;
}
.ft .filter-tab.desktop-only .form-textual {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    position: relative;
    overflow: visible;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ft .filter-tab.desktop-only .form-textual:last-child {
    border-right: 0 solid rgba(0, 0, 0, 0.1);
}
.ft .filter-tab.desktop-only .form-textual span {
    line-height: 2;
    height: 2.5rem;
    border: none;
    color: #333;
    font-size: 0.875rem;
    cursor: pointer;
    background: url(../img/form/arrow_down.svg) right 0.3rem center no-repeat;
    padding: 0.5rem -webkit-calc(0.3rem + 24px) 0.5rem 1rem;
    padding: 0.5rem -moz-calc(0.3rem + 24px) 0.5rem 1rem;
    padding: 0.5rem calc(0.3rem + 24px) 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
    .ft .filter-tab.desktop-only .form-textual span {
        font-size: 0.8rem;
    }
}
.ft .filter-tab.desktop-only .form-textual .form-check input[type="checkbox"] {
    height: 1.4rem;
}
.ft .filter-tab.desktop-only .form-textual .form-check label {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.8;
}
.ft .filter-tab.desktop-only .form-textual small {
    font-size: 0.8rem;
}
.ft .filter-tab.desktop-only .form-textual .sub-menu {
    border: none;
    position: absolute;
    top: 1.9rem;
    left: -1.5rem;
    padding: 0.4rem 1rem;
    width: 100%;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    background: #fff;
    -webkit-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 12;
    height: 0;
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    font-size: 0.875rem;
    display: none;
}
.ft .filter-tab.desktop-only .form-textual .sub-menu.one-third {
    width: 374px;
}
.ft .filter-tab.desktop-only .form-textual .sub-menu.one-forth {
    width: 100%;
}
.ft .filter-tab.desktop-only .form-textual .sub-menu li {
    font-size: 0.8rem;
    padding: 0;
    border: none;
    list-style: none;
}
.ft .filter-tab.desktop-only .form-textual .sub-menu a {
    display: block;
    padding: 0.5em 0;
    line-height: 1.5;
    color: #333;
}
.ft .filter-tab.desktop-only .form-textual .sub-menu a:hover {
    color: #209cff;
    text-decoration: none;
}
.ft .filter-tab.desktop-only .form-textual:hover .sub-menu {
    display: block;
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    overflow: visible;
    z-index: 10;
}
.ft .pull-up {
    top: -1rem;
    z-index: 3;
    position: relative;
}
.ft .pull-up.tab {
    z-index: 8;
}
.ft .tab.is_stuck {
    z-index: 20;
    padding-top: 5px;
}
.ft .tab {
    margin-bottom: -1px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
}
.ft .tab .tab-container {
    max-width: 1142px;
    margin: 0 auto;
    position: relative;
}
.ft .tab .tab-container:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .ft .tab .tab-container {
        width: 1142px;
    }
    .ft .tab .tab-container:before {
        display: none;
    }
}
.ft .tab .tab-container:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 1.5rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(80%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, #fff 80%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, #fff 80%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 10%, #fff 80%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, #fff 80%);
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .ft .tab .tab-container:after {
        display: none;
    }
}
.ft .tab .tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    line-height: 3rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.ft .tab .tab-wrap:after {
    content: "\00a0\00a0";
    width: 2.5rem;
}
@media screen and (min-width: 768px) {
    .ft .tab .tab-wrap:after {
        display: none;
    }
    .ft .tab .tab-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        line-height: 3.6rem;
    }
}
.ft .tab .tab-wrap a {
    display: inline-block;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    color: #333;
    opacity: 1;
    font-size: 0.875rem;
    padding: 0 0.5rem;
    margin: 0 0.3rem;
}
.ft .tab .tab-wrap a.active,
.ft .tab .tab-wrap a.current {
    border-bottom: 3px solid #209cff;
}
.ft .tab .tab-wrap a:hover {
    color: #209cff;
    text-decoration: none;
}
.ft .tab.pager-tab {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ft .tab.pager-tab.tab-slider .tab-wrap {
    overflow-x: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ft .tab.pager-tab.tab-slider .owl-nav {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
}
.ft .tab.pager-tab.tab-slider .owl-nav .owl-next,
.ft .tab.pager-tab.tab-slider .owl-nav .owl-prev {
    cursor: pointer;
    position: absolute;
    top: 1px;
    bottom: 0;
    width: 30px;
    background: #f3f3f3;
}
.ft .tab.pager-tab.tab-slider .owl-nav .owl-next img,
.ft .tab.pager-tab.tab-slider .owl-nav .owl-prev img {
    position: relative;
    top: 4px;
}
.ft .tab.pager-tab.tab-slider .owl-nav .owl-prev {
    left: 0;
    text-align: left;
}
.ft .tab.pager-tab.tab-slider .owl-nav .owl-next {
    right: 0;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .ft .tab.pager-tab.tab-slider .tab-wrap {
        overflow-x: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .ft .tab.pager-tab.tab-slider .owl-nav {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .ft .tab .tab-wrap a {
        font-size: 0.8rem;
        margin: 0 0.7rem;
    }
    .ft .tab.pager-tab.page-list select {
        width: 300px;
        margin: 0.5rem auto;
    }
}
.ft .tab.pager-tab.page-list select {
    border: none;
    background-color: transparent;
}
.ft .tab.pager-tab.page-list .tab-container:after,
.ft .tab.pager-tab.page-list .tab-container:before {
    display: none;
}
.ft .tab.pager-tab-icon {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ft .tab.pager-tab-icon a {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding-top: 1.2rem;
    line-height: 1;
    padding-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.ft .tab.pager-tab-icon a.current,
.ft .tab.pager-tab-icon a:hover {
    color: #333;
    border: none;
}
.ft .tab.pager-tab-icon a.current .iconic path,
.ft .tab.pager-tab-icon a:hover .iconic path {
    fill: #209cff;
}
.ft .compare-button .icon-like path,
.ft .compare-button .icon-plus path,
.ft .like-button .icon-like path,
.ft .like-button .icon-plus path,
.ft .tab.pager-tab-icon a .iconic path {
    fill: rgba(0, 0, 0, 0.5);
}
.ft .tab.pager-tab-icon a .iconic {
    display: block;
    width: 48px;
    max-width: 48px;
    height: 48px;
    margin-bottom: 0.8rem;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .ft .tab.pager-tab-icon a .iconic {
        width: 32px;
        max-width: 32px;
        height: 32px;
    }
}
.ft .tab.pager-tab-icon a span {
    opacity: 0.6;
    font-size: 0.8rem;
}
.ft .tab.pager-tab-icon .tab-wrap:after {
    display: none;
}
.ft .filter-tab {
    position: relative;
}
.ft .filter-tab .filter-container {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: 1126px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1px;
}
.ft .filter-tab .filter-container:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .ft .filter-tab .filter-container:before {
        display: none;
    }
}
.ft .filter-tab .filter-container:after {
    display: block;
    position: absolute;
    content: "\00a0\00a0";
    top: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 2.5rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(80%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, #fff 80%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, #fff 80%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 10%, #fff 80%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, #fff 80%);
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .ft .filter-tab .filter-container:after {
        display: none;
    }
    .ft .filter-tab .filter-container,
    .ft .filter-tab .form-textual {
        height: 50px;
    }
}
.ft .filter-tab .filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
}
.ft .filter-tab .form-textual {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .ft .filter-tab .filter-container {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .ft .filter-tab .form-textual:last-child .input-search {
        min-width: 200px;
    }
    .ft .filter-wrap > div:last-child {
        padding-right: 1rem;
    }
    .ft .pager-tab-icon.center-tab .tab-wrap a:last-child {
        padding-right: 2rem;
    }
}
.ft .filter-tab .form-textual:last-child {
    border-right: 0 solid rgba(0, 0, 0, 0.1);
}
.ft .filter-tab .form-textual select {
    padding-left: 1rem;
}
.ft .filter-tab .form-textual input,
.ft .filter-tab .form-textual select {
    margin-bottom: 0;
    font-weight: 400;
    height: 2.5rem;
    border: none;
    color: #333;
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.ft .tab.icon-tab {
    border-bottom: none;
}
.ft .tab.icon-tab .tab-container {
    -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
    .ft .filter-tab .form-textual input,
    .ft .filter-tab .form-textual select {
        font-size: 0.8rem;
    }
    .ft .tab.icon-tab.pull-up {
        top: -20px;
        z-index: 4;
        position: relative;
        margin-bottom: -30px;
    }
    .ft .tab.icon-tab {
        border-bottom: none;
        background: 0 0;
    }
    .ft .tab.icon-tab .tab-container {
        background: #fff;
        max-width: 1042px;
        -webkit-border-radius: 0.8rem;
        -moz-border-radius: 0.8rem;
        border-radius: 0.8rem;
    }
}
.ft .tab.icon-tab .tab-container:after,
.ft .tab.icon-tab .tab-container:before {
    display: none;
}
.ft .tab.icon-tab .tab-wrap {
    line-height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .ft .tab.icon-tab .tab-wrap a:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.ft .tab.icon-tab .tab-wrap a:last-child {
    border-right: 1px solid transparent;
}
.ft .tab.icon-tab .tab-wrap a {
    text-align: left;
    margin: 0 0 -1px;
    padding-left: 1rem;
    width: 50%;
    line-height: 3.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ft .tab.icon-tab .tab-wrap a img {
    color: #209cff;
    margin-right: 1rem;
}
@media screen and (max-width: 767px) {
    .ft .tab.icon-tab .tab-wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }
    .ft .tab.icon-tab .tab-wrap a img {
        width: 24px;
        height: 24px;
    }
}
@media screen and (min-width: 768px) {
    .ft .tab.icon-tab .tab-wrap a {
        text-align: center;
        padding-top: 1.5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        margin-bottom: 0;
        border-bottom: none;
        width: auto;
        padding-left: 0;
    }
    .ft .tab.icon-tab .tab-wrap a:last-child {
        border-left: 1px solid transparent;
    }
    .ft .tab.icon-tab .tab-wrap a img {
        margin-right: 0;
    }
}
.ft .accordian-group.active .accordian-content,
.ft .active.accordian-group-only-one .accordian-content,
.ft .tab.icon-tab .tab-wrap:after {
    display: none;
}
.ft .tab.center-tab .tab-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}
@media screen and (min-width: 768px) {
    .ft .tab.center-tab .tab-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
    .ft .tab.pager-tab-icon.center-tab .tab-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
}
.ft .accordian-group,
.ft .accordian-group-only-one {
    margin-bottom: 1rem;
}
.ft .accordian-content > :last-child,
.ft .accordian-group.active .card-text .accordian-group,
.ft .accordian-group.active .card-text .accordian-group-only-one,
.ft .accordian-group.active .card-text .accordian-title,
.ft .accordian-title > :last-child,
.ft .active.accordian-group-only-one .card-text .accordian-group,
.ft .active.accordian-group-only-one .card-text .accordian-group-only-one,
.ft .active.accordian-group-only-one .card-text .accordian-title,
.ft .card-text .accordian-group,
.ft .card-text .accordian-group-only-one {
    margin-bottom: 0;
}
.ft .accordian-group .accordian-title,
.ft .accordian-group-only-one .accordian-title {
    cursor: pointer;
    padding-right: -webkit-calc(0.3rem + 24px);
    padding-right: -moz-calc(0.3rem + 24px);
    padding-right: calc(0.3rem + 24px);
    background: url(../img/form/arrow_up.svg) right 0.3rem center no-repeat;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}
.ft .accordian-group.active .accordian-title,
.ft .active.accordian-group-only-one .accordian-title {
    background: url(../img/form/arrow_down.svg) right 0.3rem center no-repeat;
    margin-bottom: 0;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}
.ft .accordian-group.alt .accordian-title,
.ft .alt.accordian-group-only-one .accordian-title {
    background: url(../img/form/minus-solid.svg) right 0.3rem center no-repeat;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}
.ft .accordian-group.alt.active .accordian-title,
.ft .alt.active.accordian-group-only-one .accordian-title {
    background: url(../img/form/plus-solid.svg) right 0.3rem center no-repeat;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}
.ft .accordian-group.no-icon .accordian-title,
.ft .accordian-group.no-icon.active .accordian-title,
.ft .no-icon.accordian-group-only-one .accordian-title,
.ft .no-icon.active.accordian-group-only-one .accordian-title {
    background: 0 0;
}
.ft .accordian-group-only-one .accordian-title {
    padding-right: 0;
}
.ft .accordian-group-footer.is-3.accordian-group-only-one,
.ft .accordian-group.accordian-group-footer.is-3 {
    -ms-flex-item-align: start;
    -webkit-align-self: start;
    align-self: start;
}
.ft .tab-steps {
    font-weight: 400;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ft .tab-steps .tab-steps-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 1142px;
    margin: 0 auto;
    padding: 1rem 0;
    position: relative;
    display: block;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .ft .tab-steps .tab-steps-container {
        width: 1142px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
}
.ft .tab-steps .tab-steps-container a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    min-width: 6em;
    padding: 0 0.5rem;
    margin: 0 1rem;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.6;
}
.ft .tab-steps .tab-steps-container a > div {
    display: block;
    margin: 0 auto;
}
.ft .tab-steps .tab-steps-container a > span {
    display: block;
}
.ft .product-gallery,
.ft .product-gallery .thumb-container .product-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
.ft .tab-steps .tab-steps-container a:hover {
    text-decoration: none;
}
.ft .tab-steps .tab-steps-container a .badge {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 3px solid transparent;
    margin-bottom: 8px;
    line-height: 2.5;
    background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
    .ft .tab-steps .tab-steps-container a {
        padding: 0 1rem;
    }
    .ft .tab-steps .tab-steps-container a .badge {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.ft .tab-steps .tab-steps-container a .badge:hover {
    border: 3px solid transparent;
}
.ft .tab-steps .tab-steps-container a.current {
    opacity: 1;
    color: #333;
}
.ft .tab-steps .tab-steps-container a.current .badge {
    background: #209cff;
}
.ft .product-gallery {
    width: 100%;
    margin: 0;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    display: flex;
}
.ft .product-gallery .thumb-container,
.ft .product-gallery .thumb-container .product-thumbs {
    width: 60px;
    height: 100%;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
}
.ft .product-gallery .thumb-container {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: flex;
    padding: 0;
}
.ft .product-gallery .thumb-container .product-thumbs {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: flex;
}
.ft .product-gallery .thumb-container .product-thumbs a.current img,
.ft .product-gallery .thumb-container .product-thumbs a:hover img {
    border: 2px solid #209cff;
}
.ft .product-gallery .thumb-container .product-thumbs img {
    border: 2px solid transparent;
    width: 55px;
    height: 55px;
    margin: 0;
}
.ft .product-gallery .product-thumbs-mobile {
    margin-bottom: 1rem;
}
.ft .product-gallery .product-thumbs-mobile a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    height: 350px;
}
.ft .product-gallery .product-thumbs-mobile a img {
    margin: 0 auto;
    width: auto;
    max-height: 100%;
}
.ft .product-gallery .product-photo {
    width: 100%;
    margin-left: 20px;
    height: 100%;
    min-height: 600px;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    justify-content: center;
}
.ft .product-gallery .product-photo .reel-container,
.ft .product-gallery .product-photo .zoom-container {
    width: 100%;
    margin: 0 auto;
}
.ft .product-gallery .product-photo .reel-container img,
.ft .product-gallery .product-photo .zoom-container img {
    width: 100%;
}
.ft .zoomWindowContainer[style] .zoomWindow {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.ft .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 2rem 0;
}
.ft .pagination a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    margin: 0 0.1rem;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #333;
    display: inline-block;
}
.ft .pagination a.next-button,
.ft .pagination a.prev-button {
    color: rgba(51, 51, 51, 0.4);
}
.ft .pagination a .iconic {
    text-align: center;
    margin-top: -1px;
}
.ft .pagination a.current,
.ft .pagination a:hover {
    background: #209cff;
    color: #fff;
    text-decoration: none;
}
.ft .pagination a.current g,
.ft .pagination a.current path,
.ft .pagination a:hover g,
.ft .pagination a:hover path {
    fill: #fff;
}
.ft section.cht-banner {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.ft section.cht-banner a {
    color: inherit;
    text-decoration: none;
}
.ft section.cht-banner .button {
    color: #fff;
}
.ft section.cht-banner .button.button-white {
    color: #209cff;
}
.ft section.cht-banner .cht-banner-bg-1,
.ft section.cht-banner .cht-banner-bg-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.ft section.cht-banner .cht-banner-bg-1 img,
.ft section.cht-banner .cht-banner-bg-2 img {
    width: 100%;
    height: auto;
}
.ft section.cht-banner .cht-banner-container {
    color: inherit;
    text-decoration: none;
    max-width: 1142px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
@media screen and (max-width: 767px) {
    .ft section.cht-banner .cht-banner-container {
        display: block;
        height: 500px;
    }
}
.ft section.cht-banner .cht-banner-container .card {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}
.ft section.cht-banner .cht-banner-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 1.2rem;
    max-height: 600px;
}
@media screen and (min-width: 768px) {
    .ft section.cht-banner .cht-banner-container {
        width: 1142px;
    }
    .ft .owl-carousel section.cht-banner .cht-banner-container {
        height: 600px;
    }
    .ft section.cht-banner .cht-banner-text {
        width: 542px;
    }
}
@media screen and (max-width: 767px) {
    .ft .owl-carousel section.cht-banner .cht-banner-container {
        height: 500px;
    }
    .ft section.cht-banner .cht-banner-text {
        max-height: 180px;
        overflow: hidden;
        text-align: center;
        padding: 1rem;
    }
    .ft section.cht-banner .cht-banner-text .h1,
    .ft section.cht-banner .cht-banner-text .h2,
    .ft section.cht-banner .cht-banner-text .h3 {
        font-size: 1.5rem;
    }
    .ft .res-table table.r-table .table.fixed-head thead section.cht-banner .cht-banner-text th,
    .ft .table.fixed-head thead .res-table table.r-table section.cht-banner .cht-banner-text th,
    .ft .table.fixed-head thead section.cht-banner .cht-banner-text td,
    .ft section.cht-banner .cht-banner-text .h4,
    .ft section.cht-banner .cht-banner-text .h5,
    .ft section.cht-banner .cht-banner-text .h6,
    .ft section.cht-banner .cht-banner-text .res-table table.r-table .table.fixed-head thead th,
    .ft section.cht-banner .cht-banner-text .table.fixed-head thead .res-table table.r-table th,
    .ft section.cht-banner .cht-banner-text .table.fixed-head thead td,
    .ft section.cht-banner .cht-banner-text p {
        font-size: 0.9rem;
    }
}
.ft section.cht-banner .cht-banner-text .cht-banner-text-content {
    width: 100%;
    padding: 0 1rem;
}
.ft section.cht-banner .cht-banner-img,
.ft section.cht-banner .cht-place-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 0;
}
.ft section.cht-banner .cht-banner-img img,
.ft section.cht-banner .cht-place-holder img {
    position: relative;
    z-index: 1;
}
.ft section.cht-banner .cht-banner-card {
    z-index: 8;
    padding: 60px 16px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .ft section.cht-banner .cht-banner-card {
        width: 500px;
    }
}
@media screen and (max-width: 767px) {
    .ft section.cht-banner .cht-banner-img img,
    .ft section.cht-banner .cht-place-holder img {
        max-width: 320px;
        margin: 0 auto;
        height: auto;
    }
    .ft section.cht-banner .cht-banner-card {
        width: 100%;
    }
}
.ft section.cht-banner.type-f .cht-banner-container {
    height: auto;
}
.ft section.cht-banner.type-f .cht-banner-container .card {
    max-height: 480px;
    overflow-y: auto;
}
.ft section.cht-banner.type-g .cht-banner-container,
.ft section.cht-banner.type-i .cht-banner-container {
    max-height: 500px;
    height: auto;
}
.ft section.cht-banner.type-g .cht-banner-text {
    padding: 3rem 0;
    height: auto;
}
.ft section.cht-banner.type-i .cht-banner-text {
    width: 100%;
    padding: 3rem 0;
    height: auto;
}
.ft section.cht-banner.type-j .cht-banner-container {
    max-height: 400px;
    height: 400px;
}
.ft section.cht-banner.type-j .cht-banner-text {
    padding: 3rem 0;
    height: auto;
}
.ft section.cht-banner.type-l .cht-banner-container {
    max-height: 400px;
    height: 400px;
}
.ft section.cht-banner.type-m .type-m-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.ft section.cht-banner.type-p .cht-banner-text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .ft section.cht-banner.type-c .cht-banner-text,
    .ft section.cht-banner.type-d .cht-banner-img {
        max-height: 500px;
        height: 500px;
    }
    .ft section.cht-banner.type-e .cht-banner-text,
    .ft section.cht-banner.type-m .cht-banner-text {
        max-height: 150px;
        height: 150px;
    }
    .ft section.cht-banner.type-g .cht-banner-container,
    .ft section.cht-banner.type-g .cht-banner-text {
        max-height: 500px;
        height: auto;
    }
    .ft section.cht-banner.type-j .cht-banner-container,
    .ft section.cht-banner.type-j .cht-banner-text {
        max-height: 250px;
        height: 250px;
    }
    .ft section.cht-banner.type-p .cht-banner-text {
        max-height: 500px;
        height: 500px;
        width: 100%;
    }
    .ft section.cht-banner.type-f {
        position: relative;
    }
    .ft section.cht-banner.type-f:after {
        content: "";
        display: block;
        background-color: rgba(255, 255, 255, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
        position: absolute;
        width: 100%;
        height: 200px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .ft section.cht-banner.type-m .cht-banner-container {
        max-height: auto;
        height: auto;
    }
    .ft .owl-carousel.owl-theme section.cht-banner .button {
        display: none;
    }
}
.ft section.hero .hero-content,
.ft section.hero .hero-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
@media screen and (min-width: 768px) {
    .ft section.cht-banner.type-a .cht-banner-img img,
    .ft section.cht-banner.type-b .cht-banner-img img {
        max-width: 600px;
        max-height: 600px;
    }
    .ft section.cht-banner.type-e .cht-banner-text {
        max-width: 100%;
        width: 100%;
        max-height: 200px;
        height: 200px;
    }
    .ft section.cht-banner.type-e .cht-banner-img {
        max-height: 360px;
        height: 360px;
    }
    .ft section.cht-banner.type-m .cht-banner-text {
        max-width: 100%;
        width: 100%;
        max-height: 200px;
        height: 200px;
    }
    .ft section.cht-banner.type-m .cht-banner-img {
        max-height: 360px;
        height: 360px;
    }
    .ft section.cht-banner.type-f .cht-banner-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        flex-direction: row-reverse;
        height: auto;
    }
    .ft section.cht-banner.type-g .cht-banner-text {
        max-height: 600px;
        height: auto;
    }
}
.ft .place-holder-card-wrapper .placeholder-card,
.ft section.hero .hero-container,
.ft section.hero .hero-img {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}
.ft section.hero {
    overflow: hidden;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .ft section.hero .hero-img,
    .ft section.hero .hero-text {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }
}
.ft section.hero .hero-img,
.ft section.hero .hero-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
}
.ft .form-textual section.hero .hero-img label:last-child,
.ft .form-textual section.hero .hero-text label:last-child,
.ft .res-table table.r-table .table.fixed-head thead section.hero .hero-img th:last-child,
.ft .res-table table.r-table .table.fixed-head thead section.hero .hero-text th:last-child,
.ft .table.fixed-head thead .res-table table.r-table section.hero .hero-img th:last-child,
.ft .table.fixed-head thead .res-table table.r-table section.hero .hero-text th:last-child,
.ft .table.fixed-head thead section.hero .hero-img td:last-child,
.ft .table.fixed-head thead section.hero .hero-text td:last-child,
.ft section.hero .hero-img .form-textual label:last-child,
.ft section.hero .hero-img .h1:last-child,
.ft section.hero .hero-img .h2:last-child,
.ft section.hero .hero-img .h3:last-child,
.ft section.hero .hero-img .h4:last-child,
.ft section.hero .hero-img .h5:last-child,
.ft section.hero .hero-img .h6:last-child,
.ft section.hero .hero-img .res-table table.r-table .table.fixed-head thead th:last-child,
.ft section.hero .hero-img .table.fixed-head thead .res-table table.r-table th:last-child,
.ft section.hero .hero-img .table.fixed-head thead td:last-child,
.ft section.hero .hero-img h1:last-child,
.ft section.hero .hero-img h2:last-child,
.ft section.hero .hero-img h3:last-child,
.ft section.hero .hero-img h4:last-child,
.ft section.hero .hero-img h5:last-child,
.ft section.hero .hero-img h6:last-child,
.ft section.hero .hero-img legend:last-child,
.ft section.hero .hero-img ol:last-child,
.ft section.hero .hero-img p:last-child,
.ft section.hero .hero-img ul:last-child,
.ft section.hero .hero-text .form-textual label:last-child,
.ft section.hero .hero-text .h1:last-child,
.ft section.hero .hero-text .h2:last-child,
.ft section.hero .hero-text .h3:last-child,
.ft section.hero .hero-text .h4:last-child,
.ft section.hero .hero-text .h5:last-child,
.ft section.hero .hero-text .h6:last-child,
.ft section.hero .hero-text .res-table table.r-table .table.fixed-head thead th:last-child,
.ft section.hero .hero-text .table.fixed-head thead .res-table table.r-table th:last-child,
.ft section.hero .hero-text .table.fixed-head thead td:last-child,
.ft section.hero .hero-text h1:last-child,
.ft section.hero .hero-text h2:last-child,
.ft section.hero .hero-text h3:last-child,
.ft section.hero .hero-text h4:last-child,
.ft section.hero .hero-text h5:last-child,
.ft section.hero .hero-text h6:last-child,
.ft section.hero .hero-text legend:last-child,
.ft section.hero .hero-text ol:last-child,
.ft section.hero .hero-text p:last-child,
.ft section.hero .hero-text ul:last-child {
    margin-bottom: 0;
}
.ft section.hero .hero-img {
    display: flex;
    text-align: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.ft section.hero .hero-img img {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.ft section.hero .hero-text p > img {
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}
.ft section.hero .hero-text {
    padding: 1.2rem;
}
.ft section.hero .hero-content {
    width: 100%;
    display: flex;
}
@media screen and (max-width: 767px) {
    .ft section.hero .hero-text p > img {
        max-width: 100%;
    }
    .ft section.hero .hero-text,
    .ft section.hero .hero-text .content-left,
    .ft section.hero .hero-text .content-right,
    .ft section.hero .hero-text.content-left,
    .ft section.hero .hero-text.content-right {
        text-align: center;
    }
    .ft section.hero .hero-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
}
.ft section.hero .hero-container.fit-height {
    height: auto;
}
.ft section.hero .hero-container.size-s {
    min-height: 200px;
    height: auto;
}
@media screen and (min-width: 768px) {
    .ft section.hero .hero-text {
        padding: 1.6rem;
    }
    .ft section.hero .hero-container.fit-height {
        height: auto;
    }
    .ft section.hero .hero-container.size-s {
        height: 400px;
    }
    .ft section.hero .hero-container {
        height: 600px;
    }
}
.ft section.hero .hero-container {
    height: 600px;
    max-width: 1142px;
    margin: 0 auto;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.ft section.hero.card-inside .hero-container {
    height: auto;
}
.ft section.hero.card-inside .special-hero-margin {
    margin-top: 80px;
    margin-bottom: 80px;
    z-index: 2;
    min-height: 200px;
}
@media screen and (max-width: 767px) {
    .ft section.hero.card-inside {
        position: relative;
        margin-bottom: 110px;
        overflow: visible;
    }
    .ft section.hero.card-inside:after {
        content: "";
        display: block;
        background-color: rgba(255, 255, 255, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
        position: absolute;
        width: 100%;
        height: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .ft section.hero.card-inside .hero-content,
    .ft section.hero.card-inside .hero-img,
    .ft section.hero.card-inside .hero-text {
        display: block;
    }
    .ft section.hero.card-inside .special-hero-margin {
        margin-top: 90px;
        margin-bottom: 0;
        position: relative;
        top: 90px;
    }
}
.ft .fancybox-slide > #compare-table.lightbox {
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ft .fancybox-slide > #compare-table.lightbox .lightbox-content {
    max-height: 100%;
}
.ft .fancybox-slide > .lightbox {
    margin: 0 1rem;
    padding: 1.2rem;
}
@media screen and (max-width: 767px) {
    .ft .fancybox-slide > .lightbox.address-box {
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .ft .fancybox-slide > .lightbox.address-box .form-textual {
        white-space: nowrap;
    }
}
.ft .fancybox-slide > .lightbox button.fancybox-close-small {
    margin-top: 5px;
    margin-right: 5px;
    width: 34px;
    height: 34px;
    opacity: 0.4;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    text-align: center;
    -webkit-transform: scale(0.8) translateY(-7px) translateX(7px);
    -ms-transform: scale(0.8) translateY(-7px) translateX(7px);
    -moz-transform: scale(0.8) translateY(-7px) translateX(7px);
    -o-transform: scale(0.8) translateY(-7px) translateX(7px);
    transform: scale(0.8) translateY(-7px) translateX(7px);
}
@media screen and (min-width: 768px) {
    .ft .fancybox-slide > .lightbox#plan-detail,
    .ft .fancybox-slide > .lightbox.address-box,
    .ft .fancybox-slide > .lightbox.channel-box {
        max-width: 600px;
    }
    .ft .fancybox-slide > .lightbox.channel-box .show-item {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }
    .ft .fancybox-slide > .lightbox button.fancybox-close-small {
        -webkit-transform: scale(1) translateY(0) translateX(0);
        -ms-transform: scale(1) translateY(0) translateX(0);
        -moz-transform: scale(1) translateY(0) translateX(0);
        -o-transform: scale(1) translateY(0) translateX(0);
        transform: scale(1) translateY(0) translateX(0);
    }
    .ft .fancybox-slide > .lightbox {
        padding: 1.6rem;
    }
}
.ft .fancybox-slide > .lightbox button.fancybox-close-small:hover {
    background: rgba(0, 0, 0, 0.1);
}
.ft .fancybox-slide > .lightbox button.fancybox-close-small:after,
.ft .fancybox-slide > .lightbox button.fancybox-close-small:before {
    display: inline-block;
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
}
.ft .breadcrumb a:last-child .icon-arrow-right,
.ft .tooltip_templates {
    display: none;
}
.ft .fancybox-slide > .lightbox button.fancybox-close-small:before {
    content: "";
    height: 2px;
    width: 20px;
    background: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ft .fancybox-slide > .lightbox button.fancybox-close-small:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 2px;
    width: 20px;
    background: #000;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ft .fancybox-slide > .lightbox.contract-size {
    max-width: 500px;
}
.ft .fancybox-slide > .lightbox.scrollable {
    padding: 1.2rem;
}
@media screen and (min-width: 768px) {
    .ft .fancybox-slide > .lightbox {
        min-width: 440px;
    }
    .ft .fancybox-slide > .lightbox.scrollable {
        padding: 1.6rem;
    }
}
.ft .fancybox-slide > .lightbox.scrollable .lightbox-content {
    padding: 1.2rem;
    margin: 0 -1.2rem;
    overflow-y: scroll;
    max-height: -webkit-calc(65vh - 150px);
    max-height: -moz-calc(65vh - 150px);
    max-height: calc(65vh - 150px);
}
@media screen and (min-width: 768px) {
    .ft .fancybox-slide > .lightbox.scrollable .lightbox-content {
        margin: 0 -1.6rem;
        padding: 1.6rem;
    }
}
.ft .fancybox-slide > .lightbox.scrollable .lightbox-bottom > * {
    margin-bottom: 0;
}
.ft .lightbox {
    display: none;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 1142px;
}
.ft .lightbox .h3:first-child {
    text-align: center;
}
.ft #compare-table.lightbox {
    max-width: 100%;
}
.ft .tooltip-wrap {
    max-width: 600px;
    color: #333;
    margin-bottom: -0.8rem;
}
.ft .form-textual .tooltip-wrap label:last-child,
.ft .res-table table.r-table .table.fixed-head thead .tooltip-wrap th:last-child,
.ft .table.fixed-head thead .res-table table.r-table .tooltip-wrap th:last-child,
.ft .table.fixed-head thead .tooltip-wrap td:last-child,
.ft .tooltip-wrap .form-textual label:last-child,
.ft .tooltip-wrap .h1:last-child,
.ft .tooltip-wrap .h2:last-child,
.ft .tooltip-wrap .h3:last-child,
.ft .tooltip-wrap .h4:last-child,
.ft .tooltip-wrap .h5:last-child,
.ft .tooltip-wrap .h6:last-child,
.ft .tooltip-wrap .res-table table.r-table .table.fixed-head thead th:last-child,
.ft .tooltip-wrap .table.fixed-head thead .res-table table.r-table th:last-child,
.ft .tooltip-wrap .table.fixed-head thead td:last-child,
.ft .tooltip-wrap h1:last-child,
.ft .tooltip-wrap h2:last-child,
.ft .tooltip-wrap h3:last-child,
.ft .tooltip-wrap h4:last-child,
.ft .tooltip-wrap h5:last-child,
.ft .tooltip-wrap h6:last-child,
.ft .tooltip-wrap legend:last-child,
.ft .tooltip-wrap li::last-child,
.ft .tooltip-wrap ol:last-child,
.ft .tooltip-wrap p:last-child,
.ft .tooltip-wrap ul:last-child {
    margin-bottom: 0;
}
.ft .tooltip-wrap ol,
.ft .tooltip-wrap ul {
    margin-top: 0;
}
.ft .tooltipster-sidetip.tooltipster-base .tooltipster-content {
    padding: 0.8rem;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.6;
}
.ft .breadcrumb a {
    color: #333;
}
.ft .breadcrumb a .icon-arrow-right {
    opacity: 0.2;
}
.ft .breadcrumb a:hover {
    color: #209cff;
    text-decoration: none;
}
.ft section.footer {
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 0 50px;
    background: #eaeaea;
}
@media screen and (min-width: 768px) {
    .ft .tooltipster-sidetip.tooltipster-base .tooltipster-content {
        font-size: 0.8rem;
    }
    .ft section.footer .neko.accordian-group-footer.active.accordian-group-only-one .accordian-content,
    .ft section.footer .neko.accordian-group.accordian-group-footer.active .accordian-content {
        display: block;
    }
    .ft .res-table table.r-table .table.fixed-head thead section.footer th.accordian-title,
    .ft .table.fixed-head thead .res-table table.r-table section.footer th.accordian-title,
    .ft .table.fixed-head thead section.footer td.accordian-title,
    .ft section.footer .h6.accordian-title,
    .ft section.footer .res-table table.r-table .table.fixed-head thead th.accordian-title,
    .ft section.footer .table.fixed-head thead .res-table table.r-table th.accordian-title,
    .ft section.footer .table.fixed-head thead td.accordian-title {
        background: 0 0;
        cursor: default;
        border: none;
        padding-bottom: 0;
    }
}
.ft .badge,
.ft .tag {
    display: inline-block;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    -moz-transition: all 0.15s;
    text-align: center;
}
.ft section.footer .fb-position-fix {
    position: relative;
    top: -7px;
}
.ft section.footer .social-buttons {
    margin-bottom: 1rem;
}
.ft section.footer .official-links {
    margin-top: 20px;
}
.ft section.footer .official-links a img {
    height: 30px;
}
.ft section.footer .icon.icon-cht {
    color: #0055a2;
    opacity: 1;
    vertical-align: middle;
}
.ft .res-table table.r-table .table.fixed-head thead section.footer th,
.ft .table.fixed-head thead .res-table table.r-table section.footer th,
.ft .table.fixed-head thead section.footer td,
.ft section.footer .h6,
.ft section.footer .res-table table.r-table .table.fixed-head thead th,
.ft section.footer .table.fixed-head thead .res-table table.r-table th,
.ft section.footer .table.fixed-head thead td {
    line-height: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5rem;
}
.ft section.footer hr {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
}
.ft section.footer a {
    color: rgba(0, 0, 0, 0.5);
}
.ft section.footer .misc-links a {
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ft section.footer .misc-links a:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.ft section.footer .miniature {
    line-height: 1.2rem;
}
.ft section.footer .desktop-only-link,
.ft section.footer .mobile-only-link {
    border-right: none !important;
}
.ft section.footer .footer-list {
    margin-left: 0;
}
.ft section.footer .footer-list li {
    line-height: 2;
    list-style: none;
    margin-left: 0;
}
@media screen and (min-width: 768px) {
    .ft section.footer .footer-list li {
        line-height: 1.8;
    }
}
.ft .badge {
    font-weight: 700;
    background: #209cff;
    -webkit-box-shadow: 0 8px 16px rgba(32, 156, 255, 0.3);
    -moz-box-shadow: 0 8px 16px rgba(32, 156, 255, 0.3);
    box-shadow: 0 8px 16px rgba(32, 156, 255, 0.3);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    transition: all 0.15s;
    border: 2px solid transparent;
    width: 3.3rem;
    font-size: 0.9rem;
    height: 3.3rem;
    line-height: 3.2rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.ft .badge.size-rs {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3rem;
}
.ft .badge.size-xs {
    width: 1rem;
    height: 1rem;
}
.ft .badge.size-s {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
@media screen and (min-width: 768px) {
    .ft .badge.size-s {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .ft .badge {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        opacity: 0.8;
    }
}
.ft .badge.current {
    border: 3px solid #209cff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.ft .badge.badge-red {
    background: #ff4c4c;
    -webkit-box-shadow: 0 8px 16px rgba(255, 76, 76, 0.2);
    -moz-box-shadow: 0 8px 16px rgba(255, 76, 76, 0.2);
    box-shadow: 0 8px 16px rgba(255, 76, 76, 0.2);
}
.ft .badge.badge-orange {
    background: #ff874d;
    -webkit-box-shadow: 0 8px 16px rgba(255, 135, 77, 0.2);
    -moz-box-shadow: 0 8px 16px rgba(255, 135, 77, 0.2);
    box-shadow: 0 8px 16px rgba(255, 135, 77, 0.2);
}
.ft .badge.badge-silver {
    background: silver;
    -webkit-box-shadow: 0 8px 16px rgba(192, 192, 192, 0.2);
    -moz-box-shadow: 0 8px 16px rgba(192, 192, 192, 0.2);
    box-shadow: 0 8px 16px rgba(192, 192, 192, 0.2);
}
.ft .badge.badge-pink {
    background: #f5a9a9;
    -webkit-box-shadow: 0 8px 16px rgba(245, 169, 169, 0.2);
    -moz-box-shadow: 0 8px 16px rgba(245, 169, 169, 0.2);
    box-shadow: 0 8px 16px rgba(245, 169, 169, 0.2);
}
.ft .badge.badge-black {
    background: #333;
    -webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.1);
    box-shadow: 0 8px 16px rgba(51, 51, 51, 0.1);
}
.ft .badge.badge-yellow {
    background: #f5a623;
    -webkit-box-shadow: 0 8px 16px rgba(245, 166, 35, 0.2);
    -moz-box-shadow: 0 8px 16px rgba(245, 166, 35, 0.2);
    box-shadow: 0 8px 16px rgba(245, 166, 35, 0.2);
}
.ft .badge.badge-gold {
    background: #f8d0a9;
    -webkit-box-shadow: 0 8px 16px rgba(248, 208, 169, 0.2);
    -moz-box-shadow: 0 8px 16px rgba(248, 208, 169, 0.2);
    box-shadow: 0 8px 16px rgba(248, 208, 169, 0.2);
}
.ft .badge.badge-white {
    background: #fafafa;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.ft .badge.badge-green {
    background: #47d382;
}
.ft .badge.badge-navy {
    background: #3e79bf;
}
.ft .tag {
    background: #209cff;
    transition: all 0.15s;
    overflow: hidden;
}
.ft .tag.size-s {
    width: 2rem;
    height: 1.2rem;
    padding: 0;
}
.ft .tag.size-s .icon {
    font-size: 1rem;
    line-height: 1.6rem;
}
.ft .tag.tag-red {
    background: #ff4c4c;
}
.ft .tag.tag-orange {
    background: #ff874d;
}
.ft .tag.tag-green {
    background: #47d382;
}
.ft .tag.tag-silver {
    background: silver;
}
.ft .tag.tag-outline {
    background: #fff;
    border: 1px solid silver;
    color: #555;
    font-weight: 400;
}
.ft .tag.tag-pink {
    background: #f5a9a9;
}
.ft .tag.tag-black {
    background: #333;
}
.ft .tag.tag-yellow {
    background: #f5a623;
}
.ft .tag.tag-light-gray {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
}
.ft .tag.tag-gold {
    background: #f8d0a9;
}
.ft .fixed-action-area,
.ft .fixed-cart-area {
    left: 0;
    right: 0;
    margin-bottom: 0;
    background: #fff;
    bottom: 0;
}
@media screen and (min-width: 768px) {
    .ft .fixed-action-area.always-on {
        padding-bottom: 1rem;
        -webkit-box-shadow: 0 -0.2rem 0.9rem rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 -0.2rem 0.9rem rgba(0, 0, 0, 0.13);
        box-shadow: 0 -0.2rem 0.9rem rgba(0, 0, 0, 0.13);
    }
}
.ft .fixed-action-area {
    padding-bottom: 1rem;
    z-index: 5;
    -webkit-box-shadow: 0 -0.2rem 0.9rem rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 -0.2rem 0.9rem rgba(0, 0, 0, 0.13);
    box-shadow: 0 -0.2rem 0.9rem rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 768px) {
    .ft .fixed-action-area {
        position: relative;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.ft .fixed-area-placeholder {
    height: 70px;
}
.ft .fixed-cart-area {
    position: fixed;
    padding: 1rem 0;
    z-index: 11;
    -webkit-box-shadow: 0 -0.2rem 0.9rem rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 -0.2rem 0.9rem rgba(0, 0, 0, 0.13);
    box-shadow: 0 -0.2rem 0.9rem rgba(0, 0, 0, 0.13);
}
.ft .fixed-cart-placeholder {
    height: 110px;
}
.ft .status-2,
.ft [data-add-to-cart].on .status-1 {
    display: none;
}
.ft [data-add-to-cart].on .status-2 {
    display: inline;
}
.ft [data-check] .iconic {
    width: 1.6rem;
    height: 1.6rem;
}
.ft [data-check] .status-1 .iconic path {
    fill: rgba(0, 0, 0, 0.4);
}
.ft [data-check].on .status-1 {
    display: none;
}
.ft [data-check].on .status-2 {
    display: inline;
}
.ft [data-check].on .status-2 .icon-ok {
    fill: red;
}
.ft .show-item {
    padding: 0.8rem 1.2rem;
}
.ft .show-item .show-img-wrapper {
    margin-right: 1rem;
}
.ft .show-item .show-img-wrapper img {
    max-width: 60px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
    .ft .show-item {
        padding: 1.2rem 1.6rem;
    }
    .ft .show-item .show-img-wrapper img {
        max-width: 100px;
    }
}
.ft .all-channel-results {
    display: none;
}
.ft .phone-pill {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    padding: 0.4rem 1rem;
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.ft .phone-pill.current {
    color: #fff;
    background: #209cff;
}
.ft .phone-pill.current .phone-price {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2;
}
.ft .phone-pill .phone-number {
    font-size: 0.8rem;
    line-height: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
}
.ft .phone-pill .phone-price {
    color: #209cff;
    font-size: 0.8rem;
    line-height: 2;
}
.ft .owl-carousel[data-dots] .owl-nav > div {
    top: -webkit-calc(50% - 38px);
    top: -moz-calc(50% - 38px);
    top: calc(50% - 38px);
}
.ft .m-channel-slider .owl-carousel[data-dots] .owl-nav > div {
    top: -webkit-calc(50% - 52px);
    top: -moz-calc(50% - 52px);
    top: calc(50% - 52px);
}
.ft .m-channelset-slider .owl-carousel[data-dots] .owl-nav > div {
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
}
.ft .owl-theme[data-pull-dots="true"] .owl-dots {
    position: relative;
    top: -40px;
    z-index: 6;
    height: 0;
}
@media screen and (min-width: 768px) {
    .ft .slider-section {
        width: 1142px;
        margin: 0 auto;
    }
    .ft .owl-theme[data-pull-dots="true"] .owl-dots {
        top: -50px;
    }
    .ft .owl-theme[date-wider-nav="true"] .owl-nav .nav-circle-left {
        left: -45px;
    }
    .ft .owl-theme[date-wider-nav="true"] .owl-nav .nav-circle-right {
        right: -45px;
    }
}
.ft .owl-theme .owl-nav {
    max-width: 1142px;
    margin: 0 auto;
}
.ft .owl-theme[data-items-desktop="1"] .owl-nav .nav-circle-left {
    left: 45px;
}
.ft .owl-theme[data-items-desktop="1"] .owl-nav .nav-circle-right {
    right: 45px;
}
.ft .owl-theme .owl-nav .nav-circle-left,
.ft .owl-theme .owl-nav .nav-circle-right {
    display: none;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
    .ft .owl-theme .owl-nav .nav-circle-left,
    .ft .owl-theme .owl-nav .nav-circle-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
}
.ft .owl-theme .owl-nav .nav-circle-left .iconic,
.ft .owl-theme .owl-nav .nav-circle-right .iconic {
    opacity: 0.4;
}
.ft .owl-theme .owl-nav .nav-circle-left.disabled,
.ft .owl-theme .owl-nav .nav-circle-right.disabled {
    display: none;
}
.ft .banner .container,
.ft .btn-scroll-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
.ft .owl-theme .owl-nav .nav-circle-left:hover,
.ft .owl-theme .owl-nav .nav-circle-right:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.ft .owl-theme .owl-dots .owl-dot.active span,
.ft .owl-theme .owl-dots .owl-dot:hover span {
    background: #209cff;
}
.ft .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px;
}
.ft .owl-video-wrapper {
    width: 100%;
}
.ft .owl-video-wrapper .owl-video-tn {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.ft code {
    padding: 0.2rem;
    background-color: rgba(27, 31, 35, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ft .banner {
    position: relative;
}
.ft .banner .close-banner {
    right: 20px;
    top: 15px;
    position: absolute;
}
.ft .banner .container {
    display: -webkit-box;
    display: flex;
}
.ft .banner .banner-text {
    margin-bottom: 0;
    padding: 0.5rem 0;
}
.ft .banner .banner-img {
    max-height: 60px;
}
.ft .banner.banner-green {
    background: #47d382;
    color: #fff;
}
.ft .banner.banner-green .close-banner {
    color: #fff;
}
.ft .banner.banner-black {
    background: #333;
    color: #fff;
}
.ft .banner.banner-black .close-banner {
    color: #fff;
}
.ft .banner.banner-gray {
    background-color: #e5e5e5;
}
.ft .banner.banner-light-gray {
    background: rgba(0, 0, 0, 0.02);
}
.ft .banner.banner-orange {
    background: #47d382;
    color: #fff;
}
.ft .banner.banner-orange .close-banner {
    color: #fff;
}
.ft .banner.banner-red {
    background: #ff4c4c;
    color: #fff;
}
.ft .banner.banner-red .close-banner {
    color: #fff;
}
.ft .banner.banner-pink {
    background: #f5a9a9;
    color: #fff;
}
.ft .banner.banner-pink .close-banner {
    color: #fff;
}
.ft .compare-button,
.ft .like-button {
    display: block;
}
.ft .compare-button .icon-like,
.ft .compare-button .icon-plus,
.ft .like-button .icon-like,
.ft .like-button .icon-plus {
    display: inline-block;
}
.ft .compare-button .icon-like:hover path,
.ft .compare-button .icon-plus:hover path,
.ft .like-button .icon-like:hover path,
.ft .like-button .icon-plus:hover path {
    fill: #209cff !important;
}
.ft .compare-button .icon-like-solid,
.ft .compare-button .icon-plus-solid,
.ft .compare-button.on .icon-like,
.ft .compare-button.on .icon-plus,
.ft .like-button .icon-like-solid,
.ft .like-button .icon-plus-solid,
.ft .like-button.on .icon-like,
.ft .like-button.on .icon-plus {
    display: none;
}
.ft .compare-button.on .icon-like-solid,
.ft .compare-button.on .icon-plus-solid,
.ft .like-button.on .icon-like-solid,
.ft .like-button.on .icon-plus-solid {
    display: inline-block;
}
.ft .compare-button.on .icon-like-solid path,
.ft .compare-button.on .icon-plus-solid path,
.ft .like-button.on .icon-like-solid path,
.ft .like-button.on .icon-plus-solid path {
    fill: #209cff;
}
.ft .floating-action {
    display: none;
    position: fixed;
    bottom: 0;
    padding-bottom: 25px;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.ft .btn-scroll-top {
    position: fixed;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    right: 15px;
    bottom: 30px;
    height: 44px;
    width: 44px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    color: #fff;
    visibility: hidden;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.ft .btn-scroll-top.scrolling-down {
    visibility: visible;
    opacity: 1;
}
.ft .color-selector .badge {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    margin-right: 0.4rem;
    cursor: pointer;
}
.ft .color-selector .badge.current,
.ft .color-selector .badge:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 3px solid #209cff;
}
.ft .store-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    min-height: 70vh;
}
.ft .store-picker .sidebar.card {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ft .store-picker .sidebar.card:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media screen and (min-width: 768px) {
    .ft .store-picker .sidebar.card {
        width: 400px;
    }
    .ft .store-picker .sidebar.card,
    .ft .store-picker .sidebar.card:hover {
        -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
    }
}
.ft .store-picker .map-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    position: relative;
}
.ft .store-picker .map-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.ft .tab.tab-sticky ul.tab-wrap {
    margin: 0;
    padding: 0;
}
.ft .tab.tab-sticky ul.tab-wrap li a.active,
.ft .tab.tab-sticky ul.tab-wrap li a.current {
    border: none;
}
.ft .tab.tab-sticky ul.tab-wrap li {
    list-style: none;
}
.ft .tab.tab-sticky ul.tab-wrap li.active a,
.ft .tab.tab-sticky ul.tab-wrap li.active a.active,
.ft .tab.tab-sticky ul.tab-wrap li.active a.current,
.ft .tab.tab-sticky ul.tab-wrap li.current a,
.ft .tab.tab-sticky ul.tab-wrap li.current a.active,
.ft .tab.tab-sticky ul.tab-wrap li.current a.current {
    border-bottom: 3px solid #209cff;
}
.ft .tab.tab-sticky.is_stuck {
    z-index: 300;
    height: 82px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.ft #wayp-1,
.ft #wayp-2,
.ft #wayp-3,
.ft #wayp-4,
.ft #wayp-5,
.ft #wayp-6 {
    position: relative;
    top: -60px;
}
@media screen and (max-width: 767px) {
    .ft .fancybox-slide > .lightbox {
        min-width: 280px;
    }
    .ft .tab.tab-sticky.is_stuck {
        height: 60px;
    }
    .ft #wayp-1 {
        top: -120px;
    }
}
.ft .reveal-box {
    position: relative;
    height: 400px;
    margin-bottom: 2rem;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .ft .reveal-box {
        height: auto;
    }
}
.ft .reveal-box .reveal-action-less a,
.ft .reveal-box .reveal-action-more a {
    line-height: 10px;
    display: block;
    height: 40px;
    -webkit-tap-highlight-color: transparent;
}
.ft .reveal-box .reveal-action-less {
    text-align: center;
}
.ft .reveal-box .reveal-action-more {
    text-align: center;
    position: absolute;
    top: 200px;
    padding-top: 180px;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
}
@media screen and (min-width: 768px) {
    .ft .card-article-wrapper,
    .ft article {
        margin: 0 auto;
        width: 80%;
    }
    .ft .form-textual article label,
    .ft .res-table table.r-table .table.fixed-head thead article th,
    .ft .table.fixed-head thead .res-table table.r-table article th,
    .ft .table.fixed-head thead article td,
    .ft article .form-textual label,
    .ft article .h1,
    .ft article .h2,
    .ft article .h3,
    .ft article .h4,
    .ft article .h5,
    .ft article .h6,
    .ft article .res-table table.r-table .table.fixed-head thead th,
    .ft article .table.fixed-head thead .res-table table.r-table th,
    .ft article .table.fixed-head thead td,
    .ft article h1,
    .ft article h2,
    .ft article h3,
    .ft article h4,
    .ft article h5,
    .ft article h6,
    .ft article hr,
    .ft article legend,
    .ft article ol,
    .ft article p,
    .ft article ul {
        margin-bottom: 1.44rem;
    }
    .ft article hr {
        margin-top: 0;
    }
    .ft article ol,
    .ft article ul {
        margin-left: 1.2rem;
    }
    .ft .corporate-consumer-switcher a {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.ft .form-textual article label,
.ft .res-table table.r-table .table.fixed-head thead article th,
.ft .table.fixed-head thead .res-table table.r-table article th,
.ft .table.fixed-head thead article td,
.ft article .form-textual label,
.ft article .h1,
.ft article .h2,
.ft article .h3,
.ft article .h4,
.ft article .h5,
.ft article .h6,
.ft article .res-table table.r-table .table.fixed-head thead th,
.ft article .table.fixed-head thead .res-table table.r-table th,
.ft article .table.fixed-head thead td,
.ft article h1,
.ft article h2,
.ft article h3,
.ft article h4,
.ft article h5,
.ft article h6,
.ft article hr,
.ft article legend,
.ft article ol,
.ft article p,
.ft article ul {
    margin-bottom: 1.12rem;
}
.ft article hr {
    margin-top: 0;
}
.ft article ol,
.ft article ul {
    margin-left: 1.2rem;
}
.ft .corporate-consumer-switcher a .iconic path {
    fill: rgba(0, 0, 0, 0.35);
}
.ft .in-page-tab {
    display: none;
}
.ft .in-page-tab.current {
    display: block;
}
.ft .stand-alone-filter {
    margin: 1rem auto -3rem;
}
.ft .phone-pill-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ft .phone-pill-col .phone-pill {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .ft .phone-pill-col .phone-pill {
        width: auto;
        margin-right: 1rem;
    }
}
.ft .product-description-container {
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    cursor: pointer;
}
.ft .product-description-container .desc-dots {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ft .product-description-container .hidden-description {
    display: none;
}
.ft .product-description-container.active .hidden-description {
    display: block;
}
.ft .product-description-container.active .desc-dots {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.ft .product-description-container.active .description-toggle {
    margin-top: -20px;
}
.ft .product-description-container .description-toggle {
    width: 100%;
    height: 34px;
    padding-top: 20px;
    margin-top: -50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    position: relative;
    text-align: center;
    list-style: none;
}
.ft .plan-chooser {
    width: 80%;
    margin: 0 auto;
}
.ft .cable-item .h4,
.ft .cable-item h4,
.ft .compare-bar-chart .h4,
.ft .compare-bar-chart h4,
.ft .form-textual .list-view a.list-item label,
.ft .list-view a.list-item .form-textual label,
.ft .list-view a.list-item .h5,
.ft .list-view a.list-item h5,
.ft .list-view a.list-item legend {
    margin-bottom: 0;
}
.ft .show-in-ie {
    display: none !important;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ft .show-in-ie {
        display: inline-block !important;
    }
    .ft img {
        color: #fff;
        font-size: 0;
    }
}
.ft .search-result-relavant ul {
    margin-left: 0;
}
.ft .search-result-relavant li {
    list-style: none;
    color: #209cff;
}
.ft .list-view {
    list-style: none;
    margin-left: 0;
}
.ft .list-view a.list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    padding-right: -webkit-calc(0.3rem + 24px);
    padding-right: -moz-calc(0.3rem + 24px);
    padding-right: calc(0.3rem + 24px);
    background: url(../img/form/arrow_right.svg) right 0.3rem center no-repeat;
    color: inherit;
    display: block;
}
.ft .cable-item,
.ft .cable-item .right-padding {
    padding-right: 1rem;
}
.ft .list-view a.list-item:hover {
    text-decoration: none;
}
.ft .cable-item {
    background: url(../img/form/arrow_right.svg) right -0.5rem center no-repeat;
}
.ft .compare-bar-chart .large {
    font-size: 1.2em;
    vertical-align: middle;
}
.ft .compare-bar-chart .chart-unit {
    padding: 1.5rem 0;
}
.ft .compare-bar-chart .cht-bar-container {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 1.6rem;
    width: 100%;
    position: relative;
}
.ft .compare-bar-chart .cht-bar-container .current-display-value,
.ft .compare-bar-chart .cht-bar-container .max-display-value,
.ft .compare-bar-chart .cht-bar-container .max-value,
.ft .compare-bar-chart .cht-bar-container .min-value {
    position: absolute;
    top: 1.5rem;
    left: 0;
    opacity: 0.5;
}
.ft .compare-bar-chart .cht-bar-container .max-value {
    right: 0;
    left: auto;
}
.ft .compare-bar-chart .cht-bar-container .current-display-value {
    right: 0;
    left: auto;
    top: -1.9rem;
    opacity: 1;
    color: #ff874d;
}
.ft .compare-bar-chart .cht-bar-container .max-display-value {
    right: 0;
    left: auto;
    top: -1.9rem;
    color: #47d382;
    opacity: 1;
    background: #fff;
}
.ft .compare-bar-chart .cht-bar-container .cht-bar-current,
.ft .compare-bar-chart .cht-bar-container .cht-bar-max {
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: #fff;
    padding: 0 0.8rem;
    text-align: right;
    position: absolute;
    top: 0;
    display: block;
    background: #47d382;
    opacity: 0;
    width: auto;
}
.ft .compare-bar-chart .cht-bar-container .cht-bar-current {
    background: #ff874d;
}
.ft .inset-form-group {
    padding: 0 0 0.8rem 1.6rem;
    font-color: #555;
}
@media screen and (max-width: 767px) {
    .ft .inset-form-group {
        padding: 0 0 1.5rem 1.5rem;
    }
}
.ft .language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.ft .language-switcher a {
    margin: 0 auto;
}
.ft .language-switcher a.current img,
.ft .language-switcher a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    border: 3px solid #209cff;
}
.ft .language-switcher img {
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 3px solid transparent;
    width: 40px;
    display: inline-block;
    height: 40px;
}
.ft .language-text-slider span {
    display: block;
    text-align: center;
}
.ft .prepaid-card {
    color: inherit;
}
.ft .prepaid-card:hover {
    text-decoration: none;
}
.ft .prepaid-card:hover img {
    -webkit-box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.3);
}
.ft .prepaid-card img {
    -webkit-transition: all 0.356s;
    -o-transition: all 0.356s;
    -moz-transition: all 0.356s;
    transition: all 0.356s;
    -webkit-box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0.6rem;
    max-width: 330px;
    max-height: 206px;
}
.ft .res-table,
.ft .select-form {
    max-width: 100%;
}
.ft .select-form.active {
    display: block;
}
.ft .radio-form {
    display: none;
    width: 100%;
}
.ft .radio-form.active {
    display: block;
}
.ft .place-holder-card-wrapper {
    display: block;
    padding: 0.5rem 0.5rem 1.5rem;
}
.ft #compare-tray .placeholder-cell,
.ft .place-holder-card-wrapper .placeholder-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    text-align: center;
}
.ft .place-holder-card-wrapper .placeholder-card {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 250px;
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
}
.ft .place-holder-card-wrapper .placeholder-card .iconic.icon-add {
    width: 2rem;
    height: 2rem;
    margin: 1rem;
}
.ft #compare-tray .card,
.ft #compare-tray .compare-cell.empty .card img {
    width: 140px;
    height: 140px;
}
.ft .place-holder-card-wrapper .placeholder-card .iconic.icon-add path {
    fill: rgba(0, 0, 0, 0.5);
}
.ft #compare-tray {
    display: none;
    padding: 1rem 0;
    background: #333;
}
.ft #compare-tray .card {
    overflow: visible;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.ft #compare-tray .card img {
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
}
.ft #compare-tray .compare-cell {
    padding: 0.5rem;
}
.ft #compare-tray .compare-cell.empty {
    opacity: 0.3;
}
.ft #compare-tray .compare-cell.empty .card {
    background: 0 0;
    border: 2px dashed #fff;
}
.ft #compare-tray .remove-compare-cell {
    position: absolute;
    right: -15px;
    top: -15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    background: #209cff;
    width: 32px;
    text-align: center;
    height: 32px;
}
.ft #compare-tray .placeholder-cell {
    height: 100%;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.ft #compare-tray .placeholder-cell .icon {
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
    line-height: 4.5rem;
    font-size: 3rem;
}
.ft .video-block {
    padding-top: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .ft .video-block {
        padding: 0;
        height: auto;
    }
}
.ft .demo-error-text {
    display: none;
}
.ft .iconic {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
}
.ft .iconic.size-s {
    width: 1rem;
    height: 1rem;
}
.ft .iconic.size-m {
    width: 1.4rem;
    height: 1.4rem;
}
.ft .iconic.size-l {
    width: 1.6rem;
    height: 1.6rem;
}
.ft .iconic.in-text {
    margin-right: 0.8rem;
}
.ft .iconic.in-link {
    width: 1rem;
    height: 1rem;
}
.ft .iconic.in-link path {
    fill: #209cff;
}
.ft .button .iconic {
    width: 1.1rem;
    height: 1.1rem;
}
.ft .button .iconic path {
    fill: #fff;
}
.ft .button.button-white .iconic g,
.ft .button.button-white .iconic path {
    fill: #209cff;
}
.ft .iconic.is-green g,
.ft .iconic.is-green path {
    fill: #47d382;
}
.ft .iconic.is-gray path {
    fill: rgba(0, 0, 0, 0.5);
}
.ft .iconic.is-blue g,
.ft .iconic.is-blue path {
    fill: #209cff;
}
.ft .iconic.is-white g,
.ft .iconic.is-white path {
    fill: #fafafa;
}
.ft .iconic.is-light-gray g,
.ft .iconic.is-light-gray path {
    fill: rgba(0, 0, 0, 0.02);
}
.ft .iconic.is-yellow g,
.ft .iconic.is-yellow path {
    fill: #f5a623;
}
.ft .iconic.is-orange g,
.ft .iconic.is-orange path {
    fill: #ff874d;
}
.ft .res-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
}
.ft .res-table table.r-table th.first-col,
.ft .res-table td.first-col,
.ft .res-table th.first-col {
    width: 140px;
}
.ft .res-table .desktop-only-cell {
    display: none;
}
@media screen and (min-width: 768px) {
    .ft .res-table .desktop-only-cell {
        display: table-cell;
    }
    .ft .neko-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        flex-direction: row-reverse;
    }
    .ft .neko-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
}
.ft .res-table .fixed-col {
    position: absolute;
    left: 0;
}
.ft .res-table .fixed-col table.r-table {
    -webkit-border-radius: 0.8rem 0 0 0.8rem;
    -moz-border-radius: 0.8rem 0 0 0.8rem;
    border-radius: 0.8rem 0 0 0.8rem;
}
.ft .res-table .fixed-col table.r-table th,
.ft .res-table .fixed-col td,
.ft .res-table .fixed-col th,
.ft .res-table table.r-table .fixed-col th {
    display: none;
}
.ft .res-table .fixed-col th.title-col {
    color: #fff;
}
.ft .res-table .fixed-col table.r-table th.first-col,
.ft .res-table .fixed-col td.first-col,
.ft .res-table .fixed-col th.first-col,
.ft .res-table table.r-table .fixed-col th.first-col {
    padding: 1rem 0;
    display: table-cell;
    width: 140px;
    background: #fafafa;
    color: #000;
    font-weight: 400;
}
.ft .res-table .fixed-col th.first-col.title-col {
    background: #209cff !important;
    color: #fff !important;
    font-weight: 400 !important;
}
.ft .res-table .scolling-col {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    overflow-x: scroll;
    margin-left: 140px;
}
.ft .res-table .scolling-col table.r-table {
    -webkit-border-radius: 0 0.8rem 0.8rem 0;
    -moz-border-radius: 0 0.8rem 0.8rem 0;
    border-radius: 0 0.8rem 0.8rem 0;
}
.ft .res-table .scolling-col table.r-table th.first-col,
.ft .res-table .scolling-col td.first-col,
.ft .res-table .scolling-col th.first-col,
.ft .res-table table.r-table .scolling-col th.first-col {
    display: none;
}
.ft .res-table .scolling-col th.title-col {
    color: #fff;
    font-weight: 400;
}
.ft .res-table table.r-table {
    overflow: hidden;
    white-space: nowrap;
}
.ft .res-table table.r-table tr {
    border: 1px solid #e5e5e5;
}
.ft .res-table table.r-table td,
.ft .res-table table.r-table th {
    padding: 1rem 2rem;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.ft .res-table table.r-table th {
    background: #209cff;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.ft #fav-notification {
    width: 165px;
    left: -webkit-calc(50vw - 82.5px);
    left: -moz-calc(50vw - 82.5px);
    left: calc(50vw - 82.5px);
    position: fixed;
    bottom: -200px;
    z-index: 50;
    text-align: center;
}
.ft #fav-notification .button {
    margin-top: 0;
}
.ft .sitemap .nekos.grid-4 {
    margin: 0;
}
.ft .sitemap .h4 {
    padding: 2rem 0 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .ft .usage-item {
        width: 49%;
    }
}
.ft .usage-item {
    width: 24%;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.ft .usage-item img,
.ft .usage-item svg {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 0.3rem;
}
.ft .usage-item input[type="checkbox"] {
    display: none;
}
.ft .usage-item label {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    padding: 0.5rem;
}
.ft .usage-item input[type="checkbox"]:checked + label {
    color: #209cff;
    background: rgba(32, 156, 255, 0.03);
    border: 1px solid #209cff;
}
.ft .usage-item input[type="checkbox"]:checked + label img path,
.ft .usage-item input[type="checkbox"]:checked + label svg path {
    fill: #209cff;
}
.ft .m-title-bar {
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .ft [date-scope="m-channelset"],
    .ft section[date-scope="m-channel"] {
        padding: 2rem 0;
    }
}
@media screen and (max-width: 767px) {
    .ft [date-scope="m-channelset"] .owl-stage,
    .ft section[date-scope="m-channel"] .owl-stage {
        margin-left: -40px;
    }
}
.ft [date-scope="m-channel"] .m-channel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 1rem -10px 0 0;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    .ft [date-scope="m-channel"] .m-channel-list {
        margin: 0;
    }
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item {
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
    padding: 10px;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    margin: 10px;
    display: block;
    position: relative;
    max-width: 170px;
    overflow: hidden;
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item:hover {
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.13);
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.13);
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item:hover .m-channel-content .m-channel-cover {
    background: rgba(0, 0, 0, 0.6);
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item:hover .m-channel-content .m-channel-cover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    opacity: 0.3;
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content {
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content:hover {
    text-decoration: none;
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content .m-channel-cover {
    line-height: 0;
    min-height: 20px;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content .m-channel-cover img {
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content span.m-channel-name {
    color: #333;
    line-height: 1.2;
    padding-bottom: 0.2rem;
    padding-top: 0.4rem;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 0.9rem;
}
.ft [date-scope="m-channel"] .m-channel-list .m-channel-item .m-channel-content span.m-channel-price {
    line-height: 1.2;
}
.ft [date-scope="m-channel"] .m-channel-slider {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .ft [date-scope="m-channel"] .m-channel-slider .owl-dots {
        display: none;
    }
    .ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channelset-content .m-channelset-cover img {
        min-height: 160px;
    }
}
.ft [date-scope="m-channel"] .m-channel-slider .m-channel-list {
    margin: 0;
}
.ft [date-scope="m-channelset"] .m-channelset-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 1rem -10px 0;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    .ft [date-scope="m-channel"] .m-channel-list .m-channel-item {
        max-width: -webkit-calc(50% - 20px);
        max-width: -moz-calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .ft [date-scope="m-channel"] .m-channel-slider .m-channel-list .m-channel-item {
        max-width: 100%;
    }
    .ft [date-scope="m-channelset"] .m-channelset-list {
        margin: 0;
    }
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item {
    max-width: -webkit-calc(25% - 38px);
    max-width: -moz-calc(25% - 38px);
    max-width: calc(25% - 38px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    margin: 20px 18px 10px;
    display: block;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item {
        max-width: 100%;
        width: 100%;
    }
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item:hover {
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.23);
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.23);
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channel-toggle,
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channel-toggle-single {
    top: 9px;
    right: 9px;
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channelset-content {
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative;
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channelset-content .m-channelset-cover {
    line-height: 0;
    background: #000;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    min-height: 160px;
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channelset-content .m-channelset-cover img {
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    opacity: 0.6;
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channelset-content .m-channelset-name {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    line-height: 1.2;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channelset-content .m-channelset-name.name-only {
    font-size: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: left;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding: 1rem;
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channelset-content .m-channelset-name.name-only span {
    padding: 0;
    display: inline;
    line-height: 1.5;
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channelset-content .m-channelset-name span {
    display: block;
    padding: 1rem;
    width: 100%;
}
.ft [date-scope="m-channelset"] .m-channelset-list .m-channelset-item .m-channelset-content .m-channelset-price {
    color: #fff;
    position: absolute;
    bottom: 16px;
    right: 16px;
    line-height: 1.2;
}
.ft [date-scope="m-channelset"] .m-channelset-slider {
    padding: 0 0 36px;
}
@media screen and (min-width: 768px) {
    .ft [date-scope="m-channelset"] .m-channelset-slider .owl-dots {
        display: none;
    }
}
.ft [date-scope="m-channelset"] .m-channelset-slider .m-channelset-list {
    margin: 0;
}
.ft [date-scope="m-channelset"] .m-channelset-slider .m-channelset-list .m-channelset-item {
    max-width: 100%;
}
.ft .m-channel-item .m-channel-toggle,
.ft .m-channel-item .m-channel-toggle-single,
.ft .m-channelset-item .m-channel-toggle,
.ft .m-channelset-item .m-channel-toggle-single {
    position: absolute;
    top: 18px;
    right: 18px;
}
.ft .m-channel-item .m-channel-toggle span,
.ft .m-channel-item .m-channel-toggle-single span,
.ft .m-channelset-item .m-channel-toggle span,
.ft .m-channelset-item .m-channel-toggle-single span {
    opacity: 0;
}
.ft .m-channel-toggle-single.m-channel-is-on span.m-channel-icon-added,
.ft .m-channel-toggle.m-channel-is-on span.m-channel-icon-added {
    display: inline;
    opacity: 1;
}
.ft .m-channel-toggle span.m-channel-icon-added,
.ft .m-channel-toggle-single span.m-channel-icon-added,
.ft .m-channel-toggle-single.m-channel-is-on span.m-channel-icon-add,
.ft .m-channel-toggle.m-channel-is-on span.m-channel-icon-add {
    display: none;
}
.ft .m-channel-toggle-single:hover,
.ft .m-channel-toggle:hover {
    text-decoration: none;
}
.ft .m-channel-toggle span.m-channel-icon-add,
.ft .m-channel-toggle-single span.m-channel-icon-add {
    display: inline;
}
.ft .m-channel-item:hover .m-channel-toggle span,
.ft .m-channelset-item:hover .m-channel-toggle span {
    opacity: 1;
}
.ft .m-channel-detail-lightbox {
    max-width: 700px;
}
.ft .m-channel-detail-lightbox .m-channel-thumb {
    max-width: 140px;
    margin-right: 1rem;
}
.ft .m-channel-detail-lightbox .m-channel-thumb img {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}
.ft .m-channel-detail-lightbox .m-channel-content span {
    padding: 0.2rem 0.5rem;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .ft .m-channel-detail-lightbox .m-channel-thumb {
        width: 90px;
    }
    .ft .m-channel-detail-lightbox .m-channel-content span {
        width: 100%;
    }
    .ft .m-channel-detail-lightbox .m-channel-content span:nth-child(odd) {
        background: rgba(0, 0, 0, 0.1);
    }
}
@media screen and (min-width: 768px) {
    .ft .m-channel-detail-lightbox .m-channel-content span {
        width: 50%;
    }
    .ft .m-channel-detail-lightbox .m-channel-content span:nth-child(4n + 1),
    .ft .m-channel-detail-lightbox .m-channel-content span:nth-child(4n + 2) {
        background: rgba(0, 0, 0, 0.03);
    }
    .ft .min-width-desktop {
        min-width: 800px;
    }
}
.ft #m-channel-cart {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    bottom: -200px;
}
.ft #m-channel-cart.m-pop {
    bottom: 0;
}
.ft #m-compare-channelset table {
    margin-bottom: 0;
}
.ft #m-compare-channelset .res-table table.r-table th,
.ft #m-compare-channelset table td,
.ft .res-table #m-compare-channelset table.r-table th {
    text-align: center;
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
}
.ft #m-compare-channelset .res-table table.r-table th.td-heading,
.ft #m-compare-channelset table td.td-heading,
.ft .res-table #m-compare-channelset table.r-table th.td-heading {
    text-align: center;
    padding-top: 1em;
}
.ft #m-compare-channelset .res-table table.r-table th.td-heading-y,
.ft #m-compare-channelset table td.td-heading-y,
.ft .res-table #m-compare-channelset table.r-table th.td-heading-y {
    padding-left: 2em;
    text-align: left;
}
.ft .table.fixed-head {
    table-layout: fixed;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}
.ft .res-table table.r-table .table.fixed-head th,
.ft .table.fixed-head .res-table table.r-table th,
.ft .table.fixed-head td {
    text-align: center;
}
.ft .res-table table.r-table .table.fixed-head th.col-head,
.ft .table.fixed-head .res-table table.r-table th.col-head,
.ft .table.fixed-head td.col-head {
    text-align: left;
}
.ft .table.fixed-head thead {
    width: 100%;
}
.ft .table.fixed-head thead tr {
    width: 100%;
    position: relative;
    display: block;
}
.ft .table.fixed-head tbody {
    display: block;
    overflow: auto;
    width: 100%;
    max-height: -webkit-calc(65vh - 100px);
    max-height: -moz-calc(65vh - 100px);
    max-height: calc(65vh - 100px);
}
.ft .res-table table.r-table .table.fixed-head tbody th,
.ft .table.fixed-head tbody .res-table table.r-table th,
.ft .table.fixed-head tbody td {
    width: 100%;
}
.ft .zoomContainer {
    z-index: 20;
    position: relative;
}
.ft .zoomContainer .zoomWindow {
    border: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    z-index: 20;
}
.ft .w-full {
    width: 100%;
}
.ft .h-full {
    height: 100%;
}
.ft .movie-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ft .movie-grid .movie-item {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.ft #counter-box,
.ft .cht-list-item.with-action-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}
@media screen and (min-width: 768px) {
    .ft .movie-grid .movie-item {
        width: -webkit-calc(100% / 6 - 20px);
        width: -moz-calc(100% / 6 - 20px);
        width: calc(100% / 6 - 20px);
    }
}
@media screen and (max-width: 767px) {
    .ft .movie-grid .movie-item {
        width: -webkit-calc(100% / 2 - 20px);
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px);
    }
}
.ft .movie-grid .movie-title {
    height: 3.6rem;
    overflow: hidden;
}
.ft #counter-box {
    width: 290px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: flex;
    padding-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ff4c4c;
}
.ft #counter-box .h3 {
    text-align: center;
    width: 2em;
}
.ft #counter-box .miniature {
    text-align: center;
    width: 1em;
}
.ft #counter-box .red-box {
    background: #ff4c4c;
    padding: 8px 8px 8px 10px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16px;
    position: relative;
}
.ft #counter-box .red-box:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    left: 6px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ff4c4c;
}
.ft .hide {
    display: none !important;
}
.ft .grid .grid-item {
    width: 32%;
}
.ft .form-textual input.input-search.date-icon,
.ft .form-textual input.input-search.search-icon {
    padding-right: 70px;
}
.ft .form-textual .search-go {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 8px 15px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    background: gray;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.ft .form-textual .search-go:hover {
    background: #209cff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ft .mh-container {
    max-width: 1142px;
    margin: 0 auto;
}
.ft .mh-container .card-wrapper {
    vertical-align: top;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
}
.ft .mh-container .card-wrapper .card {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
}
@media screen and (min-width: 768px) {
    .ft .mh-container {
        width: 1142px;
    }
    .ft .mh-container.grid-4 .card-wrapper {
        width: -webkit-calc(25% - 6px);
        width: -moz-calc(25% - 6px);
        width: calc(25% - 6px);
    }
}
@media screen and (max-width: 767px) {
    .ft .mh-container.grid-4 .card-wrapper {
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
    }
}
.ft .card-progress {
    background: rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 768px) {
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit.blue .progress-name,
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit.red .progress-name {
        opacity: 1;
    }
    .ft .card-progress {
        background: rgba(0, 0, 0, 0.02);
    }
    .ft .card-progress .cht-progress-wrapper {
        padding: 1rem;
        position: relative;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit {
        width: 100px;
        text-align: center;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit.blue .progress-dot {
        background: #209cff;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit.red .progress-dot {
        background: #ff4c4c;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit .progress-name {
        opacity: 0.5;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit .progress-dot {
        display: inline-block;
        background: #d6d6d6;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 20px;
        height: 20px;
    }
    .ft .card-progress .cht-progress-bar {
        position: relative;
        top: 15.4px;
        background: #d6d6d6;
        height: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        margin: 0 auto;
    }
    .ft .card-progress .cht-progress-bar .cht-progress-bar-unit {
        background: #d6d6d6;
        height: 3px;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
    }
    .ft .card-progress .cht-progress-bar .cht-progress-bar-unit.blue {
        background: #209cff;
    }
    .ft .card-progress .cht-progress-bar .cht-progress-bar-unit.red {
        background: #ff4c4c;
    }
}
@media screen and (max-width: 767px) {
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit.blue .progress-name,
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit.red .progress-name {
        opacity: 1;
    }
    .ft .card-progress {
        background: rgba(0, 0, 0, 0.02);
    }
    .ft .card-progress .cht-progress-wrapper {
        padding: 1rem;
        position: relative;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit.blue .progress-dot {
        background: #209cff;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit.red .progress-dot {
        background: #ff4c4c;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit .progress-name {
        opacity: 0.5;
        display: inline-block;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit .progress-time {
        display: inline-block;
    }
    .ft .card-progress .cht-progress-wrapper .cht-progress-content .progress-unit .progress-dot {
        display: inline-block;
        background: #d6d6d6;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 10px;
        height: 10px;
    }
    .ft .card-progress .cht-progress-bar {
        display: none;
    }
}
.ft [data-aos="sticky-tab"] {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    height: 0;
    -webkit-transition-property: height, opacity, -webkit-transform;
    -o-transition-property: height, transform, opacity;
    -o-transition-property: height, opacity, -o-transform;
    -moz-transition-property: height, transform, opacity, -moz-transform;
    transition-property: height, transform, opacity;
    transition-property: height, transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    transition-property: height, transform, opacity, -webkit-transform;
}
.ft [data-aos="sticky-tab"].aos-animate {
    overflow: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.ft #featured-tags {
    height: 44px;
    margin-top: 1rem;
}
.ft #featured-tags .tags-container {
    max-width: 1142px;
    margin: 1px auto;
    padding: 0 5px 10px;
    -webkit-overflow-scrolling: touch;
}
.ft #featured-tags .tags-container a.tag.tag-outline {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.ft #featured-tags .tags-container a.tag.tag-outline:hover {
    text-decoration: none;
    border: 1px solid #209cff;
    color: #209cff;
}
.ft #featured-tags .tags-container a.tag.tag-outline.current {
    color: #fff;
    background: #209cff;
    border: 1px solid #209cff;
}
.ft #featured-tags .tags-container a.tag.tag-outline.current:hover {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .ft #featured-tags .tags-container {
        overflow: hidden;
        min-height: 40px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}
.ft label[data-cht-checkbox] input[type="checkbox"],
.ft label[data-cht-checkbox] input[type="radio"],
.ft label[data-cht-radio] input[type="checkbox"],
.ft label[data-cht-radio] input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
    margin: 0;
    border: none;
}
.ft label[data-cht-checkbox] i.data-symbol,
.ft label[data-cht-radio] i.data-symbol {
    height: 1.2em;
    width: 1.2em;
    vertical-align: middle;
    margin-right: 0.4em;
    background: url(../img/ic/checkbox_n.svg) 0 center no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    display: inline-block;
    opacity: 1;
}
.ft label[data-cht-checkbox] input:checked ~ i.data-symbol,
.ft label[data-cht-radio] input:checked ~ i.data-symbol {
    background: url(../img/ic/checkbox_s.svg) 0 center no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
}
.ft label[data-cht-radio] i.data-symbol {
    background: url(../img/ic/radio_n.svg) 0 center no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
}
.ft label[data-cht-radio] input:checked ~ i.data-symbol {
    background: url(../img/ic/radio_s.svg) 0 center no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
}
.ft label[data-cht-combo] {
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 32px;
    -webkit-tap-highlight-color: transparent;
}
.ft label[data-cht-combo] input[type="checkbox"],
.ft label[data-cht-combo] input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
    margin: 0;
    border: none;
}
.ft label[data-cht-combo] i.data-symbol {
    height: 32px;
    width: 32px;
    width-margin: 1px auto;
    vertical-align: middle;
    background: url(../img/ic/circle.svg) 0 center no-repeat;
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    background-size: 32px 32px;
    display: inline-block;
    opacity: 1;
}
.ft label[data-cht-combo] input:checked ~ i.data-symbol {
    background: url(../img/ic/check-blue.svg) 0 center no-repeat;
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    background-size: 32px 32px;
}
.ft label[data-cht-checkbox].in-label-check i.data-symbol {
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    display: inline-block;
    opacity: 1;
    vertical-align: top;
    margin: 0.5em;
}
.ft label[data-cht-checkbox].in-label-check input:checked ~ i.data-symbol {
    background: url(../img/ic/checkbox_s.svg) 0 center no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
}
.ft .cht-list-item-title {
    padding: 1.6rem;
}
.ft .cht-list-item {
    padding: 1.6rem;
    min-height: 10px;
}
.ft .cht-list-item.with-action-full {
    display: flex;
}
.ft .cht-list-item.show-item-info .cht-item-info-content {
    padding-top: 1rem;
    height: auto;
}
.ft .cht-list-item.show-item-info .cht-list-item-container .cht-item-info .cht-item-info-toggle {
    background: url(../img/ic/collapse-arrow.png) right top no-repeat;
    -webkit-background-size: 1em 1em;
    -moz-background-size: 1em;
    background-size: 1em;
}
.ft .cht-list-item .cht-list-item-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.ft .cht-list-item .cht-list-item-container .cht-item-thumb {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    line-height: 0;
    margin-right: 1.6rem;
}
.ft .cht-list-item .cht-list-item-container .cht-item-thumb img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100px;
    height: 100px;
}
.ft .cht-list-item .cht-list-item-container .cht-item-info {
    margin-right: 0.8rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
}
.ft .cht-list-item .cht-list-item-container .cht-item-info .h4 {
    margin: 0.25rem 0;
}
.ft .cht-list-item .cht-list-item-container .cht-item-info .cht-item-info-toggle {
    text-decoration: none;
    color: inherit;
    padding-right: 1.2em;
    line-height: 1;
    display: inline-block;
    background: url(../img/ic/expand-arrow.png) right top no-repeat;
    -webkit-background-size: 1em 1em;
    -moz-background-size: 1em;
    background-size: 1em;
}
.ft .cht-list-item .cht-item-action,
.ft .cht-list-item .cht-item-action-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.ft .cht-list-item .cht-item-info-content {
    height: 0;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .ft .cht-list-item .cht-list-item-container.drop-in-mobile,
    .ft .cht-list-item.with-action-full {
        display: block;
    }
    .ft .cht-list-item-title {
        padding: 1.2rem 0.8rem;
    }
    .ft .cht-list-item {
        padding: 0.8rem;
    }
    .ft .cht-list-item.with-action-full .cht-item-action-full {
        padding: 0.8rem 0 0;
    }
    .ft .cht-list-item .cht-list-item-container .cht-item-thumb {
        margin-right: 0.8rem;
        width: 60px;
    }
    .ft .cht-list-item .cht-list-item-container .cht-item-thumb img {
        width: 60px;
        height: 60px;
    }
    .ft .cht-list-item .cht-list-item-container.drop-in-mobile .cht-item-info {
        margin-bottom: 0.5rem;
    }
}
.ft .cell-product img {
    width: 180px;
}
.ft .cell-product:hover {
    text-decoration: none;
}
.ft .text-hr {
    margin: 2.5rem 0 1.5rem;
}
.ft .text-hr hr {
    margin: 24px 0 -12px;
}
.ft .text-hr .text-hr-content {
    line-height: 24px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 80px;
    text-align: center;
    display: block;
}
.ft #cht-loader,
.ft .catalog-list .price-block {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}
.ft #cht-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    display: -webkit-box;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
}
.ft #cht-loader img {
    margin: auto;
}
.ft .add-clear-style {
    display: block;
    color: #333;
    overflow: hidden;
    position: absolute;
    right: 70px;
    top: 12px;
    line-height: 1;
}
.ft .add-clear-style:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .ft .add-clear-style {
        right: 30px;
    }
}
.ft #header .add-clear-style {
    right: 70px;
    top: 9px;
}
@media screen and (max-width: 767px) {
    .ft #header .add-clear-style {
        right: 20px;
    }
}
.ft input::-ms-clear {
    display: none;
    opacity: 0;
}
.ft .card.product.no-card {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ft .align-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    margin: 0.4rem 0;
}
.ft .is-bottom {
    margin-bottom: 1.2rem !important;
}
.ft .done-list {
    margin: 0 auto;
    max-width: 768px;
}
.ft table.r-table.ratetable {
    margin: 0;
    white-space: normal;
}
.ft table.r-table.ratetable th {
    font-weight: 700;
    color: #fff;
    border: 1px solid #209cff;
}
.ft .res-table table.r-table.ratetable th,
.ft table.r-table.ratetable td {
    padding: 1.2rem 0.5rem;
}
.ft table.r-table.ratetable .bg-white {
    background: #fafafa;
    font-weight: 700;
}
.ft .neko .qa-item {
    position: relative;
    background: #fff;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0.4rem;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.ft .neko .qa-item i.data-symbol {
    position: absolute;
    top: 18px;
    right: 18px;
    opacity: 0;
}
.ft .neko .qa-item.qa-item-active i.data-symbol,
.ft .neko .qa-item.qa-item-active:hover i.data-symbol,
.ft .neko .qa-item:hover i.data-symbol {
    opacity: 1;
}
.ft .neko .qa-item.qa-item-active {
    -webkit-box-shadow: inset 0 0 0 1px #209cff;
    -moz-box-shadow: inset 0 0 0 1px #209cff;
    box-shadow: inset 0 0 0 1px #209cff;
    border-color: #209cff;
}
.ft .qa-item-name {
    padding: 2.5rem 0;
}
.ft .qa-item-name span {
    font-weight: 400;
    padding: 1rem 0.8rem;
    box-sizing: border-box;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .ft .neko .qa-item {
        position: relative;
        background: #fff;
        text-align: center;
        width: 100%;
        height: auto;
        margin: 0.4rem;
        border: 1px solid #d6d6d6;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .ft .neko .qa-item i.data-symbol {
        position: absolute;
        top: 8px;
        right: 8px;
        opacity: 0;
    }
    .ft .neko .qa-item-name {
        padding: 1rem 0;
    }
}
.ft a.clear-all-button {
    vertical-align: top;
}
.ft .cht-select-wrapper {
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 400;
    color: #333;
}
.ft .cht-select-wrapper a.cht-select-button {
    padding: 6px 6px 6px 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    background: url(../img/ic/filter-sort-alt.svg) 0.25em center no-repeat rgba(255, 255, 255, 0.6);
}
.ft .cht-select-wrapper a.cht-select-button .sort-down {
    display: none;
}
.ft .cht-select-wrapper a.cht-select-button .sort-up,
.ft .cht-select-wrapper a.cht-select-button.sort-switch .sort-down {
    display: inline;
}
.ft .cht-select-wrapper a.cht-select-button.sort-switch {
    background: url(../img/ic/filter-sort.svg) 0.25em center no-repeat rgba(255, 255, 255, 0.6);
}
.ft .cht-select-wrapper a.cht-select-button.sort-switch .sort-up {
    display: none;
}
.ft .cht-select-wrapper ul.cht-submenu {
    display: none;
    position: absolute;
    margin: 0;
    width: 160px;
    padding: 1rem 1.4rem 0.4rem;
    background: #fff;
    -webkit-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .ft .cht-select-wrapper ul.cht-submenu {
        width: 200px;
    }
}
.ft .cht-select-wrapper ul.cht-submenu li {
    list-style: none;
    padding: 0.5em 0;
    line-height: 1.5;
}
.ft .cht-select-wrapper ul.cht-submenu li a {
    color: #333;
    text-decoration: none;
}
.ft .cht-select-wrapper ul.cht-submenu li a:hover {
    color: #209cff;
}
.ft .cht-select-wrapper ul.cht-submenu.show-cht-submenu {
    display: block;
}
.ft .type-f:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    .ft section.cht-banner.size-new .cht-banner-container {
        height: auto !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -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;
    }
    .ft section.cht-banner.size-new {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .ft section.cht-banner.size-new .order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .ft section.cht-banner.size-new .cht-banner-img {
        padding-bottom: 33%;
        padding-top: 33%;
        height: 0;
    }
    .ft section.cht-banner.size-new .cht-banner-bg-1,
    .ft section.cht-banner.size-new .cht-banner-bg-2 {
        width: 100%;
        padding-bottom: 133%;
        position: relative;
    }
    .ft section.cht-banner.size-new .cht-banner-bg-1 > div,
    .ft section.cht-banner.size-new .cht-banner-bg-2 > div {
        position: absolute;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        background-size: contain !important;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
    .ft section.cht-banner.type-e.size-new .cht-banner-text {
        width: 100%;
        text-align: center;
        max-height: none;
    }
    .ft .cht-banner.size-new .cht-banner-text {
        padding-bottom: 33%;
        padding-top: 33%;
        height: 0;
    }
    .ft .cht-banner.size-new .cht-banner-img img {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: none;
        width: 100%;
    }
}
.ft a.cht-banner-container:not([href]) {
    cursor: default;
}
.ft .rwd-atag {
    height: 400px;
}
@media screen and (max-width: 767px) {
    .ft .embed-responsive::before,
    .ft .video-container-m::before {
        content: "";
        display: block;
    }
    .ft section#header::before {
        z-index: 10;
    }
    .ft section#header.with-banner::before {
        z-index: 1000;
    }
    .ft section.header-spacer.with-banner-k {
        height: 91px;
    }
    .ft section.header-spacer.with-banner.with-banner-k {
        height: 151px;
    }
    .ft #header .just-padding {
        padding: 0.1em;
    }
    .ft .scrolling-down + .owl-carousel {
        margin-top: -60px;
    }
    .ft .neko .qa-item i.data-symbol {
        opacity: 1;
    }
    .ft .owl-item .is-regular {
        white-space: nowrap;
    }
    .ft .button {
        border: none;
    }
    .ft .button.button-disable {
        background: #999;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .ft section#header header nav .hb-logo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        margin-left: 5px;
    }
    .ft .extra-link {
        margin-left: auto;
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }
    .ft .extra-link a {
        color: #333;
        font-weight: 400;
        padding: 0.6rem 1rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    .ft .social-group {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        height: 40px;
        margin-right: 5px;
    }
    .ft .social-group div {
        display: inline-block;
        height: 40px;
        margin-right: 5px;
    }
    .ft .social-group .fb-share img {
        width: 40px;
        height: 40px;
    }
    .ft .card-wrapper:hover {
        text-decoration: none;
    }
    .ft .video-container-m {
        position: relative;
        background-image: url(../img/clip_frame_m.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .ft .video-container-m::before {
        padding-top: 142.35%;
    }
    .ft .video-container-m .embed-responsive {
        position: absolute;
        top: 44.5%;
        padding: 0 9%;
    }
    .ft .video-container-m .embed-responsive::before {
        padding-top: 75%;
    }
    .ft .video-container-m .embed-responsive .embed-responsive-item {
        position: absolute;
        top: 0;
        width: 82%;
        height: 100%;
        border: 0;
    }
    .ft .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .ft .quest-sat__title {
        height: 0;
        max-width: 22rem;
        margin: 50px auto 0;
        padding-bottom: 24%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url(../img/questionnaire/radio-title.png) center top no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .ft .quest-sat__radio-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        height: 2em;
        margin: 25px auto 25%;
        width: 100%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .ft .quest-sat__radio-group::before {
        content: "";
        display: block;
        position: absolute;
        height: 0;
        width: 100%;
        padding-top: 20%;
        top: 0;
        background: url(../img/questionnaire/radio-bg.png) center top no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .ft .quest-sat__radio-group [type="radio"] {
        display: none;
    }
    .ft .quest-sat__label {
        display: block;
        position: relative;
        height: 100%;
        padding-top: 20%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        flex: 1 1 100%;
        border: 3px solid transparent;
        cursor: pointer;
    }
    .ft [type="radio"]:checked + .quest-sat__label {
        border-color: #ff7f25;
    }
    .ft .quest-sat__checkmark {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        background-clip: content-box;
    }
    .ft [for="quest-sat-0"] .quest-sat__checkmark,
    .ft [for="quest-sat-1"] .quest-sat__checkmark,
    .ft [for="quest-sat-2"] .quest-sat__checkmark {
        color: #000;
        background-color: #a2a19f;
    }
    .ft [for="quest-sat-3"] .quest-sat__checkmark,
    .ft [for="quest-sat-4"] .quest-sat__checkmark,
    .ft [for="quest-sat-5"] .quest-sat__checkmark {
        background-color: #488037;
    }
    .ft [for="quest-sat-6"] .quest-sat__checkmark,
    .ft [for="quest-sat-7"] .quest-sat__checkmark,
    .ft [for="quest-sat-8"] .quest-sat__checkmark {
        background-color: #2a679d;
    }
    .ft [for="quest-sat-9"] .quest-sat__checkmark,
    .ft [for="quest-sat-10"] .quest-sat__checkmark {
        background-color: #b65020;
    }
    .ft .quest-sat__mark {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
    .ft .quest-sat__ngtv,
    .ft .quest-sat__pstv {
        height: 2rem;
        width: auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .ft .quest-sat__ngtv {
        background: url(../img/questionnaire/radio-ngtv.png) no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .ft .quest-sat__pstv {
        background: url(../img/questionnaire/radio-pstv.png) no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .ft .quest-sat__aprec8 {
        margin-top: 10%;
    }
    .ft .compare-bar-chart .chart-unit .is-3 {
        margin-top: 1.5em;
    }
    .ft .lightbox .button {
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .ft #header .owl-carousel .h5:hover,
    .ft .banner .container:hover,
    .ft .card-wrapper:hover {
        text-decoration: none;
    }
    .ft header nav {
        padding-top: 20px;
    }
    .ft section#header::before {
        z-index: 10;
    }
    .ft section#header.with-banner::before {
        top: 70px;
    }
    .ft section.header-spacer.with-banner-k {
        height: 91px;
    }
    .ft section.header-spacer.with-banner.with-banner-k {
        height: 151px;
    }
    .ft .banner.banner-black {
        background: #222;
    }
    .ft .banner.banner-black .banner-text {
        color: #4ec1e7;
    }
    .ft .banner .container {
        line-height: 1;
        width: auto;
        max-width: 100%;
    }
    .ft .banner .banner-img {
        min-height: 70px;
        max-height: 70px;
    }
    .ft .banner > .close-banner {
        display: inline-block;
        height: 1.3em;
        width: 1.3em;
        top: 20px;
        text-align: center;
        line-height: 1.2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .ft .neko .qa-item i.data-symbol {
        opacity: 1;
    }
    .ft .button {
        border: none;
    }
    .ft .button.button-disable {
        background: #999;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .ft .button.button-disable:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .ft #header .owl-carousel .just-padding {
        padding: 0.1em;
    }
    .ft .owl-item .is-regular {
        white-space: nowrap;
    }
    .ft .card.product .card-img {
        padding-top: 2.5rem;
    }
    .ft .card-list .card-img + .card-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        height: 100%;
    }
    .ft .card-list .card-img + .card-text > .content-center {
        margin-top: auto;
    }
    .ft .cht-banner {
        background-position: center 20%;
        min-height: 400px;
    }
    .ft .extra-link {
        margin-left: auto;
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }
    .ft .extra-link a {
        font-weight: 400;
        padding: 0.6rem 1rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    .ft .social-group {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }
    .ft .social-group div {
        display: inline-block;
        height: 40px;
        margin-right: 5px;
    }
    .ft .social-group .fb-share img {
        width: 40px;
        height: 40px;
    }
    .ft .neko a.neko-link {
        color: #333;
        width: 100%;
    }
    .ft .neko a.neko-link:hover {
        color: #209cff;
        text-decoration: none;
    }
    .ft .neko a.neko-link:hover .lazyload {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    .ft .neko a.neko-link .card-inside {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        min-height: 550px;
        background-position: center 20%;
    }
    .ft #div_SenaoDetail {
        word-break: break-all;
    }
    .ft .quest-sat__title {
        height: 0;
        max-width: 22rem;
        margin: 50px auto 0;
        padding-bottom: 16%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url(../img/questionnaire/radio-title.png) center top no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .ft .quest-sat__radio-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        height: 160px;
        margin: 25px auto 20px;
        width: 100%;
        background: url(../img/questionnaire/radio-bg.png) center top no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .ft .quest-sat__radio-group [type="radio"] {
        display: none;
    }
    .ft .quest-sat__label {
        display: block;
        position: relative;
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        flex: 1 1 100%;
        border: 3px solid transparent;
        cursor: pointer;
    }
    .ft [type="radio"]:checked + .quest-sat__label {
        border-color: #ff7f25;
    }
    .ft .quest-sat__checkmark {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        background-clip: content-box;
    }
    .ft [for="quest-sat-0"] .quest-sat__checkmark,
    .ft [for="quest-sat-1"] .quest-sat__checkmark,
    .ft [for="quest-sat-2"] .quest-sat__checkmark {
        color: #000;
        background-color: #a2a19f;
    }
    .ft [for="quest-sat-3"] .quest-sat__checkmark,
    .ft [for="quest-sat-4"] .quest-sat__checkmark,
    .ft [for="quest-sat-5"] .quest-sat__checkmark {
        background-color: #488037;
    }
    .ft [for="quest-sat-6"] .quest-sat__checkmark,
    .ft [for="quest-sat-7"] .quest-sat__checkmark,
    .ft [for="quest-sat-8"] .quest-sat__checkmark {
        background-color: #2a679d;
    }
    .ft [for="quest-sat-9"] .quest-sat__checkmark,
    .ft [for="quest-sat-10"] .quest-sat__checkmark {
        background-color: #b65020;
    }
    .ft .quest-sat__mark {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
    .ft .quest-sat__ngtv,
    .ft .quest-sat__pstv {
        height: 2rem;
        width: auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .ft .quest-sat__ngtv {
        background: url(../img/questionnaire/radio-ngtv.png) no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .ft .quest-sat__pstv {
        background: url(../img/questionnaire/radio-pstv.png) no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .ft .quest-sat__aprec8 {
        max-width: 600px;
        margin-top: 25px;
    }
}
.ft .catalog-list .card-wrapper,
.ft .owl-carousel {
    position: relative;
}
.ft .catalog-list .tag,
.ft .tag {
    margin-top: -2px;
    vertical-align: middle;
}
.ft .owl-stage-outer {
    overflow: hidden;
}
.ft .no-js .owl-carousel,
.ft .owl-carousel.owl-loaded {
    display: block;
}
.ft .owl-theme .owl-nav .nav-circle-right {
    border: 0;
    right: -30px;
    top: -webkit-calc(50% - 38px);
    top: -moz-calc(50% - 38px);
    top: calc(50% - 38px);
}
.ft .owl-theme .owl-nav .nav-circle-left {
    border: 0;
    left: -30px;
    top: -webkit-calc(50% - 38px);
    top: -moz-calc(50% - 38px);
    top: calc(50% - 38px);
}
.ft .owl-theme .owl-dots,
.ft .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.ft .owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}
.ft .owl-theme .owl-dots .owl-dot {
    background: 0 0;
    border: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
}
.ft .owl-carousel .owl-dots.disabled,
.ft .owl-carousel .owl-nav.disabled,
.ft .tab.pager-tab.tab-slider .owl-dots.disabled,
.ft .tab.pager-tab.tab-slider .owl-nav .owl-next.disabled,
.ft .tab.pager-tab.tab-slider .owl-nav .owl-prev.disabled {
    display: none;
}
.ft .tab.pager-tab.tab-slider .owl-nav .owl-next,
.ft .tab.pager-tab.tab-slider .owl-nav .owl-prev {
    border: 0;
    padding: 0;
    line-height: 2.5rem;
    height: 54px;
}
.ft .tag {
    color: #fff;
    padding: 0.1rem 0.3rem;
    margin-left: 0.2rem;
    line-height: 1.2;
    font-size: 0.6rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.ft .tag.tag-gray {
    background: #a1a1a1;
    border: 1px solid #a1a1a1;
}
.ft .tag.tag-orange {
    border: 1px solid #ff874d;
}
.ft .tag.tag-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #999;
}
.ft .catalog-list {
    padding: 0;
    background: #fff;
}
.ft .catalog-list .h5 {
    margin-bottom: 0.4rem;
}
.ft .catalog-list .card-text .h5 .product-model {
    -webkit-line-clamp: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ft .catalog-list div.nekos.grid-4 .neko .card.product {
    height: 360px;
}
.ft .catalog-list .card.product .card-text .sub-content {
    line-height: 1;
    padding-bottom: 0.6rem;
}
.ft .catalog-list .card-wrapper:hover {
    top: 0;
}
.ft .catalog-list .card.product {
    padding-bottom: 2.6rem;
}
.ft .catalog-list .card.product:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ft .catalog-list .product-brand {
    display: block;
    color: #999;
    font-size: 0.75rem;
}
.ft .catalog-list .owl-carousel .owl-stage-outer {
    padding-top: 1rem;
}
.ft .catalog-list .card.card-hover {
    display: none;
    background: #fff;
    min-height: 390px !important;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 29;
}
.ft .catalog-list .card.card-hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    margin-bottom: 1rem;
}
.ft .catalog-list .card-wrapper:hover .card-hover {
    display: block;
    height: auto !important;
    -webkit-animation: card-animationFrames ease 0.3s;
    -moz-animation: card-animationFrames ease 0.3s;
    -o-animation: card-animationFrames ease 0.3s;
    animation: card-animationFrames ease 0.3s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.ft .catalog-list .card-hover a {
    text-decoration: none;
}
.ft .catalog-list .card-hover .like-button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.ft .catalog-list .card-hover .miniature {
    margin-left: 0.4rem;
}
.ft .catalog-list .card-hover .card-action {
    position: relative;
    padding: 1rem;
    top: 0;
}
.ft .catalog-list .price-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 0 0.4rem;
}
.ft .catalog-list .card-hover .product-brand {
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}
.ft .catalog-list .tags-block {
    margin-bottom: 0.8rem;
    line-height: 1;
}
.ft .catalog-list .tag {
    padding: 0.1rem 0.3rem;
    margin-left: 0.2rem;
    line-height: 1.2;
    font-size: 0.6rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.ft .catalog-list .tag.tag-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #999;
}
.ft .catalog-list .tag.tag-orange {
    border: 1px solid #ff874d;
}
.ft .catalog-list .tag.tag-gray {
    background: #a1a1a1;
    border: 1px solid #a1a1a1;
    color: #fff;
}
.ft .catalog-list .card-hover .func-btn a {
    width: 100%;
    padding: 0.4rem 0.8rem;
}
.ft .catalog-list .card-hover .button.button-trans {
    background: rgba(0, 0, 0, 0.1);
    color: #999;
}
@-webkit-keyframes card-animationFrames {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    75% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}
@-moz-keyframes card-animationFrames {
    0%,
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
    75% {
        -moz-transform: scale(1.03);
        transform: scale(1.03);
    }
}
@-o-keyframes card-animationFrames {
    0%,
    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    75% {
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }
}
@keyframes card-animationFrames {
    0%,
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    75% {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }
}
.ft div.card-action.top-left.badge-hover {
    position: absolute;
    padding-top: 1rem;
    padding-left: 7px;
}
.ft section {
    padding-top: 1.6rem;
    padding-bottom: 0;
}
.ft div .section-title-area {
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0.7rem !important;
}
.ft .card.recommend-phone {
    padding: 0;
}
.ft .card.recommend-phone h3 {
    font-size: 1rem;
    font-weight: 400;
}
.ft .catalog-list .card .card-action .badge {
    font-weight: 400;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    width: 3.3rem;
    font-size: 0.9rem;
    height: 3.3rem;
    line-height: 3.2rem;
    padding: 0;
    text-align: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.ft .catalog-list .neko:hover .h5 {
    color: #333;
    font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
    .ft .card.recommend-phone h3 {
        font-size: 1.2rem;
        font-weight: 700;
    }
    .ft .card.recommend-phone .card-text {
        padding: 1rem 0.4rem;
    }
    .ft .card.recommend-phone .card-text p {
        font-size: 0.9rem;
    }
}
.ft .footer-scroll-top {
    position: absolute;
    right: 10px;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 10;
}
.ft section.footer .footer-site-links,
.kv {
    position: relative;
}
.ft section.footer {
    padding-bottom: 0.6rem;
}
.ft #btn-customer-service .button {
    margin-top: 0 !important;
}
.ft section.footer .neko .miniature {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .ft .footer-scroll-top {
        right: 0;
    }
    .ft section.footer .footer-site-links .misc-links {
        width: 85%;
    }
    .ft section.footer .copyright,
    .ft section.footer .footer-site-links {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .pc_show {
        display: none !important;
    }
}
.pc_show_in {
    display: inline-block !important;
}
@media (max-width: 767px) {
    .pc_show_in {
        display: none !important;
    }
}
.pc_show_pad_no {
    display: block !important;
}
@media (max-width: 991px) {
    .pc_show_pad_no {
        display: none !important;
    }
}
.pad_show {
    display: block !important;
}
@media (min-width: 992px) {
    .pad_show {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .mb_show {
        display: none !important;
    }
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    display: none;
}
.container {
    width: 100%;
    max-width: 1600px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center;
    width: -webkit-calc(40px / 1.5);
    width: -moz-calc(40px / 1.5);
    width: calc(40px / 1.5);
    height: -webkit-calc(105px / 2.5);
    height: -moz-calc(105px / 2.5);
    height: calc(105px / 2.5);
    z-index: 3;
}
.slick-next,
.slick-next:focus,
.slick-next:hover {
    background-image: url(../images/s_r.png);
    right: 5px;
}
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background-image: url(../images/s_l.png);
    left: 5px;
}
.slick-dots li button {
    background: #bcdff5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    width: 9px;
    height: 9px;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #fff;
}
.kv img {
    width: 100%;
    display: block;
}
.kv-item {
    position: absolute;
    width: 50%;
    left: 11.5%;
    top: 57%;
    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;
}
.kv-qr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
}
.kv-qr img {
    width: 100%;
    display: block;
}
.kv-btn {
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 86%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
    max-width: 86%;
}
.kv-btn p {
    font-size: -webkit-calc(2.08333vw);
    font-size: -moz-calc(2.08333vw);
    font-size: calc(2.08333vw);
    color: #fff;
    margin-bottom: 1%;
}
.kv-btn a {
    display: inline-block;
    margin-right: 5px;
    width: 25%;
}
@media (max-width: 767px) {
    .kv-item {
        position: absolute;
        width: 100%;
        left: 0;
        top: auto;
        bottom: 6%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0;
    }
    .kv-btn {
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .kv-btn p {
        font-size: -webkit-calc(4.26667vw);
        font-size: -moz-calc(4.26667vw);
        font-size: calc(4.26667vw);
        color: #333;
        margin-bottom: 1%;
    }
    .kv-btn a {
        display: inline-block;
        margin-right: 0;
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
    }
    .kv-btn a:nth-child(2) {
        margin-right: 5px;
    }
}
.section1 {
    padding: 7% 0 15px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-position: bottom;
    background-image: url(../images/s_bg1.jpg);
}
.section1-item-img,
.section2 {
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
}
.section1-title {
    text-align: center;
    margin-bottom: 37px;
}
.section1-title h3 {
    font-size: 40px;
    margin-bottom: 9px;
    color: #1a1a1a;
    font-weight: 700;
}
.section1-title span {
    display: block;
    color: grey;
    font-size: 30px;
}
.section1-body {
    max-width: 376px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 376px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 376px;
    flex: 0 0 376px;
}
.section1-body img {
    width: 100%;
    display: block;
}
.section1-left,
.section1-right {
    max-width: -webkit-calc(50% - 376px/2);
    max-width: -moz-calc(50% - 376px/2);
    max-width: calc(50% - 376px / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 376px/2);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 376px / 2);
    flex: 0 0 calc(50% - 376px / 2);
    padding-top: 12%;
}
.section1-item {
    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;
    margin-bottom: 92px;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.section1-item-img {
    -moz-background-size: 100%;
    background-size: 100%;
    width: 75px;
    height: 75px;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.section1-item-img.p_icon1 {
    background-image: url(../images/p_icon1.png);
}
.section1-item-img.p_icon2 {
    background-image: url(../images/p_icon2.png);
}
.section1-item-img.p_icon3 {
    background-image: url(../images/p_icon3.png);
}
.section1-item-img.p_icon4 {
    background-image: url(../images/p_icon4.png);
}
.section1-item-text {
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.section1-item-text p {
    font-size: 30px;
    color: #007bc5;
    margin-bottom: 0;
    font-weight: 700;
}
.section1-item-text span {
    display: block;
    font-size: 24px;
    color: #333;
}
@media (min-width: 768px) {
    .section1-item {
        cursor: pointer;
    }
    .section1-item.active .section1-item-img.p_icon1 {
        background-image: url(../images/p_icon1_hover.png);
    }
    .section1-item.active .section1-item-img.p_icon2 {
        background-image: url(../images/p_icon2_hover.png);
    }
    .section1-item.active .section1-item-img.p_icon3 {
        background-image: url(../images/p_icon3_hover.png);
    }
    .section1-item.active .section1-item-img.p_icon4 {
        background-image: url(../images/p_icon4_hover.png);
    }
    .section1-item:hover .section1-item-img,
    .section1-item:hover .section1-item-text {
        -webkit-transform: translate(0, -9px);
        -moz-transform: translate(0, -9px);
        -ms-transform: translate(0, -9px);
        -o-transform: translate(0, -9px);
        transform: translate(0, -9px);
    }
}
.section1-left {
    padding-right: 15px;
}
.section1-left .section1-item {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.section1-left .section1-item-text {
    text-align: right;
    padding-right: 15px;
}
.section1-right,
.section1-right .section1-item-text {
    padding-left: 15px;
}
@media (max-width: 1600px) {
    .section1-body {
        max-width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .section1-left,
    .section1-right {
        max-width: -webkit-calc(50% - 25%/2);
        max-width: -moz-calc(50% - 25%/2);
        max-width: calc(50% - 25% / 2);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(50% - 25%/2);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 25% / 2);
        flex: 0 0 calc(50% - 25% / 2);
    }
}
@media (max-width: 1280px) {
    .section1-item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 45px;
    }
    .section1-item-img {
        width: 45px;
        height: 45px;
    }
    .section1-item-text p {
        font-size: 18px;
    }
    .section1-item-text span {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .section1-item-text,
    .section1-title {
        text-align: center;
    }
    .section1 {
        padding: 25px 0 15px;
        background-image: url(../images/s_bg1m.jpg);
    }
    .section1-title {
        margin-bottom: 25px;
    }
    .section1-title h3 {
        font-size: 21px;
    }
    .section1-title span {
        font-size: 16px;
    }
    .section1-body {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .section1-body img {
        max-width: 80%;
        margin: 0 auto;
    }
    .section1-item {
        display: block;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }
    .section1-item-img {
        width: 45px;
        height: 45px;
        margin: 0 auto 15px;
    }
    .section1-item-text p {
        font-size: 18px;
    }
    .section1-item-text span {
        font-size: 16px;
    }
}
.section2 {
    padding: 15px 0 31px;
    margin-top: -1px;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(../images/s_bg2.jpg);
}
.section2-body {
    border-top: 1px solid #333;
    padding: 33px 5% 0;
}
.section2-body p {
    font-size: 16px;
    color: #333;
    margin-bottom: 9px;
}
.section2-body ol {
    padding-left: 20px;
    margin: 0;
}
.section2-body ol li {
    font-size: 14px;
    color: #333;
}
@media (max-width: 767px) {
    .section2 {
        padding: 15px 0 25px;
        background-image: url(../images/s_bg2m.jpg);
    }
    .section2-body {
        padding: 25px 15px 0;
    }
    .section2-body p {
        font-size: 14px;
    }
    .section2-body ol li {
        font-size: 12px;
    }
}
.fx_btn {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    text-align: center;
    right: 10px;
    z-index: 3;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    background-color: #76c5e2;
    max-width: 102px;
    bottom: 55px;
    margin: 25px auto 0;
}
.fx_btn a {
    display: inline-block;
}
.fx_btn img {
    width: 49px;
    image-rendering: -webkit-optimize-contrast;
    height: auto;
    display: block;
}
section#header header {
    min-width: auto;
}
.footer-right-copyright span {
    font-size: 100%;
}
@media screen and (min-width: 3px) {
    section#header {
        left: 0;
        width: 100%;
    }
}
.footer-container ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .fx_btn {
        bottom: 113px;
    }
    section#header header.scrolling-down {
        margin-top: 0;
    }
    .header-spacer {
        height: 89px;
    }
    header nav .extra-section .search .search-go {
        right: 0;
        top: 0;
        bottom: 0;
    }
    .footer-container .footer {
        width: auto;
    }
    header nav.show-mobile-search .neko-spacer.desktop-only {
        width: 0;
    }
    header nav .logo-section {
        padding-left: 0;
    }
    section#header header {
        padding-right: 1rem;
    }
    header nav .logo-section a.logo {
        width: 110px;
        height: 36px;
    }
    .input_btn {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        z-index: 999;
    }
    header nav .extra-section .search .search-field.active .input_btn {
        display: none;
    }
}
.footer-left-Logo img {
    height: 30px;
    display: inline;
}
header nav .extra-section .location {
    margin: 0 0.9rem;
}
@media (max-width: 664px) {
    .footer-left-Logo img {
        height: auto;
    }
    header nav .extra-section .location {
        margin: 0 0.7rem;
    }
}
