@charset "UTF-8";
    .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
@font-face {
    font-weight: normal;
    font-style: normal;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: 0;
    outline: 0;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: 0;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←"}
[dir="rtl"] .slick-prev:before {
    content: "→"}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→"}
[dir="rtl"] .slick-next:before {
    content: "←"}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 80%}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: 0;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: .75;
}

/* Style */
body  {
    
    min-width:  0 !important;
    
    -webkit-text-size-adjust:  none;
    
    -ms-text-size-adjust:  none;
    
    -moz-text-size-adjust:  none;
    
    text-size-adjust:  none;
    
    overflow:  auto !important;
    
}

body.fb-body  {
    
    background-color:  #fff;
    
}

#container  {
    
    width:  100%;
    
}

.wrapper-content  {
    
    display:  block;
    
    width:  960px;
    
    margin:  0 auto;
    
}

.dbr, 
.tbr, 
.mbr  {
    
    display:  none;
    
    height:  0;
     width:  0;
    
    overflow:  hidden;
    
}

/*common styles*/
.b-block  {
    
    display:  block;
    
}

.adaptive-container  {
    
    margin-right:  auto;
    
    margin-left:  auto;
    
    padding-left:  40px;
    
    padding-right:  40px;
    
    max-width:  960px;
    
}

.popup-overlay  {
    
    display:  none;
    
    position:  fixed;
    
    z-index:  9999;
    
    top:  0;
    
    right:  0;
    
    bottom:  0;
    
    left:  0;
    
    background-color:  rgba(255, 255, 255, 0.8);
    
}

.popup-overlay * {
    
    box-sizing:  border-box;
    
}

.popup  {
    
    padding:  37px 36px;
    
    position:  absolute;
    
    left:  50%;
    
    top:  50%;
    
    background-color:  #fff;
    
    border:  2px solid #e2e2e2;
    
    -webkit-transform:  translate(-50%, -50%);
    
    -ms-transform:  translate(-50%, -50%);
    
    transform:  translate(-50%, -50%);
    
}

.popup__close  {
    
    width:  17px;
    
    height:  17px;
    
    position:  absolute;
    
    top:  8px;
    
    right:  9px;
    
    background:  url('https://static0.fitbit.com/simple.b-cssdisabled-png.h0cc8e18d3444dddc64330c9c8eb40b1a.pack?items=%2Fcontent%2Fassets%2Fstore2%2Fimages%2Fpopup__close.png') no-repeat;
    
    background-size:  cover;
    
    cursor:  pointer;
    
    opacity:  0.3;
    
}

.popup__close: hover  {
    
    opacity:  1;
    
}

.popup__text  {
    
    font-family:  'Microsoft JhengHei',  Arial,  sans-serif;
    
}

.popup .popup__close: hover  {
    
    cursor:  pointer;
    
}

a.btn  {
    
    display:  inline-block;
    
    padding:  6px 22px;
    
    font-family:  'Microsoft JhengHei',  Arial,  sans-serif;
    
    text-transform:  uppercase;
    
    font-size:  14px;
    
    text-decoration:  none;
    
    color:  #fff;
    
    border-radius:  18px;
    
    border:  3px solid;
    
    -webkit-transition:  all 0.1s ease-in-out;
    
    transition:  all 0.1s ease-in-out;
    
    cursor:  pointer;
    
    text-align:  center;
    
}

a.btn: hover  {
    
    background:  transparent;
    
}

a.btn--magenta  {
    
    background-color:  #ee3d6e;
    
    border-color:  #ee3d6e;
    
}

a.btn--magenta: hover  {
    
    color:  #ee3d6e;
    
}

a.btn--gray  {
    
    min-width:  200px;
    
    color:  #939c9e;
    
    border:  2px solid #939c9e;
    
    padding:  7px 10px 8px;
    
    line-height:  17px;
    
    vertical-align:  top;
    
}

a.btn--gray: hover  {
    
    color:  #fff;
    
    background-color:  #939c9e;
    
}

a.btn--white  {
    
    padding:  8px 39px;
    
    color:  #ee3d6e;
    
    border-color:  #fff;
    
    background-color:  #fff;
    
}

a.btn--white: hover  {
    
    color:  #fff;
    
    border-color:  #ee3d6e;
    
    background-color:  #ee3d6e;
    
}

@media (min-width:  1199px)  {
    
    .wrapper-content  {
    
        display:  block;
    
        width:  960px;
    
        margin:  0 auto;
    
}

    .tablet-visible  {
    display:  none !important;
}

    .desktop-hide, 
    .desktop-hidden  {
    display:  none !important;
}

    .dbr  {
    display:  block;
}

}
@media (max-width: 1199px),  (max-device-width: 1199px)  {
    
    .desktop-visible  {
    display:  none !important;
}

    .wrapper-content  {
    
        width:  728px;
    
}


    .adaptive-container  {
    
        padding-left:  20px;
    
        padding-right:  20px;
    
        max-width:  768px;
    
}


    .popup  {
    
        width:  768px;
    
}


    a.btn  {
    
        padding:  10px 22px;
    
        border-radius:  22px;
    
}


    a.btn--gray  {
    
        padding:  11px 43px 12px;
    
}

}

@media (min-width:  768px) and (max-width: 1199px),  
       (min-device-width:  768px) and (max-device-width: 1199px)  {
    
    .tablet-hide, 
    .tablet-hidden  {
    display:  none !important;
}

    .tbr  {
    display:  block;
}

}


