@charset "UTF-8";
#divGoTop {
  right: 2.5vw;
  bottom: 2vw;
  margin-bottom: 0;
}

.LowerRightCorner #divGoTop {
  right: 2.5vw;
  bottom: 2vw;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .Rwd #divGoTop {
    right: 5%;
    bottom: 2%;
  }
}
body.gs-scroll-animation .model-header-fixed {
  transform: translateY(-100%);
}
body.gs-scroll-animation.scroll-direction-up .model-header-fixed {
  transform: translateY(0);
}
body.gs-scroll-animation .model-content {
  margin-top: 0 !important;
}

/* //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: 961px) {
  .kf-container .container {
    max-width: 960px;
  }
}
@media (min-width: 1367px) {
  .kf-container .container {
    max-width: 1366px;
  }
}
@media (min-width: 1921px) {
  .kf-container .container {
    max-width: 1920px;
  }
}
@media (min-width: 2561px) {
  .kf-container .container {
    max-width: 2560px;
  }
}
.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-fourK,
.kf-container .col-fourK-auto, .kf-container .col-fourK-12, .kf-container .col-fourK-11, .kf-container .col-fourK-10, .kf-container .col-fourK-9, .kf-container .col-fourK-8, .kf-container .col-fourK-7, .kf-container .col-fourK-6, .kf-container .col-fourK-5, .kf-container .col-fourK-4, .kf-container .col-fourK-3, .kf-container .col-fourK-2, .kf-container .col-fourK-1, .kf-container .col-threeK,
.kf-container .col-threeK-auto, .kf-container .col-threeK-12, .kf-container .col-threeK-11, .kf-container .col-threeK-10, .kf-container .col-threeK-9, .kf-container .col-threeK-8, .kf-container .col-threeK-7, .kf-container .col-threeK-6, .kf-container .col-threeK-5, .kf-container .col-threeK-4, .kf-container .col-threeK-3, .kf-container .col-threeK-2, .kf-container .col-threeK-1, .kf-container .col-xl,
.kf-container .col-xl-auto, .kf-container .col-xl-12, .kf-container .col-xl-11, .kf-container .col-xl-10, .kf-container .col-xl-9, .kf-container .col-xl-8, .kf-container .col-xl-7, .kf-container .col-xl-6, .kf-container .col-xl-5, .kf-container .col-xl-4, .kf-container .col-xl-3, .kf-container .col-xl-2, .kf-container .col-xl-1, .kf-container .col-lg,
.kf-container .col-lg-auto, .kf-container .col-lg-12, .kf-container .col-lg-11, .kf-container .col-lg-10, .kf-container .col-lg-9, .kf-container .col-lg-8, .kf-container .col-lg-7, .kf-container .col-lg-6, .kf-container .col-lg-5, .kf-container .col-lg-4, .kf-container .col-lg-3, .kf-container .col-lg-2, .kf-container .col-lg-1, .kf-container .col-md,
.kf-container .col-md-auto, .kf-container .col-md-12, .kf-container .col-md-11, .kf-container .col-md-10, .kf-container .col-md-9, .kf-container .col-md-8, .kf-container .col-md-7, .kf-container .col-md-6, .kf-container .col-md-5, .kf-container .col-md-4, .kf-container .col-md-3, .kf-container .col-md-2, .kf-container .col-md-1, .kf-container .col-sm,
.kf-container .col-sm-auto, .kf-container .col-sm-12, .kf-container .col-sm-11, .kf-container .col-sm-10, .kf-container .col-sm-9, .kf-container .col-sm-8, .kf-container .col-sm-7, .kf-container .col-sm-6, .kf-container .col-sm-5, .kf-container .col-sm-4, .kf-container .col-sm-3, .kf-container .col-sm-2, .kf-container .col-sm-1, .kf-container .col,
.kf-container .col-auto, .kf-container .col-12, .kf-container .col-11, .kf-container .col-10, .kf-container .col-9, .kf-container .col-8, .kf-container .col-7, .kf-container .col-6, .kf-container .col-5, .kf-container .col-4, .kf-container .col-3, .kf-container .col-2, .kf-container .col-1 {
  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.3333333333%;
  max-width: 8.3333333333%;
}
.kf-container .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.kf-container .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.kf-container .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.kf-container .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.kf-container .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.kf-container .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.kf-container .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.kf-container .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.kf-container .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.kf-container .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.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.3333333333%;
}
.kf-container .offset-2 {
  margin-left: 16.6666666667%;
}
.kf-container .offset-3 {
  margin-left: 25%;
}
.kf-container .offset-4 {
  margin-left: 33.3333333333%;
}
.kf-container .offset-5 {
  margin-left: 41.6666666667%;
}
.kf-container .offset-6 {
  margin-left: 50%;
}
.kf-container .offset-7 {
  margin-left: 58.3333333333%;
}
.kf-container .offset-8 {
  margin-left: 66.6666666667%;
}
.kf-container .offset-9 {
  margin-left: 75%;
}
.kf-container .offset-10 {
  margin-left: 83.3333333333%;
}
.kf-container .offset-11 {
  margin-left: 91.6666666667%;
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .kf-container .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-sm-3 {
    margin-left: 25%;
  }
  .kf-container .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-sm-6 {
    margin-left: 50%;
  }
  .kf-container .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-sm-9 {
    margin-left: 75%;
  }
  .kf-container .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .kf-container .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-md-3 {
    margin-left: 25%;
  }
  .kf-container .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-md-6 {
    margin-left: 50%;
  }
  .kf-container .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-md-9 {
    margin-left: 75%;
  }
  .kf-container .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 961px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .kf-container .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-lg-3 {
    margin-left: 25%;
  }
  .kf-container .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-lg-6 {
    margin-left: 50%;
  }
  .kf-container .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-lg-9 {
    margin-left: 75%;
  }
  .kf-container .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1367px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .kf-container .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-xl-3 {
    margin-left: 25%;
  }
  .kf-container .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-xl-6 {
    margin-left: 50%;
  }
  .kf-container .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-xl-9 {
    margin-left: 75%;
  }
  .kf-container .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1921px) {
  .kf-container .col-threeK {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .kf-container .col-threeK-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .kf-container .col-threeK-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-threeK-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-threeK-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-threeK-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-threeK-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-threeK-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-threeK-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-threeK-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-threeK-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-threeK-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-threeK-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .kf-container .col-threeK-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kf-container .order-threeK-first {
    order: -1;
  }
  .kf-container .order-threeK-last {
    order: 13;
  }
  .kf-container .order-threeK-0 {
    order: 0;
  }
  .kf-container .order-threeK-1 {
    order: 1;
  }
  .kf-container .order-threeK-2 {
    order: 2;
  }
  .kf-container .order-threeK-3 {
    order: 3;
  }
  .kf-container .order-threeK-4 {
    order: 4;
  }
  .kf-container .order-threeK-5 {
    order: 5;
  }
  .kf-container .order-threeK-6 {
    order: 6;
  }
  .kf-container .order-threeK-7 {
    order: 7;
  }
  .kf-container .order-threeK-8 {
    order: 8;
  }
  .kf-container .order-threeK-9 {
    order: 9;
  }
  .kf-container .order-threeK-10 {
    order: 10;
  }
  .kf-container .order-threeK-11 {
    order: 11;
  }
  .kf-container .order-threeK-12 {
    order: 12;
  }
  .kf-container .offset-threeK-0 {
    margin-left: 0;
  }
  .kf-container .offset-threeK-1 {
    margin-left: 8.3333333333%;
  }
  .kf-container .offset-threeK-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-threeK-3 {
    margin-left: 25%;
  }
  .kf-container .offset-threeK-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-threeK-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-threeK-6 {
    margin-left: 50%;
  }
  .kf-container .offset-threeK-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-threeK-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-threeK-9 {
    margin-left: 75%;
  }
  .kf-container .offset-threeK-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-threeK-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 2561px) {
  .kf-container .col-fourK {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .kf-container .col-fourK-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .kf-container .col-fourK-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-fourK-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-fourK-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-fourK-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-fourK-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-fourK-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-fourK-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-fourK-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-fourK-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-fourK-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-fourK-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .kf-container .col-fourK-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kf-container .order-fourK-first {
    order: -1;
  }
  .kf-container .order-fourK-last {
    order: 13;
  }
  .kf-container .order-fourK-0 {
    order: 0;
  }
  .kf-container .order-fourK-1 {
    order: 1;
  }
  .kf-container .order-fourK-2 {
    order: 2;
  }
  .kf-container .order-fourK-3 {
    order: 3;
  }
  .kf-container .order-fourK-4 {
    order: 4;
  }
  .kf-container .order-fourK-5 {
    order: 5;
  }
  .kf-container .order-fourK-6 {
    order: 6;
  }
  .kf-container .order-fourK-7 {
    order: 7;
  }
  .kf-container .order-fourK-8 {
    order: 8;
  }
  .kf-container .order-fourK-9 {
    order: 9;
  }
  .kf-container .order-fourK-10 {
    order: 10;
  }
  .kf-container .order-fourK-11 {
    order: 11;
  }
  .kf-container .order-fourK-12 {
    order: 12;
  }
  .kf-container .offset-fourK-0 {
    margin-left: 0;
  }
  .kf-container .offset-fourK-1 {
    margin-left: 8.3333333333%;
  }
  .kf-container .offset-fourK-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-fourK-3 {
    margin-left: 25%;
  }
  .kf-container .offset-fourK-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-fourK-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-fourK-6 {
    margin-left: 50%;
  }
  .kf-container .offset-fourK-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-fourK-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-fourK-9 {
    margin-left: 75%;
  }
  .kf-container .offset-fourK-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-fourK-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 961px) {
  .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: 1367px) {
  .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 (min-width: 1921px) {
  .kf-container .d-threeK-none {
    display: none !important;
  }
  .kf-container .d-threeK-inline {
    display: inline !important;
  }
  .kf-container .d-threeK-inline-block {
    display: inline-block !important;
  }
  .kf-container .d-threeK-block {
    display: block !important;
  }
  .kf-container .d-threeK-table {
    display: table !important;
  }
  .kf-container .d-threeK-table-row {
    display: table-row !important;
  }
  .kf-container .d-threeK-table-cell {
    display: table-cell !important;
  }
  .kf-container .d-threeK-flex {
    display: flex !important;
  }
  .kf-container .d-threeK-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2561px) {
  .kf-container .d-fourK-none {
    display: none !important;
  }
  .kf-container .d-fourK-inline {
    display: inline !important;
  }
  .kf-container .d-fourK-inline-block {
    display: inline-block !important;
  }
  .kf-container .d-fourK-block {
    display: block !important;
  }
  .kf-container .d-fourK-table {
    display: table !important;
  }
  .kf-container .d-fourK-table-row {
    display: table-row !important;
  }
  .kf-container .d-fourK-table-cell {
    display: table-cell !important;
  }
  .kf-container .d-fourK-flex {
    display: flex !important;
  }
  .kf-container .d-fourK-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: 961px) {
  .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: 1367px) {
  .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;
  }
}
@media (min-width: 1921px) {
  .kf-container .flex-threeK-row {
    flex-direction: row !important;
  }
  .kf-container .flex-threeK-column {
    flex-direction: column !important;
  }
  .kf-container .flex-threeK-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .flex-threeK-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .flex-threeK-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .flex-threeK-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .flex-threeK-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .flex-threeK-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .flex-threeK-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .flex-threeK-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .flex-threeK-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .flex-threeK-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .justify-content-threeK-start {
    justify-content: flex-start !important;
  }
  .kf-container .justify-content-threeK-end {
    justify-content: flex-end !important;
  }
  .kf-container .justify-content-threeK-center {
    justify-content: center !important;
  }
  .kf-container .justify-content-threeK-between {
    justify-content: space-between !important;
  }
  .kf-container .justify-content-threeK-around {
    justify-content: space-around !important;
  }
  .kf-container .align-items-threeK-start {
    align-items: flex-start !important;
  }
  .kf-container .align-items-threeK-end {
    align-items: flex-end !important;
  }
  .kf-container .align-items-threeK-center {
    align-items: center !important;
  }
  .kf-container .align-items-threeK-baseline {
    align-items: baseline !important;
  }
  .kf-container .align-items-threeK-stretch {
    align-items: stretch !important;
  }
  .kf-container .align-content-threeK-start {
    align-content: flex-start !important;
  }
  .kf-container .align-content-threeK-end {
    align-content: flex-end !important;
  }
  .kf-container .align-content-threeK-center {
    align-content: center !important;
  }
  .kf-container .align-content-threeK-between {
    align-content: space-between !important;
  }
  .kf-container .align-content-threeK-around {
    align-content: space-around !important;
  }
  .kf-container .align-content-threeK-stretch {
    align-content: stretch !important;
  }
  .kf-container .align-self-threeK-auto {
    align-self: auto !important;
  }
  .kf-container .align-self-threeK-start {
    align-self: flex-start !important;
  }
  .kf-container .align-self-threeK-end {
    align-self: flex-end !important;
  }
  .kf-container .align-self-threeK-center {
    align-self: center !important;
  }
  .kf-container .align-self-threeK-baseline {
    align-self: baseline !important;
  }
  .kf-container .align-self-threeK-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2561px) {
  .kf-container .flex-fourK-row {
    flex-direction: row !important;
  }
  .kf-container .flex-fourK-column {
    flex-direction: column !important;
  }
  .kf-container .flex-fourK-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .flex-fourK-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .flex-fourK-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .flex-fourK-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .flex-fourK-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .flex-fourK-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .flex-fourK-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .flex-fourK-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .flex-fourK-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .flex-fourK-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .justify-content-fourK-start {
    justify-content: flex-start !important;
  }
  .kf-container .justify-content-fourK-end {
    justify-content: flex-end !important;
  }
  .kf-container .justify-content-fourK-center {
    justify-content: center !important;
  }
  .kf-container .justify-content-fourK-between {
    justify-content: space-between !important;
  }
  .kf-container .justify-content-fourK-around {
    justify-content: space-around !important;
  }
  .kf-container .align-items-fourK-start {
    align-items: flex-start !important;
  }
  .kf-container .align-items-fourK-end {
    align-items: flex-end !important;
  }
  .kf-container .align-items-fourK-center {
    align-items: center !important;
  }
  .kf-container .align-items-fourK-baseline {
    align-items: baseline !important;
  }
  .kf-container .align-items-fourK-stretch {
    align-items: stretch !important;
  }
  .kf-container .align-content-fourK-start {
    align-content: flex-start !important;
  }
  .kf-container .align-content-fourK-end {
    align-content: flex-end !important;
  }
  .kf-container .align-content-fourK-center {
    align-content: center !important;
  }
  .kf-container .align-content-fourK-between {
    align-content: space-between !important;
  }
  .kf-container .align-content-fourK-around {
    align-content: space-around !important;
  }
  .kf-container .align-content-fourK-stretch {
    align-content: stretch !important;
  }
  .kf-container .align-self-fourK-auto {
    align-self: auto !important;
  }
  .kf-container .align-self-fourK-start {
    align-self: flex-start !important;
  }
  .kf-container .align-self-fourK-end {
    align-self: flex-end !important;
  }
  .kf-container .align-self-fourK-center {
    align-self: center !important;
  }
  .kf-container .align-self-fourK-baseline {
    align-self: baseline !important;
  }
  .kf-container .align-self-fourK-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: 961px) {
  .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: 1367px) {
  .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;
  }
}
@media (min-width: 1921px) {
  .kf-container .m-threeK-0 {
    margin: 0 !important;
  }
  .kf-container .mt-threeK-0,
.kf-container .my-threeK-0 {
    margin-top: 0 !important;
  }
  .kf-container .mr-threeK-0,
.kf-container .mx-threeK-0 {
    margin-right: 0 !important;
  }
  .kf-container .mb-threeK-0,
.kf-container .my-threeK-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .ml-threeK-0,
.kf-container .mx-threeK-0 {
    margin-left: 0 !important;
  }
  .kf-container .m-threeK-1 {
    margin: 0.25rem !important;
  }
  .kf-container .mt-threeK-1,
.kf-container .my-threeK-1 {
    margin-top: 0.25rem !important;
  }
  .kf-container .mr-threeK-1,
.kf-container .mx-threeK-1 {
    margin-right: 0.25rem !important;
  }
  .kf-container .mb-threeK-1,
.kf-container .my-threeK-1 {
    margin-bottom: 0.25rem !important;
  }
  .kf-container .ml-threeK-1,
.kf-container .mx-threeK-1 {
    margin-left: 0.25rem !important;
  }
  .kf-container .m-threeK-2 {
    margin: 0.5rem !important;
  }
  .kf-container .mt-threeK-2,
.kf-container .my-threeK-2 {
    margin-top: 0.5rem !important;
  }
  .kf-container .mr-threeK-2,
.kf-container .mx-threeK-2 {
    margin-right: 0.5rem !important;
  }
  .kf-container .mb-threeK-2,
.kf-container .my-threeK-2 {
    margin-bottom: 0.5rem !important;
  }
  .kf-container .ml-threeK-2,
.kf-container .mx-threeK-2 {
    margin-left: 0.5rem !important;
  }
  .kf-container .m-threeK-3 {
    margin: 1rem !important;
  }
  .kf-container .mt-threeK-3,
.kf-container .my-threeK-3 {
    margin-top: 1rem !important;
  }
  .kf-container .mr-threeK-3,
.kf-container .mx-threeK-3 {
    margin-right: 1rem !important;
  }
  .kf-container .mb-threeK-3,
.kf-container .my-threeK-3 {
    margin-bottom: 1rem !important;
  }
  .kf-container .ml-threeK-3,
.kf-container .mx-threeK-3 {
    margin-left: 1rem !important;
  }
  .kf-container .m-threeK-4 {
    margin: 1.5rem !important;
  }
  .kf-container .mt-threeK-4,
.kf-container .my-threeK-4 {
    margin-top: 1.5rem !important;
  }
  .kf-container .mr-threeK-4,
.kf-container .mx-threeK-4 {
    margin-right: 1.5rem !important;
  }
  .kf-container .mb-threeK-4,
.kf-container .my-threeK-4 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .ml-threeK-4,
.kf-container .mx-threeK-4 {
    margin-left: 1.5rem !important;
  }
  .kf-container .m-threeK-5 {
    margin: 3rem !important;
  }
  .kf-container .mt-threeK-5,
.kf-container .my-threeK-5 {
    margin-top: 3rem !important;
  }
  .kf-container .mr-threeK-5,
.kf-container .mx-threeK-5 {
    margin-right: 3rem !important;
  }
  .kf-container .mb-threeK-5,
.kf-container .my-threeK-5 {
    margin-bottom: 3rem !important;
  }
  .kf-container .ml-threeK-5,
.kf-container .mx-threeK-5 {
    margin-left: 3rem !important;
  }
  .kf-container .p-threeK-0 {
    padding: 0 !important;
  }
  .kf-container .pt-threeK-0,
.kf-container .py-threeK-0 {
    padding-top: 0 !important;
  }
  .kf-container .pr-threeK-0,
.kf-container .px-threeK-0 {
    padding-right: 0 !important;
  }
  .kf-container .pb-threeK-0,
.kf-container .py-threeK-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .pl-threeK-0,
.kf-container .px-threeK-0 {
    padding-left: 0 !important;
  }
  .kf-container .p-threeK-1 {
    padding: 0.25rem !important;
  }
  .kf-container .pt-threeK-1,
.kf-container .py-threeK-1 {
    padding-top: 0.25rem !important;
  }
  .kf-container .pr-threeK-1,
.kf-container .px-threeK-1 {
    padding-right: 0.25rem !important;
  }
  .kf-container .pb-threeK-1,
.kf-container .py-threeK-1 {
    padding-bottom: 0.25rem !important;
  }
  .kf-container .pl-threeK-1,
.kf-container .px-threeK-1 {
    padding-left: 0.25rem !important;
  }
  .kf-container .p-threeK-2 {
    padding: 0.5rem !important;
  }
  .kf-container .pt-threeK-2,
.kf-container .py-threeK-2 {
    padding-top: 0.5rem !important;
  }
  .kf-container .pr-threeK-2,
.kf-container .px-threeK-2 {
    padding-right: 0.5rem !important;
  }
  .kf-container .pb-threeK-2,
.kf-container .py-threeK-2 {
    padding-bottom: 0.5rem !important;
  }
  .kf-container .pl-threeK-2,
.kf-container .px-threeK-2 {
    padding-left: 0.5rem !important;
  }
  .kf-container .p-threeK-3 {
    padding: 1rem !important;
  }
  .kf-container .pt-threeK-3,
.kf-container .py-threeK-3 {
    padding-top: 1rem !important;
  }
  .kf-container .pr-threeK-3,
.kf-container .px-threeK-3 {
    padding-right: 1rem !important;
  }
  .kf-container .pb-threeK-3,
.kf-container .py-threeK-3 {
    padding-bottom: 1rem !important;
  }
  .kf-container .pl-threeK-3,
.kf-container .px-threeK-3 {
    padding-left: 1rem !important;
  }
  .kf-container .p-threeK-4 {
    padding: 1.5rem !important;
  }
  .kf-container .pt-threeK-4,
.kf-container .py-threeK-4 {
    padding-top: 1.5rem !important;
  }
  .kf-container .pr-threeK-4,
.kf-container .px-threeK-4 {
    padding-right: 1.5rem !important;
  }
  .kf-container .pb-threeK-4,
.kf-container .py-threeK-4 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .pl-threeK-4,
.kf-container .px-threeK-4 {
    padding-left: 1.5rem !important;
  }
  .kf-container .p-threeK-5 {
    padding: 3rem !important;
  }
  .kf-container .pt-threeK-5,
.kf-container .py-threeK-5 {
    padding-top: 3rem !important;
  }
  .kf-container .pr-threeK-5,
.kf-container .px-threeK-5 {
    padding-right: 3rem !important;
  }
  .kf-container .pb-threeK-5,
.kf-container .py-threeK-5 {
    padding-bottom: 3rem !important;
  }
  .kf-container .pl-threeK-5,
.kf-container .px-threeK-5 {
    padding-left: 3rem !important;
  }
  .kf-container .m-threeK-n1 {
    margin: -0.25rem !important;
  }
  .kf-container .mt-threeK-n1,
.kf-container .my-threeK-n1 {
    margin-top: -0.25rem !important;
  }
  .kf-container .mr-threeK-n1,
.kf-container .mx-threeK-n1 {
    margin-right: -0.25rem !important;
  }
  .kf-container .mb-threeK-n1,
.kf-container .my-threeK-n1 {
    margin-bottom: -0.25rem !important;
  }
  .kf-container .ml-threeK-n1,
.kf-container .mx-threeK-n1 {
    margin-left: -0.25rem !important;
  }
  .kf-container .m-threeK-n2 {
    margin: -0.5rem !important;
  }
  .kf-container .mt-threeK-n2,
.kf-container .my-threeK-n2 {
    margin-top: -0.5rem !important;
  }
  .kf-container .mr-threeK-n2,
.kf-container .mx-threeK-n2 {
    margin-right: -0.5rem !important;
  }
  .kf-container .mb-threeK-n2,
.kf-container .my-threeK-n2 {
    margin-bottom: -0.5rem !important;
  }
  .kf-container .ml-threeK-n2,
.kf-container .mx-threeK-n2 {
    margin-left: -0.5rem !important;
  }
  .kf-container .m-threeK-n3 {
    margin: -1rem !important;
  }
  .kf-container .mt-threeK-n3,
.kf-container .my-threeK-n3 {
    margin-top: -1rem !important;
  }
  .kf-container .mr-threeK-n3,
.kf-container .mx-threeK-n3 {
    margin-right: -1rem !important;
  }
  .kf-container .mb-threeK-n3,
.kf-container .my-threeK-n3 {
    margin-bottom: -1rem !important;
  }
  .kf-container .ml-threeK-n3,
.kf-container .mx-threeK-n3 {
    margin-left: -1rem !important;
  }
  .kf-container .m-threeK-n4 {
    margin: -1.5rem !important;
  }
  .kf-container .mt-threeK-n4,
.kf-container .my-threeK-n4 {
    margin-top: -1.5rem !important;
  }
  .kf-container .mr-threeK-n4,
.kf-container .mx-threeK-n4 {
    margin-right: -1.5rem !important;
  }
  .kf-container .mb-threeK-n4,
.kf-container .my-threeK-n4 {
    margin-bottom: -1.5rem !important;
  }
  .kf-container .ml-threeK-n4,
.kf-container .mx-threeK-n4 {
    margin-left: -1.5rem !important;
  }
  .kf-container .m-threeK-n5 {
    margin: -3rem !important;
  }
  .kf-container .mt-threeK-n5,
.kf-container .my-threeK-n5 {
    margin-top: -3rem !important;
  }
  .kf-container .mr-threeK-n5,
.kf-container .mx-threeK-n5 {
    margin-right: -3rem !important;
  }
  .kf-container .mb-threeK-n5,
.kf-container .my-threeK-n5 {
    margin-bottom: -3rem !important;
  }
  .kf-container .ml-threeK-n5,
.kf-container .mx-threeK-n5 {
    margin-left: -3rem !important;
  }
  .kf-container .m-threeK-auto {
    margin: auto !important;
  }
  .kf-container .mt-threeK-auto,
.kf-container .my-threeK-auto {
    margin-top: auto !important;
  }
  .kf-container .mr-threeK-auto,
.kf-container .mx-threeK-auto {
    margin-right: auto !important;
  }
  .kf-container .mb-threeK-auto,
.kf-container .my-threeK-auto {
    margin-bottom: auto !important;
  }
  .kf-container .ml-threeK-auto,
.kf-container .mx-threeK-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2561px) {
  .kf-container .m-fourK-0 {
    margin: 0 !important;
  }
  .kf-container .mt-fourK-0,
.kf-container .my-fourK-0 {
    margin-top: 0 !important;
  }
  .kf-container .mr-fourK-0,
.kf-container .mx-fourK-0 {
    margin-right: 0 !important;
  }
  .kf-container .mb-fourK-0,
.kf-container .my-fourK-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .ml-fourK-0,
.kf-container .mx-fourK-0 {
    margin-left: 0 !important;
  }
  .kf-container .m-fourK-1 {
    margin: 0.25rem !important;
  }
  .kf-container .mt-fourK-1,
.kf-container .my-fourK-1 {
    margin-top: 0.25rem !important;
  }
  .kf-container .mr-fourK-1,
.kf-container .mx-fourK-1 {
    margin-right: 0.25rem !important;
  }
  .kf-container .mb-fourK-1,
.kf-container .my-fourK-1 {
    margin-bottom: 0.25rem !important;
  }
  .kf-container .ml-fourK-1,
.kf-container .mx-fourK-1 {
    margin-left: 0.25rem !important;
  }
  .kf-container .m-fourK-2 {
    margin: 0.5rem !important;
  }
  .kf-container .mt-fourK-2,
.kf-container .my-fourK-2 {
    margin-top: 0.5rem !important;
  }
  .kf-container .mr-fourK-2,
.kf-container .mx-fourK-2 {
    margin-right: 0.5rem !important;
  }
  .kf-container .mb-fourK-2,
.kf-container .my-fourK-2 {
    margin-bottom: 0.5rem !important;
  }
  .kf-container .ml-fourK-2,
.kf-container .mx-fourK-2 {
    margin-left: 0.5rem !important;
  }
  .kf-container .m-fourK-3 {
    margin: 1rem !important;
  }
  .kf-container .mt-fourK-3,
.kf-container .my-fourK-3 {
    margin-top: 1rem !important;
  }
  .kf-container .mr-fourK-3,
.kf-container .mx-fourK-3 {
    margin-right: 1rem !important;
  }
  .kf-container .mb-fourK-3,
.kf-container .my-fourK-3 {
    margin-bottom: 1rem !important;
  }
  .kf-container .ml-fourK-3,
.kf-container .mx-fourK-3 {
    margin-left: 1rem !important;
  }
  .kf-container .m-fourK-4 {
    margin: 1.5rem !important;
  }
  .kf-container .mt-fourK-4,
.kf-container .my-fourK-4 {
    margin-top: 1.5rem !important;
  }
  .kf-container .mr-fourK-4,
.kf-container .mx-fourK-4 {
    margin-right: 1.5rem !important;
  }
  .kf-container .mb-fourK-4,
.kf-container .my-fourK-4 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .ml-fourK-4,
.kf-container .mx-fourK-4 {
    margin-left: 1.5rem !important;
  }
  .kf-container .m-fourK-5 {
    margin: 3rem !important;
  }
  .kf-container .mt-fourK-5,
.kf-container .my-fourK-5 {
    margin-top: 3rem !important;
  }
  .kf-container .mr-fourK-5,
.kf-container .mx-fourK-5 {
    margin-right: 3rem !important;
  }
  .kf-container .mb-fourK-5,
.kf-container .my-fourK-5 {
    margin-bottom: 3rem !important;
  }
  .kf-container .ml-fourK-5,
.kf-container .mx-fourK-5 {
    margin-left: 3rem !important;
  }
  .kf-container .p-fourK-0 {
    padding: 0 !important;
  }
  .kf-container .pt-fourK-0,
.kf-container .py-fourK-0 {
    padding-top: 0 !important;
  }
  .kf-container .pr-fourK-0,
.kf-container .px-fourK-0 {
    padding-right: 0 !important;
  }
  .kf-container .pb-fourK-0,
.kf-container .py-fourK-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .pl-fourK-0,
.kf-container .px-fourK-0 {
    padding-left: 0 !important;
  }
  .kf-container .p-fourK-1 {
    padding: 0.25rem !important;
  }
  .kf-container .pt-fourK-1,
.kf-container .py-fourK-1 {
    padding-top: 0.25rem !important;
  }
  .kf-container .pr-fourK-1,
.kf-container .px-fourK-1 {
    padding-right: 0.25rem !important;
  }
  .kf-container .pb-fourK-1,
.kf-container .py-fourK-1 {
    padding-bottom: 0.25rem !important;
  }
  .kf-container .pl-fourK-1,
.kf-container .px-fourK-1 {
    padding-left: 0.25rem !important;
  }
  .kf-container .p-fourK-2 {
    padding: 0.5rem !important;
  }
  .kf-container .pt-fourK-2,
.kf-container .py-fourK-2 {
    padding-top: 0.5rem !important;
  }
  .kf-container .pr-fourK-2,
.kf-container .px-fourK-2 {
    padding-right: 0.5rem !important;
  }
  .kf-container .pb-fourK-2,
.kf-container .py-fourK-2 {
    padding-bottom: 0.5rem !important;
  }
  .kf-container .pl-fourK-2,
.kf-container .px-fourK-2 {
    padding-left: 0.5rem !important;
  }
  .kf-container .p-fourK-3 {
    padding: 1rem !important;
  }
  .kf-container .pt-fourK-3,
.kf-container .py-fourK-3 {
    padding-top: 1rem !important;
  }
  .kf-container .pr-fourK-3,
.kf-container .px-fourK-3 {
    padding-right: 1rem !important;
  }
  .kf-container .pb-fourK-3,
.kf-container .py-fourK-3 {
    padding-bottom: 1rem !important;
  }
  .kf-container .pl-fourK-3,
.kf-container .px-fourK-3 {
    padding-left: 1rem !important;
  }
  .kf-container .p-fourK-4 {
    padding: 1.5rem !important;
  }
  .kf-container .pt-fourK-4,
.kf-container .py-fourK-4 {
    padding-top: 1.5rem !important;
  }
  .kf-container .pr-fourK-4,
.kf-container .px-fourK-4 {
    padding-right: 1.5rem !important;
  }
  .kf-container .pb-fourK-4,
.kf-container .py-fourK-4 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .pl-fourK-4,
.kf-container .px-fourK-4 {
    padding-left: 1.5rem !important;
  }
  .kf-container .p-fourK-5 {
    padding: 3rem !important;
  }
  .kf-container .pt-fourK-5,
.kf-container .py-fourK-5 {
    padding-top: 3rem !important;
  }
  .kf-container .pr-fourK-5,
.kf-container .px-fourK-5 {
    padding-right: 3rem !important;
  }
  .kf-container .pb-fourK-5,
.kf-container .py-fourK-5 {
    padding-bottom: 3rem !important;
  }
  .kf-container .pl-fourK-5,
.kf-container .px-fourK-5 {
    padding-left: 3rem !important;
  }
  .kf-container .m-fourK-n1 {
    margin: -0.25rem !important;
  }
  .kf-container .mt-fourK-n1,
.kf-container .my-fourK-n1 {
    margin-top: -0.25rem !important;
  }
  .kf-container .mr-fourK-n1,
.kf-container .mx-fourK-n1 {
    margin-right: -0.25rem !important;
  }
  .kf-container .mb-fourK-n1,
.kf-container .my-fourK-n1 {
    margin-bottom: -0.25rem !important;
  }
  .kf-container .ml-fourK-n1,
.kf-container .mx-fourK-n1 {
    margin-left: -0.25rem !important;
  }
  .kf-container .m-fourK-n2 {
    margin: -0.5rem !important;
  }
  .kf-container .mt-fourK-n2,
.kf-container .my-fourK-n2 {
    margin-top: -0.5rem !important;
  }
  .kf-container .mr-fourK-n2,
.kf-container .mx-fourK-n2 {
    margin-right: -0.5rem !important;
  }
  .kf-container .mb-fourK-n2,
.kf-container .my-fourK-n2 {
    margin-bottom: -0.5rem !important;
  }
  .kf-container .ml-fourK-n2,
.kf-container .mx-fourK-n2 {
    margin-left: -0.5rem !important;
  }
  .kf-container .m-fourK-n3 {
    margin: -1rem !important;
  }
  .kf-container .mt-fourK-n3,
.kf-container .my-fourK-n3 {
    margin-top: -1rem !important;
  }
  .kf-container .mr-fourK-n3,
.kf-container .mx-fourK-n3 {
    margin-right: -1rem !important;
  }
  .kf-container .mb-fourK-n3,
.kf-container .my-fourK-n3 {
    margin-bottom: -1rem !important;
  }
  .kf-container .ml-fourK-n3,
.kf-container .mx-fourK-n3 {
    margin-left: -1rem !important;
  }
  .kf-container .m-fourK-n4 {
    margin: -1.5rem !important;
  }
  .kf-container .mt-fourK-n4,
.kf-container .my-fourK-n4 {
    margin-top: -1.5rem !important;
  }
  .kf-container .mr-fourK-n4,
.kf-container .mx-fourK-n4 {
    margin-right: -1.5rem !important;
  }
  .kf-container .mb-fourK-n4,
.kf-container .my-fourK-n4 {
    margin-bottom: -1.5rem !important;
  }
  .kf-container .ml-fourK-n4,
.kf-container .mx-fourK-n4 {
    margin-left: -1.5rem !important;
  }
  .kf-container .m-fourK-n5 {
    margin: -3rem !important;
  }
  .kf-container .mt-fourK-n5,
.kf-container .my-fourK-n5 {
    margin-top: -3rem !important;
  }
  .kf-container .mr-fourK-n5,
.kf-container .mx-fourK-n5 {
    margin-right: -3rem !important;
  }
  .kf-container .mb-fourK-n5,
.kf-container .my-fourK-n5 {
    margin-bottom: -3rem !important;
  }
  .kf-container .ml-fourK-n5,
.kf-container .mx-fourK-n5 {
    margin-left: -3rem !important;
  }
  .kf-container .m-fourK-auto {
    margin: auto !important;
  }
  .kf-container .mt-fourK-auto,
.kf-container .my-fourK-auto {
    margin-top: auto !important;
  }
  .kf-container .mr-fourK-auto,
.kf-container .mx-fourK-auto {
    margin-right: auto !important;
  }
  .kf-container .mb-fourK-auto,
.kf-container .my-fourK-auto {
    margin-bottom: auto !important;
  }
  .kf-container .ml-fourK-auto,
.kf-container .mx-fourK-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 .footnote {
  color: inherit;
}
.kf-container .tabnav-list {
  list-style: none;
}
.kf-container .tabnav {
  display: flex;
  justify-content: space-around;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.kf-container .tabnav .tabnav-tabs {
  width: 30%;
}
.kf-container .tabnav .tabnav-content {
  width: 70%;
}
.kf-container .tabnav .tabnav-link {
  color: #999;
}
.kf-container .tabnav .tabnav-item {
  padding-left: 60px;
  border-bottom: 1px solid #d6d6d6;
  display: inline-block;
  list-style: none;
  outline: none;
}
.kf-container .tabnav-link {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.022em;
  padding: 7px 0 9px;
  margin-top: 2px;
  margin-bottom: 4px;
  color: #666;
  text-align: left;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.kf-container .tabnav-link.active {
  pointer-events: none;
  color: #333;
  text-decoration: none;
  cursor: default;
  z-index: 10;
}
.kf-container .tabnav-link:focus {
  outline-offset: -1px;
}
.kf-container .section-graph {
  overflow: hidden;
  text-align: left;
}
.kf-container .section-graph ul, .kf-container .section-graph li, .kf-container .section-graph h5, .kf-container .section-graph p, .kf-container .section-graph figure {
  margin: 0;
  padding: 0;
}
.kf-container .section-graph a:link, .kf-container .section-graph a:visited {
  text-decoration: none;
}
.kf-container .section-graph a:focus {
  outline: none;
}
.kf-container .graph-gallery-wrap {
  width: 980px;
  margin: 0 auto;
}
.kf-container .graph-gallery {
  position: relative;
  z-index: 10;
  background-color: #edede8;
  padding: 88px 90px 20px;
  margin: 90px -90px 0;
}
.kf-container .graph-gallery .tabnav .tabnav-link {
  font-size: 30px;
  line-height: 1.16667;
  font-weight: 900;
  letter-spacing: 0.009em;
  white-space: normal;
  line-height: 1.25;
  color: #fff;
}
.kf-container .graph-gallery .tabnav .tabnav-link.active {
  color: #fff;
}
.kf-container .graph-gallery .tabnav .tabnav-list .tabnav-item {
  display: block;
  padding-left: 5px;
  border: none !important;
}
.kf-container .graph-gallery .tabnav .tabnav-content .typography .tip {
  margin-top: 2em;
  font-size: 0.5em;
  line-height: 1.4;
}
.kf-container .graph-gallery .tip {
  color: #999;
}
.kf-container .graph-gallery .typography-right {
  position: relative;
  top: 0;
}
.kf-container .graph-gallery-foot {
  border-top: 1px solid #b9b9b9;
  color: #999;
  margin-top: 5.8em;
  padding: 15px 0 0;
  font-size: 0.75em;
  line-height: 1.3;
}
.kf-container .graph-gallery-foot .tip {
  margin: 9px 0;
}
.kf-container .typography .typography-data + .typography-data {
  padding-top: 50px;
}
.kf-container .caption-container .typography-caption {
  margin-bottom: 40px;
}
.kf-container .value-container .typography-value {
  margin-bottom: 40px;
}
.kf-container .value-container .typography-value .value-tag {
  position: relative;
  display: inline-block;
  left: 100%;
  transform: translateX(-100%);
}
.kf-container .typography-data {
  display: flex;
  justify-content: space-around;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-in 0.2s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s !important;
}
.kf-container .typography-data .typography-headline {
  padding-bottom: 5px;
  border-bottom: 1px solid #444;
  font-size: 17px;
  line-height: 1.23543;
  font-weight: 600;
  letter-spacing: -0.022em;
}
.kf-container .typography-data .caption-container {
  font-size: 0.8em;
  position: absolute;
  top: 24px;
}
.kf-container .typography-data .value-container {
  font-size: 1.5em;
  position: absolute;
  top: 24px;
  width: 100%;
}
.kf-container .typography-data .typography-bar {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-in 0.2s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s !important;
}
.kf-container .typography-data .caption-container {
  opacity: 0;
  transition: opacity 0.3s ease-in 0.6s;
}
.kf-container .typography-data .value-container .value-tag {
  opacity: 0;
  transition: opacity 0.3s ease-in 0.7s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  -webkit-transform: translateX(-100%) translateX(-20px);
  transform: translateX(-100%) translateX(-20px);
}
.kf-container .typography-data .badge .badge-content {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.kf-container .typography-data .badge .badge-content .badge-value {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.kf-container .typography-data .tip {
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in 0.9s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.kf-container .typography-data.built-in {
  opacity: 1;
  transform: translateY(0);
}
.kf-container .typography-data.built-in .graph-bar {
  transition: width 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}
.kf-container .typography-data.built-in .typography-bar, .kf-container .typography-data.built-in .caption-container, .kf-container .typography-data.built-in .badge {
  opacity: 1;
  transform: translateY(0);
}
.kf-container .typography-data.built-in .typography-bar svg {
  transform: scaleX(1);
}
.kf-container .typography-data.built-in .badge .badge-content {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.3s ease-in 0.7s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s;
  transition: opacity 0.3s ease-in 0.7s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s;
}
.kf-container .typography-data.built-in .badge .badge-content .badge-value {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.3s ease-in 0.9s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0.3s ease-in 0.9s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
}
.kf-container .typography-data.built-in .value-container .value-tag {
  opacity: 1;
  transform: translateX(-100%) translateX(0);
}
.kf-container .typography-data.built-in .tip {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.kf-container .typography-left {
  position: relative;
  width: 70%;
}
.kf-container .typography-right {
  width: 20%;
}
.kf-container .typography-right .badge {
  width: 100%;
}
.kf-container .typography-caption {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.016em;
  color: #646464;
}
.kf-container .typography-value {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.016em;
  color: #646464;
}
.kf-container .typography-bar {
  margin-top: 16px;
}
.kf-container .typography-bar svg.ac-graph-svg {
  width: 100%;
  height: 100%;
}
.kf-container .typography-bar .graph-bar {
  margin-bottom: 53px;
}
.kf-container .graph-bar {
  display: block;
  height: 7px;
  width: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5f5d68+0,b6b5bd+100 */
  background: #5f5d68;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5f5d68 0%, #b6b5bd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5f5d68 0%, #b6b5bd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5f5d68 0%, #b6b5bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5f5d68", endColorstr="#b6b5bd",GradientType=1 );
  /* IE6-9 */
  transition: width cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
}
.kf-container #purple-gradient .left-stop {
  stop-color: #4f3ec8;
}
.kf-container #purple-gradient .right-stop {
  stop-color: #9a74ed;
}
.kf-container #blue-gradient .left-stop {
  stop-color: #1b8ffe;
}
.kf-container #blue-gradient .right-stop {
  stop-color: #24ccfb;
}
.kf-container #grey-gradient .left-stop {
  stop-color: #5f5d68;
}
.kf-container #grey-gradient .right-stop {
  stop-color: #b6b5bd;
}
.kf-container .badge {
  margin-right: 2em;
  display: inline-block;
  font-size: 20px;
  min-width: 5em;
  position: relative;
  z-index: 1;
}
.kf-container .badge .badge-value {
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
  left: -2px;
  display: block;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.kf-container .badge .badge-unit {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
.kf-container .badge .badge-caption {
  font-size: 14px;
  line-height: 1.42861;
  font-weight: 400;
  letter-spacing: -0.016em;
  color: #646464;
}
.kf-container .badge-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  flex-flow: column nowrap;
}
.kf-container .typography-data .value-container .value-1 .value-tag {
  transition-delay: 0.8s;
}
.kf-container .typography-data .value-container .value-2 .value-tag {
  transition-delay: 0.85s;
}
.kf-container .typography-data .value-container .value-3 .value-tag {
  transition-delay: 0.9s;
}
.kf-container #sec1-item-1 .value-container .value-1 .value-tag {
  left: 77%;
}
.kf-container #sec1-item-1 .value-container .value-2 .value-tag {
  left: 95%;
}
.kf-container #sec1-item-1 .value-container .value-3 .value-tag {
  left: 100%;
}
.kf-container #sec1-item-2 .value-container .value-1 .value-tag {
  left: 37%;
}
.kf-container #sec1-item-2 .value-container .value-2 .value-tag {
  left: 100%;
}
.kf-container #sec1-item-2 .value-container .value-3 .value-tag {
  left: 78%;
}
.kf-container #sec1-item-2 .value-container .value-4 .value-tag {
  left: 68%;
}
.kf-container #sec1-item-2 .value-container .value-5 .value-tag {
  left: 100%;
}
.kf-container #sec1-item-2 .value-container .value-6 .value-tag {
  left: 88%;
}
.kf-container #sec1-item-3 .value-container .value-1 .value-tag {
  left: 50%;
}
.kf-container #sec1-item-3 .value-container .value-2 .value-tag {
  left: 50%;
}
.kf-container #sec1-item-3 .value-container .value-3 .value-tag {
  left: 100%;
}
.kf-container #sec1-item-4 .value-container .value-1 .value-tag {
  left: 85%;
}
.kf-container #sec1-item-4 .value-container .value-2 .value-tag {
  left: 100%;
}
.kf-container #sec1-item-4 .value-container .value-3 .value-tag {
  left: 100%;
}
.kf-container .graph-gallery .tabnav .tabnav-item.item-1 .tabnav-link.active {
  color: #005faf;
}
.kf-container .graph-gallery .tabnav .tabnav-item.item-2 .tabnav-link.active {
  color: #bb8cfa;
}
.kf-container .graph-gallery .tabnav .tabnav-item.item-3 .tabnav-link.active {
  color: #bf6af7;
}
.kf-container .graph-gallery .tabnav .tabnav-item.item-4 .tabnav-link.active {
  color: #6ad4f7;
}
.kf-container #sec1-item-1 .typography-data .badge-value {
  color: #005faf;
}
.kf-container #sec1-item-2 .typography-data .badge-value {
  color: #bb8cfa;
}
.kf-container #sec1-item-3 .typography-data .badge-value {
  color: #bf6af7;
}
.kf-container #sec1-item-4 .typography-data .badge-value {
  color: #6ad4f7;
}
.kf-container #sec1-item-1 .typography-data .tip {
  color: #005faf;
}
.kf-container #sec1-item-2 .typography-data .tip {
  color: #bb8cfa;
}
.kf-container #sec1-item-3 .typography-data .tip {
  color: #bf6af7;
}
.kf-container #sec1-item-4 .typography-data .tip {
  color: #6ad4f7;
}
.kf-container #sec1-item-1 .typography-data .bar-1 {
  background: #005faf;
}
.kf-container #sec1-item-2 .typography-data .bar-1 {
  background: #bb8cfa;
}
.kf-container #sec1-item-3 .typography-data .bar-1 {
  background: #bf6af7;
}
.kf-container #sec1-item-4 .typography-data .bar-1 {
  background: #6ad4f7;
}
@media screen and (max-width: 1366px) {
  .kf-container .graph-gallery-wrap {
    width: 880px;
  }
}
@media screen and (max-width: 960px) {
  .kf-container .graph-gallery {
    padding: 120px 120px 20px;
    margin: 80px -150px 0;
  }
  .kf-container .graph-gallery-wrap {
    width: 560px;
  }
  .kf-container .tabnav .tabnav-content {
    width: 67%;
  }
  .kf-container .typography-left {
    width: 65%;
  }
  .kf-container .typography-right {
    width: 25%;
  }
  .kf-container .typography-data .typography-headline {
    width: 300px;
  }
  .kf-container .graph-gallery .tabnav .tabnav-link {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .kf-container .graph-gallery {
    padding: 58px 0 18px;
    margin: 70px -7% 0;
  }
  .kf-container .graph-gallery .tabnav {
    flex-direction: column;
  }
  .kf-container .graph-gallery .tabnav .tabnav-tabs {
    overflow: hidden;
    width: 100%;
  }
  .kf-container .graph-gallery .tabnav ul {
    display: inline-block;
    white-space: nowrap;
  }
  .kf-container .graph-gallery .tabnav .tabnav-list .tabnav-item {
    padding-left: 6.25vw;
    display: inline-block;
  }
  .kf-container .graph-gallery .tabnav .tabnav-content {
    position: relative;
    top: 20px;
    left: 6.25%;
    width: 87.5%;
  }
  .kf-container .graph-gallery .tabnav .tabnav-content .typography .tip {
    margin-top: 0.5em;
  }
  .kf-container .graph-gallery .tabnav .tabnav-list {
    padding-right: 6.25vw;
    padding-bottom: 1em;
  }
  .kf-container .graph-gallery .typography-data {
    flex-direction: column;
  }
  .kf-container .graph-gallery .typography-data .typography-headline {
    width: auto;
    position: relative;
    top: -70px;
    border-bottom: none;
  }
  .kf-container .graph-gallery .typography-data .typography-left {
    order: 2;
    margin-top: 0;
  }
  .kf-container .graph-gallery .typography-data .typography-right {
    order: 1;
    border-top: none;
  }
  .kf-container .graph-gallery .badge-content {
    flex-direction: row;
  }
  .kf-container .graph-gallery .badge .badge-caption {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-top: auto;
    height: 100%;
  }
  .kf-container .graph-gallery .badge .badge-value {
    display: inline-block;
    margin-left: 10px;
  }
  .kf-container .graph-gallery-wrap {
    width: 87.5%;
  }
  .kf-container .typography-left {
    width: 100%;
  }
  .kf-container .typography-right {
    width: 100%;
  }
  .kf-container .graph-gallery-foot {
    padding: 15px 6.25% 0;
  }
}
.kf-container .choosebar {
  position: sticky;
  top: 0;
  height: 0;
  z-index: 101;
  pointer-events: none;
}
.kf-container .choosebar .choosebar-anchors {
  pointer-events: auto;
  width: 0;
  margin-left: auto;
  margin-right: 2%;
  height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  font: 1rem/1.5rem "Titillium Web", arial, sans-serif, Microsoft JhengHei;
}
.kf-container .choosebar .kv-anchor {
  position: relative;
  cursor: pointer;
  padding-right: 1.5em;
  margin-bottom: 1em;
}
.kf-container .choosebar .kv-anchor:before {
  content: "";
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  transform: translateX(30px);
  opacity: 0.5;
  visibility: hidden;
  transition: all ease-out 250ms;
}
.kf-container .choosebar .kv-anchor:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5em;
  width: 1em;
  height: 1em;
  margin-bottom: 0.05em;
  background-color: currentcolor;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
  transition: all ease 250ms;
}
.kf-container .choosebar .kv-anchor:hover:before {
  opacity: 1;
  visibility: visible;
  content: attr(data-text);
  transform: translateX(0);
}
.kf-container .choosebar .kv-anchor:hover:after {
  height: 4em;
}
.kf-container .choosebar .kv-anchor.active, .kf-container .choosebar .kv-anchor:hover {
  color: #00ffc6;
}
@media screen and (max-width: 960px) {
  .kf-container .choosebar {
    display: none;
  }
}
.kf-container .kf-content {
  font: 40px/60px "Noto Sans TC", "Noto Sans", "Segoe UI", Microsoft JhengHei, "微軟正黑體", Arial, Helvetica, sans-serif;
  text-align: left;
  background: #fff;
  direction: ltr;
  color: #000;
  color: #fff;
}
.kf-container .small {
  font-size: 0.8em;
}
.kf-container .content-title {
  font-size: 2em;
  line-height: 1.1;
  font-weight: bold;
}
.kf-container .content-text {
  font-weight: 400;
}
.kf-container figure {
  margin: 0;
}
.kf-container .tip {
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 1em;
  font-weight: 100;
}
.kf-container [data-anchor] {
  position: relative;
}
.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;
  font-weight: bold;
}
.kf-container .tg-group .tg-sub {
  font-size: 12px;
  line-height: 0.9;
}
.kf-container .section {
  position: relative;
  z-index: 11;
  margin: 0 auto;
}
.kf-container .section .content-box {
  padding: 20px;
}
.kf-container .section .content-title {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 1em;
}
.kf-container .section .content-text {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 100;
}
.kf-container [data-tip] {
  font-size: 14px;
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
  font-weight: 400;
  line-height: inherit;
  cursor: pointer;
}
.kf-container .section-tip {
  padding-top: 3em;
  font-size: 0.7em;
  line-height: 2;
  color: #000;
}
.kf-container .section-tip > .container {
  max-width: 74%;
}
.kf-container .section-tip ol {
  padding: 0;
  margin: 0;
}
.kf-container .section-tip .content-box {
  padding: 0;
}
.KeyfeatureParseContenArea.blackBackGround .kf-container .section-tip {
  background: #000;
  color: #fff;
}
.kf-container .choosebar-anchors {
  transform: scale(2);
}
.kf-container .icon-core-i9 {
  width: 114px;
  height: 114px;
  background-size: cover;
}
.kf-container .icon-nv-studio {
  width: 302px;
  height: 140px;
  background-size: auto 100%;
}
.kf-container .icon-smg-oled-w {
  background: url("../../innergigabyte/images/icon-samsung-amoled-s.png") 0 0 no-repeat;
  width: 298px;
  height: 84px;
  background-size: cover;
}
.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 .section-kv {
  background-color: #1e222e;
  text-align: center;
  z-index: 3;
}
.kf-container .section-kv .kv-bg {
  background: url("../../innergigabyte/images/kv-bg.jpg") center center no-repeat;
  height: 100vh;
  background-size: cover;
}
.kf-container .section-kv .icon-nv-studio {
  width: 196px;
  height: 91px;
}
.kf-container .section-kv .section-content {
  display: flex;
  height: 100vh;
}
.kf-container .section-kv .lockup-container {
  margin-top: -100vh;
}
.kf-container .section-kv .intro-container {
  position: relative;
  text-align: left;
  pointer-events: none;
  z-index: 3;
}
.kf-container .section-kv .intro-container.intro-visible {
  pointer-events: auto;
}
.kf-container .section-kv .intro-container .section-content {
  align-items: center;
}
.kf-container .section-kv .kv-text-content {
  background: rgba(32, 38, 50, 0.6);
  margin-top: -100vh;
  position: relative;
  overflow: hidden;
}
.kf-container .section-kv .kv-text-content .section-content {
  align-items: center;
}
.kf-container .section-kv .intro-title {
  font-size: 3.4em;
  line-height: 1;
  font-weight: 100;
}
.kf-container .section-kv .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.kf-container .section-kv .kv-icons .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  margin-right: 20px;
}
.kf-container .section-kv .tg-group-list {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto 0;
}
.kf-container .section-kv .tg-group-list .tg-group {
  flex: 1 0 auto;
  text-align: center;
}
.kf-container .section-kv .tg-group-list .tg-main {
  font-size: 1.5em;
}
.kf-container .section-kv .tg-group-list .tg-sub [data-tip] {
  vertical-align: super;
  font-size: 1em;
}
.kf-container .section-kv .content-subtitle {
  font-size: 1.6em;
  margin: 0.5em 0;
}
.kf-container .section-kv .top-text {
  width: 100%;
}
.kf-container .section-kv .bottom-text {
  width: 100%;
  margin-top: 5vh;
}
.kf-container .section-kv .shadow-text {
  text-shadow: 0 0 13px #1d222e, 0 0 13px #1d222e, 0 0 13px #1d222e, 0 0 13px #1d222e, 0 0 13px #1d222e;
}
.kf-container .section-kv .timeline-intro {
  height: 40vh;
}
.kf-container .section-kv .timeline-text {
  margin-top: -25vh;
  height: 125vh;
}
.kf-container .overflow-container {
  position: relative;
  overflow: hidden;
}
.kf-container .timeline {
  position: relative;
  pointer-events: none;
  height: 100vh;
  width: 10%;
}
.kf-container .timeline:nth-child(2n+1) {
  left: 10%;
}
.kf-container .timeline-null {
  height: 20vh;
}
.kf-container .section-panel {
  background-color: #248d70;
  padding: 0;
  z-index: 2;
  margin-top: -100vh;
}
.kf-container .section-panel .laptop-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kf-container .section-panel .overflow-container {
  height: 100%;
}
.kf-container .section-panel .intro-panel-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
}
.kf-container .section-panel .intro-panel-container.intro-visible {
  pointer-events: auto;
}
.kf-container .section-panel .content-box {
  margin: 0 auto;
}
.kf-container .section-panel .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}
.kf-container .section-panel .section-content {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.kf-container .section-panel .laptop-lockup-container {
  height: 100vh;
  margin-top: -100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .section-panel .hardware-container {
  position: relative;
  transform-origin: 48% 12.5%;
}
.kf-container .section-panel .screen-container {
  position: absolute;
  left: 263px;
  top: 16px;
  width: 1387px;
  z-index: 2;
}
.kf-container .section-panel .images-hardware {
  position: relative;
  background: url("../../innergigabyte/images/panel-hardware.png") 0 0 no-repeat;
  width: 1952px;
  height: 1206px;
  background-size: 1952px 1206px;
  z-index: 3;
  transform-origin: center 31%;
}
.kf-container .section-panel .panel-wallpaper {
  background: url("../../innergigabyte/images/panel-wallpaper.jpg") 0 0 no-repeat;
  width: 100%;
  background-size: cover;
}
.kf-container .section-panel .panel-wallpaper::after {
  content: "";
  display: block;
  padding-bottom: 56.2540716612%;
}
.kf-container .section-panel .timeline {
  background: none;
  height: 130vh;
}
.kf-container .section-panel .timeline-intro {
  height: 50vh;
  z-index: 10;
}
.kf-container .section-panel .timeline-scaling {
  height: 50vh;
  z-index: 10;
  margin-top: -30vh;
}
.kf-container .section-panel .timeline-callouts {
  height: 20vh;
  z-index: 10;
}
.kf-container .section-panel .panel-icons {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2080px;
  margin: 0 auto;
}
.kf-container .section-panel .panel-icons .icon {
  margin: 0 0.8em;
}
.kf-container .section-panel .icon-text {
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  flex-shrink: 0;
}
.kf-container .icon-aero-text {
  font-family: "Noto Sans";
  font-size: 200px;
  line-height: 0.8;
  font-weight: bolder;
  color: #00ffc6;
  display: inline-block;
}
.kf-container .icon-adobeRGB100 {
  background: url("../../innergigabyte/images/icon-adobergb.png") 0 0 no-repeat;
  width: 382px;
  height: 156px;
  background-size: 100% auto;
}
.kf-container .icon-smg-oled-w {
  background: url("../../innergigabyte/images/icon-samsung-amoled-s.png") 0 0 no-repeat;
  width: 298px;
  height: 84px;
  background-size: 100% auto;
}
.kf-container .icon-intel-wifi6 {
  background: url("../../innergigabyte/images/icon-intel-wifi6.jpg") 0 0 no-repeat;
  width: 202px;
  height: 204px;
  background-size: 100% auto;
}
.kf-container .section-bezel {
  margin-top: -110vh;
  padding: 0;
  pointer-events: none;
}
.kf-container .section-bezel .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.kf-container .section-bezel .tg-group .tg-sub {
  font-size: 1em;
}
.kf-container .section-bezel .section-content {
  padding-top: 640px;
  padding-bottom: 0px;
}
.kf-container .section-bezel .content-box .content-title {
  line-height: 1.2;
}
.kf-container .section-bezel .icons {
  margin: 0 auto -20px;
  text-align: right;
  height: 0;
}
.kf-container .section-bezel .icons img {
  margin: 0 5px;
}
.kf-container .section-bezel .tg-group + .tg-group {
  margin-top: 2em;
}
.kf-container .section-bezel .bezel-frame {
  min-height: 100vh;
  position: relative;
  z-index: 3;
  background: url("../../innergigabyte/images/bezel.gif") center 0 no-repeat;
  background-size: 3840px 2000px;
  height: 2000px;
}
.kf-container .section-bezel .bezel-model {
  min-height: 100vh;
  position: relative;
  z-index: 4;
  background: url("../../innergigabyte/images/bezel-model.gif") center 0 no-repeat;
  background-size: 3840px 2000px;
  height: 2000px;
  margin-top: -2000px;
}
.kf-container .section-bezel .bezel-modelbg {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  background: url("../../innergigabyte/images/bezel-modelbg.jpg") center 0 no-repeat;
  background-size: 3840px 2000px;
  height: 2000px;
  margin-top: -2000px;
}
.kf-container .section-bezel .bezel-model-container {
  margin-top: -2000px;
  position: relative;
  z-index: 11;
  height: 2000px;
}
.kf-container .section-bezel .bezel-model-container.visible {
  pointer-events: auto;
}
.kf-container .section-bezel .timeline-jumpin {
  margin-top: -2000px;
  height: 50vh;
}
.kf-container .section-bezel .timeline-content {
  height: 40vh;
  margin-top: -5vh;
}
.kf-container .section-bezel .timeline-wallpaper {
  height: 20vh;
}
.kf-container .section-bezel .timeline {
  background: none;
}
.kf-container .section-rtx30 {
  background-color: #b2393e;
  position: relative;
  z-index: 11;
}
.kf-container .section-rtx30 .content-title {
  margin-bottom: 0;
}
.kf-container .section-rtx30 .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}
.kf-container .section-rtx30 .section-content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kf-container .section-rtx30 .aero-rtx30-wrap {
  transform: scale(2);
  margin-bottom: 80px;
}
.kf-container .section-rtx30 .aero-rtx30 {
  width: 1056px;
  height: 228px;
  margin-bottom: 80px;
  position: relative;
  flex-shrink: 0;
}
.kf-container .section-rtx30 .aero-rtx30:before {
  content: "";
  background: url("../../innergigabyte/images/aero-rtx-end.jpg") center 0 no-repeat;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  background-size: cover;
}
.kf-container .section-rtx30 .aero-rtx30.anim-end:before {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.kf-container .section-rtx30 .content-box.rtx-logo-align {
  padding-left: 4px;
}
.kf-container .section-rtx30 .aero-anim {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.kf-container .section-rtx30 .aero-anim .aero-anim-cover {
  position: relative;
  z-index: 3;
}
.kf-container .section-rtx30 .aero-anim .aero-anim-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #36ea9f;
  z-index: 2;
}
.kf-container .section-rtx30 .aero-anim.anim-1 {
  left: 0;
}
.kf-container .section-rtx30 .aero-anim.anim-2 {
  left: 258px;
}
.kf-container .section-rtx30 .aero-anim.anim-1 .aero-anim-item:before, .kf-container .section-rtx30 .aero-anim.anim-2 .aero-anim-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  transform: translateX(1px);
  border-left: 136.99608px solid transparent;
  border-bottom: 228px solid #36ea9f;
}
.kf-container .section-rtx30 .aero-anim.anim-3 {
  left: 542px;
  top: 9px;
  width: 214px;
  height: 214px;
}
.kf-container .section-rtx30 .aero-anim.anim-4 {
  left: 778px;
}
.kf-container .section-rtx30 .aero-anim.anim-4 .aero-anim-item {
  border-radius: 50%;
}
.kf-container .section-rtx30 .aero-anim-cover-1 {
  background: url("../../innergigabyte/images/aero-rtx-mask-1.png") center 0 no-repeat;
  width: 258px;
  height: 228px;
}
.kf-container .section-rtx30 .aero-anim-cover-2 {
  background: url("../../innergigabyte/images/aero-rtx-mask-2.png") center 0 no-repeat;
  width: 248px;
  height: 228px;
}
.kf-container .section-rtx30 .aero-anim-cover-4 {
  background: url("../../innergigabyte/images/aero-rtx-mask-4.png") center 0 no-repeat;
  width: 228px;
  height: 228px;
}
.kf-container .section-rtx30 .timeline-fadein {
  margin-top: -180vh;
  height: 30vh;
}
.kf-container .section-rtx30 .timeline-logo {
  height: 50vh;
}
.kf-container .section-rtx30 .timeline-text {
  height: 40vh;
  margin-top: -50vh;
}
.kf-container .black-container {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(0);
}
.kf-container .black-container .content-box {
  padding-left: 0;
  padding-right: 0;
}
.kf-container .black-container .content-title {
  font-size: 1.5em;
  font-weight: normal;
}
.kf-container .black-container .section {
  padding: 80px 0;
}
.kf-container .black-container .section + .section {
  border-top: 1px solid #686868;
}
.kf-container .section-creativity {
  margin-top: -100vh;
  margin-bottom: -100vh;
  position: relative;
  z-index: 10;
  color: #fff;
}
.kf-container .section-creativity .content-title {
  line-height: 1.4;
}
.kf-container .section-creativity .content-text {
  line-height: 1.5;
}
.kf-container .section-creativity .icon-windforce {
  max-width: 800px;
}
.kf-container .section-creativity .black-container {
  margin: 40vh auto 0;
}
.kf-container .section-creativity .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.kf-container .section-creativity .creativity-bg {
  background: url("../../innergigabyte/images/creativity-bg.jpg") center 0 no-repeat;
  height: 100vh;
  position: relative;
  background-size: cover;
}
.kf-container .section-creativity .creativity-bg .laptop-wallpaper-cover {
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -240px;
  visibility: hidden;
}
.kf-container .section-creativity .laptop-wallpaper-cover {
  background: url("../../innergigabyte/images/creativity-bg-screen-cover.png") center 0 no-repeat;
  width: 350px;
  height: 390px;
  pointer-events: none;
}
.kf-container .section-creativity .content-wrap {
  margin-top: -100vh;
}
.kf-container .section-creativity .section-content {
  padding-top: 450px;
}
.kf-container .section-creativity .tabnav-list {
  margin: 0;
  padding: 0;
}
.kf-container .section-creativity .graph-gallery-wrap {
  width: auto;
}
.kf-container .section-creativity .typography-data {
  transform: none;
}
.kf-container .section-creativity .graph-gallery {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.kf-container .section-creativity .graph-gallery .tabnav {
  flex-direction: column;
}
.kf-container .section-creativity .graph-gallery .tabnav .tabnav-tabs {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
}
.kf-container .section-creativity .graph-gallery .tabnav .tabnav-content {
  width: 100%;
}
.kf-container .section-creativity .graph-gallery .tabnav .tabnav-list {
  display: flex;
}
.kf-container .section-creativity .graph-gallery .tabnav .tabnav-list .tabnav-item {
  flex: 0 0 auto;
}
.kf-container .section-creativity .graph-gallery .tabnav .tabnav-list .tabnav-item + .tabnav-item {
  margin-left: 20px;
}
.kf-container .section-creativity .graph-gallery .tabnav .tabnav-list .tabnav-item .tabnav-link {
  padding: 5px 20px;
  border: 1px solid;
  border-color: transparent;
  text-decoration: none;
  outline: none;
  color: #464646;
}
.kf-container .section-creativity .graph-gallery .tabnav .tabnav-list .tabnav-item .tabnav-link.active {
  color: #00ffc6;
  border-color: #00ffc6;
}
.kf-container .section-creativity .graph-gallery .typography .typography-data .typography-bar .graph-bar.bar-1 {
  background: #00ffc6 !important;
}
.kf-container .section-creativity .graph-gallery .typography .typography-data .badge-value {
  color: #00ffc6 !important;
}
.kf-container .section-creativity .graph-gallery .typography .typography-data .tip {
  color: #00ffc6 !important;
}
.kf-container .section-creativity .graph-gallery .caption-container .typography-caption {
  margin-top: 0;
}
.kf-container .section-creativity .graph-gallery .caption-container .typography-caption.caption-1 {
  color: #fff;
}
.kf-container .section-creativity .graph-gallery .typography-value.value-1 {
  color: #fff;
}
.kf-container .section-creativity .graph-gallery .badge .badge-caption {
  color: #fff;
}
.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 .section-cpu .link-learnmore, .kf-container .section-killer .link-learnmore, .kf-container .section-thermal .link-learnmore {
  font-weight: normal;
}
.kf-container .big-caption {
  font-size: 2.4em;
  line-height: 1.2;
}
.kf-container .color-aero {
  color: #00ffc6;
}
.kf-container .section-thermal .fan-container {
  position: relative;
  width: 1040px;
  width: auto;
  margin: 60px auto 0;
}
.kf-container .section-thermal .fan-container .fan-content {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 40px;
}
.kf-container .section-thermal .fan-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.kf-container .section-thermal .fan-wrap:after {
  content: "";
  display: block;
  padding-bottom: 55.77%;
}
.kf-container .section-thermal .fan-wrap .fan-frame {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.kf-container .section-thermal .fan-wrap .fan-frame img {
  display: block;
  width: 100%;
}
.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 .section-ai {
  background: #cfcfcf url("../../innergigabyte/images/ai-bg.gif") center center no-repeat;
  background-size: 2808px 2240px;
  color: #565656;
  padding: 120px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.kf-container .section-ai .content-box {
  padding-top: 0;
}
.kf-container .section-ai .content-title {
  color: #000;
  margin-bottom: 0;
}
.kf-container .section-ai .azure-logo {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.kf-container .section-ai .hardware-container {
  position: relative;
}
.kf-container .section-ai .screen-container {
  position: absolute;
  left: 10.65%;
  top: 1.6%;
  width: 79%;
  height: 68.8%;
  z-index: 3;
  overflow: hidden;
}
.kf-container .section-ai .images-hardware {
  position: relative;
  background: url("../../innergigabyte/images/ai-hardware.png") 0 0 no-repeat;
  background-size: cover;
  z-index: 2;
}
.kf-container .section-ai .images-hardware::after {
  content: "";
  display: block;
  padding-bottom: 61.9893428064%;
}
.kf-container .section-ai .panel-wallpaper {
  width: 100%;
}
.kf-container .section-ai .ai-frame .video-box::before {
  padding-bottom: 58.78%;
}
.kf-container .learn-more {
  margin-top: 1em;
}
.kf-container .learn-more:before {
  content: ">";
  display: inline-block;
  margin-right: 0.1em;
}
.kf-container .section-cnc {
  margin-top: -100vh;
  min-height: 300vh;
  margin-bottom: -100vh;
  z-index: 10;
}
.kf-container .section-cnc .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.kf-container .section-cnc .cnc-bg {
  height: 100vh;
  background: url("../../innergigabyte/images/cnc-bg.jpg") center 55% no-repeat;
  background-size: 3890px 3840px;
}
.kf-container .section-cnc .text-container {
  height: 100vh;
  margin-top: -100vh;
}
.kf-container .section-cnc .big-caption {
  margin-top: 60px;
  display: flex;
  font-weight: bold;
}
.kf-container .section-cnc .big-caption > * {
  display: block;
}
.kf-container .section-cnc .big-caption > * + * {
  margin-left: 40px;
}
.kf-container .section-cnc .timeline-callouts {
  height: 150vh;
}
.kf-container .section-cnc .content-text > ol {
  padding-left: 20px;
  padding-right: 40px;
}
.kf-container .section-comp {
  z-index: 11;
  margin-bottom: -100vh;
}
.kf-container .section-comp .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}
.kf-container .section-comp .comp-bg {
  height: 100vh;
  background: url("../../innergigabyte/images/cnc-bg-2.jpg") center 55% no-repeat;
  background-attachment: fixed;
  background-size: 3890px 3840px;
}
.kf-container .section-comp .text-container {
  height: 100vh;
  margin-top: -100vh;
}
.kf-container .section-comp .timeline-callouts {
  margin-top: -100vh;
  height: 150vh;
}
.kf-container .section-io {
  background: #cfcfcf;
  color: #000;
  padding-top: 100px;
}
.kf-container .section-io .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}
.kf-container .section-io .black-container {
  background: rgba(0, 0, 0, 0.9);
}
.kf-container .section-io .content-title {
  text-align: center;
}
.kf-container .section-io .section-content {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.kf-container .section-io .hardware-container {
  background: #cfcfcf url("../../innergigabyte/images/io-bg.gif") center center no-repeat;
  background-size: 1978px 1166px;
  position: relative;
}
.kf-container .section-io .image-hardware {
  margin: 0 20px;
}
.kf-container .section-io .image-hardware-left {
  width: 162px;
  height: 1650px;
  background: url("../../innergigabyte/images/io-hardware-left.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.kf-container .section-io .image-hardware-right {
  width: 156px;
  height: 1652px;
  background: url("../../innergigabyte/images/io-hardware-right.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.kf-container .section-io .hardware-left, .kf-container .section-io .hardware-right {
  display: flex;
}
.kf-container .section-io .hardware-left {
  flex-direction: row-reverse;
  margin-left: -74px;
}
.kf-container .section-io .caption {
  font-weight: bold;
}
.kf-container .section-io .caption > span {
  z-index: 3;
  position: relative;
  transition: color 250ms ease-in 150ms;
}
.kf-container .section-io .caption .cpation-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 2;
  background: transparent;
  padding: 10px;
  margin: -10px 0 0 -10px;
  box-sizing: content-box;
  transition: background 400ms ease, width 400ms ease-out;
}
.kf-container .section-io .caption.built-in > span {
  color: #fff;
}
.kf-container .section-io .caption.built-in .cpation-bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}
@keyframes cpation-highlight {
  to {
    background: rgba(0, 0, 0, 0.7);
  }
}
.kf-container .section-io .caption-left {
  text-align: right;
}
.kf-container .section-io .caption-left .caption-1 {
  margin-top: 320px;
}
.kf-container .section-io .caption-left .caption-2 {
  margin-top: 36px;
}
.kf-container .section-io .caption-left .caption-3 {
  margin-top: 64px;
}
.kf-container .section-io .caption-left .caption-4 {
  margin-top: 38px;
}
.kf-container .section-io .caption-left .caption-5 {
  margin-top: 128px;
}
.kf-container .section-io .caption-left .caption-6 {
  margin-top: 88px;
}
.kf-container .section-io .caption-right .caption-1 {
  margin-top: 542px;
}
.kf-container .section-io .caption-right .caption-2 {
  margin-top: 44px;
}
.kf-container .section-io .caption-right .caption-3 {
  margin-top: 26px;
}
.kf-container .section-io .caption-right .caption-4 {
  margin-top: 78px;
}
.kf-container .section-io .caption-right .caption-5 {
  margin-top: 58px;
}
.kf-container .section-io .hardware-right {
  margin-left: 60px;
}
.kf-container .section-io .graph-row .graph-text {
  margin-bottom: 1em;
  font-size: 0.9em;
  line-height: 0.8;
  color: #646464;
  padding: 4px 0;
}
.kf-container .section-io .graph-row .graph-bar {
  transform-origin: left center;
}
.kf-container .section-io .graph-row.main .graph-bar {
  background: #12e29b;
  transform-origin: left center;
}
.kf-container .section-io .graph-row.main .graph-text {
  color: #fff;
}
.kf-container .section-io .io-badge-graph {
  margin-top: 2em;
}
.kf-container .section-io .io-badge-outtext {
  color: #12e29b;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  margin-top: 1em;
}
.kf-container .section-io .io-badge-graph + .io-badge-outtext {
  margin-top: -120px;
  justify-content: flex-end;
}
.kf-container .section-io .io-icons {
  margin-top: 1em;
  display: flex;
  align-items: flex-end;
}
.kf-container .section-io .io-icons .io-icon {
  text-align: center;
  margin-right: 20px;
}
.kf-container .section-io .io-icons .icon {
  display: block;
}
.kf-container .section-io .io-icons .text {
  color: #12e29b;
  font-size: 0.7em;
  line-height: 1;
}
.kf-container .section-io .timeline-callout-models {
  margin-top: -100vh;
  height: 25vh;
}
.kf-container .section-io .timeline-callout-captions {
  height: 40vh;
}
.kf-container .icon-thunderbolt {
  background: url("../../innergigabyte/images/icon-thunderbolt-white.png") 0 0 no-repeat;
  width: 600px;
  height: 150px;
  background-size: 100% 100%;
}
.kf-container .icon-tb-transfer {
  margin: 0 auto;
  background: url("../../innergigabyte/images/icon-tb-transferring.png") 0 0 no-repeat;
  width: 78px;
  height: 82px;
  background-size: 100% 100%;
}
.kf-container .icon-tb-display {
  margin: 0 auto;
  background: url("../../innergigabyte/images/icon-tb-display.png") 0 0 no-repeat;
  width: 78px;
  height: 82px;
  background-size: 100% 100%;
}
.kf-container .section-detail .detail-box {
  color: #fff;
}
.kf-container .section-detail .detail-box .content-title {
  color: #12e29b;
  text-align: left;
}
.kf-container .section-detail .detail-box.visible {
  pointer-events: auto;
}
.kf-container .special-img {
  width: 760px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.kf-container .special-img::after {
  content: "";
  display: block;
  padding-bottom: 145.2631578947%;
}
.kf-container .special-img-01 {
  background-image: url(../../innergigabyte/images/special_1.jpg);
}
.kf-container .special-img-02 {
  background-image: url(../../innergigabyte/images/special_2.gif);
}
.kf-container .special-img-03 {
  background-image: url(../../innergigabyte/images/special_3.jpg);
}
.kf-container .section-special {
  padding: 100px 0;
  color: #000;
}
.kf-container .section-special .special-img {
  max-width: 100%;
}
.kf-container .section-special .kfvideo {
  margin-right: auto;
  max-width: 60%;
}
.kf-container .section-special .content-title {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold;
}
.kf-container .section-modern {
  margin-bottom: -100vh;
  background-color: #cfcfcf;
  z-index: 4;
}
.kf-container .section-modern .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.kf-container .section-modern .content-title {
  margin: 0;
}
.kf-container .section-modern .lockup-container {
  height: 100vh;
}
.kf-container .section-modern .laptop-container {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -130px;
  z-index: 2;
}
.kf-container .section-modern .image-hardware {
  background: url(../../innergigabyte/images/image-modern.jpg) 0 0 no-repeat;
  width: 2630px;
  height: 2262px;
  background-size: 2630px 2262px;
}
.kf-container .section-modern .section-content {
  position: relative;
  z-index: 3;
  height: 100vh;
  display: flex;
  align-items: center;
}
.kf-container .section-modern .big-caption {
  margin-top: 60px;
  font-size: 1.8em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kf-container .section-modern .big-caption > * {
  display: block;
  flex-basis: 19%;
}
.kf-container .section-modern .timeline-callouts {
  margin-top: -100vh;
  height: 50vh;
}
.kf-container .section-modern .timeline:last-child {
  margin-top: -50vh;
}
.kf-container .section-fusion {
  z-index: 3;
}
.kf-container .section-fusion .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.kf-container .section-fusion .lockup-container {
  height: 100vh;
}
.kf-container .section-fusion .fusion-bg {
  background: url(../../innergigabyte/images/fusion-bg.jpg) center 0 no-repeat;
  height: 2362px;
  background-size: 3840px 2362px;
}
.kf-container .section-fusion .section-content {
  height: 100vh;
  margin-top: -2362px;
}
.kf-container .section-fusion .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.kf-container .section-fusion .big-caption {
  font-weight: bold;
  font-size: 1.6em;
}
.kf-container .section-fusion .big-caption > div {
  margin-bottom: 50px;
}
.kf-container .section-fusion .timeline-callouts {
  height: 50vh;
}
.kf-container .section-fusion .timeline-null {
  height: 40vh;
}
.kf-container .section-modern .timeline-null, .kf-container .section-fusion .timeline-null {
  height: 0;
}
.kf-container .icon-dts {
  background: url("../../innergigabyte/images/icon-dts.png") 0 0 no-repeat;
  width: 276px;
  height: 150px;
  background-size: 100% 100%;
}
.kf-container .section-sound {
  background-color: #cecfcf;
  color: #000;
  margin-top: -100vh;
  z-index: 2;
}
.kf-container .section-sound .sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.kf-container .section-sound .content-box h3 {
  margin: 1em 0;
}
.kf-container .section-sound .icons {
  margin-bottom: 1em;
}
.kf-container .section-sound .content-title {
  font-size: 2.5em;
  color: #fff;
}
.kf-container .section-sound .image-hardware {
  background: url(../../innergigabyte/images/sound-hardware.png) 0 0 no-repeat;
  width: 2002px;
  height: 2066px;
  background-size: 2002px 2066px;
}
.kf-container .section-sound .hardware-wrap {
  position: relative;
  transform-origin: 98% 98%;
  transform: rotate(45deg) translate(40px, 100px);
}
.kf-container .section-sound .hardware-container {
  margin-top: -100px;
  display: inline-block;
}
.kf-container .section-sound .hardware-container .image-hardware {
  position: relative;
  z-index: 3;
}
.kf-container .section-sound .hardware-container .sound-waves {
  position: absolute;
  left: 870px;
  top: 990px;
  z-index: 2;
}
.kf-container .section-sound .laptop-container {
  position: relative;
  height: 100vh;
  z-index: 2;
}
.kf-container .section-sound .section-content {
  padding: 100px 0;
  min-height: 100vh;
}
.kf-container .section-sound .scrolling-container {
  position: relative;
  margin-top: -100vh;
  z-index: 4;
}
.kf-container .section-sound .sound-waves {
  position: relative;
}
@keyframes wave-ani {
  0%, 33.33%, 66.67% {
    opacity: 0;
  }
  16.67%, 50% {
    opacity: 1;
  }
}
@keyframes wave-ani2 {
  0%, 16.67%, 33.33% {
    opacity: 0;
  }
  8.33%, 25% {
    opacity: 1;
  }
}
.kf-container .section-sound .sound-waves .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #00ffc6;
  background: none;
  border-radius: 50%;
  animation-duration: 6250ms;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  opacity: 0;
}
.kf-container .section-sound .sound-waves .circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.kf-container .section-sound .sound-waves.run-anim .circle {
  animation-name: wave-ani;
}
.kf-container .section-sound .sound-waves .circle-r1 {
  width: 160px;
  margin-left: -80px;
  margin-top: -80px;
  animation-delay: 104.1666666667ms;
}
.kf-container .section-sound .sound-waves .circle-r2 {
  width: 320px;
  margin-left: -160px;
  margin-top: -160px;
  animation-delay: 208.3333333333ms;
}
.kf-container .section-sound .sound-waves .circle-r3 {
  width: 480px;
  margin-left: -240px;
  margin-top: -240px;
  animation-delay: 312.5ms;
}
.kf-container .section-sound .sound-waves .circle-r4 {
  width: 640px;
  margin-left: -320px;
  margin-top: -320px;
  animation-delay: 416.6666666667ms;
}
.kf-container .section-sound .sound-waves .circle-r5 {
  width: 800px;
  margin-left: -400px;
  margin-top: -400px;
  animation-delay: 520.8333333333ms;
}
.kf-container .section-sound .sound-waves .circle-r6 {
  width: 960px;
  margin-left: -480px;
  margin-top: -480px;
  animation-delay: 625ms;
}
.kf-container .section-sound .sound-waves .circle-r7 {
  width: 1120px;
  margin-left: -560px;
  margin-top: -560px;
  animation-delay: 729.1666666667ms;
}
.kf-container .section-sound .sound-waves .circle-r8 {
  width: 1280px;
  margin-left: -640px;
  margin-top: -640px;
  animation-delay: 833.3333333333ms;
}
.kf-container .section-sound .sound-waves .circle-r9 {
  width: 1440px;
  margin-left: -720px;
  margin-top: -720px;
  animation-delay: 937.5ms;
}
.kf-container .section-sound .sound-waves .circle-r10 {
  width: 1600px;
  margin-left: -800px;
  margin-top: -800px;
  animation-delay: 1041.6666666667ms;
}
.kf-container .section-sound .sound-waves .circle-r11 {
  width: 1760px;
  margin-left: -880px;
  margin-top: -880px;
  animation-delay: 1145.8333333333ms;
}
.kf-container .section-sound .sound-waves .circle-r12 {
  width: 1920px;
  margin-left: -960px;
  margin-top: -960px;
  animation-delay: 1250ms;
}
.kf-container .section-sound .sound-waves .circle-r1 {
  border-width: 2px;
}
.kf-container .section-sound .sound-waves .circle-r2, .kf-container .section-sound .sound-waves .circle-r3, .kf-container .section-sound .sound-waves .circle-r4 {
  border-width: 4px;
}
.kf-container .section-sound .sound-waves .circle-r5, .kf-container .section-sound .sound-waves .circle-r6 {
  border-width: 6px;
}
.kf-container .section-sound .sound-waves .circle-r7, .kf-container .section-sound .sound-waves .circle-r8 {
  border-width: 8px;
}
.kf-container .section-sound .sound-waves .circle-r9 {
  border-width: 6px;
}
.kf-container .section-sound .sound-waves .circle-r10 {
  border-width: 4px;
}
.kf-container .section-sound .sound-waves .circle-r11 {
  border-width: 2px;
}
.kf-container .section-sound .sound-waves .circle-r12 {
  border-width: 1px;
}
.kf-container .section-sound .timeline-callouts {
  height: 40vh;
}
@media screen and (max-width: 2560px) {
  .kf-container .kf-content {
    font-size: 26px;
    line-height: 39px;
  }
  .kf-container .choosebar-anchors {
    transform: scale(1.5);
  }
  .kf-container .icon-core-i9 {
    width: 85.5px;
    height: 85.5px;
  }
  .kf-container .icon-nv-studio {
    width: 226.5px;
    height: 105px;
  }
  .kf-container .icon-smg-oled-w {
    width: 223.5px;
    height: 63px;
  }
  .kf-container .icon-intel-wifi6 {
    width: 151.5px;
    height: 153px;
  }
  .kf-container .section-kv .icon-nv-studio {
    width: 145.5px;
    height: 67.5px;
  }
  .kf-container .section-rtx30 .aero-rtx30-wrap {
    transform: scale(1.5);
    margin-bottom: 60px;
  }
  .kf-container .section-creativity .icon-windforce {
    max-width: 600px;
  }
  .kf-container .section-ai {
    background-size: 1053px 840px;
  }
  .kf-container .section-panel .content-box {
    max-width: 960px;
  }
  .kf-container .section-panel .screen-container {
    left: 169px;
    top: 9px;
    width: 911px;
  }
  .kf-container .section-panel .images-hardware {
    width: 1275px;
    height: 834px;
    background-size: 1275px 834px;
  }
  .kf-container .section-panel .panel-icons {
    width: 1560px;
  }
  .kf-container .icon-aero-text {
    font-size: 100px;
    line-height: 0.8;
  }
  .kf-container .icon-adobeRGB100 {
    width: 286.5px;
    height: 117px;
  }
  .kf-container .icon-hdr400b {
    width: 445.5px;
    height: 79.5px;
  }
  .kf-container .icon-smg-oled-b {
    width: 288px;
    height: 79.5px;
  }
  .kf-container .section-bezel .section-content {
    padding-top: 480px;
  }
  .kf-container .section-bezel .bezel-frame {
    height: 1500px;
    background-size: 2880px 1500px;
  }
  .kf-container .section-bezel .bezel-model {
    margin-top: -1500px;
    height: 1500px;
    background-size: 2880px 1500px;
  }
  .kf-container .section-bezel .bezel-modelbg {
    margin-top: -1500px;
    height: 1500px;
    background-size: 2880px 1500px;
  }
  .kf-container .section-bezel .bezel-model-container {
    margin-top: -1500px;
    height: 1500px;
  }
  .kf-container .section-bezel .timeline-jumpin {
    margin-top: -1500px;
  }
  .kf-container .section-cnc .cnc-bg {
    background-size: 2917.5px 2880px;
  }
  .kf-container .section-comp .comp-bg {
    background-size: 2917.5px 2880px;
  }
  .kf-container .section-io .hardware-container {
    background-size: 1483.5px 874.5px;
  }
  .kf-container .section-io .image-hardware-left {
    width: 121.5px;
    height: 1237.5px;
  }
  .kf-container .section-io .image-hardware-right {
    width: 117px;
    height: 1239px;
  }
  .kf-container .section-io .io-badge-graph + .io-badge-outtext {
    margin-top: -90px;
  }
  .kf-container .section-io .caption-left {
    text-align: right;
  }
  .kf-container .section-io .caption-left .caption-1 {
    margin-top: 252px;
  }
  .kf-container .section-io .caption-left .caption-2 {
    margin-top: 28.35px;
  }
  .kf-container .section-io .caption-left .caption-3 {
    margin-top: 50.4px;
  }
  .kf-container .section-io .caption-left .caption-4 {
    margin-top: 29.925px;
  }
  .kf-container .section-io .caption-left .caption-5 {
    margin-top: 100.8px;
  }
  .kf-container .section-io .caption-left .caption-6 {
    margin-top: 69.3px;
  }
  .kf-container .section-io .caption-right .caption-1 {
    margin-top: 426.825px;
  }
  .kf-container .section-io .caption-right .caption-2 {
    margin-top: 34.65px;
  }
  .kf-container .section-io .caption-right .caption-3 {
    margin-top: 20.475px;
  }
  .kf-container .section-io .caption-right .caption-4 {
    margin-top: 61.425px;
  }
  .kf-container .section-io .caption-right .caption-5 {
    margin-top: 45.675px;
  }
  .kf-container .icon-thunderbolt {
    width: 450px;
    height: 112.5px;
  }
  .kf-container .icon-tb-transfer {
    width: 58.5px;
    height: 61.5px;
  }
  .kf-container .icon-tb-display {
    width: 58.5px;
    height: 61.5px;
  }
  .kf-container .special-img {
    width: 570px;
  }
  .kf-container .section-modern .image-hardware {
    width: 1972.5px;
    height: 1696.5px;
    background-size: 1972.5px 1696.5px;
  }
  .kf-container .section-fusion .fusion-bg {
    height: 1771.5px;
    background-size: 2880px 1771.5px;
  }
  .kf-container .section-fusion .section-content {
    margin-top: -1771.5px;
  }
  .kf-container .icon-dts {
    width: 207px;
    height: 112.5px;
  }
  .kf-container .section-sound .image-hardware {
    width: 1501.5px;
    height: 1549.5px;
    background-size: 1501.5px 1549.5px;
  }
}
@media screen and (max-width: 1920px) {
  .kf-container .kf-content {
    font-size: 20px;
    line-height: 30px;
  }
  .kf-container .icon-core-i9 {
    width: 57px;
    height: 57px;
  }
  .kf-container .icon-nv-studio {
    width: 151px;
    height: 70px;
  }
  .kf-container .icon-smg-oled-w {
    width: 149px;
    height: 42px;
  }
  .kf-container .icon-intel-wifi6 {
    width: 101px;
    height: 102px;
  }
  .kf-container .section-kv .kv-bg {
    background-size: auto;
  }
  .kf-container .section-kv .icon-nv-studio {
    width: 97px;
    height: 45px;
  }
  .kf-container .section-rtx30 .aero-rtx30-wrap {
    transform: none;
    margin-bottom: 0;
  }
  .kf-container .section-creativity .creativity-bg {
    background-size: auto;
  }
  .kf-container .section-creativity .creativity-bg .laptop-wallpaper-cover {
    visibility: visible;
  }
  .kf-container .section-creativity .icon-windforce {
    max-width: 400px;
  }
  .kf-container .section-ai {
    background-size: auto;
  }
  .kf-container .section-panel .content-box {
    max-width: 960px;
  }
  .kf-container .section-panel .screen-container {
    left: 110px;
    top: 5px;
    width: 610px;
  }
  .kf-container .section-panel .images-hardware {
    width: 850px;
    height: 556px;
    background-size: 850px 556px;
  }
  .kf-container .section-panel .panel-icons {
    width: 1040px;
  }
  .kf-container .icon-aero-text {
    font-size: 100px;
    line-height: 0.8;
  }
  .kf-container .icon-adobeRGB100 {
    background: url("../../innergigabyte/images/icon-adobergb.png") 0 0 no-repeat;
    width: 191px;
    height: 78px;
  }
  .kf-container .icon-hdr400b {
    background: url("../../innergigabyte/images/icon-hdr400-b.png") 0 0 no-repeat;
    width: 297px;
    height: 53px;
  }
  .kf-container .icon-smg-oled-b {
    background: url("../../innergigabyte/images/icon-smg-oled-b.png") 0 0 no-repeat;
    width: 192px;
    height: 53px;
  }
  .kf-container .section-bezel .section-content {
    padding-top: 320px;
  }
  .kf-container .section-bezel .bezel-frame {
    height: 1000px;
    background-size: 1920px 1000px;
  }
  .kf-container .section-bezel .bezel-model {
    margin-top: -1000px;
    height: 1000px;
    background-size: 1920px 1000px;
  }
  .kf-container .section-bezel .bezel-modelbg {
    margin-top: -1000px;
    height: 1000px;
    background-size: 1920px 1000px;
  }
  .kf-container .section-bezel .bezel-model-container {
    margin-top: -1000px;
    height: 1000px;
  }
  .kf-container .section-bezel .timeline-jumpin {
    margin-top: -1000px;
  }
  .kf-container .section-cnc .cnc-bg {
    background-size: 1945px 1920px;
  }
  .kf-container .section-comp .comp-bg {
    background-size: 1945px 1920px;
  }
  .kf-container .section-io .hardware-container {
    background-size: 989px 583px;
  }
  .kf-container .section-io .image-hardware-left {
    width: 81px;
    height: 825px;
    background: url("../../innergigabyte/images/io-hardware-left.png") 0 0 no-repeat;
  }
  .kf-container .section-io .image-hardware-right {
    width: 78px;
    height: 826px;
    background: url("../../innergigabyte/images/io-hardware-right.png") 0 0 no-repeat;
  }
  .kf-container .section-io .io-badge-graph + .io-badge-outtext {
    margin-top: -60px;
  }
  .kf-container .section-io .caption-left {
    text-align: right;
  }
  .kf-container .section-io .caption-left .caption-1 {
    margin-top: 160px;
  }
  .kf-container .section-io .caption-left .caption-2 {
    margin-top: 18px;
  }
  .kf-container .section-io .caption-left .caption-3 {
    margin-top: 32px;
  }
  .kf-container .section-io .caption-left .caption-4 {
    margin-top: 19px;
  }
  .kf-container .section-io .caption-left .caption-5 {
    margin-top: 64px;
  }
  .kf-container .section-io .caption-left .caption-6 {
    margin-top: 44px;
  }
  .kf-container .section-io .caption-right .caption-1 {
    margin-top: 271px;
  }
  .kf-container .section-io .caption-right .caption-2 {
    margin-top: 22px;
  }
  .kf-container .section-io .caption-right .caption-3 {
    margin-top: 13px;
  }
  .kf-container .section-io .caption-right .caption-4 {
    margin-top: 39px;
  }
  .kf-container .section-io .caption-right .caption-5 {
    margin-top: 29px;
  }
  .kf-container .icon-thunderbolt {
    width: 300px;
    height: 75px;
  }
  .kf-container .icon-tb-transfer {
    width: 39px;
    height: 41px;
  }
  .kf-container .icon-tb-display {
    width: 39px;
    height: 41px;
  }
  .kf-container .special-img {
    width: 380px;
  }
  .kf-container .section-modern .image-hardware {
    width: 1315px;
    height: 1131px;
    background-size: 1315px 1131px;
  }
  .kf-container .section-fusion .fusion-bg {
    background: url(../../innergigabyte/images/fusion-bg.jpg) center 0 no-repeat;
    height: 1181px;
  }
  .kf-container .section-fusion .section-content {
    margin-top: -1181px;
  }
  .kf-container .icon-dts {
    width: 138px;
    height: 75px;
  }
  .kf-container .section-sound .image-hardware {
    width: 1001px;
    height: 1033px;
    background-size: 1001px 1033px;
  }
}
@media screen and (max-width: 1366px) {
  .kf-container .section-kv .kv-bg {
    background-size: 1366px 1150px;
  }
  .kf-container .section-panel .images-hardware {
    width: 900px;
    height: 556px;
    background-size: 900px 556px;
  }
  .kf-container .section-panel .screen-container {
    left: 121px;
    top: 8px;
    width: 640px;
  }
  .kf-container .section-panel .panel-icons {
    padding: 15px 0;
    width: 960px;
  }
  .kf-container .section-panel .panel-icons .icon {
    margin: 0 10px;
  }
  .kf-container .section-rtx30 .aero-rtx30 {
    width: 844.8px;
    height: 182px;
    background-size: 844.8px 182px;
  }
  .kf-container .section-rtx30 .aero-anim-cover-1 {
    width: 206px;
    height: 182px;
    background-size: 206px 182px;
  }
  .kf-container .section-rtx30 .aero-anim-cover-2 {
    width: 198px;
    height: 182px;
    background-size: 198px 182px;
  }
  .kf-container .section-rtx30 .aero-anim-cover-3 {
    width: 169px;
    height: 183px;
    background-size: 169px 183px;
  }
  .kf-container .section-rtx30 .aero-anim-cover-4 {
    width: 182px;
    height: 182px;
    background-size: 182px 182px;
  }
  .kf-container .section-rtx30 .aero-anim.anim-1 {
    left: 0;
  }
  .kf-container .section-rtx30 .aero-anim.anim-2 {
    left: 24.4318181818%;
  }
  .kf-container .section-rtx30 .aero-anim.anim-3 {
    left: 51.3257575758%;
    top: 3.9473684211%;
    width: 20.2651515152%;
    height: 93.8596491228%;
  }
  .kf-container .section-rtx30 .aero-anim.anim-4 {
    left: 73.6742424242%;
  }
  .kf-container .black-container .section {
    padding: 60px 0;
  }
  .kf-container .black-container .section-content > .container {
    max-width: 100%;
  }
  .kf-container .section-creativity .graph-gallery .tabnav .tabnav-list {
    flex-wrap: wrap;
  }
  .kf-container .section-creativity .graph-gallery .tabnav .tabnav-list .tabnav-item + .tabnav-item {
    margin-left: 10px;
  }
  .kf-container .section-creativity .graph-gallery .tabnav .tabnav-list .tabnav-item .tabnav-link {
    padding: 5px 17px;
  }
  .kf-container .section-creativity .section {
    padding: 60px 0;
  }
  .kf-container .section-creativity .section-content > .container {
    max-width: 100%;
  }
  .kf-container .section-thermal .fan-container {
    width: auto;
  }
  .kf-container .section-thermal .fan-container .fan-content {
    padding-top: 10px;
  }
  .kf-container .section-cnc .cnc-bg, .kf-container .section-comp .comp-bg {
    background-size: 1366px 1384px;
    background-position: center 50%;
  }
  .kf-container .section-special .content-box {
    padding-left: 0;
    padding-right: 0;
  }
  .kf-container .section-modern .content-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .kf-container .section-modern .big-caption {
    margin-top: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .kf-container .section-modern .big-caption > * {
    flex-basis: 33.3%;
    margin: 5px 0;
  }
  .kf-container .section-modern .laptop-container {
    top: -170px;
  }
  .kf-container .section-sound .section-content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 960px) {
  .kf-container .kf-content {
    font-size: 16px;
    line-height: 1.5;
  }
  .kf-container .section-kv .intro-title {
    font-size: 2.1em;
  }
  .kf-container .section-kv .tg-group-list {
    max-width: 100%;
  }
  .kf-container .section-kv .bottom-text {
    margin-top: 0;
  }
  .kf-container .section-kv .icon-core-i9 {
    height: 46px;
  }
  .kf-container .section-kv .icon-nv-studio {
    height: 36px;
  }
  .kf-container .section-kv .icon-hdr400 {
    height: 42px;
  }
  .kf-container .section-panel .images-hardware {
    width: 700px;
    height: 432px;
    background-size: 700px 432px;
  }
  .kf-container .section-panel .screen-container {
    left: 94px;
    top: 5px;
    width: 498px;
  }
  .kf-container .section-panel .panel-icons {
    flex-wrap: wrap;
    width: 700px;
    text-align: center;
  }
  .kf-container .section-panel .panel-icons .icon {
    margin: 10px 0;
    flex-basis: 50%;
    background-position: center 0;
  }
  .kf-container .section-panel .icon-text {
    order: 1;
  }
  .kf-container .section-panel .icon-4k {
    order: 3;
  }
  .kf-container .section-panel .icon-adobeRGB100 {
    order: 2;
  }
  .kf-container .section-panel .icon-hdr400 {
    order: 4;
  }
  .kf-container .section-bezel .section-content {
    padding-top: 90px;
  }
  .kf-container .section-bezel .bezel-shadow-container {
    margin-right: -60%;
  }
  .kf-container .section-bezel .icons {
    height: auto;
    text-align: left;
  }
  .kf-container .section-rtx30 .aero-rtx30 {
    background: url("../../innergigabyte/images/aero-rtx-start_960.jpg") center 0 no-repeat;
    width: 412px;
    height: 390px;
    margin-bottom: 30px;
  }
  .kf-container .section-rtx30 .aero-rtx30.anim-end:before {
    background: url("../../innergigabyte/images/aero-rtx-end_960.jpg") center 0 no-repeat;
  }
  .kf-container .section-rtx30 .sticky-content {
    height: auto;
  }
  .kf-container .section-rtx30 .section-content {
    height: auto;
    padding: 40px 0;
  }
  .kf-container .section-rtx30 .aero-anim.anim-1 {
    left: 0;
  }
  .kf-container .section-rtx30 .aero-anim.anim-2 {
    left: 206px;
  }
  .kf-container .section-rtx30 .aero-anim.anim-3 {
    left: 21px;
    top: 205px;
    width: 174px;
    height: 174px;
  }
  .kf-container .section-rtx30 .aero-anim.anim-4 {
    left: 218px;
    top: 200px;
  }
  .kf-container .section-rtx30 .content-box {
    padding: 10px;
  }
  .kf-container .section-rtx30 .content-box.rtx-logo-align {
    padding-left: 10px;
  }
  .kf-container .black-container .content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kf-container .section-creativity .graph-gallery .tabnav .tabnav-tabs {
    margin-bottom: 0;
  }
  .kf-container .section-creativity .graph-gallery .tabnav .tabnav-list {
    padding-right: 0;
    padding-bottom: 0;
  }
  .kf-container .section-creativity .graph-gallery .tabnav .tabnav-list .tabnav-item {
    padding-left: 0;
    margin: 0 5px;
  }
  .kf-container .section-creativity .graph-gallery .tabnav .tabnav-list .tabnav-item + .tabnav-item {
    margin: 0 5px;
  }
  .kf-container .section-creativity .graph-gallery .tabnav .tabnav-content {
    top: 0;
    left: 0;
  }
  .kf-container .section-creativity .black-container .content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kf-container .section-creativity .fan-container {
    margin: 20px -15px;
  }
  .kf-container .section-ai .azure-logo {
    justify-content: flex-start;
  }
  .kf-container .section-ai .content-box {
    padding-top: 20px;
  }
  .kf-container .section-ai .hardware-container {
    padding: 30px 20px;
  }
  .kf-container .section-cnc {
    margin: 0;
    min-height: 0;
    background: #7d9fc5 url(../../innergigabyte/images/cnc-bg_960.jpg) center bottom no-repeat;
    font-size: 0.9em;
    padding-bottom: 320px;
  }
  .kf-container .section-cnc .cnc-bg {
    display: none;
  }
  .kf-container .section-cnc .content-box {
    padding: 5px;
  }
  .kf-container .section-cnc .content-text ol {
    padding-right: 0;
  }
  .kf-container .section-cnc .section-content {
    padding: 60px 0;
  }
  .kf-container .section-cnc .sticky-content {
    position: static;
  }
  .kf-container .section-cnc .text-container {
    margin-top: 0;
    height: auto;
  }
  .kf-container .section-cnc .timeline {
    display: none;
  }
  .kf-container .section-cnc .timeline-callouts {
    display: block;
    margin-top: -50vh;
    height: 100%;
    padding-top: 50vh;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .kf-container .section-comp {
    margin: 0;
    min-height: 0;
    background: #80c8ba url(../../innergigabyte/images/cnc-bg-2_960.jpg) center bottom no-repeat;
    font-size: 0.9em;
    padding-bottom: 320px;
  }
  .kf-container .section-comp .sticky-content {
    height: auto;
  }
  .kf-container .section-comp .comp-bg {
    display: none;
  }
  .kf-container .section-comp .content-box {
    padding: 5px;
  }
  .kf-container .section-comp .content-text ol {
    padding-right: 0;
  }
  .kf-container .section-comp .section-content {
    padding: 60px 0;
  }
  .kf-container .section-comp .sticky-content {
    position: static;
  }
  .kf-container .section-comp .text-container {
    margin-top: 0;
    height: auto;
  }
  .kf-container .section-comp .timeline {
    display: none;
  }
  .kf-container .section-comp .timeline-callouts {
    display: block;
    margin-top: -50vh;
    height: 100%;
    padding-top: 50vh;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .kf-container .section-io .sticky-content {
    height: auto;
    position: static;
  }
  .kf-container .section-io .hardware-container {
    margin-bottom: 60px;
  }
  .kf-container .section-io .timeline {
    position: absolute;
    top: 0;
  }
  .kf-container .section-io .section-content {
    height: auto;
  }
  .kf-container .section-io .timeline-callout-models {
    height: 20vh;
  }
  .kf-container .section-io .timeline-callout-captions {
    height: 50vh;
    top: -20vh;
  }
  .kf-container .section-io .caption.built-in > span {
    color: #000;
  }
  .kf-container .section-io .caption.built-in .cpation-bg {
    background: none;
  }
  .kf-container .section-detail .sticky-content {
    padding: 60px 0;
  }
  .kf-container .section-detail .lockup-container {
    height: auto;
  }
  .kf-container .section-detail .detail-container {
    height: auto;
    pointer-events: auto;
  }
  .kf-container .section-detail .detail-container + .detail-container {
    margin: 0;
  }
  .kf-container .section-detail .detail-container .section-content {
    padding: 0;
    margin: 0 -15px;
  }
  .kf-container .section-detail .timeline-detail {
    height: 100%;
    margin-top: -75vh;
  }
  .kf-container .section-detail .detail-box {
    opacity: 1 !important;
    transform: none !important;
  }
  .kf-container .special-img {
    width: auto;
    background-size: cover;
  }
  .kf-container .special-img::after {
    content: "";
    display: block;
    padding-bottom: 48.2291666667%;
  }
  .kf-container .special-img-01 {
    background-image: url(../../innergigabyte/images/special_1_960.jpg);
  }
  .kf-container .special-img-02 {
    background-image: url(../../innergigabyte/images/special_2_960.jpg);
  }
  .kf-container .special-img-03 {
    background-image: url(../../innergigabyte/images/special_3_960.jpg);
  }
  .kf-container .section-special .with-playbtn:after {
    top: 240px;
  }
  .kf-container .section-special {
    padding: 0;
  }
  .kf-container .section-special > .container {
    max-width: 100%;
  }
  .kf-container .section-special .special-box {
    margin: 0 -15px;
    padding-bottom: 80px;
  }
  .kf-container .section-special .content-text {
    color: #565656;
  }
  .kf-container .section-modern {
    margin: 0;
  }
  .kf-container .section-modern .sticky-content {
    position: static;
  }
  .kf-container .section-modern .lockup-container {
    height: auto;
  }
  .kf-container .section-modern .section-content {
    height: auto;
    padding: 80px 0;
  }
  .kf-container .section-modern .laptop-container {
    left: 0;
    margin-left: 0;
  }
  .kf-container .section-modern .big-caption {
    font-size: 1.4em;
  }
  .kf-container .section-modern .timeline {
    height: 0;
    margin: 0 !important;
  }
  .kf-container .section-modern .content-box {
    opacity: 1 !important;
    transform: none !important;
  }
  .kf-container .section-fusion {
    margin: 0;
  }
  .kf-container .section-fusion .sticky-content {
    position: static;
  }
  .kf-container .section-fusion .lockup-container {
    height: auto;
  }
  .kf-container .section-fusion .fusion-bg {
    transform: none !important;
  }
  .kf-container .section-fusion .section-content {
    height: auto;
    padding: 300px 0 80px;
  }
  .kf-container .section-fusion .timeline {
    height: 0;
    margin: 0;
  }
  .kf-container .section-fusion .content-title, .kf-container .section-fusion .content-text, .kf-container .section-fusion .big-caption > *, .kf-container .section-fusion .tip {
    opacity: 1 !important;
    transform: none !important;
  }
  .kf-container .section-sound {
    margin: 0;
  }
  .kf-container .section-sound .sticky-content {
    position: static;
  }
  .kf-container .section-sound .overflow-container {
    padding: 60px 0;
  }
  .kf-container .section-sound .hardware-wrap {
    transform-origin: 0% 0%;
    transform: rotate(90deg) translateY(-100%) translate(-100px, 0px);
  }
  .kf-container .section-sound .section-content {
    padding: 60px 0;
  }
  .kf-container .section-sound .timeline {
    height: 0;
  }
  .kf-container .section-sound .timeline-callouts {
    position: absolute;
    bottom: 100vh;
    height: 100%;
    height: calc(100% - 30vh);
  }
}
@media screen and (max-width: 640px) {
  .kf-container .kf-content {
    font-size: 16px;
    line-height: 24px;
  }
  .kf-container .section-text {
    font-weight: 400;
  }
  .kf-container .section-kv {
    background-color: #191d28;
    background: url("../../innergigabyte/images/kv-bg_640.jpg") center 0 no-repeat;
  }
  .kf-container .section-kv .intro-container .section-content {
    height: 275px;
    align-items: flex-end;
  }
  .kf-container .section-kv .sticky-content {
    position: static;
  }
  .kf-container .section-kv .timeline {
    display: none;
  }
  .kf-container .section-kv .section-content {
    height: auto;
  }
  .kf-container .section-kv .kv-bg,
.kf-container .section-kv .kv-text-content {
    background: none;
  }
  .kf-container .section-kv .kv-text-content {
    margin-top: 400px;
  }
  .kf-container .section-kv .intro-container {
    text-align: center;
  }
  .kf-container .section-kv .lockup-container {
    background: none;
  }
  .kf-container .section-kv .tg-group-list {
    font-size: 0.9em;
    margin: 1em auto;
  }
  .kf-container .section-kv .tg-group-list .tg-group {
    width: 50%;
    flex-basis: 50%;
    min-width: 180px;
    margin-top: 1em;
  }
  .kf-container .section-kv .kv-icons img {
    margin: 10px;
  }
  .kf-container .section-kv .kv-text-content,
.kf-container .section-kv .top-text,
.kf-container .section-kv .bottom-text,
.kf-container .section-kv .content-title,
.kf-container .section-kv .content-text {
    opacity: 1 !important;
    transform: none !important;
  }
  .kf-container .section-panel {
    background-color: #38b281;
    margin: 0;
  }
  .kf-container .section-panel .images-hardware {
    background: #38b281 url(../../innergigabyte/images/panel-hardware-mobile.jpg) center 0 no-repeat;
    width: 369px;
    height: 229px;
  }
  .kf-container .section-panel .screen-container {
    display: none;
  }
  .kf-container .section-panel .sticky-content {
    position: static;
    height: auto;
  }
  .kf-container .section-panel .overflow-container {
    height: auto;
  }
  .kf-container .section-panel .intro-panel-container {
    background: #38b281 url(../../innergigabyte/images/panel-wallpaper.jpg) center 0 no-repeat;
    background-size: auto 100%;
  }
  .kf-container .section-panel .section-content {
    padding: 60px 0;
    height: auto;
  }
  .kf-container .section-panel .laptop-lockup-container {
    margin-top: 0;
    height: auto;
    padding: 60px 0;
  }
  .kf-container .section-panel .content-box, .kf-container .section-panel .hardware-container, .kf-container .section-panel .panel-icons .icon {
    opacity: 1 !important;
    transform: none !important;
  }
  .kf-container .section-panel .panel-icons {
    flex-direction: column;
    width: auto;
  }
  .kf-container .section-panel .panel-icons .icon {
    flex-basis: auto;
  }
  .kf-container .section-panel .timeline {
    display: none;
  }
  .kf-container .section-bezel {
    background: #000 url(../../innergigabyte/images/bezel-bg-mobile.jpg) center bottom no-repeat;
    margin-top: 0;
    pointer-events: auto;
  }
  .kf-container .section-bezel .content-title, .kf-container .section-bezel .d-md-none {
    text-align: center;
  }
  .kf-container .section-bezel .bezel-shadow-container {
    display: none;
  }
  .kf-container .section-bezel .sticky-content {
    position: static;
    height: auto;
  }
  .kf-container .section-bezel .section-content {
    padding: 60px 0;
  }
  .kf-container .section-bezel .timeline {
    display: none;
  }
  .kf-container .section-bezel .bezel-model-container {
    margin-top: 0;
    height: auto;
  }
  .kf-container .section-bezel .content-title, .kf-container .section-bezel .content-text, .kf-container .section-bezel .icons {
    opacity: 1 !important;
    transform: none !important;
  }
  .kf-container .section-bezel .icons {
    text-align: center;
    margin: 0 auto;
  }
  .kf-container .section-rtx30 .aero-rtx30 {
    background: url(../../innergigabyte/images/aero-rtx-end_960.jpg) center 0 no-repeat;
    width: 95%;
    height: auto;
    margin: 0 auto 40px;
    background-size: cover;
  }
  .kf-container .section-rtx30 .aero-rtx30::after {
    content: "";
    display: block;
    padding-bottom: 94.6601941748%;
  }
  .kf-container .section-rtx30 .aero-logo-cover {
    display: none;
  }
  .kf-container .section-rtx30 .section-content {
    padding: 60px 0;
  }
  .kf-container .section-rtx30 .sticky-content {
    position: static;
    height: auto;
  }
  .kf-container .section-rtx30 .timeline {
    display: none;
  }
  .kf-container .section-rtx30 .content-title, .kf-container .section-rtx30 .content-text, .kf-container .section-rtx30 .rtx-studio-logo, .kf-container .section-rtx30 .learn-more {
    opacity: 1 !important;
    transform: none !important;
  }
  .kf-container .section-creativity {
    margin: 0;
  }
  .kf-container .section-creativity .sticky-content {
    display: none;
  }
  .kf-container .section-creativity .section-content {
    padding: 0;
  }
  .kf-container .section-creativity .top-content {
    background: url("../../innergigabyte/images/creativity-bg.jpg") center 0 no-repeat;
    background-size: auto 100%;
    padding: 60px 0;
  }
  .kf-container .section-creativity .creativity-bg {
    display: none;
  }
  .kf-container .section-creativity .black-container {
    background-color: #000;
    margin: 0;
  }
  .kf-container .section-creativity .timeline {
    display: none;
  }
  .kf-container .section-creativity .fan-content .big-caption {
    font-size: 1.8em;
  }
  .kf-container .section-ai .azure-logo img {
    max-width: 100%;
  }
  .kf-container .section-cnc, .kf-container .section-comp {
    background-size: 100% auto;
    background-position: center bottom;
    padding-bottom: 20%;
  }
  .kf-container .section-cnc .content-box, .kf-container .section-comp .content-box {
    opacity: 1 !important;
    transform: none !important;
    padding: 0 20px;
  }
  .kf-container .section-cnc .col-12 + .col-12 .content-box, .kf-container .section-comp .col-12 + .col-12 .content-box {
    margin-top: 30px;
  }
  .kf-container .section-cnc .section-content, .kf-container .section-comp .section-content {
    padding: 60px 0;
  }
  .kf-container .section-cnc .big-caption, .kf-container .section-comp .big-caption {
    flex-wrap: wrap;
    margin: 0;
    margin-top: 30px;
  }
  .kf-container .section-cnc .big-caption > *, .kf-container .section-comp .big-caption > * {
    flex-basis: 50%;
  }
  .kf-container .section-cnc .big-caption > * + *, .kf-container .section-comp .big-caption > * + * {
    margin-left: 0;
  }
  .kf-container .section-io .sticky-background {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    background: #cfcfcf url("../../innergigabyte/images/io-bg.gif") center center no-repeat;
    background-size: 90% auto;
  }
  .kf-container .section-io .top-content {
    margin-top: -100vh;
  }
  .kf-container .section-io .section-content {
    padding: 0;
  }
  .kf-container .section-io .hardware-left {
    flex-direction: row;
    margin-left: 0;
  }
  .kf-container .section-io .hardware-right {
    margin-top: -200px;
    flex-direction: row-reverse;
  }
  .kf-container .section-io .caption-left {
    text-align: left;
  }
  .kf-container .section-io .caption-left .caption-1 {
    margin-top: 166px;
  }
  .kf-container .section-io .caption-left .caption-2 {
    margin-top: 21px;
  }
  .kf-container .section-io .caption-left .caption-3 {
    margin-top: 38px;
  }
  .kf-container .section-io .caption-left .caption-4 {
    margin-top: 26px;
  }
  .kf-container .section-io .caption-left .caption-5 {
    margin-top: 70px;
  }
  .kf-container .section-io .caption-left .caption-6 {
    margin-top: 49px;
  }
  .kf-container .section-io .caption-right {
    text-align: right;
  }
  .kf-container .section-io .caption-right .caption-1 {
    margin-top: 275px;
  }
  .kf-container .section-io .caption-right .caption-2 {
    margin-top: 28px;
  }
  .kf-container .section-io .caption-right .caption-3 {
    margin-top: 18px;
  }
  .kf-container .section-io .caption-right .caption-4 {
    margin-top: 44px;
  }
  .kf-container .section-io .caption-right .caption-5 {
    margin-top: 34px;
  }
  .kf-container .section-io .hardware-container {
    background: none;
  }
  .kf-container .section-io .hardware-container .section-content {
    flex-direction: column;
  }
  .kf-container .section-io .timeline {
    display: none;
  }
  .kf-container .section-io .image-hardware, .kf-container .section-io .caption {
    opacity: 1 !important;
    transform: none !important;
  }
  .kf-container .section-detail .sticky-content {
    padding: 0;
  }
  .kf-container .section-detail .detail-box, .kf-container .section-detail .content-title, .kf-container .section-detail .content-text, .kf-container .section-detail .io-badge-graph, .kf-container .section-detail .io-badge-outtext, .kf-container .section-detail .graph-bar {
    opacity: 1 !important;
    transform: none !important;
  }
  .kf-container .section-modern .image-hardware {
    transform: none !important;
    width: 1366px;
    height: 1175px;
    background-size: 1366px 1175px;
  }
  .kf-container .section-modern .laptop-container {
    top: 0;
    left: 100%;
    transform: translateX(-50%);
  }
  .kf-container .section-modern .big-caption {
    font-size: 1em;
  }
  .kf-container .section-modern .big-caption > * {
    flex-basis: 50%;
  }
  .kf-container .section-fusion .section-content {
    padding: 60px 0;
    min-height: 840px;
  }
  .kf-container .section-fusion .big-caption {
    font-size: 1em;
  }
  .kf-container .section-fusion .big-caption > div {
    margin-bottom: 1.2em;
  }
  .kf-container .section-sound .hardware-wrap {
    transform: rotate(90deg) translateY(-100%) translate(-100px, 80px);
  }
}
.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;
  }
}

.kf-section .debug-noused {
  display: none;
}

/*for ie10 、 ie11*/
