﻿@charset "UTF-8";
.main-content-background, .main-content {
  overflow: initial; }

#gallery-list .flex-viewport {
  overflow: hidden !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; }

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative; }

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px; }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px; }

.sp-alpha-inner {
  border: solid 1px #333; }

.sp-clear {
  display: none; }

.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px; }

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none; }

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important; }

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }
  .sp-hue {
    left: 63%; }
  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8; }

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666; }

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff; }

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative; }

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

.sp-initial .sp-clear-display {
  background-position: center; }

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right; }

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0; }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0; }

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }

body {
  margin: 0; }

.kf-container {
  font: 20px/30px 'Noto Sans TC', 'Noto Sans', 'Segoe UI', Microsoft JhengHei, '微軟正黑體', Arial, Helvetica, sans-serif;
  position: relative;
  text-align: left;
  background: #000000;
  direction: ltr;
  color: #fff;
  box-sizing: border-box; }
  .kf-container *,
  .kf-container *::before,
  .kf-container *::after {
    box-sizing: inherit; }

.kf-container {
  /*!
 * 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 > .content {
    max-width: 1920px;
    margin: 0 auto; }
  .kf-container html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar; }
  .kf-container *,
  .kf-container *::before,
  .kf-container *::after {
    box-sizing: inherit; }
  .kf-container .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 320px) {
      .kf-container .container {
        max-width: 540px; } }
    @media (min-width: 640px) {
      .kf-container .container {
        max-width: 720px; } }
    @media (min-width: 960px) {
      .kf-container .container {
        max-width: 960px; } }
    @media (min-width: 1366px) {
      .kf-container .container {
        max-width: 1140px; } }
  .kf-container .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .kf-container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .kf-container .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .kf-container .no-gutters > .col,
    .kf-container .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .kf-container .col-1, .kf-container .col-2, .kf-container .col-3, .kf-container .col-4, .kf-container .col-5, .kf-container .col-6, .kf-container .col-7, .kf-container .col-8, .kf-container .col-9, .kf-container .col-10, .kf-container .col-11, .kf-container .col-12, .kf-container .col, .kf-container .col-auto, .kf-container .col-sm-1, .kf-container .col-sm-2, .kf-container .col-sm-3, .kf-container .col-sm-4, .kf-container .col-sm-5, .kf-container .col-sm-6, .kf-container .col-sm-7, .kf-container .col-sm-8, .kf-container .col-sm-9, .kf-container .col-sm-10, .kf-container .col-sm-11, .kf-container .col-sm-12, .kf-container .col-sm, .kf-container .col-sm-auto, .kf-container .col-md-1, .kf-container .col-md-2, .kf-container .col-md-3, .kf-container .col-md-4, .kf-container .col-md-5, .kf-container .col-md-6, .kf-container .col-md-7, .kf-container .col-md-8, .kf-container .col-md-9, .kf-container .col-md-10, .kf-container .col-md-11, .kf-container .col-md-12, .kf-container .col-md, .kf-container .col-md-auto, .kf-container .col-lg-1, .kf-container .col-lg-2, .kf-container .col-lg-3, .kf-container .col-lg-4, .kf-container .col-lg-5, .kf-container .col-lg-6, .kf-container .col-lg-7, .kf-container .col-lg-8, .kf-container .col-lg-9, .kf-container .col-lg-10, .kf-container .col-lg-11, .kf-container .col-lg-12, .kf-container .col-lg, .kf-container .col-lg-auto, .kf-container .col-xl-1, .kf-container .col-xl-2, .kf-container .col-xl-3, .kf-container .col-xl-4, .kf-container .col-xl-5, .kf-container .col-xl-6, .kf-container .col-xl-7, .kf-container .col-xl-8, .kf-container .col-xl-9, .kf-container .col-xl-10, .kf-container .col-xl-11, .kf-container .col-xl-12, .kf-container .col-xl, .kf-container .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .kf-container .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .kf-container .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .kf-container .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .kf-container .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .kf-container .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .kf-container .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .kf-container .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .kf-container .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .kf-container .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .kf-container .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .kf-container .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .kf-container .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .kf-container .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .kf-container .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .kf-container .order-first {
    order: -1; }
  .kf-container .order-last {
    order: 13; }
  .kf-container .order-0 {
    order: 0; }
  .kf-container .order-1 {
    order: 1; }
  .kf-container .order-2 {
    order: 2; }
  .kf-container .order-3 {
    order: 3; }
  .kf-container .order-4 {
    order: 4; }
  .kf-container .order-5 {
    order: 5; }
  .kf-container .order-6 {
    order: 6; }
  .kf-container .order-7 {
    order: 7; }
  .kf-container .order-8 {
    order: 8; }
  .kf-container .order-9 {
    order: 9; }
  .kf-container .order-10 {
    order: 10; }
  .kf-container .order-11 {
    order: 11; }
  .kf-container .order-12 {
    order: 12; }
  .kf-container .offset-1 {
    margin-left: 8.33333%; }
  .kf-container .offset-2 {
    margin-left: 16.66667%; }
  .kf-container .offset-3 {
    margin-left: 25%; }
  .kf-container .offset-4 {
    margin-left: 33.33333%; }
  .kf-container .offset-5 {
    margin-left: 41.66667%; }
  .kf-container .offset-6 {
    margin-left: 50%; }
  .kf-container .offset-7 {
    margin-left: 58.33333%; }
  .kf-container .offset-8 {
    margin-left: 66.66667%; }
  .kf-container .offset-9 {
    margin-left: 75%; }
  .kf-container .offset-10 {
    margin-left: 83.33333%; }
  .kf-container .offset-11 {
    margin-left: 91.66667%; }
  @media (min-width: 320px) {
    .kf-container .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .kf-container .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .kf-container .col-sm-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .kf-container .col-sm-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .kf-container .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .kf-container .col-sm-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .kf-container .col-sm-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .kf-container .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .kf-container .col-sm-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .kf-container .col-sm-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .kf-container .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .kf-container .col-sm-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .kf-container .col-sm-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .kf-container .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .kf-container .order-sm-first {
      order: -1; }
    .kf-container .order-sm-last {
      order: 13; }
    .kf-container .order-sm-0 {
      order: 0; }
    .kf-container .order-sm-1 {
      order: 1; }
    .kf-container .order-sm-2 {
      order: 2; }
    .kf-container .order-sm-3 {
      order: 3; }
    .kf-container .order-sm-4 {
      order: 4; }
    .kf-container .order-sm-5 {
      order: 5; }
    .kf-container .order-sm-6 {
      order: 6; }
    .kf-container .order-sm-7 {
      order: 7; }
    .kf-container .order-sm-8 {
      order: 8; }
    .kf-container .order-sm-9 {
      order: 9; }
    .kf-container .order-sm-10 {
      order: 10; }
    .kf-container .order-sm-11 {
      order: 11; }
    .kf-container .order-sm-12 {
      order: 12; }
    .kf-container .offset-sm-0 {
      margin-left: 0; }
    .kf-container .offset-sm-1 {
      margin-left: 8.33333%; }
    .kf-container .offset-sm-2 {
      margin-left: 16.66667%; }
    .kf-container .offset-sm-3 {
      margin-left: 25%; }
    .kf-container .offset-sm-4 {
      margin-left: 33.33333%; }
    .kf-container .offset-sm-5 {
      margin-left: 41.66667%; }
    .kf-container .offset-sm-6 {
      margin-left: 50%; }
    .kf-container .offset-sm-7 {
      margin-left: 58.33333%; }
    .kf-container .offset-sm-8 {
      margin-left: 66.66667%; }
    .kf-container .offset-sm-9 {
      margin-left: 75%; }
    .kf-container .offset-sm-10 {
      margin-left: 83.33333%; }
    .kf-container .offset-sm-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 640px) {
    .kf-container .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .kf-container .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .kf-container .col-md-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .kf-container .col-md-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .kf-container .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .kf-container .col-md-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .kf-container .col-md-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .kf-container .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .kf-container .col-md-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .kf-container .col-md-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .kf-container .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .kf-container .col-md-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .kf-container .col-md-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .kf-container .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .kf-container .order-md-first {
      order: -1; }
    .kf-container .order-md-last {
      order: 13; }
    .kf-container .order-md-0 {
      order: 0; }
    .kf-container .order-md-1 {
      order: 1; }
    .kf-container .order-md-2 {
      order: 2; }
    .kf-container .order-md-3 {
      order: 3; }
    .kf-container .order-md-4 {
      order: 4; }
    .kf-container .order-md-5 {
      order: 5; }
    .kf-container .order-md-6 {
      order: 6; }
    .kf-container .order-md-7 {
      order: 7; }
    .kf-container .order-md-8 {
      order: 8; }
    .kf-container .order-md-9 {
      order: 9; }
    .kf-container .order-md-10 {
      order: 10; }
    .kf-container .order-md-11 {
      order: 11; }
    .kf-container .order-md-12 {
      order: 12; }
    .kf-container .offset-md-0 {
      margin-left: 0; }
    .kf-container .offset-md-1 {
      margin-left: 8.33333%; }
    .kf-container .offset-md-2 {
      margin-left: 16.66667%; }
    .kf-container .offset-md-3 {
      margin-left: 25%; }
    .kf-container .offset-md-4 {
      margin-left: 33.33333%; }
    .kf-container .offset-md-5 {
      margin-left: 41.66667%; }
    .kf-container .offset-md-6 {
      margin-left: 50%; }
    .kf-container .offset-md-7 {
      margin-left: 58.33333%; }
    .kf-container .offset-md-8 {
      margin-left: 66.66667%; }
    .kf-container .offset-md-9 {
      margin-left: 75%; }
    .kf-container .offset-md-10 {
      margin-left: 83.33333%; }
    .kf-container .offset-md-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 960px) {
    .kf-container .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .kf-container .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .kf-container .col-lg-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .kf-container .col-lg-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .kf-container .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .kf-container .col-lg-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .kf-container .col-lg-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .kf-container .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .kf-container .col-lg-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .kf-container .col-lg-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .kf-container .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .kf-container .col-lg-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .kf-container .col-lg-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .kf-container .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .kf-container .order-lg-first {
      order: -1; }
    .kf-container .order-lg-last {
      order: 13; }
    .kf-container .order-lg-0 {
      order: 0; }
    .kf-container .order-lg-1 {
      order: 1; }
    .kf-container .order-lg-2 {
      order: 2; }
    .kf-container .order-lg-3 {
      order: 3; }
    .kf-container .order-lg-4 {
      order: 4; }
    .kf-container .order-lg-5 {
      order: 5; }
    .kf-container .order-lg-6 {
      order: 6; }
    .kf-container .order-lg-7 {
      order: 7; }
    .kf-container .order-lg-8 {
      order: 8; }
    .kf-container .order-lg-9 {
      order: 9; }
    .kf-container .order-lg-10 {
      order: 10; }
    .kf-container .order-lg-11 {
      order: 11; }
    .kf-container .order-lg-12 {
      order: 12; }
    .kf-container .offset-lg-0 {
      margin-left: 0; }
    .kf-container .offset-lg-1 {
      margin-left: 8.33333%; }
    .kf-container .offset-lg-2 {
      margin-left: 16.66667%; }
    .kf-container .offset-lg-3 {
      margin-left: 25%; }
    .kf-container .offset-lg-4 {
      margin-left: 33.33333%; }
    .kf-container .offset-lg-5 {
      margin-left: 41.66667%; }
    .kf-container .offset-lg-6 {
      margin-left: 50%; }
    .kf-container .offset-lg-7 {
      margin-left: 58.33333%; }
    .kf-container .offset-lg-8 {
      margin-left: 66.66667%; }
    .kf-container .offset-lg-9 {
      margin-left: 75%; }
    .kf-container .offset-lg-10 {
      margin-left: 83.33333%; }
    .kf-container .offset-lg-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1366px) {
    .kf-container .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .kf-container .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .kf-container .col-xl-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .kf-container .col-xl-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .kf-container .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .kf-container .col-xl-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .kf-container .col-xl-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .kf-container .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .kf-container .col-xl-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .kf-container .col-xl-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .kf-container .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .kf-container .col-xl-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .kf-container .col-xl-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .kf-container .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .kf-container .order-xl-first {
      order: -1; }
    .kf-container .order-xl-last {
      order: 13; }
    .kf-container .order-xl-0 {
      order: 0; }
    .kf-container .order-xl-1 {
      order: 1; }
    .kf-container .order-xl-2 {
      order: 2; }
    .kf-container .order-xl-3 {
      order: 3; }
    .kf-container .order-xl-4 {
      order: 4; }
    .kf-container .order-xl-5 {
      order: 5; }
    .kf-container .order-xl-6 {
      order: 6; }
    .kf-container .order-xl-7 {
      order: 7; }
    .kf-container .order-xl-8 {
      order: 8; }
    .kf-container .order-xl-9 {
      order: 9; }
    .kf-container .order-xl-10 {
      order: 10; }
    .kf-container .order-xl-11 {
      order: 11; }
    .kf-container .order-xl-12 {
      order: 12; }
    .kf-container .offset-xl-0 {
      margin-left: 0; }
    .kf-container .offset-xl-1 {
      margin-left: 8.33333%; }
    .kf-container .offset-xl-2 {
      margin-left: 16.66667%; }
    .kf-container .offset-xl-3 {
      margin-left: 25%; }
    .kf-container .offset-xl-4 {
      margin-left: 33.33333%; }
    .kf-container .offset-xl-5 {
      margin-left: 41.66667%; }
    .kf-container .offset-xl-6 {
      margin-left: 50%; }
    .kf-container .offset-xl-7 {
      margin-left: 58.33333%; }
    .kf-container .offset-xl-8 {
      margin-left: 66.66667%; }
    .kf-container .offset-xl-9 {
      margin-left: 75%; }
    .kf-container .offset-xl-10 {
      margin-left: 83.33333%; }
    .kf-container .offset-xl-11 {
      margin-left: 91.66667%; } }
  .kf-container .d-none {
    display: none !important; }
  .kf-container .d-inline {
    display: inline !important; }
  .kf-container .d-inline-block {
    display: inline-block !important; }
  .kf-container .d-block {
    display: block !important; }
  .kf-container .d-table {
    display: table !important; }
  .kf-container .d-table-row {
    display: table-row !important; }
  .kf-container .d-table-cell {
    display: table-cell !important; }
  .kf-container .d-flex {
    display: flex !important; }
  .kf-container .d-inline-flex {
    display: inline-flex !important; }
  @media (min-width: 320px) {
    .kf-container .d-sm-none {
      display: none !important; }
    .kf-container .d-sm-inline {
      display: inline !important; }
    .kf-container .d-sm-inline-block {
      display: inline-block !important; }
    .kf-container .d-sm-block {
      display: block !important; }
    .kf-container .d-sm-table {
      display: table !important; }
    .kf-container .d-sm-table-row {
      display: table-row !important; }
    .kf-container .d-sm-table-cell {
      display: table-cell !important; }
    .kf-container .d-sm-flex {
      display: flex !important; }
    .kf-container .d-sm-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 640px) {
    .kf-container .d-md-none {
      display: none !important; }
    .kf-container .d-md-inline {
      display: inline !important; }
    .kf-container .d-md-inline-block {
      display: inline-block !important; }
    .kf-container .d-md-block {
      display: block !important; }
    .kf-container .d-md-table {
      display: table !important; }
    .kf-container .d-md-table-row {
      display: table-row !important; }
    .kf-container .d-md-table-cell {
      display: table-cell !important; }
    .kf-container .d-md-flex {
      display: flex !important; }
    .kf-container .d-md-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 960px) {
    .kf-container .d-lg-none {
      display: none !important; }
    .kf-container .d-lg-inline {
      display: inline !important; }
    .kf-container .d-lg-inline-block {
      display: inline-block !important; }
    .kf-container .d-lg-block {
      display: block !important; }
    .kf-container .d-lg-table {
      display: table !important; }
    .kf-container .d-lg-table-row {
      display: table-row !important; }
    .kf-container .d-lg-table-cell {
      display: table-cell !important; }
    .kf-container .d-lg-flex {
      display: flex !important; }
    .kf-container .d-lg-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1366px) {
    .kf-container .d-xl-none {
      display: none !important; }
    .kf-container .d-xl-inline {
      display: inline !important; }
    .kf-container .d-xl-inline-block {
      display: inline-block !important; }
    .kf-container .d-xl-block {
      display: block !important; }
    .kf-container .d-xl-table {
      display: table !important; }
    .kf-container .d-xl-table-row {
      display: table-row !important; }
    .kf-container .d-xl-table-cell {
      display: table-cell !important; }
    .kf-container .d-xl-flex {
      display: flex !important; }
    .kf-container .d-xl-inline-flex {
      display: inline-flex !important; } }
  @media print {
    .kf-container .d-print-none {
      display: none !important; }
    .kf-container .d-print-inline {
      display: inline !important; }
    .kf-container .d-print-inline-block {
      display: inline-block !important; }
    .kf-container .d-print-block {
      display: block !important; }
    .kf-container .d-print-table {
      display: table !important; }
    .kf-container .d-print-table-row {
      display: table-row !important; }
    .kf-container .d-print-table-cell {
      display: table-cell !important; }
    .kf-container .d-print-flex {
      display: flex !important; }
    .kf-container .d-print-inline-flex {
      display: inline-flex !important; } }
  .kf-container .flex-row {
    flex-direction: row !important; }
  .kf-container .flex-column {
    flex-direction: column !important; }
  .kf-container .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .kf-container .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .kf-container .flex-wrap {
    flex-wrap: wrap !important; }
  .kf-container .flex-nowrap {
    flex-wrap: nowrap !important; }
  .kf-container .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .kf-container .flex-fill {
    flex: 1 1 auto !important; }
  .kf-container .flex-grow-0 {
    flex-grow: 0 !important; }
  .kf-container .flex-grow-1 {
    flex-grow: 1 !important; }
  .kf-container .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .kf-container .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .kf-container .justify-content-start {
    justify-content: flex-start !important; }
  .kf-container .justify-content-end {
    justify-content: flex-end !important; }
  .kf-container .justify-content-center {
    justify-content: center !important; }
  .kf-container .justify-content-between {
    justify-content: space-between !important; }
  .kf-container .justify-content-around {
    justify-content: space-around !important; }
  .kf-container .align-items-start {
    align-items: flex-start !important; }
  .kf-container .align-items-end {
    align-items: flex-end !important; }
  .kf-container .align-items-center {
    align-items: center !important; }
  .kf-container .align-items-baseline {
    align-items: baseline !important; }
  .kf-container .align-items-stretch {
    align-items: stretch !important; }
  .kf-container .align-content-start {
    align-content: flex-start !important; }
  .kf-container .align-content-end {
    align-content: flex-end !important; }
  .kf-container .align-content-center {
    align-content: center !important; }
  .kf-container .align-content-between {
    align-content: space-between !important; }
  .kf-container .align-content-around {
    align-content: space-around !important; }
  .kf-container .align-content-stretch {
    align-content: stretch !important; }
  .kf-container .align-self-auto {
    align-self: auto !important; }
  .kf-container .align-self-start {
    align-self: flex-start !important; }
  .kf-container .align-self-end {
    align-self: flex-end !important; }
  .kf-container .align-self-center {
    align-self: center !important; }
  .kf-container .align-self-baseline {
    align-self: baseline !important; }
  .kf-container .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 320px) {
    .kf-container .flex-sm-row {
      flex-direction: row !important; }
    .kf-container .flex-sm-column {
      flex-direction: column !important; }
    .kf-container .flex-sm-row-reverse {
      flex-direction: row-reverse !important; }
    .kf-container .flex-sm-column-reverse {
      flex-direction: column-reverse !important; }
    .kf-container .flex-sm-wrap {
      flex-wrap: wrap !important; }
    .kf-container .flex-sm-nowrap {
      flex-wrap: nowrap !important; }
    .kf-container .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .kf-container .flex-sm-fill {
      flex: 1 1 auto !important; }
    .kf-container .flex-sm-grow-0 {
      flex-grow: 0 !important; }
    .kf-container .flex-sm-grow-1 {
      flex-grow: 1 !important; }
    .kf-container .flex-sm-shrink-0 {
      flex-shrink: 0 !important; }
    .kf-container .flex-sm-shrink-1 {
      flex-shrink: 1 !important; }
    .kf-container .justify-content-sm-start {
      justify-content: flex-start !important; }
    .kf-container .justify-content-sm-end {
      justify-content: flex-end !important; }
    .kf-container .justify-content-sm-center {
      justify-content: center !important; }
    .kf-container .justify-content-sm-between {
      justify-content: space-between !important; }
    .kf-container .justify-content-sm-around {
      justify-content: space-around !important; }
    .kf-container .align-items-sm-start {
      align-items: flex-start !important; }
    .kf-container .align-items-sm-end {
      align-items: flex-end !important; }
    .kf-container .align-items-sm-center {
      align-items: center !important; }
    .kf-container .align-items-sm-baseline {
      align-items: baseline !important; }
    .kf-container .align-items-sm-stretch {
      align-items: stretch !important; }
    .kf-container .align-content-sm-start {
      align-content: flex-start !important; }
    .kf-container .align-content-sm-end {
      align-content: flex-end !important; }
    .kf-container .align-content-sm-center {
      align-content: center !important; }
    .kf-container .align-content-sm-between {
      align-content: space-between !important; }
    .kf-container .align-content-sm-around {
      align-content: space-around !important; }
    .kf-container .align-content-sm-stretch {
      align-content: stretch !important; }
    .kf-container .align-self-sm-auto {
      align-self: auto !important; }
    .kf-container .align-self-sm-start {
      align-self: flex-start !important; }
    .kf-container .align-self-sm-end {
      align-self: flex-end !important; }
    .kf-container .align-self-sm-center {
      align-self: center !important; }
    .kf-container .align-self-sm-baseline {
      align-self: baseline !important; }
    .kf-container .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 640px) {
    .kf-container .flex-md-row {
      flex-direction: row !important; }
    .kf-container .flex-md-column {
      flex-direction: column !important; }
    .kf-container .flex-md-row-reverse {
      flex-direction: row-reverse !important; }
    .kf-container .flex-md-column-reverse {
      flex-direction: column-reverse !important; }
    .kf-container .flex-md-wrap {
      flex-wrap: wrap !important; }
    .kf-container .flex-md-nowrap {
      flex-wrap: nowrap !important; }
    .kf-container .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .kf-container .flex-md-fill {
      flex: 1 1 auto !important; }
    .kf-container .flex-md-grow-0 {
      flex-grow: 0 !important; }
    .kf-container .flex-md-grow-1 {
      flex-grow: 1 !important; }
    .kf-container .flex-md-shrink-0 {
      flex-shrink: 0 !important; }
    .kf-container .flex-md-shrink-1 {
      flex-shrink: 1 !important; }
    .kf-container .justify-content-md-start {
      justify-content: flex-start !important; }
    .kf-container .justify-content-md-end {
      justify-content: flex-end !important; }
    .kf-container .justify-content-md-center {
      justify-content: center !important; }
    .kf-container .justify-content-md-between {
      justify-content: space-between !important; }
    .kf-container .justify-content-md-around {
      justify-content: space-around !important; }
    .kf-container .align-items-md-start {
      align-items: flex-start !important; }
    .kf-container .align-items-md-end {
      align-items: flex-end !important; }
    .kf-container .align-items-md-center {
      align-items: center !important; }
    .kf-container .align-items-md-baseline {
      align-items: baseline !important; }
    .kf-container .align-items-md-stretch {
      align-items: stretch !important; }
    .kf-container .align-content-md-start {
      align-content: flex-start !important; }
    .kf-container .align-content-md-end {
      align-content: flex-end !important; }
    .kf-container .align-content-md-center {
      align-content: center !important; }
    .kf-container .align-content-md-between {
      align-content: space-between !important; }
    .kf-container .align-content-md-around {
      align-content: space-around !important; }
    .kf-container .align-content-md-stretch {
      align-content: stretch !important; }
    .kf-container .align-self-md-auto {
      align-self: auto !important; }
    .kf-container .align-self-md-start {
      align-self: flex-start !important; }
    .kf-container .align-self-md-end {
      align-self: flex-end !important; }
    .kf-container .align-self-md-center {
      align-self: center !important; }
    .kf-container .align-self-md-baseline {
      align-self: baseline !important; }
    .kf-container .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 960px) {
    .kf-container .flex-lg-row {
      flex-direction: row !important; }
    .kf-container .flex-lg-column {
      flex-direction: column !important; }
    .kf-container .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }
    .kf-container .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }
    .kf-container .flex-lg-wrap {
      flex-wrap: wrap !important; }
    .kf-container .flex-lg-nowrap {
      flex-wrap: nowrap !important; }
    .kf-container .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .kf-container .flex-lg-fill {
      flex: 1 1 auto !important; }
    .kf-container .flex-lg-grow-0 {
      flex-grow: 0 !important; }
    .kf-container .flex-lg-grow-1 {
      flex-grow: 1 !important; }
    .kf-container .flex-lg-shrink-0 {
      flex-shrink: 0 !important; }
    .kf-container .flex-lg-shrink-1 {
      flex-shrink: 1 !important; }
    .kf-container .justify-content-lg-start {
      justify-content: flex-start !important; }
    .kf-container .justify-content-lg-end {
      justify-content: flex-end !important; }
    .kf-container .justify-content-lg-center {
      justify-content: center !important; }
    .kf-container .justify-content-lg-between {
      justify-content: space-between !important; }
    .kf-container .justify-content-lg-around {
      justify-content: space-around !important; }
    .kf-container .align-items-lg-start {
      align-items: flex-start !important; }
    .kf-container .align-items-lg-end {
      align-items: flex-end !important; }
    .kf-container .align-items-lg-center {
      align-items: center !important; }
    .kf-container .align-items-lg-baseline {
      align-items: baseline !important; }
    .kf-container .align-items-lg-stretch {
      align-items: stretch !important; }
    .kf-container .align-content-lg-start {
      align-content: flex-start !important; }
    .kf-container .align-content-lg-end {
      align-content: flex-end !important; }
    .kf-container .align-content-lg-center {
      align-content: center !important; }
    .kf-container .align-content-lg-between {
      align-content: space-between !important; }
    .kf-container .align-content-lg-around {
      align-content: space-around !important; }
    .kf-container .align-content-lg-stretch {
      align-content: stretch !important; }
    .kf-container .align-self-lg-auto {
      align-self: auto !important; }
    .kf-container .align-self-lg-start {
      align-self: flex-start !important; }
    .kf-container .align-self-lg-end {
      align-self: flex-end !important; }
    .kf-container .align-self-lg-center {
      align-self: center !important; }
    .kf-container .align-self-lg-baseline {
      align-self: baseline !important; }
    .kf-container .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1366px) {
    .kf-container .flex-xl-row {
      flex-direction: row !important; }
    .kf-container .flex-xl-column {
      flex-direction: column !important; }
    .kf-container .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }
    .kf-container .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }
    .kf-container .flex-xl-wrap {
      flex-wrap: wrap !important; }
    .kf-container .flex-xl-nowrap {
      flex-wrap: nowrap !important; }
    .kf-container .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .kf-container .flex-xl-fill {
      flex: 1 1 auto !important; }
    .kf-container .flex-xl-grow-0 {
      flex-grow: 0 !important; }
    .kf-container .flex-xl-grow-1 {
      flex-grow: 1 !important; }
    .kf-container .flex-xl-shrink-0 {
      flex-shrink: 0 !important; }
    .kf-container .flex-xl-shrink-1 {
      flex-shrink: 1 !important; }
    .kf-container .justify-content-xl-start {
      justify-content: flex-start !important; }
    .kf-container .justify-content-xl-end {
      justify-content: flex-end !important; }
    .kf-container .justify-content-xl-center {
      justify-content: center !important; }
    .kf-container .justify-content-xl-between {
      justify-content: space-between !important; }
    .kf-container .justify-content-xl-around {
      justify-content: space-around !important; }
    .kf-container .align-items-xl-start {
      align-items: flex-start !important; }
    .kf-container .align-items-xl-end {
      align-items: flex-end !important; }
    .kf-container .align-items-xl-center {
      align-items: center !important; }
    .kf-container .align-items-xl-baseline {
      align-items: baseline !important; }
    .kf-container .align-items-xl-stretch {
      align-items: stretch !important; }
    .kf-container .align-content-xl-start {
      align-content: flex-start !important; }
    .kf-container .align-content-xl-end {
      align-content: flex-end !important; }
    .kf-container .align-content-xl-center {
      align-content: center !important; }
    .kf-container .align-content-xl-between {
      align-content: space-between !important; }
    .kf-container .align-content-xl-around {
      align-content: space-around !important; }
    .kf-container .align-content-xl-stretch {
      align-content: stretch !important; }
    .kf-container .align-self-xl-auto {
      align-self: auto !important; }
    .kf-container .align-self-xl-start {
      align-self: flex-start !important; }
    .kf-container .align-self-xl-end {
      align-self: flex-end !important; }
    .kf-container .align-self-xl-center {
      align-self: center !important; }
    .kf-container .align-self-xl-baseline {
      align-self: baseline !important; }
    .kf-container .align-self-xl-stretch {
      align-self: stretch !important; } }
  .kf-container .m-0 {
    margin: 0 !important; }
  .kf-container .mt-0,
  .kf-container .my-0 {
    margin-top: 0 !important; }
  .kf-container .mr-0,
  .kf-container .mx-0 {
    margin-right: 0 !important; }
  .kf-container .mb-0,
  .kf-container .my-0 {
    margin-bottom: 0 !important; }
  .kf-container .ml-0,
  .kf-container .mx-0 {
    margin-left: 0 !important; }
  .kf-container .m-1 {
    margin: 0.25rem !important; }
  .kf-container .mt-1,
  .kf-container .my-1 {
    margin-top: 0.25rem !important; }
  .kf-container .mr-1,
  .kf-container .mx-1 {
    margin-right: 0.25rem !important; }
  .kf-container .mb-1,
  .kf-container .my-1 {
    margin-bottom: 0.25rem !important; }
  .kf-container .ml-1,
  .kf-container .mx-1 {
    margin-left: 0.25rem !important; }
  .kf-container .m-2 {
    margin: 0.5rem !important; }
  .kf-container .mt-2,
  .kf-container .my-2 {
    margin-top: 0.5rem !important; }
  .kf-container .mr-2,
  .kf-container .mx-2 {
    margin-right: 0.5rem !important; }
  .kf-container .mb-2,
  .kf-container .my-2 {
    margin-bottom: 0.5rem !important; }
  .kf-container .ml-2,
  .kf-container .mx-2 {
    margin-left: 0.5rem !important; }
  .kf-container .m-3 {
    margin: 1rem !important; }
  .kf-container .mt-3,
  .kf-container .my-3 {
    margin-top: 1rem !important; }
  .kf-container .mr-3,
  .kf-container .mx-3 {
    margin-right: 1rem !important; }
  .kf-container .mb-3,
  .kf-container .my-3 {
    margin-bottom: 1rem !important; }
  .kf-container .ml-3,
  .kf-container .mx-3 {
    margin-left: 1rem !important; }
  .kf-container .m-4 {
    margin: 1.5rem !important; }
  .kf-container .mt-4,
  .kf-container .my-4 {
    margin-top: 1.5rem !important; }
  .kf-container .mr-4,
  .kf-container .mx-4 {
    margin-right: 1.5rem !important; }
  .kf-container .mb-4,
  .kf-container .my-4 {
    margin-bottom: 1.5rem !important; }
  .kf-container .ml-4,
  .kf-container .mx-4 {
    margin-left: 1.5rem !important; }
  .kf-container .m-5 {
    margin: 3rem !important; }
  .kf-container .mt-5,
  .kf-container .my-5 {
    margin-top: 3rem !important; }
  .kf-container .mr-5,
  .kf-container .mx-5 {
    margin-right: 3rem !important; }
  .kf-container .mb-5,
  .kf-container .my-5 {
    margin-bottom: 3rem !important; }
  .kf-container .ml-5,
  .kf-container .mx-5 {
    margin-left: 3rem !important; }
  .kf-container .p-0 {
    padding: 0 !important; }
  .kf-container .pt-0,
  .kf-container .py-0 {
    padding-top: 0 !important; }
  .kf-container .pr-0,
  .kf-container .px-0 {
    padding-right: 0 !important; }
  .kf-container .pb-0,
  .kf-container .py-0 {
    padding-bottom: 0 !important; }
  .kf-container .pl-0,
  .kf-container .px-0 {
    padding-left: 0 !important; }
  .kf-container .p-1 {
    padding: 0.25rem !important; }
  .kf-container .pt-1,
  .kf-container .py-1 {
    padding-top: 0.25rem !important; }
  .kf-container .pr-1,
  .kf-container .px-1 {
    padding-right: 0.25rem !important; }
  .kf-container .pb-1,
  .kf-container .py-1 {
    padding-bottom: 0.25rem !important; }
  .kf-container .pl-1,
  .kf-container .px-1 {
    padding-left: 0.25rem !important; }
  .kf-container .p-2 {
    padding: 0.5rem !important; }
  .kf-container .pt-2,
  .kf-container .py-2 {
    padding-top: 0.5rem !important; }
  .kf-container .pr-2,
  .kf-container .px-2 {
    padding-right: 0.5rem !important; }
  .kf-container .pb-2,
  .kf-container .py-2 {
    padding-bottom: 0.5rem !important; }
  .kf-container .pl-2,
  .kf-container .px-2 {
    padding-left: 0.5rem !important; }
  .kf-container .p-3 {
    padding: 1rem !important; }
  .kf-container .pt-3,
  .kf-container .py-3 {
    padding-top: 1rem !important; }
  .kf-container .pr-3,
  .kf-container .px-3 {
    padding-right: 1rem !important; }
  .kf-container .pb-3,
  .kf-container .py-3 {
    padding-bottom: 1rem !important; }
  .kf-container .pl-3,
  .kf-container .px-3 {
    padding-left: 1rem !important; }
  .kf-container .p-4 {
    padding: 1.5rem !important; }
  .kf-container .pt-4,
  .kf-container .py-4 {
    padding-top: 1.5rem !important; }
  .kf-container .pr-4,
  .kf-container .px-4 {
    padding-right: 1.5rem !important; }
  .kf-container .pb-4,
  .kf-container .py-4 {
    padding-bottom: 1.5rem !important; }
  .kf-container .pl-4,
  .kf-container .px-4 {
    padding-left: 1.5rem !important; }
  .kf-container .p-5 {
    padding: 3rem !important; }
  .kf-container .pt-5,
  .kf-container .py-5 {
    padding-top: 3rem !important; }
  .kf-container .pr-5,
  .kf-container .px-5 {
    padding-right: 3rem !important; }
  .kf-container .pb-5,
  .kf-container .py-5 {
    padding-bottom: 3rem !important; }
  .kf-container .pl-5,
  .kf-container .px-5 {
    padding-left: 3rem !important; }
  .kf-container .m-n1 {
    margin: -0.25rem !important; }
  .kf-container .mt-n1,
  .kf-container .my-n1 {
    margin-top: -0.25rem !important; }
  .kf-container .mr-n1,
  .kf-container .mx-n1 {
    margin-right: -0.25rem !important; }
  .kf-container .mb-n1,
  .kf-container .my-n1 {
    margin-bottom: -0.25rem !important; }
  .kf-container .ml-n1,
  .kf-container .mx-n1 {
    margin-left: -0.25rem !important; }
  .kf-container .m-n2 {
    margin: -0.5rem !important; }
  .kf-container .mt-n2,
  .kf-container .my-n2 {
    margin-top: -0.5rem !important; }
  .kf-container .mr-n2,
  .kf-container .mx-n2 {
    margin-right: -0.5rem !important; }
  .kf-container .mb-n2,
  .kf-container .my-n2 {
    margin-bottom: -0.5rem !important; }
  .kf-container .ml-n2,
  .kf-container .mx-n2 {
    margin-left: -0.5rem !important; }
  .kf-container .m-n3 {
    margin: -1rem !important; }
  .kf-container .mt-n3,
  .kf-container .my-n3 {
    margin-top: -1rem !important; }
  .kf-container .mr-n3,
  .kf-container .mx-n3 {
    margin-right: -1rem !important; }
  .kf-container .mb-n3,
  .kf-container .my-n3 {
    margin-bottom: -1rem !important; }
  .kf-container .ml-n3,
  .kf-container .mx-n3 {
    margin-left: -1rem !important; }
  .kf-container .m-n4 {
    margin: -1.5rem !important; }
  .kf-container .mt-n4,
  .kf-container .my-n4 {
    margin-top: -1.5rem !important; }
  .kf-container .mr-n4,
  .kf-container .mx-n4 {
    margin-right: -1.5rem !important; }
  .kf-container .mb-n4,
  .kf-container .my-n4 {
    margin-bottom: -1.5rem !important; }
  .kf-container .ml-n4,
  .kf-container .mx-n4 {
    margin-left: -1.5rem !important; }
  .kf-container .m-n5 {
    margin: -3rem !important; }
  .kf-container .mt-n5,
  .kf-container .my-n5 {
    margin-top: -3rem !important; }
  .kf-container .mr-n5,
  .kf-container .mx-n5 {
    margin-right: -3rem !important; }
  .kf-container .mb-n5,
  .kf-container .my-n5 {
    margin-bottom: -3rem !important; }
  .kf-container .ml-n5,
  .kf-container .mx-n5 {
    margin-left: -3rem !important; }
  .kf-container .m-auto {
    margin: auto !important; }
  .kf-container .mt-auto,
  .kf-container .my-auto {
    margin-top: auto !important; }
  .kf-container .mr-auto,
  .kf-container .mx-auto {
    margin-right: auto !important; }
  .kf-container .mb-auto,
  .kf-container .my-auto {
    margin-bottom: auto !important; }
  .kf-container .ml-auto,
  .kf-container .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 320px) {
    .kf-container .m-sm-0 {
      margin: 0 !important; }
    .kf-container .mt-sm-0,
    .kf-container .my-sm-0 {
      margin-top: 0 !important; }
    .kf-container .mr-sm-0,
    .kf-container .mx-sm-0 {
      margin-right: 0 !important; }
    .kf-container .mb-sm-0,
    .kf-container .my-sm-0 {
      margin-bottom: 0 !important; }
    .kf-container .ml-sm-0,
    .kf-container .mx-sm-0 {
      margin-left: 0 !important; }
    .kf-container .m-sm-1 {
      margin: 0.25rem !important; }
    .kf-container .mt-sm-1,
    .kf-container .my-sm-1 {
      margin-top: 0.25rem !important; }
    .kf-container .mr-sm-1,
    .kf-container .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .kf-container .mb-sm-1,
    .kf-container .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    .kf-container .ml-sm-1,
    .kf-container .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .kf-container .m-sm-2 {
      margin: 0.5rem !important; }
    .kf-container .mt-sm-2,
    .kf-container .my-sm-2 {
      margin-top: 0.5rem !important; }
    .kf-container .mr-sm-2,
    .kf-container .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .kf-container .mb-sm-2,
    .kf-container .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    .kf-container .ml-sm-2,
    .kf-container .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .kf-container .m-sm-3 {
      margin: 1rem !important; }
    .kf-container .mt-sm-3,
    .kf-container .my-sm-3 {
      margin-top: 1rem !important; }
    .kf-container .mr-sm-3,
    .kf-container .mx-sm-3 {
      margin-right: 1rem !important; }
    .kf-container .mb-sm-3,
    .kf-container .my-sm-3 {
      margin-bottom: 1rem !important; }
    .kf-container .ml-sm-3,
    .kf-container .mx-sm-3 {
      margin-left: 1rem !important; }
    .kf-container .m-sm-4 {
      margin: 1.5rem !important; }
    .kf-container .mt-sm-4,
    .kf-container .my-sm-4 {
      margin-top: 1.5rem !important; }
    .kf-container .mr-sm-4,
    .kf-container .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .kf-container .mb-sm-4,
    .kf-container .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .kf-container .ml-sm-4,
    .kf-container .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .kf-container .m-sm-5 {
      margin: 3rem !important; }
    .kf-container .mt-sm-5,
    .kf-container .my-sm-5 {
      margin-top: 3rem !important; }
    .kf-container .mr-sm-5,
    .kf-container .mx-sm-5 {
      margin-right: 3rem !important; }
    .kf-container .mb-sm-5,
    .kf-container .my-sm-5 {
      margin-bottom: 3rem !important; }
    .kf-container .ml-sm-5,
    .kf-container .mx-sm-5 {
      margin-left: 3rem !important; }
    .kf-container .p-sm-0 {
      padding: 0 !important; }
    .kf-container .pt-sm-0,
    .kf-container .py-sm-0 {
      padding-top: 0 !important; }
    .kf-container .pr-sm-0,
    .kf-container .px-sm-0 {
      padding-right: 0 !important; }
    .kf-container .pb-sm-0,
    .kf-container .py-sm-0 {
      padding-bottom: 0 !important; }
    .kf-container .pl-sm-0,
    .kf-container .px-sm-0 {
      padding-left: 0 !important; }
    .kf-container .p-sm-1 {
      padding: 0.25rem !important; }
    .kf-container .pt-sm-1,
    .kf-container .py-sm-1 {
      padding-top: 0.25rem !important; }
    .kf-container .pr-sm-1,
    .kf-container .px-sm-1 {
      padding-right: 0.25rem !important; }
    .kf-container .pb-sm-1,
    .kf-container .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    .kf-container .pl-sm-1,
    .kf-container .px-sm-1 {
      padding-left: 0.25rem !important; }
    .kf-container .p-sm-2 {
      padding: 0.5rem !important; }
    .kf-container .pt-sm-2,
    .kf-container .py-sm-2 {
      padding-top: 0.5rem !important; }
    .kf-container .pr-sm-2,
    .kf-container .px-sm-2 {
      padding-right: 0.5rem !important; }
    .kf-container .pb-sm-2,
    .kf-container .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    .kf-container .pl-sm-2,
    .kf-container .px-sm-2 {
      padding-left: 0.5rem !important; }
    .kf-container .p-sm-3 {
      padding: 1rem !important; }
    .kf-container .pt-sm-3,
    .kf-container .py-sm-3 {
      padding-top: 1rem !important; }
    .kf-container .pr-sm-3,
    .kf-container .px-sm-3 {
      padding-right: 1rem !important; }
    .kf-container .pb-sm-3,
    .kf-container .py-sm-3 {
      padding-bottom: 1rem !important; }
    .kf-container .pl-sm-3,
    .kf-container .px-sm-3 {
      padding-left: 1rem !important; }
    .kf-container .p-sm-4 {
      padding: 1.5rem !important; }
    .kf-container .pt-sm-4,
    .kf-container .py-sm-4 {
      padding-top: 1.5rem !important; }
    .kf-container .pr-sm-4,
    .kf-container .px-sm-4 {
      padding-right: 1.5rem !important; }
    .kf-container .pb-sm-4,
    .kf-container .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .kf-container .pl-sm-4,
    .kf-container .px-sm-4 {
      padding-left: 1.5rem !important; }
    .kf-container .p-sm-5 {
      padding: 3rem !important; }
    .kf-container .pt-sm-5,
    .kf-container .py-sm-5 {
      padding-top: 3rem !important; }
    .kf-container .pr-sm-5,
    .kf-container .px-sm-5 {
      padding-right: 3rem !important; }
    .kf-container .pb-sm-5,
    .kf-container .py-sm-5 {
      padding-bottom: 3rem !important; }
    .kf-container .pl-sm-5,
    .kf-container .px-sm-5 {
      padding-left: 3rem !important; }
    .kf-container .m-sm-n1 {
      margin: -0.25rem !important; }
    .kf-container .mt-sm-n1,
    .kf-container .my-sm-n1 {
      margin-top: -0.25rem !important; }
    .kf-container .mr-sm-n1,
    .kf-container .mx-sm-n1 {
      margin-right: -0.25rem !important; }
    .kf-container .mb-sm-n1,
    .kf-container .my-sm-n1 {
      margin-bottom: -0.25rem !important; }
    .kf-container .ml-sm-n1,
    .kf-container .mx-sm-n1 {
      margin-left: -0.25rem !important; }
    .kf-container .m-sm-n2 {
      margin: -0.5rem !important; }
    .kf-container .mt-sm-n2,
    .kf-container .my-sm-n2 {
      margin-top: -0.5rem !important; }
    .kf-container .mr-sm-n2,
    .kf-container .mx-sm-n2 {
      margin-right: -0.5rem !important; }
    .kf-container .mb-sm-n2,
    .kf-container .my-sm-n2 {
      margin-bottom: -0.5rem !important; }
    .kf-container .ml-sm-n2,
    .kf-container .mx-sm-n2 {
      margin-left: -0.5rem !important; }
    .kf-container .m-sm-n3 {
      margin: -1rem !important; }
    .kf-container .mt-sm-n3,
    .kf-container .my-sm-n3 {
      margin-top: -1rem !important; }
    .kf-container .mr-sm-n3,
    .kf-container .mx-sm-n3 {
      margin-right: -1rem !important; }
    .kf-container .mb-sm-n3,
    .kf-container .my-sm-n3 {
      margin-bottom: -1rem !important; }
    .kf-container .ml-sm-n3,
    .kf-container .mx-sm-n3 {
      margin-left: -1rem !important; }
    .kf-container .m-sm-n4 {
      margin: -1.5rem !important; }
    .kf-container .mt-sm-n4,
    .kf-container .my-sm-n4 {
      margin-top: -1.5rem !important; }
    .kf-container .mr-sm-n4,
    .kf-container .mx-sm-n4 {
      margin-right: -1.5rem !important; }
    .kf-container .mb-sm-n4,
    .kf-container .my-sm-n4 {
      margin-bottom: -1.5rem !important; }
    .kf-container .ml-sm-n4,
    .kf-container .mx-sm-n4 {
      margin-left: -1.5rem !important; }
    .kf-container .m-sm-n5 {
      margin: -3rem !important; }
    .kf-container .mt-sm-n5,
    .kf-container .my-sm-n5 {
      margin-top: -3rem !important; }
    .kf-container .mr-sm-n5,
    .kf-container .mx-sm-n5 {
      margin-right: -3rem !important; }
    .kf-container .mb-sm-n5,
    .kf-container .my-sm-n5 {
      margin-bottom: -3rem !important; }
    .kf-container .ml-sm-n5,
    .kf-container .mx-sm-n5 {
      margin-left: -3rem !important; }
    .kf-container .m-sm-auto {
      margin: auto !important; }
    .kf-container .mt-sm-auto,
    .kf-container .my-sm-auto {
      margin-top: auto !important; }
    .kf-container .mr-sm-auto,
    .kf-container .mx-sm-auto {
      margin-right: auto !important; }
    .kf-container .mb-sm-auto,
    .kf-container .my-sm-auto {
      margin-bottom: auto !important; }
    .kf-container .ml-sm-auto,
    .kf-container .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 640px) {
    .kf-container .m-md-0 {
      margin: 0 !important; }
    .kf-container .mt-md-0,
    .kf-container .my-md-0 {
      margin-top: 0 !important; }
    .kf-container .mr-md-0,
    .kf-container .mx-md-0 {
      margin-right: 0 !important; }
    .kf-container .mb-md-0,
    .kf-container .my-md-0 {
      margin-bottom: 0 !important; }
    .kf-container .ml-md-0,
    .kf-container .mx-md-0 {
      margin-left: 0 !important; }
    .kf-container .m-md-1 {
      margin: 0.25rem !important; }
    .kf-container .mt-md-1,
    .kf-container .my-md-1 {
      margin-top: 0.25rem !important; }
    .kf-container .mr-md-1,
    .kf-container .mx-md-1 {
      margin-right: 0.25rem !important; }
    .kf-container .mb-md-1,
    .kf-container .my-md-1 {
      margin-bottom: 0.25rem !important; }
    .kf-container .ml-md-1,
    .kf-container .mx-md-1 {
      margin-left: 0.25rem !important; }
    .kf-container .m-md-2 {
      margin: 0.5rem !important; }
    .kf-container .mt-md-2,
    .kf-container .my-md-2 {
      margin-top: 0.5rem !important; }
    .kf-container .mr-md-2,
    .kf-container .mx-md-2 {
      margin-right: 0.5rem !important; }
    .kf-container .mb-md-2,
    .kf-container .my-md-2 {
      margin-bottom: 0.5rem !important; }
    .kf-container .ml-md-2,
    .kf-container .mx-md-2 {
      margin-left: 0.5rem !important; }
    .kf-container .m-md-3 {
      margin: 1rem !important; }
    .kf-container .mt-md-3,
    .kf-container .my-md-3 {
      margin-top: 1rem !important; }
    .kf-container .mr-md-3,
    .kf-container .mx-md-3 {
      margin-right: 1rem !important; }
    .kf-container .mb-md-3,
    .kf-container .my-md-3 {
      margin-bottom: 1rem !important; }
    .kf-container .ml-md-3,
    .kf-container .mx-md-3 {
      margin-left: 1rem !important; }
    .kf-container .m-md-4 {
      margin: 1.5rem !important; }
    .kf-container .mt-md-4,
    .kf-container .my-md-4 {
      margin-top: 1.5rem !important; }
    .kf-container .mr-md-4,
    .kf-container .mx-md-4 {
      margin-right: 1.5rem !important; }
    .kf-container .mb-md-4,
    .kf-container .my-md-4 {
      margin-bottom: 1.5rem !important; }
    .kf-container .ml-md-4,
    .kf-container .mx-md-4 {
      margin-left: 1.5rem !important; }
    .kf-container .m-md-5 {
      margin: 3rem !important; }
    .kf-container .mt-md-5,
    .kf-container .my-md-5 {
      margin-top: 3rem !important; }
    .kf-container .mr-md-5,
    .kf-container .mx-md-5 {
      margin-right: 3rem !important; }
    .kf-container .mb-md-5,
    .kf-container .my-md-5 {
      margin-bottom: 3rem !important; }
    .kf-container .ml-md-5,
    .kf-container .mx-md-5 {
      margin-left: 3rem !important; }
    .kf-container .p-md-0 {
      padding: 0 !important; }
    .kf-container .pt-md-0,
    .kf-container .py-md-0 {
      padding-top: 0 !important; }
    .kf-container .pr-md-0,
    .kf-container .px-md-0 {
      padding-right: 0 !important; }
    .kf-container .pb-md-0,
    .kf-container .py-md-0 {
      padding-bottom: 0 !important; }
    .kf-container .pl-md-0,
    .kf-container .px-md-0 {
      padding-left: 0 !important; }
    .kf-container .p-md-1 {
      padding: 0.25rem !important; }
    .kf-container .pt-md-1,
    .kf-container .py-md-1 {
      padding-top: 0.25rem !important; }
    .kf-container .pr-md-1,
    .kf-container .px-md-1 {
      padding-right: 0.25rem !important; }
    .kf-container .pb-md-1,
    .kf-container .py-md-1 {
      padding-bottom: 0.25rem !important; }
    .kf-container .pl-md-1,
    .kf-container .px-md-1 {
      padding-left: 0.25rem !important; }
    .kf-container .p-md-2 {
      padding: 0.5rem !important; }
    .kf-container .pt-md-2,
    .kf-container .py-md-2 {
      padding-top: 0.5rem !important; }
    .kf-container .pr-md-2,
    .kf-container .px-md-2 {
      padding-right: 0.5rem !important; }
    .kf-container .pb-md-2,
    .kf-container .py-md-2 {
      padding-bottom: 0.5rem !important; }
    .kf-container .pl-md-2,
    .kf-container .px-md-2 {
      padding-left: 0.5rem !important; }
    .kf-container .p-md-3 {
      padding: 1rem !important; }
    .kf-container .pt-md-3,
    .kf-container .py-md-3 {
      padding-top: 1rem !important; }
    .kf-container .pr-md-3,
    .kf-container .px-md-3 {
      padding-right: 1rem !important; }
    .kf-container .pb-md-3,
    .kf-container .py-md-3 {
      padding-bottom: 1rem !important; }
    .kf-container .pl-md-3,
    .kf-container .px-md-3 {
      padding-left: 1rem !important; }
    .kf-container .p-md-4 {
      padding: 1.5rem !important; }
    .kf-container .pt-md-4,
    .kf-container .py-md-4 {
      padding-top: 1.5rem !important; }
    .kf-container .pr-md-4,
    .kf-container .px-md-4 {
      padding-right: 1.5rem !important; }
    .kf-container .pb-md-4,
    .kf-container .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .kf-container .pl-md-4,
    .kf-container .px-md-4 {
      padding-left: 1.5rem !important; }
    .kf-container .p-md-5 {
      padding: 3rem !important; }
    .kf-container .pt-md-5,
    .kf-container .py-md-5 {
      padding-top: 3rem !important; }
    .kf-container .pr-md-5,
    .kf-container .px-md-5 {
      padding-right: 3rem !important; }
    .kf-container .pb-md-5,
    .kf-container .py-md-5 {
      padding-bottom: 3rem !important; }
    .kf-container .pl-md-5,
    .kf-container .px-md-5 {
      padding-left: 3rem !important; }
    .kf-container .m-md-n1 {
      margin: -0.25rem !important; }
    .kf-container .mt-md-n1,
    .kf-container .my-md-n1 {
      margin-top: -0.25rem !important; }
    .kf-container .mr-md-n1,
    .kf-container .mx-md-n1 {
      margin-right: -0.25rem !important; }
    .kf-container .mb-md-n1,
    .kf-container .my-md-n1 {
      margin-bottom: -0.25rem !important; }
    .kf-container .ml-md-n1,
    .kf-container .mx-md-n1 {
      margin-left: -0.25rem !important; }
    .kf-container .m-md-n2 {
      margin: -0.5rem !important; }
    .kf-container .mt-md-n2,
    .kf-container .my-md-n2 {
      margin-top: -0.5rem !important; }
    .kf-container .mr-md-n2,
    .kf-container .mx-md-n2 {
      margin-right: -0.5rem !important; }
    .kf-container .mb-md-n2,
    .kf-container .my-md-n2 {
      margin-bottom: -0.5rem !important; }
    .kf-container .ml-md-n2,
    .kf-container .mx-md-n2 {
      margin-left: -0.5rem !important; }
    .kf-container .m-md-n3 {
      margin: -1rem !important; }
    .kf-container .mt-md-n3,
    .kf-container .my-md-n3 {
      margin-top: -1rem !important; }
    .kf-container .mr-md-n3,
    .kf-container .mx-md-n3 {
      margin-right: -1rem !important; }
    .kf-container .mb-md-n3,
    .kf-container .my-md-n3 {
      margin-bottom: -1rem !important; }
    .kf-container .ml-md-n3,
    .kf-container .mx-md-n3 {
      margin-left: -1rem !important; }
    .kf-container .m-md-n4 {
      margin: -1.5rem !important; }
    .kf-container .mt-md-n4,
    .kf-container .my-md-n4 {
      margin-top: -1.5rem !important; }
    .kf-container .mr-md-n4,
    .kf-container .mx-md-n4 {
      margin-right: -1.5rem !important; }
    .kf-container .mb-md-n4,
    .kf-container .my-md-n4 {
      margin-bottom: -1.5rem !important; }
    .kf-container .ml-md-n4,
    .kf-container .mx-md-n4 {
      margin-left: -1.5rem !important; }
    .kf-container .m-md-n5 {
      margin: -3rem !important; }
    .kf-container .mt-md-n5,
    .kf-container .my-md-n5 {
      margin-top: -3rem !important; }
    .kf-container .mr-md-n5,
    .kf-container .mx-md-n5 {
      margin-right: -3rem !important; }
    .kf-container .mb-md-n5,
    .kf-container .my-md-n5 {
      margin-bottom: -3rem !important; }
    .kf-container .ml-md-n5,
    .kf-container .mx-md-n5 {
      margin-left: -3rem !important; }
    .kf-container .m-md-auto {
      margin: auto !important; }
    .kf-container .mt-md-auto,
    .kf-container .my-md-auto {
      margin-top: auto !important; }
    .kf-container .mr-md-auto,
    .kf-container .mx-md-auto {
      margin-right: auto !important; }
    .kf-container .mb-md-auto,
    .kf-container .my-md-auto {
      margin-bottom: auto !important; }
    .kf-container .ml-md-auto,
    .kf-container .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 960px) {
    .kf-container .m-lg-0 {
      margin: 0 !important; }
    .kf-container .mt-lg-0,
    .kf-container .my-lg-0 {
      margin-top: 0 !important; }
    .kf-container .mr-lg-0,
    .kf-container .mx-lg-0 {
      margin-right: 0 !important; }
    .kf-container .mb-lg-0,
    .kf-container .my-lg-0 {
      margin-bottom: 0 !important; }
    .kf-container .ml-lg-0,
    .kf-container .mx-lg-0 {
      margin-left: 0 !important; }
    .kf-container .m-lg-1 {
      margin: 0.25rem !important; }
    .kf-container .mt-lg-1,
    .kf-container .my-lg-1 {
      margin-top: 0.25rem !important; }
    .kf-container .mr-lg-1,
    .kf-container .mx-lg-1 {
      margin-right: 0.25rem !important; }
    .kf-container .mb-lg-1,
    .kf-container .my-lg-1 {
      margin-bottom: 0.25rem !important; }
    .kf-container .ml-lg-1,
    .kf-container .mx-lg-1 {
      margin-left: 0.25rem !important; }
    .kf-container .m-lg-2 {
      margin: 0.5rem !important; }
    .kf-container .mt-lg-2,
    .kf-container .my-lg-2 {
      margin-top: 0.5rem !important; }
    .kf-container .mr-lg-2,
    .kf-container .mx-lg-2 {
      margin-right: 0.5rem !important; }
    .kf-container .mb-lg-2,
    .kf-container .my-lg-2 {
      margin-bottom: 0.5rem !important; }
    .kf-container .ml-lg-2,
    .kf-container .mx-lg-2 {
      margin-left: 0.5rem !important; }
    .kf-container .m-lg-3 {
      margin: 1rem !important; }
    .kf-container .mt-lg-3,
    .kf-container .my-lg-3 {
      margin-top: 1rem !important; }
    .kf-container .mr-lg-3,
    .kf-container .mx-lg-3 {
      margin-right: 1rem !important; }
    .kf-container .mb-lg-3,
    .kf-container .my-lg-3 {
      margin-bottom: 1rem !important; }
    .kf-container .ml-lg-3,
    .kf-container .mx-lg-3 {
      margin-left: 1rem !important; }
    .kf-container .m-lg-4 {
      margin: 1.5rem !important; }
    .kf-container .mt-lg-4,
    .kf-container .my-lg-4 {
      margin-top: 1.5rem !important; }
    .kf-container .mr-lg-4,
    .kf-container .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .kf-container .mb-lg-4,
    .kf-container .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    .kf-container .ml-lg-4,
    .kf-container .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .kf-container .m-lg-5 {
      margin: 3rem !important; }
    .kf-container .mt-lg-5,
    .kf-container .my-lg-5 {
      margin-top: 3rem !important; }
    .kf-container .mr-lg-5,
    .kf-container .mx-lg-5 {
      margin-right: 3rem !important; }
    .kf-container .mb-lg-5,
    .kf-container .my-lg-5 {
      margin-bottom: 3rem !important; }
    .kf-container .ml-lg-5,
    .kf-container .mx-lg-5 {
      margin-left: 3rem !important; }
    .kf-container .p-lg-0 {
      padding: 0 !important; }
    .kf-container .pt-lg-0,
    .kf-container .py-lg-0 {
      padding-top: 0 !important; }
    .kf-container .pr-lg-0,
    .kf-container .px-lg-0 {
      padding-right: 0 !important; }
    .kf-container .pb-lg-0,
    .kf-container .py-lg-0 {
      padding-bottom: 0 !important; }
    .kf-container .pl-lg-0,
    .kf-container .px-lg-0 {
      padding-left: 0 !important; }
    .kf-container .p-lg-1 {
      padding: 0.25rem !important; }
    .kf-container .pt-lg-1,
    .kf-container .py-lg-1 {
      padding-top: 0.25rem !important; }
    .kf-container .pr-lg-1,
    .kf-container .px-lg-1 {
      padding-right: 0.25rem !important; }
    .kf-container .pb-lg-1,
    .kf-container .py-lg-1 {
      padding-bottom: 0.25rem !important; }
    .kf-container .pl-lg-1,
    .kf-container .px-lg-1 {
      padding-left: 0.25rem !important; }
    .kf-container .p-lg-2 {
      padding: 0.5rem !important; }
    .kf-container .pt-lg-2,
    .kf-container .py-lg-2 {
      padding-top: 0.5rem !important; }
    .kf-container .pr-lg-2,
    .kf-container .px-lg-2 {
      padding-right: 0.5rem !important; }
    .kf-container .pb-lg-2,
    .kf-container .py-lg-2 {
      padding-bottom: 0.5rem !important; }
    .kf-container .pl-lg-2,
    .kf-container .px-lg-2 {
      padding-left: 0.5rem !important; }
    .kf-container .p-lg-3 {
      padding: 1rem !important; }
    .kf-container .pt-lg-3,
    .kf-container .py-lg-3 {
      padding-top: 1rem !important; }
    .kf-container .pr-lg-3,
    .kf-container .px-lg-3 {
      padding-right: 1rem !important; }
    .kf-container .pb-lg-3,
    .kf-container .py-lg-3 {
      padding-bottom: 1rem !important; }
    .kf-container .pl-lg-3,
    .kf-container .px-lg-3 {
      padding-left: 1rem !important; }
    .kf-container .p-lg-4 {
      padding: 1.5rem !important; }
    .kf-container .pt-lg-4,
    .kf-container .py-lg-4 {
      padding-top: 1.5rem !important; }
    .kf-container .pr-lg-4,
    .kf-container .px-lg-4 {
      padding-right: 1.5rem !important; }
    .kf-container .pb-lg-4,
    .kf-container .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    .kf-container .pl-lg-4,
    .kf-container .px-lg-4 {
      padding-left: 1.5rem !important; }
    .kf-container .p-lg-5 {
      padding: 3rem !important; }
    .kf-container .pt-lg-5,
    .kf-container .py-lg-5 {
      padding-top: 3rem !important; }
    .kf-container .pr-lg-5,
    .kf-container .px-lg-5 {
      padding-right: 3rem !important; }
    .kf-container .pb-lg-5,
    .kf-container .py-lg-5 {
      padding-bottom: 3rem !important; }
    .kf-container .pl-lg-5,
    .kf-container .px-lg-5 {
      padding-left: 3rem !important; }
    .kf-container .m-lg-n1 {
      margin: -0.25rem !important; }
    .kf-container .mt-lg-n1,
    .kf-container .my-lg-n1 {
      margin-top: -0.25rem !important; }
    .kf-container .mr-lg-n1,
    .kf-container .mx-lg-n1 {
      margin-right: -0.25rem !important; }
    .kf-container .mb-lg-n1,
    .kf-container .my-lg-n1 {
      margin-bottom: -0.25rem !important; }
    .kf-container .ml-lg-n1,
    .kf-container .mx-lg-n1 {
      margin-left: -0.25rem !important; }
    .kf-container .m-lg-n2 {
      margin: -0.5rem !important; }
    .kf-container .mt-lg-n2,
    .kf-container .my-lg-n2 {
      margin-top: -0.5rem !important; }
    .kf-container .mr-lg-n2,
    .kf-container .mx-lg-n2 {
      margin-right: -0.5rem !important; }
    .kf-container .mb-lg-n2,
    .kf-container .my-lg-n2 {
      margin-bottom: -0.5rem !important; }
    .kf-container .ml-lg-n2,
    .kf-container .mx-lg-n2 {
      margin-left: -0.5rem !important; }
    .kf-container .m-lg-n3 {
      margin: -1rem !important; }
    .kf-container .mt-lg-n3,
    .kf-container .my-lg-n3 {
      margin-top: -1rem !important; }
    .kf-container .mr-lg-n3,
    .kf-container .mx-lg-n3 {
      margin-right: -1rem !important; }
    .kf-container .mb-lg-n3,
    .kf-container .my-lg-n3 {
      margin-bottom: -1rem !important; }
    .kf-container .ml-lg-n3,
    .kf-container .mx-lg-n3 {
      margin-left: -1rem !important; }
    .kf-container .m-lg-n4 {
      margin: -1.5rem !important; }
    .kf-container .mt-lg-n4,
    .kf-container .my-lg-n4 {
      margin-top: -1.5rem !important; }
    .kf-container .mr-lg-n4,
    .kf-container .mx-lg-n4 {
      margin-right: -1.5rem !important; }
    .kf-container .mb-lg-n4,
    .kf-container .my-lg-n4 {
      margin-bottom: -1.5rem !important; }
    .kf-container .ml-lg-n4,
    .kf-container .mx-lg-n4 {
      margin-left: -1.5rem !important; }
    .kf-container .m-lg-n5 {
      margin: -3rem !important; }
    .kf-container .mt-lg-n5,
    .kf-container .my-lg-n5 {
      margin-top: -3rem !important; }
    .kf-container .mr-lg-n5,
    .kf-container .mx-lg-n5 {
      margin-right: -3rem !important; }
    .kf-container .mb-lg-n5,
    .kf-container .my-lg-n5 {
      margin-bottom: -3rem !important; }
    .kf-container .ml-lg-n5,
    .kf-container .mx-lg-n5 {
      margin-left: -3rem !important; }
    .kf-container .m-lg-auto {
      margin: auto !important; }
    .kf-container .mt-lg-auto,
    .kf-container .my-lg-auto {
      margin-top: auto !important; }
    .kf-container .mr-lg-auto,
    .kf-container .mx-lg-auto {
      margin-right: auto !important; }
    .kf-container .mb-lg-auto,
    .kf-container .my-lg-auto {
      margin-bottom: auto !important; }
    .kf-container .ml-lg-auto,
    .kf-container .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1366px) {
    .kf-container .m-xl-0 {
      margin: 0 !important; }
    .kf-container .mt-xl-0,
    .kf-container .my-xl-0 {
      margin-top: 0 !important; }
    .kf-container .mr-xl-0,
    .kf-container .mx-xl-0 {
      margin-right: 0 !important; }
    .kf-container .mb-xl-0,
    .kf-container .my-xl-0 {
      margin-bottom: 0 !important; }
    .kf-container .ml-xl-0,
    .kf-container .mx-xl-0 {
      margin-left: 0 !important; }
    .kf-container .m-xl-1 {
      margin: 0.25rem !important; }
    .kf-container .mt-xl-1,
    .kf-container .my-xl-1 {
      margin-top: 0.25rem !important; }
    .kf-container .mr-xl-1,
    .kf-container .mx-xl-1 {
      margin-right: 0.25rem !important; }
    .kf-container .mb-xl-1,
    .kf-container .my-xl-1 {
      margin-bottom: 0.25rem !important; }
    .kf-container .ml-xl-1,
    .kf-container .mx-xl-1 {
      margin-left: 0.25rem !important; }
    .kf-container .m-xl-2 {
      margin: 0.5rem !important; }
    .kf-container .mt-xl-2,
    .kf-container .my-xl-2 {
      margin-top: 0.5rem !important; }
    .kf-container .mr-xl-2,
    .kf-container .mx-xl-2 {
      margin-right: 0.5rem !important; }
    .kf-container .mb-xl-2,
    .kf-container .my-xl-2 {
      margin-bottom: 0.5rem !important; }
    .kf-container .ml-xl-2,
    .kf-container .mx-xl-2 {
      margin-left: 0.5rem !important; }
    .kf-container .m-xl-3 {
      margin: 1rem !important; }
    .kf-container .mt-xl-3,
    .kf-container .my-xl-3 {
      margin-top: 1rem !important; }
    .kf-container .mr-xl-3,
    .kf-container .mx-xl-3 {
      margin-right: 1rem !important; }
    .kf-container .mb-xl-3,
    .kf-container .my-xl-3 {
      margin-bottom: 1rem !important; }
    .kf-container .ml-xl-3,
    .kf-container .mx-xl-3 {
      margin-left: 1rem !important; }
    .kf-container .m-xl-4 {
      margin: 1.5rem !important; }
    .kf-container .mt-xl-4,
    .kf-container .my-xl-4 {
      margin-top: 1.5rem !important; }
    .kf-container .mr-xl-4,
    .kf-container .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .kf-container .mb-xl-4,
    .kf-container .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    .kf-container .ml-xl-4,
    .kf-container .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .kf-container .m-xl-5 {
      margin: 3rem !important; }
    .kf-container .mt-xl-5,
    .kf-container .my-xl-5 {
      margin-top: 3rem !important; }
    .kf-container .mr-xl-5,
    .kf-container .mx-xl-5 {
      margin-right: 3rem !important; }
    .kf-container .mb-xl-5,
    .kf-container .my-xl-5 {
      margin-bottom: 3rem !important; }
    .kf-container .ml-xl-5,
    .kf-container .mx-xl-5 {
      margin-left: 3rem !important; }
    .kf-container .p-xl-0 {
      padding: 0 !important; }
    .kf-container .pt-xl-0,
    .kf-container .py-xl-0 {
      padding-top: 0 !important; }
    .kf-container .pr-xl-0,
    .kf-container .px-xl-0 {
      padding-right: 0 !important; }
    .kf-container .pb-xl-0,
    .kf-container .py-xl-0 {
      padding-bottom: 0 !important; }
    .kf-container .pl-xl-0,
    .kf-container .px-xl-0 {
      padding-left: 0 !important; }
    .kf-container .p-xl-1 {
      padding: 0.25rem !important; }
    .kf-container .pt-xl-1,
    .kf-container .py-xl-1 {
      padding-top: 0.25rem !important; }
    .kf-container .pr-xl-1,
    .kf-container .px-xl-1 {
      padding-right: 0.25rem !important; }
    .kf-container .pb-xl-1,
    .kf-container .py-xl-1 {
      padding-bottom: 0.25rem !important; }
    .kf-container .pl-xl-1,
    .kf-container .px-xl-1 {
      padding-left: 0.25rem !important; }
    .kf-container .p-xl-2 {
      padding: 0.5rem !important; }
    .kf-container .pt-xl-2,
    .kf-container .py-xl-2 {
      padding-top: 0.5rem !important; }
    .kf-container .pr-xl-2,
    .kf-container .px-xl-2 {
      padding-right: 0.5rem !important; }
    .kf-container .pb-xl-2,
    .kf-container .py-xl-2 {
      padding-bottom: 0.5rem !important; }
    .kf-container .pl-xl-2,
    .kf-container .px-xl-2 {
      padding-left: 0.5rem !important; }
    .kf-container .p-xl-3 {
      padding: 1rem !important; }
    .kf-container .pt-xl-3,
    .kf-container .py-xl-3 {
      padding-top: 1rem !important; }
    .kf-container .pr-xl-3,
    .kf-container .px-xl-3 {
      padding-right: 1rem !important; }
    .kf-container .pb-xl-3,
    .kf-container .py-xl-3 {
      padding-bottom: 1rem !important; }
    .kf-container .pl-xl-3,
    .kf-container .px-xl-3 {
      padding-left: 1rem !important; }
    .kf-container .p-xl-4 {
      padding: 1.5rem !important; }
    .kf-container .pt-xl-4,
    .kf-container .py-xl-4 {
      padding-top: 1.5rem !important; }
    .kf-container .pr-xl-4,
    .kf-container .px-xl-4 {
      padding-right: 1.5rem !important; }
    .kf-container .pb-xl-4,
    .kf-container .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    .kf-container .pl-xl-4,
    .kf-container .px-xl-4 {
      padding-left: 1.5rem !important; }
    .kf-container .p-xl-5 {
      padding: 3rem !important; }
    .kf-container .pt-xl-5,
    .kf-container .py-xl-5 {
      padding-top: 3rem !important; }
    .kf-container .pr-xl-5,
    .kf-container .px-xl-5 {
      padding-right: 3rem !important; }
    .kf-container .pb-xl-5,
    .kf-container .py-xl-5 {
      padding-bottom: 3rem !important; }
    .kf-container .pl-xl-5,
    .kf-container .px-xl-5 {
      padding-left: 3rem !important; }
    .kf-container .m-xl-n1 {
      margin: -0.25rem !important; }
    .kf-container .mt-xl-n1,
    .kf-container .my-xl-n1 {
      margin-top: -0.25rem !important; }
    .kf-container .mr-xl-n1,
    .kf-container .mx-xl-n1 {
      margin-right: -0.25rem !important; }
    .kf-container .mb-xl-n1,
    .kf-container .my-xl-n1 {
      margin-bottom: -0.25rem !important; }
    .kf-container .ml-xl-n1,
    .kf-container .mx-xl-n1 {
      margin-left: -0.25rem !important; }
    .kf-container .m-xl-n2 {
      margin: -0.5rem !important; }
    .kf-container .mt-xl-n2,
    .kf-container .my-xl-n2 {
      margin-top: -0.5rem !important; }
    .kf-container .mr-xl-n2,
    .kf-container .mx-xl-n2 {
      margin-right: -0.5rem !important; }
    .kf-container .mb-xl-n2,
    .kf-container .my-xl-n2 {
      margin-bottom: -0.5rem !important; }
    .kf-container .ml-xl-n2,
    .kf-container .mx-xl-n2 {
      margin-left: -0.5rem !important; }
    .kf-container .m-xl-n3 {
      margin: -1rem !important; }
    .kf-container .mt-xl-n3,
    .kf-container .my-xl-n3 {
      margin-top: -1rem !important; }
    .kf-container .mr-xl-n3,
    .kf-container .mx-xl-n3 {
      margin-right: -1rem !important; }
    .kf-container .mb-xl-n3,
    .kf-container .my-xl-n3 {
      margin-bottom: -1rem !important; }
    .kf-container .ml-xl-n3,
    .kf-container .mx-xl-n3 {
      margin-left: -1rem !important; }
    .kf-container .m-xl-n4 {
      margin: -1.5rem !important; }
    .kf-container .mt-xl-n4,
    .kf-container .my-xl-n4 {
      margin-top: -1.5rem !important; }
    .kf-container .mr-xl-n4,
    .kf-container .mx-xl-n4 {
      margin-right: -1.5rem !important; }
    .kf-container .mb-xl-n4,
    .kf-container .my-xl-n4 {
      margin-bottom: -1.5rem !important; }
    .kf-container .ml-xl-n4,
    .kf-container .mx-xl-n4 {
      margin-left: -1.5rem !important; }
    .kf-container .m-xl-n5 {
      margin: -3rem !important; }
    .kf-container .mt-xl-n5,
    .kf-container .my-xl-n5 {
      margin-top: -3rem !important; }
    .kf-container .mr-xl-n5,
    .kf-container .mx-xl-n5 {
      margin-right: -3rem !important; }
    .kf-container .mb-xl-n5,
    .kf-container .my-xl-n5 {
      margin-bottom: -3rem !important; }
    .kf-container .ml-xl-n5,
    .kf-container .mx-xl-n5 {
      margin-left: -3rem !important; }
    .kf-container .m-xl-auto {
      margin: auto !important; }
    .kf-container .mt-xl-auto,
    .kf-container .my-xl-auto {
      margin-top: auto !important; }
    .kf-container .mr-xl-auto,
    .kf-container .mx-xl-auto {
      margin-right: auto !important; }
    .kf-container .mb-xl-auto,
    .kf-container .my-xl-auto {
      margin-bottom: auto !important; }
    .kf-container .ml-xl-auto,
    .kf-container .mx-xl-auto {
      margin-left: auto !important; } }
  .kf-container .position-static {
    position: static !important; }
  .kf-container .position-relative {
    position: relative !important; }
  .kf-container .position-absolute {
    position: absolute !important; }
  .kf-container .position-fixed {
    position: fixed !important; }
  .kf-container .position-sticky {
    position: sticky !important; }
  .kf-container .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .kf-container .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports (position: sticky) {
    .kf-container .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .kf-container .tac {
    text-align: center; }
  .kf-container .tal {
    text-align: left; }
  .kf-container .tar {
    text-align: right; }
  .kf-container .fw-thin {
    font-weight: 100; }
  .kf-container .fw-light {
    font-weight: 300; }
  .kf-container .fw-regular {
    font-weight: 400; }
  .kf-container .fw-medium {
    font-weight: 500; }
  .kf-container .fw-bold {
    font-weight: 700; }
  .kf-container .fw-black {
    font-weight: 900; }
  .kf-container .btn, .kf-container .icon, .kf-container .vm, .kf-container .vm-fix {
    display: inline-block;
    vertical-align: middle; }
  .kf-container .title {
    font-size: 2.1em;
    line-height: 1.2em;
    margin-bottom: 0.8em; }
  .kf-container .tip {
    font-size: 0.8em;
    line-height: 1.2;
    margin-top: 1em; }
  .kf-container div.img {
    text-indent: -9999999px;
    overflow: hidden; }
  .kf-container .nowrap {
    white-space: nowrap; }
  .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 #RGBKeyboard {
    background: #0d0d0d;
    color: #fff;
    padding: 50px 0 0 0; }
    .kf-container #RGBKeyboard .center {
      position: relative; }
  .kf-container #RGBKeyboard .frame {
    position: relative;
    z-index: 12;
    width: 1130px;
    margin: 0 auto; }
  .kf-container .rgb_bg {
    position: relative;
    margin: -120px auto 0;
    width: 1192px;
    height: 827px;
    z-index: 11; }
  .kf-container .rgb_control {
    z-index: 20;
    display: none; }
  .kf-container .rgb_control_panel {
    margin: 0 auto;
    text-align: center;
    list-style: none;
    padding: 0px 0 45px; }
    .kf-container .rgb_control_panel li {
      position: relative;
      display: inline-block;
      padding: 10px 30px;
      vertical-align: top;
      min-height: 123px; }
      .kf-container .rgb_control_panel li:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%; }
    .kf-container .rgb_control_panel li:last-child:after {
      border: none;
      content: none; }
  .kf-container .rgb-icons {
    margin: 0 auto 15px; }
    .kf-container .rgb-icons .btn-rgbicon {
      margin: 0 4px; }
  .kf-container #KBframe {
    position: absolute;
    left: 61px;
    top: 180px;
    width: 1064px;
    height: 308px;
    overflow: hidden; }
  .kf-container .icon-rgbicon {
    width: 64px;
    height: 64px;
    background: url("../images/rgb-icon.png") 0 0 no-repeat; }
    .kf-container .icon-rgbicon:after {
      content: '';
      background-position-y: -64px;
      width: 1px;
      height: 1px;
      visibility: hidden;
      opacity: 0; }
  .kf-container .icon-rgbicon-wave {
    background-position-x: 0px; }
  .kf-container .icon-rgbicon-breathing {
    background-position-x: -64px; }
  .kf-container .icon-rgbicon-raindrop {
    background-position-x: -128px; }
  .kf-container .icon-rgbicon-marquee {
    background-position-x: -192px; }
  .kf-container .icon-rgbicon-waveonkeypress {
    background-position-x: -256px; }
  .kf-container .icon-rgbicon-static {
    background-position-x: -320px; }
  .kf-container .icon-rgbicon-gametype {
    background-position-x: -384px; }
  .kf-container .rgb-icons .btn-rgbicon {
    margin-top: 30px; }
  .kf-container .btn-rgbicon {
    position: relative;
    border-radius: 50%;
    perspective: 200px; }
    .kf-container .btn-rgbicon .btn-rgbbtntitle {
      opacity: 0;
      transition: all 400ms ease;
      transform-style: preserve-3d;
      transform-origin: center;
      transform: translate(-50%, 10px); }
    .kf-container .btn-rgbicon.hover .btn-rgbbtntitle {
      opacity: 1;
      transform: translate(-50%, 0); }
    .kf-container .btn-rgbicon:hover, .kf-container .btn-rgbicon.active {
      box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.2);
      transition: box-shadow 250ms ease; }
      .kf-container .btn-rgbicon:hover .icon-rgbicon, .kf-container .btn-rgbicon.active .icon-rgbicon {
        background-position-y: -64px;
        transition: background-image 300ms ease; }
  .kf-container span.btn-rgbbtntitle {
    position: absolute;
    top: -28px;
    width: auto;
    left: 50%;
    line-height: 14px;
    word-wrap: normal;
    white-space: nowrap; }
    .kf-container span.btn-rgbbtntitle:before {
      content: '[';
      margin-right: 5px; }
    .kf-container span.btn-rgbbtntitle:after {
      content: ']';
      margin-left: 5px; }
  .kf-container .icon-wavedir {
    width: 24px;
    height: 24px;
    background: url("../images/rgb-icon.png") 0 -128px no-repeat; }
  .kf-container .icon-wavedir-left {
    background-position-x: 0px; }
  .kf-container .icon-wavedir-right {
    background-position-x: -24px; }
  .kf-container .icon-wavedir-up {
    background-position-x: -48px; }
  .kf-container .icon-wavedir-down {
    background-position-x: -72px; }
  .kf-container .btn-wavedir .icon-wavedir {
    transition: opacity 400ms ease;
    opacity: 0.2; }
  .kf-container .btn-wavedir:hover .icon-wavedir, .kf-container .btn-wavedir.active .icon-wavedir {
    opacity: 1; }
  .kf-container #rd-kb {
    position: relative;
    width: 1118px;
    height: 503px; }
  .kf-container .kb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/kb-cover.png") 0 0 no-repeat;
    z-index: 99; }
  .kf-container .ef, .kf-container .ef-img {
    position: absolute;
    left: 0;
    top: 0; }
  .kf-container .ef {
    width: 100%;
    height: 100%;
    transition: opacity 400ms ease 0s;
    opacity: 0; }
  .kf-container #kb-ef {
    position: absolute; }
    .kf-container #kb-ef.marquee_single #ef2-marquee,
    .kf-container #kb-ef.marquee #ef2-marquee,
    .kf-container #kb-ef.wave_td .ef1-td-img,
    .kf-container #kb-ef.wave_lr .ef1-lr-img,
    .kf-container #kb-ef.default #ef0-default,
    .kf-container #kb-ef.raincolor #vkb,
    .kf-container #kb-ef.waveonkey #ef6-waveonkeypress,
    .kf-container #kb-ef.gametype #ef7-gametype,
    .kf-container #kb-ef.singlecolor #ef3-static,
    .kf-container #kb-ef.breathcolor #ef4-breath {
      opacity: 1; }
  .kf-container #ef6-waveonkeypress {
    background: #4e4e4e; }
  .kf-container .kb-ef {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 1368px;
    height: 244px;
    overflow: hidden; }
  .kf-container .kb-gkey {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 60px;
    height: 307px;
    z-index: 98;
    background: red;
    display: none; }
  .kf-container .ef1-lr-img {
    background: url("../images/rainbow-x.jpg") 0 0 repeat-x; }
  .kf-container .ef1-td-img {
    background: url("../images/rainbow-y.jpg") 0 0 repeat-y; }
  .kf-container .ef2-img {
    width: 349px;
    height: 43px;
    background: url("../images/Marquee.png") 0 0 no-repeat; }
  .kf-container .ef2-img-2 {
    transform: rotateY(180deg); }
  .kf-container #ef0-default {
    background: url("../images/rainbow-x.jpg") 0 0 repeat-x; }
  .kf-container #ef4-breathing {
    width: 100%;
    height: 100%;
    transition: background-color 1.5s ease 0s; }
  .kf-container .default-color {
    background: #4e4e4e; }
  .kf-container .ag-keyboard-press {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    background: none;
    transition: opacity 400ms ease-in-out 0s; }
  .kf-container .ag-keyboard-press.on {
    opacity: 1;
    transition: opacity 200ms ease-out 0s; }
  .kf-container .ef6-img {
    width: 281px;
    height: 295px;
    background: url("../images/wave.png") 0 0 no-repeat;
    transition: transform 400ms ease 0s;
    transform: scale(0.4); }
  .kf-container .ef6-img.on {
    transform: scale(1); }
  .kf-container .ef6-img.right {
    transform: rotateY(180deg) scale(0.4); }
  .kf-container .ef6-img.right.on {
    transform: rotateY(180deg) scale(1); }

@keyframes wave_lr {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1063px 0; } }

@keyframes wave_td {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -611px; } }
  .kf-container .ef6-vcblock {
    left: 500px;
    width: 281px;
    height: 295px;
    transition: transform 400ms ease 0s;
    transform: scale(0.4); }
    .kf-container .ef6-vcblock.on {
      transform: scale(1); }
    .kf-container .ef6-vcblock.right {
      transform: rotateY(180deg) scale(0.4); }
    .kf-container .ef6-vcblock.right.on {
      transform: rotateY(180deg) scale(1); }
    .kf-container .ef6-vcblock .ef6-block {
      position: absolute;
      background-color: #9afeff; }
    .kf-container .ef6-vcblock .block-front {
      position: absolute;
      left: 100%;
      top: 0;
      width: 15px;
      height: 100%;
      opacity: 0.2; }
    .kf-container .ef6-vcblock .block-back {
      position: absolute;
      right: 100%;
      top: 0;
      width: 64px;
      height: 100%;
      opacity: 0.4; }
  .kf-container .block1 {
    left: 165px;
    top: 0px;
    width: 104px;
    height: 47px; }
  .kf-container .block2 {
    left: 123px;
    top: 46px;
    width: 104px;
    height: 48px; }
  .kf-container .block3 {
    left: 93px;
    top: 94px;
    width: 104px;
    height: 42px; }
  .kf-container .block4 {
    left: 71px;
    top: 136px;
    width: 104px;
    height: 59px; }
  .kf-container .block5 {
    left: 114px;
    top: 195px;
    width: 104px;
    height: 41px; }
  .kf-container .block6 {
    left: 146px;
    top: 236px;
    width: 104px;
    height: 59px; }
  .kf-container .sp-preview {
    border: none;
    width: 33px;
    height: 18px; }
  .kf-container #select_gt {
    width: auto; }
  .kf-container .sp-dd {
    transform: scale(0.8); }
  @media screen and (max-width: 1366px) {
    .kf-container #RGBKeyboard {
      padding-top: 40px; }
    .kf-container #RGBKeyboard .frame {
      width: 880px; }
    .kf-container .rgb_control {
      height: 210px; }
    .kf-container .rgb_control_panel li {
      padding: 10px 20px; } }
  @media screen and (max-width: 960px) {
    .kf-container #RGBKeyboard {
      background: url(../images/rgbkb_960.jpg) center bottom no-repeat;
      height: 646px; }
    .kf-container .rgb_bg, .kf-container .rgb_control {
      display: none; }
    .kf-container #RGBKeyboard .frame {
      width: 610px;
      padding-top: 40px; } }
  @media screen and (max-width: 640px) {
    .kf-container #RGBKeyboard {
      background-image: url(../images/rgbkb_640.jpg);
      height: 676px;
      padding-top: 0; }
    .kf-container #RGBKeyboard .frame {
      width: auto;
      padding-top: 20px; } }
  .kf-container .center {
    max-width: 1366px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: inherit; }
  .kf-container .tip {
    color: #999; }
  .kf-container .ts-group {
    line-height: 0.9;
    text-transform: uppercase; }
    .kf-container .ts-group .ts-s, .kf-container .ts-group .ts-m, .kf-container .ts-group .ts-l {
      padding: 5px 0; }
    .kf-container .ts-group .ts-s {
      font-size: 1em; }
    .kf-container .ts-group .ts-m {
      font-size: 3em; }
    .kf-container .ts-group .ts-l {
      font-size: 12em; }
    .kf-container .ts-group + .ts-group {
      margin-top: 2.5em; }
  .kf-container .section {
    position: relative;
    z-index: 11;
    max-width: 1920px;
    margin: 0 auto; }
  .kf-container .section .content-box {
    padding: 20px; }
  .kf-container .sticky-container {
    position: relative; }
    .kf-container .sticky-container .sticky-item {
      position: sticky;
      top: 0px; }
  .kf-container .js-parallex.fixed {
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    z-index: 10; }
  .kf-container .js-parallex.fixed-end {
    position: relative;
    bottom: auto;
    z-index: 11; }
  .kf-container .js-parallex-fixed.in {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9; }
  .kf-container .js-parallex-fixed.out {
    position: relative;
    top: auto;
    z-index: 11; }
  .kf-container .parallex-container.fixed {
    position: fixed;
    bottom: 30%;
    left: 0;
    right: 0; }
  .kf-container .s_kv {
    background: url(../images/kv_1920.jpg) center top no-repeat;
    padding-top: 740px;
    padding-bottom: 100px;
    text-align: center;
    position: relative; }
    .kf-container .s_kv:after {
      content: '';
      display: block;
      background: linear-gradient(0deg, black, transparent);
      height: 100px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .kf-container .s_kv .link {
      color: inherit;
      display: inline-block;
      margin-top: 15px;
      color: #ff6400;
      text-decoration: underline; }
  .kf-container .s1 {
    background-color: #000;
    position: relative; }
    .kf-container .s1 .sticky-container.video {
      margin-bottom: -14%; }
    .kf-container .s1 .text-content {
      position: relative;
      text-align: center;
      padding-bottom: 10vh; }
    .kf-container .s1 .sticky-container.text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .kf-container .s1 .s1-text {
      position: absolute;
      top: 0;
      width: 100%; }
      .kf-container .s1 .s1-text .anim-item {
        opacity: 1;
        transition: transform ease 400ms, opacity ease-out 400ms;
        opacity: 0;
        transform: translateY(30px); }
      .kf-container .s1 .s1-text.show-text .anim-item {
        opacity: 1;
        transform: translateY(0); }
      .kf-container .s1 .s1-text .content-box.left .text {
        transition-delay: 0; }
      .kf-container .s1 .s1-text .content-box.left .content {
        transition-delay: 100ms; }
      .kf-container .s1 .s1-text .content-box.right .ts-group:first-child {
        transition-delay: 200ms; }
      .kf-container .s1 .s1-text .content-box.right .ts-group:last-child {
        transition-delay: 300ms; }
    .kf-container .s1 .omron_static {
      display: none;
      position: absolute;
      width: 183px;
      height: 604px;
      top: 240px;
      left: 50%;
      margin-left: -92px;
      display: block;
      top: 13.2%;
      top: 26.6vh;
      margin-left: -91px;
      transform-origin: center;
      background: url(../images/omron_static_full.jpg) center center no-repeat;
      background-size: contain;
      top: 0;
      left: 0;
      margin: 0;
      width: 100%;
      height: auto; }
      .kf-container .s1 .omron_static:after {
        content: '';
        display: block;
        padding-bottom: 56.25%; }
      .kf-container .s1 .omron_static.hide-text {
        opacity: 0;
        visibility: hidden; }
    .kf-container .s1 .s1-video {
      position: relative;
      margin-bottom: -56.25%; }
      .kf-container .s1 .s1-video video {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
      .kf-container .s1 .s1-video:after {
        content: '';
        display: block;
        padding-bottom: 56.25%; }
    .kf-container .s1 .s1-text .content-box {
      position: absolute;
      top: 220px;
      left: 50%;
      width: 465px;
      margin-left: -590px;
      padding: 0; }
    .kf-container .s1 .s1-text .content-box.right {
      position: absolute;
      top: 220px;
      left: 50%;
      width: 465px;
      margin-left: 150px; }
    .kf-container .s1 .s1-keyboard {
      opacity: 0;
      transition: all ease 0ms; }
      .kf-container .s1 .s1-keyboard.show {
        transition-duration: 400ms;
        opacity: 1; }
      .kf-container .s1 .s1-keyboard .content-box {
        text-align: center;
        position: relative;
        z-index: 20; }
  .kf-container .s1 .s1-keyboard:after {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .kf-container .s1 .s1-keyboard .rgb_bg {
    background: url(../images/rgb_1920.jpg) center center no-repeat;
    background-size: cover;
    margin: 17.6% auto 0;
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden; }
    .kf-container .s1 .s1-keyboard .rgb_bg:after {
      content: '';
      display: block;
      padding-bottom: 38.59%; }
  .kf-container .s1 .s1-keyboard .rgb_control {
    position: relative; }
  .kf-container .s1 .s1-keyboard #KBframe {
    left: 50%;
    top: 45.93%;
    width: 1376px;
    height: 252px;
    margin-left: -689px;
    margin-top: -126px;
    transform-origin: center; }
  .kf-container .img-s1kt {
    background: url(../images/s1-keytravel.png) center center no-repeat;
    width: 331px;
    height: 175px; }
  .kf-container .img-s1kl {
    background: url(../images/s1-keylife.png) center center no-repeat;
    width: 210px;
    height: 175px; }
  .kf-container .s2 {
    background: url(../images/rgb_1920.jpg) center top no-repeat;
    padding-top: 467px;
    padding-bottom: 60px; }
  .kf-container .s3 {
    background: url(../images/GPU_1920.jpg) center bottom no-repeat;
    height: 950px; }
  .kf-container .s3-1 {
    padding: 30px 0;
    background: #000;
    text-align: center; }
  .kf-container .s4 {
    background: #282828 url(../images/RTX_1920.jpg) center top no-repeat;
    padding-top: 555px; }
    .kf-container .s4 #rtx-features .content-box {
      padding: 50px 0 110px;
      display: none; }
      .kf-container .s4 #rtx-features .content-box.active {
        display: block; }
    .kf-container .s4 .rtx_cover_text {
      background: url("../images/rtx_cover_text.png") 0 0 no-repeat;
      width: 313px;
      height: 66px;
      position: absolute;
      bottom: 20px;
      right: 168px; }
    .kf-container .s4 .img-rtx_static {
      max-width: 100%;
      background-size: cover;
      height: auto; }
      .kf-container .s4 .img-rtx_static:after {
        content: '';
        display: block;
        padding-bottom: 56.07%; }
  .kf-container .img-rtx_static {
    background: url(../images/rtx_static.jpg) center 0 no-repeat;
    width: 610px;
    height: 342px; }
  .kf-container .yt-iframe {
    position: relative; }
    .kf-container .yt-iframe:after {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
    .kf-container .yt-iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .kf-container .choose-list {
    color: #646464; }
    .kf-container .choose-list .choose-title {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 4px solid #323232; }
    .kf-container .choose-list .choose-item {
      cursor: pointer; }
      .kf-container .choose-list .choose-item.active .choose-title, .kf-container .choose-list .choose-item:hover .choose-title {
        color: #ff6400;
        border-color: #ff6400; }
      .kf-container .choose-list .choose-item.active .choose-content, .kf-container .choose-list .choose-item:hover .choose-content {
        color: #fff; }
  .kf-container #comparison-slider {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto; }
    .kf-container #comparison-slider .compare-item {
      position: absolute;
      left: 0px;
      top: 0px;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%; }
    .kf-container #comparison-slider:after {
      content: '';
      display: block;
      padding-bottom: 56.09%; }
  .kf-container .compare-item {
    overflow: hidden; }
    .kf-container .compare-item img, .kf-container .compare-item video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .kf-container #comparison-slider .compare-item {
    -webkit-user-drag: none;
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .kf-container .compare-left {
    z-index: 21; }
  .kf-container .compare-right {
    z-index: 20; }
  .kf-container .compare-divider {
    position: absolute;
    top: 0px;
    width: 0;
    height: 100%;
    cursor: ew-resize !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    z-index: 998;
    left: 50%; }
  .kf-container .compare-dragger {
    width: 216px;
    height: 100%;
    background: url("../images/slider-dragbar.png") center center no-repeat;
    position: relative;
    margin-left: -12px;
    cursor: ew-resize !important;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: -108px; }
  .kf-container .compare-arrows {
    position: relative;
    width: 36px;
    height: 48px;
    display: none;
    /* background-image: url(../sass/images/ic_compare_arrows_black_24px.svg); */ }
  @media screen and (max-width: 1366px) {
    .kf-container .compare-dragger {
      background-size: cover;
      width: 177px;
      margin-left: -88px; } }
  .kf-container .s5 {
    background: #282828 url(../images/aoruscc_1920.jpg) center center no-repeat;
    height: 667px;
    padding-top: 100px; }
    .kf-container .s5 .content-box {
      margin: 0 40px; }
  .kf-container .s6 {
    background: #000 url(../images/design_1920.jpg) center center no-repeat;
    min-height: 100vh;
    text-align: center;
    padding-top: 300px;
    background-attachment: fixed; }
    .kf-container .s6 .content-box {
      padding: 0; }
  .kf-container .s6-2 {
    text-align: center;
    overflow: hidden;
    position: relative; }
    .kf-container .s6-2 .title {
      font-weight: bold;
      font-size: 3em; }
    .kf-container .s6-2 .center, .kf-container .s6-2 .row {
      height: 100%; }
    .kf-container .s6-2 .row {
      align-content: center; }
    .kf-container .s6-2 .design-item.active .title {
      color: #ff6400; }
  .kf-container .design-list {
    background: url(../images/design_slide.jpg) 0 0 no-repeat;
    height: 677px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 400ms ease-in-out;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px; }
    .kf-container .design-list .design-item {
      cursor: pointer; }
    .kf-container .design-list.item-0 {
      background-position-x: 0; }
    .kf-container .design-list.item-1 {
      background-position-x: -1920px; }
    .kf-container .design-list.item-2 {
      background-position-x: -3840px; }
  .kf-container .s7 {
    background-color: #000;
    min-height: 1227px;
    text-align: center; }
    .kf-container .s7 .center {
      position: relative; }
    .kf-container .s7 .title {
      position: relative;
      margin-left: 230px;
      margin-right: 230px; }
    .kf-container .s7 .sticky-container {
      transform: scale(1);
      margin-bottom: -23.5%; }
    .kf-container .s7 .s7-video-box {
      position: relative; }
      .kf-container .s7 .s7-video-box:after {
        content: '';
        display: block;
        position: absolute;
        padding-bottom: 8%;
        width: 100%;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(0deg, #000, transparent); }
    .kf-container .s7 .s7-video {
      transform: scale(1);
      position: relative;
      margin-bottom: -56.25%; }
      .kf-container .s7 .s7-video video {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        margin-left: -0.7%; }
      .kf-container .s7 .s7-video:after {
        content: '';
        display: block;
        padding-bottom: 56.25%; }
    .kf-container .s7 .s7-video-static {
      display: none;
      position: absolute;
      width: 183px;
      height: 604px;
      top: 240px;
      left: 50%;
      margin-left: -92px;
      top: 13.2%;
      top: 26.6vh;
      margin-left: -91px;
      transform-origin: center;
      background: url(../images/cpu_static.jpg) center center no-repeat;
      background-size: contain;
      top: 0;
      left: 0;
      margin: 0;
      width: 100%;
      height: auto;
      margin-top: -20%; }
      .kf-container .s7 .s7-video-static:after {
        content: '';
        display: block;
        padding-bottom: 66.72%; }
      .kf-container .s7 .s7-video-static.hide-text {
        opacity: 0;
        visibility: hidden; }
    .kf-container .s7 .s7-video-bg {
      background: url(../images/cpu_bg.jpg) center center no-repeat;
      background-size: cover;
      margin: 28% auto 0;
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
      opacity: 0;
      transition: all ease-out 500ms 100ms; }
      .kf-container .s7 .s7-video-bg:after {
        content: '';
        display: block;
        padding-bottom: 40.83%; }
      .kf-container .s7 .s7-video-bg.show {
        opacity: 1; }
    .kf-container .s7 .cbox {
      margin-top: 50px;
      margin-bottom: 50px; }
      .kf-container .s7 .cbox .img {
        display: inline-block; }
      .kf-container .s7 .cbox .cbox-title {
        display: none; }
    .kf-container .s7 .img-cpu_shiru {
      position: absolute;
      top: 50%;
      margin-top: -94px;
      left: 729px; }
  .kf-container .img-cpu_shiru {
    background: url(../images/cpu_shiru.png) 0 0 no-repeat;
    width: 187px;
    height: 187px; }
  .kf-container .cbox .cbox-title {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .kf-container .img-cbox-core {
    background: url(../images/cpu_core.png) 0 0 no-repeat;
    width: 375px;
    height: 213px; }
  .kf-container .img-cbox-perf {
    background: url(../images/cpu_performance.png) 0 0 no-repeat;
    width: 358px;
    height: 212px; }
  .kf-container .s8 {
    background-color: #000;
    z-index: 11; }
    .kf-container .s8 .s8-video {
      position: relative; }
      .kf-container .s8 .s8-video video {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
      .kf-container .s8 .s8-video:after {
        content: '';
        display: block;
        padding-bottom: 56.25%; }
    .kf-container .s8 .content-box {
      padding: 0 14px; }
    .kf-container .s8 .cbox {
      margin-left: 7px; }
    .kf-container .s8 .icon-windforce {
      margin-bottom: 60px;
      max-width: 100%;
      background-size: 100%;
      height: auto; }
      .kf-container .s8 .icon-windforce:after {
        content: '';
        display: block;
        padding-bottom: 13.97%; }
    .kf-container .s8 .col-12.right {
      align-self: flex-end; }
    .kf-container .s8 .img-thermal_increase {
      max-width: 100%;
      background-size: cover;
      height: auto; }
      .kf-container .s8 .img-thermal_increase:after {
        content: '';
        display: block;
        padding-bottom: 49.16%; }
  .kf-container .icon-windforce {
    background: url(../images/logo_windforce.png) 0 0 no-repeat;
    width: 859px;
    height: 120px; }
  .kf-container .img-thermal_increase {
    background: url(../images/thermal_increase.png) 0 0 no-repeat;
    width: 356px;
    height: 175px; }
  .kf-container .highlight {
    color: #ff6400; }
  .kf-container .s8-1 {
    color: #fff;
    padding: 40px 0;
    z-index: 10; }
    .kf-container .s8-1 .highlight {
      font-size: 2em;
      line-height: 1;
      text-transform: uppercase; }
    .kf-container .s8-1 .content-box .title {
      color: #ff6400;
      height: 3.6em; }
    .kf-container .s8-1 .content-box .content {
      height: 10.5em;
      margin-bottom: 30px; }
    .kf-container .s8-1 .row {
      margin: 30px auto; }
      .kf-container .s8-1 .row .box {
        padding: 0 14px; }
    .kf-container .s8-1 .img {
      max-width: 100%;
      background-size: cover;
      height: auto; }
      .kf-container .s8-1 .img:after {
        content: '';
        display: block;
        padding-bottom: 100.35%; }
  .kf-container .img-thermal_an-1 {
    background: url(../images/img-thermal_an-1.jpg) 0 0 no-repeat;
    width: 283px;
    height: 284px; }
  .kf-container .img-thermal_an-2 {
    background: url(../images/img-thermal_an-2.jpg) 0 0 no-repeat;
    width: 283px;
    height: 284px; }
  .kf-container .img-thermal_an-3 {
    background: url(../images/img-thermal_an-3.jpg) 0 0 no-repeat;
    width: 283px;
    height: 284px; }
  .kf-container .img-thermal_an-4 {
    background: url(../images/img-thermal_an-4.jpg) 0 0 no-repeat;
    width: 283px;
    height: 284px; }
  .kf-container .s9 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px; }
    .kf-container .s9 .img {
      margin: 0 auto; }
    .kf-container .s9 .box {
      padding: 0 14px;
      margin-bottom: 60px; }
    .kf-container .s9 .box-head {
      margin-bottom: 30px; }
    .kf-container .s9 .box-image {
      margin-bottom: 30px; }
    .kf-container .s9 .box-content {
      text-align: left; }
    .kf-container .s9 .img-msai, .kf-container .s9 .img-aii {
      background-size: contain;
      max-width: 350px;
      height: auto; }
      .kf-container .s9 .img-msai:after, .kf-container .s9 .img-aii:after {
        content: '';
        display: block;
        padding-bottom: 22%; }
    .kf-container .s9 .img-ai_images {
      background-size: cover;
      height: auto; }
      .kf-container .s9 .img-ai_images:after {
        content: '';
        display: block;
        padding-bottom: 56.25%; }
  .kf-container .img-aii {
    background: url(../images/icon-AII.png) center center no-repeat; }
  .kf-container .img-msai {
    background: url(../images/msai.png) center center no-repeat; }
  .kf-container .img-ai_images-1 {
    background: url(../images/ai_images-1.jpg) 0 0 no-repeat; }
  .kf-container .img-ai_images-2 {
    background: url(../images/ai_images-2.jpg) 0 0 no-repeat; }
  .kf-container .s10 {
    background: #000 url(../images/storage_1920.jpg) center top no-repeat;
    padding-top: 780px; }
    .kf-container .s10 .content-box.top .img + .img {
      margin-left: 45px; }
    .kf-container .s10 .content-box.right .content {
      padding-left: 2px;
      margin-bottom: -18px; }
    .kf-container .s10 .img {
      display: inline-block;
      vertical-align: middle; }
    .kf-container .s10 .float-box {
      width: 50%; }
    .kf-container .s10 .img-storage_diagram {
      max-width: 100%;
      background-size: cover;
      height: auto; }
      .kf-container .s10 .img-storage_diagram:after {
        content: '';
        display: block;
        padding-bottom: 30%; }
  .kf-container .img-intel_760p {
    background: url(../images/intel_760p.png) 0 0 no-repeat;
    width: 268px;
    height: 179px; }
  .kf-container .img-upto_6tb {
    background: url(../images/upto_6tb.png) 0 0 no-repeat;
    width: 260px;
    height: 179px; }
  .kf-container .img-storage_diagram {
    background: url(../images/storage_diagram.png) 0 0 no-repeat;
    width: 721px;
    height: 202px; }
  .kf-container .s11 {
    background: url(../images/ram_1920.jpg) center 0 no-repeat;
    height: 963px; }
    .kf-container .s11 .center {
      height: 100%; }
      .kf-container .s11 .center .row {
        height: 100%; }
    .kf-container .s11 .img-dram_samsung {
      max-width: 100%;
      background-size: cover;
      height: auto;
      margin-top: 80px; }
      .kf-container .s11 .img-dram_samsung:after {
        content: '';
        display: block;
        padding-bottom: 51.14%; }
  .kf-container .img-dram_samsung {
    background: url(../images/dram_samsung.png) center 0 no-repeat;
    width: 483px;
    height: 247px; }
  .kf-container .s12 {
    background: #000 url(../images/panel_1920.jpg) center 0 no-repeat;
    padding-top: 1150px;
    text-align: center; }
  .kf-container .s13 {
    background-color: #000;
    text-align: center; }
    .kf-container .s13 .s13-video {
      position: relative; }
      .kf-container .s13 .s13-video video {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 10; }
      .kf-container .s13 .s13-video:after {
        content: '';
        display: block;
        padding-bottom: 56.25%; }
    .kf-container .s13 .s13-video-img_start {
      background: url(../images/pantone_video_start.jpg) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all ease-out 0s;
      z-index: 11; }
      .kf-container .s13 .s13-video-img_start.show {
        opacity: 1;
        transition-duration: 250ms; }
    .kf-container .s13 .s13-video-img_end {
      background: url(../images/pantone_video_end.jpg) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all ease-out 150ms;
      z-index: 12; }
      .kf-container .s13 .s13-video-img_end.show {
        opacity: 1; }
    .kf-container .s13 .content-box {
      width: 85%;
      margin: 0 auto; }
      .kf-container .s13 .content-box .title {
        padding-left: 220px;
        padding-right: 220px;
        position: relative; }
        .kf-container .s13 .content-box .title .img-pantone_shiru {
          position: absolute;
          top: 50%;
          margin-top: -60px;
          left: 900px; }
    .kf-container .s13 .img-xrite_delta {
      max-width: 100%;
      background-size: cover;
      height: auto;
      margin: 100px auto; }
      .kf-container .s13 .img-xrite_delta:after {
        content: '';
        display: block;
        padding-bottom: 17.44%; }
  .kf-container .img-pantone_shiru {
    background: url(../images/pantone_shiru.png) 0 0 no-repeat;
    width: 119px;
    height: 119px; }
  .kf-container .img-xrite_delta {
    background: url(../images/xrite_delta.png) 0 0 no-repeat;
    width: 1009px;
    height: 176px; }
  .kf-container .s14 {
    background: url(../images/killer_1920.jpg) center top no-repeat;
    min-height: 1188px;
    padding-top: 60px; }
  .kf-container .s15 {
    text-align: center;
    padding-top: 90px;
    overflow: hidden; }
    .kf-container .s15 .content-box .title {
      padding-left: 370px;
      padding-right: 370px;
      position: relative; }
      .kf-container .s15 .content-box .title .img-ess_shiru {
        position: absolute;
        top: 50%;
        margin-top: -121px;
        left: 938px; }
      .kf-container .s15 .content-box .title .text {
        position: relative; }
    .kf-container .s15 .content-box .content {
      position: relative; }
    .kf-container .s15 .ess-text {
      position: relative;
      z-index: 11; }
    .kf-container .s15 .ess-visual {
      position: relative;
      z-index: 10; }
  .kf-container .ess-visual {
    position: relative; }
    .kf-container .ess-visual .ess-video {
      position: absolute;
      width: 1920px;
      top: -170px;
      left: 50%;
      margin-left: -960px;
      z-index: 10; }
      .kf-container .ess-visual .ess-video:after {
        content: '';
        display: block;
        padding-bottom: 56.25%; }
      .kf-container .ess-visual .ess-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .kf-container .ess-visual .ess-laptop {
      background: url(../images/ess_laptop.png) 0 0 no-repeat;
      width: 1237px;
      margin: 0 auto;
      position: relative;
      left: 50%;
      margin-left: -618px;
      z-index: 12;
      background-size: cover; }
      .kf-container .ess-visual .ess-laptop:after {
        content: '';
        display: block;
        padding-bottom: 65.56%; }
    .kf-container .ess-visual .ess-bg {
      position: relative;
      margin-top: -250px;
      background: #000 url(../images/ess_1920.jpg) center bottom no-repeat;
      height: 980px;
      z-index: 11; }
  .kf-container .img-ess_shiru {
    background: url(../images/ess_shiru.jpg) 0 0 no-repeat;
    width: 228px;
    height: 241px; }
  .kf-container .s16 {
    background: url(../images/nahimic_1920.jpg) center top no-repeat;
    padding-top: 750px;
    text-align: center; }
    .kf-container .s16 .icon-nahimic {
      margin-bottom: 5px; }
    .kf-container .s16 .center {
      position: relative; }
    .kf-container .s16 .text-main {
      position: relative;
      top: -700px;
      line-height: 1.4;
      font-size: 0.9em;
      padding: 0 7.7%;
      height: 0; }
    .kf-container .s16 .icon {
      margin-bottom: 1em; }
    .kf-container .s16 .content-box .title {
      font-size: 1.2em; }
    .kf-container .s16 .content-box .content {
      max-width: 890px;
      margin: 0 auto; }
    .kf-container .s16 .features {
      font-size: 0.8em;
      line-height: 1.5;
      padding: 80px 0;
      max-width: 960px;
      margin: 0 auto; }
    .kf-container .s16 .container-fluid {
      padding: 0;
      background-color: rgba(19, 20, 21, 0.9); }
    .kf-container .s16 a.more {
      text-decoration: none;
      color: #FFF;
      border: solid 2px #ddd;
      border-radius: 30px;
      padding: 10px 40px;
      margin-top: 30px;
      margin-bottom: 60px;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0);
      transition: background-color 150ms ease; }
      .kf-container .s16 a.more:hover {
        background-color: rgba(255, 255, 255, 0.3); }
  .kf-container .icon-nahimic {
    background: url("../images/icon-Nahimic-199.png") 0 0 no-repeat;
    width: 199px;
    height: 47px; }
  .kf-container .icon-nahimic_feature-1 {
    background: url("../images/icon-nahimic-surround.png") 0 0 no-repeat;
    width: 116px;
    height: 112px; }
  .kf-container .icon-nahimic_feature-2 {
    background: url("../images/icon-nahimic-device-compatibility.png") 0 0 no-repeat;
    width: 116px;
    height: 112px; }
  .kf-container .icon-nahimic_feature-3 {
    background: url("../images/icon-nahimic-sound-tracker.png") 0 0 no-repeat;
    width: 116px;
    height: 112px; }
  .kf-container .s17 {
    background: url(../images/io_1920.jpg) center 0 no-repeat;
    height: 1337px;
    padding-top: 30px;
    text-align: center;
    position: relative; }
    .kf-container .s17 .pos, .kf-container .s17 .frame, .kf-container .s17 .out {
      position: absolute; }
    .kf-container .s17 .pos {
      white-space: nowrap; }
      .kf-container .s17 .pos:before {
        content: '';
        border-color: #d2d2d2;
        border-bottom: 1px solid;
        width: 65px;
        position: absolute; }
    .kf-container .s17 .out {
      color: #d2d2d2;
      text-align: left;
      left: 50%;
      margin-left: -626px;
      top: 280px;
      font-size: 0.8em;
      line-height: 1; }
    .kf-container .s17 .frame-01 {
      left: 460px;
      top: 166px; }
      .kf-container .s17 .frame-01 .pos {
        top: 0; }
      .kf-container .s17 .frame-01 .pos:before {
        width: 0;
        height: 65px;
        border-left: 1px solid;
        border-bottom: none;
        bottom: 100%;
        left: 50%;
        margin-bottom: 5px; }
      .kf-container .s17 .frame-01 .pos-01 {
        left: 0; }
      .kf-container .s17 .frame-01 .pos-02 {
        left: 132px; }
        .kf-container .s17 .frame-01 .pos-02:before {
          height: 20px; }
        .kf-container .s17 .frame-01 .pos-02:after {
          content: '';
          border-color: #4b4b4b;
          border-left: 1px solid;
          border-bottom: 1px solid;
          border-right: 1px solid;
          width: 103px;
          height: 45px;
          position: absolute;
          left: 50%;
          margin-left: -54px;
          bottom: 100%;
          margin-bottom: 25px; }
      .kf-container .s17 .frame-01 .pos-03 {
        left: 288px; }
    .kf-container .s17 .frame-02 {
      left: 625px;
      top: 388px; }
      .kf-container .s17 .frame-02 .pos {
        right: 0; }
      .kf-container .s17 .frame-02 .pos:before {
        right: 100%;
        margin-right: 5px;
        top: 50%; }
      .kf-container .s17 .frame-02 .pos-04 {
        top: 0; }
        .kf-container .s17 .frame-02 .pos-04:before {
          width: 133px; }
      .kf-container .s17 .frame-02 .pos-05 {
        top: 22px; }
        .kf-container .s17 .frame-02 .pos-05:before {
          width: 136px; }
      .kf-container .s17 .frame-02 .pos-06 {
        top: 47px; }
        .kf-container .s17 .frame-02 .pos-06:before {
          width: 119px; }
      .kf-container .s17 .frame-02 .pos-07 {
        top: 83px; }
        .kf-container .s17 .frame-02 .pos-07:before {
          width: 157px; }
      .kf-container .s17 .frame-02 .pos-08 {
        top: 107px; }
        .kf-container .s17 .frame-02 .pos-08:before {
          width: 59px; }
    .kf-container .s17 .frame-03 {
      left: 650px;
      top: 400px; }
      .kf-container .s17 .frame-03 .pos {
        left: 0; }
      .kf-container .s17 .frame-03 .pos:before {
        left: 100%;
        margin-left: 5px;
        top: 50%; }
      .kf-container .s17 .frame-03 .pos-09 {
        top: 0; }
        .kf-container .s17 .frame-03 .pos-09:before {
          width: 119px; }
      .kf-container .s17 .frame-03 .pos-10 {
        top: 71px; }
        .kf-container .s17 .frame-03 .pos-10:before {
          width: 49px; }
      .kf-container .s17 .frame-03 .pos-11 {
        top: 113px;
        white-space: normal; }
        .kf-container .s17 .frame-03 .pos-11:before {
          width: 74px; }
  .kf-container .s17-2 {
    background: url(../images/io_1920.jpg) center 0 no-repeat;
    height: 1337px;
    padding-top: 60px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .kf-container .s17-2 .frame {
      width: 1000px;
      height: 1000px;
      transform-origin: left top;
      overflow: hidden; }
    .kf-container .s17-2 .pos {
      white-space: nowrap; }
      .kf-container .s17-2 .pos .text {
        display: inline-block;
        position: relative; }
        .kf-container .s17-2 .pos .text:before {
          content: '';
          border-color: #d2d2d2;
          border-bottom: 1px solid;
          width: 1000px;
          position: absolute; }
    .kf-container .s17-2 .out {
      position: absolute;
      color: #d2d2d2;
      text-align: left;
      left: 50%;
      margin-left: -626px;
      top: 280px;
      font-size: 0.8em;
      line-height: 1; }
      .kf-container .s17-2 .out .frame {
        position: absolute; }
    .kf-container .s17-2 .frame-02 {
      left: 61px;
      top: 150px;
      transform: rotate(-43.32deg);
      transform-origin: left top; }
      .kf-container .s17-2 .frame-02 .frame-wrap {
        transform: rotate(43.32deg);
        transform-origin: left top; }
      .kf-container .s17-2 .frame-02 .content {
        position: absolute;
        top: 239px;
        left: 359px;
        text-align: right; }
        .kf-container .s17-2 .frame-02 .content .pos .text:before {
          right: 100%;
          margin-right: 5px;
          top: 50%; }
      .kf-container .s17-2 .frame-02 .pos-05 {
        margin-top: 7px; }
      .kf-container .s17-2 .frame-02 .pos-06 {
        margin-top: 7px; }
      .kf-container .s17-2 .frame-02 .pos-07 {
        margin-top: 20px; }
      .kf-container .s17-2 .frame-02 .pos-08 {
        margin-top: 7px; }
    .kf-container .s17-2 .frame-03 {
      left: 188px;
      top: 134px;
      transform: rotate(42.52deg);
      transform-origin: top right; }
      .kf-container .s17-2 .frame-03 .frame-wrap {
        transform: rotate(-42.52deg);
        transform-origin: top right; }
      .kf-container .s17-2 .frame-03 .content {
        position: absolute;
        top: 265px;
        left: 469px;
        text-align: left; }
        .kf-container .s17-2 .frame-03 .content .pos .text:before {
          left: 100%;
          margin-left: 5px;
          top: 50%; }
      .kf-container .s17-2 .frame-03 .pos-09 {
        margin-top: 0; }
      .kf-container .s17-2 .frame-03 .pos-10 {
        margin-top: 55px; }
      .kf-container .s17-2 .frame-03 .pos-11 {
        margin-top: 26px;
        width: 100px;
        white-space: normal; }
  @media screen and (max-width: 1366px) {
    .kf-container .center {
      max-width: 960px;
      margin: 0 auto; }
    .kf-container .s_kv {
      background-image: url(../images/kv_1366.jpg);
      padding-top: 760px; }
    .kf-container .s1 .s1-text .content-box {
      top: 12.5vw;
      width: 400px;
      margin-left: -470px; }
    .kf-container .s1 .s1-text .content-box.right {
      top: 12.5vw;
      width: 370px;
      margin-left: 100px; }
    .kf-container .s3 {
      background-image: url(../images/GPU_1366.jpg);
      height: 791px; }
    .kf-container .s4 {
      background-image: url(../images/RTX_1366.jpg); }
      .kf-container .s4 .rtx_cover_text {
        background-size: cover;
        width: 215px;
        height: auto;
        position: absolute;
        right: 116px; }
        .kf-container .s4 .rtx_cover_text:after {
          content: '';
          display: block;
          padding-bottom: 21.09%; }
    .kf-container .s5 {
      background-image: url(../images/aoruscc_1366.jpg);
      height: 663px;
      padding-top: 0; }
      .kf-container .s5 .content-box {
        margin: 0; }
      .kf-container .s5 .center {
        height: 100%; }
        .kf-container .s5 .center .row {
          height: 100%;
          align-content: center; }
    .kf-container .s6 {
      background-image: url(../images/design_1366.jpg);
      min-height: 1174px;
      padding-top: 815px; }
    .kf-container .s7 .title {
      margin-left: 140px;
      margin-right: 140px; }
    .kf-container .s7 .img-cpu_shiru {
      left: 569px; }
    .kf-container .s8 .cbox {
      margin-bottom: 0; }
    .kf-container .s8 .icon-windforce {
      display: block;
      width: 100%; }
    .kf-container .icon-windforce {
      background-size: cover;
      height: auto; }
      .kf-container .icon-windforce:after {
        content: '';
        display: block;
        padding-bottom: 21.09%; }
    .kf-container .s8-1 {
      background-color: #000;
      padding: 60px 0 40px; }
      .kf-container .s8-1 .content-box .title {
        height: 2.4em; }
      .kf-container .s8-1 .content-box .content {
        height: 6em; }
      .kf-container .s8-1 .row {
        margin: 30px auto; }
        .kf-container .s8-1 .row .box {
          padding: 0 14px; }
      .kf-container .s8-1 .img:after {
        padding-bottom: 62.83%; }
    .kf-container .img-thermal_an-1 {
      background: url(../images/img-thermal_an_1366-1.jpg) 0 0 no-repeat;
      width: 452px;
      height: 284px; }
    .kf-container .img-thermal_an-2 {
      background: url(../images/img-thermal_an_1366-2.jpg) 0 0 no-repeat;
      width: 452px;
      height: 284px; }
    .kf-container .img-thermal_an-3 {
      background: url(../images/img-thermal_an_1366-3.jpg) 0 0 no-repeat;
      width: 452px;
      height: 284px; }
    .kf-container .img-thermal_an-4 {
      background: url(../images/img-thermal_an_1366-4.jpg) 0 0 no-repeat;
      width: 452px;
      height: 284px; }
    .kf-container .s10 {
      background-image: url(../images/storage_1366.jpg);
      padding-top: 642px; }
      .kf-container .s10 .content-box {
        padding: 0;
        margin-bottom: 50px; }
      .kf-container .s10 .content-box.top {
        padding-left: 290px; }
      .kf-container .s10 .float-box {
        width: 100%;
        float: none; }
    .kf-container .s11 {
      background-image: url(../images/ram_1366.jpg);
      height: 1020px; }
      .kf-container .s11 .content-box {
        padding: 0; }
    .kf-container .s12 {
      background-image: url(../images/panel_1366.jpg);
      padding-top: 1000px; }
    .kf-container .s13 .content-box .title {
      padding-left: 100px;
      padding-right: 100px; }
      .kf-container .s13 .content-box .title .img-pantone_shiru {
        left: 690px; }
    .kf-container .s14 {
      background-image: url(../images/killer_1366.jpg);
      min-height: 1283px; }
    .kf-container .s15 .content-box .title {
      padding-left: 160px;
      padding-right: 160px; }
      .kf-container .s15 .content-box .title .img-ess_shiru {
        left: 744px; }
    .kf-container .ess-visual .ess-bg {
      margin-top: -250px;
      background-image: url(../images/ess_1366.jpg);
      height: 978px; }
    .kf-container .s16 {
      background-image: url(../images/nahimic_1366.jpg); }
    .kf-container .s17 {
      background-image: url(../images/io_1366.jpg);
      height: 1108px; }
      .kf-container .s17 .frame-01 {
        left: 460px;
        top: 166px; }
        .kf-container .s17 .frame-01 .pos-01 {
          left: 0; }
        .kf-container .s17 .frame-01 .pos-02 {
          left: 132px; }
        .kf-container .s17 .frame-01 .pos-03 {
          left: 288px; }
      .kf-container .s17 .frame-02 {
        left: 617px;
        top: 404px; }
        .kf-container .s17 .frame-02 .pos-04:before {
          width: 133px; }
        .kf-container .s17 .frame-02 .pos-05 {
          top: 25px; }
          .kf-container .s17 .frame-02 .pos-05:before {
            width: 130px; }
        .kf-container .s17 .frame-02 .pos-06 {
          top: 50px; }
          .kf-container .s17 .frame-02 .pos-06:before {
            width: 114px; }
        .kf-container .s17 .frame-02 .pos-07 {
          top: 83px; }
          .kf-container .s17 .frame-02 .pos-07:before {
            width: 157px; }
        .kf-container .s17 .frame-02 .pos-08 {
          top: 107px; }
          .kf-container .s17 .frame-02 .pos-08:before {
            width: 59px; }
      .kf-container .s17 .frame-03 {
        left: 650px;
        top: 373px; }
        .kf-container .s17 .frame-03 .pos-09 {
          top: 43px; }
          .kf-container .s17 .frame-03 .pos-09:before {
            width: 116px; }
        .kf-container .s17 .frame-03 .pos-10 {
          top: 115px; }
          .kf-container .s17 .frame-03 .pos-10:before {
            width: 48px; }
        .kf-container .s17 .frame-03 .pos-11 {
          top: 157px; }
          .kf-container .s17 .frame-03 .pos-11:before {
            width: 72px; } }
  @media screen and (max-width: 960px) {
    .kf-container .center {
      max-width: 640px;
      margin: 0 auto; }
    .kf-container .s_kv {
      background-image: url(../images/kv_960.jpg);
      padding-top: 580px; }
    .kf-container .s1 {
      padding: 60px 0;
      height: auto; }
      .kf-container .s1:after {
        content: '';
        display: table;
        clear: both; }
      .kf-container .s1 .s1-video {
        display: none; }
      .kf-container .s1 .s1-text {
        position: static; }
        .kf-container .s1 .s1-text .anim-item {
          opacity: 1;
          transform: translateY(0); }
        .kf-container .s1 .s1-text .center:after {
          content: '';
          display: table;
          clear: both; }
        .kf-container .s1 .s1-text .content-box {
          position: static;
          float: left;
          width: 450px;
          margin-left: -20px;
          margin-right: -20px; }
        .kf-container .s1 .s1-text .content-box.right {
          position: static;
          display: flex;
          width: 100%;
          margin-left: 0;
          padding: 0;
          margin-top: 60px;
          justify-content: space-between; }
      .kf-container .s1 .s1-keyboard {
        display: none; }
      .kf-container .s1 .omron_static {
        background: url(../images/omron_static.jpg) center center no-repeat;
        width: 183px;
        height: 604px;
        position: static;
        margin: 20px 0 0;
        float: right; }
      .kf-container .s1 .omron_static.hide-text {
        opacity: 1;
        visibility: visible; }
      .kf-container .s1 .ts-group + .ts-group {
        margin-top: 0; }
      .kf-container .s1 .sticky-container.text {
        position: static; }
      .kf-container .s1 .sticky-container.video {
        margin-bottom: -100%; }
        .kf-container .s1 .sticky-container.video .sticky-item {
          position: relative;
          max-width: 640px;
          margin: 0 auto; }
      .kf-container .s1 .s1-keyboard-static {
        margin-top: 40px;
        background: url(../images/rgb_1920.jpg) center top no-repeat;
        padding-top: 467px; }
        .kf-container .s1 .s1-keyboard-static .text-content {
          padding-bottom: 0; }
    .kf-container .s3 {
      background-image: url(../images/GPU_960.jpg);
      height: 634px; }
    .kf-container .s4 {
      background-image: url(../images/RTX_960.jpg);
      padding-top: 390px; }
      .kf-container .s4 .rtx_cover_text {
        background-size: cover;
        width: 215px;
        height: auto;
        position: absolute;
        right: 116px; }
        .kf-container .s4 .rtx_cover_text:after {
          content: '';
          display: block;
          padding-bottom: 21.09%; }
      .kf-container .s4 #rtx-feature-list {
        padding-bottom: 60px; }
    .kf-container .choose-list .choose-item {
      padding: 45px 0; }
      .kf-container .choose-list .choose-item .choose-title {
        color: #ff6400;
        border-color: #ff6400; }
      .kf-container .choose-list .choose-item .choose-content {
        color: #fff; }
    .kf-container #rtx-features {
      display: none; }
    .kf-container .s5 {
      background: #000 url(../images/aoruscc_960.jpg) center bottom no-repeat;
      height: 100%;
      padding-top: 30px;
      padding-bottom: 504px; }
    .kf-container .s6 {
      background-image: url(../images/design_960.jpg);
      min-height: 962px;
      padding-top: 570px; }
    .kf-container .s6-2 .content-box {
      padding: 0; }
    .kf-container .s7 {
      background: #000 url(../images/cpu_960.jpg) center top no-repeat;
      padding-top: 769px;
      min-height: 947px; }
      .kf-container .s7 .s7-video-box {
        display: none; }
      .kf-container .s7 .title {
        margin-left: 0;
        margin-right: 0; }
      .kf-container .s7 .cbox {
        margin-top: 20px;
        margin-bottom: 20px; }
      .kf-container .s7 .cbox-content {
        text-align: center; }
      .kf-container .s7 .sticky-container {
        display: none; }
      .kf-container .s7 .img-cpu_shiru {
        left: 50%;
        top: auto;
        bottom: 100%;
        margin-left: -94px;
        margin-top: 0;
        margin-bottom: 20px; }
    .kf-container .s8 .row {
      display: block; }
    .kf-container .s8 .cbox {
      float: right;
      width: 50%;
      margin-left: 0px; }
    .kf-container .s8 .icon-windforce {
      margin-bottom: 30px; }
    .kf-container .s8 .sticky-container {
      display: none; }
    .kf-container .s8-1 {
      background-color: #000;
      padding: 60px 0 40px; }
      .kf-container .s8-1 .content-box {
        margin-bottom: 60px;
        padding: 0; }
        .kf-container .s8-1 .content-box .title {
          height: auto; }
        .kf-container .s8-1 .content-box .content {
          height: auto; }
      .kf-container .s8-1 .img:after {
        padding-bottom: 44.31%; }
    .kf-container .img-thermal_an-1 {
      background: url(../images/img-thermal_an_960-1.jpg) 0 0 no-repeat;
      width: 641px;
      height: 284px; }
    .kf-container .img-thermal_an-2 {
      background: url(../images/img-thermal_an_960-2.jpg) 0 0 no-repeat;
      width: 641px;
      height: 284px; }
    .kf-container .img-thermal_an-3 {
      background: url(../images/img-thermal_an_960-3.jpg) 0 0 no-repeat;
      width: 641px;
      height: 284px; }
    .kf-container .img-thermal_an-4 {
      background: url(../images/img-thermal_an_960-4.jpg) 0 0 no-repeat;
      width: 641px;
      height: 284px; }
    .kf-container .s10 {
      background-image: url(../images/storage_960.jpg);
      padding-top: 729px; }
      .kf-container .s10 .content-box.top {
        padding-left: 0; }
    .kf-container .s11 {
      background-image: url(../images/ram_960.jpg);
      height: auto;
      padding-top: 500px;
      padding-bottom: 60px;
      text-align: center; }
      .kf-container .s11 .img {
        display: inline-block; }
    .kf-container .s12 {
      background-image: url(../images/panel_960.jpg);
      padding-top: 1150px; }
    .kf-container .s13 {
      background: url(../images/xrite_960.jpg) center 8% no-repeat;
      padding-top: 612px; }
      .kf-container .s13 .content-box {
        width: auto; }
        .kf-container .s13 .content-box .title {
          padding: 0; }
          .kf-container .s13 .content-box .title .img-pantone_shiru {
            left: 50%;
            top: auto;
            bottom: 100%;
            margin-left: -60px;
            margin-top: 0;
            margin-bottom: 30px; }
      .kf-container .s13 .sticky-container {
        display: none; }
      .kf-container .s13 .img-xrite_delta {
        margin-top: 60px; }
    .kf-container .s14 {
      background-image: url(../images/killer_960.jpg);
      min-height: 1064px; }
    .kf-container .s15 {
      padding-top: 310px; }
      .kf-container .s15 .content-box .title {
        padding: 0; }
        .kf-container .s15 .content-box .title .img-ess_shiru {
          left: 50%;
          top: auto;
          bottom: 100%;
          margin-left: -115px;
          margin-top: 0; }
    .kf-container .ess-visual .ess-video {
      width: 1086px;
      top: -90px;
      margin-left: -543px; }
    .kf-container .ess-visual .ess-laptop {
      width: 700px;
      margin-left: -350px; }
    .kf-container .ess-visual .ess-bg {
      margin-top: -130px;
      background-image: url(../images/ess_960.jpg);
      height: 609px; }
    .kf-container .s16 {
      background-image: url(../images/nahimic_960.jpg);
      padding-top: 490px; }
      .kf-container .s16 .text-main {
        top: auto;
        padding: 40px 0 0;
        height: auto; }
      .kf-container .s16 .features {
        padding-bottom: 0; }
        .kf-container .s16 .features .content-box {
          position: relative;
          text-align: left;
          padding-left: 145px;
          margin-bottom: 60px; }
          .kf-container .s16 .features .content-box > .icon {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -56px; }
          .kf-container .s16 .features .content-box p {
            margin-top: 0; }
    .kf-container .s17 {
      background-image: url(../images/io_960.jpg);
      height: 1108px; }
      .kf-container .s17 .out {
        margin-left: -626px;
        font-size: 0.7em; }
      .kf-container .s17 .frame-01 {
        left: 488px;
        top: 187px; }
        .kf-container .s17 .frame-01 .pos-01 {
          left: 0; }
        .kf-container .s17 .frame-01 .pos-02 {
          left: 109px; }
          .kf-container .s17 .frame-01 .pos-02:after {
            width: 88px;
            margin-left: -44px; }
        .kf-container .s17 .frame-01 .pos-03 {
          left: 245px; }
      .kf-container .s17 .frame-02 {
        left: 620px;
        top: 370px; }
        .kf-container .s17 .frame-02 .pos-04:before {
          width: 103px; }
        .kf-container .s17 .frame-02 .pos-05 {
          top: 21px; }
          .kf-container .s17 .frame-02 .pos-05:before {
            width: 103px; }
        .kf-container .s17 .frame-02 .pos-06 {
          top: 40px; }
          .kf-container .s17 .frame-02 .pos-06:before {
            width: 91px; }
        .kf-container .s17 .frame-02 .pos-07 {
          top: 70px; }
          .kf-container .s17 .frame-02 .pos-07:before {
            width: 127px; }
        .kf-container .s17 .frame-02 .pos-08 {
          top: 89px; }
          .kf-container .s17 .frame-02 .pos-08:before {
            width: 41px; }
      .kf-container .s17 .frame-03 {
        left: 640px;
        top: 335px; }
        .kf-container .s17 .frame-03 .pos-09 {
          top: 43px; }
          .kf-container .s17 .frame-03 .pos-09:before {
            width: 106px; }
        .kf-container .s17 .frame-03 .pos-10 {
          top: 102px; }
          .kf-container .s17 .frame-03 .pos-10:before {
            width: 48px; }
        .kf-container .s17 .frame-03 .pos-11 {
          top: 138px; }
          .kf-container .s17 .frame-03 .pos-11:before {
            width: 72px; } }
  @media screen and (max-width: 640px) {
    .kf-container {
      font-size: 16px;
      line-height: 1.375em; }
      .kf-container .center {
        max-width: 90%;
        margin: 0 auto;
        padding: 0; }
      .kf-container .title {
        font-size: 1.6em; }
      .kf-container .js-parallex.fixed {
        position: static; }
      .kf-container .js-parallex.fixed-end {
        position: static; }
      .kf-container .js-parallex-fixed.in {
        position: static; }
      .kf-container .js-parallex-fixed.out {
        position: static; }
      .kf-container .js-parallex-fixed-stand, .kf-container .js-parallex-stand {
        display: none !important; }
      .kf-container .s_kv {
        background-image: url(../images/kv_640.jpg);
        padding-top: 400px; }
      .kf-container .s1 {
        padding: 60px 0;
        height: auto; }
        .kf-container .s1 .s1-text .content-box {
          float: none;
          width: auto;
          margin-left: 0;
          padding: 0; }
        .kf-container .s1 .s1-text .content-box.right {
          position: static;
          display: block;
          text-align: center;
          max-width: 60%;
          margin-left: auto;
          margin-right: auto; }
        .kf-container .s1 .omron_static {
          position: static;
          margin: 0 auto 40px;
          float: none; }
        .kf-container .s1 .ts-group + .ts-group {
          margin-top: 30px; }
        .kf-container .s1 .img {
          margin: 0 auto; }
        .kf-container .s1 .sticky-container.video {
          margin-bottom: 0; }
      .kf-container .img-s1kt, .kf-container .img-s1kl {
        width: auto;
        height: auto;
        font-size: 0;
        background-size: contain; }
        .kf-container .img-s1kt:after, .kf-container .img-s1kl:after {
          content: '';
          display: block;
          padding-bottom: 52.87%; }
      .kf-container .s3 {
        background-image: url(../images/GPU_640.jpg);
        height: 397px; }
      .kf-container .s4 {
        background-image: url(../images/RTX_640.jpg);
        padding-top: 264px; }
        .kf-container .s4 .rtx_cover_text {
          background-size: cover;
          width: 215px;
          height: auto;
          position: absolute;
          right: 116px; }
          .kf-container .s4 .rtx_cover_text:after {
            content: '';
            display: block;
            padding-bottom: 21.09%; }
        .kf-container .s4 #rtx-feature-list {
          padding-bottom: 60px; }
      .kf-container .s5 {
        background-image: url(../images/aoruscc_640.jpg);
        padding-bottom: 521px; }
      .kf-container .s6 {
        background-image: url(../images/design_640.jpg);
        min-height: 955px;
        padding-top: 60px; }
        .kf-container .s6 .content-box .title {
          height: 240px;
          margin-bottom: 325px; }
      .kf-container .s6-2 > .center {
        max-width: unset;
        width: auto; }
      .kf-container .design-list {
        width: auto;
        left: auto;
        margin-left: 0;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 400ms ease-in-out;
        background: #000 url(../images/design_slide_640.jpg) center 0 no-repeat; }
        .kf-container .design-list.item-0, .kf-container .design-list.item-1, .kf-container .design-list.item-2 {
          background-position: center 0; }
        .kf-container .design-list .design-item {
          height: 265px;
          cursor: default;
          line-height: 1.2; }
          .kf-container .design-list .design-item .title {
            font-size: 1.5em;
            margin-bottom: 0.4em; }
          .kf-container .design-list .design-item.active .title {
            color: #fff; }
      .kf-container .s7 {
        background-image: url(../images/cpu_640.jpg);
        padding-top: 560px;
        min-height: 570px; }
        .kf-container .s7 .cbox {
          width: 80%;
          margin: 0 auto; }
          .kf-container .s7 .cbox .img {
            display: block; }
      .kf-container .img-cbox-core, .kf-container .img-cbox-perf {
        width: auto;
        height: auto;
        font-size: 0;
        background-size: contain; }
        .kf-container .img-cbox-core:after, .kf-container .img-cbox-perf:after {
          content: '';
          display: block;
          padding-bottom: 56.8%; }
      .kf-container .s8 .cbox {
        float: none;
        width: 80%;
        margin: 0 auto; }
        .kf-container .s8 .cbox .img {
          margin: 0 auto; }
      .kf-container .s8 .content-box {
        margin-bottom: 60px; }
      .kf-container .s8 .icon-windforce {
        margin-bottom: 30px; }
      .kf-container .s8-1 .img:after {
        padding-bottom: 79.11%; }
      .kf-container .img-thermal_an-1 {
        background: url(../images/img-thermal_an_640-1.jpg) 0 0 no-repeat;
        width: 359px;
        height: 284px; }
      .kf-container .img-thermal_an-2 {
        background: url(../images/img-thermal_an_640-2.jpg) 0 0 no-repeat;
        width: 359px;
        height: 284px; }
      .kf-container .img-thermal_an-3 {
        background: url(../images/img-thermal_an_640-3.jpg) 0 0 no-repeat;
        width: 359px;
        height: 284px; }
      .kf-container .img-thermal_an-4 {
        background: url(../images/img-thermal_an_640-4.jpg) 0 0 no-repeat;
        width: 359px;
        height: 284px; }
      .kf-container .s10 {
        background-image: url(../images/storage_640.jpg);
        padding-top: 570px;
        overflow: hidden; }
        .kf-container .s10 .float-box:first-child {
          width: 60%;
          margin: auto; }
        .kf-container .s10 .img {
          display: block; }
        .kf-container .s10 .content-box.top {
          text-align: center; }
          .kf-container .s10 .content-box.top .img + .img {
            margin-left: 0;
            margin-top: 50px; }
        .kf-container .s10 .content-box.right .content {
          margin-bottom: -10px; }
      .kf-container .img-intel_760p, .kf-container .img-upto_6tb {
        width: auto;
        height: auto;
        font-size: 0;
        background-size: contain; }
        .kf-container .img-intel_760p:after, .kf-container .img-upto_6tb:after {
          content: '';
          display: block;
          padding-bottom: 66.79%; }
      .kf-container .s11 {
        background-image: url(../images/ram_640.jpg);
        padding-top: 400px; }
        .kf-container .s11 .img-dram_samsung {
          max-width: 60%;
          margin-top: 50px; }
      .kf-container .s12 {
        background-image: url(../images/panel_640.jpg);
        padding-top: 640px; }
      .kf-container .s13 {
        background: url(../images/xrite_640.jpg) center 0 no-repeat;
        padding-top: 350px;
        margin-top: 40px; }
      .kf-container .s14 {
        background-image: url(../images/killer_640.jpg);
        min-height: 635px;
        padding-top: 30px;
        padding-bottom: 60px; }
        .kf-container .s14 .content-box {
          padding: 0; }
          .kf-container .s14 .content-box .title {
            height: 210px;
            margin-bottom: 240px; }
      .kf-container .s15 {
        background: #000 url(../images/ess_640.jpg) center bottom no-repeat;
        padding-bottom: 736px;
        margin-bottom: 60px;
        padding-top: 230px; }
      .kf-container .ess-visual {
        display: none; }
      .kf-container .s16 {
        background-image: url(../images/nahimic_640.jpg);
        padding-top: 560px; }
        .kf-container .s16 .features .content-box {
          text-align: center;
          padding: 0;
          max-width: 320px;
          margin: 0 auto 60px; }
          .kf-container .s16 .features .content-box > .icon {
            position: static;
            margin-top: 0;
            margin-bottom: 15px; }
      .kf-container .s17 {
        background-image: url(../images/io_640.jpg);
        height: 1112px;
        padding-top: 10px; }
        .kf-container .s17 .out {
          top: 511px;
          margin-left: -320px;
          font-size: 0.7em; }
        .kf-container .s17 .frame-01 {
          left: 170px;
          top: 0; }
          .kf-container .s17 .frame-01 .pos-01 {
            left: 0; }
          .kf-container .s17 .frame-01 .pos-02 {
            left: 115px; }
          .kf-container .s17 .frame-01 .pos-03 {
            left: 255px; }
        .kf-container .s17 .frame-02 {
          left: 212px;
          top: 411px; }
          .kf-container .s17 .frame-02 .pos:before {
            bottom: 100%;
            top: auto;
            right: 15px;
            margin-right: 0;
            width: 0;
            height: 120px;
            border-right: 1px solid; }
          .kf-container .s17 .frame-02 .pos-04 {
            width: 105px;
            white-space: normal; }
            .kf-container .s17 .frame-02 .pos-04:before {
              height: 41px;
              width: 15px;
              margin-bottom: -9px;
              margin-right: -37px; }
          .kf-container .s17 .frame-02 .pos-05 {
            top: 40px;
            right: -65px; }
            .kf-container .s17 .frame-02 .pos-05:before {
              height: 71px; }
          .kf-container .s17 .frame-02 .pos-06 {
            top: 60px;
            right: -99px; }
            .kf-container .s17 .frame-02 .pos-06:before {
              height: 92px; }
          .kf-container .s17 .frame-02 .pos-07 {
            top: 80px;
            right: -142px; }
            .kf-container .s17 .frame-02 .pos-07:before {
              height: 112px; }
          .kf-container .s17 .frame-02 .pos-08 {
            top: 100px;
            right: -170px; }
            .kf-container .s17 .frame-02 .pos-08:before {
              height: 133px; }
        .kf-container .s17 .frame-03 {
          left: 333px;
          top: 192px; }
          .kf-container .s17 .frame-03 .pos {
            top: auto; }
          .kf-container .s17 .frame-03 .pos:before {
            bottom: 100%;
            left: 15px;
            top: auto;
            margin-right: 0;
            width: 0;
            height: 120px;
            border-right: 1px solid; }
          .kf-container .s17 .frame-03 .pos-09 {
            left: 0; }
            .kf-container .s17 .frame-03 .pos-09:before {
              height: 48px; }
          .kf-container .s17 .frame-03 .pos-10 {
            top: 25px;
            left: -78px; }
            .kf-container .s17 .frame-03 .pos-10:before {
              height: 74px; }
          .kf-container .s17 .frame-03 .pos-11 {
            top: 50px;
            left: -139px;
            white-space: nowrap; }
            .kf-container .s17 .frame-03 .pos-11:before {
              height: 99px; } }
  .kf-container.no-parallex .section {
    background-attachment: scroll !important; }