@media (min-width: 768px)  {
    
    .mobile-visible  {
    display:  none !important;
}


    .popup-filter  {
    
        display:  block!important;
    
        position:  relative;
    
}


    .popup-filter .popup  {
    
        position:  static;
    
        -webkit-transform:  translate(0,  0);
    
        -ms-transform:  translate(0,  0);
    
        transform:  translate(0,  0);
    
        padding:  0;
    
        border:  0;
    
        float:  left;
    
        width:  auto;
    
}


    .popup-filter .popup__close  {
    
        display:  none;
    
}

}
@media (max-width:  767px),   (max-device-width: 767px) {
    
    .mbr  {
    display:  block;
}

    .mobile-hide, 
    .mobile-hidden  {
    display:  none !important;
}

    .tablet-visible  {
    display:  none !important;
}

    .wrapper-content  {
    
        width:  300px;
    
}


    .adaptive-container  {
    
        padding-left:  0;
    
        padding-right:  0;
    
        max-width:  300px;
    
}


    .popup-overlay  {
    
        position:  absolute;
    
}


    .popup  {
    
        width:  320px;
    
        padding:  38px 25px;
    
        top:  0;
    
        -webkit-transform:  translate(-50%, 0);
    
        -ms-transform:  translate(-50%, 0);
    
        transform:  translate(-50%, 0);
    
}


    a.btn--gray  {
    
        padding:  11px 64px 12px;
    
}

}

/* Legal Disclaimer */
#fgssr--features-content .bl-disclaimer  {
    
    max-width:  940px;
    
    padding:  20px 0;
    
}

#fgssr--features-content .bl-disclaimer__content  {
    
    font-family:  'Microsoft JhengHei',  Arial,  sans-serif;
    
    font-size:  12px;
    
    text-align:  center;
    
    color:  #939c9e;
    
    max-width:  none !important;
    
}
/* /Legal Disclaimer */
.indent-nav {
    display: block;
    overflow: hidden;
    position: absolute;
}
.indent-nav>a {
    position: absolute;
    top: -60px;
}
.indent-nav>a:before {
    content: "";
    display: block;
    height: 1em;
    width: 1em;
}
@media(max-width:767px), (max-device-width:767px) {
    .indent-nav>a {
    top: -38px;
}
}.submenu-commerce {
    position: relative;
    z-index: 10;
    background: #002a3a;
}
.submenu-commerce>* {
    background: #002a3a;
    display: block;
    position: relative;
}
.submenu-commerce .cloth {
    display: block;
    background: #002a3a;
}
.submenu-commerce ul.top li.actions {
    line-height: 61px;
    float: right;
}
.submenu-commerce.fixed>*, .submenu-commerce-animated.fixed>* {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 400;
}
.submenu-commerce-animated .wrapper-content {
    width: 100%}
