﻿@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: 1140px; } }
  .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 .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; }
  @media screen and (max-width: 960px) {
    .kf-container .md-show {
      display: block; } }
  .kf-container .kf-content {
    font: 20px/30px 'Noto Sans TC', 'Noto Sans', 'Segoe UI', Microsoft JhengHei, '微軟正黑體', Arial, Helvetica, sans-serif;
    text-align: left;
    background: #000000;
    direction: ltr;
    color: #fff;
    font-weight: 100; }
  .kf-container .section-ai, .kf-container .section-adobe, .kf-container .section-special {
    background-color: #cfcfcf !important;
    color: #565656; }
    .kf-container .section-ai .title, .kf-container .section-adobe .title, .kf-container .section-special .title {
      color: #000 !important; }
    .kf-container .section-ai .content-text, .kf-container .section-adobe .content-text, .kf-container .section-special .content-text {
      color: #565656 !important; }
  .kf-container .center {
    max-width: 1366px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: inherit; }
  .kf-container .tip {
    font-size: 0.8em;
    line-height: 1.2;
    margin-top: 1em; }
  .kf-container span.wrap-line {
    display: block;
    height: 0; }
  .kf-container .tg-group {
    position: relative;
    font-weight: 100;
    line-height: 0.9; }
    .kf-container .tg-group .tg-main, .kf-container .tg-group .tg-sub {
      padding: 3px 0; }
    .kf-container .tg-group .tg-main {
      font-size: 3em;
      line-height: 0.9; }
    .kf-container .tg-group .tg-sub {
      font-size: 12px;
      line-height: 0.9; }
  .kf-container .section {
    position: relative;
    z-index: 11;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 0; }
  .kf-container .section .content-box {
    padding: 20px; }
  .kf-container .title {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    font-weight: bold; }
  .kf-container .size-medium {
    font-size: 2.4em;
    line-height: 1.4; }
  .kf-container .section-pantone .with-playbtn:after {
    opacity: 0; }
  .kf-container .section-pantone .with-playbtn:hover:after {
    opacity: 0; }
  .kf-container .with-playbtn {
    position: relative;
    cursor: pointer; }
    .kf-container .with-playbtn:after {
      content: '';
      position: absolute;
      z-index: 12;
      width: 75px;
      height: 75px;
      max-width: 60%;
      max-height: 60%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 0.7;
      transition: opacity 250ms ease-out;
      background: url("../../innergigabyte/images/btn_play_video.png") center center no-repeat;
      background-size: contain; }
    .kf-container .with-playbtn:hover:after {
      opacity: 1; }
  .kf-container .icon-windforce {
    position: relative;
    padding-bottom: 13.941%; }
    .kf-container .icon-windforce:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../../innergigabyte/images/icon-windforce.png") 50%/100% no-repeat; }
  .kf-container .kfvideo {
    max-width: 450px;
    margin-top: 30px; }
    .kf-container .kfvideo .kfvideo-thumb {
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .kf-container .kfvideo .kfvideo-thumb > img {
        display: block;
        width: 100%;
        transition: transform 400ms ease-in-out 0s; }
      .kf-container .kfvideo .kfvideo-thumb:hover > img {
        transform: scale(1.1); }
  .kf-container .section-kv {
    background: url(../../innergigabyte/images/kv.jpg) center top no-repeat;
    padding-top: 760px;
    padding-bottom: 40px;
    text-align: center;
    color: #000;
    height: 1143px; }
  .kf-container .section-versatile {
    background: #000 url(../../innergigabyte/images/versatile.jpg) center top no-repeat;
    text-align: center;
    padding-top: 820px;
    padding-bottom: 100px; }
  .kf-container .section-gray {
    background-color: #17171d; }
  .kf-container .section-pantone .content-box .row + .row {
    margin-top: 10px; }
  .kf-container .section-panel {
    background: #17171d url(../../innergigabyte/images/panel.jpg) center top no-repeat;
    padding-top: 700px; }
    .kf-container .section-panel .icon {
      margin-top: 30px;
      padding: 10px 0; }
      .kf-container .section-panel .icon img {
        display: inline-block;
        vertical-align: middle; }
      .kf-container .section-panel .icon img + img {
        margin-left: 40px; }
  .kf-container .section-nv {
    background: #000 url(../../innergigabyte/images/nv.jpg) center bottom no-repeat;
    padding-bottom: 471px;
    min-height: 1058px; }
  .kf-container .section-creative {
    position: relative;
    z-index: 10;
    padding: 100vh 0 !important;
    margin: -100vh auto; }
    .kf-container .section-creative .sticky-container {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0; }
      .kf-container .section-creative .sticky-container::after {
        content: '';
        display: block;
        height: 200vh; }
  .kf-container .bg-creative {
    background: url(../../innergigabyte/images/creative.jpg) center center no-repeat;
    height: 100vh; }
  .kf-container .section-ultralight {
    padding-top: 80vh !important;
    text-align: center;
    margin-bottom: 150px; }
  .kf-container .section-black {
    background: rgba(0, 0, 0, 0.55);
    background: rgba(0, 0, 0, 0.75);
    padding: 40px 0; }
    .kf-container .section-black .section, .kf-container .section-black .content-box {
      padding: 0; }
    .kf-container .section-black .container {
      padding: 60px 0; }
    .kf-container .section-black > .section + .section .container {
      border-top: 1px solid #686868; }
  .kf-container .section-cpu, .kf-container .section-killer, .kf-container .section-thermal {
    font-weight: 100; }
    .kf-container .section-cpu .tg-group + .tg-group, .kf-container .section-killer .tg-group + .tg-group, .kf-container .section-thermal .tg-group + .tg-group {
      margin-top: 60px; }
    .kf-container .section-cpu .icon, .kf-container .section-killer .icon, .kf-container .section-thermal .icon {
      margin-bottom: 20px; }
      .kf-container .section-cpu .icon img + img, .kf-container .section-killer .icon img + img, .kf-container .section-thermal .icon img + img {
        margin-left: 15px; }
  .kf-container #video-killer {
    pointer-events: none; }
    .kf-container #video-killer::before {
      padding-bottom: 53.64%; }
  .kf-container .section-thermal .kfvideo {
    margin-left: auto;
    margin-right: auto; }
  .kf-container .section-thermal .icon-windforce {
    max-width: 400px;
    margin: auto; }
  .kf-container .section-thermal .row + .row, .kf-container .section-killer .row + .row {
    margin-top: 80px; }
  .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-box-wrap {
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    pointer-events: none; }
    .kf-container .video-box-wrap .video-box {
      padding: 80px 0;
      margin: -80px 0;
      display: inline-block; }
  .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 .sticky-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -100vh; }
  .kf-container .sticky-container .sticky-item {
    position: sticky;
    position: -webkit-sticky;
    top: 0; }
  .kf-container .section-wallpaper {
    padding: 0 !important; }
    .kf-container .section-wallpaper.static {
      background: url("../../innergigabyte/images/AERO_4130.jpg") center center no-repeat;
      background-size: cover; }
      .kf-container .section-wallpaper.static::before {
        content: '';
        display: block;
        padding-bottom: 62.5%; }
      .kf-container .section-wallpaper.static .video-box-wrap {
        display: none; }
  .kf-container #video-wallpaper::before {
    padding-bottom: 53.64%; }
  .kf-container .section-cnc {
    background: #c9fcb6 url(../../innergigabyte/images/cnc.jpg) center top no-repeat;
    color: #000;
    text-align: center;
    background-size: contain; }
    .kf-container .section-cnc .center > .row {
      margin-top: -10%; }
    .kf-container .section-cnc::before {
      content: '';
      display: block;
      padding-top: 61.61%; }
    .kf-container .section-cnc .tg-group {
      display: inline-block;
      text-align: left; }
  .kf-container .section-ai {
    background: #cfcfcf url(../../innergigabyte/images/ai.jpg) center bottom no-repeat;
    padding-top: 100px;
    padding-bottom: 250px;
    min-height: 700px; }
    .kf-container .section-ai .center, .kf-container .section-ai .container, .kf-container .section-ai .row {
      height: 100%; }
    .kf-container .section-ai .ai-frame {
      position: absolute;
      bottom: 316px;
      left: 50%;
      width: 627px;
      height: 344px;
      margin-left: -685px;
      overflow: hidden; }
      .kf-container .section-ai .ai-frame .video-box {
        padding: 5px;
        margin: -5px;
        box-sizing: content-box; }
      .kf-container .section-ai .ai-frame .video-box::before {
        padding-bottom: 58.78%; }
  .kf-container .section-hub {
    background: #cfcfcf url(../../innergigabyte/images/hub.jpg) center center no-repeat;
    height: 828px; }
    .kf-container .section-hub .center, .kf-container .section-hub .container, .kf-container .section-hub .row {
      height: 100%; }
  .kf-container .section-adobe {
    background: #cfcfcf url(../../innergigabyte/images/adobe.jpg) center bottom no-repeat;
    padding-top: 60px;
    padding-bottom: 717px; }
    .kf-container .section-adobe .content-text {
      color: #828181; }
  .kf-container .section-io {
    background: url(../../innergigabyte/images/IO_1920.jpg) center 75px no-repeat #cfcfcf;
    min-height: 1300px;
    text-align: left;
    overflow: hidden;
    padding: 0 !important; }
    .kf-container .section-io .container {
      position: relative; }
      .kf-container .section-io .container .title {
        font-size: 66px;
        line-height: 1;
        color: #ffffff;
        text-align: left;
        margin-top: 940px;
        display: inline-block; }
      .kf-container .section-io .container .visual {
        position: absolute;
        top: 105px;
        left: 475px; }
      .kf-container .section-io .container .note {
        font-size: 14px;
        line-height: 1.4;
        position: relative; }
      .kf-container .section-io .container .content-box {
        position: absolute;
        top: 0; }
        .kf-container .section-io .container .content-box a {
          color: #646464;
          font-size: 16px;
          position: absolute;
          text-align: center;
          text-decoration: none;
          cursor: pointer;
          width: 150px;
          transition: all 150ms ease-in-out; }
        .kf-container .section-io .container .content-box a:hover {
          color: #000000;
          font-weight: bold; }
        .kf-container .section-io .container .content-box a:after {
          position: absolute;
          height: 1px;
          top: 15px;
          left: 107px;
          border-left-color: #303030;
          border-left-width: 0px;
          border-left-style: solid;
          content: "";
          transition: all 150ms ease-in-out; }
        .kf-container .section-io .container .content-box a:hover:after {
          border-left-width: 123px; }
        .kf-container .section-io .container .content-box a.IO-1 {
          left: 298px;
          top: 294px; }
          .kf-container .section-io .container .content-box a.IO-1:after {
            left: 150px; }
          .kf-container .section-io .container .content-box a.IO-1:hover:after {
            border-left-width: 95px; }
        .kf-container .section-io .container .content-box a.IO-2 {
          left: 298px;
          top: 355px; }
          .kf-container .section-io .container .content-box a.IO-2:after {
            left: 150px; }
          .kf-container .section-io .container .content-box a.IO-2:hover:after {
            border-left-width: 75px; }
        .kf-container .section-io .container .content-box a.IO-3 {
          left: 298px;
          top: 435px; }
          .kf-container .section-io .container .content-box a.IO-3:after {
            left: 147px; }
          .kf-container .section-io .container .content-box a.IO-3:hover:after {
            border-left-width: 75px; }
        .kf-container .section-io .container .content-box a.IO-4 {
          left: 298px;
          top: 498px; }
          .kf-container .section-io .container .content-box a.IO-4:after {
            left: 140px; }
          .kf-container .section-io .container .content-box a.IO-4:hover:after {
            border-left-width: 65px; }
        .kf-container .section-io .container .content-box a.IO-5 {
          left: 298px;
          top: 605px; }
          .kf-container .section-io .container .content-box a.IO-5:after {
            left: 145px; }
          .kf-container .section-io .container .content-box a.IO-5:hover:after {
            border-left-width: 30px; }
        .kf-container .section-io .container .content-box a.IO-6 {
          left: 298px;
          top: 695px; }
          .kf-container .section-io .container .content-box a.IO-6:after {
            left: 102px; }
          .kf-container .section-io .container .content-box a.IO-6:hover:after {
            border-left-width: 50px; }
        .kf-container .section-io .container .content-box a.IO-7 {
          left: 670px;
          top: 490px; }
          .kf-container .section-io .container .content-box a.IO-7:after {
            left: 125px; }
          .kf-container .section-io .container .content-box a.IO-7:hover:after {
            border-left-width: 32px; }
        .kf-container .section-io .container .content-box a.IO-8 {
          left: 670px;
          top: 575px; }
          .kf-container .section-io .container .content-box a.IO-8:after {
            left: 120px; }
          .kf-container .section-io .container .content-box a.IO-8:hover:after {
            border-left-width: 58px; }
        .kf-container .section-io .container .content-box a.IO-9 {
          left: 670px;
          top: 655px; }
          .kf-container .section-io .container .content-box a.IO-9:after {
            left: 147px; }
          .kf-container .section-io .container .content-box a.IO-9:hover:after {
            border-left-width: 50px; }
        .kf-container .section-io .container .content-box a.IO-10 {
          left: 670px;
          top: 710px; }
          .kf-container .section-io .container .content-box a.IO-10:after {
            left: 140px; }
          .kf-container .section-io .container .content-box a.IO-10:hover:after {
            border-left-width: 60px; }
        .kf-container .section-io .container .content-box a.IO-11 {
          left: 670px;
          top: 770px; }
          .kf-container .section-io .container .content-box a.IO-11:after {
            left: 140px; }
          .kf-container .section-io .container .content-box a.IO-11:hover:after {
            border-left-width: 80px; }
  .kf-container .section-io-badge {
    position: relative;
    text-align: left;
    pointer-events: none;
    padding: 0; }
    .kf-container .section-io-badge .content-box {
      position: absolute;
      bottom: 530px;
      left: 50%; }
    .kf-container .section-io-badge .graph-bar {
      height: 10px;
      background: #c8c8c8; }
    .kf-container .section-io-badge .graph-text {
      font-size: 0.5em;
      line-height: 12px;
      color: #646464; }
    .kf-container .section-io-badge .graph-row .graph-bar {
      margin-bottom: 4px; }
    .kf-container .section-io-badge .graph-row .graph-text {
      margin-bottom: 10px; }
    .kf-container .section-io-badge .graph-row.main .graph-bar {
      background: #12e29b; }
    .kf-container .section-io-badge .graph-row.main .graph-text {
      color: #fff; }
    .kf-container .section-io-badge .io-badge-graph {
      margin-top: 60px; }
    .kf-container .section-io-badge .io-badge {
      visibility: hidden;
      opacity: 0;
      transition: opacity ease 400ms;
      animation-fill-mode: both; }
      .kf-container .section-io-badge .io-badge .io-badge-box {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s; }
      .kf-container .section-io-badge .io-badge .graph-row {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s; }
        .kf-container .section-io-badge .io-badge .graph-row:nth-child(2) {
          transition-delay: 0.2s; }
      .kf-container .section-io-badge .io-badge .graph-bar {
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s; }
      .kf-container .section-io-badge .io-badge .io-badge-outtext {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s; }
      .kf-container .section-io-badge .io-badge.built-in {
        display: block;
        visibility: visible;
        opacity: 1; }
        .kf-container .section-io-badge .io-badge.built-in .io-badge-box {
          opacity: 1;
          transform: translateY(0); }
        .kf-container .section-io-badge .io-badge.built-in .graph-row {
          opacity: 1;
          transform: translateY(0); }
        .kf-container .section-io-badge .io-badge.built-in .graph-bar {
          opacity: 1;
          transform: scaleX(1); }
        .kf-container .section-io-badge .io-badge.built-in .io-badge-outtext {
          opacity: 1;
          transform: translateX(0); }
  .kf-container .io-badge {
    position: absolute;
    top: 0;
    left: 0; }
  .kf-container .io-badge-box {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    width: 400px;
    min-height: 450px;
    display: flex;
    flex-flow: column;
    padding: 30px 15px;
    align-content: space-between;
    transform: translateX(-50%);
    font-weight: 300;
    margin-left: -200px; }
    .kf-container .io-badge-box .io-badge-outtext {
      position: absolute;
      left: 100%;
      bottom: 0;
      margin-left: 10px; }
  .kf-container .io-badge-title {
    font-size: 1.8em;
    line-height: 1.5;
    color: #12e29b;
    font-weight: 900;
    margin-bottom: 20px; }
  .kf-container .io-badge-outtext {
    color: #000;
    font-weight: 900;
    font-size: 2.5em;
    line-height: 1; }
  .kf-container .special-img {
    width: 380px;
    margin: 0 auto; }
    .kf-container .special-img:before {
      content: '';
      display: block;
      padding-bottom: 116.26%; }
  .kf-container .special-img-01 {
    background: url(../../innergigabyte/images/special_1.jpg) 0 0 no-repeat; }
  .kf-container .special-img-02 {
    background: url(../../innergigabyte/images/special_2.gif) 0 0 no-repeat; }
  .kf-container .special-img-03 {
    background: url(../../innergigabyte/images/special_3.jpg) 0 0 no-repeat; }
  .kf-container .section-special {
    padding-top: 100px; }
    .kf-container .section-special .title {
      font-size: 1.5em; }
    .kf-container .section-special .content-text {
      font-size: 0.9em; }
    .kf-container .section-special .special-img {
      max-width: 100%; }
    .kf-container .section-special .kfvideo {
      margin-right: auto;
      max-width: 60%; }
  .kf-container .bg-rgbkb {
    background: url(../../innergigabyte/images/rgbkb.jpg) center 0 no-repeat;
    height: 1286px;
    transition: background-image 600ms ease;
    position: relative; }
    .kf-container .bg-rgbkb::after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 1px;
      height: 1px;
      opacity: 0.01;
      background: url(../../innergigabyte/images/sound.jpg) center 0 no-repeat; }
    .kf-container .bg-rgbkb .rgbkb {
      background: url(../../innergigabyte/images/kbimg.jpg) center 0 no-repeat;
      width: 277px;
      height: 862px;
      position: absolute;
      left: 50%;
      top: 159px;
      opacity: 1;
      visibility: visible;
      margin-left: -681px;
      animation: color-ccw 1.5s linear infinite;
      transition: opacity 250ms ease-out; }
    .kf-container .bg-rgbkb.sound {
      background: url(../../innergigabyte/images/sound.jpg) center 0 no-repeat; }
      .kf-container .bg-rgbkb.sound .rgbkb {
        opacity: 0;
        visibility: hidden; }

@keyframes color-ccw {
  from {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg); }
  to {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); } }
  .kf-container .fixed-background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    display: none; }
    .kf-container .fixed-background.show {
      display: block; }
    .kf-container .fixed-background .bg-img {
      width: 100%; }
    .kf-container .fixed-background.fixed {
      position: fixed; }
    .kf-container .fixed-background.fixed-end {
      position: absolute;
      top: auto;
      bottom: 0; }
  .kf-container .section-sound {
    padding-top: 120px; }
    .kf-container .section-sound .center {
      position: relative;
      z-index: 12; }
    .kf-container .section-sound .size-medium {
      line-height: 1;
      margin: 1em auto; }
    .kf-container .section-sound .tg-group {
      margin: 40px 0; }
      .kf-container .section-sound .tg-group .tg-sub {
        line-height: 1.2; }
    .kf-container .section-sound .section-rgbkb {
      margin-bottom: 200px; }
  .kf-container .section-tip {
    display: none;
    background: #363636; }
    .kf-container .section-tip .tip-row {
      display: table-row; }
    .kf-container .section-tip .tip-num {
      display: table-cell; }
      .kf-container .section-tip .tip-num::after {
        content: '.'; }
    .kf-container .section-tip .tip {
      display: table-cell;
      position: relative;
      margin-top: 0;
      padding-left: 5px; }
      .kf-container .section-tip .tip .tip-num {
        position: absolute;
        top: -1px;
        height: 100%;
        width: 24px;
        left: 0; }
      .kf-container .section-tip .tip::after {
        content: '';
        height: 0;
        visibility: hidden;
        display: block;
        clear: both; }
  .kf-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7); }
  .kf-container .popup-video {
    font-size: 0;
    text-align: center; }
    .kf-container .popup-video .video-box {
      width: 80%;
      max-width: 1000px;
      display: inline-block;
      vertical-align: middle; }
    .kf-container .popup-video::after {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  @media screen and (max-width: 1366px) {
    .kf-container .center {
      max-width: 960px;
      margin: 0 auto; }
    .kf-container .title {
      font-size: 1.8em; }
    .kf-container .section-kv {
      background-image: url(../../innergigabyte/images/kv_1366.jpg);
      padding-top: 880px;
      height: 1239px;
      line-height: 110%; }
    .kf-container .section-pantone .title .icon {
      position: static;
      display: block;
      transform: none;
      margin: 20px 0; }
    .kf-container .section-nv {
      background: #121318 url(../../innergigabyte/images/nv_1366.jpg) center bottom no-repeat;
      padding-bottom: 350px;
      min-height: 0; }
    .kf-container .bg-creative {
      background-image: url(../../innergigabyte/images/creative_1366.jpg); }
    .kf-container .section-ai {
      background: #cfcfcf;
      min-height: 0;
      text-align: center;
      padding-top: 100px;
      padding-bottom: 100px; }
      .kf-container .section-ai .ai-laptop {
        position: relative;
        top: 0;
        left: 0;
        width: 80%;
        margin: 33px auto 10px;
        background: url("../../innergigabyte/images/AI-pro_1920.jpg") center 0 no-repeat;
        background-size: cover; }
        .kf-container .section-ai .ai-laptop:before {
          content: '';
          display: block;
          padding-bottom: 62.31%; }
        .kf-container .section-ai .ai-laptop .ai-frame {
          top: 1.4%;
          left: 11.1%;
          width: 77.9%;
          height: 68.7%;
          margin: 0; }
      .kf-container .section-ai .icon {
        margin: 1em auto; }
    .kf-container .section-hub {
      text-align: center; }
    .kf-container .section-io .container .title {
      font-size: 60px; }
    .kf-container .section-io .container .visual {
      left: 375px; }
    .kf-container .section-io .container .content-box a {
      color: #646464;
      font-size: 16px;
      position: absolute;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      width: 150px;
      transition: all 150ms ease-in-out; }
    .kf-container .section-io .container .content-box a:hover {
      color: #000000;
      font-weight: bold; }
    .kf-container .section-io .container .content-box a:after {
      position: absolute;
      height: 1px;
      top: 15px;
      left: 107px;
      border-left-color: #303030;
      border-left-width: 0px;
      border-left-style: solid;
      content: "";
      transition: all 150ms ease-in-out; }
    .kf-container .section-io .container .content-box a:hover:after {
      border-left-width: 123px; }
    .kf-container .section-io .container .content-box a.IO-1 {
      left: 198px;
      top: 305px; }
      .kf-container .section-io .container .content-box a.IO-1:after {
        left: 157px; }
      .kf-container .section-io .container .content-box a.IO-1:hover:after {
        border-left-width: 100px; }
    .kf-container .section-io .container .content-box a.IO-2 {
      left: 198px;
      top: 360px; }
      .kf-container .section-io .container .content-box a.IO-2:after {
        left: 147px; }
      .kf-container .section-io .container .content-box a.IO-2:hover:after {
        border-left-width: 100px; }
    .kf-container .section-io .container .content-box a.IO-3 {
      left: 198px;
      top: 430px; }
      .kf-container .section-io .container .content-box a.IO-3:after {
        left: 147px; }
      .kf-container .section-io .container .content-box a.IO-3:hover:after {
        border-left-width: 80px; }
    .kf-container .section-io .container .content-box a.IO-4 {
      left: 198px;
      top: 488px; }
      .kf-container .section-io .container .content-box a.IO-4:after {
        left: 147px; }
      .kf-container .section-io .container .content-box a.IO-4:hover:after {
        border-left-width: 60px; }
    .kf-container .section-io .container .content-box a.IO-5 {
      left: 198px;
      top: 595px; }
      .kf-container .section-io .container .content-box a.IO-5:after {
        left: 147px; }
      .kf-container .section-io .container .content-box a.IO-5:hover:after {
        border-left-width: 30px; }
    .kf-container .section-io .container .content-box a.IO-6 {
      left: 198px;
      top: 690px; }
      .kf-container .section-io .container .content-box a.IO-6:after {
        left: 107px; }
      .kf-container .section-io .container .content-box a.IO-6:hover:after {
        border-left-width: 60px; }
    .kf-container .section-io .container .content-box a.IO-7 {
      left: 570px;
      top: 498px; }
      .kf-container .section-io .container .content-box a.IO-7:after {
        left: 125px; }
      .kf-container .section-io .container .content-box a.IO-7:hover:after {
        border-left-width: 36px; }
    .kf-container .section-io .container .content-box a.IO-8 {
      left: 570px;
      top: 580px; }
      .kf-container .section-io .container .content-box a.IO-8:after {
        left: 120px; }
      .kf-container .section-io .container .content-box a.IO-8:hover:after {
        border-left-width: 58px; }
    .kf-container .section-io .container .content-box a.IO-9 {
      left: 570px;
      top: 655px; }
      .kf-container .section-io .container .content-box a.IO-9:after {
        left: 145px; }
      .kf-container .section-io .container .content-box a.IO-9:hover:after {
        border-left-width: 57px; }
    .kf-container .section-io .container .content-box a.IO-10 {
      left: 570px;
      top: 715px; }
      .kf-container .section-io .container .content-box a.IO-10:after {
        left: 140px; }
      .kf-container .section-io .container .content-box a.IO-10:hover:after {
        border-left-width: 72px; }
    .kf-container .section-io .container .content-box a.IO-11 {
      left: 570px;
      top: 775px; }
      .kf-container .section-io .container .content-box a.IO-11:after {
        left: 145px; }
      .kf-container .section-io .container .content-box a.IO-11:hover:after {
        border-left-width: 74px; }
    .kf-container .section-special {
      font-size: 0.9em;
      line-height: 150%; }
      .kf-container .section-special .title {
        font-size: 1.2em; } }
  @media screen and (max-width: 960px) {
    .kf-container .kf-content {
      font-weight: 100; }
    .kf-container .center {
      max-width: 640px;
      margin: 0 auto; }
    .kf-container .section .content-box {
      padding: 15px; }
    .kf-container .title {
      font-size: 1.5em;
      line-height: 1.1em;
      margin-bottom: 0.6em; }
    .kf-container span.wrap-line {
      display: none; }
    .kf-container .tg-group {
      font-size: 0.8em; }
    .kf-container .section-kv {
      background-image: url(../../innergigabyte/images/kv_960.jpg);
      padding-top: 720px;
      height: 1181px; }
    .kf-container .section-versatile {
      background-image: url(../../innergigabyte/images/versatile_960.jpg);
      padding-top: 620px;
      padding-bottom: 100px; }
    .kf-container .section-panel {
      background-image: url(../../innergigabyte/images/panel_960.jpg);
      padding-top: 410px; }
    .kf-container .section-nv {
      background-color: #030408;
      background-image: url(../../innergigabyte/images/nv_960.jpg);
      padding-bottom: 570px; }
    .kf-container .section-thermal .row + .row, .kf-container .section-killer .row + .row {
      margin-top: 30px; }
    .kf-container .section-cnc {
      background-image: url(../../innergigabyte/images/cnc_960.jpg);
      background-color: #cdffba;
      font-size: 1em;
      padding-bottom: 0;
      text-align: center; }
      .kf-container .section-cnc .center > .row {
        margin-top: -20%; }
      .kf-container .section-cnc::before {
        padding-top: 64.16%; }
      .kf-container .section-cnc .content-box {
        margin-bottom: 60px; }
    .kf-container .section-hub {
      background: url(../../innergigabyte/images/hub_960.jpg) center center no-repeat;
      background-size: auto 100%;
      height: auto;
      min-height: 558px; }
      .kf-container .section-hub .center, .kf-container .section-hub .container, .kf-container .section-hub .row {
        height: auto;
        min-height: 558px; }
      .kf-container .section-hub .content-box {
        margin: 60px auto; }
    .kf-container .section-adobe {
      background-image: url(../../innergigabyte/images/adobe_960.jpg);
      padding-top: 60px;
      padding-bottom: 496px; }
      .kf-container .section-adobe .content-text {
        color: #828181; }
      .kf-container .section-adobe .content-box {
        margin-bottom: 20px; }
    .kf-container .section-io {
      background: url(../../innergigabyte/images/IO_960.jpg) center 268px no-repeat #cfcfcf;
      min-height: 1100px; }
      .kf-container .section-io .center, .kf-container .section-io .container {
        padding: 0; }
      .kf-container .section-io .container {
        position: relative; }
        .kf-container .section-io .container .title {
          font-size: 40px;
          line-height: 1.3;
          margin-top: 862px; }
        .kf-container .section-io .container .visual {
          left: 248px;
          top: 265px;
          width: 430px; }
          .kf-container .section-io .container .visual img {
            width: 100%; }
        .kf-container .section-io .container .content-box a {
          color: #646464;
          font-size: 13px;
          position: absolute;
          text-align: center;
          text-decoration: none;
          cursor: pointer;
          width: 150px;
          transition: all 150ms ease-in-out; }
        .kf-container .section-io .container .content-box a:hover {
          color: #000000;
          font-weight: bold; }
        .kf-container .section-io .container .content-box a:after {
          position: absolute;
          height: 1px;
          top: 15px;
          left: 107px;
          border-left-color: #303030;
          border-left-width: 0px;
          border-left-style: solid;
          content: "";
          transition: all 150ms ease-in-out; }
        .kf-container .section-io .container .content-box a:hover:after {
          border-left-width: 123px; }
        .kf-container .section-io .container .content-box a.IO-1 {
          left: 118px;
          top: 400px; }
          .kf-container .section-io .container .content-box a.IO-1:after {
            left: 130px; }
          .kf-container .section-io .container .content-box a.IO-1:hover:after {
            border-left-width: 63px; }
        .kf-container .section-io .container .content-box a.IO-2 {
          left: 118px;
          top: 440px; }
          .kf-container .section-io .container .content-box a.IO-2:after {
            left: 129px; }
          .kf-container .section-io .container .content-box a.IO-2:hover:after {
            border-left-width: 53px; }
        .kf-container .section-io .container .content-box a.IO-3 {
          left: 118px;
          top: 495px; }
          .kf-container .section-io .container .content-box a.IO-3:after {
            left: 132px; }
          .kf-container .section-io .container .content-box a.IO-3:hover:after {
            border-left-width: 46px; }
        .kf-container .section-io .container .content-box a.IO-4 {
          left: 118px;
          top: 535px; }
          .kf-container .section-io .container .content-box a.IO-4:after {
            left: 131px; }
          .kf-container .section-io .container .content-box a.IO-4:hover:after {
            border-left-width: 9px; }
        .kf-container .section-io .container .content-box a.IO-5 {
          left: 118px;
          top: 615px; }
          .kf-container .section-io .container .content-box a.IO-5:after {
            left: 132px; }
          .kf-container .section-io .container .content-box a.IO-5:hover:after {
            border-left-width: 14px; }
        .kf-container .section-io .container .content-box a.IO-6 {
          left: 118px;
          top: 680px; }
          .kf-container .section-io .container .content-box a.IO-6:after {
            left: 100px; }
          .kf-container .section-io .container .content-box a.IO-6:hover:after {
            border-left-width: 22px; }
        .kf-container .section-io .container .content-box a.IO-7 {
          left: 364px;
          top: 540px; }
          .kf-container .section-io .container .content-box a.IO-7:after {
            left: 115px; }
          .kf-container .section-io .container .content-box a.IO-7:hover:after {
            border-left-width: 20px; }
        .kf-container .section-io .container .content-box a.IO-8 {
          left: 364px;
          top: 595px; }
          .kf-container .section-io .container .content-box a.IO-8:after {
            left: 110px; }
          .kf-container .section-io .container .content-box a.IO-8:hover:after {
            border-left-width: 38px; }
        .kf-container .section-io .container .content-box a.IO-9 {
          left: 364px;
          top: 655px; }
          .kf-container .section-io .container .content-box a.IO-9:after {
            left: 134px; }
          .kf-container .section-io .container .content-box a.IO-9:hover:after {
            border-left-width: 33px; }
        .kf-container .section-io .container .content-box a.IO-10 {
          left: 364px;
          top: 690px; }
          .kf-container .section-io .container .content-box a.IO-10:after {
            left: 130px; }
          .kf-container .section-io .container .content-box a.IO-10:hover:after {
            border-left-width: 42px; }
        .kf-container .section-io .container .content-box a.IO-11 {
          left: 364px;
          top: 735px; }
          .kf-container .section-io .container .content-box a.IO-11:after {
            left: 130px; }
          .kf-container .section-io .container .content-box a.IO-11:hover:after {
            border-left-width: 42px; }
    .kf-container .section-io-badge {
      background: #3a3a3a;
      padding: 50px 0; }
      .kf-container .section-io-badge .content-box {
        position: static; }
      .kf-container .section-io-badge .io-badge {
        position: static;
        opacity: 1;
        visibility: visible;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
        .kf-container .section-io-badge .io-badge:last-child {
          border-bottom: none; }
        .kf-container .section-io-badge .io-badge .io-badge-content {
          margin-bottom: 40px; }
        .kf-container .section-io-badge .io-badge .io-badge-box {
          background: none;
          display: block;
          opacity: 1;
          transform: none;
          width: auto;
          height: auto;
          margin: 0 auto;
          padding: 50px 10px;
          min-height: 0; }
        .kf-container .section-io-badge .io-badge .graph-row, .kf-container .section-io-badge .io-badge .graph-bar, .kf-container .section-io-badge .io-badge .io-badge-outtext {
          opacity: 1;
          transform: none; }
      .kf-container .section-io-badge .io-badge-graph {
        margin-top: 10px;
        width: 360px;
        display: inline-block;
        vertical-align: top; }
      .kf-container .section-io-badge .io-badge-outtext {
        position: static;
        width: 160px;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font-size: 1.5em; }
    .kf-container .special-img {
      width: auto;
      background-size: cover; }
      .kf-container .special-img:before {
        padding-bottom: 84.38%; }
    .kf-container .special-img-01 {
      background-image: url(../../innergigabyte/images/special_1_box.jpg); }
    .kf-container .special-img-02 {
      background-image: url(../../innergigabyte/images/special_2_box.gif); }
    .kf-container .special-img-03 {
      background-image: url(../../innergigabyte/images/special_3_box.jpg); }
    .kf-container .section-special .with-playbtn:after {
      top: 240px; }
    .kf-container .section-special {
      padding-top: 0; }
      .kf-container .section-special .col {
        margin: 2em 0; }
      .kf-container .section-special .content-box {
        position: absolute;
        height: 100%;
        width: 80%;
        max-width: 460px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-flow: row wrap; }
        .kf-container .section-special .content-box .title, .kf-container .section-special .content-box .content-text, .kf-container .section-special .content-box .kfvideo {
          flex: 0 1 100%; }
      .kf-container .section-special .title, .kf-container .section-special .content-text {
        color: #fff !important; }
    .kf-container .bg-sound {
      height: 1172px; }
    .kf-container .bg-rgbkb {
      background: url(../../innergigabyte/images/rgbkb_960.jpg) center 0 no-repeat;
      height: 863px; }
      .kf-container .bg-rgbkb::after {
        background-image: url(../../innergigabyte/images/sound_960.jpg); }
      .kf-container .bg-rgbkb .rgbkb {
        display: none; }
      .kf-container .bg-rgbkb.sound {
        background-image: url(../../innergigabyte/images/sound_960.jpg); }
    .kf-container .section-sound {
      padding-top: 44px; } }
  @media screen and (max-width: 640px) {
    .kf-container .center {
      max-width: 90%;
      margin: 0 auto;
      padding: 0; }
    .kf-container .title {
      font-size: 1.6em; }
    .kf-container .size-medium {
      font-size: 2em; }
    .kf-container .section {
      padding: 40px 0; }
    .kf-container .kf-content {
      font-size: 18px;
      line-height: 24px; }
    .kf-container .section-kv {
      background-image: url(../../innergigabyte/images/kv_640.jpg);
      padding-top: 620px;
      height: 1106px; }
    .kf-container .section-versatile {
      background-image: url(../../innergigabyte/images/versatile_640.jpg);
      padding-top: 410px;
      padding-bottom: 60px; }
    .kf-container .section-pantone .tg-group {
      font-size: 0.9em; }
    .kf-container .section-panel {
      background-image: url(../../innergigabyte/images/panel_640.jpg);
      padding-top: 190px; }
      .kf-container .section-panel .icon img {
        display: block; }
      .kf-container .section-panel .icon img + img {
        margin-left: 0;
        margin-top: 20px; }
    .kf-container .section-nv {
      background-image: url(../../innergigabyte/images/nv_640.jpg);
      padding-bottom: 454px; }
    .kf-container .bg-creative {
      background-image: url(../../innergigabyte/images/creative_640.jpg);
      background-position: center top; }
    .kf-container .section-cnc {
      background-image: url(../../innergigabyte/images/cnc_640.jpg); }
      .kf-container .section-cnc::before {
        padding-top: 60%; }
      .kf-container .section-cnc .content-box {
        margin-bottom: 30px; }
    .kf-container .section-hub {
      background: #cfcfcf url(../../innergigabyte/images/hub_640.jpg) center 0 no-repeat;
      background-size: contain;
      padding-top: 61.09%;
      min-height: 0;
      color: #000; }
      .kf-container .section-hub .center, .kf-container .section-hub .container, .kf-container .section-hub .row {
        min-height: 0; }
      .kf-container .section-hub .content-box {
        margin: 30px auto; }
    .kf-container .section-adobe {
      background-image: url(../../innergigabyte/images/adobe_640.jpg);
      padding-bottom: 491px; }
    .kf-container .section-io {
      background: url(../../innergigabyte/images/IO_640.jpg) center 268px no-repeat #cfcfcf;
      min-height: 1050px; }
      .kf-container .section-io .container {
        position: relative;
        max-width: 320px; }
        .kf-container .section-io .container .title {
          font-size: 36px;
          line-height: 1.2;
          position: static;
          margin: 25px auto 0; }
        .kf-container .section-io .container .visual {
          left: 248px;
          top: 265px;
          width: 400px;
          display: none; }
          .kf-container .section-io .container .visual img {
            width: 100%; }
        .kf-container .section-io .container .content-box a {
          color: #646464;
          font-size: 13px;
          line-height: 15px;
          font-weight: bold;
          width: 60px !important;
          position: absolute;
          text-align: left;
          text-decoration: none;
          cursor: pointer;
          width: 150px;
          transition: all 150ms ease-in-out; }
        .kf-container .section-io .container .content-box a:hover {
          color: #000000;
          font-weight: bold; }
        .kf-container .section-io .container .content-box a:after {
          position: absolute;
          height: 1px;
          top: 15px;
          left: 107px;
          border-left-color: #303030;
          border-left-width: 0px;
          border-left-style: solid;
          content: "";
          transition: all 150ms ease-in-out; }
        .kf-container .section-io .container .content-box a:hover:after {
          border-left-width: 0px !important; }
        .kf-container .section-io .container .content-box a.IO-1 {
          left: 15px;
          top: 399px;
          text-align: right; }
          .kf-container .section-io .container .content-box a.IO-1:after {
            left: 97px; }
          .kf-container .section-io .container .content-box a.IO-1:hover:after {
            border-left-width: 87px; }
        .kf-container .section-io .container .content-box a.IO-2 {
          left: 3px;
          top: 445px;
          text-align: right; }
          .kf-container .section-io .container .content-box a.IO-2:after {
            left: 140px; }
          .kf-container .section-io .container .content-box a.IO-2:hover:after {
            border-left-width: 32px; }
        .kf-container .section-io .container .content-box a.IO-3 {
          left: 3px;
          top: 490px;
          text-align: right; }
          .kf-container .section-io .container .content-box a.IO-3:after {
            left: 122px; }
          .kf-container .section-io .container .content-box a.IO-3:hover:after {
            border-left-width: 32px; }
        .kf-container .section-io .container .content-box a.IO-4 {
          left: 15px;
          top: 526px;
          text-align: right; }
          .kf-container .section-io .container .content-box a.IO-4:after {
            left: 131px; }
          .kf-container .section-io .container .content-box a.IO-4:hover:after {
            border-left-width: 9px; }
        .kf-container .section-io .container .content-box a.IO-5 {
          left: 15px;
          top: 605px;
          text-align: right; }
          .kf-container .section-io .container .content-box a.IO-5:after {
            left: 108px; }
          .kf-container .section-io .container .content-box a.IO-5:hover:after {
            border-left-width: 19px; }
        .kf-container .section-io .container .content-box a.IO-6 {
          left: 40px;
          top: 670px; }
          .kf-container .section-io .container .content-box a.IO-6:after {
            left: 112px; }
          .kf-container .section-io .container .content-box a.IO-6:hover:after {
            border-left-width: 22px; }
        .kf-container .section-io .container .content-box a.IO-7 {
          left: 242px;
          top: 678px; }
          .kf-container .section-io .container .content-box a.IO-7:after {
            left: 130px; }
          .kf-container .section-io .container .content-box a.IO-7:hover:after {
            border-left-width: 20px; }
        .kf-container .section-io .container .content-box a.IO-8 {
          left: 242px;
          top: 637px; }
          .kf-container .section-io .container .content-box a.IO-8:after {
            left: 126px; }
          .kf-container .section-io .container .content-box a.IO-8:hover:after {
            border-left-width: 42px; }
        .kf-container .section-io .container .content-box a.IO-9 {
          left: 242px;
          top: 570px; }
          .kf-container .section-io .container .content-box a.IO-9:after {
            left: 121px; }
          .kf-container .section-io .container .content-box a.IO-9:hover:after {
            border-left-width: 66px; }
        .kf-container .section-io .container .content-box a.IO-10 {
          left: 242px;
          top: 535px; }
          .kf-container .section-io .container .content-box a.IO-10:after {
            left: 121px; }
          .kf-container .section-io .container .content-box a.IO-10:hover:after {
            border-left-width: 82px; }
        .kf-container .section-io .container .content-box a.IO-11 {
          left: 242px;
          top: 495px; }
          .kf-container .section-io .container .content-box a.IO-11:after {
            left: 121px; }
          .kf-container .section-io .container .content-box a.IO-11:hover:after {
            border-left-width: 82px; }
    .kf-container .section-io-badge .io-badge-graph, .kf-container .section-io-badge .io-badge-outtext {
      display: block;
      width: auto; }
    .kf-container .section-special {
      font-size: 1em; }
      .kf-container .section-special .center {
        max-width: 100%; }
        .kf-container .section-special .center .row {
          margin: 0; }
          .kf-container .section-special .center .row .col {
            padding: 0; }
    .kf-container .with-playbtn:after {
      width: 55px;
      height: 55px; }
    .kf-container .bg-rgbkb {
      display: none; }
    .kf-container .section-sound {
      background: url(../../innergigabyte/images/sound_640.jpg) center top repeat-y;
      height: auto;
      padding-top: 0;
      position: relative; }
      .kf-container .section-sound:before {
        content: '';
        display: block;
        background: url(../../innergigabyte/images/sound_laptop.png) center 0 no-repeat;
        height: 319px;
        position: relative;
        top: -68px; }
      .kf-container .section-sound .content-text {
        margin-bottom: 80px; }
      .kf-container .section-sound .tg-group {
        margin: 40px 0; }
        .kf-container .section-sound .tg-group .tg-sub {
          line-height: 1.2; } }
  .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*/
