﻿@charset "UTF-8";
#divGoTop {
  right: 5%;
  bottom: 2%; }

@media screen and (max-width: 960px) {
  .Rwd #divGoTop {
    right: 5%;
    bottom: 2%; } }

/* //Animation 擴充
//慢速上升 Start */
@-webkit-keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpSlow {
  -webkit-animation-name: fadeInUpSlow;
  animation-name: fadeInUpSlow; }

@-webkit-keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftSlow {
  -webkit-animation-name: fadeInLeftSlow;
  animation-name: fadeInLeftSlow; }

/* //End */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

.fadeInUpSlow, .scaleLeft, .fadeInLeftSlow {
  visibility: hidden;
  animation-duration: 1s; }

@-webkit-keyframes scaleLeft {
  from {
    -webkit-transform: scaleX(0.01);
    transform: scaleX(0.01);
    -webkit-transform-origin: left;
    transform-origin: left; }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left; } }

@keyframes scaleLeft {
  from {
    -webkit-transform: scaleX(0.01);
    transform: scaleX(0.01);
    -webkit-transform-origin: left;
    transform-origin: left; }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left; } }

.scaleLeft {
  -webkit-animation-name: scaleLeft;
  animation-name: scaleLeft; }

body {
  margin: 0; }

.kf-container {
  position: relative;
  box-sizing: border-box;
  /*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ }
  .kf-container *,
  .kf-container *::before,
  .kf-container *::after {
    box-sizing: inherit; }
  .kf-container > .content {
    max-width: 1920px;
    margin: 0 auto; }
  .kf-container html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar; }
  .kf-container *,
  .kf-container *::before,
  .kf-container *::after {
    box-sizing: inherit; }
  .kf-container .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 320px) {
      .kf-container .container {
        max-width: 540px; } }
    @media (min-width: 640px) {
      .kf-container .container {
        max-width: 720px; } }
    @media (min-width: 960px) {
      .kf-container .container {
        max-width: 960px; } }
    @media (min-width: 1366px) {
      .kf-container .container {
        max-width: 1366px; } }
  .kf-container .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .kf-container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .kf-container .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .kf-container .no-gutters > .col,
    .kf-container .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .kf-container .col-1, .kf-container .col-2, .kf-container .col-3, .kf-container .col-4, .kf-container .col-5, .kf-container .col-6, .kf-container .col-7, .kf-container .col-8, .kf-container .col-9, .kf-container .col-10, .kf-container .col-11, .kf-container .col-12, .kf-container .col, .kf-container .col-auto, .kf-container .col-sm-1, .kf-container .col-sm-2, .kf-container .col-sm-3, .kf-container .col-sm-4, .kf-container .col-sm-5, .kf-container .col-sm-6, .kf-container .col-sm-7, .kf-container .col-sm-8, .kf-container .col-sm-9, .kf-container .col-sm-10, .kf-container .col-sm-11, .kf-container .col-sm-12, .kf-container .col-sm, .kf-container .col-sm-auto, .kf-container .col-md-1, .kf-container .col-md-2, .kf-container .col-md-3, .kf-container .col-md-4, .kf-container .col-md-5, .kf-container .col-md-6, .kf-container .col-md-7, .kf-container .col-md-8, .kf-container .col-md-9, .kf-container .col-md-10, .kf-container .col-md-11, .kf-container .col-md-12, .kf-container .col-md, .kf-container .col-md-auto, .kf-container .col-lg-1, .kf-container .col-lg-2, .kf-container .col-lg-3, .kf-container .col-lg-4, .kf-container .col-lg-5, .kf-container .col-lg-6, .kf-container .col-lg-7, .kf-container .col-lg-8, .kf-container .col-lg-9, .kf-container .col-lg-10, .kf-container .col-lg-11, .kf-container .col-lg-12, .kf-container .col-lg, .kf-container .col-lg-auto, .kf-container .col-xl-1, .kf-container .col-xl-2, .kf-container .col-xl-3, .kf-container .col-xl-4, .kf-container .col-xl-5, .kf-container .col-xl-6, .kf-container .col-xl-7, .kf-container .col-xl-8, .kf-container .col-xl-9, .kf-container .col-xl-10, .kf-container .col-xl-11, .kf-container .col-xl-12, .kf-container .col-xl, .kf-container .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .kf-container .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .kf-container .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .kf-container .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .kf-container .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .kf-container .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .kf-container .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .kf-container .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .kf-container .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .kf-container .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .kf-container .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .kf-container .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .kf-container .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .kf-container .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .kf-container .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .kf-container .order-first {
    order: -1; }
  .kf-container .order-last {
    order: 13; }
  .kf-container .order-0 {
    order: 0; }
  .kf-container .order-1 {
    order: 1; }
  .kf-container .order-2 {
    order: 2; }
  .kf-container .order-3 {
    order: 3; }
  .kf-container .order-4 {
    order: 4; }
  .kf-container .order-5 {
    order: 5; }
  .kf-container .order-6 {
    order: 6; }
  .kf-container .order-7 {
    order: 7; }
  .kf-container .order-8 {
    order: 8; }
  .kf-container .order-9 {
    order: 9; }
  .kf-container .order-10 {
    order: 10; }
  .kf-container .order-11 {
    order: 11; }
  .kf-container .order-12 {
    order: 12; }
  .kf-container .offset-1 {
    margin-left: 8.33333%; }
  .kf-container .offset-2 {
    margin-left: 16.66667%; }
  .kf-container .offset-3 {
    margin-left: 25%; }
  .kf-container .offset-4 {
    margin-left: 33.33333%; }
  .kf-container .offset-5 {
    margin-left: 41.66667%; }
  .kf-container .offset-6 {
    margin-left: 50%; }
  .kf-container .offset-7 {
    margin-left: 58.33333%; }
  .kf-container .offset-8 {
    margin-left: 66.66667%; }
  .kf-container .offset-9 {
    margin-left: 75%; }
  .kf-container .offset-10 {
    margin-left: 83.33333%; }
  .kf-container .offset-11 {
    margin-left: 91.66667%; }
  @media (min-width: 320px) {
    .kf-container .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .kf-container .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .kf-container .col-sm-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .kf-container .col-sm-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .kf-container .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .kf-container .col-sm-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .kf-container .col-sm-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .kf-container .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .kf-container .col-sm-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .kf-container .col-sm-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .kf-container .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .kf-container .col-sm-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .kf-container .col-sm-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .kf-container .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .kf-container .order-sm-first {
      order: -1; }
    .kf-container .order-sm-last {
      order: 13; }
    .kf-container .order-sm-0 {
      order: 0; }
    .kf-container .order-sm-1 {
      order: 1; }
    .kf-container .order-sm-2 {
      order: 2; }
    .kf-container .order-sm-3 {
      order: 3; }
    .kf-container .order-sm-4 {
      order: 4; }
    .kf-container .order-sm-5 {
      order: 5; }
    .kf-container .order-sm-6 {
      order: 6; }
    .kf-container .order-sm-7 {
      order: 7; }
    .kf-container .order-sm-8 {
      order: 8; }
    .kf-container .order-sm-9 {
      order: 9; }
    .kf-container .order-sm-10 {
      order: 10; }
    .kf-container .order-sm-11 {
      order: 11; }
    .kf-container .order-sm-12 {
      order: 12; }
    .kf-container .offset-sm-0 {
      margin-left: 0; }
    .kf-container .offset-sm-1 {
      margin-left: 8.33333%; }
    .kf-container .offset-sm-2 {
      margin-left: 16.66667%; }
    .kf-container .offset-sm-3 {
      margin-left: 25%; }
    .kf-container .offset-sm-4 {
      margin-left: 33.33333%; }
    .kf-container .offset-sm-5 {
      margin-left: 41.66667%; }
    .kf-container .offset-sm-6 {
      margin-left: 50%; }
    .kf-container .offset-sm-7 {
      margin-left: 58.33333%; }
    .kf-container .offset-sm-8 {
      margin-left: 66.66667%; }
    .kf-container .offset-sm-9 {
      margin-left: 75%; }
    .kf-container .offset-sm-10 {
      margin-left: 83.33333%; }
    .kf-container .offset-sm-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 640px) {
    .kf-container .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .kf-container .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .kf-container .col-md-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .kf-container .col-md-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .kf-container .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .kf-container .col-md-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .kf-container .col-md-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .kf-container .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .kf-container .col-md-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .kf-container .col-md-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .kf-container .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .kf-container .col-md-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .kf-container .col-md-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .kf-container .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .kf-container .order-md-first {
      order: -1; }
    .kf-container .order-md-last {
      order: 13; }
    .kf-container .order-md-0 {
      order: 0; }
    .kf-container .order-md-1 {
      order: 1; }
    .kf-container .order-md-2 {
      order: 2; }
    .kf-container .order-md-3 {
      order: 3; }
    .kf-container .order-md-4 {
      order: 4; }
    .kf-container .order-md-5 {
      order: 5; }
    .kf-container .order-md-6 {
      order: 6; }
    .kf-container .order-md-7 {
      order: 7; }
    .kf-container .order-md-8 {
      order: 8; }
    .kf-container .order-md-9 {
      order: 9; }
    .kf-container .order-md-10 {
      order: 10; }
    .kf-container .order-md-11 {
      order: 11; }
    .kf-container .order-md-12 {
      order: 12; }
    .kf-container .offset-md-0 {
      margin-left: 0; }
    .kf-container .offset-md-1 {
      margin-left: 8.33333%; }
    .kf-container .offset-md-2 {
      margin-left: 16.66667%; }
    .kf-container .offset-md-3 {
      margin-left: 25%; }
    .kf-container .offset-md-4 {
      margin-left: 33.33333%; }
    .kf-container .offset-md-5 {
      margin-left: 41.66667%; }
    .kf-container .offset-md-6 {
      margin-left: 50%; }
    .kf-container .offset-md-7 {
      margin-left: 58.33333%; }
    .kf-container .offset-md-8 {
      margin-left: 66.66667%; }
    .kf-container .offset-md-9 {
      margin-left: 75%; }
    .kf-container .offset-md-10 {
      margin-left: 83.33333%; }
    .kf-container .offset-md-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 960px) {
    .kf-container .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .kf-container .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .kf-container .col-lg-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .kf-container .col-lg-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .kf-container .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .kf-container .col-lg-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .kf-container .col-lg-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .kf-container .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .kf-container .col-lg-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .kf-container .col-lg-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .kf-container .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .kf-container .col-lg-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .kf-container .col-lg-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .kf-container .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .kf-container .order-lg-first {
      order: -1; }
    .kf-container .order-lg-last {
      order: 13; }
    .kf-container .order-lg-0 {
      order: 0; }
    .kf-container .order-lg-1 {
      order: 1; }
    .kf-container .order-lg-2 {
      order: 2; }
    .kf-container .order-lg-3 {
      order: 3; }
    .kf-container .order-lg-4 {
      order: 4; }
    .kf-container .order-lg-5 {
      order: 5; }
    .kf-container .order-lg-6 {
      order: 6; }
    .kf-container .order-lg-7 {
      order: 7; }
    .kf-container .order-lg-8 {
      order: 8; }
    .kf-container .order-lg-9 {
      order: 9; }
    .kf-container .order-lg-10 {
      order: 10; }
    .kf-container .order-lg-11 {
      order: 11; }
    .kf-container .order-lg-12 {
      order: 12; }
    .kf-container .offset-lg-0 {
      margin-left: 0; }
    .kf-container .offset-lg-1 {
      margin-left: 8.33333%; }
    .kf-container .offset-lg-2 {
      margin-left: 16.66667%; }
    .kf-container .offset-lg-3 {
      margin-left: 25%; }
    .kf-container .offset-lg-4 {
      margin-left: 33.33333%; }
    .kf-container .offset-lg-5 {
      margin-left: 41.66667%; }
    .kf-container .offset-lg-6 {
      margin-left: 50%; }
    .kf-container .offset-lg-7 {
      margin-left: 58.33333%; }
    .kf-container .offset-lg-8 {
      margin-left: 66.66667%; }
    .kf-container .offset-lg-9 {
      margin-left: 75%; }
    .kf-container .offset-lg-10 {
      margin-left: 83.33333%; }
    .kf-container .offset-lg-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1366px) {
    .kf-container .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .kf-container .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .kf-container .col-xl-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .kf-container .col-xl-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .kf-container .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .kf-container .col-xl-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .kf-container .col-xl-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .kf-container .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .kf-container .col-xl-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .kf-container .col-xl-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .kf-container .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .kf-container .col-xl-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .kf-container .col-xl-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .kf-container .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .kf-container .order-xl-first {
      order: -1; }
    .kf-container .order-xl-last {
      order: 13; }
    .kf-container .order-xl-0 {
      order: 0; }
    .kf-container .order-xl-1 {
      order: 1; }
    .kf-container .order-xl-2 {
      order: 2; }
    .kf-container .order-xl-3 {
      order: 3; }
    .kf-container .order-xl-4 {
      order: 4; }
    .kf-container .order-xl-5 {
      order: 5; }
    .kf-container .order-xl-6 {
      order: 6; }
    .kf-container .order-xl-7 {
      order: 7; }
    .kf-container .order-xl-8 {
      order: 8; }
    .kf-container .order-xl-9 {
      order: 9; }
    .kf-container .order-xl-10 {
      order: 10; }
    .kf-container .order-xl-11 {
      order: 11; }
    .kf-container .order-xl-12 {
      order: 12; }
    .kf-container .offset-xl-0 {
      margin-left: 0; }
    .kf-container .offset-xl-1 {
      margin-left: 8.33333%; }
    .kf-container .offset-xl-2 {
      margin-left: 16.66667%; }
    .kf-container .offset-xl-3 {
      margin-left: 25%; }
    .kf-container .offset-xl-4 {
      margin-left: 33.33333%; }
    .kf-container .offset-xl-5 {
      margin-left: 41.66667%; }
    .kf-container .offset-xl-6 {
      margin-left: 50%; }
    .kf-container .offset-xl-7 {
      margin-left: 58.33333%; }
    .kf-container .offset-xl-8 {
      margin-left: 66.66667%; }
    .kf-container .offset-xl-9 {
      margin-left: 75%; }
    .kf-container .offset-xl-10 {
      margin-left: 83.33333%; }
    .kf-container .offset-xl-11 {
      margin-left: 91.66667%; } }
  .kf-container .d-none {
    display: none !important; }
  .kf-container .d-inline {
    display: inline !important; }
  .kf-container .d-inline-block {
    display: inline-block !important; }
  .kf-container .d-block {
    display: block !important; }
  .kf-container .d-table {
    display: table !important; }
  .kf-container .d-table-row {
    display: table-row !important; }
  .kf-container .d-table-cell {
    display: table-cell !important; }
  .kf-container .d-flex {
    display: flex !important; }
  .kf-container .d-inline-flex {
    display: inline-flex !important; }
  @media (min-width: 320px) {
    .kf-container .d-sm-none {
      display: none !important; }
    .kf-container .d-sm-inline {
      display: inline !important; }
    .kf-container .d-sm-inline-block {
      display: inline-block !important; }
    .kf-container .d-sm-block {
      display: block !important; }
    .kf-container .d-sm-table {
      display: table !important; }
    .kf-container .d-sm-table-row {
      display: table-row !important; }
    .kf-container .d-sm-table-cell {
      display: table-cell !important; }
    .kf-container .d-sm-flex {
      display: flex !important; }
    .kf-container .d-sm-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 640px) {
    .kf-container .d-md-none {
      display: none !important; }
    .kf-container .d-md-inline {
      display: inline !important; }
    .kf-container .d-md-inline-block {
      display: inline-block !important; }
    .kf-container .d-md-block {
      display: block !important; }
    .kf-container .d-md-table {
      display: table !important; }
    .kf-container .d-md-table-row {
      display: table-row !important; }
    .kf-container .d-md-table-cell {
      display: table-cell !important; }
    .kf-container .d-md-flex {
      display: flex !important; }
    .kf-container .d-md-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 960px) {
    .kf-container .d-lg-none {
      display: none !important; }
    .kf-container .d-lg-inline {
      display: inline !important; }
    .kf-container .d-lg-inline-block {
      display: inline-block !important; }
    .kf-container .d-lg-block {
      display: block !important; }
    .kf-container .d-lg-table {
      display: table !important; }
    .kf-container .d-lg-table-row {
      display: table-row !important; }
    .kf-container .d-lg-table-cell {
      display: table-cell !important; }
    .kf-container .d-lg-flex {
      display: flex !important; }
    .kf-container .d-lg-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1366px) {
    .kf-container .d-xl-none {
      display: none !important; }
    .kf-container .d-xl-inline {
      display: inline !important; }
    .kf-container .d-xl-inline-block {
      display: inline-block !important; }
    .kf-container .d-xl-block {
      display: block !important; }
    .kf-container .d-xl-table {
      display: table !important; }
    .kf-container .d-xl-table-row {
      display: table-row !important; }
    .kf-container .d-xl-table-cell {
      display: table-cell !important; }
    .kf-container .d-xl-flex {
      display: flex !important; }
    .kf-container .d-xl-inline-flex {
      display: inline-flex !important; } }
  @media print {
    .kf-container .d-print-none {
      display: none !important; }
    .kf-container .d-print-inline {
      display: inline !important; }
    .kf-container .d-print-inline-block {
      display: inline-block !important; }
    .kf-container .d-print-block {
      display: block !important; }
    .kf-container .d-print-table {
      display: table !important; }
    .kf-container .d-print-table-row {
      display: table-row !important; }
    .kf-container .d-print-table-cell {
      display: table-cell !important; }
    .kf-container .d-print-flex {
      display: flex !important; }
    .kf-container .d-print-inline-flex {
      display: inline-flex !important; } }
  .kf-container .flex-row {
    flex-direction: row !important; }
  .kf-container .flex-column {
    flex-direction: column !important; }
  .kf-container .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .kf-container .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .kf-container .flex-wrap {
    flex-wrap: wrap !important; }
  .kf-container .flex-nowrap {
    flex-wrap: nowrap !important; }
  .kf-container .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .kf-container .flex-fill {
    flex: 1 1 auto !important; }
  .kf-container .flex-grow-0 {
    flex-grow: 0 !important; }
  .kf-container .flex-grow-1 {
    flex-grow: 1 !important; }
  .kf-container .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .kf-container .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .kf-container .justify-content-start {
    justify-content: flex-start !important; }
  .kf-container .justify-content-end {
    justify-content: flex-end !important; }
  .kf-container .justify-content-center {
    justify-content: center !important; }
  .kf-container .justify-content-between {
    justify-content: space-between !important; }
  .kf-container .justify-content-around {
    justify-content: space-around !important; }
  .kf-container .align-items-start {
    align-items: flex-start !important; }
  .kf-container .align-items-end {
    align-items: flex-end !important; }
  .kf-container .align-items-center {
    align-items: center !important; }
  .kf-container .align-items-baseline {
    align-items: baseline !important; }
  .kf-container .align-items-stretch {
    align-items: stretch !important; }
  .kf-container .align-content-start {
    align-content: flex-start !important; }
  .kf-container .align-content-end {
    align-content: flex-end !important; }
  .kf-container .align-content-center {
    align-content: center !important; }
  .kf-container .align-content-between {
    align-content: space-between !important; }
  .kf-container .align-content-around {
    align-content: space-around !important; }
  .kf-container .align-content-stretch {
    align-content: stretch !important; }
  .kf-container .align-self-auto {
    align-self: auto !important; }
  .kf-container .align-self-start {
    align-self: flex-start !important; }
  .kf-container .align-self-end {
    align-self: flex-end !important; }
  .kf-container .align-self-center {
    align-self: center !important; }
  .kf-container .align-self-baseline {
    align-self: baseline !important; }
  .kf-container .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 320px) {
    .kf-container .flex-sm-row {
      flex-direction: row !important; }
    .kf-container .flex-sm-column {
      flex-direction: column !important; }
    .kf-container .flex-sm-row-reverse {
      flex-direction: row-reverse !important; }
    .kf-container .flex-sm-column-reverse {
      flex-direction: column-reverse !important; }
    .kf-container .flex-sm-wrap {
      flex-wrap: wrap !important; }
    .kf-container .flex-sm-nowrap {
      flex-wrap: nowrap !important; }
    .kf-container .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .kf-container .flex-sm-fill {
      flex: 1 1 auto !important; }
    .kf-container .flex-sm-grow-0 {
      flex-grow: 0 !important; }
    .kf-container .flex-sm-grow-1 {
      flex-grow: 1 !important; }
    .kf-container .flex-sm-shrink-0 {
      flex-shrink: 0 !important; }
    .kf-container .flex-sm-shrink-1 {
      flex-shrink: 1 !important; }
    .kf-container .justify-content-sm-start {
      justify-content: flex-start !important; }
    .kf-container .justify-content-sm-end {
      justify-content: flex-end !important; }
    .kf-container .justify-content-sm-center {
      justify-content: center !important; }
    .kf-container .justify-content-sm-between {
      justify-content: space-between !important; }
    .kf-container .justify-content-sm-around {
      justify-content: space-around !important; }
    .kf-container .align-items-sm-start {
      align-items: flex-start !important; }
    .kf-container .align-items-sm-end {
      align-items: flex-end !important; }
    .kf-container .align-items-sm-center {
      align-items: center !important; }
    .kf-container .align-items-sm-baseline {
      align-items: baseline !important; }
    .kf-container .align-items-sm-stretch {
      align-items: stretch !important; }
    .kf-container .align-content-sm-start {
      align-content: flex-start !important; }
    .kf-container .align-content-sm-end {
      align-content: flex-end !important; }
    .kf-container .align-content-sm-center {
      align-content: center !important; }
    .kf-container .align-content-sm-between {
      align-content: space-between !important; }
    .kf-container .align-content-sm-around {
      align-content: space-around !important; }
    .kf-container .align-content-sm-stretch {
      align-content: stretch !important; }
    .kf-container .align-self-sm-auto {
      align-self: auto !important; }
    .kf-container .align-self-sm-start {
      align-self: flex-start !important; }
    .kf-container .align-self-sm-end {
      align-self: flex-end !important; }
    .kf-container .align-self-sm-center {
      align-self: center !important; }
    .kf-container .align-self-sm-baseline {
      align-self: baseline !important; }
    .kf-container .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 640px) {
    .kf-container .flex-md-row {
      flex-direction: row !important; }
    .kf-container .flex-md-column {
      flex-direction: column !important; }
    .kf-container .flex-md-row-reverse {
      flex-direction: row-reverse !important; }
    .kf-container .flex-md-column-reverse {
      flex-direction: column-reverse !important; }
    .kf-container .flex-md-wrap {
      flex-wrap: wrap !important; }
    .kf-container .flex-md-nowrap {
      flex-wrap: nowrap !important; }
    .kf-container .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .kf-container .flex-md-fill {
      flex: 1 1 auto !important; }
    .kf-container .flex-md-grow-0 {
      flex-grow: 0 !important; }
    .kf-container .flex-md-grow-1 {
      flex-grow: 1 !important; }
    .kf-container .flex-md-shrink-0 {
      flex-shrink: 0 !important; }
    .kf-container .flex-md-shrink-1 {
      flex-shrink: 1 !important; }
    .kf-container .justify-content-md-start {
      justify-content: flex-start !important; }
    .kf-container .justify-content-md-end {
      justify-content: flex-end !important; }
    .kf-container .justify-content-md-center {
      justify-content: center !important; }
    .kf-container .justify-content-md-between {
      justify-content: space-between !important; }
    .kf-container .justify-content-md-around {
      justify-content: space-around !important; }
    .kf-container .align-items-md-start {
      align-items: flex-start !important; }
    .kf-container .align-items-md-end {
      align-items: flex-end !important; }
    .kf-container .align-items-md-center {
      align-items: center !important; }
    .kf-container .align-items-md-baseline {
      align-items: baseline !important; }
    .kf-container .align-items-md-stretch {
      align-items: stretch !important; }
    .kf-container .align-content-md-start {
      align-content: flex-start !important; }
    .kf-container .align-content-md-end {
      align-content: flex-end !important; }
    .kf-container .align-content-md-center {
      align-content: center !important; }
    .kf-container .align-content-md-between {
      align-content: space-between !important; }
    .kf-container .align-content-md-around {
      align-content: space-around !important; }
    .kf-container .align-content-md-stretch {
      align-content: stretch !important; }
    .kf-container .align-self-md-auto {
      align-self: auto !important; }
    .kf-container .align-self-md-start {
      align-self: flex-start !important; }
    .kf-container .align-self-md-end {
      align-self: flex-end !important; }
    .kf-container .align-self-md-center {
      align-self: center !important; }
    .kf-container .align-self-md-baseline {
      align-self: baseline !important; }
    .kf-container .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 960px) {
    .kf-container .flex-lg-row {
      flex-direction: row !important; }
    .kf-container .flex-lg-column {
      flex-direction: column !important; }
    .kf-container .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }
    .kf-container .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }
    .kf-container .flex-lg-wrap {
      flex-wrap: wrap !important; }
    .kf-container .flex-lg-nowrap {
      flex-wrap: nowrap !important; }
    .kf-container .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .kf-container .flex-lg-fill {
      flex: 1 1 auto !important; }
    .kf-container .flex-lg-grow-0 {
      flex-grow: 0 !important; }
    .kf-container .flex-lg-grow-1 {
      flex-grow: 1 !important; }
    .kf-container .flex-lg-shrink-0 {
      flex-shrink: 0 !important; }
    .kf-container .flex-lg-shrink-1 {
      flex-shrink: 1 !important; }
    .kf-container .justify-content-lg-start {
      justify-content: flex-start !important; }
    .kf-container .justify-content-lg-end {
      justify-content: flex-end !important; }
    .kf-container .justify-content-lg-center {
      justify-content: center !important; }
    .kf-container .justify-content-lg-between {
      justify-content: space-between !important; }
    .kf-container .justify-content-lg-around {
      justify-content: space-around !important; }
    .kf-container .align-items-lg-start {
      align-items: flex-start !important; }
    .kf-container .align-items-lg-end {
      align-items: flex-end !important; }
    .kf-container .align-items-lg-center {
      align-items: center !important; }
    .kf-container .align-items-lg-baseline {
      align-items: baseline !important; }
    .kf-container .align-items-lg-stretch {
      align-items: stretch !important; }
    .kf-container .align-content-lg-start {
      align-content: flex-start !important; }
    .kf-container .align-content-lg-end {
      align-content: flex-end !important; }
    .kf-container .align-content-lg-center {
      align-content: center !important; }
    .kf-container .align-content-lg-between {
      align-content: space-between !important; }
    .kf-container .align-content-lg-around {
      align-content: space-around !important; }
    .kf-container .align-content-lg-stretch {
      align-content: stretch !important; }
    .kf-container .align-self-lg-auto {
      align-self: auto !important; }
    .kf-container .align-self-lg-start {
      align-self: flex-start !important; }
    .kf-container .align-self-lg-end {
      align-self: flex-end !important; }
    .kf-container .align-self-lg-center {
      align-self: center !important; }
    .kf-container .align-self-lg-baseline {
      align-self: baseline !important; }
    .kf-container .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1366px) {
    .kf-container .flex-xl-row {
      flex-direction: row !important; }
    .kf-container .flex-xl-column {
      flex-direction: column !important; }
    .kf-container .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }
    .kf-container .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }
    .kf-container .flex-xl-wrap {
      flex-wrap: wrap !important; }
    .kf-container .flex-xl-nowrap {
      flex-wrap: nowrap !important; }
    .kf-container .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .kf-container .flex-xl-fill {
      flex: 1 1 auto !important; }
    .kf-container .flex-xl-grow-0 {
      flex-grow: 0 !important; }
    .kf-container .flex-xl-grow-1 {
      flex-grow: 1 !important; }
    .kf-container .flex-xl-shrink-0 {
      flex-shrink: 0 !important; }
    .kf-container .flex-xl-shrink-1 {
      flex-shrink: 1 !important; }
    .kf-container .justify-content-xl-start {
      justify-content: flex-start !important; }
    .kf-container .justify-content-xl-end {
      justify-content: flex-end !important; }
    .kf-container .justify-content-xl-center {
      justify-content: center !important; }
    .kf-container .justify-content-xl-between {
      justify-content: space-between !important; }
    .kf-container .justify-content-xl-around {
      justify-content: space-around !important; }
    .kf-container .align-items-xl-start {
      align-items: flex-start !important; }
    .kf-container .align-items-xl-end {
      align-items: flex-end !important; }
    .kf-container .align-items-xl-center {
      align-items: center !important; }
    .kf-container .align-items-xl-baseline {
      align-items: baseline !important; }
    .kf-container .align-items-xl-stretch {
      align-items: stretch !important; }
    .kf-container .align-content-xl-start {
      align-content: flex-start !important; }
    .kf-container .align-content-xl-end {
      align-content: flex-end !important; }
    .kf-container .align-content-xl-center {
      align-content: center !important; }
    .kf-container .align-content-xl-between {
      align-content: space-between !important; }
    .kf-container .align-content-xl-around {
      align-content: space-around !important; }
    .kf-container .align-content-xl-stretch {
      align-content: stretch !important; }
    .kf-container .align-self-xl-auto {
      align-self: auto !important; }
    .kf-container .align-self-xl-start {
      align-self: flex-start !important; }
    .kf-container .align-self-xl-end {
      align-self: flex-end !important; }
    .kf-container .align-self-xl-center {
      align-self: center !important; }
    .kf-container .align-self-xl-baseline {
      align-self: baseline !important; }
    .kf-container .align-self-xl-stretch {
      align-self: stretch !important; } }
  .kf-container .m-0 {
    margin: 0 !important; }
  .kf-container .mt-0,
  .kf-container .my-0 {
    margin-top: 0 !important; }
  .kf-container .mr-0,
  .kf-container .mx-0 {
    margin-right: 0 !important; }
  .kf-container .mb-0,
  .kf-container .my-0 {
    margin-bottom: 0 !important; }
  .kf-container .ml-0,
  .kf-container .mx-0 {
    margin-left: 0 !important; }
  .kf-container .m-1 {
    margin: 0.25rem !important; }
  .kf-container .mt-1,
  .kf-container .my-1 {
    margin-top: 0.25rem !important; }
  .kf-container .mr-1,
  .kf-container .mx-1 {
    margin-right: 0.25rem !important; }
  .kf-container .mb-1,
  .kf-container .my-1 {
    margin-bottom: 0.25rem !important; }
  .kf-container .ml-1,
  .kf-container .mx-1 {
    margin-left: 0.25rem !important; }
  .kf-container .m-2 {
    margin: 0.5rem !important; }
  .kf-container .mt-2,
  .kf-container .my-2 {
    margin-top: 0.5rem !important; }
  .kf-container .mr-2,
  .kf-container .mx-2 {
    margin-right: 0.5rem !important; }
  .kf-container .mb-2,
  .kf-container .my-2 {
    margin-bottom: 0.5rem !important; }
  .kf-container .ml-2,
  .kf-container .mx-2 {
    margin-left: 0.5rem !important; }
  .kf-container .m-3 {
    margin: 1rem !important; }
  .kf-container .mt-3,
  .kf-container .my-3 {
    margin-top: 1rem !important; }
  .kf-container .mr-3,
  .kf-container .mx-3 {
    margin-right: 1rem !important; }
  .kf-container .mb-3,
  .kf-container .my-3 {
    margin-bottom: 1rem !important; }
  .kf-container .ml-3,
  .kf-container .mx-3 {
    margin-left: 1rem !important; }
  .kf-container .m-4 {
    margin: 1.5rem !important; }
  .kf-container .mt-4,
  .kf-container .my-4 {
    margin-top: 1.5rem !important; }
  .kf-container .mr-4,
  .kf-container .mx-4 {
    margin-right: 1.5rem !important; }
  .kf-container .mb-4,
  .kf-container .my-4 {
    margin-bottom: 1.5rem !important; }
  .kf-container .ml-4,
  .kf-container .mx-4 {
    margin-left: 1.5rem !important; }
  .kf-container .m-5 {
    margin: 3rem !important; }
  .kf-container .mt-5,
  .kf-container .my-5 {
    margin-top: 3rem !important; }
  .kf-container .mr-5,
  .kf-container .mx-5 {
    margin-right: 3rem !important; }
  .kf-container .mb-5,
  .kf-container .my-5 {
    margin-bottom: 3rem !important; }
  .kf-container .ml-5,
  .kf-container .mx-5 {
    margin-left: 3rem !important; }
  .kf-container .p-0 {
    padding: 0 !important; }
  .kf-container .pt-0,
  .kf-container .py-0 {
    padding-top: 0 !important; }
  .kf-container .pr-0,
  .kf-container .px-0 {
    padding-right: 0 !important; }
  .kf-container .pb-0,
  .kf-container .py-0 {
    padding-bottom: 0 !important; }
  .kf-container .pl-0,
  .kf-container .px-0 {
    padding-left: 0 !important; }
  .kf-container .p-1 {
    padding: 0.25rem !important; }
  .kf-container .pt-1,
  .kf-container .py-1 {
    padding-top: 0.25rem !important; }
  .kf-container .pr-1,
  .kf-container .px-1 {
    padding-right: 0.25rem !important; }
  .kf-container .pb-1,
  .kf-container .py-1 {
    padding-bottom: 0.25rem !important; }
  .kf-container .pl-1,
  .kf-container .px-1 {
    padding-left: 0.25rem !important; }
  .kf-container .p-2 {
    padding: 0.5rem !important; }
  .kf-container .pt-2,
  .kf-container .py-2 {
    padding-top: 0.5rem !important; }
  .kf-container .pr-2,
  .kf-container .px-2 {
    padding-right: 0.5rem !important; }
  .kf-container .pb-2,
  .kf-container .py-2 {
    padding-bottom: 0.5rem !important; }
  .kf-container .pl-2,
  .kf-container .px-2 {
    padding-left: 0.5rem !important; }
  .kf-container .p-3 {
    padding: 1rem !important; }
  .kf-container .pt-3,
  .kf-container .py-3 {
    padding-top: 1rem !important; }
  .kf-container .pr-3,
  .kf-container .px-3 {
    padding-right: 1rem !important; }
  .kf-container .pb-3,
  .kf-container .py-3 {
    padding-bottom: 1rem !important; }
  .kf-container .pl-3,
  .kf-container .px-3 {
    padding-left: 1rem !important; }
  .kf-container .p-4 {
    padding: 1.5rem !important; }
  .kf-container .pt-4,
  .kf-container .py-4 {
    padding-top: 1.5rem !important; }
  .kf-container .pr-4,
  .kf-container .px-4 {
    padding-right: 1.5rem !important; }
  .kf-container .pb-4,
  .kf-container .py-4 {
    padding-bottom: 1.5rem !important; }
  .kf-container .pl-4,
  .kf-container .px-4 {
    padding-left: 1.5rem !important; }
  .kf-container .p-5 {
    padding: 3rem !important; }
  .kf-container .pt-5,
  .kf-container .py-5 {
    padding-top: 3rem !important; }
  .kf-container .pr-5,
  .kf-container .px-5 {
    padding-right: 3rem !important; }
  .kf-container .pb-5,
  .kf-container .py-5 {
    padding-bottom: 3rem !important; }
  .kf-container .pl-5,
  .kf-container .px-5 {
    padding-left: 3rem !important; }
  .kf-container .m-n1 {
    margin: -0.25rem !important; }
  .kf-container .mt-n1,
  .kf-container .my-n1 {
    margin-top: -0.25rem !important; }
  .kf-container .mr-n1,
  .kf-container .mx-n1 {
    margin-right: -0.25rem !important; }
  .kf-container .mb-n1,
  .kf-container .my-n1 {
    margin-bottom: -0.25rem !important; }
  .kf-container .ml-n1,
  .kf-container .mx-n1 {
    margin-left: -0.25rem !important; }
  .kf-container .m-n2 {
    margin: -0.5rem !important; }
  .kf-container .mt-n2,
  .kf-container .my-n2 {
    margin-top: -0.5rem !important; }
  .kf-container .mr-n2,
  .kf-container .mx-n2 {
    margin-right: -0.5rem !important; }
  .kf-container .mb-n2,
  .kf-container .my-n2 {
    margin-bottom: -0.5rem !important; }
  .kf-container .ml-n2,
  .kf-container .mx-n2 {
    margin-left: -0.5rem !important; }
  .kf-container .m-n3 {
    margin: -1rem !important; }
  .kf-container .mt-n3,
  .kf-container .my-n3 {
    margin-top: -1rem !important; }
  .kf-container .mr-n3,
  .kf-container .mx-n3 {
    margin-right: -1rem !important; }
  .kf-container .mb-n3,
  .kf-container .my-n3 {
    margin-bottom: -1rem !important; }
  .kf-container .ml-n3,
  .kf-container .mx-n3 {
    margin-left: -1rem !important; }
  .kf-container .m-n4 {
    margin: -1.5rem !important; }
  .kf-container .mt-n4,
  .kf-container .my-n4 {
    margin-top: -1.5rem !important; }
  .kf-container .mr-n4,
  .kf-container .mx-n4 {
    margin-right: -1.5rem !important; }
  .kf-container .mb-n4,
  .kf-container .my-n4 {
    margin-bottom: -1.5rem !important; }
  .kf-container .ml-n4,
  .kf-container .mx-n4 {
    margin-left: -1.5rem !important; }
  .kf-container .m-n5 {
    margin: -3rem !important; }
  .kf-container .mt-n5,
  .kf-container .my-n5 {
    margin-top: -3rem !important; }
  .kf-container .mr-n5,
  .kf-container .mx-n5 {
    margin-right: -3rem !important; }
  .kf-container .mb-n5,
  .kf-container .my-n5 {
    margin-bottom: -3rem !important; }
  .kf-container .ml-n5,
  .kf-container .mx-n5 {
    margin-left: -3rem !important; }
  .kf-container .m-auto {
    margin: auto !important; }
  .kf-container .mt-auto,
  .kf-container .my-auto {
    margin-top: auto !important; }
  .kf-container .mr-auto,
  .kf-container .mx-auto {
    margin-right: auto !important; }
  .kf-container .mb-auto,
  .kf-container .my-auto {
    margin-bottom: auto !important; }
  .kf-container .ml-auto,
  .kf-container .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 320px) {
    .kf-container .m-sm-0 {
      margin: 0 !important; }
    .kf-container .mt-sm-0,
    .kf-container .my-sm-0 {
      margin-top: 0 !important; }
    .kf-container .mr-sm-0,
    .kf-container .mx-sm-0 {
      margin-right: 0 !important; }
    .kf-container .mb-sm-0,
    .kf-container .my-sm-0 {
      margin-bottom: 0 !important; }
    .kf-container .ml-sm-0,
    .kf-container .mx-sm-0 {
      margin-left: 0 !important; }
    .kf-container .m-sm-1 {
      margin: 0.25rem !important; }
    .kf-container .mt-sm-1,
    .kf-container .my-sm-1 {
      margin-top: 0.25rem !important; }
    .kf-container .mr-sm-1,
    .kf-container .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .kf-container .mb-sm-1,
    .kf-container .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    .kf-container .ml-sm-1,
    .kf-container .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .kf-container .m-sm-2 {
      margin: 0.5rem !important; }
    .kf-container .mt-sm-2,
    .kf-container .my-sm-2 {
      margin-top: 0.5rem !important; }
    .kf-container .mr-sm-2,
    .kf-container .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .kf-container .mb-sm-2,
    .kf-container .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    .kf-container .ml-sm-2,
    .kf-container .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .kf-container .m-sm-3 {
      margin: 1rem !important; }
    .kf-container .mt-sm-3,
    .kf-container .my-sm-3 {
      margin-top: 1rem !important; }
    .kf-container .mr-sm-3,
    .kf-container .mx-sm-3 {
      margin-right: 1rem !important; }
    .kf-container .mb-sm-3,
    .kf-container .my-sm-3 {
      margin-bottom: 1rem !important; }
    .kf-container .ml-sm-3,
    .kf-container .mx-sm-3 {
      margin-left: 1rem !important; }
    .kf-container .m-sm-4 {
      margin: 1.5rem !important; }
    .kf-container .mt-sm-4,
    .kf-container .my-sm-4 {
      margin-top: 1.5rem !important; }
    .kf-container .mr-sm-4,
    .kf-container .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .kf-container .mb-sm-4,
    .kf-container .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .kf-container .ml-sm-4,
    .kf-container .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .kf-container .m-sm-5 {
      margin: 3rem !important; }
    .kf-container .mt-sm-5,
    .kf-container .my-sm-5 {
      margin-top: 3rem !important; }
    .kf-container .mr-sm-5,
    .kf-container .mx-sm-5 {
      margin-right: 3rem !important; }
    .kf-container .mb-sm-5,
    .kf-container .my-sm-5 {
      margin-bottom: 3rem !important; }
    .kf-container .ml-sm-5,
    .kf-container .mx-sm-5 {
      margin-left: 3rem !important; }
    .kf-container .p-sm-0 {
      padding: 0 !important; }
    .kf-container .pt-sm-0,
    .kf-container .py-sm-0 {
      padding-top: 0 !important; }
    .kf-container .pr-sm-0,
    .kf-container .px-sm-0 {
      padding-right: 0 !important; }
    .kf-container .pb-sm-0,
    .kf-container .py-sm-0 {
      padding-bottom: 0 !important; }
    .kf-container .pl-sm-0,
    .kf-container .px-sm-0 {
      padding-left: 0 !important; }
    .kf-container .p-sm-1 {
      padding: 0.25rem !important; }
    .kf-container .pt-sm-1,
    .kf-container .py-sm-1 {
      padding-top: 0.25rem !important; }
    .kf-container .pr-sm-1,
    .kf-container .px-sm-1 {
      padding-right: 0.25rem !important; }
    .kf-container .pb-sm-1,
    .kf-container .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    .kf-container .pl-sm-1,
    .kf-container .px-sm-1 {
      padding-left: 0.25rem !important; }
    .kf-container .p-sm-2 {
      padding: 0.5rem !important; }
    .kf-container .pt-sm-2,
    .kf-container .py-sm-2 {
      padding-top: 0.5rem !important; }
    .kf-container .pr-sm-2,
    .kf-container .px-sm-2 {
      padding-right: 0.5rem !important; }
    .kf-container .pb-sm-2,
    .kf-container .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    .kf-container .pl-sm-2,
    .kf-container .px-sm-2 {
      padding-left: 0.5rem !important; }
    .kf-container .p-sm-3 {
      padding: 1rem !important; }
    .kf-container .pt-sm-3,
    .kf-container .py-sm-3 {
      padding-top: 1rem !important; }
    .kf-container .pr-sm-3,
    .kf-container .px-sm-3 {
      padding-right: 1rem !important; }
    .kf-container .pb-sm-3,
    .kf-container .py-sm-3 {
      padding-bottom: 1rem !important; }
    .kf-container .pl-sm-3,
    .kf-container .px-sm-3 {
      padding-left: 1rem !important; }
    .kf-container .p-sm-4 {
      padding: 1.5rem !important; }
    .kf-container .pt-sm-4,
    .kf-container .py-sm-4 {
      padding-top: 1.5rem !important; }
    .kf-container .pr-sm-4,
    .kf-container .px-sm-4 {
      padding-right: 1.5rem !important; }
    .kf-container .pb-sm-4,
    .kf-container .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .kf-container .pl-sm-4,
    .kf-container .px-sm-4 {
      padding-left: 1.5rem !important; }
    .kf-container .p-sm-5 {
      padding: 3rem !important; }
    .kf-container .pt-sm-5,
    .kf-container .py-sm-5 {
      padding-top: 3rem !important; }
    .kf-container .pr-sm-5,
    .kf-container .px-sm-5 {
      padding-right: 3rem !important; }
    .kf-container .pb-sm-5,
    .kf-container .py-sm-5 {
      padding-bottom: 3rem !important; }
    .kf-container .pl-sm-5,
    .kf-container .px-sm-5 {
      padding-left: 3rem !important; }
    .kf-container .m-sm-n1 {
      margin: -0.25rem !important; }
    .kf-container .mt-sm-n1,
    .kf-container .my-sm-n1 {
      margin-top: -0.25rem !important; }
    .kf-container .mr-sm-n1,
    .kf-container .mx-sm-n1 {
      margin-right: -0.25rem !important; }
    .kf-container .mb-sm-n1,
    .kf-container .my-sm-n1 {
      margin-bottom: -0.25rem !important; }
    .kf-container .ml-sm-n1,
    .kf-container .mx-sm-n1 {
      margin-left: -0.25rem !important; }
    .kf-container .m-sm-n2 {
      margin: -0.5rem !important; }
    .kf-container .mt-sm-n2,
    .kf-container .my-sm-n2 {
      margin-top: -0.5rem !important; }
    .kf-container .mr-sm-n2,
    .kf-container .mx-sm-n2 {
      margin-right: -0.5rem !important; }
    .kf-container .mb-sm-n2,
    .kf-container .my-sm-n2 {
      margin-bottom: -0.5rem !important; }
    .kf-container .ml-sm-n2,
    .kf-container .mx-sm-n2 {
      margin-left: -0.5rem !important; }
    .kf-container .m-sm-n3 {
      margin: -1rem !important; }
    .kf-container .mt-sm-n3,
    .kf-container .my-sm-n3 {
      margin-top: -1rem !important; }
    .kf-container .mr-sm-n3,
    .kf-container .mx-sm-n3 {
      margin-right: -1rem !important; }
    .kf-container .mb-sm-n3,
    .kf-container .my-sm-n3 {
      margin-bottom: -1rem !important; }
    .kf-container .ml-sm-n3,
    .kf-container .mx-sm-n3 {
      margin-left: -1rem !important; }
    .kf-container .m-sm-n4 {
      margin: -1.5rem !important; }
    .kf-container .mt-sm-n4,
    .kf-container .my-sm-n4 {
      margin-top: -1.5rem !important; }
    .kf-container .mr-sm-n4,
    .kf-container .mx-sm-n4 {
      margin-right: -1.5rem !important; }
    .kf-container .mb-sm-n4,
    .kf-container .my-sm-n4 {
      margin-bottom: -1.5rem !important; }
    .kf-container .ml-sm-n4,
    .kf-container .mx-sm-n4 {
      margin-left: -1.5rem !important; }
    .kf-container .m-sm-n5 {
      margin: -3rem !important; }
    .kf-container .mt-sm-n5,
    .kf-container .my-sm-n5 {
      margin-top: -3rem !important; }
    .kf-container .mr-sm-n5,
    .kf-container .mx-sm-n5 {
      margin-right: -3rem !important; }
    .kf-container .mb-sm-n5,
    .kf-container .my-sm-n5 {
      margin-bottom: -3rem !important; }
    .kf-container .ml-sm-n5,
    .kf-container .mx-sm-n5 {
      margin-left: -3rem !important; }
    .kf-container .m-sm-auto {
      margin: auto !important; }
    .kf-container .mt-sm-auto,
    .kf-container .my-sm-auto {
      margin-top: auto !important; }
    .kf-container .mr-sm-auto,
    .kf-container .mx-sm-auto {
      margin-right: auto !important; }
    .kf-container .mb-sm-auto,
    .kf-container .my-sm-auto {
      margin-bottom: auto !important; }
    .kf-container .ml-sm-auto,
    .kf-container .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 640px) {
    .kf-container .m-md-0 {
      margin: 0 !important; }
    .kf-container .mt-md-0,
    .kf-container .my-md-0 {
      margin-top: 0 !important; }
    .kf-container .mr-md-0,
    .kf-container .mx-md-0 {
      margin-right: 0 !important; }
    .kf-container .mb-md-0,
    .kf-container .my-md-0 {
      margin-bottom: 0 !important; }
    .kf-container .ml-md-0,
    .kf-container .mx-md-0 {
      margin-left: 0 !important; }
    .kf-container .m-md-1 {
      margin: 0.25rem !important; }
    .kf-container .mt-md-1,
    .kf-container .my-md-1 {
      margin-top: 0.25rem !important; }
    .kf-container .mr-md-1,
    .kf-container .mx-md-1 {
      margin-right: 0.25rem !important; }
    .kf-container .mb-md-1,
    .kf-container .my-md-1 {
      margin-bottom: 0.25rem !important; }
    .kf-container .ml-md-1,
    .kf-container .mx-md-1 {
      margin-left: 0.25rem !important; }
    .kf-container .m-md-2 {
      margin: 0.5rem !important; }
    .kf-container .mt-md-2,
    .kf-container .my-md-2 {
      margin-top: 0.5rem !important; }
    .kf-container .mr-md-2,
    .kf-container .mx-md-2 {
      margin-right: 0.5rem !important; }
    .kf-container .mb-md-2,
    .kf-container .my-md-2 {
      margin-bottom: 0.5rem !important; }
    .kf-container .ml-md-2,
    .kf-container .mx-md-2 {
      margin-left: 0.5rem !important; }
    .kf-container .m-md-3 {
      margin: 1rem !important; }
    .kf-container .mt-md-3,
    .kf-container .my-md-3 {
      margin-top: 1rem !important; }
    .kf-container .mr-md-3,
    .kf-container .mx-md-3 {
      margin-right: 1rem !important; }
    .kf-container .mb-md-3,
    .kf-container .my-md-3 {
      margin-bottom: 1rem !important; }
    .kf-container .ml-md-3,
    .kf-container .mx-md-3 {
      margin-left: 1rem !important; }
    .kf-container .m-md-4 {
      margin: 1.5rem !important; }
    .kf-container .mt-md-4,
    .kf-container .my-md-4 {
      margin-top: 1.5rem !important; }
    .kf-container .mr-md-4,
    .kf-container .mx-md-4 {
      margin-right: 1.5rem !important; }
    .kf-container .mb-md-4,
    .kf-container .my-md-4 {
      margin-bottom: 1.5rem !important; }
    .kf-container .ml-md-4,
    .kf-container .mx-md-4 {
      margin-left: 1.5rem !important; }
    .kf-container .m-md-5 {
      margin: 3rem !important; }
    .kf-container .mt-md-5,
    .kf-container .my-md-5 {
      margin-top: 3rem !important; }
    .kf-container .mr-md-5,
    .kf-container .mx-md-5 {
      margin-right: 3rem !important; }
    .kf-container .mb-md-5,
    .kf-container .my-md-5 {
      margin-bottom: 3rem !important; }
    .kf-container .ml-md-5,
    .kf-container .mx-md-5 {
      margin-left: 3rem !important; }
    .kf-container .p-md-0 {
      padding: 0 !important; }
    .kf-container .pt-md-0,
    .kf-container .py-md-0 {
      padding-top: 0 !important; }
    .kf-container .pr-md-0,
    .kf-container .px-md-0 {
      padding-right: 0 !important; }
    .kf-container .pb-md-0,
    .kf-container .py-md-0 {
      padding-bottom: 0 !important; }
    .kf-container .pl-md-0,
    .kf-container .px-md-0 {
      padding-left: 0 !important; }
    .kf-container .p-md-1 {
      padding: 0.25rem !important; }
    .kf-container .pt-md-1,
    .kf-container .py-md-1 {
      padding-top: 0.25rem !important; }
    .kf-container .pr-md-1,
    .kf-container .px-md-1 {
      padding-right: 0.25rem !important; }
    .kf-container .pb-md-1,
    .kf-container .py-md-1 {
      padding-bottom: 0.25rem !important; }
    .kf-container .pl-md-1,
    .kf-container .px-md-1 {
      padding-left: 0.25rem !important; }
    .kf-container .p-md-2 {
      padding: 0.5rem !important; }
    .kf-container .pt-md-2,
    .kf-container .py-md-2 {
      padding-top: 0.5rem !important; }
    .kf-container .pr-md-2,
    .kf-container .px-md-2 {
      padding-right: 0.5rem !important; }
    .kf-container .pb-md-2,
    .kf-container .py-md-2 {
      padding-bottom: 0.5rem !important; }
    .kf-container .pl-md-2,
    .kf-container .px-md-2 {
      padding-left: 0.5rem !important; }
    .kf-container .p-md-3 {
      padding: 1rem !important; }
    .kf-container .pt-md-3,
    .kf-container .py-md-3 {
      padding-top: 1rem !important; }
    .kf-container .pr-md-3,
    .kf-container .px-md-3 {
      padding-right: 1rem !important; }
    .kf-container .pb-md-3,
    .kf-container .py-md-3 {
      padding-bottom: 1rem !important; }
    .kf-container .pl-md-3,
    .kf-container .px-md-3 {
      padding-left: 1rem !important; }
    .kf-container .p-md-4 {
      padding: 1.5rem !important; }
    .kf-container .pt-md-4,
    .kf-container .py-md-4 {
      padding-top: 1.5rem !important; }
    .kf-container .pr-md-4,
    .kf-container .px-md-4 {
      padding-right: 1.5rem !important; }
    .kf-container .pb-md-4,
    .kf-container .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .kf-container .pl-md-4,
    .kf-container .px-md-4 {
      padding-left: 1.5rem !important; }
    .kf-container .p-md-5 {
      padding: 3rem !important; }
    .kf-container .pt-md-5,
    .kf-container .py-md-5 {
      padding-top: 3rem !important; }
    .kf-container .pr-md-5,
    .kf-container .px-md-5 {
      padding-right: 3rem !important; }
    .kf-container .pb-md-5,
    .kf-container .py-md-5 {
      padding-bottom: 3rem !important; }
    .kf-container .pl-md-5,
    .kf-container .px-md-5 {
      padding-left: 3rem !important; }
    .kf-container .m-md-n1 {
      margin: -0.25rem !important; }
    .kf-container .mt-md-n1,
    .kf-container .my-md-n1 {
      margin-top: -0.25rem !important; }
    .kf-container .mr-md-n1,
    .kf-container .mx-md-n1 {
      margin-right: -0.25rem !important; }
    .kf-container .mb-md-n1,
    .kf-container .my-md-n1 {
      margin-bottom: -0.25rem !important; }
    .kf-container .ml-md-n1,
    .kf-container .mx-md-n1 {
      margin-left: -0.25rem !important; }
    .kf-container .m-md-n2 {
      margin: -0.5rem !important; }
    .kf-container .mt-md-n2,
    .kf-container .my-md-n2 {
      margin-top: -0.5rem !important; }
    .kf-container .mr-md-n2,
    .kf-container .mx-md-n2 {
      margin-right: -0.5rem !important; }
    .kf-container .mb-md-n2,
    .kf-container .my-md-n2 {
      margin-bottom: -0.5rem !important; }
    .kf-container .ml-md-n2,
    .kf-container .mx-md-n2 {
      margin-left: -0.5rem !important; }
    .kf-container .m-md-n3 {
      margin: -1rem !important; }
    .kf-container .mt-md-n3,
    .kf-container .my-md-n3 {
      margin-top: -1rem !important; }
    .kf-container .mr-md-n3,
    .kf-container .mx-md-n3 {
      margin-right: -1rem !important; }
    .kf-container .mb-md-n3,
    .kf-container .my-md-n3 {
      margin-bottom: -1rem !important; }
    .kf-container .ml-md-n3,
    .kf-container .mx-md-n3 {
      margin-left: -1rem !important; }
    .kf-container .m-md-n4 {
      margin: -1.5rem !important; }
    .kf-container .mt-md-n4,
    .kf-container .my-md-n4 {
      margin-top: -1.5rem !important; }
    .kf-container .mr-md-n4,
    .kf-container .mx-md-n4 {
      margin-right: -1.5rem !important; }
    .kf-container .mb-md-n4,
    .kf-container .my-md-n4 {
      margin-bottom: -1.5rem !important; }
    .kf-container .ml-md-n4,
    .kf-container .mx-md-n4 {
      margin-left: -1.5rem !important; }
    .kf-container .m-md-n5 {
      margin: -3rem !important; }
    .kf-container .mt-md-n5,
    .kf-container .my-md-n5 {
      margin-top: -3rem !important; }
    .kf-container .mr-md-n5,
    .kf-container .mx-md-n5 {
      margin-right: -3rem !important; }
    .kf-container .mb-md-n5,
    .kf-container .my-md-n5 {
      margin-bottom: -3rem !important; }
    .kf-container .ml-md-n5,
    .kf-container .mx-md-n5 {
      margin-left: -3rem !important; }
    .kf-container .m-md-auto {
      margin: auto !important; }
    .kf-container .mt-md-auto,
    .kf-container .my-md-auto {
      margin-top: auto !important; }
    .kf-container .mr-md-auto,
    .kf-container .mx-md-auto {
      margin-right: auto !important; }
    .kf-container .mb-md-auto,
    .kf-container .my-md-auto {
      margin-bottom: auto !important; }
    .kf-container .ml-md-auto,
    .kf-container .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 960px) {
    .kf-container .m-lg-0 {
      margin: 0 !important; }
    .kf-container .mt-lg-0,
    .kf-container .my-lg-0 {
      margin-top: 0 !important; }
    .kf-container .mr-lg-0,
    .kf-container .mx-lg-0 {
      margin-right: 0 !important; }
    .kf-container .mb-lg-0,
    .kf-container .my-lg-0 {
      margin-bottom: 0 !important; }
    .kf-container .ml-lg-0,
    .kf-container .mx-lg-0 {
      margin-left: 0 !important; }
    .kf-container .m-lg-1 {
      margin: 0.25rem !important; }
    .kf-container .mt-lg-1,
    .kf-container .my-lg-1 {
      margin-top: 0.25rem !important; }
    .kf-container .mr-lg-1,
    .kf-container .mx-lg-1 {
      margin-right: 0.25rem !important; }
    .kf-container .mb-lg-1,
    .kf-container .my-lg-1 {
      margin-bottom: 0.25rem !important; }
    .kf-container .ml-lg-1,
    .kf-container .mx-lg-1 {
      margin-left: 0.25rem !important; }
    .kf-container .m-lg-2 {
      margin: 0.5rem !important; }
    .kf-container .mt-lg-2,
    .kf-container .my-lg-2 {
      margin-top: 0.5rem !important; }
    .kf-container .mr-lg-2,
    .kf-container .mx-lg-2 {
      margin-right: 0.5rem !important; }
    .kf-container .mb-lg-2,
    .kf-container .my-lg-2 {
      margin-bottom: 0.5rem !important; }
    .kf-container .ml-lg-2,
    .kf-container .mx-lg-2 {
      margin-left: 0.5rem !important; }
    .kf-container .m-lg-3 {
      margin: 1rem !important; }
    .kf-container .mt-lg-3,
    .kf-container .my-lg-3 {
      margin-top: 1rem !important; }
    .kf-container .mr-lg-3,
    .kf-container .mx-lg-3 {
      margin-right: 1rem !important; }
    .kf-container .mb-lg-3,
    .kf-container .my-lg-3 {
      margin-bottom: 1rem !important; }
    .kf-container .ml-lg-3,
    .kf-container .mx-lg-3 {
      margin-left: 1rem !important; }
    .kf-container .m-lg-4 {
      margin: 1.5rem !important; }
    .kf-container .mt-lg-4,
    .kf-container .my-lg-4 {
      margin-top: 1.5rem !important; }
    .kf-container .mr-lg-4,
    .kf-container .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .kf-container .mb-lg-4,
    .kf-container .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    .kf-container .ml-lg-4,
    .kf-container .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .kf-container .m-lg-5 {
      margin: 3rem !important; }
    .kf-container .mt-lg-5,
    .kf-container .my-lg-5 {
      margin-top: 3rem !important; }
    .kf-container .mr-lg-5,
    .kf-container .mx-lg-5 {
      margin-right: 3rem !important; }
    .kf-container .mb-lg-5,
    .kf-container .my-lg-5 {
      margin-bottom: 3rem !important; }
    .kf-container .ml-lg-5,
    .kf-container .mx-lg-5 {
      margin-left: 3rem !important; }
    .kf-container .p-lg-0 {
      padding: 0 !important; }
    .kf-container .pt-lg-0,
    .kf-container .py-lg-0 {
      padding-top: 0 !important; }
    .kf-container .pr-lg-0,
    .kf-container .px-lg-0 {
      padding-right: 0 !important; }
    .kf-container .pb-lg-0,
    .kf-container .py-lg-0 {
      padding-bottom: 0 !important; }
    .kf-container .pl-lg-0,
    .kf-container .px-lg-0 {
      padding-left: 0 !important; }
    .kf-container .p-lg-1 {
      padding: 0.25rem !important; }
    .kf-container .pt-lg-1,
    .kf-container .py-lg-1 {
      padding-top: 0.25rem !important; }
    .kf-container .pr-lg-1,
    .kf-container .px-lg-1 {
      padding-right: 0.25rem !important; }
    .kf-container .pb-lg-1,
    .kf-container .py-lg-1 {
      padding-bottom: 0.25rem !important; }
    .kf-container .pl-lg-1,
    .kf-container .px-lg-1 {
      padding-left: 0.25rem !important; }
    .kf-container .p-lg-2 {
      padding: 0.5rem !important; }
    .kf-container .pt-lg-2,
    .kf-container .py-lg-2 {
      padding-top: 0.5rem !important; }
    .kf-container .pr-lg-2,
    .kf-container .px-lg-2 {
      padding-right: 0.5rem !important; }
    .kf-container .pb-lg-2,
    .kf-container .py-lg-2 {
      padding-bottom: 0.5rem !important; }
    .kf-container .pl-lg-2,
    .kf-container .px-lg-2 {
      padding-left: 0.5rem !important; }
    .kf-container .p-lg-3 {
      padding: 1rem !important; }
    .kf-container .pt-lg-3,
    .kf-container .py-lg-3 {
      padding-top: 1rem !important; }
    .kf-container .pr-lg-3,
    .kf-container .px-lg-3 {
      padding-right: 1rem !important; }
    .kf-container .pb-lg-3,
    .kf-container .py-lg-3 {
      padding-bottom: 1rem !important; }
    .kf-container .pl-lg-3,
    .kf-container .px-lg-3 {
      padding-left: 1rem !important; }
    .kf-container .p-lg-4 {
      padding: 1.5rem !important; }
    .kf-container .pt-lg-4,
    .kf-container .py-lg-4 {
      padding-top: 1.5rem !important; }
    .kf-container .pr-lg-4,
    .kf-container .px-lg-4 {
      padding-right: 1.5rem !important; }
    .kf-container .pb-lg-4,
    .kf-container .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    .kf-container .pl-lg-4,
    .kf-container .px-lg-4 {
      padding-left: 1.5rem !important; }
    .kf-container .p-lg-5 {
      padding: 3rem !important; }
    .kf-container .pt-lg-5,
    .kf-container .py-lg-5 {
      padding-top: 3rem !important; }
    .kf-container .pr-lg-5,
    .kf-container .px-lg-5 {
      padding-right: 3rem !important; }
    .kf-container .pb-lg-5,
    .kf-container .py-lg-5 {
      padding-bottom: 3rem !important; }
    .kf-container .pl-lg-5,
    .kf-container .px-lg-5 {
      padding-left: 3rem !important; }
    .kf-container .m-lg-n1 {
      margin: -0.25rem !important; }
    .kf-container .mt-lg-n1,
    .kf-container .my-lg-n1 {
      margin-top: -0.25rem !important; }
    .kf-container .mr-lg-n1,
    .kf-container .mx-lg-n1 {
      margin-right: -0.25rem !important; }
    .kf-container .mb-lg-n1,
    .kf-container .my-lg-n1 {
      margin-bottom: -0.25rem !important; }
    .kf-container .ml-lg-n1,
    .kf-container .mx-lg-n1 {
      margin-left: -0.25rem !important; }
    .kf-container .m-lg-n2 {
      margin: -0.5rem !important; }
    .kf-container .mt-lg-n2,
    .kf-container .my-lg-n2 {
      margin-top: -0.5rem !important; }
    .kf-container .mr-lg-n2,
    .kf-container .mx-lg-n2 {
      margin-right: -0.5rem !important; }
    .kf-container .mb-lg-n2,
    .kf-container .my-lg-n2 {
      margin-bottom: -0.5rem !important; }
    .kf-container .ml-lg-n2,
    .kf-container .mx-lg-n2 {
      margin-left: -0.5rem !important; }
    .kf-container .m-lg-n3 {
      margin: -1rem !important; }
    .kf-container .mt-lg-n3,
    .kf-container .my-lg-n3 {
      margin-top: -1rem !important; }
    .kf-container .mr-lg-n3,
    .kf-container .mx-lg-n3 {
      margin-right: -1rem !important; }
    .kf-container .mb-lg-n3,
    .kf-container .my-lg-n3 {
      margin-bottom: -1rem !important; }
    .kf-container .ml-lg-n3,
    .kf-container .mx-lg-n3 {
      margin-left: -1rem !important; }
    .kf-container .m-lg-n4 {
      margin: -1.5rem !important; }
    .kf-container .mt-lg-n4,
    .kf-container .my-lg-n4 {
      margin-top: -1.5rem !important; }
    .kf-container .mr-lg-n4,
    .kf-container .mx-lg-n4 {
      margin-right: -1.5rem !important; }
    .kf-container .mb-lg-n4,
    .kf-container .my-lg-n4 {
      margin-bottom: -1.5rem !important; }
    .kf-container .ml-lg-n4,
    .kf-container .mx-lg-n4 {
      margin-left: -1.5rem !important; }
    .kf-container .m-lg-n5 {
      margin: -3rem !important; }
    .kf-container .mt-lg-n5,
    .kf-container .my-lg-n5 {
      margin-top: -3rem !important; }
    .kf-container .mr-lg-n5,
    .kf-container .mx-lg-n5 {
      margin-right: -3rem !important; }
    .kf-container .mb-lg-n5,
    .kf-container .my-lg-n5 {
      margin-bottom: -3rem !important; }
    .kf-container .ml-lg-n5,
    .kf-container .mx-lg-n5 {
      margin-left: -3rem !important; }
    .kf-container .m-lg-auto {
      margin: auto !important; }
    .kf-container .mt-lg-auto,
    .kf-container .my-lg-auto {
      margin-top: auto !important; }
    .kf-container .mr-lg-auto,
    .kf-container .mx-lg-auto {
      margin-right: auto !important; }
    .kf-container .mb-lg-auto,
    .kf-container .my-lg-auto {
      margin-bottom: auto !important; }
    .kf-container .ml-lg-auto,
    .kf-container .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1366px) {
    .kf-container .m-xl-0 {
      margin: 0 !important; }
    .kf-container .mt-xl-0,
    .kf-container .my-xl-0 {
      margin-top: 0 !important; }
    .kf-container .mr-xl-0,
    .kf-container .mx-xl-0 {
      margin-right: 0 !important; }
    .kf-container .mb-xl-0,
    .kf-container .my-xl-0 {
      margin-bottom: 0 !important; }
    .kf-container .ml-xl-0,
    .kf-container .mx-xl-0 {
      margin-left: 0 !important; }
    .kf-container .m-xl-1 {
      margin: 0.25rem !important; }
    .kf-container .mt-xl-1,
    .kf-container .my-xl-1 {
      margin-top: 0.25rem !important; }
    .kf-container .mr-xl-1,
    .kf-container .mx-xl-1 {
      margin-right: 0.25rem !important; }
    .kf-container .mb-xl-1,
    .kf-container .my-xl-1 {
      margin-bottom: 0.25rem !important; }
    .kf-container .ml-xl-1,
    .kf-container .mx-xl-1 {
      margin-left: 0.25rem !important; }
    .kf-container .m-xl-2 {
      margin: 0.5rem !important; }
    .kf-container .mt-xl-2,
    .kf-container .my-xl-2 {
      margin-top: 0.5rem !important; }
    .kf-container .mr-xl-2,
    .kf-container .mx-xl-2 {
      margin-right: 0.5rem !important; }
    .kf-container .mb-xl-2,
    .kf-container .my-xl-2 {
      margin-bottom: 0.5rem !important; }
    .kf-container .ml-xl-2,
    .kf-container .mx-xl-2 {
      margin-left: 0.5rem !important; }
    .kf-container .m-xl-3 {
      margin: 1rem !important; }
    .kf-container .mt-xl-3,
    .kf-container .my-xl-3 {
      margin-top: 1rem !important; }
    .kf-container .mr-xl-3,
    .kf-container .mx-xl-3 {
      margin-right: 1rem !important; }
    .kf-container .mb-xl-3,
    .kf-container .my-xl-3 {
      margin-bottom: 1rem !important; }
    .kf-container .ml-xl-3,
    .kf-container .mx-xl-3 {
      margin-left: 1rem !important; }
    .kf-container .m-xl-4 {
      margin: 1.5rem !important; }
    .kf-container .mt-xl-4,
    .kf-container .my-xl-4 {
      margin-top: 1.5rem !important; }
    .kf-container .mr-xl-4,
    .kf-container .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .kf-container .mb-xl-4,
    .kf-container .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    .kf-container .ml-xl-4,
    .kf-container .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .kf-container .m-xl-5 {
      margin: 3rem !important; }
    .kf-container .mt-xl-5,
    .kf-container .my-xl-5 {
      margin-top: 3rem !important; }
    .kf-container .mr-xl-5,
    .kf-container .mx-xl-5 {
      margin-right: 3rem !important; }
    .kf-container .mb-xl-5,
    .kf-container .my-xl-5 {
      margin-bottom: 3rem !important; }
    .kf-container .ml-xl-5,
    .kf-container .mx-xl-5 {
      margin-left: 3rem !important; }
    .kf-container .p-xl-0 {
      padding: 0 !important; }
    .kf-container .pt-xl-0,
    .kf-container .py-xl-0 {
      padding-top: 0 !important; }
    .kf-container .pr-xl-0,
    .kf-container .px-xl-0 {
      padding-right: 0 !important; }
    .kf-container .pb-xl-0,
    .kf-container .py-xl-0 {
      padding-bottom: 0 !important; }
    .kf-container .pl-xl-0,
    .kf-container .px-xl-0 {
      padding-left: 0 !important; }
    .kf-container .p-xl-1 {
      padding: 0.25rem !important; }
    .kf-container .pt-xl-1,
    .kf-container .py-xl-1 {
      padding-top: 0.25rem !important; }
    .kf-container .pr-xl-1,
    .kf-container .px-xl-1 {
      padding-right: 0.25rem !important; }
    .kf-container .pb-xl-1,
    .kf-container .py-xl-1 {
      padding-bottom: 0.25rem !important; }
    .kf-container .pl-xl-1,
    .kf-container .px-xl-1 {
      padding-left: 0.25rem !important; }
    .kf-container .p-xl-2 {
      padding: 0.5rem !important; }
    .kf-container .pt-xl-2,
    .kf-container .py-xl-2 {
      padding-top: 0.5rem !important; }
    .kf-container .pr-xl-2,
    .kf-container .px-xl-2 {
      padding-right: 0.5rem !important; }
    .kf-container .pb-xl-2,
    .kf-container .py-xl-2 {
      padding-bottom: 0.5rem !important; }
    .kf-container .pl-xl-2,
    .kf-container .px-xl-2 {
      padding-left: 0.5rem !important; }
    .kf-container .p-xl-3 {
      padding: 1rem !important; }
    .kf-container .pt-xl-3,
    .kf-container .py-xl-3 {
      padding-top: 1rem !important; }
    .kf-container .pr-xl-3,
    .kf-container .px-xl-3 {
      padding-right: 1rem !important; }
    .kf-container .pb-xl-3,
    .kf-container .py-xl-3 {
      padding-bottom: 1rem !important; }
    .kf-container .pl-xl-3,
    .kf-container .px-xl-3 {
      padding-left: 1rem !important; }
    .kf-container .p-xl-4 {
      padding: 1.5rem !important; }
    .kf-container .pt-xl-4,
    .kf-container .py-xl-4 {
      padding-top: 1.5rem !important; }
    .kf-container .pr-xl-4,
    .kf-container .px-xl-4 {
      padding-right: 1.5rem !important; }
    .kf-container .pb-xl-4,
    .kf-container .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    .kf-container .pl-xl-4,
    .kf-container .px-xl-4 {
      padding-left: 1.5rem !important; }
    .kf-container .p-xl-5 {
      padding: 3rem !important; }
    .kf-container .pt-xl-5,
    .kf-container .py-xl-5 {
      padding-top: 3rem !important; }
    .kf-container .pr-xl-5,
    .kf-container .px-xl-5 {
      padding-right: 3rem !important; }
    .kf-container .pb-xl-5,
    .kf-container .py-xl-5 {
      padding-bottom: 3rem !important; }
    .kf-container .pl-xl-5,
    .kf-container .px-xl-5 {
      padding-left: 3rem !important; }
    .kf-container .m-xl-n1 {
      margin: -0.25rem !important; }
    .kf-container .mt-xl-n1,
    .kf-container .my-xl-n1 {
      margin-top: -0.25rem !important; }
    .kf-container .mr-xl-n1,
    .kf-container .mx-xl-n1 {
      margin-right: -0.25rem !important; }
    .kf-container .mb-xl-n1,
    .kf-container .my-xl-n1 {
      margin-bottom: -0.25rem !important; }
    .kf-container .ml-xl-n1,
    .kf-container .mx-xl-n1 {
      margin-left: -0.25rem !important; }
    .kf-container .m-xl-n2 {
      margin: -0.5rem !important; }
    .kf-container .mt-xl-n2,
    .kf-container .my-xl-n2 {
      margin-top: -0.5rem !important; }
    .kf-container .mr-xl-n2,
    .kf-container .mx-xl-n2 {
      margin-right: -0.5rem !important; }
    .kf-container .mb-xl-n2,
    .kf-container .my-xl-n2 {
      margin-bottom: -0.5rem !important; }
    .kf-container .ml-xl-n2,
    .kf-container .mx-xl-n2 {
      margin-left: -0.5rem !important; }
    .kf-container .m-xl-n3 {
      margin: -1rem !important; }
    .kf-container .mt-xl-n3,
    .kf-container .my-xl-n3 {
      margin-top: -1rem !important; }
    .kf-container .mr-xl-n3,
    .kf-container .mx-xl-n3 {
      margin-right: -1rem !important; }
    .kf-container .mb-xl-n3,
    .kf-container .my-xl-n3 {
      margin-bottom: -1rem !important; }
    .kf-container .ml-xl-n3,
    .kf-container .mx-xl-n3 {
      margin-left: -1rem !important; }
    .kf-container .m-xl-n4 {
      margin: -1.5rem !important; }
    .kf-container .mt-xl-n4,
    .kf-container .my-xl-n4 {
      margin-top: -1.5rem !important; }
    .kf-container .mr-xl-n4,
    .kf-container .mx-xl-n4 {
      margin-right: -1.5rem !important; }
    .kf-container .mb-xl-n4,
    .kf-container .my-xl-n4 {
      margin-bottom: -1.5rem !important; }
    .kf-container .ml-xl-n4,
    .kf-container .mx-xl-n4 {
      margin-left: -1.5rem !important; }
    .kf-container .m-xl-n5 {
      margin: -3rem !important; }
    .kf-container .mt-xl-n5,
    .kf-container .my-xl-n5 {
      margin-top: -3rem !important; }
    .kf-container .mr-xl-n5,
    .kf-container .mx-xl-n5 {
      margin-right: -3rem !important; }
    .kf-container .mb-xl-n5,
    .kf-container .my-xl-n5 {
      margin-bottom: -3rem !important; }
    .kf-container .ml-xl-n5,
    .kf-container .mx-xl-n5 {
      margin-left: -3rem !important; }
    .kf-container .m-xl-auto {
      margin: auto !important; }
    .kf-container .mt-xl-auto,
    .kf-container .my-xl-auto {
      margin-top: auto !important; }
    .kf-container .mr-xl-auto,
    .kf-container .mx-xl-auto {
      margin-right: auto !important; }
    .kf-container .mb-xl-auto,
    .kf-container .my-xl-auto {
      margin-bottom: auto !important; }
    .kf-container .ml-xl-auto,
    .kf-container .mx-xl-auto {
      margin-left: auto !important; } }
  .kf-container .position-static {
    position: static !important; }
  .kf-container .position-relative {
    position: relative !important; }
  .kf-container .position-absolute {
    position: absolute !important; }
  .kf-container .position-fixed {
    position: fixed !important; }
  .kf-container .position-sticky {
    position: sticky !important; }
  .kf-container .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .kf-container .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports (position: sticky) {
    .kf-container .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .kf-container .video-box {
    width: 100%;
    position: relative; }
    .kf-container .video-box .video-loading {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -30px;
      margin-top: -50px;
      display: none; }
    .kf-container .video-box.loading .video-loading {
      display: block; }
    .kf-container .video-box video {
      width: 100%; }
  .kf-container .video-thumb {
    position: relative;
    overflow: hidden; }
    .kf-container .video-thumb > img {
      display: block;
      width: 100%;
      transition: transform 400ms ease-in-out 0s; }
    .kf-container .video-thumb:hover > img {
      transform: scale(1.1); }
  .kf-container .video-box-wrap {
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0; }
  .kf-container .video-box > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .kf-container .video-box:before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .kf-container .video-yt > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .kf-container .content-box {
    padding: 1.25em; }
  .kf-container .content-title {
    font-size: 2.25em;
    line-height: 2.5em;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase; }
  .kf-container .content-subtitle {
    font-size: 1.78em;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    font-weight: bold; }
  .kf-container .content-text {
    font-size: 1em; }
  .kf-container .content-title + .content-text {
    margin-top: 0.8em; }
  @media screen and (max-width: 1366px) {
    .kf-container .content-title {
      font-size: 2rem;
      line-height: 2.25rem;
      margin-bottom: 0.5rem; } }
  @media screen and (max-width: 960px) {
    .kf-container .content-box {
      padding: 1em; } }
  .kf-container .section {
    position: relative;
    z-index: 11;
    max-width: 1920px;
    margin: 0 auto;
    padding: 3rem 0; }
    .kf-container .section img {
      max-width: 100%; }
  .kf-container .section-title {
    /*font-weight: bold;
    margin: 3rem 0;
    font-size: 2.5em;
    line-height: 1.25em;
    text-align: center;*/
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }
  .kf-container .section.align-center {
    padding: 0; }
    .kf-container .section.align-center .center, .kf-container .section.align-center .container, .kf-container .section.align-center .row {
      height: 100%; }
    .kf-container .section.align-center .row {
      align-items: center; }
  @media screen and (max-width: 1366px) {
    .kf-container .section {
      padding: 2.5rem 0; } }
  @media screen and (max-width: 960px) {
    .kf-container .section {
      padding: 2rem 0; }
    .kf-container .section-title {
      font-size: 2.4em;
      margin: 2.4em; } }
  @media screen and (max-width: 640px) {
    .kf-container .section-title {
      font-size: 2em;
      margin: 2rem 0; } }
  .kf-container .tac {
    text-align: center; }
  .kf-container .tal {
    text-align: left; }
  .kf-container .tar {
    text-align: right; }
  .kf-container .fw-thin {
    font-weight: 100; }
  .kf-container .fw-light {
    font-weight: 300; }
  .kf-container .fw-regular {
    font-weight: 400; }
  .kf-container .fw-medium {
    font-weight: 500; }
  .kf-container .fw-bold {
    font-weight: 700; }
  .kf-container .fw-black {
    font-weight: 900; }
  .kf-container .btn, .kf-container .icon, .kf-container .vm, .kf-container .vm-fix {
    display: inline-block;
    vertical-align: middle; }
  .kf-container .nowrap {
    white-space: nowrap; }
  .kf-container a {
    color: inherit;
    text-decoration: none; }
    .kf-container a:hover {
      text-decoration: underline; }
  .kf-container .clear-fix:before, .kf-container .clear-fix:after {
    content: '';
    display: table;
    clear: both; }
  .kf-container .float-left {
    float: left; }
  .kf-container .float-right {
    float: right; }
  .kf-container .hide {
    display: none; }
  .kf-container .kf-content {
    font: 18px/24px 'Titillium Web', 'Noto Sans TC', 'Noto Sans', Microsoft JhengHei, '微軟正黑體', Arial, Helvetica, sans-serif;
    text-align: left;
    background: #000000;
    direction: ltr;
    color: #c2c2c2; }
  .kf-container a[href] {
    color: #ff6c00;
    text-decoration: underline; }
    .kf-container a[href]:hover {
      color: #fff; }
  .kf-container .tip {
    font-size: 0.8em;
    line-height: 1.2;
    margin-top: 1em; }
  .kf-container .content-title {
    font-family: Aldrich, 'Titillium Web', 'Noto Sans TC', 'Noto Sans', Microsoft JhengHei, '微軟正黑體', Arial, Helvetica, sans-serif;
    font-size: 2.6em;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    font-weight: bold;
    letter-spacing: 0;
    color: #ff6c00; }
  .kf-container .content-subtitle {
    margin-bottom: 0.8em;
    color: #fff; }
  .kf-container a.btn-learnmore {
    padding: 25px 50px;
    color: #ff6c00;
    border: 3px solid #ff6c00;
    background: rgba(255, 108, 0, 0.1); }
  .kf-container .tg-group {
    position: relative;
    font-weight: 100;
    line-height: 0.9;
    color: #fff; }
    .kf-container .tg-group .tg-main, .kf-container .tg-group .tg-sub {
      padding: 3px 0; }
    .kf-container .tg-group .tg-main {
      font-family: AORUS;
      font-size: 4.45em;
      line-height: 0.9;
      margin-top: 0.1em; }
    .kf-container .tg-group .tg-sub {
      font-size: 0.8em;
      line-height: 1.1;
      padding: 3px 0; }
  .kf-container .fs-medium {
    font-size: 2.4em; }
  .kf-container .fs-smaller {
    font-size: 0.6em; }
  .kf-container .section {
    text-align: center; }
  .kf-container .section-kv {
    background: #000 url(../../innergigabyte/images/kv.jpg) center top no-repeat;
    padding-top: 1200px;
    height: 1643px; }
  .kf-container .section-ID {
    background: #000 url(../../innergigabyte/images/id.jpg) center bottom no-repeat;
    height: 652px;
    padding-bottom: 180px; }
    .kf-container .section-ID > .container {
      height: 100%; }
      .kf-container .section-ID > .container > .row {
        height: 100%;
        align-items: flex-end; }
  .kf-container .section-gallery {
    z-index: 10; }
    .kf-container .section-gallery .sticky-bg-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300vh;
      margin: -100vh auto !important; }
      .kf-container .section-gallery .sticky-bg-container .sticky-content {
        position: -webkit-sticky;
        position: sticky;
        top: 0; }
    .kf-container .section-gallery .gallery-content .container .row {
      min-height: 100vh;
      align-items: center; }
  .kf-container .gallery-bg {
    background: url(../../innergigabyte/images/gallery-bg.jpg) center center no-repeat;
    height: 100vh; }
  .kf-container .section-rtx {
    background: #282828 url(../../innergigabyte/images/rtx.jpg) center top no-repeat;
    padding-top: 640px;
    text-align: center; }
  .kf-container .section-rtx-kf {
    background-color: #282828; }
    .kf-container .section-rtx-kf #rtx-features .content-box {
      padding: 50px 0 110px;
      display: none; }
      .kf-container .section-rtx-kf #rtx-features .content-box.active {
        display: block; }
    .kf-container .section-rtx-kf .rtx_cover_text {
      background: url("../../innergigabyte/images/rtx_cover_text.png") 0 0 no-repeat;
      width: 313px;
      height: 66px;
      position: absolute;
      bottom: 20px;
      right: 168px; }
    .kf-container .section-rtx-kf .img-rtx_static {
      max-width: 100%;
      background-size: cover;
      height: auto;
      margin: 0 auto; }
      .kf-container .section-rtx-kf .img-rtx_static:after {
        content: '';
        display: block;
        padding-bottom: 56.07%; }
  .kf-container .img-rtx_static {
    background: url(../../innergigabyte/images/rtx_static.jpg) center 0 no-repeat;
    width: 610px;
    height: 342px; }
  .kf-container .yt-iframe {
    position: relative; }
    .kf-container .yt-iframe:after {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
    .kf-container .yt-iframe iframe, .kf-container .yt-iframe > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .kf-container .video-box {
    position: relative; }
    .kf-container .video-box > video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .kf-container .video-box:before {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
  .kf-container .video-yt > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .kf-container .choose-list {
    color: #646464; }
    .kf-container .choose-list .choose-title {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 4px solid #323232; }
    .kf-container .choose-list .choose-item {
      cursor: pointer; }
      .kf-container .choose-list .choose-item.active .choose-title, .kf-container .choose-list .choose-item:hover .choose-title {
        color: #ff6400;
        border-color: #ff6400; }
      .kf-container .choose-list .choose-item.active .choose-content, .kf-container .choose-list .choose-item:hover .choose-content {
        color: #fff; }
  .kf-container .section-cpu {
    background: url(../../innergigabyte/images/cpu.jpg) center top no-repeat;
    padding-top: 706px;
    text-align: center; }
    .kf-container .section-cpu .tg-group {
      display: inline-block;
      text-align: left;
      margin: 20px 0; }
    .kf-container .section-cpu .row + .row {
      margin-top: 2em; }
  .kf-container .icon-windforce {
    background: url(../../innergigabyte/images/icon-windforce.png);
    width: 314px;
    background-size: 100%; }
    .kf-container .icon-windforce::after {
      content: '';
      display: block;
      padding-bottom: 13.69427%; }
  .kf-container .section-thermal {
    background: url(../../innergigabyte/images/thermal.jpg) center top no-repeat;
    min-height: 1000px;
    padding-top: 210px;
    text-align: center;
    position: relative; }
    .kf-container .section-thermal .icon-windforce {
      position: absolute;
      top: 50px;
      right: 3%; }
    .kf-container .section-thermal .thermal-view {
      max-width: 100%; }
    .kf-container .section-thermal .thermal-img {
      margin-bottom: 1em; }
    .kf-container .section-thermal .tg-group {
      margin-top: 2em;
      font-size: 2em; }
      .kf-container .section-thermal .tg-group .fs-smaller {
        font-size: .4em; }
    .kf-container .section-thermal .content-text {
      max-width: 610px;
      margin: 0 auto; }
  .kf-container .section-thermal-kf .subtitle {
    margin: 12px 0; }
  .kf-container .section-thermal-kf .content-box {
    margin-bottom: 50px; }
  .kf-container .thermal-img {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover !important; }
    .kf-container .thermal-img:before {
      content: '';
      display: block;
      padding-bottom: 62.5%; }
  .kf-container .thermal-img-01 {
    background: url(../../innergigabyte/images/thermal-01.jpg) 0 0 no-repeat; }
  .kf-container .thermal-img-02 {
    background: url(../../innergigabyte/images/thermal-02.jpg) 0 0 no-repeat; }
  .kf-container .thermal-img-03 {
    background: url(../../innergigabyte/images/thermal-03.jpg) 0 0 no-repeat; }
  .kf-container .section-panel {
    background: #000 url(../../innergigabyte/images/panel.jpg) center top no-repeat;
    padding-top: 800px; }
    .kf-container .section-panel .tg-group {
      display: inline-block;
      text-align: left;
      margin: 20px 0; }
    .kf-container .section-panel .slide-top {
      background: #000;
      padding: 18px 15px 13px;
      font-size: 1.3em;
      line-height: 1.1;
      font-family: AORUS; }
    .kf-container .section-panel .content-text {
      max-width: 610px;
      margin: 0 auto; }
    .kf-container .section-panel .gallery-thumbs {
      background: #000000;
      padding: 15px 0; }
      .kf-container .section-panel .gallery-thumbs .swiper-wrapper {
        display: flex;
        justify-content: center; }
        .kf-container .section-panel .gallery-thumbs .swiper-wrapper img {
          display: block; }
        .kf-container .section-panel .gallery-thumbs .swiper-wrapper .swiper-slide {
          max-width: 15%; }
      .kf-container .section-panel .gallery-thumbs .swiper-slide-thumb-active {
        border: 4px solid #ff6400;
        border-radius: 4px; }
    .kf-container .section-panel .ntsc-title {
      font-size: 1em;
      line-height: 1.3;
      /*font-family:Aldrich;*/
      color: #ff6c00;
      text-transform: uppercase;
      margin: 0 auto;
      border: 1px solid #ff6c00;
      background: transparent;
      font-style: italic;
      margin-top: 2em;
      transition: ease-in-out 250ms;
      animation-duration: 150ms;
      padding: 0.7em 0; }
    .kf-container .section-panel .ntsc-title:hover {
      background: rgba(255, 108, 0, 0.1); }
    .kf-container .section-panel a {
      text-decoration: none; }
  .kf-container .section-panel-240 {
    background: #000 url(../../innergigabyte/images/panel_240.jpg) center top no-repeat; }
  .kf-container .black-box {
    background: rgba(0, 0, 0, 0.8);
    padding: 2em 1em; }
  .kf-container .section-keyboard {
    background: #000 url(../../innergigabyte/images/kb.jpg) center top no-repeat;
    padding: 0; }
    .kf-container .section-keyboard > .container > .row {
      height: 1002px;
      align-items: center; }
    .kf-container .section-keyboard .card a {
      border: solid 3px #4e4e4e;
      display: inline-flex; }
    .kf-container .section-keyboard .card a:hover {
      border: solid 3px #f50; }
    .kf-container .section-keyboard .card a, .kf-container .section-keyboard .card .card-text, .kf-container .section-keyboard .card img {
      transition: all 250ms ease-in-out; }
    .kf-container .section-keyboard .card:hover a {
      border: solid 3px #f50; }
      .kf-container .section-keyboard .card:hover a img {
        filter: brightness(1.3); }
    .kf-container .section-keyboard .card:hover .card-text {
      color: #f50; }
    .kf-container .section-keyboard .black-box {
      padding: 5em 3em; }
    .kf-container .section-keyboard .btn-learnmore {
      margin-top: 0em;
      margin-left: 0.5em;
      margin-right: 0.5em; }
  .kf-container .section-battery {
    background: #000 url(../../innergigabyte/images/battery.jpg) center top no-repeat;
    padding: 0; }
    .kf-container .section-battery > .container > .row {
      height: 984px;
      align-items: center; }
    .kf-container .section-battery .black-box {
      padding: 5em 3em; }
    .kf-container .section-battery .btn-learnmore {
      margin-top: 3em; }
  .kf-container .section-ai {
    background: #000 url(../../innergigabyte/images/ai.jpg) center bottom no-repeat;
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px; }
    .kf-container .section-ai .row {
      min-height: 500px; }
    .kf-container .section-ai .yt-iframe {
      pointer-events: none; }
  .kf-container .section-storage {
    background: url(../../innergigabyte/images/storage.jpg) center top no-repeat;
    text-align: left;
    padding: 0; }
    .kf-container .section-storage > .container > .row {
      height: 982px;
      align-items: center; }
  .kf-container .section-wifi6 {
    background: url(../../innergigabyte/images/wifi6.jpg) center top no-repeat;
    text-align: left;
    padding: 0; }
    .kf-container .section-wifi6 > .container > .row {
      height: 770px;
      align-items: center; }
  .kf-container .section-io {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#010101+0,363636+37,010101+100 */
    background: #010101;
    /* Old browsers */
    background: -moz-linear-gradient(top, #010101 0%, #363636 37%, #010101 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #010101 0%, #363636 37%, #010101 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #010101 0%, #363636 37%, #010101 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#010101',GradientType=0 );
    /* IE6-9 */
    padding: 100px 0;
    text-align: center;
    overflow: hidden; }
    .kf-container .section-io .io-model {
      margin-top: 80px;
      margin-bottom: 50px; }
  .kf-container .io-model {
    background: url(../../innergigabyte/images/io-model.png) 0 0 no-repeat;
    width: 1273px;
    margin: 0 auto;
    height: 391px;
    position: relative;
    font-size: 0.85em;
    line-height: 1;
    color: #fff; }
    .kf-container .io-model .io-group {
      position: absolute; }
      .kf-container .io-model .io-group .io-text {
        position: absolute;
        white-space: nowrap; }
    .kf-container .io-model .io-group.left {
      left: 145px;
      top: -32px;
      text-align: left; }
      .kf-container .io-model .io-group.left .io-text:before {
        content: '';
        display: block;
        position: absolute;
        height: 120px;
        left: -13px;
        width: 8px;
        border-left: 1px solid;
        border-top: 1px solid;
        top: 50%;
        color: inherit; }
    .kf-container .io-model .io-group.right {
      right: 169px;
      top: -20px;
      text-align: right; }
      .kf-container .io-model .io-group.right .io-text:before {
        content: '';
        display: block;
        position: absolute;
        height: 120px;
        right: -13px;
        width: 8px;
        border-right: 1px solid;
        border-top: 1px solid;
        top: 50%;
        color: inherit; }
    .kf-container .io-model .io-text-1 {
      left: 0;
      top: 0; }
    .kf-container .io-model .io-text-2 {
      left: 48px;
      top: 28px; }
    .kf-container .io-model .io-text-3 {
      left: 99px;
      top: 65px; }
    .kf-container .io-model .io-text-4 {
      left: 148px;
      top: 92px; }
    .kf-container .io-model .io-text-5 {
      left: 203px;
      top: 116px; }
    .kf-container .io-model .io-text-6 {
      right: 0;
      top: 0; }
    .kf-container .io-model .io-text-7 {
      right: 38px;
      top: 22px; }
    .kf-container .io-model .io-text-8 {
      right: 95px;
      top: 54px; }
    .kf-container .io-model .io-text-9 {
      right: 139px;
      top: 80px; }
    .kf-container .io-model .io-text-10 {
      right: 180px;
      top: 102px; }
  .kf-container .ntsc-title {
    font-size: 1em;
    line-height: 1.3;
    /*font-family:Aldrich;*/
    color: #ff6c00;
    text-transform: uppercase;
    margin: 0 auto;
    border: 1px solid #ff6c00;
    background: transparent;
    font-style: italic;
    margin-top: 2em;
    transition: ease-in-out 250ms;
    animation-duration: 150ms;
    padding: 0.7em 0; }
  .kf-container .ntsc-title:hover {
    background: rgba(255, 108, 0, 0.1); }
  .kf-container .section-ntsc-gallery .content-title {
    font-size: 40px;
    font-weight: bold;
    margin: .8em 0 .5em;
    line-height: 1.2; }
  .kf-container .section-ntsc-gallery .tip {
    margin-top: 3em;
    color: #888888; }
  .kf-container .section-ntsc-gallery .learn_more {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border-bottom: 1px solid;
    padding-bottom: 6px; }
  .kf-container .section-ntsc-gallery .swiper-slide {
    width: 70%; }
  .kf-container .section-ntsc-gallery .swiper-button-next, .kf-container .section-ntsc-gallery .swiper-container-rtl .swiper-button-prev {
    right: 120px; }
  .kf-container .section-ntsc-gallery .swiper-button-prev, .kf-container .section-ntsc-gallery .swiper-container-rtl .swiper-button-next {
    left: 120px; }
  .kf-container .section-ntsc-gallery .swiper-button-next, .kf-container .section-ntsc-gallery .swiper-button-prev {
    outline: none;
    width: 28px;
    width: 2vw;
    min-width: 12px;
    max-width: 28px;
    opacity: 0.7;
    transition: opacity 250ms ease;
    margin-top: -150px; }
    .kf-container .section-ntsc-gallery .swiper-button-next:before, .kf-container .section-ntsc-gallery .swiper-button-prev:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 450%;
      padding-top: 450%;
      background: rgba(255, 255, 255, 0.28);
      border-radius: 50%;
      z-index: 11; }
    .kf-container .section-ntsc-gallery .swiper-button-next:after, .kf-container .section-ntsc-gallery .swiper-button-prev:after {
      position: relative;
      font-size: 0;
      width: 100%;
      padding-top: 171.43%;
      background: url("../../innergigabyte/images/gallery-arrow.png") 0 0 no-repeat;
      background-size: 100%;
      z-index: 12; }
    .kf-container .section-ntsc-gallery .swiper-button-next:hover, .kf-container .section-ntsc-gallery .swiper-button-prev:hover {
      opacity: 1; }
    .kf-container .section-ntsc-gallery .swiper-button-next.swiper-button-disabled, .kf-container .section-ntsc-gallery .swiper-button-prev.swiper-button-disabled {
      opacity: 0.2; }
  .kf-container .section-ntsc-gallery .swiper-button-prev:after {
    transform: rotate(180deg); }
  .kf-container .ba-slider {
    position: relative;
    overflow: hidden;
    user-select: none; }
    .kf-container .ba-slider .ba-tag {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 120px;
      height: 80px;
      background: #ff6c00;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 28px;
      line-height: 1;
      color: #fff; }
    .kf-container .ba-slider .resize {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      overflow: hidden; }
      .kf-container .ba-slider .resize .ba-tag {
        background: #4a4a4a;
        right: auto;
        left: 0; }
    .kf-container .ba-slider .vs-control {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 12; }
      .kf-container .ba-slider .vs-control .left, .kf-container .ba-slider .vs-control .right {
        position: absolute;
        top: 50%;
        height: var(--swiper-navigation-size);
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        width: 28px;
        width: 2vw;
        min-width: 12px;
        max-width: 28px;
        opacity: 0.7;
        transition: opacity 250ms ease; }
        .kf-container .ba-slider .vs-control .left:hover, .kf-container .ba-slider .vs-control .right:hover {
          opacity: 1; }
        .kf-container .ba-slider .vs-control .left:before, .kf-container .ba-slider .vs-control .right:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 450%;
          padding-top: 450%;
          background: rgba(255, 255, 255, 0.28);
          border-radius: 50%;
          z-index: 11; }
        .kf-container .ba-slider .vs-control .left:after, .kf-container .ba-slider .vs-control .right:after {
          content: '';
          position: relative;
          font-size: 0;
          width: 100%;
          padding-top: 171.43%;
          background: url(../../innergigabyte/images/gallery-arrow.png) 0 0 no-repeat;
          background-size: 100%;
          z-index: 12; }
      .kf-container .ba-slider .vs-control .left {
        left: 30px;
        transform: rotate(180deg); }
      .kf-container .ba-slider .vs-control .right {
        right: 30px; }
    .kf-container .ba-slider .ba-img-wrap {
      overflow: hidden; }
      .kf-container .ba-slider .ba-img-wrap img {
        width: 100% !important;
        margin-left: -50%; }
    .kf-container .ba-slider .resize .ba-img-wrap img {
      margin-left: 0; }
    .kf-container .ba-slider .handle {
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      margin-left: -1px;
      background: #b2b2b2;
      cursor: ew-resize; }
      .kf-container .ba-slider .handle:after {
        position: absolute;
        top: 50%;
        width: 37px;
        height: 20px;
        margin: -10px 0 0 -19px;
        content: '';
        text-align: center;
        line-height: 20px;
        border: none;
        /* darken(@orange, 5%) */
        border-radius: 0;
        transition: all 0.3s ease;
        box-shadow: none;
        background: url("../../innergigabyte/images/ba-handle.png") 0 0 no-repeat; }
    .kf-container .ba-slider img {
      width: 100%;
      display: block;
      max-width: none; }
  @media screen and (max-width: 1366px) {
    .kf-container .section-ntsc-gallery .content-title {
      font-size: 36px; } }
  @media screen and (max-width: 960px) {
    .kf-container .section-ntsc-gallery .content-title {
      font-size: 24px; }
    .kf-container .section-ntsc-gallery .learn_more {
      font-size: 14px; }
    .kf-container .section-ntsc-gallery .swiper-button-next, .kf-container .section-ntsc-gallery .swiper-container-rtl .swiper-button-prev {
      right: 80px; }
    .kf-container .section-ntsc-gallery .swiper-button-prev, .kf-container .section-ntsc-gallery .swiper-container-rtl .swiper-button-next {
      left: 80px; }
    .kf-container .section-ntsc-gallery .swiper-button-next, .kf-container .section-ntsc-gallery .swiper-button-prev {
      margin-top: -100px; }
    .kf-container .ba-slider .ba-tag {
      font-size: 16px;
      width: 90px;
      height: 50px; } }
  @media screen and (max-width: 640px) {
    .kf-container .section-ntsc-gallery .swiper-button-next, .kf-container .section-ntsc-gallery .swiper-button-prev {
      display: none; }
    .kf-container .section-ntsc-gallery .swiper-wrapper {
      transform: none !important;
      flex-flow: column;
      align-items: center; }
      .kf-container .section-ntsc-gallery .swiper-wrapper .swiper-slide {
        margin: 30px auto 0 !important; }
    .kf-container .section-ntsc-gallery .vs-control {
      display: block; }
    .kf-container .ba-slider .ba-tag {
      font-size: 14px; }
    .kf-container .ba-slider .handle {
      pointer-events: none; }
      .kf-container .ba-slider .handle:after {
        content: none; } }
  @media screen and (max-width: 1366px) {
    .kf-container .tg-group {
      font-size: 0.9em; }
    .kf-container .section-kv {
      background-image: url(../../innergigabyte/images/kv_1366.jpg);
      padding-top: 1040px;
      height: 1496px; }
    .kf-container .section-ID {
      background-image: url(../../innergigabyte/images/id_1366.jpg);
      height: 562px;
      padding-bottom: 140px; }
    .kf-container .section-rtx {
      background-image: url(../../innergigabyte/images/rtx_1366.jpg);
      padding-top: 570px; }
    .kf-container .section-rtx-kf .rtx_cover_text {
      background-size: cover;
      width: 215px;
      height: auto;
      position: absolute;
      right: 116px; }
      .kf-container .section-rtx-kf .rtx_cover_text:after {
        content: '';
        display: block;
        padding-bottom: 21.09%; }
    .kf-container .section-thermal {
      background-image: url(../../innergigabyte/images/thermal_1366.jpg);
      min-height: 996px; }
    .kf-container .section-panel .ntsc-title {
      padding: 0.7em 0; }
    .kf-container .section-keyboard {
      background-image: url(../../innergigabyte/images/kb_1366.jpg); }
      .kf-container .section-keyboard > .container > .row {
        height: 797px; }
      .kf-container .section-keyboard .black-box {
        padding: 3em 2em; }
      .kf-container .section-keyboard .btn-learnmore {
        margin-top: 1.5em; }
    .kf-container .section-battery {
      background-image: url(../../innergigabyte/images/battery_1366.jpg); }
      .kf-container .section-battery > .container > .row {
        height: 781px; }
      .kf-container .section-battery .black-box {
        padding: 3em 2em; }
      .kf-container .section-battery .btn-learnmore {
        margin-top: 1.5em; }
    .kf-container .section-ai {
      background-image: url(../../innergigabyte/images/ai_1366.jpg);
      text-align: center; }
      .kf-container .section-ai .yt-iframe {
        margin-bottom: 3em; }
    .kf-container .section-storage {
      background-image: url(../../innergigabyte/images/storage_1366.jpg); }
      .kf-container .section-storage > .container > .row {
        height: 848px; }
    .kf-container .section-wifi6 {
      background-image: url(../../innergigabyte/images/wifi6_1366.jpg); }
      .kf-container .section-wifi6 > .container > .row {
        height: 728px; }
    .kf-container .io-model {
      background-image: url(../../innergigabyte/images/io-model_1366.png);
      width: 1002px;
      height: 307px;
      position: relative;
      left: 50%;
      margin-left: -501px; }
      .kf-container .io-model .io-group.left {
        left: 117px;
        top: -30px; }
        .kf-container .io-model .io-group.left .io-text:before {
          height: 100px; }
      .kf-container .io-model .io-group.right {
        right: 139px;
        top: -31px; }
        .kf-container .io-model .io-group.right .io-text:before {
          height: 100px; }
      .kf-container .io-model .io-text-1 {
        left: 0;
        top: 0; }
      .kf-container .io-model .io-text-2 {
        left: 36px;
        top: 23px; }
      .kf-container .io-model .io-text-3 {
        left: 77px;
        top: 50px; }
      .kf-container .io-model .io-text-4 {
        left: 112px;
        top: 72px; }
      .kf-container .io-model .io-text-5 {
        left: 152px;
        top: 152px; }
      .kf-container .io-model .io-text-6 {
        right: 0;
        top: 0; }
      .kf-container .io-model .io-text-7 {
        right: 27px;
        top: 26px; }
      .kf-container .io-model .io-text-8 {
        right: 71px;
        top: 51px; }
      .kf-container .io-model .io-text-9 {
        right: 102px;
        top: 73px; }
      .kf-container .io-model .io-text-10 {
        right: 134px;
        top: 94px; } }
  @media screen and (max-width: 960px) {
    .kf-container .kf-content {
      font-size: 16px;
      font-weight: 100; }
    .kf-container .section .content-box {
      padding: 15px; }
    .kf-container .tg-group {
      font-size: 0.8em; }
    .kf-container .content-title {
      font-size: 2em;
      line-height: 1; }
    .kf-container .content-subtitle {
      font-size: 1.5em;
      line-height: 1; }
    .kf-container .section-kv {
      background-image: url(../../innergigabyte/images/kv_960.jpg);
      padding-top: 760px;
      min-height: 1043px;
      height: auto; }
    .kf-container .section-ID {
      background-image: url(../../innergigabyte/images/id_960.jpg);
      height: auto;
      min-height: 453px;
      padding-top: 200px;
      padding-bottom: 100px; }
    .kf-container .section-rtx {
      background-image: url(../../innergigabyte/images/rtx_960.jpg);
      padding-top: 410px; }
    .kf-container .choose-list .choose-item {
      padding: 45px 15px; }
      .kf-container .choose-list .choose-item .choose-title {
        color: #ff6400;
        border-color: #ff6400; }
      .kf-container .choose-list .choose-item .choose-content {
        color: #fff; }
    .kf-container .section-cpu {
      background-image: url(../../innergigabyte/images/cpu_960.jpg);
      background-size: contain;
      padding-top: 0; }
      .kf-container .section-cpu:before {
        content: '';
        display: block;
        padding-top: 39%; }
    .kf-container .section-thermal {
      background-image: url(../../innergigabyte/images/thermal_960.jpg);
      min-height: 725px;
      padding-top: 160px; }
      .kf-container .section-thermal .icon-windforce {
        width: 240px; }
    .kf-container .section-panel {
      background-image: url(../../innergigabyte/images/panel_960.jpg);
      background-size: 100% auto;
      height: auto;
      padding-top: 0; }
      .kf-container .section-panel:before {
        content: '';
        display: block;
        padding-top: 61%; }
      .kf-container .section-panel .ntsc-title {
        padding: 0.6em 0.2em; }
    .kf-container .section-panel-240 {
      background-image: url(../../innergigabyte/images/panel240_960.jpg); }
    .kf-container .section-keyboard {
      background-image: url(../../innergigabyte/images/kb_960.jpg); }
      .kf-container .section-keyboard > .container > .row {
        height: 679px; }
      .kf-container .section-keyboard .black-box {
        padding: 3em 2em; }
      .kf-container .section-keyboard .btn-learnmore {
        margin-top: 1.5em; }
    .kf-container .section-battery {
      background-image: url(../../innergigabyte/images/battery_960.jpg); }
      .kf-container .section-battery > .container > .row {
        height: 619px; }
      .kf-container .section-battery .black-box {
        padding: 3em 2em; }
      .kf-container .section-battery .btn-learnmore {
        margin-top: 1.5em; }
    .kf-container .section-storage {
      background-image: url(../../innergigabyte/images/storage_960.jpg);
      padding-top: 495px; }
      .kf-container .section-storage > .container > .row {
        height: auto; }
    .kf-container .section-io {
      text-align: left; }
    .kf-container .io-model {
      background-image: url(../../innergigabyte/images/io-model_960.png);
      width: 616px;
      height: 417px;
      margin-left: -308px; }
      .kf-container .io-model .io-group .io-text {
        white-space: normal;
        width: 110px; }
      .kf-container .io-model .io-group.left {
        left: 129px;
        top: 85px; }
        .kf-container .io-model .io-group.left .io-text:before {
          margin-right: 8px;
          left: auto;
          right: 100%;
          border-left: none;
          border-bottom: 1px solid;
          width: 50px;
          height: 1px;
          top: 50%; }
      .kf-container .io-model .io-group.right {
        right: 145px;
        top: 104px; }
        .kf-container .io-model .io-group.right .io-text:before {
          margin-left: 8px;
          left: 100%;
          right: auto;
          border-left: none;
          border-bottom: 1px solid;
          width: 50px;
          height: 1px;
          top: 50%; }
      .kf-container .io-model .io-text-1 {
        left: 0;
        top: 0; }
      .kf-container .io-model .io-text-2 {
        left: 23px;
        top: 32px; }
      .kf-container .io-model .io-text-3 {
        left: 42px;
        top: 70px; }
      .kf-container .io-model .io-text-4 {
        left: 66px;
        top: 107px; }
      .kf-container .io-model .io-text-5 {
        left: 99px;
        top: 169px; }
      .kf-container .io-model .io-text-6 {
        right: 0;
        top: 0; }
      .kf-container .io-model .io-text-7 {
        right: 15px;
        top: 17px; }
      .kf-container .io-model .io-text-8 {
        right: 39px;
        top: 61px; }
      .kf-container .io-model .io-text-9 {
        right: 57px;
        top: 94px; }
      .kf-container .io-model .io-text-10 {
        right: 76px;
        top: 120px; } }
  @media screen and (max-width: 640px) {
    .kf-container .section-kv {
      background-image: url(../../innergigabyte/images/kv_640.jpg);
      padding-top: 510px;
      min-height: 743px; }
    .kf-container .section-ID {
      background-image: url(../../innergigabyte/images/id_640.jpg);
      height: auto;
      min-height: 256px;
      padding-top: 160px;
      padding-bottom: 160px; }
    .kf-container .section-rtx {
      background-image: url(../../innergigabyte/images/rtx_640.jpg);
      padding-top: 340px;
      text-align: left; }
    .kf-container .choose-list .choose-item {
      padding: 15px; }
      .kf-container .choose-list .choose-item:nth-child(n+2) .title {
        margin-top: 1.6em; }
    .kf-container .section-rtx-kf {
      padding-top: 0; }
    .kf-container .section-cpu {
      background-image: url(../../innergigabyte/images/cpu_640.jpg);
      background-size: contain; }
      .kf-container .section-cpu:before {
        padding-top: 64%; }
    .kf-container .section-thermal {
      background-image: url(../../innergigabyte/images/thermal_640.jpg);
      background-size: contain;
      padding-top: 0;
      min-height: 490px; }
      .kf-container .section-thermal:before {
        content: '';
        display: block;
        padding-top: 70%; }
      .kf-container .section-thermal .icon-windforce {
        position: absolute;
        top: 0;
        margin-top: 60%;
        right: 3%;
        width: 180px; }
    .kf-container .section-panel .ntsc-title {
      font-size: 0.9em;
      padding: 0.6em 0.1em; }
    .kf-container .section-keyboard {
      background-image: url(../../innergigabyte/images/kb_640.jpg);
      padding-top: 364px;
      text-align: center; }
      .kf-container .section-keyboard > .container > .row {
        height: auto; }
      .kf-container .section-keyboard .black-box {
        padding: 3em 2em; }
      .kf-container .section-keyboard .btn-learnmore {
        margin-top: 1.5em; }
    .kf-container .section-battery {
      background-image: url(../../innergigabyte/images/battery_640.jpg);
      padding-top: 295px;
      text-align: center; }
      .kf-container .section-battery > .container > .row {
        height: auto; }
      .kf-container .section-battery .black-box {
        padding: 3em 2em; }
      .kf-container .section-battery .btn-learnmore {
        margin-top: 1.5em; }
    .kf-container .section-wifi6 {
      background-image: url(../../innergigabyte/images/wifi6_640.jpg);
      padding-top: 342px; }
      .kf-container .section-wifi6 > .container > .row {
        height: auto; }
    .kf-container .io-model {
      background-image: url(../../innergigabyte/images/io-model_640.png);
      width: 297px;
      height: 845px;
      margin-left: -148px; }
      .kf-container .io-model .io-group.left {
        left: 131px;
        top: 84px; }
      .kf-container .io-model .io-group.right {
        right: 147px;
        top: 533px; } }
  .kf-container #comparison-slider {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto; }
    .kf-container #comparison-slider .compare-item {
      position: absolute;
      left: 0px;
      top: 0px;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%; }
    .kf-container #comparison-slider:after {
      content: '';
      display: block;
      padding-bottom: 56.09%; }
  .kf-container .compare-item {
    overflow: hidden; }
    .kf-container .compare-item img, .kf-container .compare-item video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .kf-container #comparison-slider .compare-item {
    -webkit-user-drag: none;
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .kf-container .compare-left {
    z-index: 21; }
  .kf-container .compare-right {
    z-index: 20; }
  .kf-container .compare-divider {
    position: absolute;
    top: 0px;
    width: 0;
    height: 100%;
    cursor: ew-resize !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    z-index: 998;
    left: 50%; }
  .kf-container .compare-dragger {
    width: 216px;
    height: 100%;
    background: url("../../innergigabyte/images/slider-dragbar.png") center center no-repeat;
    position: relative;
    margin-left: -12px;
    cursor: ew-resize !important;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: -108px; }
  .kf-container .compare-arrows {
    position: relative;
    width: 36px;
    height: 48px;
    display: none;
    /* background-image: url(../sass/images/ic_compare_arrows_black_24px.svg); */ }
  @media screen and (max-width: 1366px) {
    .kf-container .compare-dragger {
      background-size: cover;
      width: 177px;
      margin-left: -88px; } }
  .kf-container.tw .img-s1kl {
    background: url(../../innergigabyte/images/locale/tw/s1-keylife.png) center center no-repeat;
    width: 502px;
    height: 175px; }
  .kf-container.tw .s7 .img-cpu_shiru {
    left: 799px; }
  .kf-container.tw .img-cbox-core {
    background: url(../../innergigabyte/images/locale/tw/cpu_core.png) 0 0 no-repeat;
    width: 332px;
    height: 213px; }
  .kf-container.tw .img-cbox-perf {
    background: url(../../innergigabyte/images/locale/tw/cpu_performance.png) 0 0 no-repeat;
    width: 357px;
    height: 213px; }
  .kf-container.tw .title {
    font-size: 2.3em; }
  .kf-container.tw .s16 .content-box .title {
    font-size: 1.5em; }
  .kf-container.tw .s17 .title {
    margin-bottom: 0.6em; }
  .kf-container.tw .s17 .content-box {
    padding-top: 0; }
  @media screen and (max-width: 1366px) {
    .kf-container.tw .title {
      font-size: 2.1em; }
    .kf-container.tw .s7 .img-cpu_shiru {
      left: 579px; }
    .kf-container.tw .img-s1kl, .kf-container.tw .img-s1kt {
      width: auto;
      max-width: 100%;
      background-size: cover;
      height: auto;
      font-size: 0; }
      .kf-container.tw .img-s1kl:after, .kf-container.tw .img-s1kt:after {
        content: '';
        display: block;
        padding-bottom: 34.86%; }
    .kf-container.tw .img-s1kt {
      background-position: 0 0;
      background-size: auto 100%; } }
  @media screen and (max-width: 960px) {
    .kf-container.tw .s7 .img-cpu_shiru {
      left: 50%; }
    .kf-container.tw .s1 .s1-text .content-box.right .ts-group {
      flex: 1 0; } }
  @media screen and (max-width: 640px) {
    .kf-container.tw {
      font-size: 16px;
      line-height: 1.375em; }
      .kf-container.tw .s1 .s1-text .content-box.right .ts-group {
        width: 100%; }
      .kf-container.tw .img-s1kt {
        background-position-x: center; }
      .kf-container.tw .img-cbox-core, .kf-container.tw .img-cbox-perf {
        background-position: center;
        width: auto;
        height: auto;
        font-size: 0;
        background-size: contain; }
        .kf-container.tw .img-cbox-core:after, .kf-container.tw .img-cbox-perf:after {
          content: '';
          display: block;
          padding-bottom: 56.8%; }
      .kf-container.tw .s17 {
        padding-top: 60px; } }

/*for ie10 、 ie11*/