.submenu-commerce-animated.fixed .wrapper-content .menu {
    -webkit-animation: showFixed .8s 1;
    -moz-animation: showFixed .8s 1;
    -o-animation: showFixed .8s 1;
    animation: showFixed .8s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.submenu-commerce-animated .wrapper-content .menu {
    position: static;
    -webkit-animation: showNotFixed .8s 1;
    -moz-animation: showNotFixed .8s 1;
    -o-animation: showNotFixed .8s 1;
    animation: showNotFixed .8s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    line-height: 60px;
    width: 100%}
.submenu-commerce-animated .menu.top.alignLeft {
    text-align: left;
}
.submenu-commerce-animated .menu.top {
    text-align: center;
}
@keyframes showFixed {
    0 {
    transform: translateY(0);
    opacity: 1.0;
}
49% {
    transform: translateY(-13px);
    opacity: .0;
}
51% {
    opacity: .0;
    transform: translateY(13px);
}
100% {
    transform: translateY(0);
    opacity: 1.0;
}
}@keyframes showNotFixed {
    0 {
    transform: translateY(0);
    opacity: 1.0;
}
49% {
    transform: translateY(13px);
    opacity: .0;
}
51% {
    transform: translateY(-13px);
    opacity: .0;
}
100% {
    transform: translateY(0);
    opacity: 1.0;
}
}.submenu-commerce .cloth, .submenu-commerce .cloth a {
    font-family: "Microsoft JhengHei", Arial, san-serif;
    color: #939c9e;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}
.submenu-commerce .cloth a {
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    border-bottom: 1px solid #254753;
}
.no-touch .submenu-commerce .cloth a:hover {
    color: #00b0b9;
}
.submenu-commerce .cloth .menu a {
    color: #fff;
}
.submenu-commerce .cloth .menu .menu a {
    color: #939c9e;
}
.submenu-commerce .cloth .menu>li>a {
    border-bottom: 0;
}
.submenu-commerce .cloth .menu>li.dir.hover>a, .no-touch .submenu-commerce .cloth .menu>li.dir:hover>a, .submenu-commerce .cloth .menu>li>a.active, .submenu-commerce .cloth .menu>li>a.active-hash, .no-touch .submenu-commerce .cloth .menu>li>a:hover {
    color: #00b0b9;
}
.submenu-commerce .cloth .cloth {
    position: absolute;
    top: -1000px;
    left: 0;
    width: 100%;
    border-top: 1px solid #00b0b9;
    text-align: center;
}
.submenu-commerce i {
    display: inline-block;
    width: 1px;
    height: 40px;
    vertical-align: middle;
    background: #576569;
    margin: 0 15px;
}
.submenu-commerce ul {
    display: inline-table;
    vertical-align: middle;
}
.submenu-commerce, .submenu-commerce ul {
    height: 61px;
}
.submenu-commerce ul>li {
    display: inline-block;
    height: 100%;
    padding: 0 19px;
    vertical-align: middle;
    text-align: center;
}
.submenu-commerce .cloth ul.top>li {
    padding: 0 20px;
}
.submenu-commerce ul>li>.cloth {
    visibility: hidden;
    z-index: -5;
    top: -1000px;
    left: -1000px;
}
.no-touch .submenu-commerce ul>li:hover>.cloth, .submenu-commerce ul>li.hover>.cloth {
    visibility: visible;
    top: 60px;
    left: 0;
    z-index: 500;
}
.submenu-commerce .cloth a.highlight, .submenu-commerce .cloth .highlight>li>a, .submenu-commerce .cloth .highlight>a {
    font-family: "Microsoft JhengHei", Arial, san-serif;
    color: #fff;
}
@media(min-width:768px) {
    .submenu-commerce .cloth .cloth {
    background: #002a3a;
    background: -webkit-linear-gradient(top, #002a3a 0, #01374b 100%);
    background: linear-gradient(to bottom, #002a3a 0, #01374b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a3a', endColorstr='#01374b', GradientType=0);
}
}@media(max-width:767px), (max-device-width:767px) {
    .submenu-commerce i {
    height: 25px;
}
.submenu-commerce .cloth .menu .menu a {
    color: #fff;
}
.submenu-commerce .cloth, .submenu-commerce .cloth a {
    font-size: 12px;
    line-height: 14px;
}
ul.menu>li.dir>a:after {
    content: "\f078";
    font-size: .8em;
    font-family: FontAwesome;
    margin-left: 1em;
}
.submenu-commerce .cloth .cloth {
    border-top: 0;
}
.no-touch .submenu-commerce ul>li:hover>.cloth, .submenu-commerce ul>li.hover>.cloth {
    top: 38px;
    left: 0;
}
.submenu-commerce .cloth .cloth ul>li>.cloth {
    display: none;
}
.no-touch .submenu-commerce .cloth .cloth ul>li:hover>.cloth, .submenu-commerce .cloth .cloth ul>li.hover>.cloth {
    top: 0;
    left: 0;
    display: block;
}
.submenu-commerce, .submenu-commerce ul {
    height: 38px;
}
.submenu-commerce .wrapper-content {
    width: 100%}
.submenu-commerce ul {
    width: 100%}
.submenu-commerce .cloth ul.top>li {
    padding: 0;
}
.submenu-commerce .cloth ul.top>li>a {
    display: block;
    padding: 12px 0;
}
.submenu-commerce .cloth .cloth .cloth {
    display: block;
    position: static;
}
.submenu-commerce .cloth .cloth ul {
    display: block;
    height: auto;
}
.submenu-commerce .cloth .cloth ul>li {
    display: block;
    padding: 0;
}
.submenu-commerce .cloth .cloth ul>li>a {
    display: block;
    padding: 12px 10px;
    border-top: 1px solid #576569;
}
.submenu-commerce-animated .wrapper-content .menu, .submenu-commerce-animated.fixed .wrapper-content .menu {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    line-height: 38px;
}
.submenu-commerce-animated .menu.top {
    text-align: center !important;
}
}.submenu-commerce-animated .menu.top .hdr-cart {
    -webkit-animation: scrollCartDown .8s 1;
    -moz-animation: scrollCartDown .8s 1;
    -o-animation: scrollCartDown .8s 1;
    animation: scrollCartDown .8s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    position: absolute;
    pointer-events: none;
    padding: 0;
    right: 0;
    margin-right: 18px;
    opacity: .0;
}
.submenu-commerce-animated .menu.top .hdr-cart.fixed {
    -webkit-animation: scrollCartUp .8s 1;
    -moz-animation: scrollCartUp .8s 1;
    -o-animation: scrollCartUp .8s 1;
    animation: scrollCartUp .8s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    pointer-events: auto;
    opacity: 1.0;
}
.submenu-commerce-animated .menu.top .hdr-cart ul, .submenu-commerce-animated .menu.top .hdr-cart.fixed ul {
    display: none;
}
@keyframes scrollCartUp {
    0, 50% {
    top: 0;
    right: 10px;
    opacity: .0;
}
51% {
    right: 10px;
    top: 13px;
    opacity: .5;
}
100% {
    right: 10px;
    top: 0;
    opacity: 1.0;
}
}@keyframes scrollCartDown {
    0 {
    top: 0;
    opacity: 1.0;
    right: 10px;
}
49% {
    top: 13px;
    opacity: .0;
    right: 10px;
}
50%, 100% {
    opacity: .0;
}
}.submenu-commerce-animated .menu.top .hdr-cart {
    top: 0;
    right: 0;
    z-index: 500;
    height: 60px;
}
.submenu-commerce-animated .menu.top .hdr-cart.fixed .cart-indicator {
    width: 30px;
    display: inline-block;
}
.submenu-commerce-animated .menu.top .hdr-cart.fixed .cart-indicator span {
    position: relative;
    color: #002a3a;
    z-index: 1;
    top: -3px;
    left: -2px;
    font-size: 13px;
}
.submenu-commerce-animated .menu.top .hdr-cart a.cart-indicator:after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 60px;
    content: " ";
    background: url("/simple.b-cssdisabled-svg.h81780f6032095268a15036b3febb7120.pack?items=%2Fcontent%2Fassets%2Fpip%2Fimages%2Fcart%2Fcart.svg") no-repeat center;
    background-size: contain;
}
.submenu-commerce-animated .menu.top .hdr-cart:hover a.cart-indicator:after {
    background: url("/simple.b-cssdisabled-svg.h3e810c0a3bcb64cfc48cfe3b3d07ba1a.pack?items=%2Fcontent%2Fassets%2Fpip%2Fimages%2Fcart%2Fcart-hover.svg") no-repeat center;
}
.submenu-commerce-animated .menu.top .hdr-cart.cart-empty a.cart-indicator:after {
    background: url("/simple.b-cssdisabled-svg.hb0e5d4568910d58d200882b4fff92d38.pack?items=%2Fcontent%2Fassets%2Fpip%2Fimages%2Fcart%2Fcart-empty.svg") no-repeat center;
}
.submenu-commerce-animated .menu.top .hdr-cart.cart-empty:hover a.cart-indicator:after {
    background: url("/simple.b-cssdisabled-svg.h292bd30b976deacd039cf505e6be6ac7.pack?items=%2Fcontent%2Fassets%2Fpip%2Fimages%2Fcart%2Fcart-empty-hover.svg") no-repeat center;
}
.preload * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.appf--icon-all-day-active::before {
    background-position: 0 0;
}
.appf--active .appf--icon-all-day-active::before {
    background-position: -30px 0;
}
.appf--icon-aria::before {
    background-position: 0 -30px;
}
.appf--active .appf--icon-aria::before {
    background-position: -30px -30px;
}
.appf--icon-badges::before {
    background-position: 0 -60px;
}
.appf--active .appf--icon-badges::before {
    background-position: -30px -60px;
}
.appf--icon-calendar::before {
    background-position: 0 -90px;
}
.appf--active .appf--icon-calendar::before {
    background-position: -30px -90px;
}
.appf--icon-challenges::before {
    background-position: 0 -120px;
}
.appf--active .appf--icon-challenges::before {
    background-position: -30px -120px;
}
.appf--icon-day-night::before {
    background-position: 0 -150px;
}
.appf--active .appf--icon-day-night::before {
    background-position: -30px -150px;
}
.appf--icon-food::before {
    background-position: 0 -180px;
}
.appf--active .appf--icon-food::before {
    background-position: -30px -180px;
}
.appf--icon-mobile-run::before {
    background-position: 0 -210px;
}
.appf--active .appf--icon-mobile-run::before {
    background-position: -30px -210px;
}
.appf--icon-mobile-track::before {
    background-position: 0 -240px;
}
.appf--active .appf--icon-mobile-track::before {
    background-position: -30px -240px;
}
.appf--icon-multi-tracker::before {
    background-position: 0 -270px;
}
.appf--active .appf--icon-multi-tracker::before {
    background-position: -30px -270px;
}
.appf--icon-notifications::before {
    background-position: 0 -300px;
}
.appf--active .appf--icon-notifications::before {
    background-position: -30px -300px;
}
.appf--icon-see-progress-graph::before {
    background-position: 0 -330px;
}
.appf--active .appf--icon-see-progress-graph::before {
    background-position: -30px -330px;
}
.appf--icon-stay-connected::before {
    background-position: 0 -360px;
}
.appf--active .appf--icon-stay-connected::before {
    background-position: -30px -360px;
}
.appf--icon-track-excercise::before {
    background-position: 0 -390px;
}
.appf--active .appf--icon-track-excercise::before {
    background-position: -30px -390px;
}
.appf--icon-water::before {
    background-position: 0 -420px;
}
.appf--active .appf--icon-water::before {
    background-position: -30px -420px;
}
.appf--icon-weight::before {
    background-position: 0 -450px;
}
.appf--active .appf--icon-weight::before {
    background-position: -30px -450px;
}
.is-animation-end {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}
.is-hidden, .stop-animation .hero_bg--workouts, .stop-animation .hero_bg--wandering, .stop-animation .hero_bg--waking-up, .stop-animation .hero_btn--skip {
    display: none;
}
.submenu-commerce {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
}
.submenu-commerce ul.top {
    width: 100%}
.submenu-commerce ul.top li.logo {
    font-family: "Proxima Nova ThinT", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 61px;
    color: #fff;
    float: left;
    text-align: left;
    padding: 0 9px;
}
.submenu-commerce ul.top li.logo a {
    font-family: "Proxima Nova ThinT", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 61px;
    color: #fff;
    float: left;
}
.no-touch .submenu-commerce ul.top li.logo a:hover, .touch .submenu-commerce ul.top li.logo a:active, .submenu-commerce ul.top li.logo a.active-hash {
    color: #fff;
}
.submenu-commerce ul.top li.actions {
    text-align: right;
    padding: 0;
}
.submenu-commerce ul.top li.actions a.btn {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
    color: #fff;
    border: 2px solid #fff;
    margin: 5px 9px;
    padding: 7px 31px;
}
.no-touch .submenu-commerce ul.top li.actions a.btn:hover, .touch .submenu-commerce ul.top li.actions a.btn:active {
    border-color: #fff;
    background: #fff;
    color: #ee3d6e;
}
.submenu-commerce ul.top li.actions a.btn.download {
    border-color: #ee3d6e;
    background: #ee3d6e;
}
.no-touch .submenu-commerce ul.top li.actions a.btn.download:hover, .touch .submenu-commerce ul.top li.actions a.btn.download:active {
    border-color: #ee3d6e;
    background: 0;
    color: #ee3d6e;
}
.sub-nav-mobile {
    background: #11242a;
}
.sub-nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub-nav-mobile ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.sub-nav-mobile ul li a {
    display: block;
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    font-size: 1.4em;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #1d494c;
    padding: 1em 0;
    text-align: center;
}
.sub-nav-mobile ul li:first-child a {
    border-top: 1px solid #1d494c;
}
.hero {
    position: relative;
    display: table;
    height: 680px;
    width: 100%;
    text-align: center;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(27, 170, 178, 0.8);
    opacity: 0;
    z-index: -1;
}
.hero.start-animation::before {
    -webkit-animation: heroFadeIn .2s 13.5s ease-in-out forwards;
    animation: heroFadeIn .2s 13.5s ease-in-out forwards;
}
.hero.stop-animation::before {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}
.hero_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-position: 50% 0;
    background-size: cover;
    opacity: 0;
}
.start-animation .hero_bg {
    -webkit-animation: heroFadeIn .25s ease-in-out forwards;
    animation: heroFadeIn .25s ease-in-out forwards;
}
.stop-animation .hero_bg {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}
.hero_bg--workouts {
    background-image: url("https://static0.fitbit.com/simple.b-cssdisabled-jpg.hb26500b82894e23d9ccba7e3d1135d5b.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fhero_workouts_1.jpg");
    opacity: 1;
}
.hero_bg--workouts, .start-animation .hero_bg--workouts {
    animation-name: none;
}
.hero_bg--wandering {
    background-image: url("https://static0.fitbit.com/simple.b-cssdisabled-jpg.hbe9406c33462c42603cc405e5346d801.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fhero_wandering.jpg");
}
.start-animation .hero_bg--wandering {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}
.hero_bg--waking-up {
    background-image: url("https://static1.fitbit.com/simple.b-cssdisabled-jpg.hc3b2a7a0f1127cd38df574a56d5c708b.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fhero_waking_up.jpg");
    background-position: 50% 100%}
.start-animation .hero_bg--waking-up {
    -webkit-animation-delay: 7.75s;
    animation-delay: 7.75s;
}
.hero_bg--everyone {
    background-image: url("https://static0.fitbit.com/simple.b-cssdisabled-jpg.h25e865e125f0ec9b0bd62eb3eb5e6c0e.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fhero_everyone_1.jpg");
}
.start-animation .hero_bg--everyone {
    -webkit-animation-delay: 11.5s;
    animation-delay: 11.5s;
}
.hero_content {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 20px;
    overflow: hidden;
}
.hero_content-container {
    margin: 0 auto;
    width: 1200px;
}
.hero_logo {
    margin: 0 auto 51px;
    opacity: 0;
}
.start-animation .hero_logo {
    -webkit-animation: heroFadeIn .2s 14s linear forwards;
    animation: heroFadeIn .2s 14s linear forwards;
}
.stop-animation .hero_logo {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}
.hl {
    width: 110px;
    height: 110px;
}
.hl_image {
    width: 100%}
.hero_slogan {
    position: relative;
    display: inline-block;
    font-family: "Proxima Nova ThinT", Arial, Helvetica, sans-serif;
    font-size: 56px;
    color: #fff;
    opacity: 0;
}
.hero_slogan:lang(es) {
    padding-right: 0;
    margin-left: 0;
    width: 630px;
    text-align: left;
}
.hero_slogan .js-app-for {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0;
    white-space: nowrap;
}
.hero_slogan .js-app-for:lang(ja) {
    left: auto;
    right: 0;
}
.start-animation .hero_slogan .js-app-for {
    -webkit-animation: heroFadeInOut 2.5s ease-in-out forwards;
    animation: heroFadeInOut 2.5s ease-in-out forwards;
}
.stop-animation .hero_slogan .js-app-for {
    -webkit-animation: none;
    animation: none;
}
.start-animation .hero_slogan {
    opacity: 1;
    -webkit-transition: color .2s 1s ease-in-out;
    transition: color .2s 1s ease-in-out;
}
.stop-animation .hero_slogan {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}
.js-app-for-wrap {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    display: inline-block;
    position: relative;
    left: 0;
    color: transparent;
    text-align: left;
}
.js-app-for-wrap:lang(ja) {
    text-align: right;
}
.start-animation .js-app-for-wrap {
    color: #fff;
    -webkit-transition: color .2s 12s ease-in-out;
    transition: color .2s 12s ease-in-out;
}
.stop-animation .js-app-for-wrap {
    color: #fff;
    -webkit-transition: none;
    transition: none;
}
.start-animation .hero_slogan .js-app-for--workouts {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.start-animation .hero_slogan .js-app-for--wandering {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.start-animation .hero_slogan .js-app-for--waking-up {
    -webkit-animation-delay: 8.5s;
    animation-delay: 8.5s;
}
.hero_descr {
    margin: 27px 0 54px;
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
}
.start-animation .hero_descr {
    -webkit-animation: heroFadeIn .2s 14.5s ease-in-out forwards;
    animation: heroFadeIn .2s 14.5s ease-in-out forwards;
}
.stop-animation .hero_descr {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}
.hero_device-list {
    opacity: 0;
}
.start-animation .hero_device-list {
    -webkit-animation: heroFadeIn .2s 15s ease-in-out forwards;
    animation: heroFadeIn .2s 15s ease-in-out forwards;
}
.stop-animation .hero_device-list {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}
.hdl_item {
    display: inline-block;
}
.hdl_item--android {
    margin: 0 44px 0 45px;
}
.hdl_item-img {
    height: 45px;
}
.hero_btn {
    display: block;
    position: absolute;
    bottom: 29px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    opacity: .6;
}
.hero_btn:hover {
    opacity: 1;
}
.hero_btn--skip {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.start-animation .hero_btn--skip {
    -webkit-animation: heroFadeOut .2s 15s ease-in-out forwards;
    animation: heroFadeOut .2s 15s ease-in-out forwards;
}
.hero_btn--scroll {
    display: none;
    width: 18px;
    height: 11px;
    background-image: url("https://static1.fitbit.com/simple.b-cssdisabled-png.hb609d06429acb3da312d25fdfac48394.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fhero_arrow.png");
    background-size: cover;
}
.appf {
    display: table;
    width: 100%;
    position: relative;
    /*background: -webkit-linear-gradient(#fff, #e3e3e3);
    background: linear-gradient(#fff, #e3e3e3);*/
}
.appf>div {
    /*display: table-cell;*/
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.appf img {
    display: block;
}
.appf:nth-of-type(even) {
    background: -webkit-linear-gradient(#003348, #001721);
    background: linear-gradient(#003348, #001721);
}
.appf section {
    box-sizing: border-box;
    padding: 28px 0;
    margin: 0 auto;
}
.appf section>h1 {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    color: #00b0b9;
}
.appf--features>h1 {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    color: #00b0b9;
}
.appf section>h2, .appf--features>h2 {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    color: #002a3a;
}
.appf:nth-of-type(even) .appf--features>h2, .appf:nth-of-type(even) section>h2 {
    color: #fff;
}
.appf--device {
    position: relative;
}
.appf--device>img {
    pointer-events: none;
}
.appf--screen {
    position: absolute;
}
.appf--screen img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    outline: 0;
}
.appf--screen img.appf--active {
    z-index: 2;
}
.appf article {
    outline: 0;
}
.appf article h1, .appf article p {
    cursor: default;
}
.appf article h1, .appf article p {
    color: #939c9e;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.appf article a {
    color: #939c9e;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    color: #939c9e;
    text-decoration: underline;
    outline: 0;
}
.appf article a:active, .appf article a:hover, .appf article a:link, .appf article a:visited {
    color: #939c9e;
}
.appf article.appf--active h1, .appf article.appf--active p {
    color: #000000;
}
.appf article.appf2--active h1, .appf article.appf2--active p {
    color: #c7c5e2;
}
.appf article.appf--active a {
    color: #002a3a;
}
.appf article.appf--active a:active, .appf article.appf--active a:link, .appf article.appf--active a:visited {
    color: #002a3a;
}
.appf article.appf--active a:hover {
    color: #00b0b9;
}
.appf:nth-of-type(even) article.appf--active h1 {
    color: #fafafa;
}
.appf:nth-of-type(even) article.appf--active p {
    color: #fff;
}
.appf:nth-of-type(even) article.appf--active a {
    color: #fff;
}
.appf:nth-of-type(even) article.appf--active a:hover {
    color: #00b0b9;
}
.appf article h1 {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
}
.appf article p {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
}
.appf--next-feature, .appf--prev-feature {
    display: none;
}
.appd {
    background-image: -webkit-linear-gradient(90deg, #008eaa 0, #00b0b9 100%);
    background-image: -moz-linear-gradient(90deg, #008eaa 0, #00b0b9 100%);
    background-image: -ms-linear-gradient(90deg, #008eaa 0, #00b0b9 100%);
    background-image: linear-gradient(360deg, #008eaa 0, #00b0b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr= '#00B0B9', endColorstr='#008EAA');
    min-height: 645px;
    box-sizing: border-box;
    padding-bottom: 60px;
}
.appd>div {
    width: 728px;
    margin: 0 auto;
    text-align: center;
}
.appd h1 {
    font-family: "Proxima Nova ThinT", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1.07px;
    padding-top: 55px;
}
.appd p {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    color: #002a3a;
    font-size: 16px;
    margin-top: 28px;
}
.appd img {
    width: 664px;
    margin-top: 60px;
}
.appmt {
    background-image: -webkit-linear-gradient(90deg, #ededed 0, white 100%);
    background-image: -ms-linear-gradient(90deg, #ededed 0, white 100%);
    min-height: 307px;
    position: relative;
}
.appmt>div {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    background: url("https://static1.fitbit.com/simple.b-cssdisabled-png.h50315da992a940b1660e1f82de95b5e8.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fdevices-bg.png") center top no-repeat;
    background-size: 1304px 308px;
}
.appmt h1 {
    font-family: "Proxima Nova ThinT", Arial, Helvetica, sans-serif;
    font-size: 40px;
    padding-top: 55px;
    color: #1cb0b8;
}
.appmt p {
    color: #576569;
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    font-size: 16px;
    margin-top: 32px;
    line-height: 24px;
    min-height: 48px;
}
.appmt .btn {
    font-size: 14px;
    background: #ee3d6e;
    border-color: #ee3d6e;
    margin-top: 36px;
    padding: 8px 29px;
}
.appmt .btn:hover {
    color: #ee3d6e;
    background: transparent;
}
.appdl {
    background-image: -webkit-linear-gradient(90deg, #008eaa 0, #00b0b9 100%);
    background-image: -moz-linear-gradient(90deg, #008eaa 0, #00b0b9 100%);
    background-image: -ms-linear-gradient(90deg, #008eaa 0, #00b0b9 100%);
    background-image: linear-gradient(360deg, #008eaa 0, #00b0b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr= '#00B0B9', endColorstr='#008EAA');
    height: auto;
}
.appdl>div {
    width: 728px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    background: url("https://static0.fitbit.com/simple.b-cssdisabled-png.he2ce0f9b0b6f181f1f27744676b4df6b.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fphones-bg.png") center bottom no-repeat;
    background-size: 709px 240px;
    padding-bottom: 289px;
}
.appdl h1 {
    font-family: "Proxima Nova ThinT", Arial, Helvetica, sans-serif;
    font-size: 40px;
    padding-top: 55px;
    color: #fff;
}
.appdl>div>a {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 29px;
}
.appdl>div>a:hover {
    color: #c3c8c9;
}
.appdl ul {
    margin-top: 80px;
}
.appdl ul li {
    display: inline-block;
}
.appdl ul li img {
    height: 45px;
}
.appdl-ios {
    margin-right: 92px;
}
.appdl-android {
    margin-right: 87px;
}
.appfn {
    height: 38px;
    background-color: #e2e2e2;
    position: relative;
}
.appfn div {
    color: #939c9e;
    font-size: 12px;
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    font-style: italic;
}
.appfn div:lang(ja), .appfn div:lang(ko), .appfn div:lang(zh) {
    font-style: normal;
}
@media(min-width:768px) {
    .appf section>div {
    display: table;
}
.appf section>div>div {
    display: table-cell;
    vertical-align: middle;
}
.appf section>h1 {
    font-size: 42px;
    line-height: 46px;
    padding-bottom: 12px;
}
.appf--features>h1 {
    font-size: 36px;
    /*line-height: 46px;*/
    padding-bottom: 36px;
	padding-left: 40px;
}
.appf:nth-of-type(odd) .appf--features>h1, .appf:nth-of-type(odd) section>h1 {
    position: relative;
    left: -4px;
}
.appf section>h2 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 72px;
}
.appf--features>h2 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 72px;
}
.appf--screen img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 1 !important;
    opacity: 0 !important;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    width: 100%;
    height: auto;
}
.appf--screen img.appf--active {
    z-index: 2 !important;
    opacity: 1 !important;
}
.appf--day-night .appf--screen {
    left: 18px;
    top: 69px;
    width: 243px;
}
.appf--activity-workouts .appf--screen {
    left: 18px;
    top: 69px;
    width: 243px;
}
.appf--motivation-friends .appf--screen {
    left: 18px;
    top: 69px;
    width: 243px;
}
.appf--weight-nutrition .appf--screen {
    left: 12px;
    top: 46px;
    width: 254px;
}
.appf article h1 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 14px;
}
.appf article h1:before {
    position: absolute;
    left: -44px;
    top: -1px;
    content: "";
    width: 30px;
    height: 30px;
    /*background-image: url("http://m.mobileaction.com/web/wp-content/uploads/2016/12/icon_all.png");*/
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 60px 480px;
}
.appf article p {
    /*font-size: 14px;*/
    line-height: 18px;
}
}@media(min-width:1200px) {
    .stop-animation .hero_btn--scroll {
    display: block !important;
}
.appf--day-night {
    height: 689px;
}
.appf--activity-workouts {
    height: 687px;
}
.appf--motivation-friends {
    height: 681px;
}
.appf--weight-nutrition {
    height: 657px;
}
.appf section {
    width: 944px;
}
.appf:nth-of-type(even) section>div {
    position: relative;
    right: 4px;
}
.appf:nth-of-type(odd) .appf--features {
    padding-left: 58px;
}
.appf:nth-of-type(even) .appf--features {
    padding-right: 58px;
}
.appf.appf--day-night .appf--features {
    padding-left: 62px;
}
.appf.appf--motivation-friends .appf--features {
    padding-left: 60px;
}
.appf.appf--activity-workouts .appf--features {
    padding-right: 56px;
}
.appf.appf--weight-nutrition .appf--features {
    padding-right: 54px;
}
.appf--features>h2 {
    padding-right: 70px;
}
.appf.appf--activity-workouts .appf--features>h2 {
    padding-right: 71px;
}
.appf article {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-left: 40px;
    padding-bottom: 36px;
}
.appf article p {
    width: 240px;
}
.appf .appf--right-column {
    padding-left: 56px;
}
.appf .appf--last-item-in-column {
    padding-bottom: 0;
}
}@media(max-width:1199px), (max-device-width:1199px) {
    .submenu-commerce .wrapper-content>.cloth {
    margin-right: -15px;
}
.submenu-commerce ul.top li.logo {
    text-align: left;
    padding: 0;
}
.submenu-commerce ul.top li.actions a.btn {
    border-width: 3px;
    margin: 5px 13px;
    padding: 6px 30px;
}
.submenu-commerce ul.top li.actions a.btn:lang(es) {
    margin: 5px 5px;
    padding: 6px 25px;
}
.start-animation .hero_bg {
    display: block;
}
.hero_bg {
    display: none;
}
.hero_bg--everyone {
    display: block;
}
.hero_content-container {
    width: 748px;
    padding-left: 10px;
    padding-right: 10px;
}
.hero_slogan:lang(es) {
    text-align: center;
}
.hero_btn {
    display: none;
}
.stop-animation .hero_btn--scroll {
    display: none;
}
.appf--activity-workouts, .appf--day-night {
    height: 820px;
}
.appf--motivation-friends {
    height: 811px;
}
.appf--weight-nutrition {
    height: 788px;
}
.appf section {
    width: 720px;
    padding-bottom: 40px;
}
.appf section>h2 {
    font-size: 19px;
    line-height: 23px;
    padding-bottom: 58px;
}
.appf:nth-of-type(odd) .appf--features {
    padding-left: 44px;
}
.appf:nth-of-type(even) .appf--features {
    padding-right: 44px;
}
.appf.appf--motivation-friends .appf--features {
    padding-left: 40px;
}
.appf:nth-of-type(even) .appf--device {
    right: -8px;
}
.appf article {
    padding-left: 44px;
    padding-bottom: 35px;
    width: auto;
}
.appf article:last-of-type {
    padding-bottom: 0;
}
.appf article p {
    width: auto;
}
.appf .appf--right-column {
    padding-left: 44px;
}
.appf .appf--last-item-in-column {
    padding-bottom: 35px;
}
.appf:nth-of-type(even) article {
    padding-right: 4px;
    padding-left: 44px;
}
.appf.appf--activity-workouts article {
    padding-left: 43px;
}
.appf.appf--weight-nutrition article {
    padding-left: 40px;
}
.appmt .btn:hover {
    color: #fff;
    background: #ee3d6e;
}
.appmt h1, .appmt p {
    width: 748px;
    margin-left: auto;
    margin-right: auto;
}
.appmt>a:hover {
    color: #fff;
}
}@media(max-width:767px), (max-device-width:767px) {
    .hero {
    height: 417px;
}
.hero_bg--everyone {
    background-image: url("https://static1.fitbit.com/simple.b-cssdisabled-jpg.he077d2798bb490cb1371a645926b0885.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fhero_everyone_1_small.jpg");
}
.hero_content {
    padding-top: 31px;
    padding-bottom: 0;
    vertical-align: top;
}
.hero_content-container {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.hl {
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
}
.hero_slogan:lang(ja), .hero_slogan:lang(ko), .hero_slogan:lang(zh) {
    font-size: 30px;
    margin-left: 0;
}
.hero_slogan, .hero_slogan:lang(es) {
    font-size: 34px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    width: 100%}
.hero_descr {
    margin: 58px 0 27px;
    font-size: 12px;
}
.hdl_item {
    display: block;
    margin: 0 0 14px !important;
}
.hdl_item-img {
    height: auto;
    width: 141px;
}
.appf--activity-workouts, .appf--day-night, .appf--motivation-friends, .appf--weight-nutrition {
    height: 1px;
}
.appf section {
    overflow: hidden;
    width: 300px;
    padding-top: 23px;
    padding-bottom: 66px;
}
.appf section>h1 {
    font-size: 31px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 8px;
}
.appf--weight-nutrition section>h1 {
    padding-bottom: 14px;
}
.appf section>h2 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    white-space: normal;
    padding-bottom: 28px;
}
.appf--motivation-friends section>h2 {
    width: 264px;
    margin-left: auto;
    margin-right: auto;
}
.appf--weight-nutrition section>h2 {
    padding-bottom: 32px;
}
.appf--device {
    width: 192px;
    padding-bottom: 25px;
    margin: 0 auto;
}
.appf:nth-of-type(even) .appf--device {
    right: 0;
}
.appf--activity-workouts .appf--device {
    top: -4px;
}
.appf--weight-nutrition .appf--device {
    top: -1px;
    padding-bottom: 26px;
}
.appf--device img {
    width: 100%;
    height: auto;
    opacity: 1;
}
.appf--day-night .appf--screen {
    left: 12px;
    top: 48px;
    width: 169px;
}
.appf--activity-workouts .appf--screen {
    left: 12px;
    top: 48px;
    width: 169px;
}
.appf--motivation-friends .appf--screen {
    left: 12px;
    top: 48px;
    width: 169px;
}
.appf--weight-nutrition .appf--screen {
    left: 12px;
    top: 48px;
    width: 169px;
}
.appf:nth-of-type(odd) .appf--features {
    padding-left: 0;
}
.appf:nth-of-type(even) .appf--features {
    padding-right: 0;
}
.appf:nth-of-type(even) article, .appf article {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.appf article h1, .appf article p {
    text-align: center;
    color: #002a3a;
}
.appf article h1 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
}
.appf article p {
    font-size: 13px;
    line-height: 18px;
}
.appf--day-night article p {
    padding-left: 27px;
    padding-right: 27px;
}
.appf article a {
    color: #00b0b9;
}
.appf article a:active, .appf article a:hover, .appf article a:link, .appf article a:visited {
    color: #00b0b9;
}
.appf:nth-of-type(even) article h1 {
    color: #fafafa;
}
.appf:nth-of-type(even) article p {
    color: #fff;
}
.appf .slick-slider {
    margin-bottom: 0;
}
.appf .slick-slide {
    outline: 0;
}
.appf .slick-dots {
    bottom: -37px;
}
.appf .slick-dots li {
    width: 12px;
    height: 12px;
}
.appf .slick-dots li button {
    width: 6px;
    height: 6px;
    font-size: 0;
    line-height: 0;
    padding: 4px;
    border: 2px solid #939c9e;
    border-radius: 12px;
}
.appf .slick-dots li button:before {
    display: none;
}
.appf .slick-dots li.slick-active button {
    background-color: #939c9e;
}
.appf .appf--right-column {
    padding-left: 0;
}
.appf .appf--last-item-in-column {
    padding-bottom: 0;
}
.appf--prev-feature {
    display: block;
    position: absolute;
    z-index: 1000;
    left: -64px;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url("http://m.mobileaction.com/web/wp-content/uploads/2016/12/arrow.png") 0 0 no-repeat transparent;
    cursor: pointer;
    margin-top: -28px;
    -webkit-tap-highlight-color: transparent;
}
.appf--next-feature {
    display: block;
    position: absolute;
    z-index: 1000;
    left: -64px;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url("http://m.mobileaction.com/web/wp-content/uploads/2016/12/arrow.png") 0 0 no-repeat transparent;
    cursor: pointer;
    margin-top: -28px;
    -webkit-tap-highlight-color: transparent;
    left: auto;
    right: -64px;
    background-position: -32px 0;
}
.appf--prev-feature:active {
    background-position: 0 -32px;
}
.appf--next-feature:active {
    background-position: -32px -32px;
}
.appmt {
    min-height: 254px;
}
.appmt>div {
    position: static;
    padding-bottom: 30px;
    background: url("https://static0.fitbit.com/simple.b-cssdisabled-png.h3bd09d96671fbfdbebee1799a838b17f.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fdevices-bg-mobile.png") center top no-repeat;
    background-size: 559px 243px;
}
.appmt h1 {
    font-size: 30px;
    padding-top: 26px;
}
.appmt p {
    min-height: 0;
    margin-top: 26px;
}
.appmt h1, .appmt p {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.appmt .btn {
    margin-top: 26px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.appd {
    min-height: 0;
    padding-bottom: 28px;
    overflow-x: hidden;
}
.appd>div {
    width: 320px;
    position: relative;
}
.appd h1 {
    font-size: 30px;
    letter-spacing: .8px;
    padding-top: 22px;
    line-height: 38px;
}
.appd p {
    margin-top: 9px;
    line-height: 22px;
}
.appd img {
    width: 374px;
    margin-top: 29px;
    position: relative;
    left: -27px;
}
.appdl>div {
    width: 320px;
    background: 0;
    padding-bottom: 31px;
}
.appdl h1 {
    font-size: 30px;
    padding-top: 22px;
    line-height: 38px;
}
.appdl>div>a {
    margin-top: 16px;
}
.appdl ul {
    margin-top: 27px;
}
.appdl ul li {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 12px;
}
.appdl ul li.appdl-ios {
    padding-bottom: 0;
}
.appdl-ios {
    background: url("https://static0.fitbit.com/simple.b-cssdisabled-png.h959678cd3e691523693e2ee2fa8faf80.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fiphone-mobile.png") 0 0 no-repeat;
    background-size: 134px 256px;
    height: 270px;
}
.appdl-android {
    background: url("https://static1.fitbit.com/simple.b-cssdisabled-png.h5fe92aa954a33063e893dc20bd9102b2.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fnexus-mobile.png") 0 0 no-repeat;
    background-size: 141px 262px;
    height: 262px;
}
.appdl-windows {
    background: url("https://static0.fitbit.com/simple.b-cssdisabled-png.h6b588abcdec84d8e3777d8f8d70d5505.pack?items=%2Fcontent%2Fassets%2Fapp2%2Fimages%2Fwindows-mobile.png") 0 0 no-repeat;
    background-size: 140px 251px;
    height: 232px;
}
.appdl ul li a {
    position: absolute;
    right: 10px;
    top: 103px;
    width: 150px;
    height: auto;
    display: block;
}
.appdl-android ul li a {
    top: 89px;
}
.appdl-windows ul li a {
    top: 88px;
}
.appdl ul li a img {
    width: 100%;
    height: auto;
}
}@-webkit-keyframes heroFadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes heroFadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-webkit-keyframes heroFadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes heroFadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}@-webkit-keyframes heroFadeInOut {
    0 {
    opacity: 0;
}
7% {
    opacity: 1;
}
93% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@keyframes heroFadeInOut {
    0 {
    opacity: 0;
}
7% {
    opacity: 1;
}
93% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}