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

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

.kf-container .container {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.fadeInUpSlow, .scaleLeft, .fadeInLeftSlow {
  visibility: hidden;
  animation-duration: 1s;
}

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

.kf-container .feature-box .feature-img > img, .kf-container .section-feature .main-slider .swiper-slide .bg-img, .kf-container .yt-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "AORUS";
  src: url("https://www.gigabyte.com/FileUpload/Global/KeyFeature/1682/innergigabytefonts/AORUS.woff") format("woff");
}
body {
  margin: 0;
}

.kf-container {
  position: relative;
  box-sizing: border-box;
}
.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: 480px;
  }
}
@media (min-width: 601px) {
  .kf-container .container {
    max-width: 600px;
  }
}
@media (min-width: 961px) {
  .kf-container .container {
    max-width: 960px;
  }
}
@media (min-width: 1321px) {
  .kf-container .container {
    max-width: 1320px;
  }
}
.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-xl,
.kf-container .col-xl-auto, .kf-container .col-xl-12, .kf-container .col-xl-11, .kf-container .col-xl-10, .kf-container .col-xl-9, .kf-container .col-xl-8, .kf-container .col-xl-7, .kf-container .col-xl-6, .kf-container .col-xl-5, .kf-container .col-xl-4, .kf-container .col-xl-3, .kf-container .col-xl-2, .kf-container .col-xl-1, .kf-container .col-lg,
.kf-container .col-lg-auto, .kf-container .col-lg-12, .kf-container .col-lg-11, .kf-container .col-lg-10, .kf-container .col-lg-9, .kf-container .col-lg-8, .kf-container .col-lg-7, .kf-container .col-lg-6, .kf-container .col-lg-5, .kf-container .col-lg-4, .kf-container .col-lg-3, .kf-container .col-lg-2, .kf-container .col-lg-1, .kf-container .col-md,
.kf-container .col-md-auto, .kf-container .col-md-12, .kf-container .col-md-11, .kf-container .col-md-10, .kf-container .col-md-9, .kf-container .col-md-8, .kf-container .col-md-7, .kf-container .col-md-6, .kf-container .col-md-5, .kf-container .col-md-4, .kf-container .col-md-3, .kf-container .col-md-2, .kf-container .col-md-1, .kf-container .col-sm,
.kf-container .col-sm-auto, .kf-container .col-sm-12, .kf-container .col-sm-11, .kf-container .col-sm-10, .kf-container .col-sm-9, .kf-container .col-sm-8, .kf-container .col-sm-7, .kf-container .col-sm-6, .kf-container .col-sm-5, .kf-container .col-sm-4, .kf-container .col-sm-3, .kf-container .col-sm-2, .kf-container .col-sm-1, .kf-container .col,
.kf-container .col-auto, .kf-container .col-12, .kf-container .col-11, .kf-container .col-10, .kf-container .col-9, .kf-container .col-8, .kf-container .col-7, .kf-container .col-6, .kf-container .col-5, .kf-container .col-4, .kf-container .col-3, .kf-container .col-2, .kf-container .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.kf-container .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.kf-container .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.kf-container .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.kf-container .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.kf-container .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.kf-container .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.kf-container .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.kf-container .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.kf-container .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.kf-container .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.kf-container .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.kf-container .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.kf-container .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.kf-container .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.kf-container .order-first {
  order: -1;
}
.kf-container .order-last {
  order: 13;
}
.kf-container .order-0 {
  order: 0;
}
.kf-container .order-1 {
  order: 1;
}
.kf-container .order-2 {
  order: 2;
}
.kf-container .order-3 {
  order: 3;
}
.kf-container .order-4 {
  order: 4;
}
.kf-container .order-5 {
  order: 5;
}
.kf-container .order-6 {
  order: 6;
}
.kf-container .order-7 {
  order: 7;
}
.kf-container .order-8 {
  order: 8;
}
.kf-container .order-9 {
  order: 9;
}
.kf-container .order-10 {
  order: 10;
}
.kf-container .order-11 {
  order: 11;
}
.kf-container .order-12 {
  order: 12;
}
.kf-container .offset-1 {
  margin-left: 8.3333333333%;
}
.kf-container .offset-2 {
  margin-left: 16.6666666667%;
}
.kf-container .offset-3 {
  margin-left: 25%;
}
.kf-container .offset-4 {
  margin-left: 33.3333333333%;
}
.kf-container .offset-5 {
  margin-left: 41.6666666667%;
}
.kf-container .offset-6 {
  margin-left: 50%;
}
.kf-container .offset-7 {
  margin-left: 58.3333333333%;
}
.kf-container .offset-8 {
  margin-left: 66.6666666667%;
}
.kf-container .offset-9 {
  margin-left: 75%;
}
.kf-container .offset-10 {
  margin-left: 83.3333333333%;
}
.kf-container .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 320px) {
  .kf-container .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .kf-container .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .kf-container .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .kf-container .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kf-container .order-sm-first {
    order: -1;
  }
  .kf-container .order-sm-last {
    order: 13;
  }
  .kf-container .order-sm-0 {
    order: 0;
  }
  .kf-container .order-sm-1 {
    order: 1;
  }
  .kf-container .order-sm-2 {
    order: 2;
  }
  .kf-container .order-sm-3 {
    order: 3;
  }
  .kf-container .order-sm-4 {
    order: 4;
  }
  .kf-container .order-sm-5 {
    order: 5;
  }
  .kf-container .order-sm-6 {
    order: 6;
  }
  .kf-container .order-sm-7 {
    order: 7;
  }
  .kf-container .order-sm-8 {
    order: 8;
  }
  .kf-container .order-sm-9 {
    order: 9;
  }
  .kf-container .order-sm-10 {
    order: 10;
  }
  .kf-container .order-sm-11 {
    order: 11;
  }
  .kf-container .order-sm-12 {
    order: 12;
  }
  .kf-container .offset-sm-0 {
    margin-left: 0;
  }
  .kf-container .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .kf-container .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-sm-3 {
    margin-left: 25%;
  }
  .kf-container .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-sm-6 {
    margin-left: 50%;
  }
  .kf-container .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-sm-9 {
    margin-left: 75%;
  }
  .kf-container .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 601px) {
  .kf-container .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .kf-container .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .kf-container .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .kf-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kf-container .order-md-first {
    order: -1;
  }
  .kf-container .order-md-last {
    order: 13;
  }
  .kf-container .order-md-0 {
    order: 0;
  }
  .kf-container .order-md-1 {
    order: 1;
  }
  .kf-container .order-md-2 {
    order: 2;
  }
  .kf-container .order-md-3 {
    order: 3;
  }
  .kf-container .order-md-4 {
    order: 4;
  }
  .kf-container .order-md-5 {
    order: 5;
  }
  .kf-container .order-md-6 {
    order: 6;
  }
  .kf-container .order-md-7 {
    order: 7;
  }
  .kf-container .order-md-8 {
    order: 8;
  }
  .kf-container .order-md-9 {
    order: 9;
  }
  .kf-container .order-md-10 {
    order: 10;
  }
  .kf-container .order-md-11 {
    order: 11;
  }
  .kf-container .order-md-12 {
    order: 12;
  }
  .kf-container .offset-md-0 {
    margin-left: 0;
  }
  .kf-container .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .kf-container .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-md-3 {
    margin-left: 25%;
  }
  .kf-container .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-md-6 {
    margin-left: 50%;
  }
  .kf-container .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-md-9 {
    margin-left: 75%;
  }
  .kf-container .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 961px) {
  .kf-container .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .kf-container .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .kf-container .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .kf-container .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kf-container .order-lg-first {
    order: -1;
  }
  .kf-container .order-lg-last {
    order: 13;
  }
  .kf-container .order-lg-0 {
    order: 0;
  }
  .kf-container .order-lg-1 {
    order: 1;
  }
  .kf-container .order-lg-2 {
    order: 2;
  }
  .kf-container .order-lg-3 {
    order: 3;
  }
  .kf-container .order-lg-4 {
    order: 4;
  }
  .kf-container .order-lg-5 {
    order: 5;
  }
  .kf-container .order-lg-6 {
    order: 6;
  }
  .kf-container .order-lg-7 {
    order: 7;
  }
  .kf-container .order-lg-8 {
    order: 8;
  }
  .kf-container .order-lg-9 {
    order: 9;
  }
  .kf-container .order-lg-10 {
    order: 10;
  }
  .kf-container .order-lg-11 {
    order: 11;
  }
  .kf-container .order-lg-12 {
    order: 12;
  }
  .kf-container .offset-lg-0 {
    margin-left: 0;
  }
  .kf-container .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .kf-container .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-lg-3 {
    margin-left: 25%;
  }
  .kf-container .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-lg-6 {
    margin-left: 50%;
  }
  .kf-container .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-lg-9 {
    margin-left: 75%;
  }
  .kf-container .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1321px) {
  .kf-container .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .kf-container .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .kf-container .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .kf-container .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kf-container .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kf-container .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kf-container .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kf-container .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .kf-container .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kf-container .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kf-container .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .kf-container .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kf-container .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .kf-container .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kf-container .order-xl-first {
    order: -1;
  }
  .kf-container .order-xl-last {
    order: 13;
  }
  .kf-container .order-xl-0 {
    order: 0;
  }
  .kf-container .order-xl-1 {
    order: 1;
  }
  .kf-container .order-xl-2 {
    order: 2;
  }
  .kf-container .order-xl-3 {
    order: 3;
  }
  .kf-container .order-xl-4 {
    order: 4;
  }
  .kf-container .order-xl-5 {
    order: 5;
  }
  .kf-container .order-xl-6 {
    order: 6;
  }
  .kf-container .order-xl-7 {
    order: 7;
  }
  .kf-container .order-xl-8 {
    order: 8;
  }
  .kf-container .order-xl-9 {
    order: 9;
  }
  .kf-container .order-xl-10 {
    order: 10;
  }
  .kf-container .order-xl-11 {
    order: 11;
  }
  .kf-container .order-xl-12 {
    order: 12;
  }
  .kf-container .offset-xl-0 {
    margin-left: 0;
  }
  .kf-container .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .kf-container .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .kf-container .offset-xl-3 {
    margin-left: 25%;
  }
  .kf-container .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .kf-container .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .kf-container .offset-xl-6 {
    margin-left: 50%;
  }
  .kf-container .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .kf-container .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .kf-container .offset-xl-9 {
    margin-left: 75%;
  }
  .kf-container .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .kf-container .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.kf-container .align-baseline {
  vertical-align: baseline !important;
}
.kf-container .align-top {
  vertical-align: top !important;
}
.kf-container .align-middle {
  vertical-align: middle !important;
}
.kf-container .align-bottom {
  vertical-align: bottom !important;
}
.kf-container .align-text-bottom {
  vertical-align: text-bottom !important;
}
.kf-container .align-text-top {
  vertical-align: text-top !important;
}
.kf-container .bg-primary {
  background-color: #007bff !important;
}
.kf-container a.bg-primary:hover, .kf-container a.bg-primary:focus,
.kf-container button.bg-primary:hover,
.kf-container button.bg-primary:focus {
  background-color: #0062cc !important;
}
.kf-container .bg-secondary {
  background-color: #6c757d !important;
}
.kf-container a.bg-secondary:hover, .kf-container a.bg-secondary:focus,
.kf-container button.bg-secondary:hover,
.kf-container button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.kf-container .bg-success {
  background-color: #28a745 !important;
}
.kf-container a.bg-success:hover, .kf-container a.bg-success:focus,
.kf-container button.bg-success:hover,
.kf-container button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.kf-container .bg-info {
  background-color: #17a2b8 !important;
}
.kf-container a.bg-info:hover, .kf-container a.bg-info:focus,
.kf-container button.bg-info:hover,
.kf-container button.bg-info:focus {
  background-color: #117a8b !important;
}
.kf-container .bg-warning {
  background-color: #ffc107 !important;
}
.kf-container a.bg-warning:hover, .kf-container a.bg-warning:focus,
.kf-container button.bg-warning:hover,
.kf-container button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.kf-container .bg-danger {
  background-color: #dc3545 !important;
}
.kf-container a.bg-danger:hover, .kf-container a.bg-danger:focus,
.kf-container button.bg-danger:hover,
.kf-container button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.kf-container .bg-light {
  background-color: #f8f9fa !important;
}
.kf-container a.bg-light:hover, .kf-container a.bg-light:focus,
.kf-container button.bg-light:hover,
.kf-container button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.kf-container .bg-dark {
  background-color: #343a40 !important;
}
.kf-container a.bg-dark:hover, .kf-container a.bg-dark:focus,
.kf-container button.bg-dark:hover,
.kf-container button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.kf-container .bg-white {
  background-color: #fff !important;
}
.kf-container .bg-transparent {
  background-color: transparent !important;
}
.kf-container .border {
  border: 1px solid #dee2e6 !important;
}
.kf-container .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.kf-container .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.kf-container .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.kf-container .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.kf-container .border-0 {
  border: 0 !important;
}
.kf-container .border-top-0 {
  border-top: 0 !important;
}
.kf-container .border-right-0 {
  border-right: 0 !important;
}
.kf-container .border-bottom-0 {
  border-bottom: 0 !important;
}
.kf-container .border-left-0 {
  border-left: 0 !important;
}
.kf-container .border-primary {
  border-color: #007bff !important;
}
.kf-container .border-secondary {
  border-color: #6c757d !important;
}
.kf-container .border-success {
  border-color: #28a745 !important;
}
.kf-container .border-info {
  border-color: #17a2b8 !important;
}
.kf-container .border-warning {
  border-color: #ffc107 !important;
}
.kf-container .border-danger {
  border-color: #dc3545 !important;
}
.kf-container .border-light {
  border-color: #f8f9fa !important;
}
.kf-container .border-dark {
  border-color: #343a40 !important;
}
.kf-container .border-white {
  border-color: #fff !important;
}
.kf-container .rounded-sm {
  border-radius: 0.2rem !important;
}
.kf-container .rounded {
  border-radius: 0.25rem !important;
}
.kf-container .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.kf-container .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.kf-container .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.kf-container .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.kf-container .rounded-lg {
  border-radius: 0.3rem !important;
}
.kf-container .rounded-circle {
  border-radius: 50% !important;
}
.kf-container .rounded-pill {
  border-radius: 50rem !important;
}
.kf-container .rounded-0 {
  border-radius: 0 !important;
}
.kf-container .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.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: 601px) {
  .kf-container .d-md-none {
    display: none !important;
  }
  .kf-container .d-md-inline {
    display: inline !important;
  }
  .kf-container .d-md-inline-block {
    display: inline-block !important;
  }
  .kf-container .d-md-block {
    display: block !important;
  }
  .kf-container .d-md-table {
    display: table !important;
  }
  .kf-container .d-md-table-row {
    display: table-row !important;
  }
  .kf-container .d-md-table-cell {
    display: table-cell !important;
  }
  .kf-container .d-md-flex {
    display: flex !important;
  }
  .kf-container .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 961px) {
  .kf-container .d-lg-none {
    display: none !important;
  }
  .kf-container .d-lg-inline {
    display: inline !important;
  }
  .kf-container .d-lg-inline-block {
    display: inline-block !important;
  }
  .kf-container .d-lg-block {
    display: block !important;
  }
  .kf-container .d-lg-table {
    display: table !important;
  }
  .kf-container .d-lg-table-row {
    display: table-row !important;
  }
  .kf-container .d-lg-table-cell {
    display: table-cell !important;
  }
  .kf-container .d-lg-flex {
    display: flex !important;
  }
  .kf-container .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1321px) {
  .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 .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.kf-container .embed-responsive::before {
  display: block;
  content: "";
}
.kf-container .embed-responsive .embed-responsive-item,
.kf-container .embed-responsive iframe,
.kf-container .embed-responsive embed,
.kf-container .embed-responsive object,
.kf-container .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.kf-container .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.kf-container .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.kf-container .embed-responsive-4by3::before {
  padding-top: 75%;
}
.kf-container .embed-responsive-1by1::before {
  padding-top: 100%;
}
.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: 601px) {
  .kf-container .flex-md-row {
    flex-direction: row !important;
  }
  .kf-container .flex-md-column {
    flex-direction: column !important;
  }
  .kf-container .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .kf-container .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .kf-container .justify-content-md-center {
    justify-content: center !important;
  }
  .kf-container .justify-content-md-between {
    justify-content: space-between !important;
  }
  .kf-container .justify-content-md-around {
    justify-content: space-around !important;
  }
  .kf-container .align-items-md-start {
    align-items: flex-start !important;
  }
  .kf-container .align-items-md-end {
    align-items: flex-end !important;
  }
  .kf-container .align-items-md-center {
    align-items: center !important;
  }
  .kf-container .align-items-md-baseline {
    align-items: baseline !important;
  }
  .kf-container .align-items-md-stretch {
    align-items: stretch !important;
  }
  .kf-container .align-content-md-start {
    align-content: flex-start !important;
  }
  .kf-container .align-content-md-end {
    align-content: flex-end !important;
  }
  .kf-container .align-content-md-center {
    align-content: center !important;
  }
  .kf-container .align-content-md-between {
    align-content: space-between !important;
  }
  .kf-container .align-content-md-around {
    align-content: space-around !important;
  }
  .kf-container .align-content-md-stretch {
    align-content: stretch !important;
  }
  .kf-container .align-self-md-auto {
    align-self: auto !important;
  }
  .kf-container .align-self-md-start {
    align-self: flex-start !important;
  }
  .kf-container .align-self-md-end {
    align-self: flex-end !important;
  }
  .kf-container .align-self-md-center {
    align-self: center !important;
  }
  .kf-container .align-self-md-baseline {
    align-self: baseline !important;
  }
  .kf-container .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 961px) {
  .kf-container .flex-lg-row {
    flex-direction: row !important;
  }
  .kf-container .flex-lg-column {
    flex-direction: column !important;
  }
  .kf-container .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .kf-container .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .kf-container .justify-content-lg-center {
    justify-content: center !important;
  }
  .kf-container .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .kf-container .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .kf-container .align-items-lg-start {
    align-items: flex-start !important;
  }
  .kf-container .align-items-lg-end {
    align-items: flex-end !important;
  }
  .kf-container .align-items-lg-center {
    align-items: center !important;
  }
  .kf-container .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .kf-container .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .kf-container .align-content-lg-start {
    align-content: flex-start !important;
  }
  .kf-container .align-content-lg-end {
    align-content: flex-end !important;
  }
  .kf-container .align-content-lg-center {
    align-content: center !important;
  }
  .kf-container .align-content-lg-between {
    align-content: space-between !important;
  }
  .kf-container .align-content-lg-around {
    align-content: space-around !important;
  }
  .kf-container .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .kf-container .align-self-lg-auto {
    align-self: auto !important;
  }
  .kf-container .align-self-lg-start {
    align-self: flex-start !important;
  }
  .kf-container .align-self-lg-end {
    align-self: flex-end !important;
  }
  .kf-container .align-self-lg-center {
    align-self: center !important;
  }
  .kf-container .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .kf-container .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1321px) {
  .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 .float-left {
  float: left !important;
}
.kf-container .float-right {
  float: right !important;
}
.kf-container .float-none {
  float: none !important;
}
@media (min-width: 320px) {
  .kf-container .float-sm-left {
    float: left !important;
  }
  .kf-container .float-sm-right {
    float: right !important;
  }
  .kf-container .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 601px) {
  .kf-container .float-md-left {
    float: left !important;
  }
  .kf-container .float-md-right {
    float: right !important;
  }
  .kf-container .float-md-none {
    float: none !important;
  }
}
@media (min-width: 961px) {
  .kf-container .float-lg-left {
    float: left !important;
  }
  .kf-container .float-lg-right {
    float: right !important;
  }
  .kf-container .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1321px) {
  .kf-container .float-xl-left {
    float: left !important;
  }
  .kf-container .float-xl-right {
    float: right !important;
  }
  .kf-container .float-xl-none {
    float: none !important;
  }
}
.kf-container .overflow-auto {
  overflow: auto !important;
}
.kf-container .overflow-hidden {
  overflow: hidden !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 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.kf-container .sr-only-focusable:active, .kf-container .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.kf-container .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.kf-container .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.kf-container .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.kf-container .shadow-none {
  box-shadow: none !important;
}
.kf-container .w-25 {
  width: 25% !important;
}
.kf-container .w-50 {
  width: 50% !important;
}
.kf-container .w-75 {
  width: 75% !important;
}
.kf-container .w-100 {
  width: 100% !important;
}
.kf-container .w-auto {
  width: auto !important;
}
.kf-container .h-25 {
  height: 25% !important;
}
.kf-container .h-50 {
  height: 50% !important;
}
.kf-container .h-75 {
  height: 75% !important;
}
.kf-container .h-100 {
  height: 100% !important;
}
.kf-container .h-auto {
  height: auto !important;
}
.kf-container .mw-100 {
  max-width: 100% !important;
}
.kf-container .mh-100 {
  max-height: 100% !important;
}
.kf-container .min-vw-100 {
  min-width: 100vw !important;
}
.kf-container .min-vh-100 {
  min-height: 100vh !important;
}
.kf-container .vw-100 {
  width: 100vw !important;
}
.kf-container .vh-100 {
  height: 100vh !important;
}
.kf-container .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.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 .m-xl {
  margin: 5rem !important;
}
.kf-container .mt-xl,
.kf-container .my-xl {
  margin-top: 5rem !important;
}
.kf-container .mr-xl,
.kf-container .mx-xl {
  margin-right: 5rem !important;
}
.kf-container .mb-xl,
.kf-container .my-xl {
  margin-bottom: 5rem !important;
}
.kf-container .ml-xl,
.kf-container .mx-xl {
  margin-left: 5rem !important;
}
.kf-container .m-2xl {
  margin: 10rem !important;
}
.kf-container .mt-2xl,
.kf-container .my-2xl {
  margin-top: 10rem !important;
}
.kf-container .mr-2xl,
.kf-container .mx-2xl {
  margin-right: 10rem !important;
}
.kf-container .mb-2xl,
.kf-container .my-2xl {
  margin-bottom: 10rem !important;
}
.kf-container .ml-2xl,
.kf-container .mx-2xl {
  margin-left: 10rem !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 .p-xl {
  padding: 5rem !important;
}
.kf-container .pt-xl,
.kf-container .py-xl {
  padding-top: 5rem !important;
}
.kf-container .pr-xl,
.kf-container .px-xl {
  padding-right: 5rem !important;
}
.kf-container .pb-xl,
.kf-container .py-xl {
  padding-bottom: 5rem !important;
}
.kf-container .pl-xl,
.kf-container .px-xl {
  padding-left: 5rem !important;
}
.kf-container .p-2xl {
  padding: 10rem !important;
}
.kf-container .pt-2xl,
.kf-container .py-2xl {
  padding-top: 10rem !important;
}
.kf-container .pr-2xl,
.kf-container .px-2xl {
  padding-right: 10rem !important;
}
.kf-container .pb-2xl,
.kf-container .py-2xl {
  padding-bottom: 10rem !important;
}
.kf-container .pl-2xl,
.kf-container .px-2xl {
  padding-left: 10rem !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-nxl {
  margin: -5rem !important;
}
.kf-container .mt-nxl,
.kf-container .my-nxl {
  margin-top: -5rem !important;
}
.kf-container .mr-nxl,
.kf-container .mx-nxl {
  margin-right: -5rem !important;
}
.kf-container .mb-nxl,
.kf-container .my-nxl {
  margin-bottom: -5rem !important;
}
.kf-container .ml-nxl,
.kf-container .mx-nxl {
  margin-left: -5rem !important;
}
.kf-container .m-n2xl {
  margin: -10rem !important;
}
.kf-container .mt-n2xl,
.kf-container .my-n2xl {
  margin-top: -10rem !important;
}
.kf-container .mr-n2xl,
.kf-container .mx-n2xl {
  margin-right: -10rem !important;
}
.kf-container .mb-n2xl,
.kf-container .my-n2xl {
  margin-bottom: -10rem !important;
}
.kf-container .ml-n2xl,
.kf-container .mx-n2xl {
  margin-left: -10rem !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 .m-sm-xl {
    margin: 5rem !important;
  }
  .kf-container .mt-sm-xl,
.kf-container .my-sm-xl {
    margin-top: 5rem !important;
  }
  .kf-container .mr-sm-xl,
.kf-container .mx-sm-xl {
    margin-right: 5rem !important;
  }
  .kf-container .mb-sm-xl,
.kf-container .my-sm-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .ml-sm-xl,
.kf-container .mx-sm-xl {
    margin-left: 5rem !important;
  }
  .kf-container .m-sm-2xl {
    margin: 10rem !important;
  }
  .kf-container .mt-sm-2xl,
.kf-container .my-sm-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .mr-sm-2xl,
.kf-container .mx-sm-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .mb-sm-2xl,
.kf-container .my-sm-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .ml-sm-2xl,
.kf-container .mx-sm-2xl {
    margin-left: 10rem !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 .p-sm-xl {
    padding: 5rem !important;
  }
  .kf-container .pt-sm-xl,
.kf-container .py-sm-xl {
    padding-top: 5rem !important;
  }
  .kf-container .pr-sm-xl,
.kf-container .px-sm-xl {
    padding-right: 5rem !important;
  }
  .kf-container .pb-sm-xl,
.kf-container .py-sm-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .pl-sm-xl,
.kf-container .px-sm-xl {
    padding-left: 5rem !important;
  }
  .kf-container .p-sm-2xl {
    padding: 10rem !important;
  }
  .kf-container .pt-sm-2xl,
.kf-container .py-sm-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .pr-sm-2xl,
.kf-container .px-sm-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .pb-sm-2xl,
.kf-container .py-sm-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .pl-sm-2xl,
.kf-container .px-sm-2xl {
    padding-left: 10rem !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-nxl {
    margin: -5rem !important;
  }
  .kf-container .mt-sm-nxl,
.kf-container .my-sm-nxl {
    margin-top: -5rem !important;
  }
  .kf-container .mr-sm-nxl,
.kf-container .mx-sm-nxl {
    margin-right: -5rem !important;
  }
  .kf-container .mb-sm-nxl,
.kf-container .my-sm-nxl {
    margin-bottom: -5rem !important;
  }
  .kf-container .ml-sm-nxl,
.kf-container .mx-sm-nxl {
    margin-left: -5rem !important;
  }
  .kf-container .m-sm-n2xl {
    margin: -10rem !important;
  }
  .kf-container .mt-sm-n2xl,
.kf-container .my-sm-n2xl {
    margin-top: -10rem !important;
  }
  .kf-container .mr-sm-n2xl,
.kf-container .mx-sm-n2xl {
    margin-right: -10rem !important;
  }
  .kf-container .mb-sm-n2xl,
.kf-container .my-sm-n2xl {
    margin-bottom: -10rem !important;
  }
  .kf-container .ml-sm-n2xl,
.kf-container .mx-sm-n2xl {
    margin-left: -10rem !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: 601px) {
  .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 .m-md-xl {
    margin: 5rem !important;
  }
  .kf-container .mt-md-xl,
.kf-container .my-md-xl {
    margin-top: 5rem !important;
  }
  .kf-container .mr-md-xl,
.kf-container .mx-md-xl {
    margin-right: 5rem !important;
  }
  .kf-container .mb-md-xl,
.kf-container .my-md-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .ml-md-xl,
.kf-container .mx-md-xl {
    margin-left: 5rem !important;
  }
  .kf-container .m-md-2xl {
    margin: 10rem !important;
  }
  .kf-container .mt-md-2xl,
.kf-container .my-md-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .mr-md-2xl,
.kf-container .mx-md-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .mb-md-2xl,
.kf-container .my-md-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .ml-md-2xl,
.kf-container .mx-md-2xl {
    margin-left: 10rem !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 .p-md-xl {
    padding: 5rem !important;
  }
  .kf-container .pt-md-xl,
.kf-container .py-md-xl {
    padding-top: 5rem !important;
  }
  .kf-container .pr-md-xl,
.kf-container .px-md-xl {
    padding-right: 5rem !important;
  }
  .kf-container .pb-md-xl,
.kf-container .py-md-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .pl-md-xl,
.kf-container .px-md-xl {
    padding-left: 5rem !important;
  }
  .kf-container .p-md-2xl {
    padding: 10rem !important;
  }
  .kf-container .pt-md-2xl,
.kf-container .py-md-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .pr-md-2xl,
.kf-container .px-md-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .pb-md-2xl,
.kf-container .py-md-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .pl-md-2xl,
.kf-container .px-md-2xl {
    padding-left: 10rem !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-nxl {
    margin: -5rem !important;
  }
  .kf-container .mt-md-nxl,
.kf-container .my-md-nxl {
    margin-top: -5rem !important;
  }
  .kf-container .mr-md-nxl,
.kf-container .mx-md-nxl {
    margin-right: -5rem !important;
  }
  .kf-container .mb-md-nxl,
.kf-container .my-md-nxl {
    margin-bottom: -5rem !important;
  }
  .kf-container .ml-md-nxl,
.kf-container .mx-md-nxl {
    margin-left: -5rem !important;
  }
  .kf-container .m-md-n2xl {
    margin: -10rem !important;
  }
  .kf-container .mt-md-n2xl,
.kf-container .my-md-n2xl {
    margin-top: -10rem !important;
  }
  .kf-container .mr-md-n2xl,
.kf-container .mx-md-n2xl {
    margin-right: -10rem !important;
  }
  .kf-container .mb-md-n2xl,
.kf-container .my-md-n2xl {
    margin-bottom: -10rem !important;
  }
  .kf-container .ml-md-n2xl,
.kf-container .mx-md-n2xl {
    margin-left: -10rem !important;
  }
  .kf-container .m-md-auto {
    margin: auto !important;
  }
  .kf-container .mt-md-auto,
.kf-container .my-md-auto {
    margin-top: auto !important;
  }
  .kf-container .mr-md-auto,
.kf-container .mx-md-auto {
    margin-right: auto !important;
  }
  .kf-container .mb-md-auto,
.kf-container .my-md-auto {
    margin-bottom: auto !important;
  }
  .kf-container .ml-md-auto,
.kf-container .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 961px) {
  .kf-container .m-lg-0 {
    margin: 0 !important;
  }
  .kf-container .mt-lg-0,
.kf-container .my-lg-0 {
    margin-top: 0 !important;
  }
  .kf-container .mr-lg-0,
.kf-container .mx-lg-0 {
    margin-right: 0 !important;
  }
  .kf-container .mb-lg-0,
.kf-container .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .ml-lg-0,
.kf-container .mx-lg-0 {
    margin-left: 0 !important;
  }
  .kf-container .m-lg-1 {
    margin: 0.25rem !important;
  }
  .kf-container .mt-lg-1,
.kf-container .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .kf-container .mr-lg-1,
.kf-container .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .kf-container .mb-lg-1,
.kf-container .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .kf-container .ml-lg-1,
.kf-container .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .kf-container .m-lg-2 {
    margin: 0.5rem !important;
  }
  .kf-container .mt-lg-2,
.kf-container .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .kf-container .mr-lg-2,
.kf-container .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .kf-container .mb-lg-2,
.kf-container .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .kf-container .ml-lg-2,
.kf-container .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .kf-container .m-lg-3 {
    margin: 1rem !important;
  }
  .kf-container .mt-lg-3,
.kf-container .my-lg-3 {
    margin-top: 1rem !important;
  }
  .kf-container .mr-lg-3,
.kf-container .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .kf-container .mb-lg-3,
.kf-container .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .kf-container .ml-lg-3,
.kf-container .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .kf-container .m-lg-4 {
    margin: 1.5rem !important;
  }
  .kf-container .mt-lg-4,
.kf-container .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .kf-container .mr-lg-4,
.kf-container .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .kf-container .mb-lg-4,
.kf-container .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .ml-lg-4,
.kf-container .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .kf-container .m-lg-5 {
    margin: 3rem !important;
  }
  .kf-container .mt-lg-5,
.kf-container .my-lg-5 {
    margin-top: 3rem !important;
  }
  .kf-container .mr-lg-5,
.kf-container .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .kf-container .mb-lg-5,
.kf-container .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .kf-container .ml-lg-5,
.kf-container .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .kf-container .m-lg-xl {
    margin: 5rem !important;
  }
  .kf-container .mt-lg-xl,
.kf-container .my-lg-xl {
    margin-top: 5rem !important;
  }
  .kf-container .mr-lg-xl,
.kf-container .mx-lg-xl {
    margin-right: 5rem !important;
  }
  .kf-container .mb-lg-xl,
.kf-container .my-lg-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .ml-lg-xl,
.kf-container .mx-lg-xl {
    margin-left: 5rem !important;
  }
  .kf-container .m-lg-2xl {
    margin: 10rem !important;
  }
  .kf-container .mt-lg-2xl,
.kf-container .my-lg-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .mr-lg-2xl,
.kf-container .mx-lg-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .mb-lg-2xl,
.kf-container .my-lg-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .ml-lg-2xl,
.kf-container .mx-lg-2xl {
    margin-left: 10rem !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 .p-lg-xl {
    padding: 5rem !important;
  }
  .kf-container .pt-lg-xl,
.kf-container .py-lg-xl {
    padding-top: 5rem !important;
  }
  .kf-container .pr-lg-xl,
.kf-container .px-lg-xl {
    padding-right: 5rem !important;
  }
  .kf-container .pb-lg-xl,
.kf-container .py-lg-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .pl-lg-xl,
.kf-container .px-lg-xl {
    padding-left: 5rem !important;
  }
  .kf-container .p-lg-2xl {
    padding: 10rem !important;
  }
  .kf-container .pt-lg-2xl,
.kf-container .py-lg-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .pr-lg-2xl,
.kf-container .px-lg-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .pb-lg-2xl,
.kf-container .py-lg-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .pl-lg-2xl,
.kf-container .px-lg-2xl {
    padding-left: 10rem !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-nxl {
    margin: -5rem !important;
  }
  .kf-container .mt-lg-nxl,
.kf-container .my-lg-nxl {
    margin-top: -5rem !important;
  }
  .kf-container .mr-lg-nxl,
.kf-container .mx-lg-nxl {
    margin-right: -5rem !important;
  }
  .kf-container .mb-lg-nxl,
.kf-container .my-lg-nxl {
    margin-bottom: -5rem !important;
  }
  .kf-container .ml-lg-nxl,
.kf-container .mx-lg-nxl {
    margin-left: -5rem !important;
  }
  .kf-container .m-lg-n2xl {
    margin: -10rem !important;
  }
  .kf-container .mt-lg-n2xl,
.kf-container .my-lg-n2xl {
    margin-top: -10rem !important;
  }
  .kf-container .mr-lg-n2xl,
.kf-container .mx-lg-n2xl {
    margin-right: -10rem !important;
  }
  .kf-container .mb-lg-n2xl,
.kf-container .my-lg-n2xl {
    margin-bottom: -10rem !important;
  }
  .kf-container .ml-lg-n2xl,
.kf-container .mx-lg-n2xl {
    margin-left: -10rem !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: 1321px) {
  .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 .m-xl-xl {
    margin: 5rem !important;
  }
  .kf-container .mt-xl-xl,
.kf-container .my-xl-xl {
    margin-top: 5rem !important;
  }
  .kf-container .mr-xl-xl,
.kf-container .mx-xl-xl {
    margin-right: 5rem !important;
  }
  .kf-container .mb-xl-xl,
.kf-container .my-xl-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .ml-xl-xl,
.kf-container .mx-xl-xl {
    margin-left: 5rem !important;
  }
  .kf-container .m-xl-2xl {
    margin: 10rem !important;
  }
  .kf-container .mt-xl-2xl,
.kf-container .my-xl-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .mr-xl-2xl,
.kf-container .mx-xl-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .mb-xl-2xl,
.kf-container .my-xl-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .ml-xl-2xl,
.kf-container .mx-xl-2xl {
    margin-left: 10rem !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 .p-xl-xl {
    padding: 5rem !important;
  }
  .kf-container .pt-xl-xl,
.kf-container .py-xl-xl {
    padding-top: 5rem !important;
  }
  .kf-container .pr-xl-xl,
.kf-container .px-xl-xl {
    padding-right: 5rem !important;
  }
  .kf-container .pb-xl-xl,
.kf-container .py-xl-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .pl-xl-xl,
.kf-container .px-xl-xl {
    padding-left: 5rem !important;
  }
  .kf-container .p-xl-2xl {
    padding: 10rem !important;
  }
  .kf-container .pt-xl-2xl,
.kf-container .py-xl-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .pr-xl-2xl,
.kf-container .px-xl-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .pb-xl-2xl,
.kf-container .py-xl-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .pl-xl-2xl,
.kf-container .px-xl-2xl {
    padding-left: 10rem !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-nxl {
    margin: -5rem !important;
  }
  .kf-container .mt-xl-nxl,
.kf-container .my-xl-nxl {
    margin-top: -5rem !important;
  }
  .kf-container .mr-xl-nxl,
.kf-container .mx-xl-nxl {
    margin-right: -5rem !important;
  }
  .kf-container .mb-xl-nxl,
.kf-container .my-xl-nxl {
    margin-bottom: -5rem !important;
  }
  .kf-container .ml-xl-nxl,
.kf-container .mx-xl-nxl {
    margin-left: -5rem !important;
  }
  .kf-container .m-xl-n2xl {
    margin: -10rem !important;
  }
  .kf-container .mt-xl-n2xl,
.kf-container .my-xl-n2xl {
    margin-top: -10rem !important;
  }
  .kf-container .mr-xl-n2xl,
.kf-container .mx-xl-n2xl {
    margin-right: -10rem !important;
  }
  .kf-container .mb-xl-n2xl,
.kf-container .my-xl-n2xl {
    margin-bottom: -10rem !important;
  }
  .kf-container .ml-xl-n2xl,
.kf-container .mx-xl-n2xl {
    margin-left: -10rem !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 .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.kf-container .text-justify {
  text-align: justify !important;
}
.kf-container .text-wrap {
  white-space: normal !important;
}
.kf-container .text-nowrap {
  white-space: nowrap !important;
}
.kf-container .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kf-container .text-left {
  text-align: left !important;
}
.kf-container .text-right {
  text-align: right !important;
}
.kf-container .text-center {
  text-align: center !important;
}
@media (min-width: 320px) {
  .kf-container .text-sm-left {
    text-align: left !important;
  }
  .kf-container .text-sm-right {
    text-align: right !important;
  }
  .kf-container .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 601px) {
  .kf-container .text-md-left {
    text-align: left !important;
  }
  .kf-container .text-md-right {
    text-align: right !important;
  }
  .kf-container .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 961px) {
  .kf-container .text-lg-left {
    text-align: left !important;
  }
  .kf-container .text-lg-right {
    text-align: right !important;
  }
  .kf-container .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1321px) {
  .kf-container .text-xl-left {
    text-align: left !important;
  }
  .kf-container .text-xl-right {
    text-align: right !important;
  }
  .kf-container .text-xl-center {
    text-align: center !important;
  }
}
.kf-container .text-lowercase {
  text-transform: lowercase !important;
}
.kf-container .text-uppercase {
  text-transform: uppercase !important;
}
.kf-container .text-capitalize {
  text-transform: capitalize !important;
}
.kf-container .font-weight-light {
  font-weight: 300 !important;
}
.kf-container .font-weight-lighter {
  font-weight: lighter !important;
}
.kf-container .font-weight-normal {
  font-weight: 400 !important;
}
.kf-container .font-weight-bold {
  font-weight: 700 !important;
}
.kf-container .font-weight-bolder {
  font-weight: bolder !important;
}
.kf-container .font-italic {
  font-style: italic !important;
}
.kf-container .text-white {
  color: #fff !important;
}
.kf-container .text-primary {
  color: #007bff !important;
}
.kf-container a.text-primary:hover, .kf-container a.text-primary:focus {
  color: #0056b3 !important;
}
.kf-container .text-secondary {
  color: #6c757d !important;
}
.kf-container a.text-secondary:hover, .kf-container a.text-secondary:focus {
  color: #494f54 !important;
}
.kf-container .text-success {
  color: #28a745 !important;
}
.kf-container a.text-success:hover, .kf-container a.text-success:focus {
  color: #19692c !important;
}
.kf-container .text-info {
  color: #17a2b8 !important;
}
.kf-container a.text-info:hover, .kf-container a.text-info:focus {
  color: #0f6674 !important;
}
.kf-container .text-warning {
  color: #ffc107 !important;
}
.kf-container a.text-warning:hover, .kf-container a.text-warning:focus {
  color: #ba8b00 !important;
}
.kf-container .text-danger {
  color: #dc3545 !important;
}
.kf-container a.text-danger:hover, .kf-container a.text-danger:focus {
  color: #a71d2a !important;
}
.kf-container .text-light {
  color: #f8f9fa !important;
}
.kf-container a.text-light:hover, .kf-container a.text-light:focus {
  color: #cbd3da !important;
}
.kf-container .text-dark {
  color: #343a40 !important;
}
.kf-container a.text-dark:hover, .kf-container a.text-dark:focus {
  color: #121416 !important;
}
.kf-container .text-body {
  color: #212529 !important;
}
.kf-container .text-muted {
  color: #6c757d !important;
}
.kf-container .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.kf-container .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.kf-container .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.kf-container .text-decoration-none {
  text-decoration: none !important;
}
.kf-container .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.kf-container .text-reset {
  color: inherit !important;
}
.kf-container .visible {
  visibility: visible !important;
}
.kf-container .invisible {
  visibility: hidden !important;
}
.kf-container .theme-dark {
  background: #000;
  color: #fff;
}
.kf-container .color-aorus {
  color: #ff6400;
}
.kf-container .icon,
.kf-container .vm {
  display: inline-block;
  vertical-align: middle;
}
.kf-container .tc.kf-content {
  font-family: "Titillium", "Noto Sans TC", "Noto Sans SC", "Noto Sans KR";
}
.kf-container .tc .content-title {
  font-family: "Aldrich", "Noto Sans", "Noto Sans TC", "Noto Sans SC", "Noto Sans KR";
  font-size: 2.33em;
  line-height: 1.14;
  font-weight: bold;
}
.kf-container .tc .section-kv .content-title {
  font-weight: 900;
  font-size: 3.6667em;
  letter-spacing: 14px;
}
.kf-container .sc.kf-content {
  font-family: "Titillium", "Noto Sans SC";
}
.kf-container .sc .content-title {
  font-family: "Aldrich", "Noto Sans", "Noto Sans SC";
  font-size: 2.33em;
  line-height: 1.14;
  font-weight: bold;
}
.kf-container .sc .section-kv .content-title {
  font-weight: 900;
  font-size: 3.6667em;
  letter-spacing: 14px;
}
.kf-container .kr.kf-content {
  font-family: "Titillium", "Noto Sans KR";
}
.kf-container .kr .content-title {
  font-family: "Aldrich", "Noto Sans KR";
  font-size: 2.33em;
  line-height: 1.14;
  font-weight: bold;
}
.kf-container .kr .section-kv .content-title {
  font-weight: 900;
  font-size: 3.6667em;
  letter-spacing: 14px;
}
.kf-container .kf-content {
  font-family: "Titillium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.44;
}
.kf-container .wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
.kf-container .section {
  padding-bottom: 8em;
}
.kf-container .text-aorus {
  font-family: "AORUS", "Aldrich", "Noto Sans", "Noto Sans TC", "Noto Sans SC", "Noto Sans KR";
  padding-top: 0.3em;
  line-height: 1;
  margin: -0.25em 0 -0.4em;
}
.kf-container .bg-cover {
  background-size: cover !important;
}
.kf-container .content-title {
  font-family: "AORUS", "Aldrich", Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  line-height: 1.14;
  margin-bottom: 0.4em;
}
.kf-container .content-text {
  color: #CCCCCC;
}
.kf-container .tg-group-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kf-container .tg-group-list .tg-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
}
.kf-container .tg-group-list > [class^=col] {
  padding: 2em 0;
  margin-bottom: 1.5em;
  position: relative;
}
.kf-container .tg-group .color-aero [data-tip] {
  color: #fff;
}
.kf-container .theme-black .tg-group .color-aero [data-tip] {
  color: #fff;
}
.kf-container .tip {
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 1em;
  font-weight: 100;
}
.kf-container [data-tip] {
  color: #fff !important;
  font-size: 0.3em;
  vertical-align: text-top;
  display: inline-block;
  font-weight: 100 !important;
  cursor: pointer;
  line-height: 1;
  font-style: normal !important;
  margin-left: 0.5em;
  font-family: "Aldrich" !important;
}
.kf-container .tg-group-list .col-6:nth-child(n):after,
.kf-container .tg-group-list .col-4:nth-child(n):after,
.kf-container .tg-group-list .col-3:nth-child(n):after {
  content: "";
  display: block;
  visibility: visible;
  height: 100%;
  width: 1px;
  background: linear-gradient(219deg, #111111, #111111, #333333, #888888, #ffffff, #ffffff, #ffffff, #888888, #333333, #111111, #111111);
  background-size: 1000% 1000%;
  -webkit-animation: lighting 3s ease infinite;
  -moz-animation: lighting 3s ease infinite;
  animation: lighting 3s ease infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotateZ(15deg);
}
@-webkit-keyframes lighting {
  0% {
    background-position: 97% 0%;
  }
  100% {
    background-position: 4% 100%;
  }
}
@-moz-keyframes lighting {
  0% {
    background-position: 97% 0%;
  }
  100% {
    background-position: 4% 100%;
  }
}
@keyframes lighting {
  0% {
    background-position: 97% 0%;
  }
  100% {
    background-position: 4% 100%;
  }
}
.kf-container .tg-group-list .col-6:nth-child(2n):after,
.kf-container .tg-group-list .col-4:nth-child(3n):after,
.kf-container .tg-group-list .col-3:nth-child(4n):after {
  content: none;
  display: none;
  visibility: hidden;
}
@media (min-width: 320px) {
  .kf-container .tg-group-list .col-sm-6:nth-child(n):after,
.kf-container .tg-group-list .col-sm-4:nth-child(n):after,
.kf-container .tg-group-list .col-sm-3:nth-child(n):after {
    content: "";
    display: block;
    visibility: visible;
    height: 100%;
    width: 1px;
    background: linear-gradient(219deg, #111111, #111111, #333333, #888888, #ffffff, #ffffff, #ffffff, #888888, #333333, #111111, #111111);
    background-size: 1000% 1000%;
    -webkit-animation: lighting 3s ease infinite;
    -moz-animation: lighting 3s ease infinite;
    animation: lighting 3s ease infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotateZ(15deg);
  }
  @-webkit-keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  @-moz-keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  @keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  .kf-container .tg-group-list .col-sm-6:nth-child(2n):after,
.kf-container .tg-group-list .col-sm-4:nth-child(3n):after,
.kf-container .tg-group-list .col-sm-3:nth-child(4n):after {
    content: none;
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 601px) {
  .kf-container .tg-group-list .col-md-6:nth-child(n):after,
.kf-container .tg-group-list .col-md-4:nth-child(n):after,
.kf-container .tg-group-list .col-md-3:nth-child(n):after {
    content: "";
    display: block;
    visibility: visible;
    height: 100%;
    width: 1px;
    background: linear-gradient(219deg, #111111, #111111, #333333, #888888, #ffffff, #ffffff, #ffffff, #888888, #333333, #111111, #111111);
    background-size: 1000% 1000%;
    -webkit-animation: lighting 3s ease infinite;
    -moz-animation: lighting 3s ease infinite;
    animation: lighting 3s ease infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotateZ(15deg);
  }
  @-webkit-keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  @-moz-keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  @keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  .kf-container .tg-group-list .col-md-6:nth-child(2n):after,
.kf-container .tg-group-list .col-md-4:nth-child(3n):after,
.kf-container .tg-group-list .col-md-3:nth-child(4n):after {
    content: none;
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 961px) {
  .kf-container .tg-group-list .col-lg-6:nth-child(n):after,
.kf-container .tg-group-list .col-lg-4:nth-child(n):after,
.kf-container .tg-group-list .col-lg-3:nth-child(n):after {
    content: "";
    display: block;
    visibility: visible;
    height: 100%;
    width: 1px;
    background: linear-gradient(219deg, #111111, #111111, #333333, #888888, #ffffff, #ffffff, #ffffff, #888888, #333333, #111111, #111111);
    background-size: 1000% 1000%;
    -webkit-animation: lighting 3s ease infinite;
    -moz-animation: lighting 3s ease infinite;
    animation: lighting 3s ease infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotateZ(15deg);
  }
  @-webkit-keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  @-moz-keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  @keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  .kf-container .tg-group-list .col-lg-6:nth-child(2n):after,
.kf-container .tg-group-list .col-lg-4:nth-child(3n):after,
.kf-container .tg-group-list .col-lg-3:nth-child(4n):after {
    content: none;
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1321px) {
  .kf-container .tg-group-list .col-xl-6:nth-child(n):after,
.kf-container .tg-group-list .col-xl-4:nth-child(n):after,
.kf-container .tg-group-list .col-xl-3:nth-child(n):after {
    content: "";
    display: block;
    visibility: visible;
    height: 100%;
    width: 1px;
    background: linear-gradient(219deg, #111111, #111111, #333333, #888888, #ffffff, #ffffff, #ffffff, #888888, #333333, #111111, #111111);
    background-size: 1000% 1000%;
    -webkit-animation: lighting 3s ease infinite;
    -moz-animation: lighting 3s ease infinite;
    animation: lighting 3s ease infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotateZ(15deg);
  }
  @-webkit-keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  @-moz-keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  @keyframes lighting {
    0% {
      background-position: 97% 0%;
    }
    100% {
      background-position: 4% 100%;
    }
  }
  .kf-container .tg-group-list .col-xl-6:nth-child(2n):after,
.kf-container .tg-group-list .col-xl-4:nth-child(3n):after,
.kf-container .tg-group-list .col-xl-3:nth-child(4n):after {
    content: none;
    display: none;
    visibility: hidden;
  }
}
.kf-container .tg-group-list > [class^=col]:last-child:after {
  content: none;
  display: none;
  visibility: hidden;
}
.kf-container .tg-group {
  position: relative;
  font-family: "AORUS", "Aldrich", "Noto Sans", "Noto Sans TC";
  font-weight: bold;
  line-height: 0.9;
}
.kf-container .tg-group .tg-group-text {
  font-size: 1.833em;
  line-height: 1;
  color: #ff6400;
}
.kf-container .tg-group .tg-sub + .tg-main {
  margin-top: 0.4em;
  margin-bottom: 0em;
  color: #ff6400;
}
.kf-container .tg-group .tg-main,
.kf-container .tg-group .tg-sub {
  padding: 3px 0;
}
.kf-container .tg-group .tg-main {
  font-size: 1.7778em;
}
.kf-container .tg-group .tg-main strong {
  font-weight: normal;
  font-size: 2em;
  margin-right: 4px;
  letter-spacing: -2px;
}
.kf-container .tg-group .tg-sub {
  font-size: 0.88em;
  line-height: 1.2;
  font-weight: lighter;
  color: #888888;
}
.kf-container .tg-group .tg-sub::after {
  content: ".";
  display: block;
  color: transparent;
  display: inline-block;
  visibility: hidden;
  font-size: 0;
}
.kf-container .yt-iframe {
  position: relative;
}
.kf-container .yt-iframe:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.kf-container .swiper {
  user-select: none;
}
.kf-container .icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kf-container .icons .icon:first-child {
  order: 2;
}
.kf-container .icons .icon:nth-child(2) {
  order: 1;
}
.kf-container .wp-openup {
  position: relative;
  overflow-x: hidden;
  transition: transform 0ms linear;
  transform: scale(0.9);
}
.kf-container .wp-openup:before, .kf-container .wp-openup:after {
  content: "";
  width: 50%;
  position: absolute;
  z-index: 100;
  height: 100%;
  top: 0;
  background-color: #000;
  transition: width 0s ease-in;
  transition: width 0s cubic-bezier(0.66, -0.01, 0.81, 0.29);
}
.kf-container .wp-openup:before {
  left: 0;
}
.kf-container .wp-openup:after {
  right: 0;
}
.kf-container .wp-openup.active {
  transition-duration: 800ms;
  transform: scale(1);
}
.kf-container .wp-openup.active:before, .kf-container .wp-openup.active:after {
  transition-duration: 500ms;
  width: 0;
}
.kf-container .section-kv {
  background: url("../../innergigabyte/images/kv.jpg") center 0 no-repeat;
  min-height: 1283px;
  padding-top: 730px;
}
.kf-container .section-kv .modelname {
  font-family: "Aldrich", "Noto Sans", "Noto Sans TC";
  font-size: 1.44em;
  margin-bottom: 0.5em;
}
.kf-container .section-kv .content-title {
  font-weight: 700;
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
.kf-container .section-kv .icons .icon:last-child {
  display: none;
}
.kf-container .icons .icon {
  margin: 15px;
}
.kf-container .section-panel-bg {
  background: url("../../innergigabyte/images/panel.jpg") center center no-repeat;
  height: 660px;
}
.kf-container .section-frame-bg {
  background: url("../../innergigabyte/images/frame.jpg") center bottom no-repeat;
  height: 720px;
}
.kf-container .design-slider .swiper-slide {
  flex: 0 1 auto;
  height: 640px;
}
.kf-container .design-slider .swiper-slide img {
  display: block;
  height: 100%;
}
.kf-container .section-rtx-bg {
  background: url("../../innergigabyte/images/performance.jpg") center 50% no-repeat;
  height: 585px;
  margin-bottom: 3em;
}
.kf-container .section-rtx .rtx-model {
  background: url("../../innergigabyte/images/performance-model.png") 0 0 no-repeat;
  background-size: contain;
  max-width: 1057px;
  max-height: 630px;
}
.kf-container .section-rtx .rtx-model:after {
  content: "";
  display: block;
  padding-bottom: 59.6026490066%;
  margin-top: -52.7909176916%;
}
.kf-container .section-rtx .rtx-feature {
  margin-bottom: 3em;
}
.kf-container .rtx-feature .rtx-feature-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
.kf-container .rtx-feature .rtx-feature-img:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.kf-container .rtx-feature .rtx-feature-img > img,
.kf-container .rtx-feature .rtx-feature-img > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kf-container .rtx-feature .content-box {
  font-size: 0.88em;
}
.kf-container .rtx-feature .content-title {
  font-size: 1.25em;
  font-weight: normal;
  margin-top: 0.4em;
}
.kf-container .section-cpu .section-top {
  height: 408px;
  position: relative;
  overflow: hidden;
}
.kf-container .section-cpu-bg {
  background: url("../../innergigabyte/images/cpu.jpg") center center no-repeat;
  height: 830px;
}
.kf-container .section-mux .section-top {
  height: 780px;
  position: relative;
  overflow: hidden;
}
.kf-container .section-mux-bg {
  background: url("../../innergigabyte/images/mux.jpg") center center no-repeat;
  height: 1000px;
}
.kf-container .section-thermal .thermal-video {
  position: relative;
  overflow: hidden;
}
.kf-container .section-thermal .thermal-video:after {
  content: "";
  display: block;
  padding-bottom: 33.125%;
}
.kf-container .section-thermal .thermal-video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.kf-container .section-thermal .thermal-img {
  margin-bottom: 2em;
}
.kf-container .thermal-img-01 {
  background: url("../../innergigabyte/images/thermal-img-01.jpg") 0 0 no-repeat;
}
.kf-container .thermal-img-02 {
  background: url("../../innergigabyte/images/thermal-img-02.jpg") 0 0 no-repeat;
}
.kf-container .thermal-img {
  position: relative;
  font-size: 0.6667em;
  background-size: cover;
}
.kf-container .thermal-img:after {
  content: "";
  display: block;
  padding-bottom: 61.5384615385%;
}
.kf-container .section-eq-bg {
  background: url("../../innergigabyte/images/equipment.jpg") 60% center no-repeat;
  height: 557px;
}
.kf-container .section-kb .section-top {
  height: 560px;
  position: relative;
  overflow: hidden;
}
.kf-container .section-kb-bg {
  height: 800px;
  background-image: url("../../innergigabyte/images/keyboard.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: 90px;
}
@keyframes hue-rotate360 {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
.kf-container .section-kb .section-kb-bg {
  animation: hue-rotate360 1.4s linear 0s infinite;
}
.kf-container .section-feature {
  padding-bottom: 0 !important;
  overflow-x: hidden;
}
.kf-container .section-feature .main-slider .swiper-slide {
  height: auto;
}
.kf-container .section-feature .main-slider .swiper-slide:after {
  content: "";
  display: block;
  padding-bottom: 32.015503876%;
}
.kf-container .section-feature .main-slider .swiper-slide img {
  max-width: 100%;
  object-fit: cover;
}
.kf-container .section-feature .feature-bg > img {
  margin-top: 50px;
}
.kf-container .section-feature .feature-wifi6 {
  background: url("../../innergigabyte/images/wifi-bg.jpg") 0 0 repeat-x;
  background-size: auto 100%;
  text-align: center;
}
.kf-container .section-feature .feature-ssd {
  background: url("../../innergigabyte/images/feature-ddr5-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  text-align: center;
}
.kf-container .section-feature .sub-slider {
  font-size: 0.8889em;
  overflow: visible;
}
.kf-container .section-feature .sub-slider .content-title {
  font-size: 1.25em;
}
.kf-container .section-feature .sub-slider .swiper-slide {
  cursor: pointer;
  background: #000;
  box-shadow: 0 0 50px -20px transparent;
  transition-property: transform, box-shadow;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transform: translateY(0);
}
.kf-container .section-feature .sub-slider .swiper-slide-thumb-active {
  box-shadow: 0 0 50px -20px rgba(255, 255, 255, 0.7);
  transform: translateY(-40px);
}
.kf-container .feature-box {
  font-size: 0.8889em;
}
.kf-container .feature-box .content-title {
  font-size: 1.75em;
}
.kf-container .feature-box .feature-img {
  position: relative;
}
.kf-container .feature-box .feature-img:after {
  content: "";
  display: block;
  padding-bottom: 66.6666666667%;
}
.kf-container .feature-box .feature-img > img {
  object-fit: cover;
}
.kf-container .section-io-bg {
  background: url("../../innergigabyte/images/io.jpg") center 0 no-repeat;
  height: 1315px;
  padding-top: 160px;
}
.kf-container .section-io {
  padding-bottom: 0 !important;
}
.kf-container .section-io .io-texts {
  font-size: 14px;
  padding: 0;
  margin: -210px 0 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: gs-feature-counter;
}
.kf-container .section-io .io-texts li {
  position: relative;
  counter-increment: gs-feature-counter;
  flex: 0 0 auto;
  margin: 0 30px 1em 5px;
  padding-left: 2em;
}
.kf-container .section-io .io-texts li:before {
  content: counter(gs-feature-counter);
  background: #000;
  border-radius: 50%;
  padding: 0.2em;
  margin: 0.08em;
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 0.9;
  text-align: center;
  box-sizing: content-box;
  position: absolute;
  left: 0;
  top: 0;
}
.kf-container .section-tip {
  background: #0c0c0c;
  font-size: 12px;
  line-height: 1.2;
  color: #737d82;
  padding-top: 4em;
}
.kf-container .section-tip li {
  margin-bottom: 0.4em;
}
.kf-container .swiper-button-prev,
.kf-container .swiper-button-next {
  color: #ffffff;
}
.kf-container .section-ai-eyecare {
  background: #212223;
}
.kf-container .section-ai-eyecare .canvas {
  background-size: cover !important;
}
.kf-container .section-ai-eyecare .canvas:after {
  content: "";
  display: block;
  padding-bottom: 44.0310077519%;
}
.kf-container .section-ai-eyecare .canvas-eyecare-on {
  animation: ai-eyecare-on 4s linear 0s infinite;
}
.kf-container .section-ai-eyecare .canvas-eyecare-off {
  animation: ai-eyecare-off 4s linear 0s infinite;
}
.kf-container .section-ai-eyecare .icon-ai-eyecare {
  background: url("../../innergigabyte/images/icon-ai-eyecare.jpg") 0 0 no-repeat;
  background-size: cover;
  width: 266px;
}
.kf-container .section-ai-eyecare .icon-ai-eyecare:after {
  content: "";
  display: block;
  padding-bottom: 76.3157894737%;
}
.kf-container .section-ai-eyecare .icon-ai-eyecare-w {
  background: url("../../innergigabyte/images/icon-ai-eyecare-w.png") 0 0 no-repeat;
  width: 42px;
  background-size: cover;
}
.kf-container .section-ai-eyecare .icon-ai-eyecare-w:after {
  content: "";
  display: block;
  padding-bottom: 47.619047619%;
}
.kf-container .section-ai-eyecare .icon-switch {
  margin-top: 0.5em;
}
.kf-container .section-ai-eyecare .icon + .vm {
  margin-left: 0.5em;
}
.kf-container .section-ai-eyecare .canvas-wrap {
  position: relative;
}
.kf-container .section-ai-eyecare .canvas-wrap .canvas-eyecare-off {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.kf-container .section-ai-eyecare .canvas-wrap .canvas-eyecare-on {
  position: relative;
}
.kf-container .section-ai-eyecare .ba-slider {
  position: relative;
  overflow: hidden;
  user-select: none;
}
.kf-container .section-ai-eyecare .ba-slider .icon-switch {
  background: url("../../innergigabyte/images/switch-off.png") 0 0 no-repeat;
  width: 62px;
  height: 23px;
}
.kf-container .section-ai-eyecare .ba-slider .canvas-eyecare-on {
  opacity: 0.01;
  transition: opacity 250ms ease-out;
}
.kf-container .section-ai-eyecare .ba-slider.on .canvas-eyecare-on {
  opacity: 1;
}
.kf-container .section-ai-eyecare .ba-slider.on .icon-switch {
  background-image: url("../../innergigabyte/images/switch-on.png");
}
.kf-container .section-ai-eyecare .ba-slider .ba-tag {
  background: rgba(26, 27, 31, 0.6509803922);
  position: absolute;
  font-size: 0.8em;
  line-height: 1;
  color: #fff;
  padding: 1em 0.8em;
  text-align: right;
  white-space: nowrap;
  z-index: 3;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all ease-in-out 150ms;
}
.kf-container .section-ai-eyecare .ba-slider .ba-tag:hover {
  background: #1a1b1f;
}
.kf-container .section-ai-eyecare .ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.kf-container .section-ai-eyecare .ba-slider .resize .ba-tag {
  right: auto;
  left: 0;
}
.kf-container .section-ai-eyecare .ba-slider .vs-control {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
.kf-container .section-ai-eyecare .ba-slider .vs-control .left,
.kf-container .section-ai-eyecare .ba-slider .vs-control .right {
  position: absolute;
  top: 50%;
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  width: 28px;
  width: 2vw;
  min-width: 12px;
  max-width: 28px;
  opacity: 0.7;
  transition: opacity 250ms ease;
}
.kf-container .section-ai-eyecare .ba-slider .vs-control .left:hover,
.kf-container .section-ai-eyecare .ba-slider .vs-control .right:hover {
  opacity: 1;
}
.kf-container .section-ai-eyecare .ba-slider .vs-control .left:before,
.kf-container .section-ai-eyecare .ba-slider .vs-control .right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450%;
  padding-top: 450%;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  z-index: 11;
}
.kf-container .section-ai-eyecare .ba-slider .vs-control .left:after,
.kf-container .section-ai-eyecare .ba-slider .vs-control .right:after {
  content: "";
  position: relative;
  font-size: 0;
  width: 100%;
  padding-top: 171.43%;
  background: url(../../innergigabyte/images/gallery-arrow.png) 0 0 no-repeat;
  background-size: 100%;
  z-index: 12;
}
.kf-container .section-ai-eyecare .ba-slider .vs-control .left {
  left: 30px;
  transform: rotate(180deg);
}
.kf-container .section-ai-eyecare .ba-slider .vs-control .right {
  right: 30px;
}
.kf-container .section-ai-eyecare .ba-slider .ba-img-wrap {
  overflow: hidden;
}
.kf-container .section-ai-eyecare .ba-slider .ba-img-wrap img,
.kf-container .section-ai-eyecare .ba-slider .ba-img-wrap video {
  width: 100% !important;
  margin-left: -50%;
}
.kf-container .section-ai-eyecare .ba-slider .resize .ba-img-wrap img,
.kf-container .section-ai-eyecare .ba-slider .resize .ba-img-wrap video {
  margin-left: 0;
}
.kf-container .section-ai-eyecare .ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: #b2b2b2;
  cursor: ew-resize;
}
.kf-container .section-ai-eyecare .ba-slider .handle:after {
  position: absolute;
  top: 50%;
  width: 37px;
  height: 20px;
  margin: -10px 0 0 -19px;
  content: "";
  text-align: center;
  line-height: 20px;
  border: none;
  /* darken(@orange, 5%) */
  border-radius: 0;
  transition: all 0.3s ease;
  box-shadow: none;
  background: url("../../innergigabyte/images/ba-handle.png") 0 0 no-repeat;
}
.kf-container .section-ai-eyecare .ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
}
@keyframes ai-eyecare-off {
  0% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-01.jpg);
  }
  5%, 25% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-02.jpg);
  }
  50% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-02.jpg);
  }
  55%, 75% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-01.jpg);
  }
  100% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-01.jpg);
  }
}
@keyframes ai-eyecare-on {
  0% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-01.jpg);
  }
  5%, 10% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-02.jpg);
  }
  22%, 50% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-03.jpg);
  }
  55%, 60% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-04.jpg);
  }
  72%, 100% {
    background: url(../../innergigabyte/images/frame/ai-eyecare/ai-eyecare-f-01.jpg);
  }
}
@media screen and (max-width: 1320px) {
  .kf-container .section {
    padding-bottom: 5em;
  }
  .kf-container .wrapper {
    max-width: 1200px;
  }
  .kf-container .section-rtx-bg {
    height: 532px;
  }
  .kf-container .section-eq-bg {
    height: 485px;
  }
  .kf-container .section-kb .section-top {
    height: 480px;
  }
  .kf-container .section-kb-bg {
    background-position-y: 180px;
  }
  .kf-container .section-feature .main-slider .swiper-slide:after {
    padding-bottom: 44.4086021505%;
  }
  .kf-container .section-thermal .thermal-video:after {
    padding-bottom: 36.8333333333%;
  }
}
@media screen and (max-width: 960px) {
  .kf-container .kf-content {
    font-size: 16px;
    line-height: 1.375;
  }
  .kf-container .wrapper {
    max-width: 800px;
  }
  .kf-container .tg-group {
    font-size: 0.85em;
  }
  .kf-container .section-kv {
    background-size: 1235px auto;
    padding-top: 470px;
    min-height: 0;
  }
  .kf-container .section-panel-bg {
    height: 388px;
  }
  .kf-container .section-frame-bg {
    height: 450px;
  }
  .kf-container .design-slider li {
    height: 480px;
  }
  .kf-container .design-slider .swiper-slide {
    height: 390px;
  }
  .kf-container .section-rtx-bg {
    height: auto;
  }
  .kf-container .section-rtx .rtx-model {
    display: inline-block;
    width: 100%;
    margin-bottom: -7.7578051088%;
  }
  .kf-container .section-rtx .rtx-model:after {
    margin-top: 0;
  }
  .kf-container .section-cpu .section-top {
    height: 320px;
  }
  .kf-container .section-cpu-bg {
    background-size: 140%;
    background-position-y: 40%;
  }
  .kf-container .section-mux .section-top {
    height: 560px;
  }
  .kf-container .section-mux-bg {
    background-size: 140%;
    background-position-y: 10%;
  }
  .kf-container .section-thermal .thermal-video:after {
    padding-bottom: 35.25%;
  }
  .kf-container .section-kb .section-top {
    height: 360px;
  }
  .kf-container .section-kb-bg {
    background-position-y: 150px;
    background-size: 100%;
  }
  .kf-container .section-io-bg {
    background: url("../../innergigabyte/images/io-mobile.jpg") center 0 no-repeat;
    height: 1603px;
    padding-top: 130px;
  }
  .kf-container .section-io .io-texts {
    margin-top: -280px;
  }
  .kf-container .section-ai-eyecare .canvas {
    background-size: cover !important;
    background-position: center !important;
  }
  .kf-container .section-ai-eyecare .canvas:after {
    content: "";
    display: block;
    padding-bottom: 64.1025641026%;
  }
}
@media screen and (max-width: 600px) {
  .kf-container .wrapper {
    max-width: 540px;
  }
  .kf-container .tc .section-kv .content-title {
    font-size: 2.5em;
  }
  .kf-container .section-frame-bg {
    height: 360px;
  }
  .kf-container .section-cpu-bg {
    background-size: 200%;
    background-position-y: 40%;
  }
  .kf-container .section-mux .section-top {
    height: 480px;
  }
  .kf-container .section-mux-bg {
    background-size: 150%;
    background-position-y: 25%;
  }
  .kf-container .design-slider .swiper-slide {
    height: 290px;
  }
  .kf-container .section-thermal .thermal-video:after {
    padding-bottom: 52.2222222222%;
  }
  .kf-container .section-thermal .thermal-video > video {
    width: 180%;
  }
  .kf-container .section-eq-bg {
    background-position: 80% center;
    height: 377px;
  }
  .kf-container .section-kb .section-top {
    height: 250px;
  }
  .kf-container .section-kb-bg {
    background-position-y: 200px;
    background-size: 150%;
  }
  .kf-container .section-feature .main-slider .swiper-slide:after {
    padding-bottom: 63.3333333333%;
  }
  .kf-container .section-io-bg {
    background-position: 65% center;
  }
  .kf-container .section-ai-eyecare .canvas {
    background-position: center 0 !important;
    background-size: auto 100% !important;
  }
  .kf-container .section-ai-eyecare .canvas:after {
    content: "";
    display: block;
    padding-bottom: 60%;
  }
  .kf-container .section-ai-eyecare .ba-tag {
    transform: scale(0.74);
    transform-origin: top right;
  }
  .kf-container .section-ai-eyecare .resize .ba-tag {
    transform-origin: top left;
  }
  .kf-container .section-ai-eyecare .ba-slider .vs-control {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .kf-container .section {
    max-width: 1920px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
